]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
2002-11-07 Aldy Hernandez <aldyh@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
322b3f65
DJ
12002-10-22 Daniel Jacobowitz <drow@mvista.com>
2
3 * gdb.threads/schedlock.c (args): Make unsigned.
4
52002-10-21 Daniel Jacobowitz <drow@mvista.com>
6
7 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
8 numbers. Allow "foo2|selected stack frame".
9 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
10 * gdb.asm/asmsrc2.s: Likewise.
11 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
12 comments.
13 * gdb.asm/mips.inc: New file.
14
5e2fe5b8
AF
152002-10-18 Adam Fedor <fedor@gnu.org>
16
17 * gdb.base/default.exp: Update expected output to include 'ObjC'.
18 * gdb.base/help.exp: Likewise.
19
abe1a5d0
KB
202002-10-17 Kevin Buettner <kevinb@redhat.com>
21
22 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
23 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
24
10abb1d4
JB
252002-10-02 Jim Blandy <jimb@redhat.com>
26
27 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
28
1f609b42
AC
292002-10-01 Andrew Cagney <ac131313@redhat.com>
30
31 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
32 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
33 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
34 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
35 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
36 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
37 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
38
0aee02e4
AC
392002-09-29 Andrew Cagney <ac131313@redhat.com>
40
41 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
42 * mi0-disassemble.exp, mi0-eval.exp: Delete.
43 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
44 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
45 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
46 * mi0-var-block.exp, mi0-var-child.exp: Delete.
47 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
48
6fde09ad
KB
492002-09-27 Kevin Buettner <kevinb@redhat.com>
50
51 * gdb.base/annota1.exp (info break): Make directory components of
52 path optional since not all compilers emit this debug information.
53
54 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
55 step ends up stepping out of the function instead of stopping on
56 the epilogue.
57
9e8aab75
KS
582002-09-26 Keith Seitz <keiths@redhat.com>
59
60 * lib/insight-support.exp (gdbtk_start): Figure out where
61 the insight executable is based on where gdb is. Use this
62 executable to start insight instead of gdb.
63
e36180d7
AC
642002-09-25 Andrew Cagney <cagney@redhat.com>
65
66 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
67
9dd34b2b
AC
682002-09-24 Andrew Cagney <ac131313@redhat.com>
69
70 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
71 test_isolated_complaints.
72 (test_empty_complaint): New function.
73 (test_empty_complaints): New function. Check no output when no
74 complaints.
75
dea97812
KB
762002-09-19 Jim Blandy <jimb@redhat.com>
77
78 * gdb.base/charset.exp, gdb.base/charset.c: New files.
79
54951bd7
AC
802002-09-19 Andrew Cagney <ac131313@redhat.com>
81
82 * gdb.gdb/complaints.exp: New file.
83
dec43320
AC
842002-09-18 Andrew Cagney <ac131313@redhat.com>
85
86 * gdb.base/maint.exp: Check `help maint internal-warning'.
87
e70d6e3f
DC
882002-09-18 David Carlton <carlton@math.stanford.edu>
89
90 * gdb.c++/m-static.exp: Remove breakpoints depending on line
91 numbers, and replace them by a single breakpoint after the
92 constructors are all finished.
93 Add test 4.
94 * gdb.c++/m-static.cc: Add test 4.
95 * gdb.c++/m-static.h: New file.
96 * gdb.c++/m-static1.cc: New file.
97
98 * gdb.c++/printmethod.exp: New file.
99 * gdb.c++/printmethod.cc: New file.
100
101 * gdb.c++/pr-574.exp: New file.
102 * gdb.c++/pr-574.cc: New file.
103
afb5c968
CV
1042002-09-18 Corinna Vinschen <vinschen@redhat.com>
105
106 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
107 embedded targets which never actually exit.
108
31e45dee
FN
1092002-09-18 Fernando Nasser <fnasser@redhat.com>
110
111 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
112 "don't step after run" as unresolved or unsupported, instead of xfail.
113
a283c5a1
CV
1142002-09-18 Corinna Vinschen <vinschen@redhat.com>
115
116 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
117 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
118 Add newline to expected string in "step out of main (status wrapper)"
119 case.
120
11350d2a
CV
1212002-09-18 Corinna Vinschen <vinschen@redhat.com>
122
123 * lib/gdb.exp (rerun_to_main): Allow restarting application.
124 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
125
0deec7d6
TT
1262002-09-17 Tom Tromey <tromey@redhat.com>
127
128 * gdb.base/printcmds.exp (test_print_string_constants): Expect
129 \000, not \0, in double-quoted string.
130
b2b4a1b5
CV
1312002-09-14 Corinna Vinschen <vinschen@redhat.com>
132
133 * gdb.base/command.exp: Don't expect a "Program exited normally"
134 string after running the commands execution on breakpoint tests.
135
1c56143a
CV
1362002-09-13 Corinna Vinschen <vinschen@redhat.com>
137
138 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
139
37f8da45
JB
1402002-09-12 Joel Brobecker <brobecker@gnat.com>
141
142 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
143
08b468e0
KS
1442002-09-10 Keith Seitz <keiths@redhat.com>
145
146 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
147 runto proc.
148 (mi_run_to_main): Use mi_runto.
149 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
150
dc360f58
KS
1512002-09-10 Keith Seitz <keiths@redhat.com>
152
153 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
154 regexp for stopping at main. Could have multiple event notifications.
155 Don't assume that main was declared with no parameters.
156 (mi_next): Use mi_step_to.
157 (mi_step): Use mi_next_to.
158
ce3abcfb
CV
1592002-09-09 Corinna Vinschen <vinschen@redhat.com>
160
161 * gdb.base/default.exp: Fix expected string in `info float' test.
162
d1f5b980
BE
1632002-09-09 Ben Elliston <bje@redhat.com>
164
165 * config/mips.exp: Update comments.
166 * config/mips-idt.exp: Likewise.
167 * config/nind.exp: Likewise.
168 * config/slite.exp: Likewise.
169 * config/sparclet.exp: Likewise.
170 * config/udi.exp: Likewise.
171 * config/vx.exp: Likewise.
172 * config/vxworks29k.exp: Likewise.
173
2f71430b
JB
1742002-09-05 Jim Blandy <jimb@redhat.com>
175
176 * gdb.threads/killed.exp: Fix test failure message.
177
7ddebc7e
KS
1782002-09-04 Keith Seitz <keiths@redhat.com>
179
180 * lib/mi-support.exp: Update copyright.
181 (mi_gdb_test): Increase the priority of the expected pattern
182 so that it matches gdb_test.
183
0ae67eb3
KS
1842002-09-03 Keith Seitz <keiths@redhat.com>
185
186 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
187 Use integer comparison instead of string comparison for testing
188 whether binary was built.
189
38fc42c8
JB
1902002-09-03 Jim Blandy <jimb@redhat.com>
191
192 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
193
b6ff0e81
JB
1942002-08-29 Jim Blandy <jimb@redhat.com>
195
196 * gdb.threads/pthreads.exp: Move the portable thread compilation
197 code into a function in lib/gdb.exp, and call that from here.
198 * lib/gdb.exp (gdb_compile_pthreads): New function.
199
07c98896
KS
2002002-08-29 Keith Seitz <keiths@redhat.com>
201
202 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
203 expect_out so that callers can get at it.
204
0312286c
DJ
2052002-08-23 Daniel Jacobowitz <drow@mvista.com>
206
207 * gdb.threads/print-threads.c: New file.
208 * gdb.threads/print-threads.exp: New file.
209 * gdb.threads/schedlock.c: New file.
210 * gdb.threads/schedlock.exp: New file.
211
dd039bc4
EZ
2122002-08-22 Elena Zannoni <ezannoni@redhat.com>
213
214 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
215 not altivec.c.
216
1f36144c
MK
2172002-08-17 Mark Kettenis <kettenis@gnu.org>
218
219 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
220 targets. The problem should be fixed now.
221
16057ec7 2222002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
223
224 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
225 2002-07-24 change that removes final dots from error messages.
226
3c1499ad
TT
2272002-08-13 Tom Tromey <tromey@redhat.com>
228
229 * gdb.base/readline.exp: New file.
230
a20ce2c3
AC
2312002-08-01 Andrew Cagney <ac131313@redhat.com>
232
233 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
234 supress message.
235
db034ac5
AC
2362002-08-01 Andrew Cagney <cagney@redhat.com>
237
238 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
239 CHILL_FOR_TARGET and CHILL_LIB.
240 * configure.in (configdirs): Remove gdb.chill.
241 * configure: Regenerate.
242 * lib/gdb.exp: Obsolete references to chill.
243 * gdb.fortran/types.exp: Ditto.
244 * gdb.fortran/exprs.exp: Ditto.
245
3e000b18
KB
2462002-07-30 Kevin Buettner <kevinb@redhat.com>
247
248 * gdb.base/shlib-call.exp (additional_flags): Conditionally
249 set Irix-specific compile and link flags.
250
28f4966b
KB
2512002-07-29 Kevin Buettner <kevinb@redhat.com>
252
253 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
254 source files. The ``-o'' option doesn't work with the ``-E'' option
255 when using the Irix compiler.
256
46c0d5a6
DJ
2572002-07-19 Daniel Jacobowitz <drow@mvista.com>
258
259 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
260 Improve support for reusing an exec file. Copy exec file
261 to target, and run gdbserver on the target instead of on the host.
262
eecf4bed
JB
2632002-07-18 Jim Blandy <jimb@redhat.com>
264
0f815cdf
JB
265 * gdb.base/ending-run.exp: Don't expect to see the program end in
266 some orderly fashion when we're running on a real stand-alone
267 board.
268
eecf4bed
JB
269 * gdb.base/interrupt.exp: Correct logic for skipping tests on
270 targets that don't support interrupts.
271
52d309e4
JB
2722002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
273
274 * gdb.base/attach.exp: Add patterns to match output from /proc-based
275 systems.
276 Move comments in expect statements to inside the actions, so that they
277 don't get matched against.
278
ff683d9e
MK
2792002-07-10 Mark Kettenis <kettenis@gnu.org>
280
281 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
282 function when asleep" test.
283
b5356753
AC
2842002-07-10 Andrew Cagney <ac131313@redhat.com>
285
286 * gdb.base/page.exp: Rewrite to handle problems with very long
287 `info set' output. Update copyright.
288
6aa4d13a
AC
2892002-06-26 Andrew Cagney <ac131313@redhat.com>
290
291 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
292 gdb.threads-hp.
293 * gdb.hp/configure: Regenerate.
294 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
295 * gdb.hp/gdb.threads-hp/configure: Delete file.
296 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
297
8cf8c2b8
AC
2982002-06-22 Andrew Cagney <ac131313@redhat.com>
299
300 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
301 setlocale, bindtextdomain and textdomain.
302
6827a8f8
JB
3032002-06-11 Jim Blandy <jimb@redhat.com>
304
919d772c
JB
305 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
306 preprocessor macro information is present.
307
6827a8f8
JB
308 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
309 tests.
310
c15b0d21
MS
3112002-06-06 Michael Snyder <msnyder@redhat.com>
312
c5984d70
MS
313 * gdb.base/overlays.exp: Record addresses of overlay
314 functions in TCL variables rather than in GDB variables,
315 to avoid having GDB convert them to pointers (with loss
316 of information).
317
99a8512b
MS
318 * gdb.base/d10v.ld: Merge in several years worth of
319 default linker script changes.
c15b0d21
MS
320 * gdb.base/long_long.exp: Add check for sizeof (long double).
321
be26fe0d
ML
3222002-06-06 Michal Ludvig <mludvig@suse.cz>
323
324 * gdb.asm/asm-source.exp: Add x86-64 target.
325 * gdb.asm/x86_64.inc: New.
326
258093ca 3272002-05-30 Michael Chastain <mec@shout.net>
258093ca 328
4b3153f1 329 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
330 * gdb.c++/m-static.cc: New file.
331 * gdb.c++/m-static.exp: New file.
332
241264c6
MS
3332002-05-28 Michael Snyder <msnyder@redhat.com>
334
335 * gdb.base/call-ar-st.exp: Allow for reduced floating point
336 precision.
337
9bba8c8f 3382002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 339
4b3153f1 340 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
341 * gdb.c++/m-data.cc: New file.
342 * gdb.c++/m-data.exp: New file.
343
3442002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 345
4b3153f1 346 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f
MC
347 * gdb.c++/try_catch.cc: New file.
348 * gdb.c++/try_catch.exp: New file.
349
def1b996
MC
3502002-05-27 Michael Chastain <mec@shout.net>
351
352 * gdb.c++/local.exp: Accept more nested types in output.
353
522ba268
MC
3542002-05-26 Michael Chastain <mec@shout.net>
355
356 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
357
277254ba
MS
3582002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
359
360 * lib/gdb.exp (gdb_wrapper_init): Just because
361 gdb_wrapper_file exists, this does not mean that the file
362 should not be rebuilt. That is what gdb_wrapper_initialized
363 is for.
364 (default_gdb_init): Reset gdb_wrapper_initialized.
365
b61a8733
MS
3662002-05-23 Michael Snyder <msnyder@redhat.com>
367
5bdb6d01
MS
368 * gdb.base/all-bin.exp: Revise previous patch by just reducing
369 the precision of the floating point test results.
370 * gdb.base/call-rt-st.exp: Ditto.
371
b61a8733
MS
372 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
373 * gdb.base/call-rt-st.exp: Ditto.
374
56f6e910
MC
3752002-05-19 Michael Chastain <mec@shout.net>
376
377 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
378
ad0b0016
EZ
3792002-05-19 Elena Zannoni <ezannoni@redhat.com>
380
381 * configure.in (configdirs): Add gdb.arch.
382 * configure: Regenerate.
383
f617d2b6
JB
3842002-05-17 Jim Blandy <jimb@redhat.com>
385
386 * gdb.base/completion.exp: Recognize the more detailed error
387 messages produced by the macro expander's lexical analyzer.
388
eac2a696
EZ
3892002-05-14 Elena Zannoni <ezannoni@redhat.com>
390
391 * gdb.arch/altivec-abi.c: New file.
392 * gdb.arch/altivec-abi.exp: New file.
393 * gdb.arch/altivec-regs.c: New file.
394 * gdb.arch/altivec-regs.exp: New file.
395
2fdde8f8
DJ
3962002-05-14 Daniel Jacobowitz <drow@mvista.com>
397
398 * gdb.base/maint.exp (maint print type): Update for new type
399 structure.
eac2a696 400
e31f1a7c
EZ
4012002-05-14 Elena Zannoni <ezannoni@redhat.com>
402
403 * gdb.arch: New directory.
404 * gdb.arch/configure.in: New file.
405 * gdb.arch/configure: New file.
406 * gdb.arch/Makefile.in: New file.
407
db589741
CV
4082002-05-13 Corinna Vinschen <vinschen@redhat.com>
409
410 * gdb.asm/asm-source.exp: Add v850 as supported target.
411 * gdb.asm/v850.inc: New file.
412
8ce2a7dc
DJ
4132002-05-13 Daniel Jacobowitz <drow@mvista.com>
414
415 * gdb.c++/annota2.exp (annotate-quit): Add comment.
416
df763c7f
DJ
4172002-05-12 Daniel Jacobowitz <drow@mvista.com>
418
419 * gdb.base/break.exp: Check 'break "marker2"'.
420
377daeed
MS
4212002-05-10 Michael Snyder <msnyder@redhat.com>
422
423 * gdb.base/long_long.exp: Fix typo.
424
c4b7bc2b
JB
4252002-05-10 Jim Blandy <jimb@redhat.com>
426
ecac9a4e
JB
427 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
428 a bug.
429
c4b7bc2b
JB
430 * gdb.base/printcmds.exp (test_integer_literals_rejected):
431 Recognize more detailed error message produced by the macro
432 expander's lexical analyzer.
433 * lib/gdb.exp (test_print_reject): Same.
434
e71019a1
MK
4352002-05-09 Mark Kettenis <kettenis@gnu.org>
436
437 * gdb.c++/method.exp: Fix typo.
438
fedfc8e6
MS
4392002-05-08 Michael Snyder <msnyder@redhat.com>
440
166a1957
MS
441 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
442 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 443 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
444 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
445 Add iftarget clause for strongarm.
446
f1c47eb2
MS
4472002-05-06 Michael Snyder <msnyder@redhat.com>
448
cb9a9d3e
MS
449 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
450 (gdb_continue_to_end): Accept output from status wrapper.
451 * gdb.base/ending-run.exp: Add case for output from status wrapper.
452 Clean up fail messages to match pass messages.
453
f1c47eb2
MS
454 Enable the "needs_status_wrapper" testsuite feature.
455 * lib/gdb.exp (gdb_wrapper_init): New procedure.
456 (gdb_compile): Conditionally call gdb_wrapper_init.
457 * gdb.base/a2-run.exp: Recognize output from status wrapper.
458 * gdb.c++/method.exp: Recognize output from status wrapper.
459
6079c749
BE
4602002-05-06 Ben Elliston <bje@redhat.com>
461From Graydon Hoare <graydon@redhat.com>
462
463 * config/sid.exp: Include support for "rawsid" protocol.
464
188baff3
JB
4652002-05-03 Jim Blandy <jimb@redhat.com>
466
467 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
468 * gdb.c++/hang3.C: New file.
469
b9c07f0f
AC
4702002-05-04 Andrew Cagney <ac131313@redhat.com>
471
472 * gdb.base/default.exp: Remove obsolete code.
473 * gdb.c++/misc.exp: Ditto. Update copyright.
474 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
475 * gdb.base/whatis.exp: Ditto. Update copyright.
476 * gdb.base/scope.exp: Ditto. Update copyright.
477 * gdb.base/ptype.exp: Ditto. Update copyright.
478 * gdb.base/printcmds.exp: Ditto. Update copyright.
479 * gdb.base/opaque.exp: Ditto. Update copyright.
480 * gdb.base/list.exp: Ditto.
481 * gdb.base/funcargs.exp: Ditto. Update copyright.
482 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
483 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
484 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
485 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
486 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
487 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
488
5c7a0397
MS
4892002-05-02 Michael Snyder <msnyder@redhat.com>
490
d6dcc264 491 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
492 * gdb.base/long_long.exp: Add xscale target.
493 * gdb.base/default.exp: Add xscale target.
494
eb7f1c48
JB
4952002-05-01 Jim Blandy <jimb@redhat.com>
496
497 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
498 gdb.c++/hang.exp: New test.
499
a6befae8
FF
5002002-05-01 Fred Fish <fnf@redhat.com>
501
502 * gdb.base/completion.exp: Handle completions of "./Make" for
503 more than one completion possibility, as is the case when we
504 build and test in the source tree.
505
0a310277
AG
5062002-04-29 Anthony Green <green@redhat.com>
507
508 * gdb.java/jmisc1.exp: New file.
509 * gdb.java/jmisc2.exp: New file.
510
6ff9af88
DJ
5112002-04-24 Daniel Jacobowitz <drow@mvista.com>
512
513 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
514
96b3d632
EZ
5152002-04-23 Elena Zannoni <ezannoni@redhat.com>
516
517 * gdb.base/help.exp: Change 'help status' to allow for target
518 dependent output differences.
519
5019bb54
MC
5202002-04-22 Michael Chastain <mec@shout.net>
521
522 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
523
a805a116
MC
5242002-04-22 Michael Chastain <mec@shout.net>
525
526 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
527
a1706bfd
DM
5282002-04-17 David S. Miller <davem@redhat.com>
529
530 * gdb.asm/sparc64.inc: New file.
531 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
532
a73a20a2
EZ
5332002-04-19 Elena Zannoni <ezannoni@redhat.com>
534
535 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
536 instruction file directly into the build tree. Clean up at end of
537 test.
538
ba678339
DM
5392002-04-18 David S. Miller <davem@redhat.com>
540
541 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
542 handle 64-bit platforms correctly.
543 * gdb.base/maint.exp: Likewise.
544
b03399da
KB
5452002-04-18 Kevin Buettner <kevinb@redhat.com>
546
547 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
548 ``-fpic'' when compiling files comprising a shared library, but
549 it does need additional linker flags in order to find shared
550 libraries at run time.
551
e2004992
KB
5522002-04-18 Kevin Buettner <kevinb@redhat.com>
553
554 * gdb.base/cvexpr.c (use): New function.
555 (main): Invoke use() on all global variables to prevent
556 some linkers from deleting these otherwise unused symbols.
557
d8937120
MC
5582002-04-17 Michael Chastain <mec@shout.net>
559From David S. Miller <davem@redhat.com>
560
561 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
562 handle 64-bit platforms correctly.
563
ffd61a58
MS
5642002-04-12 Michael Snyder <msnyder@redhat.com>
565From Jim Blandy <jimb@redhat.com>
566 * gdb.base/foo.c (foox): Remove section attribute; the linker
567 script can handle this instead.
568 * gdb.base/bar.c (barx): Same.
569 * gdb.base/baz.c (bazx): Same.
570 * gdb.base/grbx.c (grbxx): Same.
571
572 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
573 manager doesn't automatically unmap overlays unnecessarily.
574
6b8426a6
MH
5752002-04-10 Martin M. Hunt <hunt@redhat.com>
576
577 * gdb.base/ending-run.exp: Fix pattern for Mips targets
578 stepping out of main.
579
34af4875
MC
5802002-04-09 Michael Chastain <mec@shout.net>
581
582 * gdb.c++/local.cc (main): Move call to marker1() inside nested
583 scope so that the nested scope tests will make sense.
584 * gdb.c++/local.exp: Write patterns that actually work with gcc
585 (the HP patterns "were never known to work with gcc").
586 Keep the old aCC patterns too.
587
2d1676a0
DJ
5882002-04-09 Daniel Jacobowitz <drow@mvista.com>
589
590 * gdb.base/attach.exp: Correct target board test.
591
3a63e3f9
MC
5922002-04-08 Michael Chastain <mec@shout.net>
593
594 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
595 in a const method. Add some xfail and fail cases for configurations
596 that do not emit the "const ...".
597
f18dabd2
MC
5982002-04-07 Michael Chastain <mec@shout.net>
599
600 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
601 Accept "A * const" and "const A * const" as type of "this".
602 Fix spelling of getFunky throughout. Make messages uniform.
603
0fcddd82
EZ
6042002-04-07 Elena Zannoni <ezannoni@redhat.com>
605
606 Work around for PR gdb/285:
607 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
608
16a8534a
EZ
6092002-04-07 Elena Zannoni <ezannoni@redhat.com>
610
611 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
612 instructions file at run time instead of configure time.
613 Sometimes we run the test in a directory that is not the one we
614 configured in.
615 * gdb.asm/configure.in: Delete creation of symlink.
616 * gdb.asm/configure: Regenerate.
617
24181d81
JB
6182002-04-05 J. Brobecker <brobecker@gnat.com>
619
620 * gdb.gdb/xfullpath.exp: New test, to exercise the new
621 xfullpath () function.
622
7cdb7107
DJ
6232002-04-04 Daniel Jacobowitz <drow@mvista.com>
624
625 * gdb.asm/Makefile.in: Correct dependencies.
626
627 * gdb.asm/powerpc.inc: New file.
628 * gdb.asm/asm-source.exp: Add PowerPC.
629 * gdb.asm/configure.in: Likewise.
630 * gdb.asm/configure: Regenerated.
631
a7d17088
DJ
6322002-04-04 Daniel Jacobowitz <drow@mvista.com>
633
634 * gdb.base/relocate.exp: New file.
635 * gdb.base/relocate.c: New file.
636
cd721503
FF
6372002-04-04 Fred Fish <fnf@redhat.com>
638
639 * gdb.base/step-test.exp: Update comment regarding stopping in
640 memcpy/bcopy calls inserted as part of the compiler runtime.
641
b22ad7a7
MS
6422002-04-04 Michael Snyder <msnyder@redhat.com>
643
644 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
645
5f279fa6
DJ
6462002-04-03 Daniel Jacobowitz <drow@mvista.com>
647
648 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
649 (gdb_expect): Remove $notransfer hack.
650
dd0fd3ce
DJ
6512002-04-02 Daniel Jacobowitz <drow@mvista.com>
652
653 * gdb.c++/classes.exp ("calling method for small class"): Match
654 updated register output.
655
1e50cda1
DJ
6562002-03-30 Daniel Jacobowitz <drow@mvista.com>
657
658 Fix PR gdb/452
659 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
660 when finished. Make gdb_file_cmd send "exec-file" when
661 appropriate.
662
24015922
DJ
6632002-03-30 Daniel Jacobowitz <drow@mvista.com>
664
665 * gdb.base/attach.exp: Remove extra setup_xfail.
666
dd7dfd64
MS
6672002-03-26 Michael Snyder <msnyder@redhat.com>
668
669 * gdb.base/default.exp: Add tests for dump, append, and restore.
670 * gdb.base/help.exp: Add tests for dump, append, and restore.
671 * gdb.base/dump.exp: New file, test dump, append and restore.
672 * gdb.base/dump.c: New file.
673
48b2f8d7
MS
6742002-03-27 Michael Snyder <msnyder@redhat.com>
675
676 * gdb.base/help.exp: Modify expect strings to reflect
677 clean-ups in help messages.
678
05b4d525
FF
6792002-03-26 Fred Fish <fnf@redhat.com>
680
681 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
682 have debugging info for those functions and the compiler uses them
683 internally to copy structs around.
684
d7679631
FF
6852002-03-26 Fred Fish <fnf@redhat.com>
686
687 * gdb.base/list.exp: Revert the change made yesterday and add note
688 about why we don't list the default lines for remote targets.
689
523ac3f9
MS
6902002-03-25 Michael Snyder <msnyder@redhat.com>
691
692 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
693
754b2b8d
FF
6942002-03-25 Fred Fish <fnf@redhat.com>
695
696 * gdb.base/list.exp: This test works on remote targets so remove
697 the short circuit for remote targets. Update copyright.
698
33c3e192
FF
6992002-03-25 Fred Fish <fnf@redhat.com>
700
701 * gdb.base/attach.exp: Fix logic error that was suppressing this
702 test for all non hppa*-*-hpux* targets, instead of the hp target.
703 Move comments closer to the suppression point. Also now need to
704 check that we are running natively.
705
d43e73ee
MS
7062002-03-22 Michael Snyder <msnyder@redhat.com>
707
882c8f02
MS
708 * gdb.base/default.exp: Add test for gcore. Update copyright.
709 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 710
04c12f60
FF
7112002-03-06 Fred Fish <fnf@redhat.com>
712
713 * gdb.base/funcargs.c: Remove extraneous ';' character.
714 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
715
b43df995
MC
7162002-03-04 Michael Chastain <mec@shout.net>
717
718 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
719 accommodate gcc v3 function signature.
720 * gdb.mi/mi0-var-cmd-exp: Ditto.
721
92362027
AC
7222002-02-24 Andrew Cagney <ac131313@redhat.com>
723
724 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
725 ``GNU/Linux'' or ``Linux kernel''
726 * testsuite/gdb.threads/pthreads.c: Ditto.
727
258ad32d
MC
7282002-02-24 Michael Chastain <mec@shout.net>
729
730 * gdb.threads/pthreads.c (thread1): Add a return statement.
731 (thread2): Likewise.
732 (foo): Likewise.
733
04c3b3d4
MC
7342002-02-23 Michael Chastain <mec@shout.net>
735
736 * gdb.threads/linux-dp.c (philosopher): Add a return statement
737 to placate gcc.
738
5a2a0a20
MC
7392002-02-23 Michael Chastain <mec@shout.net>
740
741 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
742 test "ptype bint". The test passes on all my stabs configurations.
743
a640f7fc
JB
7442002-02-21 Jim Blandy <jimb@redhat.com>
745
27924826
JB
746 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
747 filename at a time, and watch for the ones we want to see.
748
a640f7fc
JB
749 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
750 types of pointers to prototyped functions.
751
edcc8c75
AC
7522002-02-20 Andrew Cagney <ac131313@redhat.com>
753
754 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
755 signed, unsigned and straight char.
756 (padding_char, padding_short, padding_int, padding_long,
757 padding_long_long, padding_float, padding_double,
758 padding_long_double): New global variables.
759 (fill, fill_structs): New functions.
760
761 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
762 for correctly sized writes. Update copyright.
763 (get_valueof): New procedure.
764 (get_sizeof): Call get_valueof.
765 (check_valueof): New procedure.
766 (check_padding): New procedure.
767
ac57ea44
MC
7682002-02-20 Michael Chastain <mec@shout.net>
769
770 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
771 to setup_xfail. Document some of the remaining calls.
772
7a10c941
MC
7732002-02-18 Michael Chastain <mec@shout.net>
774
775 * gdb.c++/userdef.exp: Update copyright year.
776
fb8acdcc
DJ
7772002-02-18 Daniel Jacobowitz <drow@mvista.com>
778
779 * gdb.c++/userdef.exp: Test overloaded operators properly.
780 Remove xfails.
781
fda6ae12
MS
7822002-02-14 Michael Snyder <msnyder@redhat.com>
783
784 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
785
676a0442
DJ
7862002-02-14 Daniel Jacobowitz <drow@mvista.com>
787
788 * gdb.base/a2-run.exp: Check for a remote target properly.
789 * gdb.base/annota1.exp: Likewise.
790 * gdb.base/list.exp: Likewise.
791 * gdb.base/reread.exp: Likewise.
792 * gdb.base/scope.exp: Likewise.
793 * gdb.base/shlib-call.exp: Likewise.
794 * gdb.base/term.exp: Likewise.
795 * gdb.c++/annota2.exp: Likewise.
796
78b4f468
RE
7972002-02-13 Richard Earnshaw <rearnsha@arm.com>
798
799 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
800
9a81ba51
MC
8012002-02-10 Michael Chastain <mec@shout.net>
802
803 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
804 (call_after_alloca): Ditto.
805
004af6c7
DJ
8062002-02-10 Daniel Jacobowitz <drow@mvista.com>
807
808 * gdb.base/ending-run.exp: Guard "cont" test with
809 gdb_skip_stdio_test.
810
37225f62
JB
8112002-02-06 Jim Blandy <jimb@redhat.com>
812
813 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
814 from here...
815 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
816 To here. Disable this test on non-HP platforms. Add big comment.
817
fe6fdd96
MS
8182002-02-04 Michael Snyder <msnyder@redhat.com>
819
820 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
821 other than d10v and m32r.
822
036fad3f
RE
8232002-02-02 Richard Earnshaw <rearnsha@arm.com>
824
825 * gdb.base/default.exp: Rewrite test patterns to reduce time
826 taken to match them.
827
7148ab62
DJ
8282002-01-30 Daniel Jacobowitz <drow@mvista.com>
829
830 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
831 Allow a start function above main.
832 * gdb.threads/linux-dp.exp: Fix copyright date.
833
396cc255
DJ
8342002-01-30 Daniel Jacobowitz <drow@mvista.com>
835
836 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
837 (check_philosopher_stack): Check for manager thread before checking
838 for a just-starting thread.
839
f038d31b
DJ
8402002-01-30 Daniel Jacobowitz <drow@mvista.com>
841
842 From Neil Booth <neil@daikokuya.demon.co.uk>:
843 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
844 warnings.
845
b3ff9d9a
FF
8462002-01-21 Fred Fish <fnf@redhat.com>
847
848 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
849 not caller.
850
39ad761d
JB
8512002-01-21 Jim Blandy <jimb@redhat.com>
852
853 * gdb.base/reread.exp: Check that GDB properly re-reads the
854 executable file when it changes while no inferior is running.
855
aaf320fa
FF
8562002-01-21 Fred Fish <fnf@redhat.com>
857
858 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
859 optionally accept the "shlib events" variation.
860
808a31f5
JB
8612002-01-21 Jim Blandy <jimb@redhat.com>
862
863 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
864 call `fflush' after every `printf', so that the output is produced
865 at predictable points, regardless of whatever buffering does (or
866 doesn't) take place.
867 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
868 at different points.
869
4420d5e2
DJ
8702002-01-20 Daniel Jacobowitz <drow@mvista.com>
871
872 * gdb.c++/inherit.exp: Update copyright years.
873 * gdb.c++/method.exp: Likewise.
874
3e36a0f4
DJ
8752002-01-20 Daniel Jacobowitz <drow@mvista.com>
876
877 * gdb.c++/classes.exp: Update for improved v3 support and skipping
878 artificial methods/arguments.
879 * gdb.c++/derivation.exp: Likewise.
880 * gdb.c++/inherit.exp: Likewise.
881 * gdb.c++/method.exp: Likewise.
882 * gdb.c++/virtfunc.exp: Likewise.
883
b4ceaee6
AC
8842002-01-18 Andrew Cagney <ac131313@redhat.com>
885
886 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
887 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
888 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
889 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
890 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
891 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
892
ecace851
JB
8932002-01-17 Jim Blandy <jimb@redhat.com>
894
895 * gdb.asm/asm-source.exp (info symbol): Take another shot at
896 anchoring the pattern matching the entry point symbol's name.
897
375fc983
AC
8982002-01-17 Andrew Cagney <ac131313@redhat.com>
899
900 * gdb.base/maint.exp: Update ``maint internal-error'' to match
901 continue/quit query. Update copyright.
902
fe6fdd96
MS
9032002-01-14 Michael Snyder <msnyder@redhat.com>
904
905 * gdb.base/gcore.exp: Remove extra debugging output.
906
e017c81f
DJ
9072002-01-13 Daniel Jacobowitz <drow@mvista.com>
908
909 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
910 for slightly dubious v2 mangled string.
911
37ab3bf8
DJ
9122002-01-13 Daniel Jacobowitz <drow@mvista.com>
913
914 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
915
1bc05c3a 9162002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 917
1bc05c3a 918 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 919
1bc05c3a
JM
920 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
921 constructors.
922 * gdb.c++/derivation.exp: Likewise.
923 * gdb.c++/templates.exp: Likewise.
924 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 925
1bc05c3a
JM
9262002-01-10 Michael Snyder <msnyder@redhat.com>
927
928 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 929
a911c360
MS
9302002-01-08 Michael Snyder <msnyder@redhat.com>
931
932 * gdb.base/gcore.exp: New test for generate-core-file command.
933 * gdb.base/gcore.c: Testcase for above.
934 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
935
ea2119ec
JM
9362002-01-08 Jason Merrill <jason@redhat.com>
937
938 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
939
68203136
FF
9402002-01-07 Fred Fish <fnf@redhat.com>
941
942 * gdb.c++/overload.exp: Remove unconditional xfails for:
943 print foo_instance1.overloadargs(1)
944 print foo_instance1.overloadargs(1, 2)
945 print foo_instance1.overloadargs(1, 2, 3)
946 print foo_instance1.overloadargs(1, 2, 3, 4)
947 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
948 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
949 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
950 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
951 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
952 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
953 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
954 print foo_instance1.overload1arg()
955 print foo_instance1.overload1arg((char)arg2)
956 print foo_instance1.overload1arg((signed char)arg3)
957 print foo_instance1.overload1arg((unsigned char)arg4)
958 print foo_instance1.overload1arg((int)arg7)
959 print foo_instance1.overload1arg((unsigned int)arg8)
960 print foo_instance1.overload1arg((float)arg11)
961 print foo_instance1.overload1arg((double)arg12)
962
21b9b5b1
MS
9632002-01-07 Michael Snyder <msnyder@redhat.com>
964
965 * gdb.base/huge.exp: New test. Print a very large target data object.
966 (skip_huge_test): New test variable. Define if you want to skip this
967 test. The test reads an 8 megabyte data object from the target, so it
968 might be very time consuming on remote targets with a slow connection.
969 * gdb.base/huge.c: New file. Test case for above.
970
725f922e
FF
9712002-01-07 Fred Fish <fnf@redhat.com>
972
973 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
974 g_instance.bfoo, and g_instance.cfoo.
975
634d57ec
JL
976Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
977
f286b2c3
JL
978 * gdb.base/break.c (multi_line_if_conditional): New function.
979 (multi_ilne_while_conditional): Likewise.
980 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
981 IF or WHILE condition puts the breakpoint at the start of
982 the condition.
983
634d57ec
JL
984 * gdb.base/selftest.exp (backtrace through signal handler): Remove
985 hppa*-*-hpux* expected failure.
986 * gdb.base/structs.exp (do_function_calls): Similarly.
987
988 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
989 watchpoints.
990
9fbfe2dc
AC
9912002-01-06 Andrew Cagney <ac131313@redhat.com>
992
993 Fix PR gdb/66.
994 * gdb.base/structs.exp: Replace skip for a29k with skip for
995 gdb,cannot_call_functions.
996 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
997 * gdb.base/callfuncs.exp: Ditto.
998 * gdb.base/call-rt-st.exp: Ditto.
999 * gdb.base/call-strs.exp: Ditto.
1000 * gdb.base/callfwmall.exp: Ditto.
1001 * gdb.base/scope.exp: Obsolete xfail a29k.
1002 * gdb.c++/misc.exp: Ditto.
1003 * gdb.c++/cplusfuncs.exp: Ditto.
1004 * gdb.base/ptype.exp: Ditto.
1005 * gdb.base/printcmds.exp: Ditto.
1006 * gdb.base/opaque.exp: Ditto.
1007 * gdb.base/list.exp: Ditto.
1008 * gdb.base/funcargs.exp: Ditto.
1009 * gdb.base/default.exp: Ditto.
1010
8ddad156
MS
10112002-01-04 Michael Snyder <msnyder@redhat.com>
1012
ca4976a6 1013 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
1014 * gdb.base/maint.exp: Add tests for maint info sections options.
1015
1b074332
JL
1016Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
1017
1018 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
1019
7d159115
CV
10202001-12-20 Corinna Vinschen <vinschen@redhat.com>
1021
1022 * gdb.asm/arm.inc: New file.
1023 * gdb.asm/asm-source.exp: Add arm targets.
1024 * gdb.asm/configure.in: Ditto.
1025 * gdb.asm/configure: Recreated from configure.in.
1026
8fb87725
JL
1027Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
1028
afabe08c
JL
1029 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
1030 with HP's compiler.
1031 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
1032 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
1033 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
1034 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
1035
1036 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
1037 either HP's compilers or GCC.
1038
db521deb
JL
1039 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
1040 a SIGBUS or SIGSEGV.
1041
1042 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
1043
1044 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
1045 can be compiled with either HP's compiler or GCC.
1046
cfa88ab7
JL
1047 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
1048 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
1049 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
1050
ca344dff
JL
1051 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
1052 to match current gdb output. Update due to using auto-solib-limit
1053 for limiting instead of overloading auto-solib-add.
1054 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
1055 test program.
1056
3f3c6e55 1057 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
1058 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
1059 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1060 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
1061 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
1062 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1063 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
1064 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
1065 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
1066 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
1067 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
1068 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
1069 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 1070
8fb87725
JL
1071 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
1072 a SIGTRAP to the inferior.
1073
cf599fa7
CV
10742001-12-19 Corinna Vinschen <vinschen@redhat.com>
1075
1076 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
1077 Substitute call to target_link by call to gdb_compile.
1078
2cd045cd
JL
1079Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
1080
1081 * gdb.base/break.exp: Fix HP specific search string when testing
1082 backtracing in a called function.
1083
1084 * gdb.base/constvars.exp: Only set lang to C++ if we're
1085 compiling the test with HP's compilers.
1086 * gdb.base/volatile.exp: Similarly.
1087
99ebe9ac
JB
10882001-12-19 Jim Blandy <jimb@redhat.com>
1089
1090 * gdb.base/printcmds.exp: Expect the null character to be printed
1091 as '\0', and the '\013' to be printed as '\v'.
1092 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
1093 * gdb.base/setvar.exp: Same.
1094
b9891b29
JB
10952001-12-17 Jim Blandy <jimb@redhat.com>
1096
0eba65ab
JB
1097 * gdb.base/completion.exp: Rather than completing very long
1098 filenames, which can make the readline library produce output we
1099 don't recognize, cd to the directory first, and then complete
1100 using nice, short relative paths.
1101
6970b5b1
JB
1102 * gdb.base/completion.exp: On some systems, there is, in fact, a
1103 variable named `b' in scope, since GDB treats all static
1104 variables as being in scope. So use `no_var_named_this'
1105 instead of `b'.
1106
b9891b29
JB
1107 * gdb.base/corefile.exp: Recognize the message saying that GDB
1108 can't find the core file's registers as a failure.
1109
e6ccd35f
JSC
11102001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
1111
1112 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
1113 test expect string more specific.
1114
105ba819
CV
11152001-12-13 Corinna Vinschen <vinschen@redhat.com>
1116
1117 * gdb.asm/asm-source.exp: Add support for xstormy16.
1118 * gdb.asm/configure.in: Ditto.
1119 * gdb.asm/configure: Rebuild.
1120 * gdb.asm/xstormy16.inc: New file.
1121
e9e79dd9
FF
11222001-12-10 Fred Fish <fnf@redhat.com>
1123
1124 * gdb.base/maint.exp: Update to match changes in type dumping code.
1125
347dc97d
JB
11262001-12-10 Jim Blandy <jimb@redhat.com>
1127
1128 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
1129 matching the entry point symbol's name at the beginning of the
1130 line.
1131
5178b9d6
DJ
11322001-12-07 Daniel Jacobowitz <drow@mvista.com>
1133
1134 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
1135 gdb.c++/inherit.exp, gdb.c++/method.exp,
1136 gdb.c++/namespace.exp, gdb.c++/templates.exp,
1137 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
1138 and class layout support.
1139
af890c52
DJ
11402001-12-07 Daniel Jacobowitz <drow@mvista.com>
1141
1142 * gdb.c++/classes.exp: Add test for static member function.
1143 * gdb.c++/misc.cc: Add class with static member function.
1144
7a345fb3
JB
11452001-12-07 Jim Blandy <jimb@redhat.com>
1146
f2e54a80 1147 If GDB says it can't find the struct the function returned, report
8032bf31
JB
1148 those tests as `unsupported'.
1149 * gdb.base/call-rt-st.exp (print_struct_call): New function.
1150 Rewrite subsequent tests to use it.
1151
1152 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
1153 those tests as `unsupported'.
1154 * gdb.base/structs.exp (call_struct_func): New function.
1155 (do_function_calls): Use call_struct_func to call the functions
1156 returning structs.
1157
0bc69509
JB
1158 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
1159 whether functions are prototyped or not, so we can't possibly pass
1160 arguments to t_float_values2 properly.
1161
7a345fb3
JB
1162 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
1163 value of `timeout' for targets other than the mips*tx39-*.
1164
edb6ede1
MS
11652001-12-06 Michael Snyder <msnyder@redhat.com>
1166
1167 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
1168 and detect whether the start symbol has a leading underscore.
1169
2d842f13
JB
11702001-12-04 Jim Blandy <jimb@redhat.com>
1171
1172 * gdb.base/completion.exp: Clarify indentation.
1173
68550daf
JB
11742001-12-03 Jim Blandy <jimb@redhat.com>
1175
1176 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
1177 variables on the S/390, not `.word'.
1178
cd5195a8
JB
11792001-11-30 Jim Blandy <jimb@redhat.com>
1180
1181 Add assembly-source tests for s390-ibm-linux.
1182 * gdb.asm/s390.inc: New file.
1183 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
1184 the S/390 architecture.
1185 * gdb.asm/configure: Regenerated.
1186
ca9efc90
MS
11872001-11-30 Michael Snyder <msnyder@redhat.com>
1188
1189 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
1190 next, info source, info sources, info line, global and static
1191 variables, and static functions.
1192 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
1193 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
1194 * gdb.asm/asmsrc1.s: Add a static function and some variables.
1195 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
1196 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
1197 (gdbasm_leave): Restore frame pointer.
1198 (gdbasm_startup): Copy stack set-up from crt0.S.
1199
d0e66976
FN
12002001-11-26 Fernando Nasser <fnasser@redhat.com>
1201
1202 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
1203 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
1204 to a local (non-static) variable. Copy tstruct.a to a static buffer
1205 and return a pointer to that buffer.
1206 * gdb.base/callfwmall.c (t_structs_a): Ditto.
1207
e2334072
MK
12082001-11-24 Mark Kettenis <kettenis@gnu.org>
1209
1210 * gdb.asm/configure.in: Fix recognition of ix86 target.
1211 * gdb.asm/configure: Regenerate.
1212
756caa3d
MS
12132001-11-21 Michael Snyder <msnyder@redhat.com>
1214
1215 * gdb.asm/sparc.inc: New file.
1216 * gdb.asm/asm-source.exp: Recognize sparc target.
1217 * gdb.asm/configure.in: Recognize sparc target.
1218 * gdb.asm/configure: Regenerate.
1219
9a4d72d5
MS
12202001-11-21 Michael Snyder <msnyder@redhat.com>
1221
1222 * gdb.asm/m32r.inc: New file.
1223 * gdb.asm/asm-source.exp: Recognize m32r target.
1224 * gdb.asm/configure.in: Recognize m32r target.
1225 * gdb.asm/configure: Regenerate.
1226
a773d1cd
MS
12272001-11-20 Michael Snyder <msnyder@redhat.com>
1228
017ac23d
MS
1229 * gdb.asm/i386.inc: New file.
1230 * gdb.asm/asm-source.exp: Recognize ix86 target.
1231 * gdb.asm/configure.in: Recognize ix86 target.
1232 * gdb.asm/configure: Regenerate.
1233
a773d1cd
MS
1234 * gdb.c++/namespace.exp: Fix quotes in output messages.
1235
bb632afb
MS
12362001-11-14 Michael Snyder <msnyder@redhat.com>
1237
25d559ca 1238 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
1239 qualifier in a type cast expression, to designate an address
1240 in the instruction space (Harvard architecture).
1241
4749e309
MS
12422001-11-13 Michael Snyder <msnyder@redhat.com>
1243
1244 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
1245 Tests for expressions using 'const' and 'volatile'.
1246
25050984
CV
12472001-11-13 Corinna Vinschen <vinschen@redhat.com>
1248
1249 * gdb.asm/asm-sources.exp: Allow defining linker flags.
1250
1902c51f
DJ
12512001-11-12 Daniel Jacobowitz <drow@mvista.com>
1252
1253 * lib/mi-support.exp (mi_run_to_helper): Move comments
1254 outside of gdb_expect.
1255
dcf95b47
DJ
12562001-11-11 Daniel Jacobowitz <drow@mvista.com>
1257
1258 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
1259 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
1260 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
1261 mi0_run_to): New functions.
1262 * gdb.mi/mi-simplerun.exp: Use them.
1263 * gdb.mi/mi0-simplerun.exp: Likewise.
1264 * gdb.mi/mi-var-cmd.exp: Likewise.
1265 * gdb.mi/mi0-var-cmd.exp: Likewise.
1266
45b074e1
AC
12672001-11-10 Andrew Cagney <ac131313@redhat.com>
1268
1269 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
1270 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
1271
bf50d346
AC
12722001-11-09 Andrew Cagney <ac131313@redhat.com>
1273
1274 * gdb.base/restore.exp: Include $expected value in restored test
1275 message.
1276
9383332c
AC
12772001-11-09 Andrew Cagney <ac131313@redhat.com>
1278
1279 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
1280 implemented.
1281
db62520a
MS
12822001-11-08 Michael Snyder <msnyder@redhat.com>
1283
1284 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
1285 Add pass/fail message for stop at breakpoint in call dummy function.
1286
b5703437
MS
12872001-11-07 Michael Snyder <msnyder@redhat.com>
1288
760f6330
MS
1289 * gdb.c++/templates.exp (test_template_breakpoints):
1290 If we get an overload menu, but it does not match what
1291 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
1292 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
1293 making the whitespace optional. Argument for "new" may be
1294 "unsigned" as well as "unsigned int/long".
eef747c0
MS
1295 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
1296 making the whitespace optional. Also replace "(void) with
1297 "((void|)), making the keyword "void" optional.
63f50499
MS
1298 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
1299 making the whitespace optional. Also replace "(void) with
1300 "((void|)), making the keyword "void" optional.
3bf40917
MS
1301 * gdb.base/callfuncs.c (t_float_values): This function must
1302 _not_ be prototyped, and the following function (t_float_values2)
1303 must be prototyped (if the compiler supports it), so that GDB
1304 can be tested against both cases. Usually one case involves
1305 promotion of float to double, while the other does not.
1306 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
1307 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
1308 includes a stack frame for "start".
1309
c8ab4e6d
JB
13102001-11-05 Jim Blandy <jimb@redhat.com>
1311
1312 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
1313 pointers are 32 bits long, and that offsets of relocs are always
1314 stored in the data (REL-style), and not in the reloc entry itself
1315 (RELA-style).
1316 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
1317 stabs.
1318
3f08ced9
MS
13192001-11-01 Michael Snyder <msnyder@redhat.com>
1320
1321 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
1322 and regular expression operators by using quoting.
1323
cbfa24cd
MS
13242001-10-31 Michael Snyder <msnyder@redhat.com>
1325
1326 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
1327 depending on what the symbol table contains.
1328 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
1329 the output of the ptype command. Similarly, accept both "const &"
1330 and "const&".
1331
aaa68313
CV
13322001-10-31 Corinna Vinschen <vinschen@redhat.com>
1333
1334 * gdb.base/miscexprs.c (main): Add usage of preprocessor
1335 symbol `STORAGE' to allow to choose the storage class of
1336 the local datastructures.
1337 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
1338 compiler directive.
1339
91740388
MS
13402001-10-30 Michael Snyder <msnyder@redhat.com>
1341
1342 * gdb.base/jump.exp: Allow it to run for all targets.
1343
1b7c05e7
CV
13442001-10-29 Corinna Vinschen <vinschen@redhat.com>
1345
1346 * gdb.base/call-ar-st.c (print_double_array): Match for loop
1347 with new double_array size.
1348 (main): Change storage class of all local variables to static.
1349 Reduce size of double_array to 9.
1350 * gdb.base/call-ar-st.exp: Increase timeout value.
1351 Change expected output for double array to match new size in
1352 call-ar-st.c.
1353
36a22261
CV
13542001-10-29 Corinna Vinschen <vinschen@redhat.com>
1355
1356 * gdb.base/ending-run.exp: Create identical output when passing
1357 `step to end of run' case. Add regular expression branch satisfying
1358 Stormy16 target.
1359
92b8ae91
MK
13602001-10-28 Mark Kettenis <kettenis@gnu.org>
1361
1362 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
1363 that we catch the expected failure under Linux/x86.
1364
cb135b83
OF
13652001-10-29 Orjan Friberg <orjanf@axis.com>
1366
1367 * gdb.base/setvar.exp: Escape curly braces.
1368 * gdb.stabs/weird.exp: Ditto.
1369
6884aa54
DJ
13702001-10-27 Daniel Jacobowitz <drow@mvista.com>
1371
1372 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
1373 * gdm.mi/mi0-hack-cli.exp: Likewise.
1374
0398c9aa
AC
13752001-10-25 Andrew Cagney <ac131313@redhat.com>
1376
1377 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
1378 messages.
1379
d20bf2e8
AC
13802001-10-21 Andrew Cagney <ac131313@redhat.com>
1381
1382 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
1383 checking MI enabled.
1384
03dd63aa
CV
13852001-10-09 Corinna Vinschen <vinschen@redhat.com>
1386
1387 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
1388
1d9d99f3
FCE
13892001-10-04 Frank Ch. Eigler <fche@redhat.com>
1390
1391 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
1392 if gdb child process crashes, just signal an error.
1393
838ae6c4
JB
13942001-10-02 Jim Blandy <jimb@redhat.com>
1395
1396 * lib/gdb.exp (test_xfail_format): Simplify.
1397
1398 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
1399 front of the variable name `format'. Simplify `if'.
1400
8f0cbc1c
DJ
14012001-10-01 Daniel Jacobowitz <drow@mvista.com>
1402
1403 * gdb.threads/pthreads.exp: Wait for output and delay
1404 before sending ^C.
1405
1f08dafd
DJ
14062001-10-01 Daniel Jacobowitz <drow@mvista.com>
1407
1408 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
1409 some incorrect output instead of timing out.
1410 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
1411
674f90ff
CV
14122001-09-28 Corinna Vinschen <vinschen@redhat.com>
1413
1414 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
1415 check to allow additional `int'.
1416
9b284272
DJ
14172001-09-27 Daniel Jacobowitz <drow@mvista.com>
1418
1419 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
1420 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
1421
b55a4771
MS
14222001-09-27 Michael Snyder <msnyder@redhat.com>
1423
1424 * lib/gdb.exp (test_debug_format): New proc.
1425 (setup_xfail_format): Use new proc test_debug_format.
1426 * gdb.base/constvars.exp (local_compiler_xfail_check): New
1427 proc; use new service proc test_debug_format.
1428 Replace all other "gcc_compiled" tests with this test.
1429 * gdb.base/volatile.exp (local_compiler_xfail_check): New
1430 proc; use new service proc test_debug_format.
1431 Replace all other "gcc_compiled" tests with this test.
1432
14332001-09-27 Michael Snyder <msnyder@redhat.com>
1434
1435 * gdb.base/cvexpr.exp: New file.
1436 * gdb.base/cvexpr.c: New file
1437 Test for expressions using const and volatile keywords.
1438
4e6667ac
CV
14392001-09-26 Corinna Vinschen <vinschen@redhat.com>
1440
1441 * gdb.base/constvars.exp: Check for different orders of keywords
1442 and additional "int" strings in output.
1443
4f337972
AC
14442001-09-22 Andrew Cagney <ac131313@redhat.com>
1445
1446 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
1447 responses from "help maint".
1448
2015650d
FCE
14492001-09-19 Frank Ch. Eigler <fche@redhat.com>
1450
1451 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
1452 to localhost:NNN instead of :NNN, in case Xvfb is listening
1453 only on TCP.
1454
f3bcedc1
CV
14552001-09-19 Corinna Vinschen <vinschen@redhat.com>
1456
1457 * gdb.base/recurse.exp: When checking leaving the watchpoint
1458 scope, recognize when gdb is in function's epilogue and pass.
1459
6b819c92
KS
14602001-09-18 Keith Seitz <keiths@redhat.com>
1461
1462 * lib/insight-support.exp (_gdbtk_export_target_info): Add
1463 support for running tests against sid targets.
1464 (gdbtk_done): Ditto.
1465
a10c9419
CV
14662001-09-18 Corinna Vinschen <vinschen@redhat.com>
1467
1468 * gdb.base/ending-run.c (main): Set stdout buffersize
1469 to the same reasonable value for any target.
1470 * gdb.base/ending-run.exp: Add a regular expression
1471 to make testsuite happy on Sanyo Stormy16 target.
1472
739d0d99
CV
14732001-09-17 Corinna Vinschen <vinschen@redhat.com>
1474
1475 * gdb.base/display.c (do_loops): Add float variable `f'.
1476 Increment f in loop.
1477 * gdb.base/display.exp: Increment timeout by 60 seconds.
1478 Change float display test to use variable `f'.
1479
1b8947f0
JB
14802001-09-17 Jim Blandy <jimb@redhat.com>
1481
1482 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
1483 overflowing the limited breakpoint tables on some ROM monitors
1484 (like the ROM68K).
1485
9890ac81
FCE
14862001-09-15 Frank Ch. Eigler <fche@redhat.com>
1487
1488 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
1489 the "-ac" (disable access control) flag.
1490
6db765ea
JH
14912001-08-30 Jeff Holcomb <jeffh@redhat.com>
1492
1493 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
1494 ints.
1495
4c32cc04
KS
14962001-08-30 Keith Seitz <keiths@redhat.com>
1497
1498 * lib/gdb.exp: Move all insight-related functionality into
1499 separate file.
1500 * lib/insight-support.exp: New file.
1501
8d6e6f81
FCE
15022001-08-29 Frank Ch. Eigler <fche@redhat.com>
1503
1504 * config/sid.exp (sid_start): Never set sid verbosity; disable
1505 expect_background {} that consumed its stdout; tolerate </dev/null.
1506 Attempt to set endianness override in "sid" protocol mode. Cleanup.
1507
6a90e1d0
AC
15082001-08-18 Andrew Cagney <ac131313@redhat.com>
1509
1510 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
1511 CLI jump command to start it.
1512 (mi_run_to_main): Fail immediatly when unexpected output.
1513
1759b3c3
AC
15142001-08-18 Andrew Cagney <ac131313@redhat.com>
1515
1516 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
1517 beginning of function. Fix PR gdb/191.
1518
61d11d80
FCE
15192001-08-16 Frank Ch. Eigler <fche@redhat.com>
1520
1521 * config/sid.exp (sid_start): Don't warn if we cannot figure out
1522 what to force sid endianness to.
1523
942a4df2
KS
15242001-08-15 Keith Seitz <keiths@redhat.com>
1525
1526 * lib/gdb.exp (gdbtk_start): Don't set environment
1527 variables for TCL_LIBRARY and friends. Insight will
1528 now figure these out for itself.
1529
0521c418
MS
15302001-08-02 Michael Snyder <msnyder@redhat.com>
1531
1532 * gdb.base/completion.exp: Remove the symbol "a64l" from
1533 the expect string; this is target-specific, and not related
1534 to what is being tested.
1535
74a9a58a
DB
15362001-08-02 Dave Brolley <brolley@redhat.com>
1537
1538 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
1539
c70819fa
MS
15402001-07-25 Michael Snyder <msnyder@redhat.com>
1541
c2b8fa57
MS
1542 * gdb.base/consecutive.exp: New file. Test stepping over
1543 breakpoints on consecutive instructions.
1544 * gdb.base/consecutive.c: New file.
1545
c70819fa
MS
1546 * gdb.base/call-rt-st.exp: Use double-backslash to quote
1547 curly braces in regular expressions.
1548
2b1a1355
MS
15492001-07-25 Michael Snyder <msnyder@redhat.com>
1550
1551 * gdb.base/ending-run.exp: Accept "Program exited normally" as
1552 legitimate output from stepping out of main.
1553
413eca6f
KS
15542001-07-22 Keith Seitz <keiths@redhat.com>
1555
1556 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
1557 the empty string, do not run the tests.
1558
7e5a9322
SC
15592001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1560
1561 * gdb.base/long_long.exp: Detect size of pointer. Take into
1562 account 2-byte pointers when testing for p/a results.
1563
de58f10f
SC
15642001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1565
1566 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
1567 and defined to 1K for m68hc11.
1568 (random_data): Reduce table to 1K for embedded platforms (68hc11).
1569 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
1570 (sizeof_random_data): New variable to tell the size of the data table;
1571 don't test past this size; always run to main.
1572
d6f5fea1
SC
15732001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1574
1575 * gdb.base/return2.exp: return of long long and double fails for
1576 68HC11; don't execute these tests on that platform.
1577 * gdb.base/return.exp: Return of a double fails for 68hc11.
1578
c477543d
SC
15792001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1580
1581 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
1582 tests that print a float.
1583 * call-rt-st.exp: Likewise.
1584
63cf1c79
MK
15852001-07-12 Mark Kettenis <kettenis@gnu.org>
1586
1587 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
1588 running this test on Linux.
1589
112f9ab5
MC
15902001-06-24 Michael Chastain <chastain@redhat.com>
1591
1592 * gdb.base/arithmet.exp: Remove some tests to make all test names
1593 unique.
1594
4970cb0f
MS
15952001-07-03 Michael Snyder <msnyder@redhat.com>
1596
1597 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
1598 the output of the ptype command.
1599
d85da69f
MS
16002001-07-02 Michael Snyder <msnyder@redhat.com>
1601
4c8a82de
MS
1602 * gdb.base/completion.exp: Don't assume that break.c is the only
1603 source file that may contain functions named "marker".
d85da69f
MS
1604 * gdb.base/corefile.exp: Quote the curly braces in regexp.
1605
8afc772b
AC
16062001-06-28 Andrew Cagney <ac131313@redhat.com>
1607
1608 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
1609 of files to delete.
1610
1611 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
1612 * gdb.disasm/h8300s.exp: New file.
1613 gdb.disasm/h8300s.s: Likewise.
1614
cff22675
AC
16152001-06-27 Andrew Cagney <ac131313@redhat.com>
1616
1617 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
1618 empty breakpoint tables.
1619
68c81b54
AC
16202001-06-25 Andrew Cagney <ac131313@redhat.com>
1621
1622 * lib/mi-support.exp: Update args=... part of stop-reason
1623 patterns. Accept either a list or a tuple.
1624
2dd62704
AC
16252001-06-23 Andrew Cagney <ac131313@redhat.com>
1626
1627 * lib/mi-support.exp: Remove local emacs variable defining
1628 change-log-default-name.
1629
b4127474
MC
16302001-06-22 Michael Chastain <chastain@redhat.com>
1631
1632 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
1633 This is operationally compatible with the previous version.
1634
8dbfb380
JB
16352001-06-13 Jim Blandy <jimb@redhat.com>
1636
1637 * lib/gdb.exp (gdb_test): Doc fix.
1638
f2d8c86d
MC
16392001-06-10 Michael Chastain <chastain@redhat.com>
1640
1641 * gdb.base/exprs.exp: Remove a duplicate test.
1642
81564d34
JB
16432001-06-06 Jim Blandy <jimb@redhat.com>
1644
1645 * gdb.base/return2.exp (main): Use values to test float and double
1646 returns that are not NaN's, to avoid being confused by IEEE
1647 comparison rules.
1648
da55addb
MS
16492001-06-04 Michael Snyder <msnyder@redhat.com>
1650
1651 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
1652 non-zero if control_c fails. Terminate the test on failure,
1653 rather than wait for 12 more tests to time out.
1654
42c65987
JB
16552001-06-06 Jim Blandy <jimb@redhat.com>
1656
b18bced9
JB
1657 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
1658 Don't forget to match the GDB prompt.
1659
42c65987
JB
1660 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
1661
5b41e5f0
JB
16622001-06-04 Jim Blandy <jimb@redhat.com>
1663
1664 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
1665 command.
1666
015e046f
KB
16672001-05-31 Kevin Buettner <kevinb@redhat.com>
1668
1669 * gdb.base/annota1.exp (info break): Match four or more spaces
1670 after "Address".
1671
fb1ffbbe
MC
16722001-05-31 Michael Chastain <chastain@redhat.com>
1673
1674 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
1675 (dm_type_int_star): Likewise.
1676 (dm_type_long_star): Likewise.
1677 (dm_type_void_star): Likewise.
1678
5ea2a32c
KB
16792001-05-29 Kevin Buettner <kevinb@redhat.com>
1680
1681 * gdb.base/completion.exp (INPUTRC): Set this environment variable
1682 to a known value in order to get consistent results regardless
1683 of the setting of INPUTRC or the presence or contents of .inputrc.
1684
ae23c492
MS
16852001-05-24 Michael Snyder <msnyder@redhat.com>
1686
ac55707e
MS
1687 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
1688 Don't require that the main thread and the manager thread are the
1689 first in the list.
1690
ae23c492
MS
1691 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
1692 debugging. If test fails, issue an "unsupported" not a "fail".
1693
400071f1
JB
16942001-05-24 Jim Blandy <jimb@redhat.com>
1695
1696 Don't assume that short is shorter than int.
1697 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
1698 assume that shorts are smaller than ints. On a 16-bit machine,
1699 this isn't true.
1700 ("print unsigned char == (~0)"): Add test that verifies that ~0,
1701 an int, is not equal to ~0 stored in an unsigned char. This tests
1702 the same thing that the previous test meant to, but works on
1703 16-bit machines, too.
1704 ("print unsigned char != (~0)"): Same test, complemented.
1705
0816a3e5
MS
17062001-05-24 Michael Snyder <msnyder@redhat.com>
1707
1708 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
1709 test for (full_coverage == 0). This makes the test run faster,
1710 and prevents dejagnu getting out of step.
1711
f6dc23a9
KB
17122001-05-23 Kevin Buettner <kevinb@redhat.com>
1713
1714 * gdb.base/finish.exp (finish_void): Revise pattern for
1715 stopping on the call statement to not permit stopping at
1716 the start of the instructions comprising the call sequence.
1717
7dbd117d
MC
17182001-05-19 Michael Chastain <chastain@redhat.com>
1719
1720 * gdb.base/callfuncs.exp: Make all test names unique.
1721 * gdb.base/commands.exp: Make all test names unique.
1722 * gdb.base/condbreak.exp: Make all test names unique.
1723 * gdb.base/dbx.exp: Make all test names unique.
1724 * gdb.base/default.exp: Make all test names unique.
1725 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
1726 and TIMEOUT messages to their corresponding PASS message.
1727 * gdb.base/ending-run.exp: Make all test names unique.
1728 * gdb.base/long_long.exp: Remove duplicate test.
1729
6b0b0a9e
KB
17302001-05-21 Kevin Buettner <kevinb@redhat.com>
1731
1732 * gdb.base/finish.exp (finish_void): Allow "finish" command to
1733 stop on the call statement as well as the statement after the
1734 call.
1735
2caa35cb
MS
17362001-05-21 Michael Snyder <msnyder@redhat.com>
1737
1738 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
1739
40713331
EZ
17402001-05-10 Elena Zannoni <ezannoni@redhat.com>
1741
1742 * gdb.base/completion.exp: Revamp test. Make it execute on all
1743 platforms.
1744
c2c1be8d
EZ
17452001-05-10 Elena Zannoni <ezannoni@redhat.com>
1746
2c9cd303
EZ
1747 * config/gdbserver.exp (gdb_load): Handle the case
1748 in which the arguments to gdbserver are given in the
1749 baseboard configuration file.
1750 Also handle the case in which the server needs to do a
1751 load.
1752
9671de48
KS
17532001-05-07 Keith Seitz <keiths@cygnus.com>
1754
1755 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
1756 set up the display for testing.
1757 (gdbtk_start): Convert all paths to paths that tcl will like.
1758 Export target information to environment.
1759 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
1760 necessary.
1761 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
1762 (to_tcl_path): New proc to convert a given pathname into
1763 a path acceptible as an argument to a tcl command.
1764 (_gdbtk_export_target_info): New proc to export target info
1765 into the environment for gdbtk testing.
1766 (gdbtk_done): New proc to signal end-of-test.
1767
5a360f47
JB
17682001-05-06 Jim Blandy <jimb@redhat.com>
1769
1770 * restore.c: Make the code of caller0 correspond to its comment.
1771
66c756c6
MS
17722001-05-03 Michael Snyder <msnyder@redhat.com>
1773
1774 * config/sid.exp (gdb_target_sid): Check for error messages.
1775 On error or timeout, don't make expect exit (which will terminate
1776 all subsequent tests); instead just make gdb exit.
1777 (gdb_load): Check for error messages. On error or timeout,
1778 return a negative value.
1779
a966fde5
JB
17802001-04-24 Jim Blandy <jimb@redhat.com>
1781
851c18e0
JB
1782 * gdb.c++/templates.exp: If we see the prompt for the overload
1783 list, but we haven't recognized any of the longer patterns,
1784 arrange for this test to fail, not hang.
1785
a966fde5
JB
1786 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
1787 variations.
1788
db144853
MC
17892001-04-22 Michael Chastain <chastain@redhat.com>
1790
1791 * gdb.c++/local.exp: Use the 'runto' library function.
1792 * gdb.c++/namespace.exp: Likewise.
1793 * gdb.c++/overload.exp: Likewise.
1794
3207ec21
KB
17952001-03-26 Kevin Buettner <kevinb@redhat.com>
1796
1797 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
1798 * gdb.base/step-line.exp: New file. Test step/next in presence of
1799 #line directives.
1800 * gdb.base/step-line.c: New file. Test program for the above.
1801 * gdb.base/step-line.inp: New file. We pretend that this file has
1802 been transformed by some other tool into step-line.c.
1803
13b57657
JB
18042001-03-21 Jim Blandy <jimb@redhat.com>
1805
1806 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
1807 unmangled operator names.
1808
754cbe1c
JB
18092001-03-20 Jim Blandy <jimb@redhat.com>
1810
1811 * gdb.threads/linux-dp.exp: Recognize an additional message
1812 generated by GDB when it doesn't understand how to debug threads
1813 on the target system.
1814
177495c9
AC
18152001-03-19 Andrew Cagney <ac131313@redhat.com>
1816
1817 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
1818
f266096b
MC
18192001-03-12 Michael Chastain <chastain@redhat.com>
1820
1821 * gdb.c++/derivation.exp: Use the 'runto' library function.
1822
cac3c2ff
MC
18232001-03-12 Michael Chastain <chastain@redhat.com>
1824
1825 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
1826
b6c11a24
MC
18272001-02-24 Michael Chastain <chastain@redhat.com>
1828
1829 * gdb.c++/ref-types.exp: Change handwritten code to library
1830 function 'runto'.
1831
6bae5bce
OF
18322001-03-16 Orjan Friberg <orjanf@axis.com>
1833
1834 * gdb.base/signals.exp: Set count to 0 explicitly.
1835
0015fd9a
MS
18362001-03-15 Mark Salter <msalter@redhat.com>
1837
1838 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
1839 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
1840 (gdb_load): Add support for additional target_info: gdb_download_size
1841 and gdb_load_timeout.
0015fd9a 1842
fc33412a
DT
1843Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
1844
1845 * gdb.base/annota1.exp: Move test of isnative to earlier in the
1846 file -- to prevent failing when the compile fails but we have no
1847 intention of running the tests anyway.
1848
1849 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
1850 tests if set.
1851
1852 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
1853 integers.
1854
1855 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
1856 * gdb.c++/namespace.exp: Ditto.
1857
115f06de
OF
18582001-03-07 Orjan Friberg <orjanf@axis.com>
1859
1860 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
1861 * gdb.base/pointers.exp: Relax pattern match of decimals.
1862
b6ba6518
KB
18632001-03-06 Kevin Buettner <kevinb@redhat.com>
1864
1865 * Makefile.in, config/abug.exp, config/cfdbug.exp,
1866 config/cpu32bug.exp, config/dve.exp, config/est.exp,
1867 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
1868 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
1869 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
1870 config/sh.exp, config/sid.exp, config/slite.exp,
1871 config/sparclet.exp, config/udi.exp, config/unknown.exp,
1872 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
1873 config/vxworks.exp, config/vxworks29k.exp,
1874 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
1875 gdb.base/all-bin.exp, gdb.base/annota1.exp,
1876 gdb.base/arithmet.exp, gdb.base/assign.exp,
1877 gdb.base/async.exp, gdb.base/attach.exp,
1878 gdb.base/bitfields.exp, gdb.base/bitops.exp,
1879 gdb.base/break.exp, gdb.base/call-ar-st.exp,
1880 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
1881 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
1882 gdb.base/commands.exp, gdb.base/completion.exp,
1883 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
1884 gdb.base/constvars.exp, gdb.base/corefile.exp,
1885 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
1886 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
1887 gdb.base/ending-run.exp, gdb.base/environ.exp,
1888 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
1889 gdb.base/finish.exp, gdb.base/foll-exec.exp,
1890 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
1891 gdb.base/funcargs.exp, gdb.base/help.exp,
1892 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
1893 gdb.base/logical.exp, gdb.base/long_long.exp,
1894 gdb.base/maint.exp, gdb.base/mips_pro.exp,
1895 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
1896 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
1897 gdb.base/pointers.exp, gdb.base/printcmds.exp,
1898 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
1899 gdb.base/regs.exp, gdb.base/relational.exp,
1900 gdb.base/remote.exp, gdb.base/reread.exp,
1901 gdb.base/restore.exp, gdb.base/return2.exp,
1902 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
1903 gdb.base/selftest.exp, gdb.base/setshow.exp,
1904 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
1905 gdb.base/sigall.exp, gdb.base/signals.exp,
1906 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
1907 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
1908 gdb.base/step-test.exp, gdb.base/structs.c,
1909 gdb.base/structs.exp, gdb.base/structs2.exp,
1910 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
1911 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
1912 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
1913 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
1914 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
1915 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
1916 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
1917 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
1918 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
1919 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
1920 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
1921 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
1922 gdb.fortran/types.exp, gdb.java/jmisc.exp,
1923 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
1924 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
1925 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
1926 gdb.trace/circ.exp, gdb.trace/collection.exp,
1927 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
1928 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
1929 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
1930 gdb.trace/report.exp, gdb.trace/save-trace.exp,
1931 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
1932 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
1933 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
1934 notices.
1935
dc96c6c7 19362001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
1937
1938 * gdb.base/varargs.c (find_max_double): Fix printf format string:
1939 first arg is int not float.
1940
dc96c6c7 19412001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
1942
1943 * gdb.base/reread.exp: Unsupported for non-native targets;
1944 doesn't work for remote debugging.
1945
9b0c4aeb
FN
19462001-02-19 Fernando Nasser <fnasser@redhat.com>
1947
1948 From Drew Moseley <dmoseley@redhat.com>
1949 * gdb.base/ending-run.exp: Properly handle the BSP state when
1950 stepping past the end of main.
1951
02aa71d5
MC
19522001-02-19 John Moore <jmoore@redhat.com>
1953
1954 * gdb.base/commands.exp (infrun_breakpoint_command_test):
1955 Converted HPUX fix for non-expected items following multiple
1956 step commands into general solution for all platforms.
1957
1fa449a4
MC
19582001-02-18 Michael Chastain <chastain@redhat.com>
1959
1960 * gdb.c++/classes.exp (do_tests): Change runto statements
1961 from "runto 'foo(void)'" to "runto 'foo'". This makes the
1962 statements demangler agnostic.
1963 * gdb.c++/virtfunc.exp (do_tests): Likewise.
1964 (gdb_virtfunc_restart): Likewise.
1965
b2f9ec70
MC
19662001-02-14 Michael Chastain <chastain@redhat.com>
1967
1968 * gdb.c++/inherit.exp (do_tests): Change runto statements
1969 from "runto 'foo(void)'" to "runto 'foo'". This makes the
1970 statements demangler agnostic.
1971
cf74b8ca
AC
1972Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
1973
1974 * gdb.threads/pthreads.exp: Unify pass/fail messages for
1975 ``continue to bkpt at common_routine in thread 2'' and ``stopped
1976 before calling common_routine 15 times'' tests.
1977
99f78f56
MC
19782001-02-11 Michael Chastain <chastain@redhat.com>
1979
1980 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
1981 Helps the test script figure out which demangler is in use.
1982 (dm_type_foo_ref): Ditto.
1983 (dm_type_int_star): Ditto.
1984 (dm_type_long_star): Ditto.
1985 (dm_type_unsigned_int): Ditto.
1986 (dm_type_void): Ditto.
1987 (dm_type_void_star): Ditto.
99707966 1988 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
1989 Probe the gdb demangler and set variables to accommodate
1990 formatting differences.
1991 (info_func_regexp): New function. Same as info_func, but
1992 matches against a regexp.
1993 (info_func): Match against a literal string.
1994 (print_addr_2): New function. Match against a literal string,
1995 which can be different from the input to gdb.
1996 (print_addr): Simply call print_addr_2 with the same argument twice.
1997 (test_lookup_operator_functions): Use demangler formatting variables.
1998 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
1999 the tests in the same order as the C++ class declaration.
2000 (test_paddr_operator_functions): Ditto.
2001 (test_paddr_overloaded_functions): Ditto.
2002 (test_paddr_hairy_functions): Use demangler formatting variables.
2003 Add reference to gdb/19 for related tests.
2004 (do_tests): Call probe_demangler.
2005
1de8f023
KB
20062001-01-30 Kevin Buettner <kevinb@redhat.com>
2007
2008 * gdb.c++/templates.cc (printf): Remove unused function definition.
2009
ca3f91ed
MS
20102001-01-26 Felix Lee <flee@redhat.com>
2011
2012 * sid.exp (sid_exit): Pass host, not target, to remote_close.
2013
20142001-01-25 matthew green <mrg@redhat.com>
2015
2016 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
2017 up sid.
2018 (sid_exit): Call `remote_pop_conn' after GDB is gone.
2019
20202001-01-25 matthew green <mrg@redhat.com>
2021
2022 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
2023 Deprecate $sid_spawn_id.
2024 (sid_exit): Remove code necessary only for `spawn.'
2025
20262001-01-25 matthew green <mrg@redhat.com>
2027
2028 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2029
fb18ec4a
MC
20302001-01-28 Michael Chastain <chastain@redhat.com>
2031
2032 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
2033 to call when tests fail. It takes gdb out of the overloaded
2034 function choice menu back to the main prompt, so that the test
2035 program stays synchronized.
2036 (set_bp_overloaded): New proc to collect all the common
2037 code for setting a breakpoint on an overloaded name. Calls
2038 take_gdb_out_of_choice_menu when needed.
2039 (menu_overload1arg): New variable to collect the repeated
2040 instances of the expected menu for an overloaded name. Change
2041 the regular expression to handle changes in g++ type encoding:
2042 "void" can be either "void" or "", and "unsigned int" can be
2043 either "unsigned int" or "unsigned".
2044 (continue_to_bp_overloaded): Change regular expressions to handle
2045 changes in g++ type encoding.
2046 (no proc): Call take_gdb_out_of_choice_menu when needed.
2047 Remove redundant calls to "info break". Accept either "canceled"
2048 or "cancelled". Change regular expressions in "info break"
2049 calls to handle changes in g++ type encoding. Give all tests
2050 unique strings.
2051
9c646a6e
BE
20522001-01-17 Ben Elliston <bje@redhat.com>
2053
2054 * config/sid.exp: New file.
2055
9549d9c1
AC
2056Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
2057
2058 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
2059
dc96c6c7 20602000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
2061
2062 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
2063 Add a RE to accept a non-ascii char if one is ever presented.
2064
b4df4f68
FN
20652000-12-20 Fernando Nasser <fnasser@redhat.com>
2066
297dd0fd 2067 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 2068
dc96c6c7 20692000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
2070
2071 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
2072 in regexp. One '\' does not suffice on Linux.
2073
4a7bddb6
MC
20742000-12-09 Michael Chastain <chastain@redhat.com>
2075
2076 * gdb.base/break.exp (test_clear_command): Use a marker function
2077 rather than 'main' for the test function. Also move this
2078 test to an execution point where the marker function names are
2079 guaranteed to be bound to functions. (Executing tests after a
2080 'finish' from main runs into name conflicts with local names
2081 in __libc_start_main).
2082
dc96c6c7 20832000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
2084
2085 * gdb.base/finish.exp: New test for gdb's "finish" command.
2086 * gdb.base/return2.exp: New test for gdb's "return" command.
2087 * gdb.base/return2.c: New source file for above.
2088
dc96c6c7 20892000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
2090
2091 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
2092 * gdb.base/miscexprs.exp: Ditto.
2093 * gdb.base/pointers.exp: Ditto.
2094 * gdb.c++/derivation.exp: Ditto.
2095 * gdb.c++/local.exp: Ditto.
2096 * gdb.c++/namespace.exp: Ditto.
2097 * gdb.c++/overload.exp: Ditto.
2098 * gdb.c++/ref-types.exp: Ditto.
2099
dc96c6c7 21002000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
2101
2102 * gdb.base/constvars.exp: Test result of "up" command.
2103 * gdb.base/miscexprs.exp: Ditto.
2104 * gdb.base/pointers.exp: Ditto.
2105 * gdb.base/scope.exp: Ditto.
2106 * gdb.c++/derivation.exp: Ditto.
2107 * gdb.c++/local.exp: Ditto.
2108 * gdb.c++/namespace.exp: Ditto.
2109 * gdb.c++/overload.exp: Ditto.
2110 * gdb.c++/ref-types.exp: Ditto.
2111
44097287
FN
21122000-11-22 Michael Chastain <chastain@redhat.com>
2113
2114 * mips_pro.exp: Accept either "middle -> top -> main" or
2115 "middle -> main" in the backtrace, because gcc can optimize
2116 tail calls to jumps. Remove setup_xfail for the hppa case.
2117 Add a comment with the original warning messages from PR 3016,
2118 which was filed in 1993, to preserve them for posterity.
2119
9d2e1bab
ND
21202000-11-17 Nick Duffek <nsd@redhat.com>
2121
2122 * lib/gdb.exp (gdb_test): Override timeout with board info.
2123
1aca8eb7
ND
21242000-11-17 Nick Duffek <nsd@redhat.com>
2125
2126 * gdb.base/display.exp: Don't kill running stub. Add "again" to
2127 the second kill and detach messages.
2128
93076499
ND
21292000-11-17 Nick Duffek <nsd@redhat.com>
2130
2131 * configure.in: Add AC_EXEEXT.
2132 * configure: Regenerate.
2133 * Makefile.in (just-check): Export EXEEXT.
2134 * lib/gdb.exp ($EXEEXT): Import from environment.
2135 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
2136 expect "maint dump-me" on Cygwin.
2137 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
2138 $EXEEXT.
2139
30e87cd3
ND
21402000-11-17 Nick Duffek <nsd@redhat.com>
2141
2142 * gdb.base/break.exp: Test backtrace and finish from called
2143 function on all platforms, not just HP-UX.
2144
dc96c6c7 21452000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
2146
2147 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
2148 code from gdb_target_monitor, so it can be used independantly
2149 for gdbserver. Also comment out an unnecessary PUTS.
2150
dc96c6c7 21512000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
2152
2153 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
2154 * gdb.base/corefile.exp: Expect the message "Program is being
2155 debugged already" when we send the "corefile" command, since
2156 the preceeding gdb_load may have connected gdb to a remote target.
2157 * gdb.base/display.exp: Disable hardware watchpoints if new
2158 board info variable "no_hardware_watchpoints" is true.
2159 Replace single-letter commands with more readable ones.
2160 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
2161 if new board info variable "no_hardware_watchpoints" is true.
2162 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
2163 to see if stdio (printf) testing is possible.
2164 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
2165 board info variable "no_hardware_watchpoints" is true. Use new
2166 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
2167
39124dea
FN
21682000-11-13 Fernando Nasser <fnasser@redhat.com>
2169
2170 From Orjan Friberg <orjanf@axis.com>:
2171 * gdb.base/printcmds.exp: Escape curly braces followed by a number
2172 in array print pattern match.
2173
a9e2e984
FN
21742000-11-09 Fernando Nasser <fnasser@redhat.com>
2175
2176 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
2177 spelling "cancelled" to U.S. spelling "canceled" to match changes
2178 made to gdb.
2179 * gdb.c++/ovldbreak.exp: Ditto.
2180
c7db355b
PS
21812000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2182
2183 * gdb.base/callfuncs.c (main): Moved to end of file, call
2184 t_double_values to initialize the FPU before inferior calls are made.
2185 * gdb.base/callfuncs.exp: Test for register preservation after calling
2186 inferior functions. Add tests for continuining, finishing and
2187 returning from a stop in a call dummy.
2188
dc96c6c7 21892000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
2190
2191 * gdb.base/commands.exp: Break up long lines, and re-indent.
2192
dc96c6c7 21932000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
2194
2195 * config/gdbserver.exp: Rewritten from the ground up, to make it
2196 compatible with the current dejagnu tree, and to make it work with
2197 the new "gdbserver" in libremote.
2198
dc96c6c7 21992000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2200
2201 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
2202 * gdb.base/varargs.exp: Skip entire test if no printf support.
2203 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
2204 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
2205
dc96c6c7 22062000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2207
2208 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
2209 no floating point support.
2210 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
2211 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
2212 * gdb.base/call-rt-st.exp: Ditto.
2213 * gdb.base/call-strs.exp: Ditto.
2214
bac5fc66
JG
22152000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
2216
2217 * gdb.base/sizeof.c: include <stdio.h>.
2218
2219 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
2220 'finish', otherwise uncaptured gdb_prompt would potentially
2221 throw remaining test points out of sync.
2222
b22a6027
SB
22232000-07-26 Scott Bambrough <scottb@netwinder.org>
2224
2225 * gdb.base/recurse.exp: Run tests for all targets.
2226 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
2227 gnu-oldld case on ARM.
2228 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
2229 for ARM targets.
2230
d8231941
AG
2231Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
2232
2233 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
2234 * gdb.java/configure: Rebuild.
2235
8caabe69
AG
2236Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
2237
2238 * gdb.java/jv-exp.exp: New file.
2239
9d273ca3
AG
2240Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
2241
2242 * configure: Rebuilt.
2243 * configure.in (configdirs): Add gdb.java.
2244 * gdb.java/jmisc.java: New file.
2245 * gdb.java/jmisc.exp: New file.
2246 * gdb.java/Makefile.in: New file.
2247 * gdb.java/configure: Rebuilt.
2248 * gdb.java/configure.in: New file.
2249 * lib/java.exp: New file.
2250
4f823a66
AC
2251Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
2252
2253 * gdb.base/exprs.exp: Test casts to a pointer including over and
2254 underflow.
2255
2391e11d
AC
2256Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
2257
2258 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
2259 and the compilers sizes.
2260
54602222
ND
22612000-07-09 Nick Duffek <nsd@redhat.com>
2262
2263 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
2264 (use_methods): New function.
2265 (main): Call use_methods().
2266 * gdb.c++/classes.exp (test_method_param_class): New procedure.
2267 (do_tests): Call test_method_param_class.
2268
2bec0572
ND
22692000-07-09 Nick Duffek <nsd@redhat.com>
2270
2271 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
2272 spelling.
2273 (test_enums): New procedure. Move enum tests from end of script
2274 to here. Set breakpoint on function name instead of line number.
2275 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
2276 (enums2): New marker function.
2277 (enums1): New function.
2278 (main): Call enums1(). Move enum tests to enums1().
2279
78492fde
AC
2280Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
2281
2282 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
2283 compile/link program. Update line numbers.
2284 * gdb.asm/d10v.inc: Define ``startup''.
2285 * gdb.asm/asmsrc1.s: Add definition of _start.
2286
49a2cef8
AC
2287Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
2288
2289 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
2290
3e6c8688
EZ
22912000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2292
2293 * gdb.base/maint.exp: Add 'maint print architecture' item to output
2294 of 'help maint print' command.
2295
9ff5cbe9
AC
2296Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
2297
2298 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
2299 they use gdb_expect_list.
2300
17c579bd
AC
2301Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
2302
2303 * gdb.base/commands.exp: Use ``set remote
2304 memory-read-packet-size'' instead of ``set endian big'' to test
2305 long commands.
2306
e6d71bf3
DB
23072000-06-03 Daniel Berlin <dan@cgsoftware.com>
2308
2309 * gdb.c++/templates.exp (do_tests): Make all of these work under
2310 g++, and stop skipping them.
2311
2312 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
2313 work under g++.
2314
e5f9ba7b
MS
2315 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
2316 initialization.
2317
dc96c6c7 23182000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
2319
2320 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
2321 the regular expression: accept an (almost) arbitrary sequence of
2322 "frames-invalid" and "breakpoints-invalid" messages both before
2323 and after the "starting" message.
2324
dc96c6c7 23252000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
2326
2327 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 2328
dc96c6c7 23292000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
2330
2331 * gdb.base/annota1.exp (annotate-signal-handler-caller):
2332 Relax the regular expression a little, make it pass on Solaris 8.
2333
8216cda9
KB
23342000-05-12 Kevin Buettner <kevinb@redhat.com>
2335
2336 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
2337 a call, do not require that gdb stop on the line after the call.
2338 Instead, it is permissible for gdb to stop on the line of the
2339 call itself.
2340
1a570b2f
MS
23412000-05-12 Michael Snyder <msnyder@.cygnus.com>
2342
2343 * gdb.base/break.exp (bp on small function, optimized file):
2344 Add a second pass pattern. The behavior differs here between stabs
2345 and dwarf for one-line functions. Stabs preserves two line symbols
2346 (one before the prologue and one after) with the same line number,
2347 but dwarf regards these as duplicates and discards one of them.
2348 Therefore the address after the prologue (where the breakpoint is)
2349 has no exactly matching line symbol, and GDB reports the breakpoint
2350 as if it were in the middle of a line rather than at the beginning.
2351
dc96c6c7 23522000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
2353
2354 * gdb.base/interrupt.exp: Make "pass" message say "send"
2355 rather than "send_gdb" (for consistancy).
2356
7d418785
AC
2357Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
2358
2359 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
2360 * gdb.c++/templates.cc: Properly check for GCC version number.
2361 * lib/compiler.cc: Likewise
2362
dc96c6c7 23632000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
2364
2365 * gdb.base/break.exp: When compiled with -O2 optimization,
2366 gdb may not stop at the first line of main, due to code motion.
2367
dc96c6c7 23682000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
2369
2370 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
2371 This test depends on parsing the printf output from the target.
2372 Since the sparclet stub doesn't do stdio, this will never work.
2373 * gdb.base/call-rt-st.exp: ditto.
2374 * gdb.base/call-strs: ditto.
2375
dc96c6c7 23762000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
2377
2378 * gdb.base/miscexprs.exp: make sizeof long array test portable.
2379
2380 * gdb.base/ending-run.exp: After connecting to a remote target,
2381 but before running, the target will appear to be in a random
2382 location. Specify both a file and a line for breakpoints.
2383 Also, the function that calls main may be called 'init'
2384 rather than 'start'.
2385
a5a51225
EZ
23862000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2387
2388 * gdb.base/help.exp: Update output for add-symbol-file command.
2389
7930cc7c
FN
23902000-04-10 Fernando Nasser <fnasser@cygnus.com>
2391
2392 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2393 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
2394
23e37ab1
C
23952000-04-07 J.T. Conklin <jtc@redback.com>
2396
e93c542c
C
2397 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
2398
23e37ab1
C
2399 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
2400
591b8fa3
PDM
2401Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
2402
2403 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
2404 values that can be represented exactly.
2405 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
2406 above change, and to not check against the directory part of the source
2407 file name.
2408 (step into print_long_arg_list): Likewise.
2409 (print print_small_structs from print_long_arg_list): Likewise.
2410 (print print_long_arg_list): Likewise.
2411
7a495180
EZ
24122000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2413
30b53638 2414 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 2415
beb998c6
AC
2416Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
2417
2418 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
2419
1c689132
DB
24202000-03-25 Daniel Berlin <dan@cgsoftware.com>
2421
2422 * gdb.base/commands.exp (deprecated_command_test): Add test for
2423 deprecate with no arguments.
2424
c1790a9d
JL
24252000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
2426
2427 * gdb.base/break.exp: Add new test for setting breakpoints on
2428 optimized code so we can test breakpoints work even when function
2429 prologues may be optimized away
2430
003ba290
FN
24312000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2432
2433 From David Whedon <dwhedon@gordian.com>
2434 * gdb.base/commands.exp : Added command deprecator tests.
2435
6837a0a2
DB
24362000-03-22 Daniel Berlin <dan@cgsoftware.com>
2437
2438 * gdb.base/help.exp: Added test for new apropos command.
2439
b9593231
KB
24402000-03-21 Kevin Buettner <kevinb@redhat.com>
2441
2442 * gdb.base/pointers.c (usevar): New function.
2443 (main): Make sure that global variables v_int_pointer2, rptr,
2444 and y are all referenced someplace in the program by calling
2445 usevar() on them. [Some linkers delete symbols which are
2446 never referenced. The space remains, but there's no way to
2447 get a (symbolic) handle on the variable from the debugger.]
2448
751a959b
EZ
24492000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2450
2451 * gdb.base/printcmds.c: Add typedeffed arrays.
2452
2453 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
2454 procedure to test arrays that are typedef'd.
2455
73a93a32
JI
24562000-03-13 James Ingham <jingham@leda.cygnus.com>
2457
2458 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 2459 the library directories.
73a93a32 2460
fb40c209
AC
2461Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
2462
2463 * configure.in (configdirs): Add sub directory gdb.mi.
2464 * configure: Re-generate.
2465
2466 * gdb.mi: New directory.
beb998c6 2467
ee4dd2c9
AC
24682000-02-25 Scott Bambrough <scottb@netwinder.org>
2469
2470 * gdb.base/long_long.exp: Correct test suite failure when printing
2471 a long long value as a double on ARM platforms.
2472
70f0cc22
JB
24732000-02-16 Jim Blandy <jimb@redhat.com>
2474
2475 * gdb.base/break.exp ("breakpoint line number"): Make sure the
2476 default source file is set properly before running this test.
2477
853819b8
EZ
24782000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2479
2480 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
2481 gdbtk/library directory, not in gdbtcl2.
2482
dfcd3bfb
JM
24832000-02-04 Jim Blandy <jimb@redhat.com>
2484
2485 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
2486 backslash from regexp pattern.
2487
2488 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
2489 procedure. Use it to run all the "continue to bp overloaded"
2490 tests. Note that this changes the names of the tests slightly.
2491 If the breakpoint hit message includes a hex PC value, because
2492 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
2493 from the real source code, still consider that a pass.
2494
2495 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
2496 XFAIL here if the breakpoint message contains a hex address. Note
2497 similar change on 1999-11-02.
2498
2499 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
2500
2501 * gdb.base/ptype.exp: Establish a default source file before
2502 calling get_debug_format.
2503
25042000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
2505
2506 * gdb.base/watchpoint.exp: Remove duplication of test messages.
2507
8b93c638
JM
25082000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2509
2510 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
2511 of successive stepi commands -- while in the prologue we should see
2512 the function entry bracket.
2513
25142000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2515
2516 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
2517 reach __change_mode() when stepping through the end of main().
2518
c5394b80
JM
25192000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
2520
2521 * gdb.base/default.exp: Fix expected pattern.
2522 * gdb.base/help.exp: Same.
2523
0d06e24b
JM
25242000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2525
2526 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
2527 Don't use xfail's because that affects only the following test.
beb998c6 2528
0d06e24b
JM
2529 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
2530 solaris or linux.
2531
2532 * gdb.base/selftest.exp: Update to reflect changes to main.c.
2533
dc96c6c7 25342000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 2535
beb998c6 2536 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
2537 "A syntax error" rather than "A parse error". Accept both.
2538
25392000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
2540
2541 * gdb.base/default.exp: Remove OS dependent string from "target
2542 remote" test.
2543 * gdb.base/help.exp: Same for "help target remote" test.
2544
c3f6f71d
JM
25452000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2546
2547 From Jim Kingdon <kingdon@redhat.com>:
2548
2549 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
2550 prompt (cleanup rather than necessity, but still might keep output
2551 from spilling to next test).
2552
25532000-01-02 Fred Fish <fnf@cygnus.com>
2554
2555 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
2556 AIX, which defines them in <sys/types.h>.
2557
ed9a39eb 25581999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 2559
ed9a39eb
JM
2560 * gdb.base/default.exp: Match arm* etc instead of arm in "info
2561 float" test.
2562
25631999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 2564
ed9a39eb 2565 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
2566
2567 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
2568 outermost frame disallowed".
2569
25701999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
2571
2572 * gdb.base/setvar.exp: New tests for setting the value of a struct
2573 with a constant list.
2574
25751999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
2576
2577 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
2578 require the user to type a cast before setting the value of a struct.
2579
de57eccd
JM
25801999-12-06 Jim Blandy <jimb@cygnus.com>
2581
2582 * gdb.base/default.exp: Expect the new 'info float' command on
2583 all i386 platforms.
2584
2585 * gdb.threads/linux-dp.exp: Expand our ability to recognize
2586 LinuxThreads libraries that don't support debugging.
2587
c2d11a7d
JM
2588Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
2589
2590 * gdb.base/remote.c: Fill the buffer with truely random data.
2591 Change the buffer type to ``unsigned char'' to simplify size
2592 arithmetic.
2593
2594 * gdb.base/remote.exp: Reduce download numbers by one. Typical
2595 stub only handles 400-1 byte packets. Verify that the download
2596 worked.
2597
25981999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
2599
2600 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
2601 tests, using UNRESOLVED for the untested cases. Also, does not wait
2602 for a timeout if the prompt was received before a recognizable pattern.
2603
26041999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
2605
2606 * lib/gdb.exp (gdb_expect_list): Fix spelling.
2607
26081999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2609
2610 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
2611 watchpoints.
2612
26131999-11-24 Jason Merrill <jason@casey.cygnus.com>
2614
2615 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
2616
2617 * gdb.c++/local.exp: Be more flexible in recognizing local class
2618 name mangling. Don't allow horribly truncated method names.
2619 * gdb.c++/derivation.exp: Expect protected inheritance.
2620 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
2621 * gdb.c++/virtfunc.exp: Likewise.
2622 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
2623 when printing a nested enum.
2624
26251999-11-22 Jim Blandy <jimb@cygnus.com>
2626
2627 * gdb.base/step-test.exp: Properly await GDB's response to setting
2628 a breakpoint on the call to large_struct_by_value.
2629
2630 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
2631 just because we have debug info for the `start' function.
2632
26331999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
2634
2635 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
2636 "Unknown signal" messages, which indicate (on LinuxThreads) that
2637 GDB doesn't know how to debug threads on this system. This is
2638 better than hanging while philosopher 0 dumps chatter into gdb.log.
2639
26401999-11-18 Tom Tromey <tromey@cygnus.com>
2641
2642 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
2643
26441999-11-18 Fred Fish <fnf@cygnus.com>
2645
2646 * gdb.base/coremaker2.c: Add sample program for generating
2647 cores that is more self contained than coremaker.c. Eventually
2648 I'll add more code to this and tie it into the testsuite.
2649
4ce44c66
JM
26501999-11-12 Stan Shebs <shebs@andros.cygnus.com>
2651
2652 * gdb.base/dollar.exp: Remove, now in gdb.hp.
2653
26541999-11-10 Jimmy Guo <guo@cup.hp.com>
2655
2656 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
2657 from $srcdir/lib/.
2658 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
2659 and gdb.c++/.
2660
2661 * gdb.c++/derivation.exp: remove redundant get compiler info code.
2662
beb998c6 2663 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
2664 'continue with watch' test point.
2665
26661999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
2667
2668 Merged from p2linux-990323-branch:
beb998c6 2669
4ce44c66
JM
2670 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
2671
11cf8741
JM
2672Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
2673
2674 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
2675 {limit,fixed}''. Test ``set download-write-size''.
2676
2677Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
2678
2679 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
2680 gdb_expect_list.
2681
2682Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
2683
2684 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
2685
26861999-11-03 Mark Salter <msalter@cygnus.com>
2687
2688 * gdb.base/break.exp: Fix "stub continue" pattern.
2689
26901999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
2691
2692 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
2693
26941999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
2695
2696 * gdb.base/display.exp ("finish"): Add timeout clause.
2697
2698 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
2699 plain prompt clause, so this doesn't have to time out in order to
2700 fail.
2701
2702 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
2703 breakpoint hit messages include an address.
2704
2705 * gdb.base/display.exp: Don't forget to escape parens in regular
2706 expressions. Unix regexp notatation sucks.
2707
27081999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2709
2710 * gdb.base/annota1.exp: Test for annotate-signalled: change output
2711 order for 'signalled' message.
2712
5c44784c
JM
27131999-11-01 Stan Shebs <shebs@andros.cygnus.com>
2714
2715 From Jimmy Guo <guo@cup.hp.com>:
2716 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
2717 * gdb.base/annota1.c: Add code for tests to work with.
2718
27191999-10-26 Frank Ch. Eigler <fche@cygnus.com>
2720
2721 * gdb.base/remote.exp: New test for remote downloading settings.
2722 * gdb.base/remote.c: New file with large .data.
2723
917317f4
JM
27241999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
2725
2726 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
2727 for LinuxThreads support, merged from the Code Fusion branch.
2728
2729Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
2730
2731 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
2732 containing exp_continue into a while within an expect. Don't
2733 attempt a start more than three times. Check return value from
2734 gdb_load.
beb998c6 2735
2df3850c
JM
2736Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
2737
2738 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
2739 a pass case.
2740
2acceee2
JM
27411999-10-01 Kevin Buettner <kevinb@cygnus.com>
2742
2743 * gdb.base/break.c (main): Added a statement that we can step
2744 off of.
2745 * gdb.base/break.exp: Added tests for setting a breakpoint
2746 at an offset and stepping onto a breakpoint.
2747
27481999-10-01 Fred Fish <fnf@cygnus.com>
2749
beb998c6 2750 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
2751 gdb output.
2752
c2c6d25f
JM
27531999-09-18 Jim Blandy <jimb@cris.red-bean.com>
2754
2755 * gdb.base/break.exp: Code locations are in hex, don't forget!
2756 (For HP-UX.)
2757
27581999-09-17 Stan Shebs <shebs@andros.cygnus.com>
2759
2760 * condbreak.exp: Use break.c as test program.
2761 * condbreak.c: Remove, redundant with break.c.
2762
27631999-09-15 Stan Shebs <shebs@andros.cygnus.com>
2764
2765 * config/monitor.exp (gdb_target_monitor): Disable X- and
2766 Z-packets if the target needs it.
2767
27681999-09-13 James Ingham <jingham@leda.cygnus.com>
2769
2770 * gdb.c++/overload.exp: Added tests for listing overloaded
2771 functions with function pointers in the arg, explicitly calling
2772 out the version you want.
2773
cff3e48b
JM
27741999-09-09 Stan Shebs <shebs@andros.cygnus.com>
2775
2776 * long_long.exp: Add variations of test cases that work for
2777 targets with 16-bit ints and 32-bit doubles.
2778
d4f3574e
SS
27791999-09-08 Stan Shebs <shebs@andros.cygnus.com>
2780
2781 * break.c (main): Compare a possibly-uninitialized argc with an
2782 unlikely value that fits in 16 bits.
2783
27841999-09-07 Stan Shebs <shebs@andros.cygnus.com>
2785
2786 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
2787 0xfeeb, don't want negative numbers if ints are 16 bits.
2788
2789 * lib/gdb.exp (skip_cplus_tests): New proc.
2790 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2791 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
2792 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
2793 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
2794 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
2795 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
2796 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
2797 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
2798
2799 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
2800
2801Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
2802
2803 * gdb.base/corefile.exp (up): Allow a parameter to appear
2804 in the frame that we're going up to.
2805
2806 From Jim Blandy <jimb@cygnus.com>:
2807
2808 * gdb.base/default.exp (info float): Expect some output now.
2809
2810 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
2811 returning floating-point values to fail on the x86.
2812 * gdb.base/callfwmall.exp (do_function_calls): Same.
2813
2814 * gdb.base/list.exp (test_listsize): Correct expectations for
2815 listing line 1 with listsize 2. Also, listing a single line
2816 works now, as does listing three lines. [Kevin's note: There
2817 were a number of other cases fixed too where the expectations
2818 differed...]
2819
28201999-09-02 Stan Shebs <shebs@andros.cygnus.com>
2821
2822 * gdb.base/selftest.exp: Add case for when version prints as
2823 constant string instead of char pointer.
2824
104c1213
JM
28251999-08-25 Stan Shebs <shebs@andros.cygnus.com>
2826
2827 * gdb.base/ending-run.exp: Add Solaris case for what happens when
2828 stepping out of main.
2829
2830 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
2831 G++ used.
2832
2833 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
2834 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
2835
2836 * gdb.c++/ovldbreak.exp: Update match string in test that
2837 includes a warning of multiple breakpoints.
2838
28391999-08-24 Stan Shebs <shebs@andros.cygnus.com>
2840
2841 * gdb.base/display.exp: Improve precision of step-after-finish
2842 added yesterday.
2843
2844 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
2845 test.
2846
2847 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
2848 configs when using G++, not just hppa*.
2849
28501999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2851
2852 * gdb.base/async.c: New file.
2853 * gdb.base/async.exp: New file.
2854
2855Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
2856
2857 * gdb.base/break.exp: Tweak PA specific tests to properly handle
2858 PA64.
2859
53a5351d
JM
2860Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
2861
104c1213
JM
2862 * gdb.base/display.exp: "finish" can leave us mid-line on many
2863 targets, deal with it. Add a small constant to main, instead of
2864 1000 since main+1000 may not be a valid address in the target.
2865
53a5351d
JM
2866 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
2867 on hpux11.
2868
2869 * gdb.base/attach.exp: Handle another hpux11 error message variant
2870 when attaching to a process that does not exist.
2871
28721999-08-19 J.T. Conklin <jtc@redback.com>
2873
2874 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
2875 characters in 'continue to 1241' test.
2876
28771999-08-17 Stan Shebs <shebs@andros.cygnus.com>
2878
2879 * gdb.base/call-ar-st.exp: Add a shorter match case for the
2880 stop in print_long_arg_list, define and use a whitespace
2881 variable in print_small_structs test, add an XFAIL for Solaris.
2882 * gdb.base/dbx.exp: XFAIL func commands until somebody is
2883 interested enough to fix.
2884
7be570e7
JM
28851999-08-13 Keith Seitz <keiths@cygnus.com>
2886
2887 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
2888 (dbx_gdb_load): Remove. Use gdb_load instead, since that
2889 proc knows about targets other than the natives.
2890 (test_assign): Use "gdb_run_cmd" to "run" the target.
2891 Check that we've actually hit the breakpoint at main.
2892 When we attempt to assign a value to a local variable, check
2893 that the variable is in the current scope, i.e., don't use
2894 a test with an empty result.
2895
2896Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
2897
2898 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
2899 command.
2900
29011999-08-09 Stan Shebs <shebs@andros.cygnus.com>
2902
2903 From Jimmy Guo <guo@cup.hp.com> and others at HP:
2904 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
2905 gdb.compat, gdb.threads-hp.
2906 gdb.hp/configure, gdb.hp/configure.in: New files.
2907 gdb.hp/Makefile.in: Recurse into new subdirs.
2908 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
2909 gdb.hp/gdb.objdbg: New directory, tests for debugging info
2910 in object files.
2911 gdb.hp/tools: New directory, aux tools for HP-specific tests.
2912
96baa820
JM
29131999-08-05 Stan Shebs <shebs@andros.cygnus.com>
2914
2915 * gdb.base/display.exp: Help expect by putting a newline in the
2916 funky printf, remove a bogus p/a test.
2917
29181999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2919
2920 * gdb.base/display.exp: Make sure that when we say 'run', we are
2921 connected to the target. This is necessary when running not
2922 natively.
2923
29241999-08-03 Stan Shebs <shebs@andros.cygnus.com>
2925
2926 * gdb.base/step-test.exp: Removed some extraneous messages.
2927
2928 * gdb.base/long_long.exp: Don't run memory examination tests
2929 on little-endian targets (they will need a different set of
2930 results to match).
2931
29321999-08-02 Stan Shebs <shebs@andros.cygnus.com>
2933
2934 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
2935 until somebody decides to fix GDB.
2936
2937 * gdb.base/long_long.c: Stop compiler complaint by specifying long
2938 constant as "ULL".
2939 * gdb.base/long_long.exp: Loosen x/c test, add partial result
2940 matches for a couple x/2 commands.
2941
a0b3c4fd
JM
29421999-07-30 Stan Shebs <shebs@andros.cygnus.com>
2943
2944 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
2945 by merging in ref-types2 tests.
2946 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
2947
2948 From Jimmy Guo <guo@cup.hp.com> and others at HP:
2949 * gdb.c++/Makefile.in: Add standard actions.
2950 (EXECUTABLES): Rename from PROGS, update list.
2951 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
2952 from gdb.hp.
2953 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
2954 foo and bar locals.
2955 * gdb.c++/anon-union.exp: Fix tests to match.
2956 * gdb.c++/classes.exp: Run if HP compiler used, add extra
2957 expect matches to handle output variations.
2958 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
2959 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
2960 output, add HP alternatives for new and delete prints.
2961 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
2962 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
2963 * gdb.c++/demangle.exp: Use $style when reporting failure.
2964 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
2965 * gdb.c++/inherit.exp: Run if HP compiler used, add some
2966 match alternatives.
2967 * gdb.c++/local.exp: Add match alternatives or xfails for HP
2968 compilers.
2969 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
2970 * gdb.c++/method.exp: Add match alternatives.
2971 * gdb.c++/misc.cc: Add bool types.
2972 * gdb.c++/misc.exp: Add tests for bool types.
2973 * gdb.c++/overload.exp: Add xfails.
2974 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
2975 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
2976 add some more template parameter tests (only for HP currently).
2977 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
2978 * gdb.c++/virtfunc.cc: Add return type and value for main.
2979 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
2980 match alternatives.
beb998c6 2981
a0b3c4fd
JM
29821999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2983
2984 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
2985
29861999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
2987
2988 * gdb.base/signals.exp: Don't expect getting a backtrace from
2989 within a signal handler to fail on Linux.
2990
29911999-07-29 Stan Shebs <shebs@andros.cygnus.com>
2992
2993 From Jimmy Guo <guo@cup.hp.com> and others at HP:
2994 * lib/gdb.exp: Remove some gratuitious semicolons.
2995 (delete_breakpoints): Increase timeout.
2996 (gdb_expect): Add -notransfer option.
2997 (gdb_test): Use -notransfer option.
2998 (get_compiler_info): Add f77 case.
2999 (get_compiler): New proc, split out from gdb_preprocess, add f77
3000 case.
3001 (gdb_preprocess): Call get_compiler.
3002
3003 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3004 * gdb.base/attach.exp, gdb.base/display.exp,
3005 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3006 gdb.base/long_long.exp, gdb.base/printcmds.exp,
3007 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3008 third arg to gdb_test.
3009 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3010 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
3011 HP-UX xfails, add others.
3012 * gdb.base/completion.exp: Reflect name change of self-test.
3013 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
3014 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
3015 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
3016 HP failure number.
3017 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
3018 useless HP-UX 10.30 references.
3019 * gdb.base/maint.exp: Loosen matches.
3020 * gdb.base/pointers.c (main): Declare more_code.
3021 * gdb.base/pointers.exp: Match on output of a `next'.
3022 * gdb.base/structs.c: Add prototypes.
3023 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
3024 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
3025
30261999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3027
3028 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
3029 command.
3030
30311999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3032
3033 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
3034 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
3035
3036 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
3037 debug info. Deal with lack of signal hanlder info in stack.
3038
3039 From Jim Kingdon <kingdon@redhat.com>:
3040 * gdb.base/annota1.exp: If printf has debug info, deal with it.
3041
5a2468f5
JM
30421999-07-19 Stan Shebs <shebs@andros.cygnus.com>
3043
3044 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
3045 gdb.base/foll-vfork.exp: Don't run for crosses.
3046
adf40b2e
JM
3047Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3048
3049 * gdb.base/configure.in: Check for gdbvars.exp instead of
3050 a1-selftest.exp.
3051 * gdb.base/configure: Re-generate.
3052
30531999-07-12 Stan Shebs <shebs@andros.cygnus.com>
3054
3055 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
3056 in trying to run first and name is too long.
3057
3058 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
3059 pointers2.c and pointers2.exp, respectively.
3060 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
3061 doschk happier.
3062
43e526b9
JM
30631999-07-08 Stan Shebs <shebs@andros.cygnus.com>
3064
3065 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
3066 callfuncs2.c and callfuncs2.exp.
3067
3068 * gdb.base/list.exp: Remove mistaken xfails.
3069 * gdb.base/list0.h: Add optional prototypes.
3070
9846de1b
JM
3071Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
3072
3073 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
3074 calling malloc.
3075 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
3076 * ptype.exp: Move test for get_debug_format to before its first
3077 use.
3078
30791999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3080
3081 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
3082 * gdb.base/annota2.cc, annota2.exp: Move from here.
3083 * gdb.c++/annota2.cc, annota2.exp: To here.
3084 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
3085
43ff13b4
JM
3086Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3087
3088 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
3089 a consistent format.
3090
085dd6e6
JM
30911999-06-25 Stan Shebs <shebs@andros.cygnus.com>
3092
3093 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3094 * lib/gdb.exp (get_compiler_info): Add detection for assorted
3095 HP compilers, also set the globals $true and $false.
3096
3097 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
3098 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
3099 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
3100 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
3101 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
3102 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
3103 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
3104 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
3105 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
3106 whatis.c} Add C++ compatible function definitions and return
3107 types, add includes for library functions.
3108 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
3109 * gdb.base/step-test.c (myglob): Rename from glob.
3110 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
3111 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
3112 files, move here from gdb.hp.
3113 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
3114 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
3115 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
3116 Adjust line numbers in regexps.
3117
3118 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
3119 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
3120 instead of 0/1.
3121
3122 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
3123 foll-vfork.exp: New files, move here from gdb.hp.
3124 * gdb.base/page.exp: New file, test of pagination command.
3125
3126 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
3127 recursion test.
3128 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
3129
3130 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
3131 gdb.base/solib.exp: Fix compiler invocation process.
3132
3133 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
3134 HP-UX 11, turn off overload resolution explicitly.
3135 * gdb.base/commands.exp: Set argument list explicitly, add
3136 watchpoint test.
3137 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
3138 them work.
3139 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
3140 expressions properly.
3141 * gdb.base/corefile.exp: Loosen the match slightly.
3142 * gdb.base/default.exp: Allow "Error accessing memory" message
3143 also.
3144 * gdb.base/display.exp: Skip over x/0 j if PA64.
3145 * gdb.base/funcargs.exp: Add xfails for HP-UX.
3146 * gdb.base/interrupt.exp: Ditto.
3147 * gdb.base/langs.exp: Add symbolic matches governed by compiler
3148 in use.
3149 * gdb.base/list.exp: Add xfails for HP-UX.
3150 * gdb.base/long_long.exp: Refine some of the numeric matches.
3151 * gdb.base/mips_pro.exp: Xfail on HP-UX.
3152 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
3153 * gdb.base/nodebug.exp: Succeed on more varieties of output.
3154 * gdb.base/opaque.exp: Remove some HP-UX xfails.
3155 * gdb.base/ptype.exp: Succeed on more varieties of output.
3156 * gdb.base/scope.exp: Add xfails for HP-UX.
3157 * gdb.base/sect-cmd.exp: Add more cases.
3158 * gdb.base/setvar.exp: Add xfails for HP-UX.
3159 * gdb.base/shlib-call.exp: Loosen some matches slightly.
3160 * gdb.base/signals.exp: Match on void symbolically.
3161 * gdb.base/step-test.exp: Add case for PA64.
3162 * gdb.base/term.exp: Add exit and restart.
3163 * gdb.base/twice.exp: Clean up after self.
3164 * gdb.base/varargs.exp: Disable overload resolution explicitly.
3165 * gdb.base/whatis.exp: Allow more ways to pass tests.
3166
3167 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
3168 no longer useful.
3169
3170Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
3171
3172 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
3173 list of patterns.
3174 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
3175 print_double_array(double_array)", "continuing to breakpoint
3176 1018", "print print_double_array(array_d)" and "continuing to
3177 1034" tests.
beb998c6 3178
085dd6e6
JM
31791999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3180
3181 * Makefile.in: Add empty html and install-html targets.
3182
31831999-06-24 Stan Shebs <shebs@andros.cygnus.com>
3184
3185 * config/mt-*: Remove, these haven't been used since 1996.
3186
31871999-06-22 Stan Shebs <shebs@andros.cygnus.com>
3188
3189 * gdb.base/call-strs.c, gdb.base/ending-run.c,
3190 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
3191 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
3192
9e0b60a8
JM
31931999-06-18 Stan Shebs <shebs@andros.cygnus.com>
3194
3195 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
3196 simpler match case for the ptype of the big class.
3197
31981999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3199
3200 * gdb.exp: Fix test for gdb_prompt existence.
3201
32021999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3203
3204 * gdb.exp (gdb_test): Add fail after calls to perror.
3205
32061999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3207
3208 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
3209
32101999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3211
3212 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
3213
0f71a2f6
JM
3214Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
3215
3216 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
3217 malloc() is linked in.
3218
32191999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3220
3221 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
3222 step at end.
3223
3224 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
3225
32261999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
3227
3228 * gdb.java/jv-print.exp: New file. (Our first Java test!)
3229
cce74817
JM
3230Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
3231
3232 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
3233 * gdb.base/mips_pro.exp: Likewise.
3234
32351999-06-02 Keith Seitz <keiths@cygnus.com>
3236
3237 * gdb.c++/templates.cc: Change all "new" operators to throw
3238 an exception.
3239 * gdb.c++/cplusfuncs.cc: Likewise.
3240
3241 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
3242
3243Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
3244
3245 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
3246 * gdb.base/ending-run.exp: When stepping out of main, accept a
3247 step into an arbitrary assembler file.
3248
392a587b
JM
32491999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3250
beb998c6 3251 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 3252 "breakpoint-invalid" to be printed.
beb998c6 3253 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
3254 number of "frames-invalid" and "breakpoint-invalid" to be printed.
3255 * gdb.base/annota2.cc: Initialize a.x to 0.
3256
9e086581
JM
32571999-05-17 Keith Seitz <keiths@cygnus.com>
3258
3259 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
3260 when "skip_float_tests" set.
3261 Ditto for "print print_double_array(array_d)", "print print_small_structs",
3262 "print print_ten_doubles", and "step into print_long_arg_list".
3263 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
3264 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
3265 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
3266 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
3267 "skip_float_tests" is set.
3268 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
3269 when "skip_float_tests" set.
beb998c6 3270
cd0fc7c3
SS
32711999-05-06 Keith Seitz <keiths@cygnus.com>
3272
3273 * gdb.base/annota2.cc: Include stdio.h.
3274
3275Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
3276
3277 * gdb.base/crossload.exp: Remove, this has been disabled ever
3278 since BFD stopped including all targets, and cross-GDB gets
3279 plenty of testing anyway.
3280 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
3281 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
3282 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
3283 * gdb.base/README: Remove, was doc for this.
3284 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
3285 needed.
3286
b83266a0
SS
32871999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3288
3289 * gdb.base/call-ar-st.exp: Fix one regular expression in test
3290 output.
3291
3292 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
3293 * gdb.base/annota2.exp: New file. More annotation tests.
3294 * gdb.base/annota1.c: New file. Source file for annota1.exp.
3295 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
3296
32971999-04-23 Angela Marie Thomas <angela@cygnus.com>
3298
3299 * config/cfdbug.exp: New file.
3300
7a292a7a
SS
33011999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
3302
3303 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
3304 Marcus Daniel's and Dale Hawkins's demangler crashes.
3305
3306 * gdb.c++/demangle.exp (test_gnu_style_demangling,
3307 test_lucid_style_demangling, test_arm_style_demangling,
3308 test_hp_style_demangling): Try Tom Tromey's core-dumping
3309 identifier under each demangling style.
3310
33111999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
3312
3313 * gdb.c++/demangle.exp: Include the current demangling style
3314 in all test names.
3315 (current_demangling_style): New global variable.
3316 (set_demangling_style, test_demangling_core, test_demangling,
3317 test_demangling_exact): New functions.
3318 (test_gnu_style_demangling, test_lucid_style_demangling,
3319 test_arm_style_demangling, test_hp_style_demangling): Use those,
3320 instead of calling gdb_test and gdb_test_exact directly.
3321 (catch_demangling_errors): New function, which reports errors
3322 signalled by the demangling test functions in an orderly way.
3323 (do_tests): Use catch_demangling_errors.
3324
33251999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
3326
3327 * gdb.base/signals.exp (test_handle_all_print): Use () for
3328 grouping in expressions, not {}.
3329
3330 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
3331 initialized yet.
3332
33331999-04-01 Stan Shebs <shebs@andros.cygnus.com>
3334
3335 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
3336 are listed.
3337
33381999-03-26 Stan Shebs <shebs@andros.cygnus.com>
3339
3340 * gdb.stabs/weird.exp: Test for CC being defined before
3341 looking at its value.
3342
33431999-03-25 Stan Shebs <shebs@andros.cygnus.com>
3344
3345 * gdb.base/call-ar-st.exp: Remove stray '#'.
3346 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
3347 "short int" and "long int".
3348 * gdb.c++/overload.cc: Cast the string added in the previous
3349 change, to mollify finicky HP compiler.
3350 * gdb.hp/reg-test.exp (testfile): Fix file name.
3351 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 3352
7a292a7a
SS
3353 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
3354 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
3355 alternate form of enum ptype.
3356
c906108c
SS
33571999-03-23 Stan Shebs <shebs@andros.cygnus.com>
3358
7a292a7a
SS
3359 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
3360 * gdb.hp/*.exp: Change all to run compiler probe only after
3361 passing skip_hp_tests, so as not to waste time on guaranteed
3362 failure.
3363
c906108c
SS
3364 * gdb.c++/overload.cc: Pass string instead of char addr, always
3365 init ccpfoo.
3366 * gdb.c++/templates.cc: Fix syntax error.
3367
7a292a7a
SS
3368Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3369
3370 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 3371 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
3372 command.
3373
33741999-03-18 James Ingham <jingham@cygnus.com>
3375
3376 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
3377
3378 * gdb.c++/method.exp: It was testing an uninitialized int on the
3379 stack and assuming it was positive.
3380
3381 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
3382
3383 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 3384 keep it from killing the rest of the tests.
7a292a7a
SS
3385 Use gdb_continue_to_end.
3386
3387 * gdb.base/sigall.exp: use gdb_continue_to_end.
3388
3389 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
3390
3391 * gdb.base/display.exp: use runto_main, not run.
3392
beb998c6
AC
3393 * gdb.base/default.exp: Check for the current error message in the
3394 r abbreviation test.
7a292a7a
SS
3395 Add strongarm to the targets that know info float.
3396
beb998c6 3397 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
3398 run which doesn't work with monitors.
3399
3400 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
3401
3402 * gdb.base/break.exp: use the gdb_continue_to_end proc.
3403
3404 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
3405 program. Traps the case (in Cygmon) when the program never really
3406 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
3407 more places, so I used my name. Sorry Mark...
3408
3409 * config/monitor.exp (gdb_target_monitor): added another
3410 target_info parameter: remotebinarydownload. This will set the
3411 remotebinarydownload flag if this is causing some boards trouble.
3412
34131999-03-18 Mark Salter <msalter@cygnus.com>
3414
3415 * lib/gdb.exp (continue_to_exit): New function.
3416
3417 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
3418 * gdb.base/ending-run.exp: Ditto.
3419 * gdb.base/step-test.exp: Ditto.
3420
34211999-03-16 Stan Shebs <shebs@andros.cygnus.com>
3422
3423 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
3424 (suggested by Art Haas <ahaas@neosoft.com>).
3425
34261999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
3427
3428 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
3429
3430Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
3431
3432 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
3433 descriptions of types (short unsigned int vs unsigned short, etc).
3434
34351999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
3436
3437 * gdb.base/call-strs.exp: Don't assume that `step' will step over
3438 a call to strlen; sometimes we do have sources.
3439
34401999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
3441
3442 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
3443 character, so GDB won't print garbage after its end.
beb998c6 3444
c906108c
SS
3445 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
3446 breakpoint there instead. Sometimes GCC emits memcpy to handle
3447 the large structures being passed by value, so we step into that
3448 instead of sum_array_print, which obscures what we're really testing.
3449 * gdb.base/step-test.exp: However, we do want a test that notices
3450 the bizarre steps into memcpy, so do that here. Add check for
3451 stepping into function calls that pass large structures by value.
3452 ("Is that a noun clause, or are you just happy to see me?")
3453 Remove all references to specific line numbers.
3454 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
3455 New type and function.
3456 (main): Call large_struct_by_value, passing it a large struct by value.
3457 * lib/gdb.exp (gdb_get_line_number): New function.
3458
3459 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
3460 more portable.
3461
7a292a7a
SS
34621999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
3463
c906108c
SS
3464 * lib/gdb.exp: Doc fixes.
3465
7a292a7a
SS
34661999-03-05 Nick Clifton <nickc@cygnus.com>
3467
beb998c6 3468 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
3469
34701999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
3471
c906108c
SS
3472 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
3473 commands. They're not germane to this test, and they don't work
3474 that way on remote targets.
3475
3fc11d3e
JM
34761999-03-01 James Ingham <jingham@cygnus.com>
3477
3478 * Changelog entries merged over from gdb development branch.
3479
3fc11d3e
JM
3480 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
3481
3482 * lib/gdb.exp (gdbtk_analyze_results): Generic function
3483 for outputting results of test run.
3484
2d4a1622 3485 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
3486
3487 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 3488
7a292a7a
SS
34891999-02-25 Felix Lee <flee@cygnus.com>
3490
3491 * lib/gdb.exp (debug_format): initialize
3492
c906108c
SS
34931999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
3494
3495 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
3496 * gdb.base/call-rt-st.c: Ditto.
3497
c906108c
SS
34981999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
3499
3500 * gdb.threads/pthreads.exp (horiz): New variable.
3501 (test_startup): Fix regexps that capture thread numbers.
3502
35031999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
3504
3505 * gdb.base/smoke.exp: Disambiguate two test case names (both
3506 called ``print'').
3507
3508Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
3509
3510 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
3511 compilation.
3512
35131999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3514
3515 * gdb.base/miscexprs.exp: Change patterns to match GDB's
3516 actual output formatting.
3517 * gdb.base/smoke.exp: GDB removes leading 0's.
3518 * gdb.base/volatile.exp: Don't check type of remuneration;
3519 that variable is no longer defined in constvars.c.
3520 * gdb.base/step-test.c (main): Exit with explicit exit code.
3521 * gdb.base/step-test.exp: Remove two nexti checks--they are
3522 not portable.
3523
35241999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3525
3526 * gdb.base/help.exp ("help delete display"): Fix test to match
3527 gdb's output.
3528
3529 * gdb.base/long_long.c (known_types): Initialize values to zero.
3530 * gdb.base/long_long.exp: Step one more line
3531 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 3532 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
3533 unique test case names.
3534
3535Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3536
beb998c6 3537 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
3538
3539 * gdb.c++/method.exp: Add missing close brace.
3540
35411999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
3542
3543 * gdb.base/maint.exp: Use 'set height 0' to disable page
3544 prompting, not 'set height 400'.
3545
3546 Fix a bunch of timeouts.
3547 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
3548 four separate tests, so expect doesn't take forever to match a ton
3549 of text against a regexp with lots of .* forms.
3550 ("maint print psymbols", "maint print symbols"): Make some of
3551 these greps more selective, so that expect doesn't try to wade
3552 through huge piles of output and time out.
3553
3554 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
3555
3556 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
3557 tests: one which doesn't expect shlib events to be reported, and
3558 another which does, but is XFAIL for all platforms other than
3559 HP/UX.
3560
3561 * gdb.base/break.exp: Teach the test suite that the `catch
3562 fork', `catch vfork', and `catch exec' commands produce error
3563 messages on platforms that don't provide these features.
3564
3565Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
3566
3567 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
3568 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
3569 (shortening names from solib_threshold.exp etc), won't run on
3570 anything but HP-UX for the foreseeable future.
3571 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
3572 reflect move.
3573
3574Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
3575
3576 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
3577 gdb.trace/Makefile.in (clean): Remove all test executables.
3578
3579Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
3580
3581 * gdb.base/shlib-call.exp: add test cases to verify that gdb
3582 successfully re-sets breakpoints in shared libraries.
3583 * gdb.base/shmain.c (main): return 0, don't fall off the end.
3584
3585Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3586
beb998c6
AC
3587 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
3588 and compiled w/o GCC.
c906108c
SS
3589
3590 * gdb.hp/watch-cmd.exp: ditto.
3591
3592 * gdb.hp/watch-hp.exp: ditto.
3593
3594 * gdb.hp/xdb1.exp: ditto.
3595
3596 * gdb.hp/xdb2.exp: ditto.
3597
3598 * gdb.hp/dbx.exp: ditto.
3599
3600Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
3601
3602 * constvars.c: Remove C++-isms.
3603 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
3604 with GCC.
3605
3606Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
3607
3608 The following changes are part of the HP merge.
3609
3610 * gdb.base/break.exp: new tests to verify that catchpoints for
3611 fork, vfork, and exec don't trigger inappropriately.
3612
3613 * gdb.base/opaque.exp: compile one file at a time, then link.
3614
3615 * gdb.base/signals.exp: be more restrictive about which hppa
3616 systems receive a setup_xfail. new tests.
3617
3618 * gdb.base/solib_threshold.build: new file.
3619 * gdb.base/solib_threshold.exp: new file.
3620 * gdb.base/solib_threshold.link_opts: new file.
3621 * gdb.base/solib_threshold.mk: new file.
3622 * gdb.base/gen_solib_threshold.c: new file.
3623
3624 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
3625 tests. New tests for enums inside classes.
3626
3627 * gdb.c++/compiler.cc: indicate support of template debugging.
3628
3629 * gdb.c++/demangle.exp: run hp style demangling tests.
3630
3631 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
3632 tests.
3633
3634 * gdb.c++/misc.cc: changes to support new tests.
3635
3636 * gdb.c++/templates.cc: changes to support HP's compiler; changes
3637 to support new tests.
3638
3639 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
3640 gcc, then skip these tests.
3641
3642Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
3643
3644 The following files are part of the HP merge; some had longer
3645 names at HP, but have been renamed to be no more than 14
3646 characters in length.
3647
3648 * gdb.hp/ambiguous.cc: new file.
3649 * gdb.hp/ambiguous.exp: new file.
3650 * gdb.hp/attach.exp: new file.
3651 * gdb.hp/attach2.exp: new file.
3652 * gdb.hp/classes-hp.exp: new file.
3653 * gdb.hp/ctti.exp: new file.
3654 * gdb.hp/ctti-add.cc: new file.
3655 * gdb.hp/ctti-add1.cc: new file.
3656 * gdb.hp/ctti-add2.cc: new file.
3657 * gdb.hp/ctti-add3.cc: new file.
3658 * gdb.hp/dbx.exp: new file.
3659 * gdb.hp/exception.cc: new file.
3660 * gdb.hp/exception.exp: new file.
3661 * gdb.hp/foll-exec.c: new file.
3662 * gdb.hp/foll-exec.exp: new file.
3663 * gdb.hp/foll-fork.c: new file.
3664 * gdb.hp/foll-fork.exp: new file.
3665 * gdb.hp/foll-vfork.c: new file.
3666 * gdb.hp/foll-vfork.exp: new file.
3667 * gdb.hp/inherit-hp.exp: new file.
3668 * gdb.hp/more-steps.exp: new file.
3669 * gdb.hp/namespace.cc: new file.
3670 * gdb.hp/namespace.exp: new file.
3671 * gdb.hp/optimize.exp: new file.
3672 * gdb.hp/pxdb.c: new file.
3673 * gdb.hp/pxdb.exp: new file.
3674 * gdb.hp/quicksort.exp: new file.
3675 * gdb.hp/reg-test.exp: new file.
3676 * gdb.hp/reg-test.s: new file.
3677 * gdb.hp/sized-enum.c: new file.
3678 * gdb.hp/sized-enum.exp: new file.
3679 * gdb.hp/start-stop.exp: new file.
3680 * gdb.hp/templ-hp.cc: new file.
3681 * gdb.hp/templ-hp.exp: new file.
3682 * gdb.hp/thr-lib.c: new file.
3683 * gdb.hp/thr-lib.exp: new file.
3684 * gdb.hp/thr-lib.h: new file.
3685 * gdb.hp/thr-liblib.c: new file.
3686 * gdb.hp/virtfun-hp.c: new file.
3687 * gdb.hp/virtfun-hp.exp: new file.
3688 * gdb.hp/watch-cmd.exp: new file.
3689 * gdb.hp/watch-hp.exp: new file.
3690 * gdb.hp/xdb1.exp: new file.
3691 * gdb.hp/xdb2.exp: new file.
3692 * gdb.hp/xdb3.exp: new file.
3693
3694Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
3695
3696 The following files are part of the HP merge; some had longer
3697 names at HP, but have been renamed to be no more than 14
3698 characters in length.
3699
3700 * gdb.base/ss.h: new file.
3701 * gdb.base/call-ar-st.c: new file.
3702 * gdb.base/call-ar-st.exp: new file.
3703 * gdb.base/call-rt-st.c: new file.
3704 * gdb.base/call-rt-st-exp: new file.
3705 * gdb.base/call-strs.exp: new file.
3706 * gdb.base/ena-dis-br.exp: new file.
3707 * gdb.base/environ.exp: new file.
3708 * gdb.base/long_long.exp: new file.
3709 * gdb.base/sect-cmd.exp: new file.
3710 * gdb.base/shlib-cl2.exp: new file.
3711 * gdb.base/smoke.exp: new file.
3712 * gdb.base/so-impl-ld.c: new file.
3713 * gdb.base/so-impl-ld.exp: new file.
3714 * gdb.base/so-indr-cl.c: new file.
3715 * gdb.base/so-indr-cl.exp: new file.
3716 * gdb.base/varargs.exp: new file.
3717 * gdb.base/volatile.exp: new file.
3718 * gdb.base/whatis-exp.exp: new file.
7a292a7a 3719 * gdb.base/display.exp: new file.
c906108c
SS
3720 * gdb.c++/derivation.exp: new file.
3721 * gdb.c++/local.exp: new file.
3722 * gdb.c++/member-ptr.exp: new file.
3723 * gdb.c++/overload.exp: new file.
3724 * gdb.c++/ovldbreak.exp: new file.
3725 * gdb.c++/ref-types.exp: new file.
3726 * gdb.c++/ref-types2.exp: new file.
3727 * gdb.c++/userdef.exp: new file.
beb998c6 3728
c906108c
SS
3729Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
3730
3731 * gdb.base/default.exp: Reflect wording change in remote.c.
3732
dc96c6c7 3733Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
3734
3735 * gdb.base/help.exp: Update to reflect current text.
3736
3737Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
3738
3739 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
3740 they're stack variables and contain garbage.
3741 * gdb.c++/anon-union.exp: new file.
3742
3743 The following changes were made by David Taylor
3744 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
3745 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
3746 in changes by HP.
3747
3748 * gdb.base/bitops.exp: new file.
3749 * gdb.base/default.exp: change expected messages for catch and
3750 info catch tests to reflect HP merge changes.
3751 * gdb.base/enable-disable-break.exp
3752 * gdb.base/ending-run.c: new file.
3753 * gdb.base/long_long.c: new file.
3754 * gdb.base/maint.exp: new file.
3755 * gdb.base/pointers2.exp: new file.
3756 * gdb.base/shlib-call2.exp: new file.
3757 * gdb.base/solib.exp: new file.
3758 * gdb.base/step-test.c: new file.
3759 * gdb.c++/anon-union.cc: new file.
3760 * gdb.c++/local.cc: new file.
3761 * gdb.c++/member-pointer.cc: new file.
3762 * gdb.c++/method.cc: new file.
3763 * gdb.c++/ref-types.cc: new file.
3764 * gdb.c++/ref-types2.cc: new file.
3765 * gdb.c++/userdef.cc: new file.
beb998c6 3766
c906108c
SS
3767 * gdb.base/scope.exp: compile one file at a time, then link.
3768 * gdb.base/langs.exp: ditto.
3769 * gdb.base/list.exp: ditto.
beb998c6 3770
c906108c
SS
3771Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
3772
3773 The following changes were made by David Taylor
3774 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
3775 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
3776 in changes by HP.
beb998c6 3777
c906108c
SS
3778 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
3779 skip tests. When compiling pass c++ flag to gdb_compile.
3780 * gdb.c++/
beb998c6 3781
c906108c
SS
3782 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
3783 test for on hppa*-*-hpux*; use args to see if c++ was specified.
3784 (skip_hp_tests): new function.
3785 (gdb_preprocess): new function.
3786
3787 * configure.in (hpdir): decide whether to configure gdb.hp.
3788 * configure: regenerated.
3789
3790 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
3791 to delete on clean.
3792 (EXECUTABLES): update to reflect new additions.
3793 * gdb.base/commands.exp: update message expected.
3794 * gdb.base/default.exp: add copyright notice.
3795 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
3796 * gdb.base/help.exp: update messages to reflect current text.
3797 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
3798 targets for recurse tests.
3799 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
3800 skip this file.
3801
3802 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
3803 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
3804 compilation.
3805 * gdb.c++/misc.exp: ditto.
3806 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
3807 run the tests. tell gdb_compile that it's a c++ compilation.
3808
3809 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 3810
c906108c
SS
3811 * gdb.base/all-bin.exp: new file.
3812 * gdb.base/arithmet.exp: new file.
3813 * gdb.base/assign.exp: new file.
3814 * gdb.base/completion.exp: new file.
3815 * gdb.base/cond-expr.exp: new file.
3816 * gdb.base/condbreak.exp: new file.
3817 * gdb.base/define.exp: new file.
3818 * gdb.base/dollar.exp: new file.
3819 * gdb.base/environment.exp: new file.
3820 * gdb.base/eval-skip.exp: new file.
3821 * gdb.base/jump.exp: new file.
3822 * gdb.base/logical.exp: new file.
3823 * gdb.base/pointers.exp: new file.
3824 * gdb.base/relational.exp: new file.
3825 * gdb.base/section_command.exp: new file.
3826 * gdb.base/whatis-expr.exp: new file.
3827
3828 * gdb.base/all-types.c: new file.
3829 * gdb.base/call-array-struct.c: new file.
3830 * gdb.base/call-return-struct.c: new file.
3831 * gdb.base/call-strings.c: new file.
3832 * gdb.base/callfuncs2.c: new file.
3833 * gdb.base/condbreak.c: new file.
3834 * gdb.base/constvars.c: new file.
3835 * gdb.base/display.c: new file.
3836 * gdb.base/int-type.c: new file.
3837 * gdb.base/jump.c: new file.
3838 * gdb.base/miscexprs.c: new file.
3839 * gdb.base/pointers.c: new file.
3840 * gdb.base/pointers2.c: new file.
3841 * gdb.base/shmain.c: new file.
3842 * gdb.base/shr1.c: new file.
3843 * gdb.base/shr2.c: new file.
3844 * gdb.base/solib.c: new file.
3845 * gdb.base/solib1.c: new file.
3846 * gdb.base/solib2.c: new file.
3847 * gdb.base/varargs.c: new file.
3848 * gdb.c++/derivation.cc: new file.
3849 * gdb.c++/overload.cc: new file.
3850 * gdb.c++/ovldbreak.cc: new file.
3851 * gdb.hp/attach.c: new file.
3852 * gdb.hp/attach2.c: new file.
3853 * gdb.hp/average.c: new file.
3854 * gdb.hp/compiler.c: new file.
3855 * gdb.hp/compiler.cc: new file.
3856 * gdb.hp/execd-program.c: new file.
3857 * gdb.hp/follow-exec.c: new file.
3858 * gdb.hp/follow-fork.c: new file.
3859 * gdb.hp/follow-vfork-and-exec.c: new file.
3860 * gdb.hp/misc-hp.cc: new file.
3861 * gdb.hp/more-steps.c: new file.
3862 * gdb.hp/optimize.c: new file.
3863 * gdb.hp/quicksort.c: new file.
3864 * gdb.hp/run-hp.c: new file.
3865 * gdb.hp/start-stop.c: new file.
3866 * gdb.hp/sum.c: new file.
3867 * gdb.hp/templates-hp.cc: new file.
3868 * gdb.hp/thread-local-in-lib.c: new file.
3869 * gdb.hp/thread-local-in-lib.h: new file.
3870 * gdb.hp/thread-local-in-lib.lib.c: new file.
3871 * gdb.hp/vforked-program.c: new file.
3872 * gdb.hp/virtfunc-hp.cc: new file.
3873 * gdb.hp/watchpoint-hp.c: new file.
3874 * gdb.hp/xdb.c: new file.
3875 * gdb.hp/xdb0.c: new file.
3876 * gdb.hp/xdb0.h: new file.
3877 * gdb.hp/xdb1.c: new file.
3878
3879Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
3880
3881 The following change was made by Edith Epstein
3882 <eepstein@cygnus.com> as part of a project to merge in changes
3883 originally made by HP; HP did not create ChangeLog entries.
3884
3885 * gdb.c++/demangle.exp: changed the expected output for some
3886 ARM-style mangling -- removed second reference to datatype.
3887 For example, maint demangle __dt__11T1__pt__2_cFv
3888 T1<char>::~T1<char>(void)
3889 becomes,
3890 maint demangle __dt__11T1__pt__2_cFv
3891 T1<char>::~T1(void)
3892
3893 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 3894
c906108c
SS
3895Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
3896
3897 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
3898 * gdb.trace/backtrace.exp: Likewise.
3899 * gdb.trace/circ.exp: Likewise.
3900 * gdb.trace/collection.exp: Likewise.
3901 * gdb.trace/deltrace.exp: Likewise.
3902 * gdb.trace/infotrace.exp: Likewise.
3903 * gdb.trace/limits.exp: Likewise.
3904 * gdb.trace/packetlen.exp: Likewise.
3905 * gdb.trace/passc-dyn.exp: Likewise.
3906 * gdb.trace/passcount.exp: Likewise.
3907 * gdb.trace/report.exp: Likewise.
3908 * gdb.trace/save-trace.exp: Likewise.
3909 * gdb.trace/tfind.exp: Likewise.
3910 * gdb.trace/tracecmd.exp: Likewise.
3911 * gdb.trace/while-dyn.exp: Likewise.
3912 * gdb.trace/while-stepping.exp: Likewise.
3913
39141998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
3915
3916 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
3917
3918Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
3919
3920 From Brendan Kehoe:
3921 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
3922 int return types.
3923
3924Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
3925
3926 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
3927 remote dos host testing right.
3928
3929Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
3930
3931 * gdb.base/corefile.exp: remove some xfails.
3932
3933Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
3934
3935 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
3936 have different timestamps.
3937
3938Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
3939
3940 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
3941 gdb.base/default.exp: Replace "exec" with "executable".
3942
3943Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
3944
3945 * gdb.base/default.exp: Change else if to elseif from previous
3946 delta.
3947
3948Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
3949
3950 * gdb.base/default.exp: Add brace missing from previous delta.
3951
3952Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
3953
3954 * gdb.base/default.exp: Support test for info float for all
3955 varieties of arm toolchain.
3956
dc96c6c7 3957Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
3958
3959 * gdb.trace/*.exp: remove "remote_download" command.
3960
dc96c6c7 3961Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
3962
3963 * gdb.trace/*.exp: remove -gdwarf from compile.
3964
3965Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
3966
3967 * gdb.trace/configure.in(AC_INIT): typo
3968 * gdb.trace/configure: regenerated
3969
dc96c6c7 3970Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
3971
3972 * config/m68k-emc.exp: New file.
3973 * lib/<emc-support.exp trace-support.exp}: New files.
3974 * configure.in: add new test directory gdb.trace.
3975 * gdb.trace/{configure configure.in Makefile.in}: New files.
3976 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
3977 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
3978 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
3979 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
3980 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
3981 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
3982 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 3983
dc96c6c7 3984Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
3985
3986 * gdb.c++/classes.exp: Change all regular expressions to match
3987 arbitrary combinations of newline/carriage-return, so that they
3988 will work equally well on Unix and Windows.
3989 * gdb.c++/inherit.exp: ditto.
3990 * gdb.c++/virtfunc.exp: ditto.
3991
39921998-08-11 Dawn Perchik <dawn@cygnus.com>
3993
3994 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
3995
c2d11a7d
JM
3996Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
3997
3998 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
3999 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
4000 to use a0-a3/d0-d3 as needed.
4001
4002Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
4003
4004 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4005 * gdb.disasm/am33.exp: Corresponding changes.
4006
c906108c
SS
40071998-07-11 Felix Lee <flee@cygnus.com>
4008
4009 * gdb.base/callfuncs.exp: add cmp10 test.
4010 * gdb.base/callfuncs.c (cmp10): new function.
4011
4012Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
4013
beb998c6 4014 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
4015 into two parts to get around a synchronization problem in expect.
4016
3fc11d3e
JM
4017Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
4018
4019 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
4020
4021 * configure.in: Add options for gdbtk testsuite.
4022
4023 * configure: Regenerate.
4024
4025 * gdb.gdbtk: New directory to hold gdbtk tests.
4026
c906108c
SS
4027Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4028
4029 * gdb.fortran/types.exp: Escape brackets in expect patterns
4030 for test_float_literal_types_accepted tests.
4031 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
4032 before run test.
4033
c2d11a7d
JM
4034Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
4035
4036 * am33.exp: Just compile, do not link the testcase.
4037 * am33.s: Add ".am33" pseudoop to force am33 mode.
4038
c906108c
SS
40391998-06-25 Felix Lee <flee@cygnus.com>
4040
4041 * gdb.base/setshow.exp: make sure $pc is sane.
4042
4043 * gdb.stabs/weird.exp: split expect patterns properly.
4044
c2d11a7d
JM
4045Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
4046
4047 * gdb.disasm/am33.s: New disassembler testfile for the am33.
4048 * gdb.disasm/am33.exp: Run it.
4049
dc96c6c7 4050Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4051
4052 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
4053 match processing (and eliminate spurious timeouts when running).
4054
dc96c6c7 4055Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4056
4057 * gdb.base/signals.exp (test_handle_all_print): put back Mach
4058 exception test, but conditionalize it on target [mach | gnu].
4059
dc96c6c7 4060Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4061
4062 * gdb.base/overlays.exp: fixup compile line for linker script.
4063
4064Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
4065
4066 * gdb.fortran/types.exp: don't guess at float size.
4067
4068Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
4069
4070 * gdb.base/exprs.exp: delete test that depends on int size.
4071
4072Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
4073
4074 * config/sim.exp: Removed checks for target triplets.
4075 (gdb_target_sim): Use gdb,target_sim_options.
4076
4077Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
4078
4079 * gdb.base/reread.exp: New file.
4080 * gdb.base/reread1.c: New file.
4081 * gdb.base/reread2.c: New file.
4082
4083Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
4084
4085 * config/sim.exp: Use 'target sim -sparclite' when running
4086 SPARClite programs.
4087
4088Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
4089
4090 * gdb.base/structs2.exp: New file.
4091 * gdb.base/structs2.c: New file.
4092
4093Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
4094
4095 * gdb.asm/common.inc: New file.
4096 * gdb.asm/d10v.inc: New file.
4097 * asm-source.exp: Pass -I's to gas to find .inc files.
4098 Update line numbers in expected output.
4099 * asmsrc1.s: Rewrite.
4100 * asmsrc2.s: Rewrite.
4101 * configure.in: Create arch.inc symlink.
4102 * configure: Regenerate.
4103 * Makefile.in (distclean): Delete arch.inc.
4104
4105Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
4106
4107 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
4108 (t_enum_value2): ditto
4109 (t_enum_value3): ditto
4110 (main): ditto
4111Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4112
4113 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
4114 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
4115 change.
4116 Use gdb_test instead of send_gdb/gdb_expect sequences.
4117
4118Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
4119
4120 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
4121 not void.
4122
4123Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
4124
4125 * gdb.base/branches.c: Code with lots of loops and
4126 subroutines. Used to test gdbs ability to single step through PC
4127 changes, especially to test mips-tdep.c:mips_next_pc
4128
4129Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
4130
4131 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
4132 more rigorous EGCS C++ error checking.
4133
4134Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4135
4136 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 4137 tests.
c906108c 4138 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 4139 function when asleep.
c906108c 4140 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
4141 for i*86 Linux and SVR4 signal handling problems.
4142 Remove linux xfail for `next to handler in signals_tests_1', fixed
4143 by recent infrun.c change.
c906108c 4144 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 4145 stack backtraces.
c906108c
SS
4146 Adjust expect pattern in `handle all print' test to match Apr 28 1997
4147 target.[ch] change.
4148
4149Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
4150
4151 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
4152 for a newline from gdb before continuing.
4153 (default_gdb_exit): Just look for y or n.
4154 (gdb_test): Detect abnormal exit from GDB running on DOS; if
4155 it does, fail the rests of the tests in the file.
4156
4157Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
4158
4159 * config/cygmon.exp: New file.
4160
4161Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
4162
4163 * gdb.base/list.exp: Fix problem with "list default lines around
4164 main" test on remote targets.
4165
4166 * gdb.base/scope.exp: Fix problem with filelocal_bss before
4167 run test on remote targets.
4168
4169Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
4170
4171 * gdb.asm: New directory.
4172 * configure.in: Configure it.
4173 * configure: Regenerate.
4174 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
4175 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
4176
4177Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
4178
4179 * config/mn10300-eval.exp: New file to support MN10300 eval board.
4180
dc96c6c7 4181Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4182
c906108c
SS
4183 * gdb.base/overlays (several files): Merge the two overlay
4184 managers into one. Change variables (foox, barx, bazx, grbxx)
4185 back into ints but force them to load in their proper sections.
4186
4187Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
4188
4189 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
4190 on-chip insn memory and IMAP1 to upper 128k.
4191 (D10VCopy): Handle memory regions crossing 16k boundaries.
4192 (D10VCopy): Transfer data in 32 bit chunks.
4193
4194Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
4195
4196 * gdb.base/overlays.c (main): Exit normally when result is
4197 correct.
4198
4199 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
4200 map. Include space for printf in .text segment.
4201
4202 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
4203 updated d10v memory VMA/LMA map.
4204 (D10VCopy): Call D10VTranslate.
beb998c6 4205
c906108c
SS
4206Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
4207
4208 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
4209
4210 * gdb.base/bar.c (barx, bar): Change variable to small array so
4211 that it won't be put into the .sdata - small data -
4212 section. Update reference.
4213 * gdb.base/baz.c (bazx, baz): Ditto.
4214 * gdb.base/foo.c (foox, foo): Ditto.
4215 * gdb.base/grbx.c (grbxx, grbx): Ditto.
4216
4217 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
4218 to be arrays.
beb998c6 4219
dc96c6c7 4220Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4221
c906108c
SS
4222 * gdb.base/overlays.exp: fix up and get working again.
4223 Add tests for backtraces from an overlay function.
beb998c6 4224
c906108c
SS
4225Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
4226
4227 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
4228 "calling function with watchpoint enabled".
4229
4230Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
4231
4232 * gdb.base/break.exp (test_next_with_recursion): Remove
4233 gdb_suppress_tests for d10v-*-*.
4234 * lib/gdb.exp (gdb_suppress_tests): Disable this function
4235 pending review of whether it is useful or not.
4236
4237Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
4238
4239 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
4240
4241Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
4242
4243 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
4244 * config/dve.exp: New file to support Densan boards.
4245
4246Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
4247
4248 * gdb.base/interrupt.exp: Document problem of simulators, signals,
4249 reads and BSD.
4250
4251Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
4252
4253 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
4254 response.
4255
4256 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
4257
4258Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4259
4260 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
4261 test.
4262
4263 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
4264 target_sizeof_long and target_bigendian_p.
4265 (structs_by_value, structs_by_reference): Check values according
4266 to targets word size and endianess.
beb998c6 4267
c906108c
SS
4268Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4269
4270 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
4271 output.
4272
4273Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
4274
4275 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
4276 Update test of set args help to match source change.
4277
4278Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
4279
4280 * gdb.base/default.exp: Expect help system output to be in
4281 alphabetical order.
4282 * gdb.base/help.exp: Ditto.
4283
4284Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
4285
4286 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
4287 "i*86-pc-linux-gnu*".
4288 * gdb.base/interrupt.exp: Ditto.
4289 * gdb.base/corefile.exp: Ditto.
4290
4291 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
4292 define vxworks when building the testcase.
4293
4294 * gdb.base/ptype.exp: Fix testnames to be unique.
4295 * gdb.base/radix.exp: Ditto.
4296 * gdb.base/term.exp: Ditto.
4297 * gdb.base/whatis.exp: Ditto.
4298 * gdb.c++/classes.exp: Ditto.
4299
4300Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
4301
4302 * gdb.base/callfuncs.exp: Fix indentation.
4303
4304 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
4305 suppress_flag has been set.
4306 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
4307 target feature.
4308
4309Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
4310
4311 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
4312 the testcase.
4313
4314 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
4315 set_debug_traps() and breakpoint().
4316 * gdb.c++/misc.cc (main): Ditto.
4317 * gdb.c++/templates.cc (main): Ditto.
4318 * gdb.c++/virtfunc.cc (main): Ditto.
4319
4320Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
4321
4322 * lib/gdb.exp(gdb_step_for_stub): New function.
4323 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
4324 exists, reload the executable and do a "continue" instead of
4325 doing a jump.
4326 (runto_main): Use gdb_step_for_stub.
beb998c6 4327
c906108c
SS
4328 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
4329 tests to have unique names.
4330 * gdb.base/callfuncs.exp: Ditto.
4331 * gdb.base/commands.exp: Ditto.
4332 * gdb.base/default.exp: Ditto.
4333 * gdb.base/help.exp: Ditto.
4334 * gdb.base/list.exp: Ditto.
4335 * gdb.base/opaque.exp: Ditto.
4336 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
4337 similar tests.
beb998c6 4338
c906108c
SS
4339 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
4340 * gdb.c++/cplusfuncs.cc: Ditto.
4341 * gdb.c++/virtfunc.cc: Ditto.
4342
4343 * config/monitor.exp: Keep track of the last file we saw, rather
4344 than trying to get the info from gdb.
4345
4346 * gdb.fortran/types.exp: Move comment to previous line.
4347
4348Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
4349
4350 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
4351 target mode.
4352
4353Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
4354
4355 From Bob Manson:
4356 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
4357 string from GDB when it connects.
4358
4359 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
4360
4361Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
4362
4363 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
4364 if we can't get a debug format from GDB (we may be testing an
4365 older GDB). Use a 10 second timeout when checking for the format.
4366
4367 * gdb.stabs/weird.exp: Fix quoting.
4368
4369 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
4370
4371Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
4372
4373 * config/arm-ice.exp: New file.
4374
4375Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
4376
4377 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
4378 until it has been modified to work with the new testsuite.
4379
99707966 4380 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
4381 testcase won't compile, cause all of the testcases in the file to
4382 fail instead.
4383
4384 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
4385 (gdb_clear_suppressed): New procedure.
4386 (gdb_stop_suppressing_tests): Only clear suppress_flag if
4387 it contains a positive value.
4388
4389Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
4390
4391 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
4392
4393 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
4394
4395Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
4396
4397 * lib/gdb.exp (setup_xfail_format): New function.
4398 (get_debug_format): New function to get debug format.
4399 (debug_format): New global variable to hold last value set
4400 by get_debug_format.
4401 * gdb.base/list.exp: Call get_debug_format and expect some
4402 tests to fail for DWARF 1 and COFF formats.
4403 * gdb.c++/ptype.exp: Ditto.
4404 * gdb.c++/classes.exp: Ditto.
4405 * gdb.c++/cplusfuncs.exp: Ditto.
4406 * gdb.c++/inherit.exp: Ditto.
4407 * gdb.c++/templates.exp: Ditto.
4408 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 4409
c906108c
SS
4410Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
4411
4412 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
4413 host doesn't have a currently-open connection.
4414
4415 * config/sparclet.exp: Cleanups and fixes to make it generic for
4416 any gdb stub target. Handle cases where gdb doesn't respond when
4417 interrupted in a sane fashion.
4418
4419 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
4420 same thing in a totally different way.
4421
4422 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
4423 setting "timeout".
4424 (gdb_start): We set the global gdb_prompt variable in
4425 default_gdb_init now.
4426
4427Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
4428
4429 * gdb.base/printcmds.exp: Fix "check for floating addition"
4430 regexp to accept results within approx +/- .01 of exact value.
4431 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
4432
4433Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
4434
4435 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
4436 properly.
4437 (gdb_expect): Add optional timeout parameter, and add timeout
4438 value to various calls.
4439 (gdb_suppress_tests): Only give one warning message per group.
4440
4441Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
4442
4443 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
4444 global variables. Handle getting a value for $timeout more
4445 gracefully.
4446
4447Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4448
4449 * lib/gdb.exp: Close connection to remote host if gdb doesn't
4450 initialize.
4451 (default_gdb_init): New procedure; allow gdb_init to be overridden
4452 by a target configuration file.
4453 (gdb_expect): Pass the timeout to remote_expect.
4454
4455 * config/monitor.exp(gdb_load): Fix typo in regexp.
4456
4457Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
4458
4459 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
4460
4461Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
4462
4463 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
4464 here. Call gdb_target_exec before rebooting the target, to make
4465 sure the connection to the target is closed.
4466 (gdb_load): Pass the name of the executable to gdb_target_monitor.
4467 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
4468 Also detect "Timeout reading from remote" error.
4469
4470 * config/gdbserver.exp: Pass the executable being loaded to
4471 gdb_target_monitor. Don't call gdb_file_cmd here; let
4472 gdb_target_monitor do it.
4473
4474 * gdb.disasm/hppa.exp: Don't use exec_output.
4475
4476Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
4477
4478 * gdb.base/list.exp: If we're debugging a non-native target,
4479 try to set the pc register to point to the start of the
4480 program before doing the first list command.
4481
4482 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
4483 test_calls after restarting.
4484
4485 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
4486 reloading.
4487
4488 * gdb.base/watchpoint.exp: Fix typo.
4489
4490 * gdb.base/setshow.exp: Check for use_gdb_stub.
4491
4492 * gdb.base/break.exp: Fix continue until exit test for the gdb
4493 stub case.
4494 * gdb.base/langs.exp: Ditto.
4495
4496 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
4497 gdb_load_offset. If we weren't given a file to load, figure out
4498 what the current file is and use it.
4499
4500 * config/i386-bozo.exp: New file.
4501
4502Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
4503
4504 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
4505 feature.
4506
4507 * config/proelf.exp: New entry.
4508
4509Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
4510
4511 * lib/gdb.exp: Remove spurious .* patterns at the beginning
4512 of regexps.
4513
4514 * gdb.base/watchpoint.exp: Don't run the test_stepping
4515 tests if gdb can't call functions on the target.
4516
4517 * gdb.base/setshow.exp: Don't run the set prompt tests if
4518 the board has gdb_prompt set.
4519
4520Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
4521
4522 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
4523 * gdb.base/commands.exp: Likewise.
4524 * gdb.base/setshow.exp: Likewise.
4525
4526Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
4527
4528 * config/monitor.exp(gdb_start): Look for gdb_prompt target
4529 feature.
4530
4531 * config/i960.exp: New file.
4532
4533Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
4534
4535 * gdb.base/funcargs.exp: Check for gdb,short_int target
4536 feature instead of looking for explicit target triplets.
4537
dc96c6c7 4538Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 4539
beb998c6 4540 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
4541 "p 123DEADBEEF", to check parse_number.
4542 * top.c: change "to enable to enable" to "to enable" in a couple
4543 of help strings.
4544
4545Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
4546
4547 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
4548 on the mn10300.
beb998c6 4549
c906108c
SS
4550Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
4551
4552 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
4553 where the test executable is run with explicit args.
4554 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
4555
4556Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
4557
4558 * gdb.base/run.c: Use FAKEARGV to build test executable that
4559 does not require a command line arg, since most simulators
4560 don't currently support passing such an arg into the simulated
4561 program.
4562 * gdb.base/commands.exp: Change tests to insert the proper
4563 value as the arg to the first recursive factorial call. Change
4564 compilation line to define FAKEARGV at compile time.
4565
4566Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
4567
4568 * gdb.base/recurse.exp: Enable these tests for the mn10300.
4569 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
4570 function with watchpoint enabled" test.
4571
4572Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
4573
4574 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
4575 Don't call gdb_test when the command doesn't return to a gdb prompt.
4576
4577 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
4578 "Tests restarted" messages.
4579
4580Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
4581
4582 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
4583
dc96c6c7 4584Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4585
4586 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
4587 for INFO SYMBOL; add help tests for OVERLAY commands.
4588 * gdb.base/default.exp: add tests for INFO SYMBOL command;
4589 add tests for OVERLAY commands
4590 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
4591 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
4592 * gdb.base/sigall.c: add usestubs code frag
4593 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 4594
c906108c
SS
4595Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
4596
4597 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
4598 failures.
4599 (gdb_stop_suppressing_tests): Note that tests have restarted.
4600
4601Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
4602
4603 * config/h8300.exp: New file.
4604
4605Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
4606
4607 * gdb.base/setshow.exp: Check for the existence of a
4608 feature, not its value.
4609
4610Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
4611
4612 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
4613
4614 * gdb.base/scope.exp: It's now init0(), not init().
4615
4616 * gdb.base/scope0.c: For now, change init() to be init0().
4617
4618 * config/monitor.exp: Use gdb_serial in preference to serial
4619 or netport.
4620
4621 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
4622 and it's not already set.
4623
4624Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
4625
4626 * gdb.base/setshow.exp: Only test the run command if the target
4627 isn't using a stub and if it supports argument passing.
4628
4629Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
4630
4631 * config/udi.exp(gdb_start): Make sure UDICONF is set
4632 properly before starting gdb.
4633
4634Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
4635
4636 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
4637 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
4638 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
4639
4640Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
4641
4642 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
4643 specialized code to reboot the board, use remote_reboot instead.
4644
4645 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
4646
4647 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
4648
4649 * config/monitor.exp: Make sure we disconnect from the target.
4650 Also, try a reboot/reload cycle instead of failing if the
4651 load fails.
4652
4653Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
4654
4655 * gdb.base/default.exp: Don't set match_max.
4656 * gdb.base/help.exp: Ditto.
4657 * gdb.base/list.exp: Ditto.
4658 * gdb.base/signals.exp: Ditto.
4659
4660 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
4661 set, use remote_ld to download the testcase instead of
4662 the GDB loader.
4663
4664Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
4665
4666 * config/vr5000.exp: New file.
4667
4668 * config/monitor.exp(gdb_target_monitor): Add pattern for
4669 "Ending remote" to detect errors in connecting.
4670
4671 * gdb.base/setshow.exp: Add .* within auto language test.
4672
4673 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
4674 target feature.
4675
4676 * config/monitor.exp(gdb_load): Check for a failure when loading,
4677 and reboot the board if necessary.
4678
4679 * gdb.base/setvar.exp(test_set): Handle multiple prints within
4680 a set of tests. Remove print.* from the patterns being checked.
4681
4682Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
4683
4684 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
4685 refer to gdb_spawn_id.
4686
4687 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
4688 longer used.
4689 * config/sparclet.exp: Ditto.
4690 * config/sparclet-old.exp: Ditto.
4691 * config/slite.exp: Ditto.
4692 * config/sim.exp: Ditto.
4693 * gdb.base/funcargs.exp: Ditto.
4694
4695 * lib/gdb.exp:Remove references to gdb_spawn_id.
4696 (gdb_expect): Move to remote.exp.
4697
4698Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
4699
4700 * config/monitor.exp: Detect the "Couldn't establish connection"
4701 message from GDB.
4702
4703Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
4704
4705 * gdb.base/bitfields.exp: Use runto instead of explicit
4706 gdb_run_cmd/gdb_expect sequences.
4707
4708 * gdb.base/break.exp(text_next_with_recursion): Add match for
4709 gdb_expect call.
4710
4711 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
4712 We also need to handle the "A program is being debugged already"
4713 prompt from gdb. Use gdb_test to set the baud rate.
4714
4715 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
4716 to 20000. Really. I mean it.
4717
4718Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4719
4720 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
4721 fails. If suppress_flag is set, skip perror message about not
4722 being able to send to GDB.
4723 (send_gdb): If suppress_flag is set, don't try to send commands to
4724 GDB.
4725 (gdb_expect): If suppress_flag is set, always fail immediately.
4726 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
4727 (gdb_init): Call gdb_stop_suppressing_tests.
4728 (default_gdb_exit): Ditto.
4729 (default_gdb_start): Ditto.
4730
4731 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
4732 gdb_stop_suppressing_tests as appropriate.
4733 * gdb.base/break.exp: Ditto.
4734 * gdb.base/callfuncs.exp: Ditto.
4735 * gdb.base/commands.exp: Ditto.
4736 * gdb.base/exprs.exp: Ditto.
4737 * gdb.base/funcargs.exp: Ditto.
4738 * gdb.base/list.exp: Ditto.
4739 * gdb.base/recurse.exp: Ditto.
4740 * gdb.base/scope.exp: Ditto.
4741 * gdb.base/structs.exp: Ditto.
4742 * gdb.c++/inherit.exp: Ditto.
4743
4744Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
4745
4746 * config/vr4300.exp: New file.
4747
99707966
MC
4748 * gdb.*/*.exp: Call gdb_expect instead of expect.
4749
4750 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
4751
4752Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
4753
4754 * lib/gdb.exp(gdb_init): New function.
4755
4756 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
4757 for each individual variable set.
4758
4759 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
4760 name.
4761
4762 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
4763
4764 * gdb.base/scope.exp: Use gdb_test.
4765
4766 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
4767 aborting; the testsuite driver will do that for us (see
4768 gdb_finish). Also, use gdb_test in a few more places.
4769
4770Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
4771
4772 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
4773
4774Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
4775
4776 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
4777 and "add_tests" are not at the same address.
4778
4779Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
4780
4781 * gdb.base/ptype.exp: Use gdb_test.
4782
4783Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
4784
4785 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
4786 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
4787 left in. No longer expect them to fail.
4788
4789 * gdb.stabs/*.mt; Deleted, no longer used.
4790 * gdb.stabs/configure.in: Remove references to target makefile
4791 frags.
4792 * gdb.stabs/configure: Rebuilt.
4793
4794 * gdb.disasm/*.mt: Deleted, no longer used.
4795 * gdb.disasm/configure.in: Remove references to target makefile
4796 frags. Use "sh3.s" as the unique filename for this directory.
4797 * gdb.disasm/configure: Rebuilt.
4798
4799 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
4800 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
4801 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
4802
4803Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
4804
4805 * config/udi.exp: Use mondfe,name instead of remote_host.
4806
4807Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
4808
4809 * gdb.base/watchpoint.exp: Don't expect a failure when calling
4810 a function with a watchpoint enabled on the mn10200.
4811
4812 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
4813 before trying to create it!
4814
4815Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
4816
4817 * config/vx.exp: Use hostname instead of netport.
4818
4819 * config/vxworks.exp: New file.
4820
4821 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
4822
4823 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
4824 gdb before assuming everything worked. Send a ^C if a timeout
4825 occurs.
4826
4827 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
4828 $gdb_spawn_id directly.
4829 (gdb_run_cmd): Try _start as well as start. Use the target feature
4830 gdb,start_symbol as the symbol to start from when jumping.
4831
4832Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
4833
4834 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
4835 redundant) test.
4836
4837 * gdb.base/recurse.exp: Relax final value test for 'b' so that
4838 it doesn't lose for 16bit integer systems.
4839
4840Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
4841
4842 * gdb.fortran/types.exp: If the target doesn't support "double"
4843 data types, then expect "real" types to only be 4 bytes.
4844
4845 * gdb.c++/virtfunc.exp: Expect failure for virtual function
4846 call tests if the target doesn't support inferior function calls.
4847
4848 * gdb.base/printcmds.exp: Allow minor deviation in FP values
4849 in printf tests.
4850
4851Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
4852
4853 * gdb.base/help.exp: Disable "help set", "help show", and
4854 "help support". Simplify regexp for "help stack".
4855
4856 * gdb.base/default.exp: Set match_max to 5000 and the timeout
4857 to 60 seconds. Temporarily set match_max to 15000 around the
4858 "info copying" test.
4859
4860 * gdb.base/nodebug.exp: Don't try to do an inferior function
4861 call if the target doesn't support them.
4862 * gdb.base/printcmds.exp: Likewise.
4863 * gdb.base/setvar.exp: Likewise.
4864 * gdb.base/structs.exp: Likewise.
4865 * gdb.c++/templates.exp: Likewise.
4866 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
4867
4868 * gdb.base/recurse.exp: Enable for the mn10200.
4869
4870 * configure.in: Do configure gdb.stabs directory for *-*-elf
4871 targets.
4872 * configure: Rebuilt.
4873
4874 * gdb.base/break.exp: Check for gdb,noresults before testing
4875 exit status and/or results from the target.
4876 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
4877 * lib/gdb.exp: Remove old (now bogus) initialization of
4878 noinferior, noargs, noresults and nosignals.
4879
4880Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
4881
4882 * config/sh.exp: New file.
4883
4884 * config/slite.exp: Try to connect multiple times to the board
4885 before rebooting. Only send a "monitor run" if need_monitor_run
4886 is set.
4887
4888 * gdb.base/break.exp: Don't do the "stub continue" test if
4889 the target has gdb_stub set.
4890
4891 * gdb.base/callfuncs.exp: Increase the timeout.
4892
4893 * gdb.base/interrupt.exp: Don't even try to compile the testcase
4894 if the target has gdb,noinferiorio set.
4895
4896 * gdb.base/list.exp: Increase match_max to 10000 characters.
4897
4898 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
4899
4900 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
4901 target.
4902
4903 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
4904
4905Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
4906
4907 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
4908 trying to delete the copy of gdb. Catch the file delete so we
4909 don't die if the delete fails; also, the file should be copied to
4910 the host, not to the build.
4911
4912Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
4913
4914 * lib/gdb.exp(gdb_test): Surround the result pattern with
4915 parenthesis in case it contains multiple regexps separated
4916 with |.
4917
4918 * gdb.base/watchpoint.exp: Use gdb_test.
4919 * gdb.base/default.exp: Ditto.
4920
4921Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
4922
99707966 4923 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 4924
c906108c
SS
4925 * gdb.base/scope.exp: Use gdb_test.
4926 * gdb.c++/classes.exp: Ditto.
4927 * gdb.c++/inherit.exp: Ditto.
4928
4929Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
4930
4931 * gdb.base/crossload.exp: Don't use execute_anywhere, use
4932 remote_exec instead.
4933 * gdb.base/corefile.exp: Don't be ridiculous.
4934 * gdb.base/*.c: Add missing stub invocations.
4935
4936Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
4937
4938 * config/slite.exp: Miscellaneous fixes.
4939
4940 * lib/gdb.exp: Fix runto.
4941
4942 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
4943 the target.
4944
4945 * gdb.base/watchpoint.exp: Fix regexp.
4946
4947 * lib/gdb.exp(default_gdb_exit): Add a catch to the
4948 close and wait commands, as the descriptor may now be
4949 invalid. Always call "remote_close host".
4950
4951Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
4952
4953 Major rewrite for testsuite revision.
beb998c6 4954
c906108c
SS
4955 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
4956 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
4957 instead of relying on spawn_id to always contain a valid
4958 spawn id.
4959 (get_compiler_info): New procedure to build the ${binfile}.ci
4960 file, instead of replicating this in N different places.
4961 (gdb_compile): New procedure.
beb998c6 4962
c906108c
SS
4963 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
4964 appropriate arguments) instead of compile. Use gdb_test in a lot
4965 more places. Use send_gdb instead of send. Always run gdb_start
4966 at the start of a testcase, as this is no longer done magically.
4967
4968 config/*-gdb.exp: Rename without the -gdb suffix.
4969
4970 config/mips.exp: Use remote_close instead of exit_remote_shell.
4971 config/monitor.exp: Use target_info instead of looking at
4972 baud, timeout, etc.
4973 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
4974
4975Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4976
4977 * gdb.c++/templates.exp (test_ptype_of_templates),
4978 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
4979 Update expect patterns for destructors and assignment operators
4980 to match corresponding c-typeprint.c changes.
4981 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
4982 to destructor breakpoint test, GDB should be able to set the
4983 destructor breakpoint without specifying arguments.
4984
4985Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
4986
4987 * gdb.threads/pthreads.exp: Change result for failure to compile due
4988 to lack of pthreads runtime support from an error to simply an
4989 unsupported test, per dejagnu standards.
4990
4991Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4992
4993 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
4994 where GDB exits to reduce pattern match time.
4995 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
4996
4997 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
4998
dc96c6c7 4999Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5000
5001 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5002 * gdb.base/default.exp: ditto.
5003 * gdb.base/nodebug.exp: ditto.
5004 * gdb.base/printcmds.exp: ditto.
5005 * gdb.base/ptype.exp: ditto.
5006 * gdb.base/setvar.exp: ditto.
5007 * gdb.base/structs.exp: ditto.
5008 * gdb.base/setshow.c: Guard against uninitialized values of argc.
5009
5010Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
5011
5012 * configure, */configure: Rebuild with autoconf 2.12.
5013
5014Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
5015
5016 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
5017 use new i*86-pc-linux*-gnu quads.
5018 * gdb.base/corefile.exp: Ditto.
5019 * gdb.base/signals.exp: Ditto.
5020 * gdb.base/sigall.exp: Ditto.
5021 * gdb.base/interrupt.exp: Ditto.
5022
5023 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
5024 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
5025 RedHat 4.0.
beb998c6 5026
c906108c
SS
5027 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
5028 linux. This allows the test case to at least compile on latest
5029 linux, but still not run due to missing the threads runtime library.
5030
5031Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5032
5033 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
5034 directory to search gdb directory. Accept and step over conditional
5035 stack alignment code. Consume $prompt in failure cases.
5036 Reset timeout to $oldtimeout instead of some arbitrary value.
5037 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
5038 timeout problems with infinite stack backtraces.
5039 * gdb.base/ptype.exp (ptype struct link, union tu_link):
5040 Accept function parameters for linkfunc member.
5041
5042Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
5043
5044 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
5045 (CXXFLAGS): Remove, unreferenced.
5046 (B_OPTIONS): Add for -B options and add code to initialize with
5047 previous -B options and also add -B option to pick up cross compiled
5048 runtime.
5049 (TARGET_INCLUDES): Add for -I options and add code to initialize when
5050 doing cross compiles.
5051 (target_alias): Declare global.
5052 (xgcc): Set variable to full path of gcc in build tree. Use findfile
5053 to verify that gcc exists in build tree, and if so set CC to that
5054 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 5055
c906108c
SS
5056Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
5057
5058 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
5059 ptype test for anonymous union. Fixup testcase to match
5060 current gcc debug output.
5061
5062Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
5063
5064 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
5065 force argument to an unsigned long type.
5066
5067Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
5068
5069 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
5070 tests and anonymous union print/ptype tests.
5071 * gdb.base/list.exp (test_forward-search): Increase timeout by
5072 5 minutes for the "search extremely long line" case.
5073 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
5074 completely optional and that the pass/fail messages use the command as
5075 the message if that third arg is a null string.
5076 (gdb_test_exact): Arrange that a null string pattern means match a
5077 null string output rather than any output, which might include random
5078 errors.
5079 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
5080 backtrace test.
5081 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
5082 always failing and failure is now exposed by gdb.exp changes.
5083
5084Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
5085
5086 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
5087 weren't being noted.
5088
5089Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5090
5091 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
5092 * gdb.stabs/weird.exp: Remove v_comb xfails.
5093
dc96c6c7 5094Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5095
5096 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
5097 list.exp scope.exp watchpoint.exp]
5098 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 5099
dc96c6c7 5100Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5101
5102 * config/monitor.exp: Increase download timeout to 1000 seconds.
5103
dc96c6c7 5104Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5105
5106 * config/m32r.exp: Increase timeout to 120 seconds.
5107
5108Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
5109
5110 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
5111 and accept older ordering as obsolescent gcc or gdb.
5112 * gdb.c++/templates.exp: Ditto.
5113 * gdb.c++/virtfunc.exp: Ditto.
5114
5115Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
5116
5117 * gdb.base/coremaker.c: Add code to mmap some data so we
5118 can check that it ends up in the core file.
5119 * gdb.base/corefile.exp: Add test to read mmapped data
5120 from core file.
5121
dc96c6c7 5122Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5123
5124 * config/m32r.exp: New file.
5125
5126Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
5127
5128 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
5129 that cflags can contains -gstabs, and work correctly for other tests.
5130
dc96c6c7 5131Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5132
5133 * gdb.base/setshow.exp: New file, tests show and set.
5134 * gdb.base/setshow.c: New file, tests show and set.
5135 * gdb.base/help.exp: Add test for help set|show annotate.
5136 * gdb.base/default.exp: Add test for set|show annotate.
5137
5138Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
5139
5140 * testsuite/gdb.base/break.exp: Make backtrace from factorial
5141 errors unique.
5142 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
5143 explicitly.
5144
5145Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
5146
5147 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
5148 and width commands. This is done elsewhere.
5149 * (gdb_start): Don't call gdb_start_sim here. That's already
5150 done in gdb_load. This fixes lots of failures in default.exp.
5151
5152Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
5153
5154 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5155 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
5156 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
5157 in the same we we treat other failures (since it may be an expected
5158 condition), rather than as an error.
5159 * gdb.base/signals.exp (test_handle_all_print): Revert back to
5160 old test format.
5161
5162Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
5163
5164 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
5165 (distclean maintainer-clean realclean): No need to remove files
5166 twice. Nuke the duplicates.
5167 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 5168 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
5169 Remove config.h along with other config files.
5170
5171Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
5172
5173 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
5174 "p func1 ()" and note that rests of tests are skipped.
5175 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
5176 setup_xfails for "print func2::coremaker_local".
5177 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
5178 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
5179 affected by the previous run test.
5180 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
5181 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
5182 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
5183 "pass int powerset tuple" and "pass modeless int powerset tuple".
5184 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
5185 "real write 4" and "real write 8".
5186 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
5187 setup_xfails for "print vs1 after tuple assign 2",
5188 "print \$i after tuple assign 2", and
5189 "print vs2 after tuple assign 2".
5190 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
5191 meaningful error message and return -1 so the caller can
5192 suppress further tests and avoid a cascade of errors.
beb998c6 5193
c906108c
SS
5194Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
5195
5196 * gdb.base/a1-selftest.exp: Tweak tests to account for new
5197 format for printing version.
5198 * gdb.base/default.exp: Ditto.
5199 * gdb.base/interrupt.exp: Fix problem with cascade of
5200 errors if child process dies while calling a function.
beb998c6 5201
c906108c
SS
5202Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
5203
5204 * Makefile.in (VPATH): Add
5205 * Makefile.in (Makefile, config.status): Fix rules so things get
5206 remade when necessary.
5207
5208Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
5209
5210 * Makefile.in (just-check): Add path to sibling expect dir
5211 to environment variable specified by RPATH_ENVVAR.
5212
5213Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
5214
5215 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
5216 (just-check): Add shared library paths for libstdc++, tk,
5217 tcl, bfd, and opcodes to the environment variable specified
5218 in RPATH_ENVVAR.
5219 * configure.in: Add support to recognize --enable-shared flag
5220 and generate correct value for RPATH_ENVVAR.
5221 * configure: Regenerated with autoconf.
5222
5223Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
5224
5225 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
5226 include all osf versions.
5227 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
5228 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
5229 when target is linux. When failing to build pthreads test
5230 executable, give more meaningful message.
5231 * gdb.threads/pthreads.c: Hpux also uses old definition of second
5232 arg for pthread_create.
beb998c6 5233
c906108c
SS
5234Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
5235
5236 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
5237 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
5238 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
5239 and -lpthreads (everybody else).
5240 (test_startup): Fail gracefully if threads are not supported.
5241 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
5242 "p/c array_index("abcdef",2)" when not gcc compiled.
5243 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
5244 "print func2::coremaker_local" when not gcc compiled.
5245 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
5246 "ptype on opaque struct tagname (statically)",
5247 "ptype on opaque struct tagname (dynamically) 1", and
5248 "ptype on opaque struct tagname (dynamically) 2"
5249 for not compiled with gcc.
5250 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
5251 backtrace when compiled with gcc.
beb998c6 5252 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
5253 than always return success.
5254
5255Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
5256
5257 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
5258
5259Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
5260
5261 * gdb.base/structs.exp: Undo last change.
5262
5263Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
5264
5265 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
5266 encapsulate all the steps/nexts done during self test, starting
5267 at main, and makes them less sensitive to optimization issues.
5268 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
5269 signal handler" test.
5270 * gdb.threads/pthreads.exp: Only run this for native configs.
5271 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
5272 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
5273 tests.
5274 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
5275 for "runto test_calls(void)" test.
beb998c6 5276
c906108c
SS
5277Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
5278
5279 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
5280 and don't expect address info in breakpoint confirmations.
5281
5282Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
5283
5284 * gdb.base/list.exp (test_forward_search): Increase timeout
5285 temporarily by 60 seconds for searching extremely long line,
5286 and then reset to old value when done. Increase expect input
5287 buffer to 10000.
5288
5289Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
5290
5291 * gdb.base/list.exp (test_forward_search): Fix to handle very
5292 long source line without overflowing expect's input buffer.
5293
5294Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
5295
5296 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
5297 "buffer_full".
5298
5299 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
5300 "buffer_full".
5301
5302 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
5303 "buffer_full".
5304
5305 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
5306 "buffer_full".
5307
5308Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
5309
5310 * configure.in (configdirs): Add gdb.threads.
5311 * configure: Regenerated with autoconf.
5312 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
5313 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
5314 * gdb.threads/configure: New, generated with autoconf.
beb998c6 5315
c906108c
SS
5316Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
5317
5318 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
5319
5320Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
5321
5322 * gdb.base/signals.exp (test_handle_all_print): Test separately for
5323 each signal's status in the output of "handle all print".
5324 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
5325 the \r\n sequence that immediately precedes the gdb prompt.
5326 * gdb.base/a1-selftest.exp: Save original timeout and restore
5327 after test.
5328
5329Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
5330
5331 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
5332 symbol.
5333
5334Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5335
5336 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
5337
5338Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
5339
5340 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
5341 timeout by 60 seconds.
5342
5343Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
5344
5345 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
5346 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
5347 error return.
5348
5349Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
5350
5351 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
5352 gdb initialization, also report how long dejagnu waited. Restore
5353 old timeout before doing error return. Temporarily increase timeout
5354 by 3 minutes to allow for slow startups over heavy NFS use.
5355
5356Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
5357
5358 * lib/gdb.exp: Report timeout value for verbosity level 2.
5359 * config/gdbserver.exp: Ditto.
5360 * config/hppro.exp: Ditto.
5361 * config/mips-gdb.exp: Ditto.
5362 * config/monitor.exp: Ditto.
5363 * config/netware.exp: Ditto.
5364 * config/sim-gdb.exp: Ditto.
5365 * config/slite-gdb.exp: Ditto.
5366 * config/udi-gdb.exp: Ditto.
5367 * config/unix-gdb.exp: Ditto.
5368 * config/vx-gdb.exp: Ditto.
5369 * gdb.base/a1-selftest.exp: Ditto.
5370 * gdb.base/a2-run.exp: Ditto.
5371 * gdb.base/break.exp: Ditto.
5372 * gdb.base/corefile.exp: Ditto.
5373 * gdb.base/list.exp: Ditto.
5374 * gdb.base/recurse.exp: Ditto.
5375 * gdb.base/scope.exp: Ditto.
5376 * gdb.base/signals.exp: Ditto.
5377
5378Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5379
5380 * gdb.threads/Makefile.in (docdir): Removed.
5381
5382Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5383
5384 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 5385 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 5386 @srcdir@.
beb998c6 5387 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
5388 autoconf 2.5 or higher.
5389 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
5390
5391Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
5392
5393 * configure: Regenerated.
5394 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
5395 avoid name clashes with SunOS headers.
5396
5397Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
5398
5399 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
5400
5401Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
5402
5403 * gdb.base/callfuncs.exp: Finish last change -- make sure the
5404 prototype information ends up in the compiler info file.
5405
5406Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
5407
5408 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
5409 attempting to regenerate it. Eliminate use of a temporary file
5410 and just generate the info file directly. Source it immediately,
5411 for consistency of use.
5412 * gdb.base/corefile.exp: Ditto
5413 * gdb.base/exprs.exp: Ditto.
5414 * gdb.base/funcargs.exp: Ditto.
5415 * gdb.base/langs.exp: Ditto.
5416 * gdb.base/list.exp: Ditto.
5417 * gdb.base/mips_pro.exp: Ditto.
5418 * gdb.base/nodebug.exp: Ditto.
5419 * gdb.base/opaque.exp: Ditto.
5420 * gdb.base/ptype.exp: Ditto.
5421 * gdb.base/scope.exp: Ditto.
5422 * gdb.base/setvar.exp: Ditto.
5423 * gdb.base/signals.exp: Ditto.
5424 * gdb.base/whatis.exp: Ditto.
5425 * gdb.c++/templates.exp: Ditto.
5426 * gdb.c++/virtfunc.exp: Ditto.
5427 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
5428 whether or not to add -lstdc++ to the compile command line args.
5429
5430Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5431
5432 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
5433 it got fixed by the recent lookup_minimal_symbol_by_pc change.
5434 Increase timeout, a lot of single stepping might be needed if the
5435 target has no hardware watchpoints.
5436
5437Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
5438
5439 * gdb.base/break.exp: Ignore compiler warnings when compiling
5440 break.c.
5441 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
5442 * gdb.base/default.exp: Add h8300 xfails. Handle messages
5443 from remote-sim.
5444 * gdb.base/exprs.exp: Add h8300 xfails.
5445 * gdb.base/funcargs.exp: Likewise.
5446 * gdb.base/nodebug.exp: Likewise.
5447 * gdb.base/printcmds.exp: Likewise.
5448 * gdb.base/ptype.exp: Likewise.
5449 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
5450 h8300 xfails.
beb998c6 5451 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
5452 on the h8300.
5453 * gdb.base/funcargs.c: Explicitly make last constant argument to
5454 call_after_alloca_subr an unsigned long type.
5455 * gdb.base/return.c: Include stdio.h.
5456
5457Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
5458
5459 * config/abug.exp: New file for the older Motorola Bug monitor
5460 that runs on the mvme13x series VME boards.
5461 * config/monitor.exp: Use the new config array for target settings
5462 if they exist.
5463
5464Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
5465
5466 * sim-gdb.exp: Make the SH simulator allocate less space when
5467 it is targeted.
5468
5469Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
5470
5471 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
5472 test.
5473
5474Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
5475
5476 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
5477 "rs6000-*-*" for "list function in include file" when gcc compiled.
5478 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
5479 for "p ctable1[120]".
5480 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
5481 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
5482 Remove setup_xfail for "rs6000-*-*" for
5483 "print 'scope0.c'::filelocal before run".
5484 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
5485 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
5486 since some compilers don't allow both options to be given
5487 on the same command line. Create object file and move it.
beb998c6 5488
c906108c
SS
5489Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
5490
5491 * gdb.base/corefile.exp: Always regenerate the core file, since
5492 we always regenerate the coremaker program. Detect special case
5493 where registers cannot be read from core file.
beb998c6 5494
c906108c
SS
5495Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
5496
5497 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5498 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
5499 * gdb.c++/templates.exp: Only match on basename of file since
5500 some formats like xcoff don't encode directory information.
5501 * gdb.stabs/weird.exp: Use the right sed script for powerpc
5502 and rs6000 AIX xcoff targets.
5503 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
5504 * configure: Regenerate.
5505 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
5506 here, rather than in distclean.
beb998c6 5507
c906108c
SS
5508Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
5509
5510 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
5511 defined, and use it to compile the test case with -O2. The
5512 native compilation still uses no optimization.
5513 * gdb.base/mips_pro.c: Remove inline assembly code since
5514 it is compiled PIC by default, which results in assembler
5515 warnings that make the testsuite think the compilation
5516 was unsuccessful.
5517
5518Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
5519
5520 * gdb.c++/misc.exp: Add note to message for
5521 "print s.a for foo struct" that this is a known gcc 2.7.2
5522 and earlier bug.
5523
5524Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
5525
5526 * gdb.base/break.exp: Fix pattern for matching "Delete all
5527 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
5528 setup_xfail for deleting all breakpoints test. Fix various
5529 timeout messages to include "(timeout)".
5530 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
5531 for "p t_float_values2(3.14159,float_val2)".
5532 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
5533 for "continue to call2g" when gcc compiled.
5534 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
5535 "up to foo in langs.exp", "show language at foo in langs.exp",
5536 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
5537 and "show language at fsub in langs.exp".
5538 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
5539 "list line 1 in include file", "list message for lines past EOF",
5540 "list function in include file", "list list0.h:foo", and
5541 "list filename:function; nonexistant function".
5542 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
5543 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
5544 and "ptype t_char_array" to be for native cc only.
beb998c6 5545
c906108c
SS
5546Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
5547
beb998c6 5548 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
5549 setup_xfail for "print coremaker_bss", "print coremaker_ro",
5550 "print func2::coremaker_local", and "backtrace in corefile.exp".
5551
5552Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
5553
5554 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
5555 "bt in signals.exp". This problem only appears when running
5556 the testsuite, and then only intermittently.
5557
5558Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
5559
5560 * gdb.base/return.exp (return_tests): Differentiate between
5561 two tests of continuing.
5562
5563Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
5564
5565 * */Makefile.in (maintainer-clean): Remove config.log.
5566 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
5567 * gdb.c++/Makefile.in (PROGS): Add inherit.
5568 (clean): Remove *.ci.
5569
5570Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
5571
5572 * gdb.c++/misc.cc: Add test code from Mike Stump.
5573 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
5574
5575Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
5576
5577 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
5578 to "alpha-*-osf2*" and add comment.
5579 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
5580 setup_xfail for "step over execarg initialization" and
5581 "step over corearg initialization".
5582 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
5583 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
5584 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
5585 gcc compiled for "print coremaker_bss", "print coremaker_ro",
5586 "print func2::coremaker_local", and "backtrace in corefile.exp".
5587 * gdb.base/signals.exp: Build and source signals.ci.
5588 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
5589 to be for gcc only.
5590 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 5591
c906108c
SS
5592Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5593
5594 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
5595 Feb 3 procfs.c change.
5596
5597Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
5598
5599 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
5600
5601Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
5602
5603 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
5604 from dejagnu's apparent default of 10 seconds, which gives random
5605 results when running the tests over NFS on moderately loaded systems.
5606 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
5607
5608Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
5609
5610 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
5611 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
5612 result reports.
5613
5614Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
5615
5616 * configure.in (CY_AC_PATH_TCLH): Remove.
5617 * configure: Regenerate.
5618
5619Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
5620
5621 * gdb.c++/Makefile.in (clean): Add missing '{'.
5622
5623Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
5624
5625 * lib/gdb.exp: Provide a default value for noinferior.
5626
5627 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
5628 Load libgloss.exp.
5629
5630Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
5631
5632 * gdb.disasm/hppa.exp: Compile directly into an executable, use
5633 the executable, not the .o to run the tests from.
5634
5635Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
5636
5637 * gdb.base/break.exp: Don't test for program exit or exit status
5638 if $noresults if nonzero.
5639 * gdb.base/langs.exp: Likewise.
5640 * gdb.base/watchpoint.exp: Likewise.
5641
5642 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
5643 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
5644 trying to compile the testcase.
5645
5646Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
5647
5648 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
5649 * gdb.base/signals.exp (continue to handler): Likewise.
5650
5651Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
5652
5653 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
5654
5655 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
5656
5657Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
5658
5659 * gdb.base/corefile.exp: Recognize "not found" as failure
5660 when trying to determine if a core file was generated.
5661 If no core file was generate the first time, try again without
5662 the ulimit -c to work around braindamaged shells.
5663
5664Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
5665
5666 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
5667 [] tests with "test" and enclose string in quotes.
5668 * gdb.stabs/configure: Rebuild
beb998c6 5669
c906108c
SS
5670Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
5671
5672 Changes in sync with expect:
5673 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
5674 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
5675 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
5676 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
5677 argument to AC_REQUIRE.
5678 * configure: Regenerated.
5679
5680Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
5681
5682 * gdb.base/corefile.exp: When generating a core, discard any
5683 error messages about ulimit not found and the "core dumped"
5684 message from the shell that runs the coredumper.
5685
5686Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
5687
5688 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
5689
5690 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
5691 which sed script to run. Expect failure for v_comb test
5692 on PA targets too.
beb998c6 5693
c906108c
SS
5694Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
5695
5696 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
5697 "print func2::coremaker_local" and for "backtrace in corefile.exp"
5698
5699Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
5700
5701 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
5702 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
5703 "sparc-sun-solaris*" xfails for "p v_comb".
5704 * lib/gdb.exp (default_gdb_start): Fix typo.
5705 * gdb.base/corefile.exp: Allow "Core was generated by ..."
5706 messages to not include the full program name that caused
5707 the core dump since some systems (such as solaris) apparently
5708 truncate this path to about 80 characters.
5709 When generating a core file first try increasing the core file
5710 size limit to unlimited since some systems may default it to
5711 zero, and it is harmless to try it. Move the test for failing
5712 to generate a core file to where it will actually get executed.
5713 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
5714 new gdb result from g++ debug info improvements and make old
5715 pattern obsolescent. Also account for size_t differences
5716 (may be int or long).
5717 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
5718 initialization before function call is placed in the delay slot
5719 and thus appears to be skipped over by commands such as "next".
5720
5721Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
5722
5723 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
5724
5725Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
5726
5727 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
5728 input source file; fix code to compile test to deal with this
5729 convention.
5730 * gdb.c++/*.exp: Likewise.
5731
5732Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
5733
5734 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
5735 "bt in signals.exp".
5736
5737Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
5738
5739 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
5740 "step over execarg initialization" and
5741 "step over corearg initialization".
5742
5743Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
5744
5745 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
5746 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
5747
5748Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
5749
5750 From Rob Savoye (rob@poseidon.cygnus.com)
5751 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
5752 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
5753 configure.in}, gdb.disasm/{Makefile.in, configure.in},
5754 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
5755 configure.in}: Major reworking for autoconfig.
5756 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
5757 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
5758 New files.
5759 * config/unix-gdb.exp: Make GDB global.
5760 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
5761 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
5762 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
5763 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
5764 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
5765 term.exp, twice.exp, watchpoint.exp, whatis.exp},
5766 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
5767 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
5768 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
5769 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
5770 pr-8136.exp, result.exp, string.exp, tuples.exp},
5771 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
5772 to returns as necessary, arrange for test to compile own testcase
5773 executable.
5774 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 5775
c906108c
SS
5776Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
5777
5778 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
5779 clear_xfail at end of test which might not call either pass or fail.
5780 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
5781 "backtrace through signal handler".
5782
5783Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5784
5785 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
5786 continuing from a job control stop signal.
5787 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
5788
5789Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
5790
5791 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
5792 * gdb.base/corefile.exp: Likewise.
5793 * gdb.base/funcargs.exp: Likewise.
5794
5795Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
5796
5797 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
5798 * config/monitor.exp: Add support for setting baud rate.
5799
5800Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
5801
5802 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
5803 i*86-*-linux* xfails for "backtrace through signal handler".
5804 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
5805 "print func2::coremaker_local".
5806 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
5807 alpha-dec-osf2* xfail for
5808 "delete all breakpoints when none".
5809
5810Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
5811
5812 * gdb.base/break.exp: Change test that deletes all breakpoints
5813 when no user breakpoints are installed. A post 4.15 change
5814 causes gdb to no longer prompt in this case.
5815
5816Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
5817
5818 * gdb.base/return.exp (return_tests): Change xfail for test
5819 "correct value returned double test" to stop xfailing at
5820 Solaris 2.5. Apparently the bug has been fixed.
5821
5822Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
5823
5824 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
5825 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
5826
5827Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
5828
5829 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
5830 * gdb.disasm/hppa.s: Corresponding changes.
5831
5832Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
5833
5834 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
5835 makefile fragment.
5836 * config/mt-hpux: Deleted.
5837
5838Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
5839
beb998c6 5840 * Many files: When warning about suppressed tests due to a
c906108c
SS
5841 nonexistant test binary, avoid incrementing the warning count.
5842
5843Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
5844
5845 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 5846
c906108c
SS
5847Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5848
5849 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
5850 "sparc-*-solaris2*".
5851
5852Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5853
5854 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
5855 Add global and local variables and initialize them.
5856 * gdb.base/corefile.exp: Test correct mapping of corefile sections
5857 by printing variables. Remove rs6000 and powerpc xfails, BFD now
5858 extracts the file name and terminating signal from the core file.
5859 * TODO: Remove note about tests for correct mapping of corefile.
5860 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
5861 from optimizing it away.
5862 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
5863 handles common blocks.
5864
5865Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
5866
5867 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
5868 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
5869
5870Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
5871
5872 * Makefile.in (maintainer-clean): New target, synonym for
5873 realclean.
5874 * gdb.base/Makefile.in (maintainer-clean): Likewise.
5875 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
5876 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
5877 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
5878 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
5879 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
5880
5881Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
5882
5883 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
5884 xfails when not gcc compiled for "print foo::funclocal".
5885 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
5886 "print foo::funclocal at foo",
5887 "print 'scope1.c'::foo::funclocal at foo",
5888 "print foo::funclocal_bss at foo",
5889 "print 'scope1.c'::foo::funclocal_bss at foo",
5890 "print foo::funclocal_ro at foo",
5891 "print 'scope1.c'::foo::funclocal_ro at foo",
5892 "print bar::funclocal at foo" and
5893 "print 'scope1.c'::bar::funclocal at foo".
5894 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
5895 gcc compiled for "print foo::funclocal at bar".
5896 Expand all messages to ensure that they identify that
5897 the test is at bar().
5898 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
5899 gcc compiled for:
5900 "ptype on opaque struct pointer (statically)",
5901 "ptype on opaque struct tagname (statically)",
5902 "ptype on opaque struct pointer (dynamically) 1",
5903 "ptype on opaque struct tagname (dynamically) 1",
5904 "ptype on opaque struct pointer (dynamically) 2" and
5905 "ptype on opaque struct tagname (dynamically) 2
5906 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
5907 gcc compiled for:
5908 "p datalocal"
5909 "whatis datalocal",
5910 "ptype datalocal",
5911 "p bsslocal",
5912 "whatis bsslocal", and
5913 "ptype bsslocal".
5914 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
5915 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
5916 when not gcc compiled.
5917 * gdb.base/funcargs.exp (float_and_integral_args): Add
5918 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
5919 compiled.
5920 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
5921 "backtrace from call6a" when not gcc compiled.
5922 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
5923 "backtrace from call7a" when not gcc compiled.
5924 * gdb.base/callfuncs.exp (do_function_calls):
5925 Add "hppa*-*-hpux*" xfail when not gcc compiled for
5926 "p t_char_array_values(char_array_val2,char_array_val1)",
5927 "p t_char_array_values(char_array_val1,char_array_val2)",
5928 "p t_char_array_values("carray 1","carray 2")",
5929 "p t_char_array_values("carray 1",char_array_val2)",
5930 "p t_char_array_values(char_array_val1,"carray 2")",
5931 "p sum_args(1,{2})",
5932 "p sum_args(2,{2,3})",
5933 "p sum_args(3,{2,3,4})",
5934 "p sum_args(4,{2,3,4,5})"
5935 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
5936 "backtrace in corefile.exp" when not gcc compiled.
5937
5938Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5939
5940 * gdb.base/signals.exp: Rewrite `handle all print' test as
5941 a procedure. Accept blanks or TABs as whitespace, increase
5942 timeout and expect input buffer size for the large output
5943 from the command. Remove "i*86-*-bsdi2.0" xfail.
5944
5945Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5946
5947 * gdb.base/setvar.exp: Add new testcases for truncation when
5948 assigning invalid values to bitfields.
5949
5950Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
5951
beb998c6 5952 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
5953 mips-sgi-irix* xfail for
5954 "call inferior func with struct - returns char *"
5955 and fix test so that an optional (unsigned char *) cast is
5956 accepted in the result.
5957
5958Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
5959
5960 * gdb.base/funcargs.exp (float_and_integral_args): Remove
5961 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
5962 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
5963 * gdb.base/signals.exp: Remove duplicate "handle all print" test
5964 that accidentally got checked in.
5965
5966Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
5967
beb998c6 5968 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
5969 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
5970 compiled test.
5971 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
5972 Add mips-sgi-irix5* xfail for not gcc compiled.
5973 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
5974 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
5975 "p top", "whatis top", "p middle", and "whatis middle".
5976 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
5977 "whatis signed char" for not gcc compiled.
5978 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
5979 "set variable signed char=-1 (-1)" and
5980 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
5981 * gdb.base/funcargs.exp (float_and_integral_args):
5982 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
5983 Add mips-sgi-irix* xfail when not gcc compiled for
5984 "continue to call2b".
5985 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
5986 "continue to call2g".
5987 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
5988 "backtrace from call6a"
5989 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
5990 "backtrace from call7k".
5991 Add mips-sgi-irix5* xfail when not gcc compiled for
5992 "backtrace from call7a".
5993 (localvars_after_alloca): Fix gdb_test cmds for
5994 "print * after runto ...".
5995 Remove rs6000-*-* xfails for
5996 "print i after runto localvars_after_alloca" and
5997 "print l after runto localvars_after_alloca"
5998 for all compilers.
5999 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6000 when not compiled with gcc, for:
6001 "print signed char == (minus)",
6002 "print signed char != (minus)",
6003 "print signed char < (minus)",
6004 "print signed char > (minus)".
6005 * gdb.base/callfuncs.exp (do_function_calls):
6006 Add mips-sgi-irix* xfail, when compiled with native compiler, for
6007 "call inferior func with struct - returns char *".
beb998c6 6008 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
6009 "correct value returned double test" to include Solaris 2.4.
6010 * gdb.base/funcargs.exp (float_and_integral_args):
6011 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 6012
c906108c
SS
6013Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6014
6015 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
6016 enumeration bitfields if compiling with GNU C.
6017 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
6018 to empty' prompt.
6019
6020Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
6021
6022 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
6023 test for PRO targets.
6024
6025 * gdb.base/funcargs.exp: Avoid ever setting more than 8
6026 breakpoints in the inferior at any given time by making
6027 two groups of breakpoints for call2*, call6* and call7*
6028 tests.
6029
6030Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6031
6032 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
6033 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
6034 from optimizing it away.
6035 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
6036 "call inferior func with struct".
6037
6038Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
6039
6040 * configure.in: Only configure gdb.chill for particular targets.
6041
6042Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
6043
6044 * gdb.base/Makefile.in: Add action to .c.o transformation
6045 rule that generates a .ci file for each .o file and remove
6046 explicit .c.o rules except for callfuncs.o.
6047 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
6048 generates a .ci file for each .o file and remove explicit
6049 .cc.o rules.
6050 (clean): Remove *.tmp *.ci files.
6051 (EXECUTABLES): Remove templ-info.exp.
6052 * gdb.base/compiler.c: New file.
6053 * gdb.c++/compiler.cc: New file
6054 * gdb.base/scope.exp: Source gdb.base/scope.ci.
6055 Change rs6000-*-* xfail for
6056 "print 'scope0.c'::filelocal_ro" and
6057 "print 'scope1.c'::filelocal" and
6058 "print 'scope1.c'::filelocal_bss" and
6059 "print 'scope1.c'::filelocal_ro" and
6060 "print 'scope1.c'::foo::funclocal" and
6061 "print 'scope1.c'::foo::funclocal_ro" and
6062 "print 'scope1.c'::bar::funclocal" and
6063 "print 'scope0.c'::filelocal_ro" and
6064 "print 'scope1.c'::filelocal at foo" and
6065 "print 'scope1.c'::filelocal_bss at foo" and
6066 "print 'scope1.c'::filelocal_ro at foo" and
6067 "print 'scope1.c'::foo::funclocal at foo" and
6068 "print 'scope1.c'::foo::funclocal_bss at foo" and
6069 "print 'scope1.c'::foo::funclocal_ro at foo" and
6070 "print 'scope1.c'::bar::funclocal at foo" and
6071 "print 'scope0.c'::filelocal_ro" and
6072 "print 'scope1.c'::filelocal" and
6073 "print 'scope1.c'::filelocal_bss" and
6074 "print 'scope1.c'::filelocal_ro" and
6075 "print 'scope1.c'::foo::funclocal" and
6076 "print 'scope1.c'::foo::funclocal_bss" and
6077 "print 'scope1.c'::foo::funclocal_ro" and
6078 "print 'scope1.c'::bar::funclocal" and
6079 "print 'scope1.c'::bar::funclocal_bss"
6080 to only be xfail'd when not compiled with gcc.
beb998c6 6081 Add rs6000-*-* xfail for
c906108c
SS
6082 "print 'scope0.c'::filelocal_bss before run"
6083 when compiled with gcc.
6084 (test_at_main): Add rs6000-*-* xfail for
6085 "print filelocal_ro in test_at_main"
6086 when compiled with gcc.
6087 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 6088 Add rs6000-*-aix* xfail for
c906108c
SS
6089 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
6090 "ptype t_char_array", not compiled with gcc.
6091 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
6092 xfail for "list foo (in include file)" when gcc compiled.
6093 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
6094 (integral_args): Add rs6000-*-* xfail for
6095 "run to call0a" if not compiled with gcc.
6096 (unsigned_integral_args): Add rs6000-*-* xfail for
6097 "run to call1a" if not compiled with gcc.
6098 (float_and_integral_args): Add rs6000-*-* xfail for
6099 "run to call2a" if not compiled with gcc and for
6100 "continue to call2b" for any compiler.
6101 Add rs6000-*-* xfail to
6102 "print f1 after run to call2a" for gcc compiled.
6103 (discard_and_shuffle): Add rs6000-*-* xfail for
6104 "run to call6a".
6105 (shuffle_round_robin): Add rs6000-*-* xfail for
6106 "backtrace from call7a" if not compiled with gcc.
6107 Add rs6000-*-* xfail for
6108 "backtrace from call7b" if compiled with gcc.
6109 (call_after_alloca): Add rs6000-*-* xfail for
6110 "print c in call_after_alloca" and
6111 "print s in call_after_alloca" and
6112 "backtrace from call_after_alloca_subr"
6113 if not compiled with gcc.
6114 (localvars_in_indirect_call): Add rs6000-*-* xfail for
6115 "print c in localvars_in_indirect_call" and
6116 "print c in localvars_in_indirect_call" and
6117 "backtrace in indirectly called function" and
6118 "stepping into indirectly called function"
6119 if not compiled with gcc.
6120 (localvars_after_alloca): Add rs6000-*-* xfail for
6121 "print c after runto localvars_after_alloca" and
6122 "print s after runto localvars_after_alloca" and
6123 "print i after runto localvars_after_alloca" and
6124 "print l after runto localvars_after_alloca"
6125 for all compilers.
6126 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
6127 than whatis-info.exp.
6128 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
6129 than opaque-info.exp.
6130 Setup rs6000-*-* xfail for
beb998c6 6131 "ptype on opaque struct pointer (statically)" and
c906108c
SS
6132 "ptype on opaque struct pointer (dynamically)" when
6133 not compiled with gcc.
6134 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
6135 rather than callf-info.exp.
6136 (do_function_calls): Add clear_xfail for rs6000-*-* for
6137 "p t_float_values2(3.14159,float_val2)". Seems to work
6138 fine there, both with xlc and gcc. Need to find out what
6139 it is doing right and fix other platforms.
6140 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
6141 "call inferior func with struct - returns int",
6142 "call inferior func with struct - returns long",
6143 "call inferior func with struct - returns float",
6144 "call inferior func with struct - returns double",
6145 "call inferior func with struct - returns char *",
6146 but only if not gcc compiled (presumes xlc compiled).
6147 Change rs6000-*-* xfails for
6148 "call inferior func with struct - returns char" and
6149 " call inferior func with struct - returns short" to only
6150 xfail if not using gcc.
6151 (clean mostlyclean): Remove *.ci and *.tmp files.
6152 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
6153 than templ-info.exp.
6154 * gdb.base/langs.exp: Source gdb.base/langs.ci.
6155 Add rs6000-*-* xfail for "up to foo in langs.exp"
6156 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
6157 when not gcc compiled.
beb998c6 6158
c906108c
SS
6159Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6160
6161 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
6162 * gdb.base/corefile.exp: Likewise.
6163 * gdb.base/list.exp: Likewise.
6164 * gdb.base/scope.exp: Likewise.
6165 * gdb.base/siganls.exp: Likewise.
6166
6167 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
6168 compiler output.
6169 * gdb.base/whatis.exp: Likewise.
6170
6171Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
6172
6173 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
6174 failure (opcode table has been fixed to match reality).
6175
6176Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
6177
6178 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
6179 "call inferior func with struct - returns char",
6180 "call inferior func with struct - returns short"
6181
6182 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
6183 "print 'scope0.c'::filelocal at main",
6184 "print 'scope0.c'::filelocal_bss in test_at_main",
6185 "print 'scope0.c'::filelocal at foo",
6186 "print 'scope0.c'::filelocal_bss in test_at_foo",
6187 "print 'scope0.c'::filelocal at bar",
6188 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 6189
c906108c
SS
6190 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
6191 in source file 1". This bug seems to have been fixed with both
6192 gcc and native cc (was native assembler bug?).
6193
6194Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
6195
6196 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
6197 "backtrace through signal handler" to "i*86-*-sysv4*".
6198 * gdb.base/signals.exp: Add xfail for "'next' behaved as
6199 continue" case. Add "known SVR4 bug" to fail message.
6200 Add "i*86-*-bsdi2.0" xfail for "handle all print".
6201 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
6202 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
6203 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
6204 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
6205 "up to foo in langs.exp", "show language at foo in
6206 langs.exp", "up to cppsub_ in langs.exp", "show
6207 language at cppsub_ in langs.exp", "up to fsub in
6208 langs.exp", and "show language at fsub in langs.exp".
6209 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
6210 "bactrace in corefile.exp".
6211 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
6212 "call inferior function with struct - returns float" and
6213 "call inferior function with struct - returns double".
beb998c6 6214
c906108c
SS
6215Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
6216
6217 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
6218 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
6219 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
6220 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
6221
6222Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
6223
6224 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
6225 (or overriden) "CHILL" macro rather then bare "gcc".
6226 Also look for ../../gcc/xgcc since that is what we will
6227 actually need, not "Makefile". Remove following assignment
6228 of CHILL to CHILL_FOR_TARGET because that results in
6229 recursive definition.
6230
6231Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
6232
6233 * gdb.base/corefile.exp: Change xfail for backtrace in
6234 corefile.exp from linuxaout to all linux.
6235 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
6236 cases where we miss the breakpoint at the signal handler
6237 for some reason. Setup xfail for linuxoldld/linuxaout and
6238 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
6239 hitting SIGURG breakpoint.
6240 * gdb.base/signals.exp: Setup xfail for "next" acting like
6241 continue to add linuxoldld. Setup xfail for all linux for
6242 "next to handler in signals_tests_1", "backtrace in
6243 signals_tests_1", "continue to func1", "pass SIGUSR1",
6244 and continue to handler".
6245
6246Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6247
6248 * Update all FSF addresses except those in COPYING* files.
6249
6250Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
6251
6252 * gdb.base/a2-run.exp: Change messages to be more explicit about
6253 the status of args, and quote binfile in results.
6254
6255Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
6256
6257 * gdb.base/callfuncs.exp: Add tests for passing structs to
6258 inferior functions and return various types.
6259 * gdb.base/callfuncs.c: Add functions to receive a struct
6260 and return a member of the struct, in various types.
6261
6262Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6263
6264 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
6265
6266Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6267
6268 * config/vxworks29k.exp: New file, sources vxworks.exp.
6269
6270Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6271
6272 * config/gdbremote.exp: New file. Testing framework using
6273 gdbserver.
6274
6275Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
6276
6277 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
6278 "call function when asleep" and "send end of file".
6279 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
6280 for "backtrace in corefile.exp".
6281 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
6282 for "backtrace through signal handler".
6283 * gdb.base/corefile.exp: Make sure we actually generate a core file
6284 before trying the core tests. Some systems allow the user to suppress
6285 generation of core files and default to that (linux for example).
6286 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
6287 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
6288
6289Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6290
6291 * gdb.threads: New directory with some crude multi-threaded
6292 gdb tests (step.exp and step2.exp).
6293 * config/mt-lynx (STEP_EXECUTABLE): Define.
6294 (THREADFLAGS): Define.
6295
6296Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
6297
6298 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
6299
6300 * gdb.base/signals.exp: Disable whole file for lynx until
6301 further notice.
6302
6303 * gdb.base/signals.exp: xfail test where "next" acts like
6304 "continue" for lynx.
6305
6306 * gdb.base/interrupt.exp: xfail test for calling function while
6307 inferior is asleep for lynx.
6308
6309 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
6310 than one cr-lf after each command.
6311
6312Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6313
6314 * configure.in: Reinstate setting of stabsdirs variable, fix
6315 typo in setting up configdirs for native builds.
6316
6317 * gdb.base/return.exp: Fix typo in return double test.
6318 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
6319 compiler from optimizing them away.
6320
6321Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
6322
6323 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
6324 sequences to be echo'd by gdb when using gdb_test.
6325 * gdb.chill/chexp.exp: Likewise.
6326 * gdb.fortran/exprs.exp: Likewise
6327
6328Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6329
6330 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
6331 after the inferior gdb has started.
6332
6333 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
6334 after each command.
6335 * gdb.base/funcargs.exp: Likewise.
6336 * gdb.base/gdbvars.exp: Likewise.
6337 * gdb.base/interrupt.exp: Likewise.
6338 * gdb.base/list.exp: Likewise.
6339 * gdb.base/watchpoint.exp: Likewise.
6340 * gdb.c++/demangle.exp: Likewise.
6341 * gdb.c++/inherit.exp: Likewise.
6342 * gdb.chill/chexp.exp: Likewise.
6343 * gdb.fortran/exprs.exp: Likewise.
6344
6345 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
6346 test if we can't handle IO to/from the inferior.
6347
6348 * gdb.c++/misc.exp: Always check for a program already being
6349 started after sending a "run" command to gdb.
6350
6351 * gdb.base/twice.exp: Start with a fresh gdb.
6352
6353 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
6354 only depend on gdb's expression code, not the chill runtime.
6355
6356 * gdb.base/return.c: Put return values into variables so we
6357 can have gdb print them rather than depending on the program
6358 to print them.
6359 * gdb.base/return.exp: Corresponding changes.
6360
6361 * lib/gdb.exp: Provide default value for noinferiorio.
6362 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
6363 the inferior.
6364
6365 * gdb.base/break.exp: Always check for a program already being
6366 started after sending a "run" command to gdb.
6367 (text_next_with_recursion): Don't check the output from the
6368 program's printf statement. Instead just make sure the program
6369 exited.
6370
6371 * gdb.base/commands.exp: Protect tests which need arguments with
6372 $noargs conditionals.
6373
6374Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6375
6376 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
6377 of structure member arrays to match gdb/valops.c:value_addr change.
6378
6379Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
6380
6381 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
6382 cases.
6383
6384Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
6385
6386 * configure.in (configdirs): Remove gdb.chill from default list
6387 of subdirs and then add it back in only if doing a native build.
6388 The current chill compiler does not yet work in any cross build.
6389 * Revert all signal changes from Jul 6.
6390 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
6391 for sh-hms targets, allowing these tests to link, with no other
6392 changes. Testing is suppressed by setting "nosignals" in site.exp.
6393
6394Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
6395
6396 * configure.in (signaldirs): Define and add to configdirs for all
6397 targets except some specific ones that are known to not support signals.
6398 Also clean up formatting.
6399 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
6400 (signals, sigall): Remove rules to build.
6401 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
6402 Moved to new gdb.signals directory.
6403 * gdb.signals: New test directory.
6404 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
6405 signals.c signals.exp}: New or moved files.
6406
6407Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
6408
6409 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
6410
6411Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
6412
6413 * gdb.base/return.exp: Xfail `return double' test failure
6414 on at least Solaris 2.3 and handle future/past versions on
6415 a case by case basis as appropriate. Also update message
6416 to include i*86 failures.
6417
6418Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6419
6420 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
6421
6422 * lib/gdb.exp: Fix comment which erroneously identified
6423 gdb_file_cmd as gdb_load (the 19 May change was in fact to
6424 gdb_file_cmd not gdb_load).
6425 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
6426
6427 * gdb.base/setvar.exp: Make test names consistent between pass and
6428 fail cases. Use gdb_test more.
6429
6430Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6431
6432 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
6433
6434Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6435
6436 * gdb.base/help.exp: Fix expected help string for `show commands'.
6437
6438Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
6439
6440 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
6441
6442 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
6443 of a text section.
6444
6445Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
6446
6447 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
6448 that loop eventually terminates. Fix Connection refused logic so
6449 that testsuite will expire nicely.
6450
6451Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
6452
6453 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
6454 config/rom68k.exp: New tcl glue for the appropriate monitors.
6455 These all just end up calling monitor.exp.
6456 * config/monitor.exp (gdb_target_monitor): Handle `Connection
6457 refused' by retrying. Cleanup some timeout issues.
6458 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
6459 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
6460 callers don't have to set/restore global timeout variable.
6461
6462 * The following set of changes centralizes management of the global
6463 timeout variable. This way, it can be set in one target dependent
6464 place instead of dozens of places scattered throughout the test suite.
6465 If you need to lengthen a timeout, then you should either set timeout
6466 in one of the config/{target}.exp files, or multiply it by a factor.
6467 Setting it to an absolute value is always going to lose for some
6468 targets.
6469 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
6470 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
6471 * gdb.base/funcargs.exp: Don't set timeout.
6472 * gdb.base/list.exp (test_forward_search): Only use local timeout.
6473 * gdb.base/printcmds.exp (test_print_string_constants
6474 test_print_array_constants): Don't set timeout.
6475 * gdb.base/ptype.exp: Don't set timeout.
6476 * gdb.base/recurse.exp: Don't set timeout.
6477 * gdb.base/return.exp: Don't set timeout.
6478 * gdb.base/watchpoint.exp: Don't set timeout.
6479 * gdb.c++/classes.exp (do_tests): Don't set timeout.
6480 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
6481
6482Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
6483
6484 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
6485
6486Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6487
6488 * lib/gdb.exp: Disable chill tests for irix5.
6489
6490Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6491
6492 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
6493 each test pass or fail.
6494
6495Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6496
6497 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
6498 xlc not gcc.
6499
6500Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
6501
6502 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
6503
6504Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
6505
6506 * config/est.exp: Fix copyright and comments. Remove dead code.
6507 Use targetname, serialport and baud variables instead of fixed
6508 constants.
6509 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
6510 * config/cpu32bug.exp: New file to support cpu32bug monitors.
6511
6512Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6513
6514 * gdb.base/watchpoint.exp: Don't run
6515 test_watchpoint_triggered_in_syscall for sunos.
6516
6517Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6518
6519 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
6520 they don't seem to exist. Do include stdio.h.
6521
6522Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6523
6524 * gdb.base/a1-selftest.exp: Add alpha xfail.
6525
6526Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6527
6528 * gdb.base/watchpoint.c (main): Prompt before calling read().
6529 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
6530 Revise accordingly. Remove cruft about sending "123" several
6531 times, until it gets noticed. Clean up the "print buf[0]" stuff
6532 so that it passes or fails, and waits for prompts in the usual way.
6533
6534Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6535
6536 * gdb.base/recurse.exp: Fix comment.
6537
6538 * TODO: Remove item about printing variables in nodebug.exp. Add
6539 item about enabling tests which are only run on some targets.
6540
6541 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
6542 fail, make test names unique, use new gdb_test convention
6543 regarding pattern, use gdb_test more, etc.).
6544
6545 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
6546 fail, make test names unique, etc.).
6547
6548Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6549
6550 * gdb.base/nodebug.c: Change return type of top and middle to
6551 short.
6552 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
6553 are fixed by the recent mdebugread.c changes. Allow `short ()'
6554 as type for top and middle.
6555
6556Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6557
6558 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
6559 nearly as I can tell, the whole thing was an accident in Stu's
6560 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
6561 to replace a send/expect pair with gdb_test, but ended up only
6562 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
6563 of 30 Mar 1995 took care of it, but left this vestigial comment
6564 which I am now nuking.
6565
6566Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6567
6568 * gdb.base/break.exp: Look for different line number for
6569 breakpoint at main depending on usestubs.
6570
6571Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6572
6573 * gdb.base/list.exp: Adjust some alternate expect patterns to
6574 match recent list0.c change. Add alternate expect pattern for
6575 output from `list default lines around main' for optimizing
6576 compilers.
6577
6578Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6579
6580 * lib/gdb.exp: If nosignals is not set, set it to 0.
6581
6582Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
6583
6584 * config/slite-gdb.exp: Responds to load symbol table prompt.
6585 * gdb.base/break.exp: Adjust line number, fix rerun.
6586 * gdb.base/langs0.c: Add #ifdef usestubs.
6587
6588Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
6589
6590 * gdb.base/list.exp: Adjust line contents after adding new lines in
6591 list0.c. Also fix a syntax error.
6592
6593 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
6594 * gdb.base/break.exp: ditto.
6595 * gdb.base/list.exp: ditto.
6596 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
6597 * gdb.base/run.c: ditto.
6598 * gdb.base/list0.c: ditto.
6599 * gdb.base/funcargs.c: ditto.
6600
6601Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
6602
6603 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
6604 $targetname, $serialport and $baud instead of hardwired variables.
6605 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
6606 target doesn't support signals.
6607
6608Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
6609
6610 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
6611
6612Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6613
6614 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
6615 Don't rely on the value of an auto variable before it has been
6616 initialized. Use gdb_test more.
6617
6618Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6619
6620 * lib/gdb.exp (default_gdb_version): A version number must start
6621 with a digit, but other than that contains all characters up to
6622 the first whitespace character.
6623
6624Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6625
6626 * gdb.base/commands.exp (breakpoint_command_test): New tests.
6627
6628Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6629
6630 * gdb.c++/*.exp: Warn if executable does not exist. The original
6631 reason for skipping the warning was that configure.in sometimes
6632 intentionally skipped building the executables but the tcl code
6633 had no way of knowing. That (a) was always bogus with respect to
6634 error handling, (b) is no longer true (right now there is no way
6635 to skip C++ tests).
6636
6637 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
6638
6639Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6640
6641 * gdb.base/list.exp: Add expect patterns for output from
6642 SunPRO compiled executables.
6643 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
6644 types.
6645
6646Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6647
6648 * gdb.base/break.exp (test_next_with_recursion): Accept any line
6649 number (we are already testing that the correct source line text
6650 gets printed).
6651
6652 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
6653 that is what is intended, but something needed to be done to get
6654 sunos4 native working again.
6655
6656 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
6657
6658 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
6659 apparently went with a (very) old xfail.
6660
6661Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
6662
6663 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
6664 runto_main is a proc in gdb.exp that will do 'step' for target use
6665 stubs.
6666 * gdb.base/exprs.exp: ditto.
6667 * gdb.base/interrupt.exp: ditto.
6668 * gdb.base/opaque.exp: ditto.
6669 * gdb.base/printcmds.exp: ditto.
6670 * gdb.base/ptype.exp: ditto.
6671 * gdb.base/scope.exp: ditto.
6672 * gdb.base/setvar.exp: ditto.
6673 * gdb.base/signals.exp: ditto.
6674 * gdb.base/twice.exp: ditto.
6675 * gdb.c++/classes.exp: ditto.
6676 * gdb.c++/inherit.exp: ditto.
6677 * gdb.c++/templates.exp: ditto.
6678 * gdb.base/break.exp: no run and hit main for stubs. Change line
6679 numbers for breakpoints and info breakpoint.
6680 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
6681 breakpoint().
6682 * gdb.base/callfuncs.c: ditto.
6683 * gdb.base/exprs: ditto.
6684 * gdb.base/interrupt.c: ditto.
6685 * gdb.base/opaque0.c: ditto.
6686 * gdb.base/printcmds.c: ditto.
6687 * gdb.base/ptype.c: ditto.
6688 * gdb.base/scope0.c: ditto.
6689 * gdb.base/setvar.c: ditto.
6690 * gdb.base/signals.c: ditto.
6691 * gdb.base/twice.c: ditto.
6692 * gdb.c++/misc.cc: ditto.
6693 * gdb.c++/templates.cc: ditto.
6694
6695Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6696
6697 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
6698
6699 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
6700 somewhere between `read' and `main.c'. I'm pretty sure the
6701 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
6702 and it isn't particularly useful.
6703
6704 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
6705
6706Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6707
6708 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
6709
6710Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
6711
6712 * config/mt-slite: add LIBS and -nostdlib.
6713 * config/slite-gdb.exp: add this new file to support sparclite target.
6714
6715Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
6716
6717 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
6718
6719 * gdb.base/a2-run.exp: Change argument to istarget from
6720 "*-*-vxworks" to "*-*-vxworks*".
6721 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
6722
6723Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
6724
6725 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
6726 will not runto main but do a 'step' to step out of breakpoint().
6727 * config/mt-slite: add -Dusestubs.
6728
6729Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6730
6731 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
6732 instead of just @.
6733
6734 * gdb.base/signals.exp: Add test for "handle all print".
6735 * TODO: Remove "handle all print". Also remove item about
6736 checking copyright date (I don't like the idea of a spurious FAIL
6737 based on when we run the tests).
6738
6739 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
6740 for SunOS4 (reason for failure not investigated). Remove
6741 redundant test for $binfile.
6742
6743 * gdb.base/nodebug.c (array_index): Call malloc.
6744
6745 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
6746
6747Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
6748
6749 * gdb.base/recurse.exp: Update gdb_test invocation to use new
6750 conventions and slightly simplify the matching regexp.
6751
6752Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6753
6754 * gdb.base/break.exp: Update gdb_test invocation to use new
6755 convention.
6756
6757 * lib/gdb.exp: If noargs is not set, set it to 0.
6758
6759 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
6760 tests unique.
6761
6762 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
6763
6764Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6765
6766 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
6767 one argument of type "<non-float parameter>".
6768
6769Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
6770
6771 * config/rom68k.exp: New file to support Motorola IDP board.
6772 * gdb.base/a2-run.exp: Skip this file if noargs is set.
6773 * gdb.base/break.c: Change things around so that this program
6774 doesn't depend upon args. This is necessary to make remote
6775 targets work (in general, they can't take args).
6776 * gdb.base/break.exp: Don't try to send args to program. Don't
6777 expect output. Also, replace lots of code with gdb_test.
6778
6779Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6780
6781 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
6782 printing of '\'' (which is what the comment says we are testing,
6783 even though we were not), not '''.
6784 (test_integer_literals_rejected): Test that printing ''' is an error.
6785
6786 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
6787 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
6788 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
6789 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
6790 Use gdb_test not test_print_accept.
6791 * lib/gdb.exp: Remove test_print_accept.
6792
6793 * gdb.base/signals.exp (signal_tests_1): Make pass message
6794 consistent with fail message.
6795
6796 * gdb.base/whatis.exp: Remove xfails for printing char vs.
6797 unsigned char; the bug (PR 1821) is fixed.
6798
6799 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
6800
6801 * gdb.base/scope.exp (test_at_localscopes): Call pass for
6802 successful tests--makes xfailing them work right.
6803
6804Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6805
6806 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
6807 only \r\n, not .*. The test can pass .* as the last thing in
6808 $pattern if that is what it wants. In addition to providing this
6809 flexibility, this change should speed up pattern matching in cases
6810 where the pattern already ended with .* (there were a number of
6811 them). This change also helps catch bad patterns--in the old
6812 scheme the typo "char \*" instead of "char \\*" would pass. Now
6813 it is caught.
6814 * Many .exp files: Update callers.
6815
6816 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
6817 clearer and does not spuriously match multiple ('s. Likewise for
6818 ) and *.
6819
6820 * gdb.base/nodebug.exp: Test ability to call a function and pass
6821 it a string (even with no debugging info).
6822
6823 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
6824 "p '\'", which is the same as "p ''" once tcl gets done with
6825 quoting, to "p '\\'", which I suspect is what is intended (one
6826 backslash gets sent to GDB).
6827
6828 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
6829
6830Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6831
6832 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
6833 1817) was fixed literally years ago.
6834
6835Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6836
6837 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
6838 test, it causes stepping out of call_after_alloca_subr with
6839 optimizing compilers.
6840 (localvars_in_indirect_call): Consume GDB prompt if `finish'
6841 fails.
6842
6843 * gdb.c++/templates.exp: Source templ-info.exp only if
6844 the templates executable exists.
6845
6846 * gdb.c++/misc.cc (class Contains_static_instance,
6847 class Contains_nested_static_instance),
6848 gdb.c++/classes.exp (test_static_members): Test printing of
6849 a class that contains a static instance of the class.
6850
6851Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6852
6853 * gdb.base/langs2.c (cppsub_): Don't prototype.
6854 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
6855 only, I believe).
6856
6857Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6858
6859 * lib/gdb.exp (skip_chill_tests): New procedure.
6860
6861 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
6862
6863Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
6864
6865 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
6866 each expect pattern. Cuts runtime from 12 to about 4 seconds.
6867
6868Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6869
6870 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
6871
6872 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
6873 disassemble 8, not 16, instructions for part 4.
6874
6875 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
6876 support the latter anymore.
6877
6878 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
6879 -DNO_PROTOTYPES.
6880 * gdb.base/callfuncs.c: Control use of prototypes based on
6881 NO_PROTOTYPES, not __STDC__.
6882 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
6883 t_float_values2 tests if prototypes in use.
6884
6885 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
6886 t_double_values): When checking differences against DELTA, check
6887 that difference is within the range (-DELTA,DELTA), not just
6888 (-infinity,DELTA).
6889
6890Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
6891
6892 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
6893 'file' command firts, then 'target', then 'load', this is due to gdb
6894 target set up.
6895 * config/mips-gdb.exp: Fix a couple regular exp bugs.
6896
6897Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
6898
6899 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
6900 FP load/store variants.
6901 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
6902
6903Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
6904
6905 * gdb.base/term.exp: Do not give a warning if not native, it is
6906 not an abnormal condition.
6907
6908Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
6909
6910 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
6911 t_char_array".
6912
6913Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
6914
6915 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
6916 are getting the version number.
6917
6918 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
6919 if not native, it is not an abnormal condition.
6920
6921Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6922
6923 * lib/gdb.exp: Just use "file exists", rather than undocumented
6924 dejagnu procedure "findfile".
6925
6926Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6927
6928 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
6929 (LDFLAGS): Set to -Xlinker -Ur.
6930
6931 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
6932 Removed, these values are set by lib/gdb.exp.
6933
6934 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
6935
6936Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6937
6938 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
6939 of replicating gdb startup code.
6940
6941 * config/mt-vxworks (LDFLAGS): Set to -r.
6942 (CFLAGS_FOR_TARGET): Removed.
6943
6944 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
6945 (gdb) and gdb for vxworks uses (vxgdb).
6946
6947 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
6948 executable is not in the tree and host != target, use sed and
6949 program_transform_name to determine the gdb name used by the
6950 target.
6951
6952 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
6953 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
6954
6955Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6956
6957 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
6958 floats, chars, and shorts where there are ANSI-style function
6959 definitions.
6960
6961 * gdb.base/langs.exp, gdb.base/langs*: New test.
6962 * gdb.base/Makefile.in: Build it.
6963 * TODO: Remove item about checking that C names don't get C++
6964 demangling applied; this test tests it.
6965
6966Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6967
6968 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
6969 went with the const70 xfail. The xfail went away a year ago.
6970
6971 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
6972
6973 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
6974 for hp300.
6975
6976 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
6977
6978 * gdb.base/a1-selftest.exp: Don't run on hp300.
6979
6980Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6981
6982 * Makefile.in (site.exp): Set host_alias and target_alias as well
6983 as host_triplet and target_triplet.
6984
6985Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6986
6987 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
6988
6989 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
6990 places as other ecoff systems).
6991
6992 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
6993 ultrix.
6994
6995Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6996
6997 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
6998 remove them.
6999 * gdb.base/nodebug.exp: Accept "function" in addition to "text
7000 variable and "variable" in addition to "data variable".
7001 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7002
7003 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7004 2.
7005 * gdb.base/list1.c (long_line): Add additional statement at start
7006 of function.
7007 * gdb.base/list.exp (test_forward_search): Update line number to
7008 reflect new statement.
7009
7010Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7011
7012 * gdb.base/signals.exp: Reinitialize searched source directories
7013 after gdb_start call.
7014
7015Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
7016
7017 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
7018 * gdb.stabs/Makefile.in: Likewise.
7019
7020 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
7021 change. Instead split the tests into smaller pieces.
7022 * gdb.disasm/hppa.s: Corresponding changes.
7023
7024Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7025
7026 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7027 Quote ^C when passing it to stty. For some shells ^ is a pipe.
7028
7029 * gdb.base/funcargs.exp: Modify many tests so that every test
7030 either passes or fails. Make some test names unique.
7031
7032Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7033
7034 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7035 Call stty to set interrupt character.
7036
7037 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
7038 for HP assembler versus GNU assembler based on actual behavior of
7039 $(CC), rather than assuming that $(AS) is always the GNU assembler.
7040
7041 * TODO: Suggest a few more stepping tests.
7042
7043Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
7044
7045 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
7046 restart GDB for h8300 after a continue.
7047 (return): Add pattern to match a29k-udi behavior.
7048 * gdb.base/nodebug.exp: Remove obsolete comment.
7049 * gdb.base/regs.exp: New file, testing of register displays.
7050 * gdb.base/return.exp: Fix typo in reference to $objdir.
7051 * gdb.base/whatis.exp: Always start with a fresh GDB.
7052
7053Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7054
7055 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
7056 higher, these tests generate a lot of output.
7057
7058Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7059
7060 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
7061 code following the catch silently ignored some errors; without the
7062 catch they should be thrown like any other tcl error. Also, the
7063 catch used "" instead of {} which meant all the callers who wanted
7064 to include one of the characters "[]$ had to quote it an extra time.
7065 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
7066 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
7067 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
7068 Remove extra quoting.
7069
7070Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
7071
7072 * gdb.base/commands.exp: Make test names unique; every test either
7073 passes or fails. Update some comments.
7074
7075 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
7076
7077Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7078
7079 The following fixes a FAIL caused by the fact that the alpha stabs
7080 configuration didn't use the ".if alpha" code in weird.def.
7081 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
7082 bit pointer, so the 32 bit version works even on the alpha.
7083 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
7084 Remove the stuff which allowed us to have separate versions for
7085 alpha and everything else.
7086
7087 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
7088 regexp which "info func operator\[\](" is supposed to match. Fix
7089 string to send to GDB. Note that GDB still doesn't work right. Add a
7090 new test for "info func .perator\[\](" which GDB does handle correctly.
7091
7092 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
7093
7094Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7095
7096 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
7097 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
7098 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
7099 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
7100 it makes the tests harder to understand and confuses test-o-matic.
7101 The preferred style is that each test provides a PASS or a FAIL,
7102 and has a unique message (e.g. "continue #54" not just "continue")
7103 which is the same for the pass and the fail.
7104 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7105 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
7106 to lib/gdb.exp.
7107 * gdb.base/printcmds.exp: Use test_print_accept. Remove
7108 prt_accept which was basically the same thing. Likewise for
7109 test_print_reject and prt_reject.
7110 * lib/gdb.exp (test_print_reject): Add some more error message
7111 patterns to match from the former printcmds.exp (prt_reject).
7112 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
7113 One defect of the passcount stuff is that some of it failed to
7114 report XPASS where appropriate.
7115 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
7116 stuff before and after arg in expected pattern.
7117 (test_paddr_operator_functions): Re-do test without print_addr_of;
7118 this is the only test which seems to want extra stuff there.
7119
7120Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7121
7122 * gdb.base/nodebug.exp: Update new tests to reflect improved
7123 wording of gdb output.
7124
7125 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
7126 and "ptype" work on variables in files compiled without -g.
7127 Replaces commented out "maint print msymbol" tests.
7128
7129Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7130
7131 * gdb.base/setvar.c (dummy): Call malloc.
7132
7133 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
7134 losing with the irix4 sed.
7135
7136 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
7137 ALRM" on irix4.
7138
7139Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7140
7141 * TODO: Remove items about corefile.exp testing new exec-file and
7142 backtrace; both are now done. Add items about printing enums.
7143
7144Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7145
7146 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
7147 "get signal $thissig" test fails.
7148
7149 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
7150
7151Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7152
7153 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
7154 compiler warning with dec alpha compiler.
7155
7156 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
7157 extra \n from gdb_test call (this explains why the prompt test
7158 that I removed yesterday was there).
7159 (user_defined_command_test): Remove extra \n and prompt test.
7160
7161 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
7162 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
7163 doesn't exist.
7164 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
7165 Also remove alpha workaround, which turns out to be because
7166 SIGABRT == SIGLOST.
7167
7168 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
7169
7170 * gdb.base/help.exp: Don't test "help show".
7171
7172Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7173
7174 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
7175 "set print address" is on.
7176 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
7177 pass prompt to gdb_test; gdb_test already looks for the prompt.
7178
7179 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
7180
7181 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
7182 was a vestige of the manual TESTSTRATEGY, and the purpose of it
7183 was to make sure that gdb can read a core file. But (a) the "read
7184 the corefile" part didn't make it to a1-selftest.exp, we just
7185 delete the corefile after creating it, and (b) we test reading
7186 corefiles in corefile.exp anyway. Also, this test left around a
7187 xgdb process on Solaris.
7188
7189 * gdb.base/corefile.exp: Also test backtrace.
7190
7191Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
7192
7193 * gdb.base/commands.exp: Test a simple user defined command with
7194 arguments and if/while statements; verify the full user command is
7195 printed by "show user".
7196
7197 * gdb.base/commands.exp: Test if/while commands as part of a
7198 breakpoint command list; verify they appear in breakpoint
7199 information.
7200
7201Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7202
7203 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
7204 than by dividing by zero.
7205
7206Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
7207
7208 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
7209 performing an inferior call with watchpoints enabled.
7210 * gdb.base/watchpoint.c (main): Delete second unnecessary read
7211 call.
7212
7213Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7214
7215 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
7216 of "file" command.
7217
7218 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
7219 Add additional pattern for when "int operator int(void);" appears
7220 in a different order.
7221
7222Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7223
7224 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
7225
7226 * gdb.base/help.exp: Replace most of docstrings for "info signals"
7227 and "signal" with ".*".
7228
7229Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7230
7231 * TODO: Add note about "handle all nostop".
7232
7233 * gdb.base/{sigall.c, sigall.exp}: New test.
7234 * gdb.base/Makefile.in: Add it.
7235
7236Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7237
7238 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
7239 when invoking GDB, suppresses any windowing interface.
7240
7241Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
7242
7243 * config/sim-gdb: New file, simulator testing support.
7244
7245Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
7246
7247 * gdb.base/interrupt.exp: Test calling func1 twice.
7248
7249Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
7250
7251 * gdb.base/list.exp (test_forward_search): Set timeout higher
7252 when we'll be getting lots of output from gdb.
7253
7254 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
7255 "init_malloc" to after the expect statement. Run it if that
7256 regexp is taken, but also for two others which happen if source
7257 cannot be found.
7258
7259Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7260
7261 * gdb.base/printcmds.exp: New test, for printing register before
7262 program is running.
7263
7264Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7265
7266 * gdb.base/list.exp: Correct some alternate expect patterns
7267 to reflect changes in list1.c.
7268
7269Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7270
7271 * TODO: Add item regarding large frames.
7272
7273 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
7274
7275 * TODO: Remove item about enabling return.exp; it
7276 is enabled. Suggest a few more "return" tests.
7277
7278Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7279
7280 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
7281 anonymous unions.
7282
7283Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7284
7285 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
7286 and pr-5646.o, so "make" is the same as "make all", not "make
7287 pr-4975.o".
7288
7289Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
7290
7291 * gdb.base/list.exp: Adjust expectations to reflect changes in
7292 list1.c.
7293 (test_forward_search): New test proc.
7294 * gdb.base/list1.c (long_line): New function, has long source line.
7295
7296Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
7297
7298 * gdb.base/a1-selftest.exp: Change initial stepping to know about
7299 additional line of code that was added.
7300
7301Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
7302
7303 * gdb.disasm/hppa.s: Break the large branching tests into smaller
7304 tests so as not to overflow expect's input buffers.
7305 * gdb.disasm/hppa.exp: Corresponding changes.
7306
7307Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7308
7309 Beginnings of template debugging tests.
7310 * gdb.c++/templ-info.cc: New file to test for template
7311 debugging capability of the compiler.
7312 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
7313 templ-info.cc.
7314 * gdb.c++/templates.cc: Add explicit template instantiations
7315 to enable compiling with -fno-implicit-templates. Add destructor
7316 and 'value' method to T5 class for template tests.
7317 * gdb.c++/templates.exp: Add testcases for printing of template
7318 types, setting breakpoints on template methods and calling a
beb998c6 7319 template method.
c906108c
SS
7320
7321Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
7322
7323 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
7324 branch target since some assemblers (gas-2.5) may emit a
7325 relocation for the branch instead of resolving it in the
7326 assembler.
7327
7328Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7329
7330 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
7331 through signal handler.
7332
7333Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7334
7335 * configure.in (*-*-netware): Use config/mt-netware.
7336
7337 * config/mt-netware: New file.
7338 * config/mt-i386-netware: Removed, separate configs for different
7339 netware architectures are no longer needed now that we have
7340 --with-headers.
7341
7342Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7343
7344 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
7345 by the recent changes to use ANSI C arithmetic conversions.
7346
7347Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7348
7349 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
7350 bug involving using inferior_pid to figure out whether to select a
7351 frame.
7352
7353Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
7354
7355 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
7356 match the current disassembler output.
7357
7358Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
7359
7360 * gdb.fortran/exprs.exp: Expect VOID instead of void.
7361 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
7362 types, expect "int" as type of integer values (for now).
7363
7364Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
7365
7366 * gdb.base/commands.exp: New tests for if/while commands.
7367
7368Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
7369
7370 * lib/gdb.exp (runto): Replace sub-pattern for hex value
7371 by .*, since hex values have different syntax in Chill mode.
7372
7373Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7374
7375 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
7376 linefeed from expect pattern for repeated types with indices > 9.
7377
7378Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
7379
7380 First part of Fortran test suite.
7381 * gdb.fortran: New directory.
7382 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
7383
7384Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7385
7386 * gdb.base/default.exp: Update expect pattern for load command
7387 without arguments.
7388
7389Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7390
7391 * configure.in: Change i386 to i[345]86.
7392 * gdb.base/configure.in: Likewise.
7393 * gdb.c++/configure.in: Likewise.
7394 * gdb.chill/configure.in: Likewise.
7395
7396Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
7397
7398 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
7399 patterns, since that is not a valid context for comments.
7400
7401Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
7402
7403 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
7404 repeated types and repeated types with indices > 9.
7405
7406Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7407
7408 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
7409 2417; old bug has been fixed.
7410
7411Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
7412
7413 * gdb.base/interrupt.exp: When trying to wake up the inferior,
7414 send the newline ourselves instead of assuming gdb_test will do
7415 so when passed an empty input string.
7416
7417 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
7418 stabs testcode.
7419
7420Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7421
7422 * lib/gdb.exp (gdb_test): Don't send anything if the first
7423 argument is an empty string. This makes cases where we want to
7424 match output that is already in expect's buffers (for example,
7425 matching a breakpoint after gdb_run_cmd has been called) work
7426 reliably.
7427
7428Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7429
7430 * config/netware.exp: New file.
7431
7432Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7433
7434 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
7435 the -B and -L prefixes so we can find the debugging stub.
7436
7437 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
7438 there and we are using the gcc from the tree.
7439
7440 * gdb.base/types.c: Removed.
7441
7442 * gdb.base/configure.in: Look for makefile fragments in ../config.
7443 Recognize i386-*-netware.
7444 * gdb.c++/configure.in: Likewise.
7445
7446Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7447
7448 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
7449 the correct TCL syntax.
7450
7451Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7452
7453 * gdb.base/opaque.exp: use runto instead of messing around with
7454 breakpoints. Simplify by using gdb_test.
7455
7456 * gdb.base/bitfields.exp: restart between tests on netware targets
7457 because breakpoints aren't relocated after target death. Run
7458 processes to completion.
7459
7460 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
7461
7462Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
7463
7464 * Makefile.in: Remove extra tabs that confuse some versions
7465 of "make". Use the newly built gdb to test with by default,
7466 rather than the first one in the tester's search path.
7467
7468Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
7469
7470 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
7471
7472 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
7473 condition help.
7474
7475Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7476
7477 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
7478
7479 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
7480 running.
7481 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
7482 * gdb.base/funcargs.exp: Likewise.
7483
7484 * gdb.base/bitfields.exp: Simplify by using gdb_test.
7485 * gdb.base/funcargs.exp: Likewise.
7486
7487 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
7488 message is "".
7489
7490Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7491
7492 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
7493 return,signals,twice}.exp: Handle non-existant binaries
7494 consistantly.
7495
7496 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
7497 * gdb.base/Makefile.in: Don't try to generate a core dump, we
7498 might testing a cross development system.
7499
7500Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7501
7502 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
7503 runtest script is relative to ${srcdir}, not ${rootdir}.
7504
7505Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
7506
7507 * gdb.base/signals.exp: Allow for optionality of breakpoint
7508 address.
7509
7510Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7511
7512 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
7513
7514Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7515
7516 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
7517 for size_t definition.
7518 * gdb.c++/templates.cc: Likewise
7519
7520 * config/mt-i386-netware: New file.
7521
7522 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
7523 defined.
7524
7525 * gdb.base/Makefile.in: Added support for systems that name core
7526 files by appending "core" to the program name.
7527 * gdb.base/a1-selftest.exp: Likewise.
7528
7529Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7530
7531 * gdb.base/return.exp: Add comment and message for `return double'
7532 test failure on Sparc Solaris.
7533
7534Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
7535
7536 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
7537
7538Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7539
7540 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
7541 from optimizing them away.
7542 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
7543 patterns to include default constructors and assignment operators,
7544 to match gcc versions beyond 2.5.8. Accept any cplus demangling
7545 character in the output of the virtual base pointer.
7546
7547Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7548
7549 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
7550 expression match in print_addr_of to avoid unintented matches.
7551 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
7552 versions up to 2.5.8.
7553
7554Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7555
7556 * gdb.base/list.exp: Tweak alternate pattern for listing of an
7557 included file to run under newer versions of expect.
7558 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
7559 consecutive >'s in templates to accomodate recent cplus-dem.c change.
7560 Remove xfail for the virtual table of BDDHookV.
7561
7562Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
7563
7564 * lib/gdb.exp (string_to_regexp): Set a default result.
7565 (default_gdb_start): Fix misleading message.
7566
7567Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
7568
7569 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
7570 Remove all CC, etc definitions.
7571 * config/mt-hpux: New file.
7572 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
7573 (CFLAGS, LDFLAGS): Define.
7574 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
7575
7576 * Makefile.in (site.exp): Don't insert host_os, etc.
7577 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
7578 (distclean): Check existence of subdir.
7579 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
7580 * gdb.base/Makefile.in: General cleanup and simplification.
7581 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
7582 to build executables. Use default rule to build .o files.
7583 (EXPECT, RUNTEST, CC): Fix relative pathname.
7584 (site.exp): Don't insert host_os, etc.
7585 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
7586 and/or SIGUSR1 defined.
7587 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
7588 * gdb.c++/Makefile.in: General cleanup and simplification.
7589 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
7590 (CFLAGS): Remove.
7591 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
7592
7593Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
7594
7595 * gdb.base/recurse.exp: Misc changes to get tests running again
7596 after Kung's changes to the watchpoint code.
7597 * gdb.base/watchpoint.exp: Likewise.
7598
7599Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
7600
7601 * lib/gdb.exp (string_to_regexp): Convert {\} also.
7602
7603Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
7604
7605 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
7606 * lib/gdb.exp (default_gdb_start): Define.
7607 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
7608 gdb.base/funcargs.exp, gdb.base/opaque.exp,
7609 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
7610 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
7611 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
7612 Don't call gdb_target_udi in between tests.
7613
7614Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7615
7616 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
7617 (which was basically just a local version of the same thing). In
7618 addition to avoiding duplication, gdb_test_exact is faster.
7619 * lib/gdb.exp (gdb_test_exact): Fix typo.
7620
7621 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
7622 don't give an error.
7623
7624 * gdb.base/term.exp: Call delete_breakpoints before starting.
7625
7626 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
7627 (t10): Add comment.
7628
7629Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
7630
7631 Reorganization of the GDB Test Suite.
7632
7633 * gdb.base: New directory, contains all the basic tests.
7634 * gdb.c++: New directory, tests specific to C++.
7635 * gdb.chill: New directory, tests specific to Chill.
7636 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
7637 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
7638 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
7639 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
7640 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
7641 t30-31 to chill).
7642 * */gdbme.*: Rename to match appropriate expect scripts.
7643 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
7644 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
7645 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
7646 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
7647 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
7648 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
7649 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
7650 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
7651 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
7652 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
7653 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
7654 gdb.c++/virtfunc.cc: New names of C++ files.
7655 * gdb.chill/chillvars.ch: New name of Chill file.
7656 * gdb.base/configure.in, gdb.c++/configure.in,
7657 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
7658 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
7659 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
7660 * configure.in (configdirs): Update to reflect directory changes.
7661 (target_abbrev): No longer define for any configuration.
7662 * Makefile.in: Cosmetic improvements to header comments.
7663
7664Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
7665
7666 Various changes to gdb.t31:
7667
7668 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
7669 * gdbme.ch: Make all key-words and predefineds be upper-case.
7670 * chillvars.exp: Expect key-words and predefinds in upper-case.
7671
7672 * chillvars.exp: Use gdb_test_exact many places.
7673 Change expected output for arrays (which now includes index labels).
7674
7675 * pr-5020.exp, gdme.ch (module PR_5020):
7676 New test, for PR-5020.
7677
7678Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
7679
7680 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
7681 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
7682
7683Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
7684
7685 * Makefile.in: Fix bit-rot in definitions of CHILL,
7686 CHILL_FOR_TARGET and Chill_LIB.
7687 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
7688 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
7689 CHILL, and CHILL_LIB.
7690
7691Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
7692
7693 * Revert the previous changes. Please see Rob's directory
7694 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
7695
7696Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
7697
7698 * Makefile.in, configure.in, config/mips-gdb.exp,
7699 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
7700 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
7701 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
7702 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
7703 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
7704 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
7705 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
7706 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
7707 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
7708 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
7709 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
7710 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
7711 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
7712 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
7713 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
7714 changes from 94Q1.
7715
7716Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
7717
7718 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
7719 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
7720 Rob's new testing fragments.
7721
7722Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
7723
7724 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
7725 lib/gdb.exp: Replace error proc calls with perror.
7726
7727Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
7728
7729 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
7730 version also, match on casted version strings, and match on
7731 gdb startup case where the line numbers might be messed up.
7732
7733Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
7734
7735 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
7736 (CFLAGS): Delete it from here.
7737
7738Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
7739
7740 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
7741
7742Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
7743
7744 * Makefile.in (RUNTEST): Default to just "runtest".
7745
7746Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7747
7748 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
7749 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
7750 the code has been restructured.
7751
7752Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7753
7754 * gdb.t00/default.exp (set write): Allow any number of \r and/or
7755 \n, not just one of each.
7756
7757 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
7758 /bin/cc gives a warning if you do.
7759
7760Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
7761
beb998c6 7762 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
7763 __t10ListS_link1ZUiRCUiPT0
7764
7765Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7766
7767 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
7768 on local variables in recursive functions.
7769
7770 * gdb.t07/Makefile.in: Build the new test.
7771
7772Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7773
7774 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
7775 directly. Instead compare the return values from actual calls.
7776
7777Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
7778
7779 * Makefile.in (check): Set TCL_LIBRARY for runtest.
7780
7781Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7782
7783 * From Peter Schauer with minor modifications.
7784 * gdb.t15/return.exp (return_tests): Handle targets where "return"
7785 stops in mid-line in the caller. Add xfail for returning a float
7786 value on X86 targets.
7787
7788Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7789
7790 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
7791 to avoid expect lossage.
7792 (fmem_LRbug_tests): Likewise.
7793 * gdb.disasm/hppa.s: Corresponding changes.
7794
7795 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
7796 conditions to work with latest dejagnu/expect.
7797
7798 * gdb.t15/funcargs.exp (finish from indirect call): No longer
7799 expected to fail on the PA.
7800 (backtrace in call with trampolines): Explicitly require main
7801 to be frame #1 (no trampolines should show up in backtrace).
7802
7803 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
7804 "continue -expect".
7805 * gdb.t06/break.exp: Likewise.
7806 * gdb.t07/watchpoint.exp: Likewise.
7807 * gdb.t13/bitfields.exp: Likewise.
7808 * gdb.t15/{funcargs,return}.exp: Likewise.
7809 * gdb.stabs/weird.exp: Likewise.
7810 * config/{mips,udi}-gdb.exp: Likewise.
7811
7812 * hppa.sed: Enclose comments within a sed command to avoid
7813 losing with the old OSF1 sed.
7814
7815Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7816
7817 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
7818 sequent dynix.
7819 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
7820 * gdb.t15/funcargs.exp: Conditionally step again to really
7821 finish from marker_call_with_trampolines. Handle the case where
7822 the first step from within call_with_trampolines already steps
7823 us back to main.
7824 * gdb.t15/gdbme.c: Add comment to closing brace of
7825 call_with_trampolines for funcargs.exp.
7826
7827Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7828
beb998c6 7829 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
7830 Fix typo(s).
7831
7832Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7833
7834 * gdb.t07/gdbme.c: More code for watchpoint testing.
7835
7836 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
7837 "Hardware watchpoint" throughout file.
7838 (test_watchpoint_triggered_in_syscall): New test.
7839 (test_complex_watchpoint): New test.
7840
7841Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7842
7843 * gdbme.c (call_with_trampolines): New function to try and step
7844 into. Tests trampoline problems on the PA.
7845
7846 * funcargs.exp (localvars_in_indirect_call): No longer expect
7847 stepping into indirect call to fail on PAs.
7848 (test_stepping_over_trampolines): New test.
7849
7850Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7851
7852 * TODO: Add suggestions for static member function tests, and
7853 completion tests.
7854
7855Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7856
7857 * TODO: Add suggestions for "p/a" tests.
7858
7859 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
7860 (default_gdb_exit): Replace all the hair with sending "quit" to
7861 the process with a simple close.
7862
7863Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7864
7865 * TODO: Add suggestions for shared library tests.
7866
7867Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7868
7869 * TODO: Add suggestions for x/s tests.
7870
7871Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7872
7873 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
7874 "enable once", and "enable breakpoints once" with ".*".
7875
7876Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7877
7878 * TODO: Add suggestions about structure passing tests.
7879
7880Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7881
7882 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
7883 the primary1 test, use work around if __GNUC__ < 2.
7884 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
7885 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
7886 Test for bad output rather than waiting for timeout. Issue
7887 second continue only if first continue failed.
7888
7889Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7890
7891 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
7892 operator[] test with gdb_test because the old code didn't seem to
7893 be getting the quoting right with the new dejagnu.
7894
7895Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
7896
7897 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
7898 one from the path.
7899 * Makefile.in: Use a fresh expect if there is one, use runtest
7900 from the src tree if there is one.
beb998c6 7901
c906108c
SS
7902Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7903
7904 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
7905 next over recursive call. Revise the tests from that point on
7906 (which had been skipped) to match GDB's actual (correct) output.
7907
7908 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
7909 with next over a breakpoint whose condition is false.
7910
7911 * gdb.t00/help.exp: Comment out "help set print" tests just like
7912 (and for same reason as) "help set" test.
7913
7914Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7915
7916 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
7917 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
7918
7919Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7920
7921 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
7922 necessary gdb_target_udi.
7923
7924 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
7925
7926 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
7927 1838 and 2417; they are fixed.
7928
7929 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
7930 gdb.t03/ptype.exp (ptype structure, ptype union):
7931 Remove xfails; the test is looser than when the xfails were added.
7932
7933 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
7934 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
7935
7936 * gdb.t01/run.exp: Only run shell test if isnative.
7937
7938 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
7939 since "run" automatically loads if necessary. Call gdb_target_udi
7940 after the "file" since "file" kills any execution target.
7941
7942 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
7943 GDB. GDB doesn't work that way (not anymore at least) on UDI.
7944 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
7945 argument for UDI.
7946
7947Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
7948
7949 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
7950
7951 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
7952
7953Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7954
7955 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
7956 properly quoting regexps. This makes the second argument to
7957 demangle a fixed string, which matches the callers, instead of a
7958 shell-style pattern which is what the previous implementation
7959 used. Update some of the callers.
7960
7961Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7962
7963 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
7964 (comib_nullified_tests): Fix typo.
7965 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
7966 strings. No longer expected to fail.
7967
7968 * gdb.disasm/hppa.s (addib_tests): Fix typo.
7969 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
7970 strings. No longer expected to fail.
7971
7972 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
7973 string. No longer expected to fail.
7974
7975Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
7976
7977 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
7978 No longer expected to fail.
7979
7980 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
7981 string. No longer expected to fail.
7982
7983Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7984
7985 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
7986 only in the names (I probably got most of them). I was even
7987 generous with some which differed in underscores in names, and
7988 probably missed a few, and I *still* was able to remove almost a
7989 third of the file with almost no impact on testsuite coverage.
7990
7991Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7992
7993 * gdb.t00/default.exp: Match udi_attach error message as well as
7994 the one from child_attach.
7995
7996 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
7997
7998 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
7999
8000 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8001 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8002
8003 * Move test with enums and partial symbols back to
8004 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8005 Reverts the change of 26 May 93. Per today's change to
8006 stabs.texinfo, the behavior that weird.exp was expecting was
8007 unreasonable; what is important is that the compiler+gdb get
8008 things right, which happens with a recent gcc. Also fix the test
8009 to deal with native compilers which put out the stab gdb can't
8010 deal with.
8011
8012Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8013
8014 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
8015 in the names. The main thing these accomplish is to slow things down.
8016 Many more such duplicates surely remain.
8017
8018 * gdb.t00/help.exp: Comment out "help support" test just like
8019 (and for same reason as) "help set" test.
8020
8021Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
8022
8023 * gdb.t06/break.exp: Remove setup_xfails for
8024 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
8025 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
8026 about known bug in gcc to include up through 2.5.8.
8027 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
8028 well as "_vb$".
8029 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
8030 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
8031 with latest gcc and gdb.
8032 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
8033 well as "_vb$".
8034
8035Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8036
8037 * configure.in (hppa*-*-*): Also configure and build stabs-only
8038 tests.
8039
8040Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8041
8042 * gdb.t10/hppa.mt: A makefile fragment for the PA.
8043 * gdb.t10/configure.in (hppa*-*-*): Use it.
8044
8045Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8046
8047 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
8048
8049Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8050
8051 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
8052 versions prior to 1.13.5.
8053
8054Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8055
8056 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
8057 the prompt is at the start of a line.
8058
8059Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8060
8061 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
8062 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
8063 in the copr tests now.
8064 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
8065 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
8066 expected to fail.
8067
8068Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
8069
8070 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
8071 gdb.t31/chillvars.exp, lib/gdb.exp:
8072 Tweak to run under either version of expect.
8073 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
8074 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
8075 * gdb.t11/list.exp: Remove extraneous whitespace.
8076
8077Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8078
8079 * gdb.t16/printcmds.exp (test_print_strings): Accept
8080 "(unsigned char *) " before the string.
8081
8082 * TODO: Add notes about printing of fancy types and GDB expressions.
8083
8084Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
8085
8086 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
8087 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 8088 if doing mips-idt-ecoff.
c906108c
SS
8089
8090Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
8091
8092 * Most .exp files: Tweak to run under either version of expect.
8093
8094Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8095
8096 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
8097 xfails; I'm not sure why they are failing, but not because of PR 1806.
8098
8099Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
8100
8101 * config/unix-gdb.exp: Remove gdb_unload cause it's already
8102 defined in lib/gdb.exp.
8103
8104Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8105
8106 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
8107 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
8108 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
8109 have to be typeless.
8110
8111Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8112
8113 * TODO: Add suggestion for copyright year test.
8114
8115Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
8116
8117 * configure.in (*-*-lynxos*): Add stabs tests.
8118
8119Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8120
8121 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
8122 so insert a tab before any assembler directive in column zero.
8123
8124 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
8125 stores.
8126 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
8127 stores.
8128 (fpu_short_memory_tests): Likewise.
8129
8130Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8131
8132 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
8133 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
8134 .stabs directives in comments.
8135
8136Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8137
8138 * TODO: New file, describing tests we could write.
8139 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
8140
8141Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8142
8143 * gdb.t06/signals.exp: Add kludge to force re-sync.
8144
8145 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
8146 to xgdb instead of gdb, get out of gdb.
8147
8148Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
8149
8150 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
8151 for info.
8152
8153Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8154
8155 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
8156 * gdb.stabs/configure.in (hppa*-*-*): Use it.
8157 * gdb.stabs/hppa.sed: New sed script for the PA.
8158
8159Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8160
8161 * gdb.stabs: Re-write weird.def and configuration to use sed
8162 instead of cpp. sed is portable and POSIX; cpp is neither.
8163
8164Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8165
8166 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
8167
8168Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8169
8170 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
8171
8172Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8173
8174 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
8175 "_vb$".
8176 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
8177 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
8178
8179Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8180
8181 * lib/gdb.exp: Comment out code which depends on non-existent
8182 `transform' procedure.
8183
8184Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
8185
8186 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
8187 * lib/gdb.exp: Transform tool name.
8188 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
8189 1.1's new error handling system.
8190
8191Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8192
8193 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
8194
8195Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8196
8197 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
8198 They made pattern matching so slow that timeouts happened on
8199 heavily loaded systems. Now any output from "show print" which
8200 gets us back to the GDB prompt is a PASS.
8201
8202Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
8203
8204 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
8205
8206Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8207
8208 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
8209
8210 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
8211 It is not from PR 3220.
8212
8213Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8214
8215 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
8216 just started failing because they depended on the order the
8217 subcommands are presented, or exact docstring text. This kind of
8218 test is a pain and has minimal benefit.
8219
8220Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8221
8222 * gdb.t09/corefile.exp: At end of test, use "core" command with
8223 no arguments.
8224
8225Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
8226
8227 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
8228 17}/Makefile.in: Make it possible to run the testsuite with Sun
8229 make and CC = cross gcc by adding explicit build rules for .o
8230 files.
8231
8232Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8233
8234 * gdb.t15/funcargs.exp: Don't put comments on same line as
8235 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 8236
c906108c
SS
8237Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8238
8239 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
8240
8241Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
8242
8243 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
8244 * gdb.t20/inherit.exp: remove three dumplicate entries.
8245
8246Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8247
8248 * gdb.t06/break.exp: For "next over recursive call", fail on any
8249 incorrect output, not just on "factorial (value=2)".
8250
8251Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8252
8253 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
8254 working now. Add an xfail if accesing a bss variable causes
8255 a memory error if the target is not yet run.
8256
8257Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8258
8259 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
8260 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
8261 name of __st* demangling (2 strings). Did Kung really get the
8262 more than 95 others right without testing them?
8263
8264Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
8265
8266 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
8267
8268Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
8269
8270 * configure.in (configdirs): Add gdb.disasm
8271 * gdb.disasm: New directory for GDB disassembler tests.
8272 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
8273
8274Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8275
8276 * gdb.t00/help.exp: Don't test "help set".
8277
8278 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
8279 from within expect statements. None of these happen anymore and
8280 they cause regressions to be silently unnoticed.
8281
8282 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
8283 messages) about known failures with gcc cygnus-2.4.5-930417.
8284
8285 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
8286 comp-info.exp so it gets built if it doesn't exist.
8287
8288 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
8289 it is no longer used.
8290 * gdb.t13/comp-info.c: Removed.
8291
8292Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8293
8294 * gdb.t06/signals.exp: Add xfail for sun3.
8295
8296Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8297
8298 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
8299 relevant because ^C doesn't get sent but failure can be reproduced
8300 interactively).
8301
8302Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8303
8304 * gdb.stabs/alpha.mt: New configuration file for alpha.
8305 * gdb.stabs/configure.in: Use it.
8306 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
8307 sharing with alpha.mt, redefine long to word via preprocessor.
8308 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
8309 for alpha.
8310 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
8311 native cc.
8312 * gdb.t00/teststrategy.exp: Change expect string so that we
8313 consume the `(xgdb)' from the command echo and from the gdb prompt.
8314 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
8315 gdb currently compares all values as long, so this failure probably
8316 applies to any configuration where LONGEST is bigger than a target int.
8317 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
8318 with gcc.
8319 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
8320 to handle opaque pointers, gcc is.
8321 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
8322 as first argument. Include <sys/types.h> and change all operator
8323 new definitions to use size_t.
8324 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
8325 now that we use size_t.
8326
8327Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8328
8329 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
8330 a long or float array cast all array members to the same type.
8331 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
8332 with 64 bit longs.
8333 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
8334 on alpha.
8335 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
8336
8337Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8338
8339 * gdb.t24 (demangle.exp): Constructors of templates have names like
8340 vector<int>::vector(int) not vector<int>::vector<int>(int). See
8341 section 14.6 of the ARM.
8342
8343 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
8344 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
8345 accomplish little and slow down the testsuite.
8346
8347 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
8348 Accept spaces various places.
8349
8350Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8351
8352 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
8353 with watchpoint enabled.
8354
8355 * Makefile.in: Remove definition of CC and remove the second
8356 definition of CXX (the "CXX = gcc" one remains). These definitions
8357 were causing backquotes to be expanded within backquotes, which
8358 doesn't work.
8359
8360Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8361
8362 * gdb.t17/callfuncs.exp: Add "return 0" to end.
8363
8364Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8365
8366 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
8367 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
8368 by mips cc and contains no stabs entries.
8369
8370Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
8371
8372 * config/vx-gdb.exp: Use fake device to load files rather than
8373 NFS.
8374 * lib/gdb.exp: New proc to do "file" command.
8375 * config/unix-gdb.exp: Use new "file" proc.
8376
8377Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8378
8379 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
8380 Rework board rebooting slightly.
8381 (gdb_exit): Don't exit from the remote shell; there isn't one.
8382 * gdb.stabs/weird.exp: If a program is being debugged already,
8383 kill it.
8384 * gdb.t04/setvar.exp: Stop and restart gdb.
8385 * gdb.t05/expr.exp: Likewise.
8386 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
8387 restart gdb and reload the program.
8388 * gdb.t08/opaque.exp: Likewise.
8389 * gdb.t12/scope.exp: Likewise.
8390 * gdb.t13/bitfields.exp: Likewise.
8391 * gdb.t15/funcargs.exp: Likewise.
8392 * gdb.t20/classes.exp: Likewise.
8393 * gdb.t03/ptype.exp: Increase timeout.
8394 * gdb.t16/printcmds.exp (test_print_string_constants,
8395 test_print_array_constants): Likewise.
8396 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
8397 * gdb.t20/classes.exp (do_tests): Likewise.
8398 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
8399
8400Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
8401
8402 * gdb.stabs: Renamed *wierd* to *weird*.
8403
8404Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8405
8406 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
8407 for timeout. Add "known gcc 2.4.5 bug" to failure message.
8408
8409Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8410
8411 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
8412 (do_tests): Remove xfail for whatis on one_var and two_var.
8413
8414Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
8415
8416 * Makefile.in: Made cross building work better by adding
8417 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
8418
8419Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8420
8421 * gdb.t15/{return.c,return.exp,Makefile.in}:
8422 New test, currently commented out.
8423
8424Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
8425
8426 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
8427 still running and removes the leftover named socket so GDb can do
8428 clean restarts.
8429
8430Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
8431
8432 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
8433 console, not GDB.
8434 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
8435 cross testing works better with "make check"
8436 * config/unix-gdb: Use default procedures for exit and version.
8437 * config/vx-gdb.exp: Cleaned up and massaged back to working order
8438 with the newest VxWorks.
8439
8440Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8441
8442 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
8443 old form.
8444
8445 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
8446 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
8447
8448 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
8449
8450 * config/unix-gdb.exp: Remove this version of gdb_exit
8451 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
8452 Rob says he'll look at it when he gets back to testing boards.
8453
8454Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
8455
8456 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
8457 an expected fail for certain ptype commands.
8458
8459 * gdb.t20/classes.exp: Update expected results of "ptype class
8460 Base1" to account for the constructor that now appears in the type.
8461
8462Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
8463
8464 * configure.in (configdirs): Restore gdb.t04, which mysteriously
8465 disappeared from list.
8466 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
8467 "alldone" proc with call to cleanup and exit.
8468 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
8469 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
8470 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
8471 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
8472 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
8473 "alldone" proc with simple returns that suppress remaining
8474 tests. The alldone proc went away many months ago.
8475
8476Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8477
8478 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
8479
8480 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
8481
8482Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8483
8484 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
8485 as vax gdb will display them.
8486
8487Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8488
8489 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
8490 optimizers.
8491
8492 * scope.exp: Change "bad value for localval" messages so each one
8493 is unique.
8494
8495 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
8496 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
8497
8498 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
8499
8500Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8501
8502 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
8503 doesn't exist (due to optimization).
8504
8505Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8506
8507 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
8508 contains \r because the filename is long.
8509
8510 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
8511 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
8512
8513Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8514
8515 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
8516 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
8517 Ultrix.
8518 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
8519 int tests.
8520 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
8521
8522Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
8523
8524 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
8525
8526 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 8527 to match does not match the passing case but still matches the
c906108c
SS
8528 failing case.
8529
8530Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8531
8532 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
8533
8534Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
8535
8536 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
8537 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
8538 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
8539 Remove various versions of gdb_exit.
8540 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
8541 gdb_exit.
8542 * config/unix-gdb.exp: gdb_exit remains here, and should override
8543 the generic version, since it's doing a lot of wierd stuff that
8544 the other versions aren't. FIXME, fold it in, or abandon this
8545 version.
8546
8547Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8548
8549 * gdb.t24/demangle.exp: Add tests for PR 3220.
8550
8551Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8552
8553 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
8554
8555Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
8556
8557 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
8558 "i386-*-*". Works for i486 as well.
8559
8560 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
8561 bug, and expand domain of xfail to all SVR4 systems, since the
8562 actual problem is likely to be in generic SVR4 /proc support.
8563
8564Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8565
8566 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
8567
8568Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
8569
8570 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
8571 xfails for other systems. Match a missing 'Continuing.' as an
8572 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
8573
8574 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
8575 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
8576 Only issue warning for missing executables if -all option is used.
8577
8578 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
8579 file if -all option is used. It's like an unpredictable XFAIL.
8580
8581Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8582
8583 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
8584 for dynamically linked binaries.
8585
8586 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
8587
8588Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8589
8590 * gdb.t20/inherit.exp: Change message for "print tagless struct"
8591 to state that this is a known bug in old versions of g++.
8592
8593Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8594
8595 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
8596 while waiting for `Continuing'.
8597
8598Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
8599
8600 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
8601 in text, data, and bss.
8602 * gdb.t10/nodebug.c: Add local and global test variables for
8603 initialized and uninitialized data.
8604
8605Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8606
8607 * config/unix-gdb.exp (gdb_exit): Add "wait".
8608
8609Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8610
8611 * gdb.t06/signals.exp: xfail the continue from the handler for all
8612 targets.
8613
8614 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
8615 function with watchpoints enabled, the i386 call dummy starts with
8616 a call.
8617
8618 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
8619 386 bsd names its corefiles.
8620
8621Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
8622
8623 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
8624 compilers don't grok it.
8625 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
8626 with small octal ints rather than character constants, which
8627 are signed and might not fit if first promoted to int.
8628
8629Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
8630
8631 * gdb.t09/Makefile.in (clean): Remove corefile.
8632
8633Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8634
8635 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
8636
8637Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8638 and Jim Kingdon (kingdon@cygnus.com)
8639
8640 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
8641 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
8642 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
8643
8644Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8645
8646 * gdb.t17/interrupt.exp: Add xfail for hppa.
8647
8648Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8649
8650 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
8651 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
8652 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
8653 to determine signed-ness of bitfields and use the result to setup
8654 the xfail.
8655 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
8656 * gdb.t15/funcargs.exp: Use them to step until the second indirect
8657 call line is reached if necessary.
8658
8659Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8660
8661 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
8662
8663Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8664
8665 * gdb.t06/break.exp: Also test `clear' command.
8666
8667Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8668
8669 * gdb.t00/teststrategy.exp: Remove extra quote.
8670
8671 * gdb.t07/watchpoint.exp: Change xfail for calling function with
8672 watchpoint enabled to be for all non-68k machines.
8673
8674 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
8675
8676Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8677
8678 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
8679 targets use aout.mt instead of ecoff.mt as gas understands
8680 standard aout format.
8681
8682Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8683
8684 * lib/gdb.exp (runto): Don't insist that function we are running to
8685 was compiled with -g.
8686
8687 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
8688
8689 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
8690 to get back into the read system call.
8691 Accept leading newline in case where we woke it up.
8692
8693Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8694
8695 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
8696 to make the stabs test work on ecoff systems using gcc and -with-stabs.
8697 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
8698 enable ecoff configuration.
8699
8700Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8701
8702 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
8703
8704Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8705
8706 * gdb.t16/printcmds.exp: Add another printf test.
8707
8708Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
8709
8710 * configure.in: If configured -with-stabs on any target, add
8711 stabsdirs to configdirs.
8712
8713Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8714
8715 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
8716 fun" so pattern does not match the command itself.
8717
8718Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8719
8720 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
8721
8722Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8723
8724 * gdb.t17/interrupt.exp: Test for more things.
8725
8726Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8727
8728 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
8729 compiler arranges the code and line numbers.
8730
8731 * gdb.t17/interrupt.exp: Don't send \n after ^C.
8732
8733Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8734
8735 * gdb.t00/help.exp: Increase expect input buffer size.
8736
8737Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8738
8739 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
8740
8741 * gdb.t07/watchpoint.exp: Add xfail for hppa.
8742
8743 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
8744
8745 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
8746 [0-9]*, not just [0-9].
8747
8748Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8749
8750 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
8751
8752 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
8753
8754Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8755
8756 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
8757
8758Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8759
8760 * gdb.t06/signals.c: Add xfails for sun3.
8761
8762 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
8763
8764 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
8765 test_stepping tests.
8766
8767Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8768
8769 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
8770
8771 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
8772
8773 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
8774 rather than actually putting it through cpp twice.
8775
8776 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
8777
8778Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
8779
8780 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
8781 no longer needed.
8782
8783Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8784
8785 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
8786
8787 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
8788 C++ features prints as "struct", make it a pass, not an xfail.
8789
8790Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8791
8792 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
8793 Don't require VA to print as "class" rather than "struct".
8794
8795Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
8796
8797 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
8798
8799Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8800
8801 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
8802
8803Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8804
8805 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
8806 order.
8807
8808Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8809
8810 * gdb.t16/printcmds.exp: Add printf tests.
8811
8812 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
8813
8814 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
8815
8816Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
8817
8818 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
8819 pass counts, to counteract any existing or future setup_xfails.
8820
8821Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8822
8823 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
8824 {BEGIN,END}_COMMON for common block instead of STAB.
8825 * gdb.stabs/wierd.exp: Add xfail for rs6000.
8826
8827 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
8828 intp_var should be N_GSYM not N_LSYM.
8829 wierd-aout.S: Use a label for the value of the N_SO.
8830 wierd.def: Remove all backslashes.
8831 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
8832
8833Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8834
8835 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
8836 get the expected next to inheritance3.
8837
8838Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8839
8840 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
8841 now that gcc-2.4 gets it right.
8842
8843Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8844
8845 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
8846
8847 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
8848 generating comp-info.exp which works for cross-compilation.
8849
8850Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
8851
8852 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
8853 "*-*-sysv4.*".
8854
8855Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
8856
8857 * gdb.t01/run.exp: Start with a fresh gdb.
8858 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
8859 SVR4.x.
8860
8861Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
8862
8863 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
8864 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
8865 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
8866 Makefile.in (distclean, realclean): Remove gdbme.c from list of
8867 things to remove.
8868
8869Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
8870
8871 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
8872 test cases from bug reports.
8873
8874Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
8875
8876 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
8877 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
8878 avoid spurious xfails.
8879 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
8880 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
8881 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
8882
8883Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
8884
8885 * gdb.t00/teststrategy.exp: Rework to provide more useful
8886 description of each test, fix problem with systems that define
8887 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
8888 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
8889 results for "next over recursive call" so timeouts aren't taken
8890 by error.
8891
8892Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
8893
8894 * gdb.t12/scope.exp: Test printing of variables before run.
8895
8896 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
8897 printed in wrong order due to sorting.
8898
8899Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
8900
8901 * gdb.t00/teststrategy.exp: Fix expected results for printing
8902 user entered string constant. Is array of char, prints with no
8903 address.
8904
8905 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
8906 commands.
8907 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
8908 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
8909 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
8910 of struct of char arrays.
8911 * gdb.t00/radix.exp: New tests for radix commands.
8912
8913Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
8914
8915 * gdb.t16/printcmd.exp: Print a variable before running program
8916 (with xfail for AIX).
8917
8918Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
8919
8920 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
8921
8922 * gdb.t16/printcmd.exp: Don't print variables before running program.
8923
8924 * gdb.t06/break.exp: Don't require envp argument to main.
8925
8926 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
8927
8928 * gdb.t02/whatis.exp, gdb.t11/list.exp:
8929 Add xfails for rs6000.
8930
8931 * gdb.t02/whatis.exp: Change other tests not to re-test something
8932 we already tested.
8933
8934 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
8935 each type used has a variable of that type.
8936
8937Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
8938
8939 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
8940
8941Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
8942
8943 * configure.in: change srctrigger to be a file, not a directory
8944
8945Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
8946
8947 * configure.in (mips-idt-ecoff*): Added trailing '*'.
8948
8949 * gdb.t11/list.exp: Fixed a couple of typos.
8950
8951Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
8952
8953 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
8954 is fixed and PR is closed.
8955 * gdb.t16 (gdbme.c): Add simple test string variable.
8956 * gdb.t16 (printcmds.exp): Add tests with simple test string
8957 variable, primarily for boundaries on "set print elements".
8958
8959Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
8960
8961 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
8962 Make leading 0's optional and don't expect a tab in the middle
8963 of the number.
8964
8965 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
8966
8967 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
8968 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
8969 don't end command passed to gdb_test with newline.
8970
8971 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
8972 signed keyword away, don't expect signed bitfields to be signed.
8973
8974 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
8975 printing with only as many 1's as are in the field as well as printing
8976 with 32 1's (see comment).
8977
8978Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
8979
8980 * gdb.t00/default.exp: Start with a fresh gdb.
8981 * configure.in (configdirs): Remove gdb.t31 until the chill
8982 compiler works again. It no longer is able to find chillrt0
8983 since it isn't in libchill.a anymore.
8984 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
8985 wierd.o, make more modular.
8986 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
8987 spurious newlines that caused problems.
8988
8989Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8990
8991 * Move test with enums and partial symbols from gdb.t03/ptype.exp
8992 to gdb.stabs/wierd.exp since GCC has worked around the bug.
8993 gdb.stabs/wierd.{exp,def}: Many new tests.
8994
8995 * gdb.t00/default.exp: update info line for new message.
8996
8997 * gdb.t02/{whatis.exp,gdbme.c}:
8998 Test that "char *" doesn't print as "caddr_t".
8999
9000Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9001
9002 * gdb.t00/help.exp: Use .* in place of some help messages which
9003 just changed.
9004 gdb.t00/default.exp: Update "info frame" test for new message.
9005 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9006 Remove some xfails
9007
9008Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9009
9010 * gdb.t03/{gdbme.c,ptype.exp}:
9011 Add tests for typedef'd struct and union without tags.
9012 Also check "whatis" on a variable of a typedef'd enum without a tag.
9013
9014 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
9015 PRMS 1823; the bug still exists but isn't reproduced by this test
9016 anymore), and remove rs6000 XFAIL (the bug is fixed).
9017
9018 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
9019 duplicated from whatis.exp. For those that are left, accept
9020 "long", "long int", or "int" for long variables (whatis.exp already
9021 has an XFAIL for "int", so no need to fail it here).
9022
9023 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
9024 Deal with GCC's names for types now that GDB uses the compiler's names.
9025
9026 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
9027 setup_xfail's for sunos4. If we #defined the signed keyword away,
9028 don't expect GDB to know that char it is signed.
9029
9030 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
9031
9032Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
9033
9034 * configure.in (configdirs): Add gdb.t24 for C++ tests that
9035 should work on any system, regardless of debugging format.
9036 * gdb.t21/demangle.exp: Move to gdb.t24.
9037 * gdb.t24/demangle.exp: Move from gdb.t21.
9038 * gdb.t24/{Makefile.in, configure.in}: New files.
9039
9040Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9041
9042 * configure.in: Do gdb.stabs and C++ tests only for stabs.
9043 * gdb.stabs: New directory.
9044
9045Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9046
9047 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
9048 not just "Quit anyway?".
9049
9050Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
9051
9052 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
9053 that all setup_xfails are immediately followed by clear_xfails.
9054
9055Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
9056
9057 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
9058 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
9059 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
9060 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
9061 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
9062 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9063 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9064 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
9065 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
9066 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
9067 gdb.t31/chillvars.exp, lib/gdb.exp:
9068 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
9069 bug-gdb@prep.ai.mit.edu.
9070
9071Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
9072
9073 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
9074 with 0.0, not integer 0.
9075
9076Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
9077
9078 * gdb.t06/break.exp: Update for "Kill the program" message change.
9079
9080Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
9081
9082 * Makefile.in (GDBFLAGS): Set to -nx.
9083 * Makefile.in (site.exp): Use GDBFLAGS.
9084
9085Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9086
9087 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
9088 Makefiles.
9089 (check): depend on just-check.
9090 (just-check): added so that tests can be run without a noop
9091 build pass.
9092
9093Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9094
9095 Switch to using configure's configdirs.
9096 * Makefile.in (Makefile): add configure.in dependency.
9097 (SUBDIRS): removed redundant assignment.
9098 * configure.in: switch subdirs assignment to configdirs.
9099 * gdb.t*/configure.in: new files.
9100
9101Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
9102
9103 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
9104 works.
9105
9106Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
9107
9108 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
9109 in explicit rules. Apparently this is not supported by some makes.
9110
9111Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
9112
9113 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
9114
9115Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9116
9117 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
9118 disappeared.
9119
9120Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9121
9122 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
9123
9124Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
9125
9126 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
9127 watchpoint problem that is now fixed.
9128 * gdb.t30/chexp.exp: Remove setup_xfail for printing
9129 uninitialized convenience variables.
9130 * gdb.t31/chillvars.exp: Fix expected patterns for printing
9131 structures.
9132
9133Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9134
9135 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
9136 which causes expect to get out of sync with gdb on long output
9137 from help set.
9138 * gdb.t09/corefile.exp: Make expected pattern for core file
9139 failing signal and frame output format less sun specific.
9140
9141Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
9142
9143 * gdb.t31/chillvars.exp: Add and remove initial dummy
9144 breakpoint, so that symbol table is forced in.
9145 (Needed at least on Sunos4, though it seems not SVR4.)
9146 * gdb.t31/chillvars.exp: Update for changed output format.
9147
9148Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
9149
9150 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
9151
9152Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
9153
9154 * Makefile.in: Added --srcdir when invoking runtest, removed the
9155 need for a local config file. (optional now)
9156
9157Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
9158
9159 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
9160 failure count used to force early termination. Add some more
9161 expected failures for gnu style demangling.
9162
9163Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9164
9165 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
9166 pmi variable from gdb.t20/gdbme to get optimized away.
9167 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
9168 Check for written corefile upon timeout _and_ eof.
9169
9170Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9171
9172 * config/unix-gdb.exp: Add missing return 0.
9173
9174Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9175
9176 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
9177 test termination.
9178
9179Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
9180
9181 * configure.in (subdirs): Put back gdb.t17 which mysteriously
9182 disappeared.
9183
9184Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
9185
9186 * gdb.t10/crossload.exp: Disable the i860-elf test until such
9187 time as i860 support works.
9188
beb998c6 9189 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
9190 "backtrace 100\r" rather than just "backtrace\r", to match last
9191 change.
9192
9193Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
9194
9195 * config/udi-gdb.exp (gdb_exit): Remove close command.
9196 (gdb_target_udi): New procedure to set the UDI target.
9197 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
9198 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
9199 Added waits for prompts after several question responses. Added
9200 some more responses used by a29k-amd-udi-gdb.
9201 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
9202 pass different arguments, restart UDI connection after program
9203 completion.
9204 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
9205 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9206 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
9207 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
9208 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
9209 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
9210 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9211 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
9212 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
9213 after program completion.
9214 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
9215 compiled with a SELECT_VECS setting.
9216 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
9217 infinite recursion.
9218
9219 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
9220 Added checks for COFF results, and made them expected failures for
9221 all targets. It would be better to make them expected failures
9222 for COFF targets only.
9223
9224Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9225
9226 * Makefile.in: add null dvi target, don't bother to recurse
9227 through test directories for info and install-info; rename
9228 $(datadir) to be dejagnu instead of deja-gnu
9229
9230Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
9231
9232 * gdb.t31/gdbme.ch: Re-enable code that previously caused
9233 compiler to coredump.
9234 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
9235 code.
9236
9237Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
9238
9239 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
9240 coredump.
9241 * gdb.t31/chillvars.exp: Comment out tests that depend on that
9242 code.
9243
9244Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
9245
9246 * gdb.t03/ptype.exp: tests for return code from gdb_test.
9247 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
9248 which in a shell. Deletes xgdb when done.
9249 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
9250 Tests the return from the "set height" or "set width" commands.
9251 Added a few return codes where needed.
9252
9253Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
9254
9255 * Makefile.in (SUBDIRS): Add gdb.t17.
9256 * configure.in (subdirs): Add gdb.t17.
9257 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
9258 files to test gdb's calling of functions in the inferior with
9259 the correct arguments and gdb's ability to retrieve any
9260 result returned.
9261
9262Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
9263
9264 * config/unix-gdb.exp (gdb_exit): Remove close commands that
9265 may be called after gdb goes away. Previous versions of expect
9266 needed these to avoid file descriptor leaks, but they cause
9267 errors with the current revision of expect.
9268 * gdb.t00/gdbvars.exp: Use -re on expected output after
9269 setting sevenbit-strings.
9270 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
9271 to set sevenbit-strings consistent across tests.
9272 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
9273 set sevenbit-strings consistent across tests.
9274
9275Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
9276
9277 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
9278 expected output to match current "expect" expectations.
9279
9280Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
9281
9282 * gdb.t00/default.exp: Change expected output for default "source"
9283 command, to match new gdb behavior which requires a filename to
9284 source.
9285
9286Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
9287
9288 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
9289 expected fail for i486-*-* that misses the marker2 function.
9290 * gdb.t10/crossload.exp (bfddefault): Allow successful
9291 recognition of a format to pass even if no symbols are found.
9292 Explicitly catch failures where the format is not recognized
9293 or is ambiguous, and add the reason to the fail message.
9294 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
9295 the cause is and invalid target and add reason to failure message.
9296 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
9297 elf32-i386, elf32-sparc, and elf32-i860.
9298 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
9299 Set up expected failure for 'filename'::variable scope resolution,
9300 which is now apparently broken on all targets.
9301 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
9302 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
9303 gdb.t23/templates.exp: Change failure for missing binfile into
9304 just a warning.
9305 gdb.t21/demangle.exp: Change all cfront references to 'arm'
9306 references.
9307
9308Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
9309
9310 * gdb.t00/default.exp: Add expected output for default "source"
9311 command, to match new gdb behavior.
9312 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
9313
9314Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
9315
9316 * config/*-gdb.exp: returns an error, rather than exiting on
9317 internal errors.
9318
9319Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
9320
9321 * gdb.t03/gdbme.c: Add pointer to struct variable.
9322 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
9323 referencing struct members.
9324
9325Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
9326
9327 * configure.in (mips-idt-ecoff): New target.
9328 * config/mips-gdb.exp: New file for remote board using MIPS remote
9329 debugging protocol.
9330
9331 * Redid configuration scheme. Removed gdb.t*/configure.in.
9332 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
9333 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
9334 distclean targets. Built executables via .o files. Adjusted
9335 tests to account for source files in $(srcdir) rather than
9336 $(objdir).
9337 * lib/gdb.exp (runto): Don't expect () after the function name,
9338 because it may have arguments.
9339
9340Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
9341
9342 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
9343 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
9344 expected failures for mips-idt-* and mips-sgi-*.
9345 * gdb.t00/default.exp (attach): Kill process if requested.
9346 * gdb.t00/help.exp (help target core, help target): Accept a gdb
9347 that does not read core files.
9348 * gdb.t01/run.exp: Removed checks for exit status code.
9349 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
9350 it is linked in.
9351 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
9352 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
9353 appropriate, rather than doing it by hand.
9354 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
9355 execution.
9356 * gdb.t10/crossload.exp: Kill existing program if needed.
9357 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
9358 appropriate, rather than doing it by hand. Always increase
9359 timeout for this test, not just for VxWorks.
9360
9361Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
9362
9363 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
9364 of Chill STRUCT types and STRUCT values.
9365 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
9366 than "char".
9367 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 9368 struct2): New struct definitions and initializations to test
c906108c
SS
9369 simple Chill STRUCT types.
9370
9371Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
9372
9373 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
9374 the null byte at the end of strings.
9375 * gdb.t00/default.exp: Make show version insensitive to copyright
9376 date.
9377 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
9378 to avoid dependencies on target char signedness.
9379 * gdb.t16/printcmds.exp: Update expected results for explicitly
9380 unsigned char.
9381 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
9382 now work.
9383 * gdb.t21/demangle.exp: Add many more patterns for template
9384 demangling, most of them being expected failures.
9385 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
9386 string we are matching for, to match on the whole string.
9387 * gdb.t21/demangle.exp: Add many new test strings to demangle,
9388 and fix a whole bunch that had incorrect expected output but were
9389 passing anyway because of the bug in "proc demangle".
9390 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
9391 type.
9392 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
9393
9394Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
9395
9396 * gdb/testsuite: made modifications to testcases, etc., to allow
9397 them to work properly given the reorganization of deja-gnu and the
9398 relocation of the testcases from deja-gnu to a "tool" subdirectory.
9399
9400Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
9401
9402 * gdb/testsuite: Initial creation of gdb/testsuite.
9403 Migrated dejagnu testcases and support files for testing nm to
9404 gdb/testsuite from deja-gnu. These files were moved "as is"
9405 with no modifications. This migration is part of a major overhaul
9406 of dejagnu. The modifications to these testcases, etc., which
9407 will allow them to work with the new version of dejagnu will be
9408 made in a future update.
9409\f
9410Local Variables:
9411mode: indented-text
9412left-margin: 8
9413fill-column: 74
9414version-control: never
9415End: