]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
2003-07-06 H.J. Lu <hongjiu.lu@intel.com>
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
3a871b37
DJ
12003-07-03 Daniel Jacobowitz <drow@mvista.com>
2
3 * gdb.base/store.c (charest): New typedef.
4 (add_char): Rename to add_charest, update.
5 (wack_char): Rename to wack_charest, update types. Return l + r
6 to keep r live across the call.
7 (wack_short, wack_int, wack_long, wack_longest, wack_float)
8 (wack_double, wack_doublest): Return l + r to keep r live across
9 the call.
10 * gdb.base/store.exp: Accomodate store.c changes.
11
b2a7f303
DC
122003-06-30 David Carlton <carlton@kealia.com>
13
14 * gdb.c++/maint.exp (test_invalid_name): New.
15 (test_first_component): Add tests for invalid names.
16
3c6cb4a1
MC
172003-06-29 Michael Chastain <mec@shout.net>
18
19 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
20 output of '<VTT for class>' for virtual base classes.
21
f1c2644b
DJ
222003-06-29 Daniel Jacobowitz <drow@mvista.com>
23
24 * gdb.base/completion.exp: Tab-complete "complet" instead of
25 "compl".
26 * gdb.base/complex.exp, gdb.base/complex.c: New files.
27
18080350
DJ
282003-06-29 Daniel Jacobowitz <drow@mvista.com>
29
30 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
31 * gdb.base/volatile.exp: Likewise.
32
f56973f8
DJ
332003-06-29 Daniel Jacobowitz <drow@mvista.com>
34
35 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
36 gdb/1265.
37
382003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
39 Daniel Jacobowitz <drow@mvista.com>
40
41 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
42 initial line count of 'captured_main' from 26 to 32.
43 (test_with_self): Allow xmalloc call to be interleaved with the
44 preceding two lines.
45
e766d4d6
JB
462003-06-24 Joel Brobecker <brobecker@gnat.com>
47
48 * gdb.base/bang.exp: New testcase.
49
f125c9a4
JB
502003-06-23 Joel Brobecker <brobecker@gnat.com>
51
52 * gdb.base/langs.exp: Add some tests for the "minimal" language
53 support.
54
6e25beaf
EZ
552003-06-23 Elena Zannoni <ezannoni@redhat.com>
56
57 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
58 the testcase.
59
2f816dda
DJ
602003-06-22 Daniel Jacobowitz <drow@mvista.com>
61
62 * gdb.base/relocate.exp: Test add-symbol-file with a variable
63 offset.
64
db5a5748
DJ
652003-06-22 Daniel Jacobowitz <drow@mvista.com>
66
67 * gdb.c++/pr-1210.cc: New file.
68 * gdb.c++/pr-1210.exp: New file.
69
1df0c130
DJ
702003-06-21 Daniel Jacobowitz <drow@mvista.com>
71
72 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
73 000-exec-continue.
74
a92feac0
MK
752003-06-15 Mark Kettenis <kettenis@gnu.org>
76
77 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
78 on *-*-*bsd* instead of *-*-freebsd*.
79
81a58f5b
AC
802003-06-14 Andrew Cagney <cagney@redhat.com>
81
82 * gdb.base/store.exp: Test longest and doublest. Test all
83 parameters. Weaken return statement match.
84 * gdb.base/store.c: Add longest and doublest - aka long long and
85 long double functions. Put all parameters into local register
86 variables. Use negative values.
87
b257a0d3
AC
882003-06-14 Andrew Cagney <cagney@redhat.com>
89
90 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
91 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
92 exit status.
93 * gdb.base/fileio.exp: Disable target when nointerrupts and
94 noinferiorio, instead of limiting it to remote. Use remote_exec
95 instead of system.
96
21c38304
JJ
972003-06-12 Jeff Johnston <jjohnstn@redhat.com>
98
99 * gdb.base/float.exp: Add ia64 support.
100
1bcdb424
CV
1012003-06-12 Corinna Vinschen <vinschen@redhat.com>
102
103 * gdb.base/fileio.exp: Run only on remote targets.
104
6aeb981f
CV
1052003-06-10 Corinna Vinschen <vinschen@redhat.com>
106
107 * gdb.base/fileio.c: New file, testing File-I/O.
108 * gdb.base/fileio.exp: Ditto.
109
53df362e
RG
1102003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
111
112 * gdb.base/shreloc.exp: New file, check symbol values obtained from
113 shared objects after relocation at load time (gdb PR/1132).
114 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
115 as above, part of the shared object relocation test.
116
ffee1b46
MK
1172003-06-08 Mark Kettenis <kettenis@gnu.org>
118
b5ca3722
MK
119 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
120 fully filled history list.
121 * gdb.base/gdb_history: New file.
122
03ed860d
MK
123 * gdb.base/signals.exp: XFAIL "continue to func1" on
124 i*86-*-freebsd*.
125
ffee1b46
MK
126 * gdb.base/attach.exp: When trying to attach to a nonexistent
127 process, make it possible to specify the PID based on the target,
128 and do so for *-*-freebsd*.
129
d80dbb52
RH
1302003-06-02 Richard Henderson <rth@redhat.com>
131
132 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
133
6dd77b81
RH
1342003-06-02 Richard Henderson <rth@redhat.com>
135
136 * gdb.base/selftest.exp: Next over lim_at_start initialization.
137
f6347e16
RH
1382003-06-02 Richard Henderson <rth@redhat.com>
139
140 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
141
2c161407
DJ
1422003-06-01 Daniel Jacobowitz <drow@mvista.com>
143
144 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
145 of globalvar.
146
572eb746
MK
1472003-06-01 Mark Kettenis <kettenis@gnu.org>
148
149 * gdb.asm/asm-source.exp: Check for memory read errors in
150 disassembler test on *BSD too.
151
9e9617a5
RH
1522003-06-01 Richard Henderson <rth@redhat.com>
153
154 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
155 for .frame.
156 (gdbasm_call): Lose ldgp.
157 (gdbasm_startup): Add frame information.
158 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
159
7b34ad4e
MK
1602003-05-31 Mark Kettenis <kettenis@gnu.org>
161
162 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
163 i?86-*-*.
164
10059fdf
MK
1652003-05-30 Mark Kettenis <kettenis@gnu.org>
166
167 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
168 FreeBSD.
169
acf4b816
RH
1702003-05-29 Richard Henderson <rth@redhat.com>
171
172 * gdb.asm/alpha.inc: New file.
173 * gdb.asm/asm-source.exp: Use it.
174
e9ecd949
JB
1752003-05-29 Jim Blandy <jimb@redhat.com>
176
177 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
178 'core.PID'.
179
e3e5a4f3
JB
1802003-05-22 Jim Blandy <jimb@redhat.com>
181
182 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
183 backtrace.
184
72fe3d25
DC
1852003-05-20 David Carlton <carlton@math.stanford.edu>
186
187 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
188 this time.
189
58da2eb2
DC
1902003-05-19 David Carlton <carlton@bactrian.org>
191
192 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
193 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
194
1fcb5155
DC
1952003-05-19 David Carlton <carlton@bactrian.org>
196
197 * gdb.c++/namespace.exp: Add namespace scope and anonymous
198 namespace tests.
199 Bump copyright date.
200 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
201 (main): Call C::D::marker2.
202 * gdb.c++/namespace1.cc: New file.
203
85e85163
JJ
2042003-05-14 Jeff Johnston <jjohnstn@redhat.com>
205
206 Roland McGrath <roland@redhat.com>
207 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
208 there is no manager thread.
209
a25fbfec
JJ
2102003-05-08 Jeff Johnston <jjohnstn@redhat.com>
211
212 * gdb.threads/schedlock.exp: Remove assumption that all threads
213 will run in a particular small time slice. Also ensure we break
214 in one of the child threads rather than the main thread.
215
be375bae
JB
2162003-05-07 Jim Blandy <jimb@redhat.com>
217
09bf6082
JB
218 Add support for assembly source testing on the s390x.
219 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
220 architecture.
221 * gdb.asm/s390x.inc: New file.
222
be375bae
JB
223 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
224 succession of 'if' statements.
225
00905d52
AC
2262003-05-05 Andrew Cagney <cagney@redhat.com>
227
228 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
229
b1e29e33
AC
2302003-05-05 Andrew Cagney <cagney@redhat.com>
231
232 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
233 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
234
e33d66ec
EZ
2352003-05-02 Elena Zannoni <ezannoni@redhat.com>
236
237 * gdb.base/charset.exp: Update based on new behavior of set/show
238 charset commands.
239
2b6fd0d8
AC
2402003-05-01 Andrew Cagney <cagney@redhat.com>
241
242 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
243 variable do not give memory errors.
244
130cacce
AF
2452003-04-30 Adam Fedor <fedor@gnu.org>
246
247 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
248 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
249 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
250 gdb.objc/basicclass.m: : New files
251
252 * lib/gdb.exp (gdb_compile_objc): New procedure.
253
bea71854
DJ
2542003-04-27 Daniel Jacobowitz <drow@mvista.com>
255
256 * gdb.base/signals.exp: Make backtrace tests more specific.
257
0f20eeea
DC
2582003-04-23 David Carlton <carlton@bactrian.org>
259
260 * gdb.c++/maint.exp (test_first_component): Add tests for
261 'operator' in more locations.
262
c8c4d8dc
KB
2632003-04-16 Kevin Buettner <kevinb@redhat.com>
264
265 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
266
3fe60e3c
EZ
2672003-04-16 Elena Zannoni <ezannoni@redhat.com>
268
269 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
270 func marke' instead. Update test name.
271
9219021c
DC
2722003-04-15 David Carlton <carlton@math.stanford.edu>
273
274 * gdb.c++/maint.exp: New file.
275
5dd55bdd
EZ
2762003-04-14 Elena Zannoni <ezannoni@redhat.com>
277
278 * gdb.threads/schedlock.c: Change type of thread function argument
279 to long, to avoid warnings on 64-bit platforms.
280
00890572
EZ
2812003-04-14 Elena Zannoni <ezannoni@redhat.com>
282
283 * gdb.base/attach.exp: Add new message from ptrace in case of
284 attaching to nonexistent process.
285
93201743
JB
2862003-04-11 Jim Blandy <jimb@redhat.com>
287
288 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
289 gdb.c++/userdef.cc: Place comments on the lines to which the
290 marker function might return.
291 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
292 gdb.c++/userdef.exp: Look for those comments to check that we've
293 returned to the right place, instead of checking line numbers.
294
2a11c64d
EZ
2952003-04-11 Elena Zannoni <ezannoni@redhat.com>
296
297 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
298 match on sourcefile name, instead of directory name.
299
68ab8fc5
EZ
3002003-04-10 Elena Zannoni <ezannoni@redhat.com>
301
302 * gdb.base/completion.exp: Use string_to_regexp to match the
303 working directory name.
304
5624293a
JB
3052003-04-09 Jim Blandy <jimb@redhat.com>
306
307 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
308 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
309 after an inferior function call, report the failure, but allow the
310 test to continue.
311
f1f02ee4
SC
3122003-04-05 Stephane Carrez <stcarrez@nerim.fr>
313
314 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
315 with -DPROTOTYPES.
316
6eb79af0
SC
3172003-04-05 Stephane Carrez <stcarrez@nerim.fr>
318
319 * gdb.base/break.exp: Revert last patch.
320
8dfb4cf0
SC
3212003-04-04 Stephane Carrez <stcarrez@nerim.fr>
322
323 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
324 with -DPROTOTYPES.
325
ed4c619a
AC
3262003-04-02 Andrew Cagney <cagney@redhat.com>
327
328 * gdb.base/callfuncs.exp: Make "print add" messages unique.
329 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
330 matching directories by the name breakpoint.
331 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
332 Make "continue to marker1" consistent.
333 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
334 message consistent.
335 * lib/gdb.exp: Put "the program is no longer running", and "the
336 program exited" in parenthesis.
337 * lib/mi-support.exp: Ditto.
338
4e35d5f0
BR
3392003-04-02 Bob Rossi <bob_rossi@cox.net>
340
341 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
342
71900fe8
AC
3432003-03-29 Andrew Cagney <cagney@redhat.com>
344
345 * gdb.base/sizeof.c (main): Print the value of '\377'.
346 * gdb.base/sizeof.exp: Check the sign of '\377'.
347
c0655a16
MC
3482003-03-27 Michael Chastain <mec@shout.net>
349
350 * gdb.base/gdb1090.exp: New file.
351 * gdb.base/gdb1090.cc: New file.
352
5b2a3989
JB
3532003-03-27 J. Brobecker <brobecker@gnat.com>
354
355 * gdb.gdb/observer.exp: New regression test.
356
79876890
MC
3572003-03-27 Michael Chastain <mec@shout.net>
358
359 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
360 * gdb.base/ptype.exp: Likewise.
361
6eac95e3
CV
3622003-03-27 Corinna Vinschen <vinschen@redhat.com>
363
364 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
365
e8c71839
MC
3662003-03-26 Michael Chastain <mec@shout.net>
367
368 * gdb.base/ptype.exp: Actually use some typedef'd types.
369
71b10041
SC
3702003-03-21 Stephane Carrez <stcarrez@nerim.fr>
371
372 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
373 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
374
2512cf80
CV
3752003-03-20 Corinna Vinschen <vinschen@redhat.com>
376
377 * gdb.base/default.exp: Fix regular expression.
378
0d195a4f
CV
3792003-03-20 Corinna Vinschen <vinschen@redhat.com>
380
381 * gdb.base/args.exp: Fix regular expression.
382
8a2dbca8
CV
3832003-03-20 Corinna Vinschen <vinschen@redhat.com>
384
385 * gdb.base/help.exp: Allow Win32 child process.
386
bf028682
CV
3872003-03-20 Corinna Vinschen <vinschen@redhat.com>
388
389 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
390 when stepping out of main().
391
182dbe85
CV
3922003-03-20 Corinna Vinschen <vinschen@redhat.com>
393
394 * gdb.base/default.exp: Check for win32 specific message when calling
395 "run" without executable.
396
d67a6ba5
CV
3972003-03-20 Corinna Vinschen <vinschen@redhat.com>
398
399 * gdb.base/args.exp: Expect .exe in output.
400
a955b5bb
CV
4012003-03-20 Corinna Vinschen <vinschen@redhat.com>
402
403 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
404 Cygwin native.
405
bf6bad4b
AC
4062003-03-17 Andrew Cagney <cagney@redhat.com>
407
408 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
409 vector registes.
410 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
411 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
412
293e9a31
DC
4132003-03-17 David Carlton <carlton@math.stanford.edu>
414
415 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
416 test, for PR breakpoints/38.
417 Call test_watchpoint_and_breakpoint.
418 * gdb.base/watchpoint.c (func3): New function.
419 (main): Call func3.
420
5330f2db
DC
4212003-03-04 David Carlton <carlton@math.stanford.edu>
422
423 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
424 Garply<Garply<char> >:: garply".
425 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
426 with respect to PR c++/1111; note also PR c++/1113.
427 (test_template_breakpoints): KFAIL "constructor breakpoint" with
428 respect to PR c++/1062.
429 KFAIL "destructor breakpoint" with respect to PR c++/1112.
430
6ece72da
DC
4312003-03-03 David Carlton <carlton@math.stanford.edu>
432
433 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
434 with respect to PR c++/57.
435 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
436 c++/826.
437 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
438 respect to PR c++/57.
439
85ca1584
DC
4402003-03-03 David Carlton <carlton@math.stanford.edu>
441
442 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
443 respect to PR c++/33 into FAILs.
444
98e9c5b8
MC
4452003-03-03 Michael Chastain <mec@shout.net>
446
7bedbf27
MC
447 * configure.in: Update copyright years.
448
4492003-03-03 Michael Chastain <mec@shout.net>
450
451 * Makefile.in: Update copyright years.
98e9c5b8 452
f683e100
DC
4532003-02-28 David Carlton <carlton@math.stanford.edu>
454
455 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
456 print class instead of struct and/or superfluous protection
457 specifiers, as long as the resulting output is equivalent to the
458 source code.
459 Delete FIXME from end of messages on tests that don't need
460 fixing.
461
a9e0cf2c
DC
4622003-02-28 David Carlton <carlton@math.stanford.edu>
463
464 * gdb.c++/templates.exp (do_tests): Allow const in the two
465 Foo<volatile char *>::foo tests.
466
e8d359df
MS
4672003-02-27 Michael Snyder <msnyder@redhat.com>
468
469 * gdb.base/restore.c (main): Return zero, so exit code
470 will be consistant.
471
0b71dc91
DC
4722003-02-26 David Carlton <carlton@math.stanford.edu>
473
474 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
475 char *>::foo" test with respect to PR c++/33. Create a new test
476 which is identical to that one except that it doesn't put the
477 space between the "char" and the "*"; KFAIL it, too.
478
dd14ab43
DC
4792003-02-26 David Carlton <carlton@math.stanford.edu>
480
481 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
482 template types into either PASSes or KFAILs (corresponding to PR
483 c++/57). Tweak indentation. Update copyright.
484
1146c7f1
SC
4852003-02-23 Stephane Carrez <stcarrez@nerim.fr>
486
487 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
488
74641dfb
MC
4892003-02-13 Michael Chastain <mec@shout.net>
490
491 * gdb.base/exprs.exp: Remove i960 remnants.
492 * gdb.base/funcargs.exp: Likewise.
493 * gdb.base/list.exp: Likewise.
494 * gdb.base/ptype.exp: Likewise.
495
559cd2d0
DC
4962003-02-14 David Carlton <carlton@math.stanford.edu>
497
498 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
499 pEe->D::vg()" from XFAIL to KFAIL.
500
c4f90d87
JM
5012003-02-13 Jason Molenda (jmolenda@apple.com)
502
503 * gdb.base/maint.exp: Update maint print statistics regexp to include
504 new entries.
505
cbc4d97c
MC
5062003-02-13 Michael Chastain <mec@shout.net>
507
508 * gdb.c++/inherit.exp: Remove call to get_debug_format.
509
40f235b7
MC
5102003-02-12 Michael Chastain <mec@shout.net>
511
512 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
513 * gdb.c++/inherit.exp: Likewise.
514 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
515 * gdb.c++/templates.exp: Likewise.
516 * gdb.c++/virtfunc.exp: Likewise.
517
c56716b0
JM
5182003-02-06 Jason Molenda (jason-cl@molenda.com)
519
520 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
521 why the code is written that way.
522
070afcf8
MC
5232003-02-05 Michael Chastain <mec@shout.net>
524
525 * gdb.base/dump.exp: Add missing copyright line.
526
5d0331e5
JM
5272003-02-05 Jason Molenda (jason-cl@molenda.com)
528
f7ae6d3e 529 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
530 at the beginning so the breakpoint doesn't get set on the loop.
531
92851186
MC
5322003-02-05 Michael Chastain <mec@shout.net>
533
534 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
535 output for configurations with gcc 2.95.3.
536
cbf1e085
AC
5372003-02-05 Keith Seitz <keiths@redhat.com>
538 Andrew Cagney <ac131313@redhat.com>
539
540 * gdb.mi/mi-cli.exp: New file.
541
29518e1e
MC
5422003-02-04 Michael Chastain <mec@shout.net>
543
544 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
545 Call perror and then continue.
546
5af1d5f3
MC
5472003-02-03 Michael Chastain <mec@shout.net>
548
549 * gdb.c++/pr-1023.cc: New file.
550 * gdb.c++/pr-1023.exp: New file.
551
6b549786
JB
5522003-02-05 Jim Blandy <jimb@redhat.com>
553
554 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
555 it's local to foobar. Check for it there, and check that it's not
556 present in main.
557 * gdb.c++/local.cc (marker2): New function.
558 (foobar): Call marker1.
559 (main): Call marker2 instead of marker1.
560
67f16606
AC
5612003-02-04 Andrew Cagney <ac131313@redhat.com>
562
563 * gdb.disasm/mn10200.exp: Obsolete file.
564 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
565 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
566 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
567
1c5cb38e
DC
5682003-02-04 David Carlton <carlton@math.stanford.edu>
569
570 * gdb.c++/overload.exp: Test intToChar(1).
571 * gdb.c++/overload.cc (intToChar): New.
572 (main): Call intToChar.
573
d1fe6965
DC
5742003-02-03 David Carlton <carlton@math.stanford.edu>
575
576 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
577 'might_kfail' arg.
578 KFAIL some of the continue_to_bp_overloaded calls, according to
579 PR c++/1025.
580
9ba61c5d
MC
5812003-02-01 Michael Chastain <mec@shout.net>
582
583 * gdb.base/advance.c (marker1): New marker function.
584 * gdb.base/advance.exp: When the 'advance' command lands on the
585 return breakpoint, it can legitimately stop on either the
586 current line or the next line. Accommodate both outcomes.
587 * gdb.base/until.exp: Likewise.
588
e7494ffb
AC
5892003-02-02 Andrew Cagney <ac131313@redhat.com>
590
591 2002-11-10 Jason Molenda (jason-cl@molenda.com):
592 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
593 now a list, not a tuple.
594 * gdb.mi/mi-var-display.exp: Ditto.
595 * gdb.mi/gdb792.exp: Ditto.
596
075559bc
AC
5972003-02-01 Andrew Cagney <ac131313@redhat.com>
598
599 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
600 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
601 stack backtraces.
602 * gdb.mi/mi-syn-frame.c: Part of same.
603
2bd4c7b1
MK
6042003-02-01 Mark Kettenis <kettenis@gnu.org>
605
606 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
607 gdb.mi/mi1-pthreads.exp: Return instead of calling
608 gdb_suppress_entire_file.
609
eabd8992
MS
6102003-02-01 Mark Salter <msalter@redhat.com>
611
612 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
613
71469e2f
MS
6142003-01-31 Mark Salter <msalter@redhat.com>
615
616 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
617 Support empty arg.
618
38a94d44
MC
6192003-01-30 Michael Chastain <mec@shout.net>
620
621 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
622 This was a workaround for a UTF-8 bug in readline 4.3. The bug
623 has been fixed in gdb/readline on 2003-01-09.
624
19ea9e73
MS
6252003-01-29 Michael Snyder <msnyder@redhat.com>
626
e8d359df
MS
627 * gdb.base/maint.exp: Allow for leading underscore in symbol.
628 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
629 * gdb.base/args.exp: Skip if target does not support args passing.
630
2307bd6a
DJ
6312003-01-22 Daniel Jacobowitz <drow@mvista.com>
632
19ea9e73 633 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
634 gdb_test. Accept a list of expect arguments as the third
635 parameter.
636 (gdb_test): Use it.
637
f2dd3617
EZ
6382003-01-20 Elena Zannoni <ezannoni@redhat.com>
639
640 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
641 allow for different test tree configurations. Update some
642 tescases accordingly.
643 * gdb.arch/altivec-regs.exp: Ditto.
644 * gdb.asm/asm-source.exp: Ditto.
645 * gdb.base/advance.exp: Ditto.
646 * gdb.base/display.exp: Ditto.
647 * gdb.base/long_long.exp: Ditto.
648 * gdb.base/mips_pro.exp: Ditto.
649 * gdb.base/overlays.exp: Ditto.
650 * gdb.base/relocate.exp: Ditto.
651 * gdb.base/setshow.exp: Ditto.
652 * gdb.base/step-line.exp: Ditto.
653 * gdb.base/step-test.exp: Ditto.
654 * gdb.base/until.exp: Ditto.
655 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
656
c71cdefd
DC
6572003-01-17 David Carlton <carlton@math.stanford.edu>
658
659 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
660 corresponding to PR c++/945.
661 Update copyright.
662
fdba05d7
DC
6632003-01-17 David Carlton <carlton@math.stanford.edu>
664
665 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
666 corresponding to PR c++/68.
667
6682003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
669
670 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
671 (test_paddr_hairy_functions): Call print_addr_2_kfail for
672 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
673
c362c33a
EZ
6742003-01-15 Elena Zannoni <ezannoni@redhat.com>
675
0fbc361c
EZ
676 * gdb.base/break.exp: Fix change of default location, because of
677 removal of until tests.
678 * gdb.base/help.exp: Update test for new 'until' help message.
679 Add test for help on 'advance'.
c362c33a
EZ
680 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
681
dabf8a35
MK
6822003-01-15 Mark Kettenis <kettenis@gnu.org>
683
684 * gdb.base/default.exp: Adapt "info float" test for recent changes
685 to that command. Add test for "info vector".
686 * gdb.base/float.exp: New file. Add test for "info float" that
687 resembles the old test in gdb.base/default.exp.
688
a1769aca
DC
6892003-01-15 David Carlton <carlton@math.stanford.edu>
690
691 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
692
82025e13
EZ
6932003-01-15 Elena Zannoni <ezannoni@redhat.com>
694
695 * gdb.base/break.exp: Move the tests of until command from here...
696 * gdb.base/until.exp: ... to here. New file. Add other tests.
697 * gdb.base/advance.c: New file.
698 * gdb.base/advance.exp: New file.
699
8f9ab801
EZ
7002003-01-14 Elena Zannoni <ezannoni@redhat.com>
701
702 * gdb.base/args.c: New file.
703 * gdb.base/args.exp: New file.
704
9ae66589
DJ
7052003-01-14 Daniel Jacobowitz <drow@mvista.com>
706
707 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
708
8d77e5c3
DJ
7092003-01-14 Daniel Jacobowitz <drow@mvista.com>
710
711 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
712
12d2f0a1
DJ
7132003-01-14 Daniel Jacobowitz <drow@mvista.com>
714
715 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
716 dates.
717
6ca37014
DJ
7182003-01-13 Daniel Jacobowitz <drow@mvista.com>
719
720 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
721
b0023472
DJ
7222003-01-13 Daniel Jacobowitz <drow@mvista.com>
723
724 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
725 (ptype &*"foo").
726 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
727
d6abaea5
DJ
7282002-01-13 Daniel Jacobowitz <drow@mvista.com>
729
730 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
731 * gdb.mi/mi1-console.exp: Likewise.
732
dfd536a7
DJ
7332002-01-13 Daniel Jacobowitz <drow@mvista.com>
734
735 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
736 * gdb.mi/mi1-console.exp: Likewise.
737
a1fb14a2
DJ
7382003-01-13 Daniel Jacobowitz <drow@mvista.com>
739
740 * gdb.c++/overload.exp: Remove some fixed XFAILs.
741
c4cf40b7
DJ
7422003-01-09 Daniel Jacobowitz <drow@mvista.com>
743
744 * gdb.base/detach.exp: New test.
745
696d5a5b
DJ
7462003-01-09 Daniel Jacobowitz <drow@mvista.com>
747
748 * Makefile.in (ALL_SUBDIRS): New variable.
749 (subdirs, clean, distclean): Use it.
750 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
751 regenerating Makefile, since it is generated from the top level.
752 * gdb.asm/Makefile.in: Likewise.
753 * gdb.base/Makefile.in: Likewise.
754 * gdb.c++/Makefile.in: Likewise.
755 * gdb.disasm/Makefile.in: Likewise.
756 * gdb.java/Makefile.in: Likewise.
757 * gdb.mi/Makefile.in: Likewise.
758 * gdb.threads/Makefile.in: Likewise.
759 * gdb.trace/Makefile.in: Likewise.
760
754533e4
DC
7612003-01-09 David Carlton <carlton@math.stanford.edu>
762
763 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
764 Add copyright year 2003.
765
d8b3e9ee
MC
7662003-01-06 Michael Chastain <mec@shout.net>
767
768 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
769 When selecting a thread, 'line' and 'file' are optional.
770 * gdb.mi/mi1-pthreads.exp: Likewise.
771
8e9e0fe6
AS
7722003-01-06 Andreas Schwab <schwab@suse.de>
773
774 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
775 failures.
776
b5ab8ff3
DJ
7772003-01-04 Daniel Jacobowitz <drow@mvista.com>
778
779 Fix PR gdb/844
780 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
781 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
782
783 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
784 instead of calling gdb_suppress_entire_file.
785 * gdb.threads/print-threads.exp: Likewise.
786 * gdb.threads/schedlock.exp: Likewise.
787
788 * gdb.threads/killed.exp: Return instead of calling
789 gdb_suppress_entire_file.
790 * gdb.threads/linux-dp.exp: Likewise.
791 * gdb.threads/pthreads.exp: Likewise.
792
1e698235
DJ
7932003-01-04 Daniel Jacobowitz <drow@mvista.com>
794
795 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
796 stabs.
797 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
798 * gdb.base/whatis.exp: Always allow (void) after function names.
799
147ff08c
DJ
8002003-01-04 Daniel Jacobowitz <drow@mvista.com>
801
802 * gdb.c++/casts.exp: Correct regexp.
803
dc62bfc2
MK
8042003-01-04 Mark Kettenis <kettenis@gnu.org>
805
806 * configure.in: Call AC_CONFIG_HEADER. Don't call
807 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
808 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
809 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
810 aforementioned directories in the AC_OUPUT call.
811 * config.hin: New file.
812 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
813 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
814 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
815 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
816 pass -I$objdir instead of -I$objdir/$subdir in compilation.
817 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
818 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
819 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
820 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
821 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
822 gdb.threads/configure.in, gdb.threads/configure,
823 gdb.threads/config.in, gdb.trace/configure.in,
824 gdb.trace/configure: Removed.
825
77afa639
MC
8262003-01-03 Michael Chastain <mec@shout.net>
827
828 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
829 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
830
7634bb6e
DJ
8312003-01-03 Daniel Jacobowitz <drow@mvista.com>
832
833 * gdb.base/store.exp: Fix regular expressions.
834
b39c905e
MK
8352002-12-28 Mark Kettenis <kettenis@gnu.org>
836
837 * configure.in: Rewrite.
838 * configure: Regenerated.
839
0a8551dd
DC
8402003-01-03 David Carlton <carlton@math.stanford.edu>
841
842 * gdb.base/psymtab.exp: New file.
843 * gdb.base/psymtab1.c: Ditto.
844 * gdb.base/psymtab2.c: Ditto.
845
c60b7188
AF
8462002-12-23 Adam Fedor <fedor@gnu.org>
847
848 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
849
ee73db83
DC
8502002-12-23 David Carlton <carlton@math.stanford.edu>
851
852 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
853 and current_directory initialization.
854
d6c1774e
JB
8552002-12-22 Jim Blandy <jimb@redhat.com>
856
f0a847b8
JB
857 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
858 rather than as part of the output file name.
859
d6c1774e
JB
860 * gdb.base/attach.exp: There's no need to copy the test program to
861 /tmp; that was only ever necessary on HP/UX, and this test is
862 entirely disabled there anyway.
863
f0708dbb
JB
8642002-12-21 Jim Blandy <jimb@redhat.com>
865
4c2acfea
JB
866 * gdb.c++/psmang.exp: Doc fix.
867
f0708dbb
JB
868 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
869 test.
870
9579e000
DC
8712002-12-20 David Carlton <carlton@math.stanford.edu>
872
873 * gdb.c++/annota2.exp: KFAIL annotate-quit.
874
d1810171
MC
8752002-12-18 Michael Chastain <mec@shout.net>
876
877 * gdb.c++/annota2.exp: Add copyright year 2002.
878
76565097
DC
8792002-12-17 David Carlton <carlton@math.stanford.edu>
880
881 * gdb.c++/try_catch.cc: Add marker comments.
882 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
883 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
884 * gdb.c++/m-static.cc: Ditto.
885 * gdb.c++/m-static1.cc: Ditto.
886 * gdb.c++/try_catch.cc: Ditto.
887
da81390b
JJ
8882002-12-16 Jeff Johnston <jjohnstn@redhat.com>
889
890 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
891 to see whether we are using the new -environment-directory
892 command which resets via -r or the old version of the command
893 which may prompt the user. Part of fix for gdb/741.
894
b304d130
AC
8952002-12-13 Andrew Cagney <ac131313@redhat.com>
896
897 * gdb.fortran/types.exp: Update obsolete comment.
898 * gdb.fortran/exprs.exp: Ditto.
899 * lib/gdb.exp: Delete obsolete code.
900 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
901 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
902 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
903 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
904 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
905 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
906 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
907 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
908 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
909 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
910 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
911 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
912 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
913 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
914 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
915 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
916 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
917 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
918 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
919 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
920 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
921 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
922 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
923 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
924 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
925 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
926 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
927 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
928 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
929 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
930 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
931 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
932 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
933 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
934 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
935 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
936 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
937
a23b6e6a
DC
9382002-12-11 David Carlton <carlton@math.stanford.edu>
939
940 * gdb.c++/m-data.exp: Add test for members that shadow global
941 variables: see PR gdb/804.
942 * gdb.c++/m-data.cc: Ditto.
943
6604731b
DJ
9442002-12-10 Daniel Jacobowitz <drow@mvista.com>
945
946 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
947
de46ecd7
DC
9482002-12-06 David Carlton <carlton@math.stanford.edu>
949
950 * gdb.base/store.c: Don't declare functions static.
951
27e829d0
AC
9522002-12-04 Andrew Cagney <ac131313@redhat.com>
953
954 * gdb.base/store.exp, gdb.base/store.c: New files.
955
92806416
DJ
9562002-12-03 Daniel Jacobowitz <drow@mvista.com>
957
958 * gdb.base/selftest.exp: Update for current gdb.
959
3bcbaac5
DJ
9602002-12-03 Daniel Jacobowitz <drow@mvista.com>
961
962 * gdb.base/maint.exp: Only dump symbols from one source file
963 or objfile.
964
f4f00b1f
DJ
9652002-12-03 Daniel Jacobowitz <drow@mvista.com>
966
967 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
968 function call.
969
f1c8a949
JB
9702002-11-25 Jim Blandy <jimb@redhat.com>
971
972 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
973 function appearing in error message.
974
9e297a97
DJ
9752002-11-21 Daniel Jacobowitz <drow@mvista.com>
976
977 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
978
1f312e79
JJ
9792002-11-08 Jeff Johnston <jjohnstn@redhat.com>
980
981 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
982 for mi1 and current mi is in correct format. New mi startup message
983 should be in mi console format. This is part of fix for PR gdb/604.
984
83c31e7d
FN
9852002-09-18 Fernando Nasser <fnasser@redhat.com>
986
987 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
988 which explicitly prints the zero offset as "+0".
989
322b3f65
DJ
9902002-10-22 Daniel Jacobowitz <drow@mvista.com>
991
992 * gdb.threads/schedlock.c (args): Make unsigned.
993
9942002-10-21 Daniel Jacobowitz <drow@mvista.com>
995
996 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
997 numbers. Allow "foo2|selected stack frame".
998 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
999 * gdb.asm/asmsrc2.s: Likewise.
1000 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
1001 comments.
1002 * gdb.asm/mips.inc: New file.
1003
5e2fe5b8
AF
10042002-10-18 Adam Fedor <fedor@gnu.org>
1005
1006 * gdb.base/default.exp: Update expected output to include 'ObjC'.
1007 * gdb.base/help.exp: Likewise.
1008
abe1a5d0
KB
10092002-10-17 Kevin Buettner <kevinb@redhat.com>
1010
1011 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
1012 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
1013
10abb1d4
JB
10142002-10-02 Jim Blandy <jimb@redhat.com>
1015
1016 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
1017
1f609b42
AC
10182002-10-01 Andrew Cagney <ac131313@redhat.com>
1019
1020 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
1021 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
1022 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
1023 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
1024 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
1025 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
1026 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
1027
0aee02e4
AC
10282002-09-29 Andrew Cagney <ac131313@redhat.com>
1029
1030 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
1031 * mi0-disassemble.exp, mi0-eval.exp: Delete.
1032 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
1033 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
1034 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
1035 * mi0-var-block.exp, mi0-var-child.exp: Delete.
1036 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
1037
6fde09ad
KB
10382002-09-27 Kevin Buettner <kevinb@redhat.com>
1039
1040 * gdb.base/annota1.exp (info break): Make directory components of
1041 path optional since not all compilers emit this debug information.
1042
1043 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
1044 step ends up stepping out of the function instead of stopping on
1045 the epilogue.
1046
9e8aab75
KS
10472002-09-26 Keith Seitz <keiths@redhat.com>
1048
1049 * lib/insight-support.exp (gdbtk_start): Figure out where
1050 the insight executable is based on where gdb is. Use this
1051 executable to start insight instead of gdb.
1052
e36180d7
AC
10532002-09-25 Andrew Cagney <cagney@redhat.com>
1054
1055 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
1056
9dd34b2b
AC
10572002-09-24 Andrew Cagney <ac131313@redhat.com>
1058
1059 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
1060 test_isolated_complaints.
1061 (test_empty_complaint): New function.
1062 (test_empty_complaints): New function. Check no output when no
1063 complaints.
1064
dea97812
KB
10652002-09-19 Jim Blandy <jimb@redhat.com>
1066
1067 * gdb.base/charset.exp, gdb.base/charset.c: New files.
1068
54951bd7
AC
10692002-09-19 Andrew Cagney <ac131313@redhat.com>
1070
1071 * gdb.gdb/complaints.exp: New file.
1072
dec43320
AC
10732002-09-18 Andrew Cagney <ac131313@redhat.com>
1074
1075 * gdb.base/maint.exp: Check `help maint internal-warning'.
1076
e70d6e3f
DC
10772002-09-18 David Carlton <carlton@math.stanford.edu>
1078
1079 * gdb.c++/m-static.exp: Remove breakpoints depending on line
1080 numbers, and replace them by a single breakpoint after the
1081 constructors are all finished.
1082 Add test 4.
1083 * gdb.c++/m-static.cc: Add test 4.
1084 * gdb.c++/m-static.h: New file.
1085 * gdb.c++/m-static1.cc: New file.
1086
1087 * gdb.c++/printmethod.exp: New file.
1088 * gdb.c++/printmethod.cc: New file.
1089
1090 * gdb.c++/pr-574.exp: New file.
1091 * gdb.c++/pr-574.cc: New file.
1092
afb5c968
CV
10932002-09-18 Corinna Vinschen <vinschen@redhat.com>
1094
1095 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
1096 embedded targets which never actually exit.
1097
31e45dee
FN
10982002-09-18 Fernando Nasser <fnasser@redhat.com>
1099
1100 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
1101 "don't step after run" as unresolved or unsupported, instead of xfail.
1102
a283c5a1
CV
11032002-09-18 Corinna Vinschen <vinschen@redhat.com>
1104
1105 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
1106 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
1107 Add newline to expected string in "step out of main (status wrapper)"
1108 case.
1109
11350d2a
CV
11102002-09-18 Corinna Vinschen <vinschen@redhat.com>
1111
1112 * lib/gdb.exp (rerun_to_main): Allow restarting application.
1113 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
1114
0deec7d6
TT
11152002-09-17 Tom Tromey <tromey@redhat.com>
1116
1117 * gdb.base/printcmds.exp (test_print_string_constants): Expect
1118 \000, not \0, in double-quoted string.
1119
b2b4a1b5
CV
11202002-09-14 Corinna Vinschen <vinschen@redhat.com>
1121
1122 * gdb.base/command.exp: Don't expect a "Program exited normally"
1123 string after running the commands execution on breakpoint tests.
1124
1c56143a
CV
11252002-09-13 Corinna Vinschen <vinschen@redhat.com>
1126
1127 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
1128
37f8da45
JB
11292002-09-12 Joel Brobecker <brobecker@gnat.com>
1130
1131 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
1132
08b468e0
KS
11332002-09-10 Keith Seitz <keiths@redhat.com>
1134
1135 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
1136 runto proc.
1137 (mi_run_to_main): Use mi_runto.
1138 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
1139
dc360f58
KS
11402002-09-10 Keith Seitz <keiths@redhat.com>
1141
1142 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
1143 regexp for stopping at main. Could have multiple event notifications.
1144 Don't assume that main was declared with no parameters.
1145 (mi_next): Use mi_step_to.
1146 (mi_step): Use mi_next_to.
1147
ce3abcfb
CV
11482002-09-09 Corinna Vinschen <vinschen@redhat.com>
1149
1150 * gdb.base/default.exp: Fix expected string in `info float' test.
1151
d1f5b980
BE
11522002-09-09 Ben Elliston <bje@redhat.com>
1153
1154 * config/mips.exp: Update comments.
1155 * config/mips-idt.exp: Likewise.
1156 * config/nind.exp: Likewise.
1157 * config/slite.exp: Likewise.
1158 * config/sparclet.exp: Likewise.
1159 * config/udi.exp: Likewise.
1160 * config/vx.exp: Likewise.
1161 * config/vxworks29k.exp: Likewise.
1162
2f71430b
JB
11632002-09-05 Jim Blandy <jimb@redhat.com>
1164
1165 * gdb.threads/killed.exp: Fix test failure message.
1166
7ddebc7e
KS
11672002-09-04 Keith Seitz <keiths@redhat.com>
1168
1169 * lib/mi-support.exp: Update copyright.
1170 (mi_gdb_test): Increase the priority of the expected pattern
1171 so that it matches gdb_test.
1172
0ae67eb3
KS
11732002-09-03 Keith Seitz <keiths@redhat.com>
1174
1175 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
1176 Use integer comparison instead of string comparison for testing
1177 whether binary was built.
1178
38fc42c8
JB
11792002-09-03 Jim Blandy <jimb@redhat.com>
1180
1181 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
1182
b6ff0e81
JB
11832002-08-29 Jim Blandy <jimb@redhat.com>
1184
1185 * gdb.threads/pthreads.exp: Move the portable thread compilation
1186 code into a function in lib/gdb.exp, and call that from here.
1187 * lib/gdb.exp (gdb_compile_pthreads): New function.
1188
07c98896
KS
11892002-08-29 Keith Seitz <keiths@redhat.com>
1190
1191 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
1192 expect_out so that callers can get at it.
1193
0312286c
DJ
11942002-08-23 Daniel Jacobowitz <drow@mvista.com>
1195
1196 * gdb.threads/print-threads.c: New file.
1197 * gdb.threads/print-threads.exp: New file.
1198 * gdb.threads/schedlock.c: New file.
1199 * gdb.threads/schedlock.exp: New file.
1200
dd039bc4
EZ
12012002-08-22 Elena Zannoni <ezannoni@redhat.com>
1202
1203 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
1204 not altivec.c.
1205
1f36144c
MK
12062002-08-17 Mark Kettenis <kettenis@gnu.org>
1207
1208 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
1209 targets. The problem should be fixed now.
1210
16057ec7 12112002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
1212
1213 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
1214 2002-07-24 change that removes final dots from error messages.
1215
3c1499ad
TT
12162002-08-13 Tom Tromey <tromey@redhat.com>
1217
1218 * gdb.base/readline.exp: New file.
1219
a20ce2c3
AC
12202002-08-01 Andrew Cagney <ac131313@redhat.com>
1221
1222 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
1223 supress message.
1224
db034ac5
AC
12252002-08-01 Andrew Cagney <cagney@redhat.com>
1226
1227 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
1228 CHILL_FOR_TARGET and CHILL_LIB.
1229 * configure.in (configdirs): Remove gdb.chill.
1230 * configure: Regenerate.
1231 * lib/gdb.exp: Obsolete references to chill.
1232 * gdb.fortran/types.exp: Ditto.
1233 * gdb.fortran/exprs.exp: Ditto.
1234
3e000b18
KB
12352002-07-30 Kevin Buettner <kevinb@redhat.com>
1236
1237 * gdb.base/shlib-call.exp (additional_flags): Conditionally
1238 set Irix-specific compile and link flags.
1239
28f4966b
KB
12402002-07-29 Kevin Buettner <kevinb@redhat.com>
1241
1242 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
1243 source files. The ``-o'' option doesn't work with the ``-E'' option
1244 when using the Irix compiler.
1245
46c0d5a6
DJ
12462002-07-19 Daniel Jacobowitz <drow@mvista.com>
1247
1248 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
1249 Improve support for reusing an exec file. Copy exec file
1250 to target, and run gdbserver on the target instead of on the host.
1251
eecf4bed
JB
12522002-07-18 Jim Blandy <jimb@redhat.com>
1253
0f815cdf
JB
1254 * gdb.base/ending-run.exp: Don't expect to see the program end in
1255 some orderly fashion when we're running on a real stand-alone
1256 board.
1257
eecf4bed
JB
1258 * gdb.base/interrupt.exp: Correct logic for skipping tests on
1259 targets that don't support interrupts.
1260
52d309e4
JB
12612002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1262
1263 * gdb.base/attach.exp: Add patterns to match output from /proc-based
1264 systems.
1265 Move comments in expect statements to inside the actions, so that they
1266 don't get matched against.
1267
ff683d9e
MK
12682002-07-10 Mark Kettenis <kettenis@gnu.org>
1269
1270 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
1271 function when asleep" test.
1272
b5356753
AC
12732002-07-10 Andrew Cagney <ac131313@redhat.com>
1274
1275 * gdb.base/page.exp: Rewrite to handle problems with very long
1276 `info set' output. Update copyright.
1277
6aa4d13a
AC
12782002-06-26 Andrew Cagney <ac131313@redhat.com>
1279
1280 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
1281 gdb.threads-hp.
1282 * gdb.hp/configure: Regenerate.
1283 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
1284 * gdb.hp/gdb.threads-hp/configure: Delete file.
1285 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
1286
8cf8c2b8
AC
12872002-06-22 Andrew Cagney <ac131313@redhat.com>
1288
1289 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
1290 setlocale, bindtextdomain and textdomain.
1291
6827a8f8
JB
12922002-06-11 Jim Blandy <jimb@redhat.com>
1293
919d772c
JB
1294 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
1295 preprocessor macro information is present.
1296
6827a8f8
JB
1297 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
1298 tests.
1299
c15b0d21
MS
13002002-06-06 Michael Snyder <msnyder@redhat.com>
1301
c5984d70
MS
1302 * gdb.base/overlays.exp: Record addresses of overlay
1303 functions in TCL variables rather than in GDB variables,
1304 to avoid having GDB convert them to pointers (with loss
1305 of information).
1306
99a8512b
MS
1307 * gdb.base/d10v.ld: Merge in several years worth of
1308 default linker script changes.
c15b0d21
MS
1309 * gdb.base/long_long.exp: Add check for sizeof (long double).
1310
be26fe0d
ML
13112002-06-06 Michal Ludvig <mludvig@suse.cz>
1312
1313 * gdb.asm/asm-source.exp: Add x86-64 target.
1314 * gdb.asm/x86_64.inc: New.
1315
258093ca 13162002-05-30 Michael Chastain <mec@shout.net>
258093ca 1317
4b3153f1 1318 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
1319 * gdb.c++/m-static.cc: New file.
1320 * gdb.c++/m-static.exp: New file.
1321
241264c6
MS
13222002-05-28 Michael Snyder <msnyder@redhat.com>
1323
1324 * gdb.base/call-ar-st.exp: Allow for reduced floating point
1325 precision.
1326
9bba8c8f 13272002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 1328
4b3153f1 1329 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
1330 * gdb.c++/m-data.cc: New file.
1331 * gdb.c++/m-data.exp: New file.
1332
13332002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 1334
4b3153f1 1335 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f
MC
1336 * gdb.c++/try_catch.cc: New file.
1337 * gdb.c++/try_catch.exp: New file.
1338
def1b996
MC
13392002-05-27 Michael Chastain <mec@shout.net>
1340
1341 * gdb.c++/local.exp: Accept more nested types in output.
1342
522ba268
MC
13432002-05-26 Michael Chastain <mec@shout.net>
1344
1345 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
1346
277254ba
MS
13472002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
1348
1349 * lib/gdb.exp (gdb_wrapper_init): Just because
1350 gdb_wrapper_file exists, this does not mean that the file
1351 should not be rebuilt. That is what gdb_wrapper_initialized
1352 is for.
1353 (default_gdb_init): Reset gdb_wrapper_initialized.
1354
b61a8733
MS
13552002-05-23 Michael Snyder <msnyder@redhat.com>
1356
5bdb6d01
MS
1357 * gdb.base/all-bin.exp: Revise previous patch by just reducing
1358 the precision of the floating point test results.
1359 * gdb.base/call-rt-st.exp: Ditto.
1360
b61a8733
MS
1361 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
1362 * gdb.base/call-rt-st.exp: Ditto.
1363
56f6e910
MC
13642002-05-19 Michael Chastain <mec@shout.net>
1365
1366 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
1367
ad0b0016
EZ
13682002-05-19 Elena Zannoni <ezannoni@redhat.com>
1369
1370 * configure.in (configdirs): Add gdb.arch.
1371 * configure: Regenerate.
1372
f617d2b6
JB
13732002-05-17 Jim Blandy <jimb@redhat.com>
1374
1375 * gdb.base/completion.exp: Recognize the more detailed error
1376 messages produced by the macro expander's lexical analyzer.
1377
eac2a696
EZ
13782002-05-14 Elena Zannoni <ezannoni@redhat.com>
1379
1380 * gdb.arch/altivec-abi.c: New file.
1381 * gdb.arch/altivec-abi.exp: New file.
1382 * gdb.arch/altivec-regs.c: New file.
1383 * gdb.arch/altivec-regs.exp: New file.
1384
2fdde8f8
DJ
13852002-05-14 Daniel Jacobowitz <drow@mvista.com>
1386
1387 * gdb.base/maint.exp (maint print type): Update for new type
1388 structure.
eac2a696 1389
e31f1a7c
EZ
13902002-05-14 Elena Zannoni <ezannoni@redhat.com>
1391
1392 * gdb.arch: New directory.
1393 * gdb.arch/configure.in: New file.
1394 * gdb.arch/configure: New file.
1395 * gdb.arch/Makefile.in: New file.
1396
db589741
CV
13972002-05-13 Corinna Vinschen <vinschen@redhat.com>
1398
1399 * gdb.asm/asm-source.exp: Add v850 as supported target.
1400 * gdb.asm/v850.inc: New file.
1401
8ce2a7dc
DJ
14022002-05-13 Daniel Jacobowitz <drow@mvista.com>
1403
1404 * gdb.c++/annota2.exp (annotate-quit): Add comment.
1405
df763c7f
DJ
14062002-05-12 Daniel Jacobowitz <drow@mvista.com>
1407
1408 * gdb.base/break.exp: Check 'break "marker2"'.
1409
377daeed
MS
14102002-05-10 Michael Snyder <msnyder@redhat.com>
1411
1412 * gdb.base/long_long.exp: Fix typo.
1413
c4b7bc2b
JB
14142002-05-10 Jim Blandy <jimb@redhat.com>
1415
ecac9a4e
JB
1416 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
1417 a bug.
1418
c4b7bc2b
JB
1419 * gdb.base/printcmds.exp (test_integer_literals_rejected):
1420 Recognize more detailed error message produced by the macro
1421 expander's lexical analyzer.
1422 * lib/gdb.exp (test_print_reject): Same.
1423
e71019a1
MK
14242002-05-09 Mark Kettenis <kettenis@gnu.org>
1425
1426 * gdb.c++/method.exp: Fix typo.
1427
fedfc8e6
MS
14282002-05-08 Michael Snyder <msnyder@redhat.com>
1429
166a1957
MS
1430 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
1431 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 1432 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
1433 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
1434 Add iftarget clause for strongarm.
1435
f1c47eb2
MS
14362002-05-06 Michael Snyder <msnyder@redhat.com>
1437
cb9a9d3e
MS
1438 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
1439 (gdb_continue_to_end): Accept output from status wrapper.
1440 * gdb.base/ending-run.exp: Add case for output from status wrapper.
1441 Clean up fail messages to match pass messages.
1442
f1c47eb2
MS
1443 Enable the "needs_status_wrapper" testsuite feature.
1444 * lib/gdb.exp (gdb_wrapper_init): New procedure.
1445 (gdb_compile): Conditionally call gdb_wrapper_init.
1446 * gdb.base/a2-run.exp: Recognize output from status wrapper.
1447 * gdb.c++/method.exp: Recognize output from status wrapper.
1448
6079c749
BE
14492002-05-06 Ben Elliston <bje@redhat.com>
1450From Graydon Hoare <graydon@redhat.com>
1451
1452 * config/sid.exp: Include support for "rawsid" protocol.
1453
188baff3
JB
14542002-05-03 Jim Blandy <jimb@redhat.com>
1455
1456 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
1457 * gdb.c++/hang3.C: New file.
1458
b9c07f0f
AC
14592002-05-04 Andrew Cagney <ac131313@redhat.com>
1460
1461 * gdb.base/default.exp: Remove obsolete code.
1462 * gdb.c++/misc.exp: Ditto. Update copyright.
1463 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
1464 * gdb.base/whatis.exp: Ditto. Update copyright.
1465 * gdb.base/scope.exp: Ditto. Update copyright.
1466 * gdb.base/ptype.exp: Ditto. Update copyright.
1467 * gdb.base/printcmds.exp: Ditto. Update copyright.
1468 * gdb.base/opaque.exp: Ditto. Update copyright.
1469 * gdb.base/list.exp: Ditto.
1470 * gdb.base/funcargs.exp: Ditto. Update copyright.
1471 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
1472 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
1473 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
1474 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
1475 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
1476 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
1477
5c7a0397
MS
14782002-05-02 Michael Snyder <msnyder@redhat.com>
1479
d6dcc264 1480 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
1481 * gdb.base/long_long.exp: Add xscale target.
1482 * gdb.base/default.exp: Add xscale target.
1483
eb7f1c48
JB
14842002-05-01 Jim Blandy <jimb@redhat.com>
1485
1486 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
1487 gdb.c++/hang.exp: New test.
1488
a6befae8
FF
14892002-05-01 Fred Fish <fnf@redhat.com>
1490
1491 * gdb.base/completion.exp: Handle completions of "./Make" for
1492 more than one completion possibility, as is the case when we
1493 build and test in the source tree.
1494
0a310277
AG
14952002-04-29 Anthony Green <green@redhat.com>
1496
1497 * gdb.java/jmisc1.exp: New file.
1498 * gdb.java/jmisc2.exp: New file.
1499
6ff9af88
DJ
15002002-04-24 Daniel Jacobowitz <drow@mvista.com>
1501
1502 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
1503
96b3d632
EZ
15042002-04-23 Elena Zannoni <ezannoni@redhat.com>
1505
1506 * gdb.base/help.exp: Change 'help status' to allow for target
1507 dependent output differences.
1508
5019bb54
MC
15092002-04-22 Michael Chastain <mec@shout.net>
1510
1511 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
1512
a805a116
MC
15132002-04-22 Michael Chastain <mec@shout.net>
1514
1515 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
1516
a1706bfd
DM
15172002-04-17 David S. Miller <davem@redhat.com>
1518
1519 * gdb.asm/sparc64.inc: New file.
1520 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
1521
a73a20a2
EZ
15222002-04-19 Elena Zannoni <ezannoni@redhat.com>
1523
1524 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
1525 instruction file directly into the build tree. Clean up at end of
1526 test.
1527
ba678339
DM
15282002-04-18 David S. Miller <davem@redhat.com>
1529
1530 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
1531 handle 64-bit platforms correctly.
1532 * gdb.base/maint.exp: Likewise.
1533
b03399da
KB
15342002-04-18 Kevin Buettner <kevinb@redhat.com>
1535
1536 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
1537 ``-fpic'' when compiling files comprising a shared library, but
1538 it does need additional linker flags in order to find shared
1539 libraries at run time.
1540
e2004992
KB
15412002-04-18 Kevin Buettner <kevinb@redhat.com>
1542
1543 * gdb.base/cvexpr.c (use): New function.
1544 (main): Invoke use() on all global variables to prevent
1545 some linkers from deleting these otherwise unused symbols.
1546
d8937120
MC
15472002-04-17 Michael Chastain <mec@shout.net>
1548From David S. Miller <davem@redhat.com>
1549
1550 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
1551 handle 64-bit platforms correctly.
1552
ffd61a58
MS
15532002-04-12 Michael Snyder <msnyder@redhat.com>
1554From Jim Blandy <jimb@redhat.com>
1555 * gdb.base/foo.c (foox): Remove section attribute; the linker
1556 script can handle this instead.
1557 * gdb.base/bar.c (barx): Same.
1558 * gdb.base/baz.c (bazx): Same.
1559 * gdb.base/grbx.c (grbxx): Same.
1560
1561 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
1562 manager doesn't automatically unmap overlays unnecessarily.
1563
6b8426a6
MH
15642002-04-10 Martin M. Hunt <hunt@redhat.com>
1565
1566 * gdb.base/ending-run.exp: Fix pattern for Mips targets
1567 stepping out of main.
1568
34af4875
MC
15692002-04-09 Michael Chastain <mec@shout.net>
1570
1571 * gdb.c++/local.cc (main): Move call to marker1() inside nested
1572 scope so that the nested scope tests will make sense.
1573 * gdb.c++/local.exp: Write patterns that actually work with gcc
1574 (the HP patterns "were never known to work with gcc").
1575 Keep the old aCC patterns too.
1576
2d1676a0
DJ
15772002-04-09 Daniel Jacobowitz <drow@mvista.com>
1578
1579 * gdb.base/attach.exp: Correct target board test.
1580
3a63e3f9
MC
15812002-04-08 Michael Chastain <mec@shout.net>
1582
1583 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
1584 in a const method. Add some xfail and fail cases for configurations
1585 that do not emit the "const ...".
1586
f18dabd2
MC
15872002-04-07 Michael Chastain <mec@shout.net>
1588
1589 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
1590 Accept "A * const" and "const A * const" as type of "this".
1591 Fix spelling of getFunky throughout. Make messages uniform.
1592
0fcddd82
EZ
15932002-04-07 Elena Zannoni <ezannoni@redhat.com>
1594
1595 Work around for PR gdb/285:
1596 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
1597
16a8534a
EZ
15982002-04-07 Elena Zannoni <ezannoni@redhat.com>
1599
1600 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
1601 instructions file at run time instead of configure time.
1602 Sometimes we run the test in a directory that is not the one we
1603 configured in.
1604 * gdb.asm/configure.in: Delete creation of symlink.
1605 * gdb.asm/configure: Regenerate.
1606
24181d81
JB
16072002-04-05 J. Brobecker <brobecker@gnat.com>
1608
1609 * gdb.gdb/xfullpath.exp: New test, to exercise the new
1610 xfullpath () function.
1611
7cdb7107
DJ
16122002-04-04 Daniel Jacobowitz <drow@mvista.com>
1613
1614 * gdb.asm/Makefile.in: Correct dependencies.
1615
1616 * gdb.asm/powerpc.inc: New file.
1617 * gdb.asm/asm-source.exp: Add PowerPC.
1618 * gdb.asm/configure.in: Likewise.
1619 * gdb.asm/configure: Regenerated.
1620
a7d17088
DJ
16212002-04-04 Daniel Jacobowitz <drow@mvista.com>
1622
1623 * gdb.base/relocate.exp: New file.
1624 * gdb.base/relocate.c: New file.
1625
cd721503
FF
16262002-04-04 Fred Fish <fnf@redhat.com>
1627
1628 * gdb.base/step-test.exp: Update comment regarding stopping in
1629 memcpy/bcopy calls inserted as part of the compiler runtime.
1630
b22ad7a7
MS
16312002-04-04 Michael Snyder <msnyder@redhat.com>
1632
1633 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
1634
5f279fa6
DJ
16352002-04-03 Daniel Jacobowitz <drow@mvista.com>
1636
1637 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
1638 (gdb_expect): Remove $notransfer hack.
1639
dd0fd3ce
DJ
16402002-04-02 Daniel Jacobowitz <drow@mvista.com>
1641
1642 * gdb.c++/classes.exp ("calling method for small class"): Match
1643 updated register output.
1644
1e50cda1
DJ
16452002-03-30 Daniel Jacobowitz <drow@mvista.com>
1646
1647 Fix PR gdb/452
1648 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
1649 when finished. Make gdb_file_cmd send "exec-file" when
1650 appropriate.
1651
24015922
DJ
16522002-03-30 Daniel Jacobowitz <drow@mvista.com>
1653
1654 * gdb.base/attach.exp: Remove extra setup_xfail.
1655
dd7dfd64
MS
16562002-03-26 Michael Snyder <msnyder@redhat.com>
1657
1658 * gdb.base/default.exp: Add tests for dump, append, and restore.
1659 * gdb.base/help.exp: Add tests for dump, append, and restore.
1660 * gdb.base/dump.exp: New file, test dump, append and restore.
1661 * gdb.base/dump.c: New file.
1662
48b2f8d7
MS
16632002-03-27 Michael Snyder <msnyder@redhat.com>
1664
1665 * gdb.base/help.exp: Modify expect strings to reflect
1666 clean-ups in help messages.
1667
05b4d525
FF
16682002-03-26 Fred Fish <fnf@redhat.com>
1669
1670 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
1671 have debugging info for those functions and the compiler uses them
1672 internally to copy structs around.
1673
d7679631
FF
16742002-03-26 Fred Fish <fnf@redhat.com>
1675
1676 * gdb.base/list.exp: Revert the change made yesterday and add note
1677 about why we don't list the default lines for remote targets.
1678
523ac3f9
MS
16792002-03-25 Michael Snyder <msnyder@redhat.com>
1680
1681 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
1682
754b2b8d
FF
16832002-03-25 Fred Fish <fnf@redhat.com>
1684
1685 * gdb.base/list.exp: This test works on remote targets so remove
1686 the short circuit for remote targets. Update copyright.
1687
33c3e192
FF
16882002-03-25 Fred Fish <fnf@redhat.com>
1689
1690 * gdb.base/attach.exp: Fix logic error that was suppressing this
1691 test for all non hppa*-*-hpux* targets, instead of the hp target.
1692 Move comments closer to the suppression point. Also now need to
1693 check that we are running natively.
1694
d43e73ee
MS
16952002-03-22 Michael Snyder <msnyder@redhat.com>
1696
882c8f02
MS
1697 * gdb.base/default.exp: Add test for gcore. Update copyright.
1698 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 1699
04c12f60
FF
17002002-03-06 Fred Fish <fnf@redhat.com>
1701
1702 * gdb.base/funcargs.c: Remove extraneous ';' character.
1703 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
1704
b43df995
MC
17052002-03-04 Michael Chastain <mec@shout.net>
1706
1707 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
1708 accommodate gcc v3 function signature.
1709 * gdb.mi/mi0-var-cmd-exp: Ditto.
1710
92362027
AC
17112002-02-24 Andrew Cagney <ac131313@redhat.com>
1712
1713 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
1714 ``GNU/Linux'' or ``Linux kernel''
1715 * testsuite/gdb.threads/pthreads.c: Ditto.
1716
258ad32d
MC
17172002-02-24 Michael Chastain <mec@shout.net>
1718
1719 * gdb.threads/pthreads.c (thread1): Add a return statement.
1720 (thread2): Likewise.
1721 (foo): Likewise.
1722
04c3b3d4
MC
17232002-02-23 Michael Chastain <mec@shout.net>
1724
1725 * gdb.threads/linux-dp.c (philosopher): Add a return statement
1726 to placate gcc.
1727
5a2a0a20
MC
17282002-02-23 Michael Chastain <mec@shout.net>
1729
1730 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
1731 test "ptype bint". The test passes on all my stabs configurations.
1732
a640f7fc
JB
17332002-02-21 Jim Blandy <jimb@redhat.com>
1734
27924826
JB
1735 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
1736 filename at a time, and watch for the ones we want to see.
1737
a640f7fc
JB
1738 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
1739 types of pointers to prototyped functions.
1740
edcc8c75
AC
17412002-02-20 Andrew Cagney <ac131313@redhat.com>
1742
1743 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
1744 signed, unsigned and straight char.
1745 (padding_char, padding_short, padding_int, padding_long,
1746 padding_long_long, padding_float, padding_double,
1747 padding_long_double): New global variables.
1748 (fill, fill_structs): New functions.
1749
1750 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
1751 for correctly sized writes. Update copyright.
1752 (get_valueof): New procedure.
1753 (get_sizeof): Call get_valueof.
1754 (check_valueof): New procedure.
1755 (check_padding): New procedure.
1756
ac57ea44
MC
17572002-02-20 Michael Chastain <mec@shout.net>
1758
1759 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
1760 to setup_xfail. Document some of the remaining calls.
1761
7a10c941
MC
17622002-02-18 Michael Chastain <mec@shout.net>
1763
1764 * gdb.c++/userdef.exp: Update copyright year.
1765
fb8acdcc
DJ
17662002-02-18 Daniel Jacobowitz <drow@mvista.com>
1767
1768 * gdb.c++/userdef.exp: Test overloaded operators properly.
1769 Remove xfails.
1770
fda6ae12
MS
17712002-02-14 Michael Snyder <msnyder@redhat.com>
1772
1773 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
1774
676a0442
DJ
17752002-02-14 Daniel Jacobowitz <drow@mvista.com>
1776
1777 * gdb.base/a2-run.exp: Check for a remote target properly.
1778 * gdb.base/annota1.exp: Likewise.
1779 * gdb.base/list.exp: Likewise.
1780 * gdb.base/reread.exp: Likewise.
1781 * gdb.base/scope.exp: Likewise.
1782 * gdb.base/shlib-call.exp: Likewise.
1783 * gdb.base/term.exp: Likewise.
1784 * gdb.c++/annota2.exp: Likewise.
1785
78b4f468
RE
17862002-02-13 Richard Earnshaw <rearnsha@arm.com>
1787
1788 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
1789
9a81ba51
MC
17902002-02-10 Michael Chastain <mec@shout.net>
1791
1792 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
1793 (call_after_alloca): Ditto.
1794
004af6c7
DJ
17952002-02-10 Daniel Jacobowitz <drow@mvista.com>
1796
1797 * gdb.base/ending-run.exp: Guard "cont" test with
1798 gdb_skip_stdio_test.
1799
37225f62
JB
18002002-02-06 Jim Blandy <jimb@redhat.com>
1801
1802 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
1803 from here...
1804 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
1805 To here. Disable this test on non-HP platforms. Add big comment.
1806
fe6fdd96
MS
18072002-02-04 Michael Snyder <msnyder@redhat.com>
1808
1809 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
1810 other than d10v and m32r.
1811
036fad3f
RE
18122002-02-02 Richard Earnshaw <rearnsha@arm.com>
1813
1814 * gdb.base/default.exp: Rewrite test patterns to reduce time
1815 taken to match them.
1816
7148ab62
DJ
18172002-01-30 Daniel Jacobowitz <drow@mvista.com>
1818
1819 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
1820 Allow a start function above main.
1821 * gdb.threads/linux-dp.exp: Fix copyright date.
1822
396cc255
DJ
18232002-01-30 Daniel Jacobowitz <drow@mvista.com>
1824
1825 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
1826 (check_philosopher_stack): Check for manager thread before checking
1827 for a just-starting thread.
1828
f038d31b
DJ
18292002-01-30 Daniel Jacobowitz <drow@mvista.com>
1830
1831 From Neil Booth <neil@daikokuya.demon.co.uk>:
1832 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
1833 warnings.
1834
b3ff9d9a
FF
18352002-01-21 Fred Fish <fnf@redhat.com>
1836
1837 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
1838 not caller.
1839
39ad761d
JB
18402002-01-21 Jim Blandy <jimb@redhat.com>
1841
1842 * gdb.base/reread.exp: Check that GDB properly re-reads the
1843 executable file when it changes while no inferior is running.
1844
aaf320fa
FF
18452002-01-21 Fred Fish <fnf@redhat.com>
1846
1847 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
1848 optionally accept the "shlib events" variation.
1849
808a31f5
JB
18502002-01-21 Jim Blandy <jimb@redhat.com>
1851
1852 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
1853 call `fflush' after every `printf', so that the output is produced
1854 at predictable points, regardless of whatever buffering does (or
1855 doesn't) take place.
1856 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
1857 at different points.
1858
4420d5e2
DJ
18592002-01-20 Daniel Jacobowitz <drow@mvista.com>
1860
1861 * gdb.c++/inherit.exp: Update copyright years.
1862 * gdb.c++/method.exp: Likewise.
1863
3e36a0f4
DJ
18642002-01-20 Daniel Jacobowitz <drow@mvista.com>
1865
1866 * gdb.c++/classes.exp: Update for improved v3 support and skipping
1867 artificial methods/arguments.
1868 * gdb.c++/derivation.exp: Likewise.
1869 * gdb.c++/inherit.exp: Likewise.
1870 * gdb.c++/method.exp: Likewise.
1871 * gdb.c++/virtfunc.exp: Likewise.
1872
b4ceaee6
AC
18732002-01-18 Andrew Cagney <ac131313@redhat.com>
1874
1875 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
1876 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
1877 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
1878 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
1879 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
1880 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
1881
ecace851
JB
18822002-01-17 Jim Blandy <jimb@redhat.com>
1883
1884 * gdb.asm/asm-source.exp (info symbol): Take another shot at
1885 anchoring the pattern matching the entry point symbol's name.
1886
375fc983
AC
18872002-01-17 Andrew Cagney <ac131313@redhat.com>
1888
1889 * gdb.base/maint.exp: Update ``maint internal-error'' to match
1890 continue/quit query. Update copyright.
1891
fe6fdd96
MS
18922002-01-14 Michael Snyder <msnyder@redhat.com>
1893
1894 * gdb.base/gcore.exp: Remove extra debugging output.
1895
e017c81f
DJ
18962002-01-13 Daniel Jacobowitz <drow@mvista.com>
1897
1898 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
1899 for slightly dubious v2 mangled string.
1900
37ab3bf8
DJ
19012002-01-13 Daniel Jacobowitz <drow@mvista.com>
1902
1903 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
1904
1bc05c3a 19052002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 1906
1bc05c3a 1907 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 1908
1bc05c3a
JM
1909 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
1910 constructors.
1911 * gdb.c++/derivation.exp: Likewise.
1912 * gdb.c++/templates.exp: Likewise.
1913 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 1914
1bc05c3a
JM
19152002-01-10 Michael Snyder <msnyder@redhat.com>
1916
1917 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 1918
a911c360
MS
19192002-01-08 Michael Snyder <msnyder@redhat.com>
1920
1921 * gdb.base/gcore.exp: New test for generate-core-file command.
1922 * gdb.base/gcore.c: Testcase for above.
1923 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
1924
ea2119ec
JM
19252002-01-08 Jason Merrill <jason@redhat.com>
1926
1927 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
1928
68203136
FF
19292002-01-07 Fred Fish <fnf@redhat.com>
1930
1931 * gdb.c++/overload.exp: Remove unconditional xfails for:
1932 print foo_instance1.overloadargs(1)
1933 print foo_instance1.overloadargs(1, 2)
1934 print foo_instance1.overloadargs(1, 2, 3)
1935 print foo_instance1.overloadargs(1, 2, 3, 4)
1936 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
1937 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
1938 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
1939 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
1940 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
1941 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1942 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
1943 print foo_instance1.overload1arg()
1944 print foo_instance1.overload1arg((char)arg2)
1945 print foo_instance1.overload1arg((signed char)arg3)
1946 print foo_instance1.overload1arg((unsigned char)arg4)
1947 print foo_instance1.overload1arg((int)arg7)
1948 print foo_instance1.overload1arg((unsigned int)arg8)
1949 print foo_instance1.overload1arg((float)arg11)
1950 print foo_instance1.overload1arg((double)arg12)
1951
21b9b5b1
MS
19522002-01-07 Michael Snyder <msnyder@redhat.com>
1953
1954 * gdb.base/huge.exp: New test. Print a very large target data object.
1955 (skip_huge_test): New test variable. Define if you want to skip this
1956 test. The test reads an 8 megabyte data object from the target, so it
1957 might be very time consuming on remote targets with a slow connection.
1958 * gdb.base/huge.c: New file. Test case for above.
1959
725f922e
FF
19602002-01-07 Fred Fish <fnf@redhat.com>
1961
1962 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
1963 g_instance.bfoo, and g_instance.cfoo.
1964
634d57ec
JL
1965Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
1966
f286b2c3
JL
1967 * gdb.base/break.c (multi_line_if_conditional): New function.
1968 (multi_ilne_while_conditional): Likewise.
1969 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
1970 IF or WHILE condition puts the breakpoint at the start of
1971 the condition.
1972
634d57ec
JL
1973 * gdb.base/selftest.exp (backtrace through signal handler): Remove
1974 hppa*-*-hpux* expected failure.
1975 * gdb.base/structs.exp (do_function_calls): Similarly.
1976
1977 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
1978 watchpoints.
1979
9fbfe2dc
AC
19802002-01-06 Andrew Cagney <ac131313@redhat.com>
1981
1982 Fix PR gdb/66.
1983 * gdb.base/structs.exp: Replace skip for a29k with skip for
1984 gdb,cannot_call_functions.
1985 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
1986 * gdb.base/callfuncs.exp: Ditto.
1987 * gdb.base/call-rt-st.exp: Ditto.
1988 * gdb.base/call-strs.exp: Ditto.
1989 * gdb.base/callfwmall.exp: Ditto.
1990 * gdb.base/scope.exp: Obsolete xfail a29k.
1991 * gdb.c++/misc.exp: Ditto.
1992 * gdb.c++/cplusfuncs.exp: Ditto.
1993 * gdb.base/ptype.exp: Ditto.
1994 * gdb.base/printcmds.exp: Ditto.
1995 * gdb.base/opaque.exp: Ditto.
1996 * gdb.base/list.exp: Ditto.
1997 * gdb.base/funcargs.exp: Ditto.
1998 * gdb.base/default.exp: Ditto.
1999
8ddad156
MS
20002002-01-04 Michael Snyder <msnyder@redhat.com>
2001
ca4976a6 2002 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
2003 * gdb.base/maint.exp: Add tests for maint info sections options.
2004
1b074332
JL
2005Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
2006
2007 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
2008
7d159115
CV
20092001-12-20 Corinna Vinschen <vinschen@redhat.com>
2010
2011 * gdb.asm/arm.inc: New file.
2012 * gdb.asm/asm-source.exp: Add arm targets.
2013 * gdb.asm/configure.in: Ditto.
2014 * gdb.asm/configure: Recreated from configure.in.
2015
8fb87725
JL
2016Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
2017
afabe08c
JL
2018 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
2019 with HP's compiler.
2020 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
2021 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
2022 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
2023 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
2024
2025 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
2026 either HP's compilers or GCC.
2027
db521deb
JL
2028 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
2029 a SIGBUS or SIGSEGV.
2030
2031 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
2032
2033 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
2034 can be compiled with either HP's compiler or GCC.
2035
cfa88ab7
JL
2036 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
2037 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
2038 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
2039
ca344dff
JL
2040 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
2041 to match current gdb output. Update due to using auto-solib-limit
2042 for limiting instead of overloading auto-solib-add.
2043 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
2044 test program.
2045
3f3c6e55 2046 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
2047 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
2048 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2049 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
2050 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
2051 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2052 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
2053 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
2054 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
2055 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
2056 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
2057 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
2058 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 2059
8fb87725
JL
2060 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
2061 a SIGTRAP to the inferior.
2062
cf599fa7
CV
20632001-12-19 Corinna Vinschen <vinschen@redhat.com>
2064
2065 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
2066 Substitute call to target_link by call to gdb_compile.
2067
2cd045cd
JL
2068Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
2069
2070 * gdb.base/break.exp: Fix HP specific search string when testing
2071 backtracing in a called function.
2072
2073 * gdb.base/constvars.exp: Only set lang to C++ if we're
2074 compiling the test with HP's compilers.
2075 * gdb.base/volatile.exp: Similarly.
2076
99ebe9ac
JB
20772001-12-19 Jim Blandy <jimb@redhat.com>
2078
2079 * gdb.base/printcmds.exp: Expect the null character to be printed
2080 as '\0', and the '\013' to be printed as '\v'.
2081 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
2082 * gdb.base/setvar.exp: Same.
2083
b9891b29
JB
20842001-12-17 Jim Blandy <jimb@redhat.com>
2085
0eba65ab
JB
2086 * gdb.base/completion.exp: Rather than completing very long
2087 filenames, which can make the readline library produce output we
2088 don't recognize, cd to the directory first, and then complete
2089 using nice, short relative paths.
2090
6970b5b1
JB
2091 * gdb.base/completion.exp: On some systems, there is, in fact, a
2092 variable named `b' in scope, since GDB treats all static
2093 variables as being in scope. So use `no_var_named_this'
2094 instead of `b'.
2095
b9891b29
JB
2096 * gdb.base/corefile.exp: Recognize the message saying that GDB
2097 can't find the core file's registers as a failure.
2098
e6ccd35f
JSC
20992001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
2100
2101 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
2102 test expect string more specific.
2103
105ba819
CV
21042001-12-13 Corinna Vinschen <vinschen@redhat.com>
2105
2106 * gdb.asm/asm-source.exp: Add support for xstormy16.
2107 * gdb.asm/configure.in: Ditto.
2108 * gdb.asm/configure: Rebuild.
2109 * gdb.asm/xstormy16.inc: New file.
2110
e9e79dd9
FF
21112001-12-10 Fred Fish <fnf@redhat.com>
2112
2113 * gdb.base/maint.exp: Update to match changes in type dumping code.
2114
347dc97d
JB
21152001-12-10 Jim Blandy <jimb@redhat.com>
2116
2117 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
2118 matching the entry point symbol's name at the beginning of the
2119 line.
2120
5178b9d6
DJ
21212001-12-07 Daniel Jacobowitz <drow@mvista.com>
2122
2123 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
2124 gdb.c++/inherit.exp, gdb.c++/method.exp,
2125 gdb.c++/namespace.exp, gdb.c++/templates.exp,
2126 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
2127 and class layout support.
2128
af890c52
DJ
21292001-12-07 Daniel Jacobowitz <drow@mvista.com>
2130
2131 * gdb.c++/classes.exp: Add test for static member function.
2132 * gdb.c++/misc.cc: Add class with static member function.
2133
7a345fb3
JB
21342001-12-07 Jim Blandy <jimb@redhat.com>
2135
f2e54a80 2136 If GDB says it can't find the struct the function returned, report
8032bf31
JB
2137 those tests as `unsupported'.
2138 * gdb.base/call-rt-st.exp (print_struct_call): New function.
2139 Rewrite subsequent tests to use it.
2140
2141 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
2142 those tests as `unsupported'.
2143 * gdb.base/structs.exp (call_struct_func): New function.
2144 (do_function_calls): Use call_struct_func to call the functions
2145 returning structs.
2146
0bc69509
JB
2147 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
2148 whether functions are prototyped or not, so we can't possibly pass
2149 arguments to t_float_values2 properly.
2150
7a345fb3
JB
2151 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
2152 value of `timeout' for targets other than the mips*tx39-*.
2153
edb6ede1
MS
21542001-12-06 Michael Snyder <msnyder@redhat.com>
2155
2156 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
2157 and detect whether the start symbol has a leading underscore.
2158
2d842f13
JB
21592001-12-04 Jim Blandy <jimb@redhat.com>
2160
2161 * gdb.base/completion.exp: Clarify indentation.
2162
68550daf
JB
21632001-12-03 Jim Blandy <jimb@redhat.com>
2164
2165 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
2166 variables on the S/390, not `.word'.
2167
cd5195a8
JB
21682001-11-30 Jim Blandy <jimb@redhat.com>
2169
2170 Add assembly-source tests for s390-ibm-linux.
2171 * gdb.asm/s390.inc: New file.
2172 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
2173 the S/390 architecture.
2174 * gdb.asm/configure: Regenerated.
2175
ca9efc90
MS
21762001-11-30 Michael Snyder <msnyder@redhat.com>
2177
2178 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
2179 next, info source, info sources, info line, global and static
2180 variables, and static functions.
2181 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
2182 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
2183 * gdb.asm/asmsrc1.s: Add a static function and some variables.
2184 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
2185 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
2186 (gdbasm_leave): Restore frame pointer.
2187 (gdbasm_startup): Copy stack set-up from crt0.S.
2188
d0e66976
FN
21892001-11-26 Fernando Nasser <fnasser@redhat.com>
2190
2191 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
2192 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
2193 to a local (non-static) variable. Copy tstruct.a to a static buffer
2194 and return a pointer to that buffer.
2195 * gdb.base/callfwmall.c (t_structs_a): Ditto.
2196
e2334072
MK
21972001-11-24 Mark Kettenis <kettenis@gnu.org>
2198
2199 * gdb.asm/configure.in: Fix recognition of ix86 target.
2200 * gdb.asm/configure: Regenerate.
2201
756caa3d
MS
22022001-11-21 Michael Snyder <msnyder@redhat.com>
2203
2204 * gdb.asm/sparc.inc: New file.
2205 * gdb.asm/asm-source.exp: Recognize sparc target.
2206 * gdb.asm/configure.in: Recognize sparc target.
2207 * gdb.asm/configure: Regenerate.
2208
9a4d72d5
MS
22092001-11-21 Michael Snyder <msnyder@redhat.com>
2210
2211 * gdb.asm/m32r.inc: New file.
2212 * gdb.asm/asm-source.exp: Recognize m32r target.
2213 * gdb.asm/configure.in: Recognize m32r target.
2214 * gdb.asm/configure: Regenerate.
2215
a773d1cd
MS
22162001-11-20 Michael Snyder <msnyder@redhat.com>
2217
017ac23d
MS
2218 * gdb.asm/i386.inc: New file.
2219 * gdb.asm/asm-source.exp: Recognize ix86 target.
2220 * gdb.asm/configure.in: Recognize ix86 target.
2221 * gdb.asm/configure: Regenerate.
2222
a773d1cd
MS
2223 * gdb.c++/namespace.exp: Fix quotes in output messages.
2224
bb632afb
MS
22252001-11-14 Michael Snyder <msnyder@redhat.com>
2226
25d559ca 2227 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
2228 qualifier in a type cast expression, to designate an address
2229 in the instruction space (Harvard architecture).
2230
4749e309
MS
22312001-11-13 Michael Snyder <msnyder@redhat.com>
2232
2233 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
2234 Tests for expressions using 'const' and 'volatile'.
2235
25050984
CV
22362001-11-13 Corinna Vinschen <vinschen@redhat.com>
2237
2238 * gdb.asm/asm-sources.exp: Allow defining linker flags.
2239
1902c51f
DJ
22402001-11-12 Daniel Jacobowitz <drow@mvista.com>
2241
2242 * lib/mi-support.exp (mi_run_to_helper): Move comments
2243 outside of gdb_expect.
2244
dcf95b47
DJ
22452001-11-11 Daniel Jacobowitz <drow@mvista.com>
2246
2247 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
2248 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
2249 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
2250 mi0_run_to): New functions.
2251 * gdb.mi/mi-simplerun.exp: Use them.
2252 * gdb.mi/mi0-simplerun.exp: Likewise.
2253 * gdb.mi/mi-var-cmd.exp: Likewise.
2254 * gdb.mi/mi0-var-cmd.exp: Likewise.
2255
45b074e1
AC
22562001-11-10 Andrew Cagney <ac131313@redhat.com>
2257
2258 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
2259 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
2260
bf50d346
AC
22612001-11-09 Andrew Cagney <ac131313@redhat.com>
2262
2263 * gdb.base/restore.exp: Include $expected value in restored test
2264 message.
2265
9383332c
AC
22662001-11-09 Andrew Cagney <ac131313@redhat.com>
2267
2268 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
2269 implemented.
2270
db62520a
MS
22712001-11-08 Michael Snyder <msnyder@redhat.com>
2272
2273 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
2274 Add pass/fail message for stop at breakpoint in call dummy function.
2275
b5703437
MS
22762001-11-07 Michael Snyder <msnyder@redhat.com>
2277
760f6330
MS
2278 * gdb.c++/templates.exp (test_template_breakpoints):
2279 If we get an overload menu, but it does not match what
2280 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
2281 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
2282 making the whitespace optional. Argument for "new" may be
2283 "unsigned" as well as "unsigned int/long".
eef747c0
MS
2284 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
2285 making the whitespace optional. Also replace "(void) with
2286 "((void|)), making the keyword "void" optional.
63f50499
MS
2287 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
2288 making the whitespace optional. Also replace "(void) with
2289 "((void|)), making the keyword "void" optional.
3bf40917
MS
2290 * gdb.base/callfuncs.c (t_float_values): This function must
2291 _not_ be prototyped, and the following function (t_float_values2)
2292 must be prototyped (if the compiler supports it), so that GDB
2293 can be tested against both cases. Usually one case involves
2294 promotion of float to double, while the other does not.
2295 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
2296 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
2297 includes a stack frame for "start".
2298
c8ab4e6d
JB
22992001-11-05 Jim Blandy <jimb@redhat.com>
2300
2301 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
2302 pointers are 32 bits long, and that offsets of relocs are always
2303 stored in the data (REL-style), and not in the reloc entry itself
2304 (RELA-style).
2305 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
2306 stabs.
2307
3f08ced9
MS
23082001-11-01 Michael Snyder <msnyder@redhat.com>
2309
2310 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
2311 and regular expression operators by using quoting.
2312
cbfa24cd
MS
23132001-10-31 Michael Snyder <msnyder@redhat.com>
2314
2315 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
2316 depending on what the symbol table contains.
2317 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
2318 the output of the ptype command. Similarly, accept both "const &"
2319 and "const&".
2320
aaa68313
CV
23212001-10-31 Corinna Vinschen <vinschen@redhat.com>
2322
2323 * gdb.base/miscexprs.c (main): Add usage of preprocessor
2324 symbol `STORAGE' to allow to choose the storage class of
2325 the local datastructures.
2326 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
2327 compiler directive.
2328
91740388
MS
23292001-10-30 Michael Snyder <msnyder@redhat.com>
2330
2331 * gdb.base/jump.exp: Allow it to run for all targets.
2332
1b7c05e7
CV
23332001-10-29 Corinna Vinschen <vinschen@redhat.com>
2334
2335 * gdb.base/call-ar-st.c (print_double_array): Match for loop
2336 with new double_array size.
2337 (main): Change storage class of all local variables to static.
2338 Reduce size of double_array to 9.
2339 * gdb.base/call-ar-st.exp: Increase timeout value.
2340 Change expected output for double array to match new size in
2341 call-ar-st.c.
2342
36a22261
CV
23432001-10-29 Corinna Vinschen <vinschen@redhat.com>
2344
2345 * gdb.base/ending-run.exp: Create identical output when passing
2346 `step to end of run' case. Add regular expression branch satisfying
2347 Stormy16 target.
2348
92b8ae91
MK
23492001-10-28 Mark Kettenis <kettenis@gnu.org>
2350
2351 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
2352 that we catch the expected failure under Linux/x86.
2353
cb135b83
OF
23542001-10-29 Orjan Friberg <orjanf@axis.com>
2355
2356 * gdb.base/setvar.exp: Escape curly braces.
2357 * gdb.stabs/weird.exp: Ditto.
2358
6884aa54
DJ
23592001-10-27 Daniel Jacobowitz <drow@mvista.com>
2360
2361 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
2362 * gdm.mi/mi0-hack-cli.exp: Likewise.
2363
0398c9aa
AC
23642001-10-25 Andrew Cagney <ac131313@redhat.com>
2365
2366 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
2367 messages.
2368
d20bf2e8
AC
23692001-10-21 Andrew Cagney <ac131313@redhat.com>
2370
2371 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
2372 checking MI enabled.
2373
03dd63aa
CV
23742001-10-09 Corinna Vinschen <vinschen@redhat.com>
2375
2376 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
2377
1d9d99f3
FCE
23782001-10-04 Frank Ch. Eigler <fche@redhat.com>
2379
2380 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
2381 if gdb child process crashes, just signal an error.
2382
838ae6c4
JB
23832001-10-02 Jim Blandy <jimb@redhat.com>
2384
2385 * lib/gdb.exp (test_xfail_format): Simplify.
2386
2387 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
2388 front of the variable name `format'. Simplify `if'.
2389
8f0cbc1c
DJ
23902001-10-01 Daniel Jacobowitz <drow@mvista.com>
2391
2392 * gdb.threads/pthreads.exp: Wait for output and delay
2393 before sending ^C.
2394
1f08dafd
DJ
23952001-10-01 Daniel Jacobowitz <drow@mvista.com>
2396
2397 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
2398 some incorrect output instead of timing out.
2399 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
2400
674f90ff
CV
24012001-09-28 Corinna Vinschen <vinschen@redhat.com>
2402
2403 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
2404 check to allow additional `int'.
2405
9b284272
DJ
24062001-09-27 Daniel Jacobowitz <drow@mvista.com>
2407
2408 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
2409 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
2410
b55a4771
MS
24112001-09-27 Michael Snyder <msnyder@redhat.com>
2412
2413 * lib/gdb.exp (test_debug_format): New proc.
2414 (setup_xfail_format): Use new proc test_debug_format.
2415 * gdb.base/constvars.exp (local_compiler_xfail_check): New
2416 proc; use new service proc test_debug_format.
2417 Replace all other "gcc_compiled" tests with this test.
2418 * gdb.base/volatile.exp (local_compiler_xfail_check): New
2419 proc; use new service proc test_debug_format.
2420 Replace all other "gcc_compiled" tests with this test.
2421
24222001-09-27 Michael Snyder <msnyder@redhat.com>
2423
2424 * gdb.base/cvexpr.exp: New file.
2425 * gdb.base/cvexpr.c: New file
2426 Test for expressions using const and volatile keywords.
2427
4e6667ac
CV
24282001-09-26 Corinna Vinschen <vinschen@redhat.com>
2429
2430 * gdb.base/constvars.exp: Check for different orders of keywords
2431 and additional "int" strings in output.
2432
4f337972
AC
24332001-09-22 Andrew Cagney <ac131313@redhat.com>
2434
2435 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
2436 responses from "help maint".
2437
2015650d
FCE
24382001-09-19 Frank Ch. Eigler <fche@redhat.com>
2439
2440 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
2441 to localhost:NNN instead of :NNN, in case Xvfb is listening
2442 only on TCP.
2443
f3bcedc1
CV
24442001-09-19 Corinna Vinschen <vinschen@redhat.com>
2445
2446 * gdb.base/recurse.exp: When checking leaving the watchpoint
2447 scope, recognize when gdb is in function's epilogue and pass.
2448
6b819c92
KS
24492001-09-18 Keith Seitz <keiths@redhat.com>
2450
2451 * lib/insight-support.exp (_gdbtk_export_target_info): Add
2452 support for running tests against sid targets.
2453 (gdbtk_done): Ditto.
2454
a10c9419
CV
24552001-09-18 Corinna Vinschen <vinschen@redhat.com>
2456
2457 * gdb.base/ending-run.c (main): Set stdout buffersize
2458 to the same reasonable value for any target.
2459 * gdb.base/ending-run.exp: Add a regular expression
2460 to make testsuite happy on Sanyo Stormy16 target.
2461
739d0d99
CV
24622001-09-17 Corinna Vinschen <vinschen@redhat.com>
2463
2464 * gdb.base/display.c (do_loops): Add float variable `f'.
2465 Increment f in loop.
2466 * gdb.base/display.exp: Increment timeout by 60 seconds.
2467 Change float display test to use variable `f'.
2468
1b8947f0
JB
24692001-09-17 Jim Blandy <jimb@redhat.com>
2470
2471 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
2472 overflowing the limited breakpoint tables on some ROM monitors
2473 (like the ROM68K).
2474
9890ac81
FCE
24752001-09-15 Frank Ch. Eigler <fche@redhat.com>
2476
2477 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
2478 the "-ac" (disable access control) flag.
2479
6db765ea
JH
24802001-08-30 Jeff Holcomb <jeffh@redhat.com>
2481
2482 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
2483 ints.
2484
4c32cc04
KS
24852001-08-30 Keith Seitz <keiths@redhat.com>
2486
2487 * lib/gdb.exp: Move all insight-related functionality into
2488 separate file.
2489 * lib/insight-support.exp: New file.
2490
8d6e6f81
FCE
24912001-08-29 Frank Ch. Eigler <fche@redhat.com>
2492
2493 * config/sid.exp (sid_start): Never set sid verbosity; disable
2494 expect_background {} that consumed its stdout; tolerate </dev/null.
2495 Attempt to set endianness override in "sid" protocol mode. Cleanup.
2496
6a90e1d0
AC
24972001-08-18 Andrew Cagney <ac131313@redhat.com>
2498
2499 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
2500 CLI jump command to start it.
2501 (mi_run_to_main): Fail immediatly when unexpected output.
2502
1759b3c3
AC
25032001-08-18 Andrew Cagney <ac131313@redhat.com>
2504
2505 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
2506 beginning of function. Fix PR gdb/191.
2507
61d11d80
FCE
25082001-08-16 Frank Ch. Eigler <fche@redhat.com>
2509
2510 * config/sid.exp (sid_start): Don't warn if we cannot figure out
2511 what to force sid endianness to.
2512
942a4df2
KS
25132001-08-15 Keith Seitz <keiths@redhat.com>
2514
2515 * lib/gdb.exp (gdbtk_start): Don't set environment
2516 variables for TCL_LIBRARY and friends. Insight will
2517 now figure these out for itself.
2518
0521c418
MS
25192001-08-02 Michael Snyder <msnyder@redhat.com>
2520
2521 * gdb.base/completion.exp: Remove the symbol "a64l" from
2522 the expect string; this is target-specific, and not related
2523 to what is being tested.
2524
74a9a58a
DB
25252001-08-02 Dave Brolley <brolley@redhat.com>
2526
2527 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
2528
c70819fa
MS
25292001-07-25 Michael Snyder <msnyder@redhat.com>
2530
c2b8fa57
MS
2531 * gdb.base/consecutive.exp: New file. Test stepping over
2532 breakpoints on consecutive instructions.
2533 * gdb.base/consecutive.c: New file.
2534
c70819fa
MS
2535 * gdb.base/call-rt-st.exp: Use double-backslash to quote
2536 curly braces in regular expressions.
2537
2b1a1355
MS
25382001-07-25 Michael Snyder <msnyder@redhat.com>
2539
2540 * gdb.base/ending-run.exp: Accept "Program exited normally" as
2541 legitimate output from stepping out of main.
2542
413eca6f
KS
25432001-07-22 Keith Seitz <keiths@redhat.com>
2544
2545 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
2546 the empty string, do not run the tests.
2547
7e5a9322
SC
25482001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2549
2550 * gdb.base/long_long.exp: Detect size of pointer. Take into
2551 account 2-byte pointers when testing for p/a results.
2552
de58f10f
SC
25532001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2554
2555 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
2556 and defined to 1K for m68hc11.
2557 (random_data): Reduce table to 1K for embedded platforms (68hc11).
2558 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
2559 (sizeof_random_data): New variable to tell the size of the data table;
2560 don't test past this size; always run to main.
2561
d6f5fea1
SC
25622001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2563
2564 * gdb.base/return2.exp: return of long long and double fails for
2565 68HC11; don't execute these tests on that platform.
2566 * gdb.base/return.exp: Return of a double fails for 68hc11.
2567
c477543d
SC
25682001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2569
2570 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
2571 tests that print a float.
2572 * call-rt-st.exp: Likewise.
2573
63cf1c79
MK
25742001-07-12 Mark Kettenis <kettenis@gnu.org>
2575
2576 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
2577 running this test on Linux.
2578
112f9ab5
MC
25792001-06-24 Michael Chastain <chastain@redhat.com>
2580
2581 * gdb.base/arithmet.exp: Remove some tests to make all test names
2582 unique.
2583
4970cb0f
MS
25842001-07-03 Michael Snyder <msnyder@redhat.com>
2585
2586 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
2587 the output of the ptype command.
2588
d85da69f
MS
25892001-07-02 Michael Snyder <msnyder@redhat.com>
2590
4c8a82de
MS
2591 * gdb.base/completion.exp: Don't assume that break.c is the only
2592 source file that may contain functions named "marker".
d85da69f
MS
2593 * gdb.base/corefile.exp: Quote the curly braces in regexp.
2594
8afc772b
AC
25952001-06-28 Andrew Cagney <ac131313@redhat.com>
2596
2597 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
2598 of files to delete.
2599
2600 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
2601 * gdb.disasm/h8300s.exp: New file.
2602 gdb.disasm/h8300s.s: Likewise.
2603
cff22675
AC
26042001-06-27 Andrew Cagney <ac131313@redhat.com>
2605
2606 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
2607 empty breakpoint tables.
2608
68c81b54
AC
26092001-06-25 Andrew Cagney <ac131313@redhat.com>
2610
2611 * lib/mi-support.exp: Update args=... part of stop-reason
2612 patterns. Accept either a list or a tuple.
2613
2dd62704
AC
26142001-06-23 Andrew Cagney <ac131313@redhat.com>
2615
2616 * lib/mi-support.exp: Remove local emacs variable defining
2617 change-log-default-name.
2618
b4127474
MC
26192001-06-22 Michael Chastain <chastain@redhat.com>
2620
2621 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
2622 This is operationally compatible with the previous version.
2623
8dbfb380
JB
26242001-06-13 Jim Blandy <jimb@redhat.com>
2625
2626 * lib/gdb.exp (gdb_test): Doc fix.
2627
f2d8c86d
MC
26282001-06-10 Michael Chastain <chastain@redhat.com>
2629
2630 * gdb.base/exprs.exp: Remove a duplicate test.
2631
81564d34
JB
26322001-06-06 Jim Blandy <jimb@redhat.com>
2633
2634 * gdb.base/return2.exp (main): Use values to test float and double
2635 returns that are not NaN's, to avoid being confused by IEEE
2636 comparison rules.
2637
da55addb
MS
26382001-06-04 Michael Snyder <msnyder@redhat.com>
2639
2640 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
2641 non-zero if control_c fails. Terminate the test on failure,
2642 rather than wait for 12 more tests to time out.
2643
42c65987
JB
26442001-06-06 Jim Blandy <jimb@redhat.com>
2645
b18bced9
JB
2646 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
2647 Don't forget to match the GDB prompt.
2648
42c65987
JB
2649 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
2650
5b41e5f0
JB
26512001-06-04 Jim Blandy <jimb@redhat.com>
2652
2653 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
2654 command.
2655
015e046f
KB
26562001-05-31 Kevin Buettner <kevinb@redhat.com>
2657
2658 * gdb.base/annota1.exp (info break): Match four or more spaces
2659 after "Address".
2660
fb1ffbbe
MC
26612001-05-31 Michael Chastain <chastain@redhat.com>
2662
2663 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
2664 (dm_type_int_star): Likewise.
2665 (dm_type_long_star): Likewise.
2666 (dm_type_void_star): Likewise.
2667
5ea2a32c
KB
26682001-05-29 Kevin Buettner <kevinb@redhat.com>
2669
2670 * gdb.base/completion.exp (INPUTRC): Set this environment variable
2671 to a known value in order to get consistent results regardless
2672 of the setting of INPUTRC or the presence or contents of .inputrc.
2673
ae23c492
MS
26742001-05-24 Michael Snyder <msnyder@redhat.com>
2675
ac55707e
MS
2676 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
2677 Don't require that the main thread and the manager thread are the
2678 first in the list.
2679
ae23c492
MS
2680 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
2681 debugging. If test fails, issue an "unsupported" not a "fail".
2682
400071f1
JB
26832001-05-24 Jim Blandy <jimb@redhat.com>
2684
2685 Don't assume that short is shorter than int.
2686 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
2687 assume that shorts are smaller than ints. On a 16-bit machine,
2688 this isn't true.
2689 ("print unsigned char == (~0)"): Add test that verifies that ~0,
2690 an int, is not equal to ~0 stored in an unsigned char. This tests
2691 the same thing that the previous test meant to, but works on
2692 16-bit machines, too.
2693 ("print unsigned char != (~0)"): Same test, complemented.
2694
0816a3e5
MS
26952001-05-24 Michael Snyder <msnyder@redhat.com>
2696
2697 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
2698 test for (full_coverage == 0). This makes the test run faster,
2699 and prevents dejagnu getting out of step.
2700
f6dc23a9
KB
27012001-05-23 Kevin Buettner <kevinb@redhat.com>
2702
2703 * gdb.base/finish.exp (finish_void): Revise pattern for
2704 stopping on the call statement to not permit stopping at
2705 the start of the instructions comprising the call sequence.
2706
7dbd117d
MC
27072001-05-19 Michael Chastain <chastain@redhat.com>
2708
2709 * gdb.base/callfuncs.exp: Make all test names unique.
2710 * gdb.base/commands.exp: Make all test names unique.
2711 * gdb.base/condbreak.exp: Make all test names unique.
2712 * gdb.base/dbx.exp: Make all test names unique.
2713 * gdb.base/default.exp: Make all test names unique.
2714 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
2715 and TIMEOUT messages to their corresponding PASS message.
2716 * gdb.base/ending-run.exp: Make all test names unique.
2717 * gdb.base/long_long.exp: Remove duplicate test.
2718
6b0b0a9e
KB
27192001-05-21 Kevin Buettner <kevinb@redhat.com>
2720
2721 * gdb.base/finish.exp (finish_void): Allow "finish" command to
2722 stop on the call statement as well as the statement after the
2723 call.
2724
2caa35cb
MS
27252001-05-21 Michael Snyder <msnyder@redhat.com>
2726
2727 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
2728
40713331
EZ
27292001-05-10 Elena Zannoni <ezannoni@redhat.com>
2730
2731 * gdb.base/completion.exp: Revamp test. Make it execute on all
2732 platforms.
2733
c2c1be8d
EZ
27342001-05-10 Elena Zannoni <ezannoni@redhat.com>
2735
2c9cd303
EZ
2736 * config/gdbserver.exp (gdb_load): Handle the case
2737 in which the arguments to gdbserver are given in the
2738 baseboard configuration file.
2739 Also handle the case in which the server needs to do a
2740 load.
2741
9671de48
KS
27422001-05-07 Keith Seitz <keiths@cygnus.com>
2743
2744 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
2745 set up the display for testing.
2746 (gdbtk_start): Convert all paths to paths that tcl will like.
2747 Export target information to environment.
2748 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
2749 necessary.
2750 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
2751 (to_tcl_path): New proc to convert a given pathname into
2752 a path acceptible as an argument to a tcl command.
2753 (_gdbtk_export_target_info): New proc to export target info
2754 into the environment for gdbtk testing.
2755 (gdbtk_done): New proc to signal end-of-test.
2756
5a360f47
JB
27572001-05-06 Jim Blandy <jimb@redhat.com>
2758
2759 * restore.c: Make the code of caller0 correspond to its comment.
2760
66c756c6
MS
27612001-05-03 Michael Snyder <msnyder@redhat.com>
2762
2763 * config/sid.exp (gdb_target_sid): Check for error messages.
2764 On error or timeout, don't make expect exit (which will terminate
2765 all subsequent tests); instead just make gdb exit.
2766 (gdb_load): Check for error messages. On error or timeout,
2767 return a negative value.
2768
a966fde5
JB
27692001-04-24 Jim Blandy <jimb@redhat.com>
2770
851c18e0
JB
2771 * gdb.c++/templates.exp: If we see the prompt for the overload
2772 list, but we haven't recognized any of the longer patterns,
2773 arrange for this test to fail, not hang.
2774
a966fde5
JB
2775 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
2776 variations.
2777
db144853
MC
27782001-04-22 Michael Chastain <chastain@redhat.com>
2779
2780 * gdb.c++/local.exp: Use the 'runto' library function.
2781 * gdb.c++/namespace.exp: Likewise.
2782 * gdb.c++/overload.exp: Likewise.
2783
3207ec21
KB
27842001-03-26 Kevin Buettner <kevinb@redhat.com>
2785
2786 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
2787 * gdb.base/step-line.exp: New file. Test step/next in presence of
2788 #line directives.
2789 * gdb.base/step-line.c: New file. Test program for the above.
2790 * gdb.base/step-line.inp: New file. We pretend that this file has
2791 been transformed by some other tool into step-line.c.
2792
13b57657
JB
27932001-03-21 Jim Blandy <jimb@redhat.com>
2794
2795 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
2796 unmangled operator names.
2797
754cbe1c
JB
27982001-03-20 Jim Blandy <jimb@redhat.com>
2799
2800 * gdb.threads/linux-dp.exp: Recognize an additional message
2801 generated by GDB when it doesn't understand how to debug threads
2802 on the target system.
2803
177495c9
AC
28042001-03-19 Andrew Cagney <ac131313@redhat.com>
2805
2806 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
2807
f266096b
MC
28082001-03-12 Michael Chastain <chastain@redhat.com>
2809
2810 * gdb.c++/derivation.exp: Use the 'runto' library function.
2811
cac3c2ff
MC
28122001-03-12 Michael Chastain <chastain@redhat.com>
2813
2814 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
2815
b6c11a24
MC
28162001-02-24 Michael Chastain <chastain@redhat.com>
2817
2818 * gdb.c++/ref-types.exp: Change handwritten code to library
2819 function 'runto'.
2820
6bae5bce
OF
28212001-03-16 Orjan Friberg <orjanf@axis.com>
2822
2823 * gdb.base/signals.exp: Set count to 0 explicitly.
2824
0015fd9a
MS
28252001-03-15 Mark Salter <msalter@redhat.com>
2826
2827 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
2828 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
2829 (gdb_load): Add support for additional target_info: gdb_download_size
2830 and gdb_load_timeout.
0015fd9a 2831
fc33412a
DT
2832Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
2833
2834 * gdb.base/annota1.exp: Move test of isnative to earlier in the
2835 file -- to prevent failing when the compile fails but we have no
2836 intention of running the tests anyway.
2837
2838 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
2839 tests if set.
2840
2841 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
2842 integers.
2843
2844 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
2845 * gdb.c++/namespace.exp: Ditto.
2846
115f06de
OF
28472001-03-07 Orjan Friberg <orjanf@axis.com>
2848
2849 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
2850 * gdb.base/pointers.exp: Relax pattern match of decimals.
2851
b6ba6518
KB
28522001-03-06 Kevin Buettner <kevinb@redhat.com>
2853
2854 * Makefile.in, config/abug.exp, config/cfdbug.exp,
2855 config/cpu32bug.exp, config/dve.exp, config/est.exp,
2856 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
2857 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
2858 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
2859 config/sh.exp, config/sid.exp, config/slite.exp,
2860 config/sparclet.exp, config/udi.exp, config/unknown.exp,
2861 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
2862 config/vxworks.exp, config/vxworks29k.exp,
2863 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
2864 gdb.base/all-bin.exp, gdb.base/annota1.exp,
2865 gdb.base/arithmet.exp, gdb.base/assign.exp,
2866 gdb.base/async.exp, gdb.base/attach.exp,
2867 gdb.base/bitfields.exp, gdb.base/bitops.exp,
2868 gdb.base/break.exp, gdb.base/call-ar-st.exp,
2869 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
2870 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
2871 gdb.base/commands.exp, gdb.base/completion.exp,
2872 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2873 gdb.base/constvars.exp, gdb.base/corefile.exp,
2874 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2875 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
2876 gdb.base/ending-run.exp, gdb.base/environ.exp,
2877 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2878 gdb.base/finish.exp, gdb.base/foll-exec.exp,
2879 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
2880 gdb.base/funcargs.exp, gdb.base/help.exp,
2881 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
2882 gdb.base/logical.exp, gdb.base/long_long.exp,
2883 gdb.base/maint.exp, gdb.base/mips_pro.exp,
2884 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
2885 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
2886 gdb.base/pointers.exp, gdb.base/printcmds.exp,
2887 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
2888 gdb.base/regs.exp, gdb.base/relational.exp,
2889 gdb.base/remote.exp, gdb.base/reread.exp,
2890 gdb.base/restore.exp, gdb.base/return2.exp,
2891 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
2892 gdb.base/selftest.exp, gdb.base/setshow.exp,
2893 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2894 gdb.base/sigall.exp, gdb.base/signals.exp,
2895 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
2896 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2897 gdb.base/step-test.exp, gdb.base/structs.c,
2898 gdb.base/structs.exp, gdb.base/structs2.exp,
2899 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
2900 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
2901 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
2902 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2903 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
2904 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
2905 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
2906 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
2907 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
2908 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
2909 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
2910 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
2911 gdb.fortran/types.exp, gdb.java/jmisc.exp,
2912 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2913 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
2914 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2915 gdb.trace/circ.exp, gdb.trace/collection.exp,
2916 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
2917 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2918 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
2919 gdb.trace/report.exp, gdb.trace/save-trace.exp,
2920 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2921 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2922 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
2923 notices.
2924
dc96c6c7 29252001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
2926
2927 * gdb.base/varargs.c (find_max_double): Fix printf format string:
2928 first arg is int not float.
2929
dc96c6c7 29302001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
2931
2932 * gdb.base/reread.exp: Unsupported for non-native targets;
2933 doesn't work for remote debugging.
2934
9b0c4aeb
FN
29352001-02-19 Fernando Nasser <fnasser@redhat.com>
2936
2937 From Drew Moseley <dmoseley@redhat.com>
2938 * gdb.base/ending-run.exp: Properly handle the BSP state when
2939 stepping past the end of main.
2940
02aa71d5
MC
29412001-02-19 John Moore <jmoore@redhat.com>
2942
2943 * gdb.base/commands.exp (infrun_breakpoint_command_test):
2944 Converted HPUX fix for non-expected items following multiple
2945 step commands into general solution for all platforms.
2946
1fa449a4
MC
29472001-02-18 Michael Chastain <chastain@redhat.com>
2948
2949 * gdb.c++/classes.exp (do_tests): Change runto statements
2950 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2951 statements demangler agnostic.
2952 * gdb.c++/virtfunc.exp (do_tests): Likewise.
2953 (gdb_virtfunc_restart): Likewise.
2954
b2f9ec70
MC
29552001-02-14 Michael Chastain <chastain@redhat.com>
2956
2957 * gdb.c++/inherit.exp (do_tests): Change runto statements
2958 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2959 statements demangler agnostic.
2960
cf74b8ca
AC
2961Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
2962
2963 * gdb.threads/pthreads.exp: Unify pass/fail messages for
2964 ``continue to bkpt at common_routine in thread 2'' and ``stopped
2965 before calling common_routine 15 times'' tests.
2966
99f78f56
MC
29672001-02-11 Michael Chastain <chastain@redhat.com>
2968
2969 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
2970 Helps the test script figure out which demangler is in use.
2971 (dm_type_foo_ref): Ditto.
2972 (dm_type_int_star): Ditto.
2973 (dm_type_long_star): Ditto.
2974 (dm_type_unsigned_int): Ditto.
2975 (dm_type_void): Ditto.
2976 (dm_type_void_star): Ditto.
99707966 2977 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
2978 Probe the gdb demangler and set variables to accommodate
2979 formatting differences.
2980 (info_func_regexp): New function. Same as info_func, but
2981 matches against a regexp.
2982 (info_func): Match against a literal string.
2983 (print_addr_2): New function. Match against a literal string,
2984 which can be different from the input to gdb.
2985 (print_addr): Simply call print_addr_2 with the same argument twice.
2986 (test_lookup_operator_functions): Use demangler formatting variables.
2987 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
2988 the tests in the same order as the C++ class declaration.
2989 (test_paddr_operator_functions): Ditto.
2990 (test_paddr_overloaded_functions): Ditto.
2991 (test_paddr_hairy_functions): Use demangler formatting variables.
2992 Add reference to gdb/19 for related tests.
2993 (do_tests): Call probe_demangler.
2994
1de8f023
KB
29952001-01-30 Kevin Buettner <kevinb@redhat.com>
2996
2997 * gdb.c++/templates.cc (printf): Remove unused function definition.
2998
ca3f91ed
MS
29992001-01-26 Felix Lee <flee@redhat.com>
3000
3001 * sid.exp (sid_exit): Pass host, not target, to remote_close.
3002
30032001-01-25 matthew green <mrg@redhat.com>
3004
3005 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
3006 up sid.
3007 (sid_exit): Call `remote_pop_conn' after GDB is gone.
3008
30092001-01-25 matthew green <mrg@redhat.com>
3010
3011 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
3012 Deprecate $sid_spawn_id.
3013 (sid_exit): Remove code necessary only for `spawn.'
3014
30152001-01-25 matthew green <mrg@redhat.com>
3016
3017 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
3018
fb18ec4a
MC
30192001-01-28 Michael Chastain <chastain@redhat.com>
3020
3021 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
3022 to call when tests fail. It takes gdb out of the overloaded
3023 function choice menu back to the main prompt, so that the test
3024 program stays synchronized.
3025 (set_bp_overloaded): New proc to collect all the common
3026 code for setting a breakpoint on an overloaded name. Calls
3027 take_gdb_out_of_choice_menu when needed.
3028 (menu_overload1arg): New variable to collect the repeated
3029 instances of the expected menu for an overloaded name. Change
3030 the regular expression to handle changes in g++ type encoding:
3031 "void" can be either "void" or "", and "unsigned int" can be
3032 either "unsigned int" or "unsigned".
3033 (continue_to_bp_overloaded): Change regular expressions to handle
3034 changes in g++ type encoding.
3035 (no proc): Call take_gdb_out_of_choice_menu when needed.
3036 Remove redundant calls to "info break". Accept either "canceled"
3037 or "cancelled". Change regular expressions in "info break"
3038 calls to handle changes in g++ type encoding. Give all tests
3039 unique strings.
3040
9c646a6e
BE
30412001-01-17 Ben Elliston <bje@redhat.com>
3042
3043 * config/sid.exp: New file.
3044
9549d9c1
AC
3045Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
3046
3047 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
3048
dc96c6c7 30492000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
3050
3051 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
3052 Add a RE to accept a non-ascii char if one is ever presented.
3053
b4df4f68
FN
30542000-12-20 Fernando Nasser <fnasser@redhat.com>
3055
297dd0fd 3056 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 3057
dc96c6c7 30582000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
3059
3060 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
3061 in regexp. One '\' does not suffice on Linux.
3062
4a7bddb6
MC
30632000-12-09 Michael Chastain <chastain@redhat.com>
3064
3065 * gdb.base/break.exp (test_clear_command): Use a marker function
3066 rather than 'main' for the test function. Also move this
3067 test to an execution point where the marker function names are
3068 guaranteed to be bound to functions. (Executing tests after a
3069 'finish' from main runs into name conflicts with local names
3070 in __libc_start_main).
3071
dc96c6c7 30722000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
3073
3074 * gdb.base/finish.exp: New test for gdb's "finish" command.
3075 * gdb.base/return2.exp: New test for gdb's "return" command.
3076 * gdb.base/return2.c: New source file for above.
3077
dc96c6c7 30782000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
3079
3080 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
3081 * gdb.base/miscexprs.exp: Ditto.
3082 * gdb.base/pointers.exp: Ditto.
3083 * gdb.c++/derivation.exp: Ditto.
3084 * gdb.c++/local.exp: Ditto.
3085 * gdb.c++/namespace.exp: Ditto.
3086 * gdb.c++/overload.exp: Ditto.
3087 * gdb.c++/ref-types.exp: Ditto.
3088
dc96c6c7 30892000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
3090
3091 * gdb.base/constvars.exp: Test result of "up" command.
3092 * gdb.base/miscexprs.exp: Ditto.
3093 * gdb.base/pointers.exp: Ditto.
3094 * gdb.base/scope.exp: Ditto.
3095 * gdb.c++/derivation.exp: Ditto.
3096 * gdb.c++/local.exp: Ditto.
3097 * gdb.c++/namespace.exp: Ditto.
3098 * gdb.c++/overload.exp: Ditto.
3099 * gdb.c++/ref-types.exp: Ditto.
3100
44097287
FN
31012000-11-22 Michael Chastain <chastain@redhat.com>
3102
3103 * mips_pro.exp: Accept either "middle -> top -> main" or
3104 "middle -> main" in the backtrace, because gcc can optimize
3105 tail calls to jumps. Remove setup_xfail for the hppa case.
3106 Add a comment with the original warning messages from PR 3016,
3107 which was filed in 1993, to preserve them for posterity.
3108
9d2e1bab
ND
31092000-11-17 Nick Duffek <nsd@redhat.com>
3110
3111 * lib/gdb.exp (gdb_test): Override timeout with board info.
3112
1aca8eb7
ND
31132000-11-17 Nick Duffek <nsd@redhat.com>
3114
3115 * gdb.base/display.exp: Don't kill running stub. Add "again" to
3116 the second kill and detach messages.
3117
93076499
ND
31182000-11-17 Nick Duffek <nsd@redhat.com>
3119
3120 * configure.in: Add AC_EXEEXT.
3121 * configure: Regenerate.
3122 * Makefile.in (just-check): Export EXEEXT.
3123 * lib/gdb.exp ($EXEEXT): Import from environment.
3124 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
3125 expect "maint dump-me" on Cygwin.
3126 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
3127 $EXEEXT.
3128
30e87cd3
ND
31292000-11-17 Nick Duffek <nsd@redhat.com>
3130
3131 * gdb.base/break.exp: Test backtrace and finish from called
3132 function on all platforms, not just HP-UX.
3133
dc96c6c7 31342000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
3135
3136 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
3137 code from gdb_target_monitor, so it can be used independantly
3138 for gdbserver. Also comment out an unnecessary PUTS.
3139
dc96c6c7 31402000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
3141
3142 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
3143 * gdb.base/corefile.exp: Expect the message "Program is being
3144 debugged already" when we send the "corefile" command, since
3145 the preceeding gdb_load may have connected gdb to a remote target.
3146 * gdb.base/display.exp: Disable hardware watchpoints if new
3147 board info variable "no_hardware_watchpoints" is true.
3148 Replace single-letter commands with more readable ones.
3149 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
3150 if new board info variable "no_hardware_watchpoints" is true.
3151 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
3152 to see if stdio (printf) testing is possible.
3153 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
3154 board info variable "no_hardware_watchpoints" is true. Use new
3155 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
3156
39124dea
FN
31572000-11-13 Fernando Nasser <fnasser@redhat.com>
3158
3159 From Orjan Friberg <orjanf@axis.com>:
3160 * gdb.base/printcmds.exp: Escape curly braces followed by a number
3161 in array print pattern match.
3162
a9e2e984
FN
31632000-11-09 Fernando Nasser <fnasser@redhat.com>
3164
3165 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
3166 spelling "cancelled" to U.S. spelling "canceled" to match changes
3167 made to gdb.
3168 * gdb.c++/ovldbreak.exp: Ditto.
3169
c7db355b
PS
31702000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3171
3172 * gdb.base/callfuncs.c (main): Moved to end of file, call
3173 t_double_values to initialize the FPU before inferior calls are made.
3174 * gdb.base/callfuncs.exp: Test for register preservation after calling
3175 inferior functions. Add tests for continuining, finishing and
3176 returning from a stop in a call dummy.
3177
dc96c6c7 31782000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
3179
3180 * gdb.base/commands.exp: Break up long lines, and re-indent.
3181
dc96c6c7 31822000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
3183
3184 * config/gdbserver.exp: Rewritten from the ground up, to make it
3185 compatible with the current dejagnu tree, and to make it work with
3186 the new "gdbserver" in libremote.
3187
dc96c6c7 31882000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
3189
3190 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
3191 * gdb.base/varargs.exp: Skip entire test if no printf support.
3192 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
3193 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
3194
dc96c6c7 31952000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
3196
3197 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
3198 no floating point support.
3199 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
3200 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
3201 * gdb.base/call-rt-st.exp: Ditto.
3202 * gdb.base/call-strs.exp: Ditto.
3203
bac5fc66
JG
32042000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
3205
3206 * gdb.base/sizeof.c: include <stdio.h>.
3207
3208 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
3209 'finish', otherwise uncaptured gdb_prompt would potentially
3210 throw remaining test points out of sync.
3211
b22a6027
SB
32122000-07-26 Scott Bambrough <scottb@netwinder.org>
3213
3214 * gdb.base/recurse.exp: Run tests for all targets.
3215 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
3216 gnu-oldld case on ARM.
3217 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
3218 for ARM targets.
3219
d8231941
AG
3220Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
3221
3222 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
3223 * gdb.java/configure: Rebuild.
3224
8caabe69
AG
3225Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
3226
3227 * gdb.java/jv-exp.exp: New file.
3228
9d273ca3
AG
3229Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
3230
3231 * configure: Rebuilt.
3232 * configure.in (configdirs): Add gdb.java.
3233 * gdb.java/jmisc.java: New file.
3234 * gdb.java/jmisc.exp: New file.
3235 * gdb.java/Makefile.in: New file.
3236 * gdb.java/configure: Rebuilt.
3237 * gdb.java/configure.in: New file.
3238 * lib/java.exp: New file.
3239
4f823a66
AC
3240Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
3241
3242 * gdb.base/exprs.exp: Test casts to a pointer including over and
3243 underflow.
3244
2391e11d
AC
3245Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
3246
3247 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
3248 and the compilers sizes.
3249
54602222
ND
32502000-07-09 Nick Duffek <nsd@redhat.com>
3251
3252 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
3253 (use_methods): New function.
3254 (main): Call use_methods().
3255 * gdb.c++/classes.exp (test_method_param_class): New procedure.
3256 (do_tests): Call test_method_param_class.
3257
2bec0572
ND
32582000-07-09 Nick Duffek <nsd@redhat.com>
3259
3260 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
3261 spelling.
3262 (test_enums): New procedure. Move enum tests from end of script
3263 to here. Set breakpoint on function name instead of line number.
3264 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
3265 (enums2): New marker function.
3266 (enums1): New function.
3267 (main): Call enums1(). Move enum tests to enums1().
3268
78492fde
AC
3269Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
3270
3271 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
3272 compile/link program. Update line numbers.
3273 * gdb.asm/d10v.inc: Define ``startup''.
3274 * gdb.asm/asmsrc1.s: Add definition of _start.
3275
49a2cef8
AC
3276Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
3277
3278 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
3279
3e6c8688
EZ
32802000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3281
3282 * gdb.base/maint.exp: Add 'maint print architecture' item to output
3283 of 'help maint print' command.
3284
9ff5cbe9
AC
3285Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
3286
3287 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
3288 they use gdb_expect_list.
3289
17c579bd
AC
3290Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
3291
3292 * gdb.base/commands.exp: Use ``set remote
3293 memory-read-packet-size'' instead of ``set endian big'' to test
3294 long commands.
3295
e6d71bf3
DB
32962000-06-03 Daniel Berlin <dan@cgsoftware.com>
3297
3298 * gdb.c++/templates.exp (do_tests): Make all of these work under
3299 g++, and stop skipping them.
3300
3301 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
3302 work under g++.
3303
e5f9ba7b
MS
3304 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
3305 initialization.
3306
dc96c6c7 33072000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
3308
3309 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
3310 the regular expression: accept an (almost) arbitrary sequence of
3311 "frames-invalid" and "breakpoints-invalid" messages both before
3312 and after the "starting" message.
3313
dc96c6c7 33142000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
3315
3316 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 3317
dc96c6c7 33182000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
3319
3320 * gdb.base/annota1.exp (annotate-signal-handler-caller):
3321 Relax the regular expression a little, make it pass on Solaris 8.
3322
8216cda9
KB
33232000-05-12 Kevin Buettner <kevinb@redhat.com>
3324
3325 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
3326 a call, do not require that gdb stop on the line after the call.
3327 Instead, it is permissible for gdb to stop on the line of the
3328 call itself.
3329
1a570b2f
MS
33302000-05-12 Michael Snyder <msnyder@.cygnus.com>
3331
3332 * gdb.base/break.exp (bp on small function, optimized file):
3333 Add a second pass pattern. The behavior differs here between stabs
3334 and dwarf for one-line functions. Stabs preserves two line symbols
3335 (one before the prologue and one after) with the same line number,
3336 but dwarf regards these as duplicates and discards one of them.
3337 Therefore the address after the prologue (where the breakpoint is)
3338 has no exactly matching line symbol, and GDB reports the breakpoint
3339 as if it were in the middle of a line rather than at the beginning.
3340
dc96c6c7 33412000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
3342
3343 * gdb.base/interrupt.exp: Make "pass" message say "send"
3344 rather than "send_gdb" (for consistancy).
3345
7d418785
AC
3346Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
3347
3348 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
3349 * gdb.c++/templates.cc: Properly check for GCC version number.
3350 * lib/compiler.cc: Likewise
3351
dc96c6c7 33522000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
3353
3354 * gdb.base/break.exp: When compiled with -O2 optimization,
3355 gdb may not stop at the first line of main, due to code motion.
3356
dc96c6c7 33572000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
3358
3359 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
3360 This test depends on parsing the printf output from the target.
3361 Since the sparclet stub doesn't do stdio, this will never work.
3362 * gdb.base/call-rt-st.exp: ditto.
3363 * gdb.base/call-strs: ditto.
3364
dc96c6c7 33652000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
3366
3367 * gdb.base/miscexprs.exp: make sizeof long array test portable.
3368
3369 * gdb.base/ending-run.exp: After connecting to a remote target,
3370 but before running, the target will appear to be in a random
3371 location. Specify both a file and a line for breakpoints.
3372 Also, the function that calls main may be called 'init'
3373 rather than 'start'.
3374
a5a51225
EZ
33752000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3376
3377 * gdb.base/help.exp: Update output for add-symbol-file command.
3378
7930cc7c
FN
33792000-04-10 Fernando Nasser <fnasser@cygnus.com>
3380
3381 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3382 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
3383
23e37ab1
C
33842000-04-07 J.T. Conklin <jtc@redback.com>
3385
e93c542c
C
3386 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
3387
23e37ab1
C
3388 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
3389
591b8fa3
PDM
3390Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
3391
3392 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
3393 values that can be represented exactly.
3394 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
3395 above change, and to not check against the directory part of the source
3396 file name.
3397 (step into print_long_arg_list): Likewise.
3398 (print print_small_structs from print_long_arg_list): Likewise.
3399 (print print_long_arg_list): Likewise.
3400
7a495180
EZ
34012000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3402
30b53638 3403 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 3404
beb998c6
AC
3405Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
3406
3407 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
3408
1c689132
DB
34092000-03-25 Daniel Berlin <dan@cgsoftware.com>
3410
3411 * gdb.base/commands.exp (deprecated_command_test): Add test for
3412 deprecate with no arguments.
3413
c1790a9d
JL
34142000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
3415
3416 * gdb.base/break.exp: Add new test for setting breakpoints on
3417 optimized code so we can test breakpoints work even when function
3418 prologues may be optimized away
3419
003ba290
FN
34202000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
3421
3422 From David Whedon <dwhedon@gordian.com>
3423 * gdb.base/commands.exp : Added command deprecator tests.
3424
6837a0a2
DB
34252000-03-22 Daniel Berlin <dan@cgsoftware.com>
3426
3427 * gdb.base/help.exp: Added test for new apropos command.
3428
b9593231
KB
34292000-03-21 Kevin Buettner <kevinb@redhat.com>
3430
3431 * gdb.base/pointers.c (usevar): New function.
3432 (main): Make sure that global variables v_int_pointer2, rptr,
3433 and y are all referenced someplace in the program by calling
3434 usevar() on them. [Some linkers delete symbols which are
3435 never referenced. The space remains, but there's no way to
3436 get a (symbolic) handle on the variable from the debugger.]
3437
751a959b
EZ
34382000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3439
3440 * gdb.base/printcmds.c: Add typedeffed arrays.
3441
3442 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
3443 procedure to test arrays that are typedef'd.
3444
73a93a32
JI
34452000-03-13 James Ingham <jingham@leda.cygnus.com>
3446
3447 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 3448 the library directories.
73a93a32 3449
fb40c209
AC
3450Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
3451
3452 * configure.in (configdirs): Add sub directory gdb.mi.
3453 * configure: Re-generate.
3454
3455 * gdb.mi: New directory.
beb998c6 3456
ee4dd2c9
AC
34572000-02-25 Scott Bambrough <scottb@netwinder.org>
3458
3459 * gdb.base/long_long.exp: Correct test suite failure when printing
3460 a long long value as a double on ARM platforms.
3461
70f0cc22
JB
34622000-02-16 Jim Blandy <jimb@redhat.com>
3463
3464 * gdb.base/break.exp ("breakpoint line number"): Make sure the
3465 default source file is set properly before running this test.
3466
853819b8
EZ
34672000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3468
3469 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
3470 gdbtk/library directory, not in gdbtcl2.
3471
dfcd3bfb
JM
34722000-02-04 Jim Blandy <jimb@redhat.com>
3473
3474 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
3475 backslash from regexp pattern.
3476
3477 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
3478 procedure. Use it to run all the "continue to bp overloaded"
3479 tests. Note that this changes the names of the tests slightly.
3480 If the breakpoint hit message includes a hex PC value, because
3481 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
3482 from the real source code, still consider that a pass.
3483
3484 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
3485 XFAIL here if the breakpoint message contains a hex address. Note
3486 similar change on 1999-11-02.
3487
3488 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
3489
3490 * gdb.base/ptype.exp: Establish a default source file before
3491 calling get_debug_format.
3492
34932000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
3494
3495 * gdb.base/watchpoint.exp: Remove duplication of test messages.
3496
8b93c638
JM
34972000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3498
3499 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
3500 of successive stepi commands -- while in the prologue we should see
3501 the function entry bracket.
3502
35032000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3504
3505 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
3506 reach __change_mode() when stepping through the end of main().
3507
c5394b80
JM
35082000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
3509
3510 * gdb.base/default.exp: Fix expected pattern.
3511 * gdb.base/help.exp: Same.
3512
0d06e24b
JM
35132000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3514
3515 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
3516 Don't use xfail's because that affects only the following test.
beb998c6 3517
0d06e24b
JM
3518 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
3519 solaris or linux.
3520
3521 * gdb.base/selftest.exp: Update to reflect changes to main.c.
3522
dc96c6c7 35232000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 3524
beb998c6 3525 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
3526 "A syntax error" rather than "A parse error". Accept both.
3527
35282000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
3529
3530 * gdb.base/default.exp: Remove OS dependent string from "target
3531 remote" test.
3532 * gdb.base/help.exp: Same for "help target remote" test.
3533
c3f6f71d
JM
35342000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3535
3536 From Jim Kingdon <kingdon@redhat.com>:
3537
3538 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
3539 prompt (cleanup rather than necessity, but still might keep output
3540 from spilling to next test).
3541
35422000-01-02 Fred Fish <fnf@cygnus.com>
3543
3544 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
3545 AIX, which defines them in <sys/types.h>.
3546
ed9a39eb 35471999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 3548
ed9a39eb
JM
3549 * gdb.base/default.exp: Match arm* etc instead of arm in "info
3550 float" test.
3551
35521999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 3553
ed9a39eb 3554 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
3555
3556 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
3557 outermost frame disallowed".
3558
35591999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
3560
3561 * gdb.base/setvar.exp: New tests for setting the value of a struct
3562 with a constant list.
3563
35641999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3565
3566 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
3567 require the user to type a cast before setting the value of a struct.
3568
de57eccd
JM
35691999-12-06 Jim Blandy <jimb@cygnus.com>
3570
3571 * gdb.base/default.exp: Expect the new 'info float' command on
3572 all i386 platforms.
3573
3574 * gdb.threads/linux-dp.exp: Expand our ability to recognize
3575 LinuxThreads libraries that don't support debugging.
3576
c2d11a7d
JM
3577Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3578
3579 * gdb.base/remote.c: Fill the buffer with truely random data.
3580 Change the buffer type to ``unsigned char'' to simplify size
3581 arithmetic.
3582
3583 * gdb.base/remote.exp: Reduce download numbers by one. Typical
3584 stub only handles 400-1 byte packets. Verify that the download
3585 worked.
3586
35871999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
3588
3589 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
3590 tests, using UNRESOLVED for the untested cases. Also, does not wait
3591 for a timeout if the prompt was received before a recognizable pattern.
3592
35931999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
3594
3595 * lib/gdb.exp (gdb_expect_list): Fix spelling.
3596
35971999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3598
3599 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
3600 watchpoints.
3601
36021999-11-24 Jason Merrill <jason@casey.cygnus.com>
3603
3604 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
3605
3606 * gdb.c++/local.exp: Be more flexible in recognizing local class
3607 name mangling. Don't allow horribly truncated method names.
3608 * gdb.c++/derivation.exp: Expect protected inheritance.
3609 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
3610 * gdb.c++/virtfunc.exp: Likewise.
3611 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
3612 when printing a nested enum.
3613
36141999-11-22 Jim Blandy <jimb@cygnus.com>
3615
3616 * gdb.base/step-test.exp: Properly await GDB's response to setting
3617 a breakpoint on the call to large_struct_by_value.
3618
3619 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
3620 just because we have debug info for the `start' function.
3621
36221999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
3623
3624 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
3625 "Unknown signal" messages, which indicate (on LinuxThreads) that
3626 GDB doesn't know how to debug threads on this system. This is
3627 better than hanging while philosopher 0 dumps chatter into gdb.log.
3628
36291999-11-18 Tom Tromey <tromey@cygnus.com>
3630
3631 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
3632
36331999-11-18 Fred Fish <fnf@cygnus.com>
3634
3635 * gdb.base/coremaker2.c: Add sample program for generating
3636 cores that is more self contained than coremaker.c. Eventually
3637 I'll add more code to this and tie it into the testsuite.
3638
4ce44c66
JM
36391999-11-12 Stan Shebs <shebs@andros.cygnus.com>
3640
3641 * gdb.base/dollar.exp: Remove, now in gdb.hp.
3642
36431999-11-10 Jimmy Guo <guo@cup.hp.com>
3644
3645 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
3646 from $srcdir/lib/.
3647 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
3648 and gdb.c++/.
3649
3650 * gdb.c++/derivation.exp: remove redundant get compiler info code.
3651
beb998c6 3652 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
3653 'continue with watch' test point.
3654
36551999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
3656
3657 Merged from p2linux-990323-branch:
beb998c6 3658
4ce44c66
JM
3659 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
3660
11cf8741
JM
3661Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
3662
3663 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
3664 {limit,fixed}''. Test ``set download-write-size''.
3665
3666Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
3667
3668 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
3669 gdb_expect_list.
3670
3671Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
3672
3673 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
3674
36751999-11-03 Mark Salter <msalter@cygnus.com>
3676
3677 * gdb.base/break.exp: Fix "stub continue" pattern.
3678
36791999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
3680
3681 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
3682
36831999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
3684
3685 * gdb.base/display.exp ("finish"): Add timeout clause.
3686
3687 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
3688 plain prompt clause, so this doesn't have to time out in order to
3689 fail.
3690
3691 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
3692 breakpoint hit messages include an address.
3693
3694 * gdb.base/display.exp: Don't forget to escape parens in regular
3695 expressions. Unix regexp notatation sucks.
3696
36971999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3698
3699 * gdb.base/annota1.exp: Test for annotate-signalled: change output
3700 order for 'signalled' message.
3701
5c44784c
JM
37021999-11-01 Stan Shebs <shebs@andros.cygnus.com>
3703
3704 From Jimmy Guo <guo@cup.hp.com>:
3705 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
3706 * gdb.base/annota1.c: Add code for tests to work with.
3707
37081999-10-26 Frank Ch. Eigler <fche@cygnus.com>
3709
3710 * gdb.base/remote.exp: New test for remote downloading settings.
3711 * gdb.base/remote.c: New file with large .data.
3712
917317f4
JM
37131999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
3714
3715 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
3716 for LinuxThreads support, merged from the Code Fusion branch.
3717
3718Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
3719
3720 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
3721 containing exp_continue into a while within an expect. Don't
3722 attempt a start more than three times. Check return value from
3723 gdb_load.
beb998c6 3724
2df3850c
JM
3725Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
3726
3727 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
3728 a pass case.
3729
2acceee2
JM
37301999-10-01 Kevin Buettner <kevinb@cygnus.com>
3731
3732 * gdb.base/break.c (main): Added a statement that we can step
3733 off of.
3734 * gdb.base/break.exp: Added tests for setting a breakpoint
3735 at an offset and stepping onto a breakpoint.
3736
37371999-10-01 Fred Fish <fnf@cygnus.com>
3738
beb998c6 3739 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
3740 gdb output.
3741
c2c6d25f
JM
37421999-09-18 Jim Blandy <jimb@cris.red-bean.com>
3743
3744 * gdb.base/break.exp: Code locations are in hex, don't forget!
3745 (For HP-UX.)
3746
37471999-09-17 Stan Shebs <shebs@andros.cygnus.com>
3748
3749 * condbreak.exp: Use break.c as test program.
3750 * condbreak.c: Remove, redundant with break.c.
3751
37521999-09-15 Stan Shebs <shebs@andros.cygnus.com>
3753
3754 * config/monitor.exp (gdb_target_monitor): Disable X- and
3755 Z-packets if the target needs it.
3756
37571999-09-13 James Ingham <jingham@leda.cygnus.com>
3758
3759 * gdb.c++/overload.exp: Added tests for listing overloaded
3760 functions with function pointers in the arg, explicitly calling
3761 out the version you want.
3762
cff3e48b
JM
37631999-09-09 Stan Shebs <shebs@andros.cygnus.com>
3764
3765 * long_long.exp: Add variations of test cases that work for
3766 targets with 16-bit ints and 32-bit doubles.
3767
d4f3574e
SS
37681999-09-08 Stan Shebs <shebs@andros.cygnus.com>
3769
3770 * break.c (main): Compare a possibly-uninitialized argc with an
3771 unlikely value that fits in 16 bits.
3772
37731999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3774
3775 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
3776 0xfeeb, don't want negative numbers if ints are 16 bits.
3777
3778 * lib/gdb.exp (skip_cplus_tests): New proc.
3779 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3780 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
3781 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
3782 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
3783 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
3784 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
3785 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
3786 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
3787
3788 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
3789
3790Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
3791
3792 * gdb.base/corefile.exp (up): Allow a parameter to appear
3793 in the frame that we're going up to.
3794
3795 From Jim Blandy <jimb@cygnus.com>:
3796
3797 * gdb.base/default.exp (info float): Expect some output now.
3798
3799 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
3800 returning floating-point values to fail on the x86.
3801 * gdb.base/callfwmall.exp (do_function_calls): Same.
3802
3803 * gdb.base/list.exp (test_listsize): Correct expectations for
3804 listing line 1 with listsize 2. Also, listing a single line
3805 works now, as does listing three lines. [Kevin's note: There
3806 were a number of other cases fixed too where the expectations
3807 differed...]
3808
38091999-09-02 Stan Shebs <shebs@andros.cygnus.com>
3810
3811 * gdb.base/selftest.exp: Add case for when version prints as
3812 constant string instead of char pointer.
3813
104c1213
JM
38141999-08-25 Stan Shebs <shebs@andros.cygnus.com>
3815
3816 * gdb.base/ending-run.exp: Add Solaris case for what happens when
3817 stepping out of main.
3818
3819 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
3820 G++ used.
3821
3822 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
3823 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
3824
3825 * gdb.c++/ovldbreak.exp: Update match string in test that
3826 includes a warning of multiple breakpoints.
3827
38281999-08-24 Stan Shebs <shebs@andros.cygnus.com>
3829
3830 * gdb.base/display.exp: Improve precision of step-after-finish
3831 added yesterday.
3832
3833 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
3834 test.
3835
3836 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
3837 configs when using G++, not just hppa*.
3838
38391999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3840
3841 * gdb.base/async.c: New file.
3842 * gdb.base/async.exp: New file.
3843
3844Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
3845
3846 * gdb.base/break.exp: Tweak PA specific tests to properly handle
3847 PA64.
3848
53a5351d
JM
3849Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
3850
104c1213
JM
3851 * gdb.base/display.exp: "finish" can leave us mid-line on many
3852 targets, deal with it. Add a small constant to main, instead of
3853 1000 since main+1000 may not be a valid address in the target.
3854
53a5351d
JM
3855 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
3856 on hpux11.
3857
3858 * gdb.base/attach.exp: Handle another hpux11 error message variant
3859 when attaching to a process that does not exist.
3860
38611999-08-19 J.T. Conklin <jtc@redback.com>
3862
3863 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
3864 characters in 'continue to 1241' test.
3865
38661999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3867
3868 * gdb.base/call-ar-st.exp: Add a shorter match case for the
3869 stop in print_long_arg_list, define and use a whitespace
3870 variable in print_small_structs test, add an XFAIL for Solaris.
3871 * gdb.base/dbx.exp: XFAIL func commands until somebody is
3872 interested enough to fix.
3873
7be570e7
JM
38741999-08-13 Keith Seitz <keiths@cygnus.com>
3875
3876 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
3877 (dbx_gdb_load): Remove. Use gdb_load instead, since that
3878 proc knows about targets other than the natives.
3879 (test_assign): Use "gdb_run_cmd" to "run" the target.
3880 Check that we've actually hit the breakpoint at main.
3881 When we attempt to assign a value to a local variable, check
3882 that the variable is in the current scope, i.e., don't use
3883 a test with an empty result.
3884
3885Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
3886
3887 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
3888 command.
3889
38901999-08-09 Stan Shebs <shebs@andros.cygnus.com>
3891
3892 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3893 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
3894 gdb.compat, gdb.threads-hp.
3895 gdb.hp/configure, gdb.hp/configure.in: New files.
3896 gdb.hp/Makefile.in: Recurse into new subdirs.
3897 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
3898 gdb.hp/gdb.objdbg: New directory, tests for debugging info
3899 in object files.
3900 gdb.hp/tools: New directory, aux tools for HP-specific tests.
3901
96baa820
JM
39021999-08-05 Stan Shebs <shebs@andros.cygnus.com>
3903
3904 * gdb.base/display.exp: Help expect by putting a newline in the
3905 funky printf, remove a bogus p/a test.
3906
39071999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3908
3909 * gdb.base/display.exp: Make sure that when we say 'run', we are
3910 connected to the target. This is necessary when running not
3911 natively.
3912
39131999-08-03 Stan Shebs <shebs@andros.cygnus.com>
3914
3915 * gdb.base/step-test.exp: Removed some extraneous messages.
3916
3917 * gdb.base/long_long.exp: Don't run memory examination tests
3918 on little-endian targets (they will need a different set of
3919 results to match).
3920
39211999-08-02 Stan Shebs <shebs@andros.cygnus.com>
3922
3923 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
3924 until somebody decides to fix GDB.
3925
3926 * gdb.base/long_long.c: Stop compiler complaint by specifying long
3927 constant as "ULL".
3928 * gdb.base/long_long.exp: Loosen x/c test, add partial result
3929 matches for a couple x/2 commands.
3930
a0b3c4fd
JM
39311999-07-30 Stan Shebs <shebs@andros.cygnus.com>
3932
3933 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
3934 by merging in ref-types2 tests.
3935 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
3936
3937 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3938 * gdb.c++/Makefile.in: Add standard actions.
3939 (EXECUTABLES): Rename from PROGS, update list.
3940 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
3941 from gdb.hp.
3942 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
3943 foo and bar locals.
3944 * gdb.c++/anon-union.exp: Fix tests to match.
3945 * gdb.c++/classes.exp: Run if HP compiler used, add extra
3946 expect matches to handle output variations.
3947 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
3948 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
3949 output, add HP alternatives for new and delete prints.
3950 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
3951 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
3952 * gdb.c++/demangle.exp: Use $style when reporting failure.
3953 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
3954 * gdb.c++/inherit.exp: Run if HP compiler used, add some
3955 match alternatives.
3956 * gdb.c++/local.exp: Add match alternatives or xfails for HP
3957 compilers.
3958 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
3959 * gdb.c++/method.exp: Add match alternatives.
3960 * gdb.c++/misc.cc: Add bool types.
3961 * gdb.c++/misc.exp: Add tests for bool types.
3962 * gdb.c++/overload.exp: Add xfails.
3963 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
3964 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
3965 add some more template parameter tests (only for HP currently).
3966 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
3967 * gdb.c++/virtfunc.cc: Add return type and value for main.
3968 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
3969 match alternatives.
beb998c6 3970
a0b3c4fd
JM
39711999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3972
3973 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
3974
39751999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
3976
3977 * gdb.base/signals.exp: Don't expect getting a backtrace from
3978 within a signal handler to fail on Linux.
3979
39801999-07-29 Stan Shebs <shebs@andros.cygnus.com>
3981
3982 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3983 * lib/gdb.exp: Remove some gratuitious semicolons.
3984 (delete_breakpoints): Increase timeout.
3985 (gdb_expect): Add -notransfer option.
3986 (gdb_test): Use -notransfer option.
3987 (get_compiler_info): Add f77 case.
3988 (get_compiler): New proc, split out from gdb_preprocess, add f77
3989 case.
3990 (gdb_preprocess): Call get_compiler.
3991
3992 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3993 * gdb.base/attach.exp, gdb.base/display.exp,
3994 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3995 gdb.base/long_long.exp, gdb.base/printcmds.exp,
3996 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3997 third arg to gdb_test.
3998 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3999 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
4000 HP-UX xfails, add others.
4001 * gdb.base/completion.exp: Reflect name change of self-test.
4002 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
4003 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
4004 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
4005 HP failure number.
4006 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
4007 useless HP-UX 10.30 references.
4008 * gdb.base/maint.exp: Loosen matches.
4009 * gdb.base/pointers.c (main): Declare more_code.
4010 * gdb.base/pointers.exp: Match on output of a `next'.
4011 * gdb.base/structs.c: Add prototypes.
4012 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
4013 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
4014
40151999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4016
4017 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
4018 command.
4019
40201999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4021
4022 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
4023 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
4024
4025 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
4026 debug info. Deal with lack of signal hanlder info in stack.
4027
4028 From Jim Kingdon <kingdon@redhat.com>:
4029 * gdb.base/annota1.exp: If printf has debug info, deal with it.
4030
5a2468f5
JM
40311999-07-19 Stan Shebs <shebs@andros.cygnus.com>
4032
4033 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
4034 gdb.base/foll-vfork.exp: Don't run for crosses.
4035
adf40b2e
JM
4036Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4037
4038 * gdb.base/configure.in: Check for gdbvars.exp instead of
4039 a1-selftest.exp.
4040 * gdb.base/configure: Re-generate.
4041
40421999-07-12 Stan Shebs <shebs@andros.cygnus.com>
4043
4044 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
4045 in trying to run first and name is too long.
4046
4047 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
4048 pointers2.c and pointers2.exp, respectively.
4049 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
4050 doschk happier.
4051
43e526b9
JM
40521999-07-08 Stan Shebs <shebs@andros.cygnus.com>
4053
4054 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
4055 callfuncs2.c and callfuncs2.exp.
4056
4057 * gdb.base/list.exp: Remove mistaken xfails.
4058 * gdb.base/list0.h: Add optional prototypes.
4059
9846de1b
JM
4060Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
4061
4062 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
4063 calling malloc.
4064 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
4065 * ptype.exp: Move test for get_debug_format to before its first
4066 use.
4067
40681999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4069
4070 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
4071 * gdb.base/annota2.cc, annota2.exp: Move from here.
4072 * gdb.c++/annota2.cc, annota2.exp: To here.
4073 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
4074
43ff13b4
JM
4075Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4076
4077 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
4078 a consistent format.
4079
085dd6e6
JM
40801999-06-25 Stan Shebs <shebs@andros.cygnus.com>
4081
4082 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4083 * lib/gdb.exp (get_compiler_info): Add detection for assorted
4084 HP compilers, also set the globals $true and $false.
4085
4086 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
4087 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
4088 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
4089 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
4090 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
4091 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
4092 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
4093 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
4094 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
4095 whatis.c} Add C++ compatible function definitions and return
4096 types, add includes for library functions.
4097 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
4098 * gdb.base/step-test.c (myglob): Rename from glob.
4099 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
4100 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
4101 files, move here from gdb.hp.
4102 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
4103 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
4104 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
4105 Adjust line numbers in regexps.
4106
4107 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
4108 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
4109 instead of 0/1.
4110
4111 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
4112 foll-vfork.exp: New files, move here from gdb.hp.
4113 * gdb.base/page.exp: New file, test of pagination command.
4114
4115 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
4116 recursion test.
4117 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
4118
4119 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
4120 gdb.base/solib.exp: Fix compiler invocation process.
4121
4122 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
4123 HP-UX 11, turn off overload resolution explicitly.
4124 * gdb.base/commands.exp: Set argument list explicitly, add
4125 watchpoint test.
4126 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
4127 them work.
4128 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
4129 expressions properly.
4130 * gdb.base/corefile.exp: Loosen the match slightly.
4131 * gdb.base/default.exp: Allow "Error accessing memory" message
4132 also.
4133 * gdb.base/display.exp: Skip over x/0 j if PA64.
4134 * gdb.base/funcargs.exp: Add xfails for HP-UX.
4135 * gdb.base/interrupt.exp: Ditto.
4136 * gdb.base/langs.exp: Add symbolic matches governed by compiler
4137 in use.
4138 * gdb.base/list.exp: Add xfails for HP-UX.
4139 * gdb.base/long_long.exp: Refine some of the numeric matches.
4140 * gdb.base/mips_pro.exp: Xfail on HP-UX.
4141 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
4142 * gdb.base/nodebug.exp: Succeed on more varieties of output.
4143 * gdb.base/opaque.exp: Remove some HP-UX xfails.
4144 * gdb.base/ptype.exp: Succeed on more varieties of output.
4145 * gdb.base/scope.exp: Add xfails for HP-UX.
4146 * gdb.base/sect-cmd.exp: Add more cases.
4147 * gdb.base/setvar.exp: Add xfails for HP-UX.
4148 * gdb.base/shlib-call.exp: Loosen some matches slightly.
4149 * gdb.base/signals.exp: Match on void symbolically.
4150 * gdb.base/step-test.exp: Add case for PA64.
4151 * gdb.base/term.exp: Add exit and restart.
4152 * gdb.base/twice.exp: Clean up after self.
4153 * gdb.base/varargs.exp: Disable overload resolution explicitly.
4154 * gdb.base/whatis.exp: Allow more ways to pass tests.
4155
4156 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
4157 no longer useful.
4158
4159Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
4160
4161 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
4162 list of patterns.
4163 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
4164 print_double_array(double_array)", "continuing to breakpoint
4165 1018", "print print_double_array(array_d)" and "continuing to
4166 1034" tests.
beb998c6 4167
085dd6e6
JM
41681999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
4169
4170 * Makefile.in: Add empty html and install-html targets.
4171
41721999-06-24 Stan Shebs <shebs@andros.cygnus.com>
4173
4174 * config/mt-*: Remove, these haven't been used since 1996.
4175
41761999-06-22 Stan Shebs <shebs@andros.cygnus.com>
4177
4178 * gdb.base/call-strs.c, gdb.base/ending-run.c,
4179 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
4180 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
4181
9e0b60a8
JM
41821999-06-18 Stan Shebs <shebs@andros.cygnus.com>
4183
4184 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
4185 simpler match case for the ptype of the big class.
4186
41871999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4188
4189 * gdb.exp: Fix test for gdb_prompt existence.
4190
41911999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4192
4193 * gdb.exp (gdb_test): Add fail after calls to perror.
4194
41951999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4196
4197 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
4198
41991999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4200
4201 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
4202
0f71a2f6
JM
4203Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
4204
4205 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
4206 malloc() is linked in.
4207
42081999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4209
4210 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
4211 step at end.
4212
4213 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
4214
42151999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
4216
4217 * gdb.java/jv-print.exp: New file. (Our first Java test!)
4218
cce74817
JM
4219Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
4220
4221 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
4222 * gdb.base/mips_pro.exp: Likewise.
4223
42241999-06-02 Keith Seitz <keiths@cygnus.com>
4225
4226 * gdb.c++/templates.cc: Change all "new" operators to throw
4227 an exception.
4228 * gdb.c++/cplusfuncs.cc: Likewise.
4229
4230 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
4231
4232Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
4233
4234 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
4235 * gdb.base/ending-run.exp: When stepping out of main, accept a
4236 step into an arbitrary assembler file.
4237
392a587b
JM
42381999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4239
beb998c6 4240 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 4241 "breakpoint-invalid" to be printed.
beb998c6 4242 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
4243 number of "frames-invalid" and "breakpoint-invalid" to be printed.
4244 * gdb.base/annota2.cc: Initialize a.x to 0.
4245
9e086581
JM
42461999-05-17 Keith Seitz <keiths@cygnus.com>
4247
4248 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
4249 when "skip_float_tests" set.
4250 Ditto for "print print_double_array(array_d)", "print print_small_structs",
4251 "print print_ten_doubles", and "step into print_long_arg_list".
4252 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
4253 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
4254 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
4255 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
4256 "skip_float_tests" is set.
4257 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
4258 when "skip_float_tests" set.
beb998c6 4259
cd0fc7c3
SS
42601999-05-06 Keith Seitz <keiths@cygnus.com>
4261
4262 * gdb.base/annota2.cc: Include stdio.h.
4263
4264Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
4265
4266 * gdb.base/crossload.exp: Remove, this has been disabled ever
4267 since BFD stopped including all targets, and cross-GDB gets
4268 plenty of testing anyway.
4269 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
4270 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
4271 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
4272 * gdb.base/README: Remove, was doc for this.
4273 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
4274 needed.
4275
b83266a0
SS
42761999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4277
4278 * gdb.base/call-ar-st.exp: Fix one regular expression in test
4279 output.
4280
4281 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
4282 * gdb.base/annota2.exp: New file. More annotation tests.
4283 * gdb.base/annota1.c: New file. Source file for annota1.exp.
4284 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
4285
42861999-04-23 Angela Marie Thomas <angela@cygnus.com>
4287
4288 * config/cfdbug.exp: New file.
4289
7a292a7a
SS
42901999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
4291
4292 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
4293 Marcus Daniel's and Dale Hawkins's demangler crashes.
4294
4295 * gdb.c++/demangle.exp (test_gnu_style_demangling,
4296 test_lucid_style_demangling, test_arm_style_demangling,
4297 test_hp_style_demangling): Try Tom Tromey's core-dumping
4298 identifier under each demangling style.
4299
43001999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
4301
4302 * gdb.c++/demangle.exp: Include the current demangling style
4303 in all test names.
4304 (current_demangling_style): New global variable.
4305 (set_demangling_style, test_demangling_core, test_demangling,
4306 test_demangling_exact): New functions.
4307 (test_gnu_style_demangling, test_lucid_style_demangling,
4308 test_arm_style_demangling, test_hp_style_demangling): Use those,
4309 instead of calling gdb_test and gdb_test_exact directly.
4310 (catch_demangling_errors): New function, which reports errors
4311 signalled by the demangling test functions in an orderly way.
4312 (do_tests): Use catch_demangling_errors.
4313
43141999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
4315
4316 * gdb.base/signals.exp (test_handle_all_print): Use () for
4317 grouping in expressions, not {}.
4318
4319 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
4320 initialized yet.
4321
43221999-04-01 Stan Shebs <shebs@andros.cygnus.com>
4323
4324 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
4325 are listed.
4326
43271999-03-26 Stan Shebs <shebs@andros.cygnus.com>
4328
4329 * gdb.stabs/weird.exp: Test for CC being defined before
4330 looking at its value.
4331
43321999-03-25 Stan Shebs <shebs@andros.cygnus.com>
4333
4334 * gdb.base/call-ar-st.exp: Remove stray '#'.
4335 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
4336 "short int" and "long int".
4337 * gdb.c++/overload.cc: Cast the string added in the previous
4338 change, to mollify finicky HP compiler.
4339 * gdb.hp/reg-test.exp (testfile): Fix file name.
4340 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 4341
7a292a7a
SS
4342 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
4343 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
4344 alternate form of enum ptype.
4345
c906108c
SS
43461999-03-23 Stan Shebs <shebs@andros.cygnus.com>
4347
7a292a7a
SS
4348 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
4349 * gdb.hp/*.exp: Change all to run compiler probe only after
4350 passing skip_hp_tests, so as not to waste time on guaranteed
4351 failure.
4352
c906108c
SS
4353 * gdb.c++/overload.cc: Pass string instead of char addr, always
4354 init ccpfoo.
4355 * gdb.c++/templates.cc: Fix syntax error.
4356
7a292a7a
SS
4357Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4358
4359 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 4360 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
4361 command.
4362
43631999-03-18 James Ingham <jingham@cygnus.com>
4364
4365 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
4366
4367 * gdb.c++/method.exp: It was testing an uninitialized int on the
4368 stack and assuming it was positive.
4369
4370 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
4371
4372 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 4373 keep it from killing the rest of the tests.
7a292a7a
SS
4374 Use gdb_continue_to_end.
4375
4376 * gdb.base/sigall.exp: use gdb_continue_to_end.
4377
4378 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
4379
4380 * gdb.base/display.exp: use runto_main, not run.
4381
beb998c6
AC
4382 * gdb.base/default.exp: Check for the current error message in the
4383 r abbreviation test.
7a292a7a
SS
4384 Add strongarm to the targets that know info float.
4385
beb998c6 4386 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
4387 run which doesn't work with monitors.
4388
4389 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
4390
4391 * gdb.base/break.exp: use the gdb_continue_to_end proc.
4392
4393 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
4394 program. Traps the case (in Cygmon) when the program never really
4395 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
4396 more places, so I used my name. Sorry Mark...
4397
4398 * config/monitor.exp (gdb_target_monitor): added another
4399 target_info parameter: remotebinarydownload. This will set the
4400 remotebinarydownload flag if this is causing some boards trouble.
4401
44021999-03-18 Mark Salter <msalter@cygnus.com>
4403
4404 * lib/gdb.exp (continue_to_exit): New function.
4405
4406 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
4407 * gdb.base/ending-run.exp: Ditto.
4408 * gdb.base/step-test.exp: Ditto.
4409
44101999-03-16 Stan Shebs <shebs@andros.cygnus.com>
4411
4412 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
4413 (suggested by Art Haas <ahaas@neosoft.com>).
4414
44151999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
4416
4417 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
4418
4419Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
4420
4421 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
4422 descriptions of types (short unsigned int vs unsigned short, etc).
4423
44241999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
4425
4426 * gdb.base/call-strs.exp: Don't assume that `step' will step over
4427 a call to strlen; sometimes we do have sources.
4428
44291999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
4430
4431 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
4432 character, so GDB won't print garbage after its end.
beb998c6 4433
c906108c
SS
4434 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
4435 breakpoint there instead. Sometimes GCC emits memcpy to handle
4436 the large structures being passed by value, so we step into that
4437 instead of sum_array_print, which obscures what we're really testing.
4438 * gdb.base/step-test.exp: However, we do want a test that notices
4439 the bizarre steps into memcpy, so do that here. Add check for
4440 stepping into function calls that pass large structures by value.
4441 ("Is that a noun clause, or are you just happy to see me?")
4442 Remove all references to specific line numbers.
4443 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
4444 New type and function.
4445 (main): Call large_struct_by_value, passing it a large struct by value.
4446 * lib/gdb.exp (gdb_get_line_number): New function.
4447
4448 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
4449 more portable.
4450
7a292a7a
SS
44511999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
4452
c906108c
SS
4453 * lib/gdb.exp: Doc fixes.
4454
7a292a7a
SS
44551999-03-05 Nick Clifton <nickc@cygnus.com>
4456
beb998c6 4457 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
4458
44591999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
4460
c906108c
SS
4461 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
4462 commands. They're not germane to this test, and they don't work
4463 that way on remote targets.
4464
3fc11d3e
JM
44651999-03-01 James Ingham <jingham@cygnus.com>
4466
4467 * Changelog entries merged over from gdb development branch.
4468
3fc11d3e
JM
4469 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
4470
4471 * lib/gdb.exp (gdbtk_analyze_results): Generic function
4472 for outputting results of test run.
4473
2d4a1622 4474 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
4475
4476 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 4477
7a292a7a
SS
44781999-02-25 Felix Lee <flee@cygnus.com>
4479
4480 * lib/gdb.exp (debug_format): initialize
4481
c906108c
SS
44821999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
4483
4484 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
4485 * gdb.base/call-rt-st.c: Ditto.
4486
c906108c
SS
44871999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
4488
4489 * gdb.threads/pthreads.exp (horiz): New variable.
4490 (test_startup): Fix regexps that capture thread numbers.
4491
44921999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
4493
4494 * gdb.base/smoke.exp: Disambiguate two test case names (both
4495 called ``print'').
4496
4497Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4498
4499 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
4500 compilation.
4501
45021999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4503
4504 * gdb.base/miscexprs.exp: Change patterns to match GDB's
4505 actual output formatting.
4506 * gdb.base/smoke.exp: GDB removes leading 0's.
4507 * gdb.base/volatile.exp: Don't check type of remuneration;
4508 that variable is no longer defined in constvars.c.
4509 * gdb.base/step-test.c (main): Exit with explicit exit code.
4510 * gdb.base/step-test.exp: Remove two nexti checks--they are
4511 not portable.
4512
45131999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4514
4515 * gdb.base/help.exp ("help delete display"): Fix test to match
4516 gdb's output.
4517
4518 * gdb.base/long_long.c (known_types): Initialize values to zero.
4519 * gdb.base/long_long.exp: Step one more line
4520 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 4521 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
4522 unique test case names.
4523
4524Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4525
beb998c6 4526 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
4527
4528 * gdb.c++/method.exp: Add missing close brace.
4529
45301999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
4531
4532 * gdb.base/maint.exp: Use 'set height 0' to disable page
4533 prompting, not 'set height 400'.
4534
4535 Fix a bunch of timeouts.
4536 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
4537 four separate tests, so expect doesn't take forever to match a ton
4538 of text against a regexp with lots of .* forms.
4539 ("maint print psymbols", "maint print symbols"): Make some of
4540 these greps more selective, so that expect doesn't try to wade
4541 through huge piles of output and time out.
4542
4543 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
4544
4545 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
4546 tests: one which doesn't expect shlib events to be reported, and
4547 another which does, but is XFAIL for all platforms other than
4548 HP/UX.
4549
4550 * gdb.base/break.exp: Teach the test suite that the `catch
4551 fork', `catch vfork', and `catch exec' commands produce error
4552 messages on platforms that don't provide these features.
4553
4554Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4555
4556 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
4557 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
4558 (shortening names from solib_threshold.exp etc), won't run on
4559 anything but HP-UX for the foreseeable future.
4560 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
4561 reflect move.
4562
4563Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
4564
4565 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
4566 gdb.trace/Makefile.in (clean): Remove all test executables.
4567
4568Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
4569
4570 * gdb.base/shlib-call.exp: add test cases to verify that gdb
4571 successfully re-sets breakpoints in shared libraries.
4572 * gdb.base/shmain.c (main): return 0, don't fall off the end.
4573
4574Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4575
beb998c6
AC
4576 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
4577 and compiled w/o GCC.
c906108c
SS
4578
4579 * gdb.hp/watch-cmd.exp: ditto.
4580
4581 * gdb.hp/watch-hp.exp: ditto.
4582
4583 * gdb.hp/xdb1.exp: ditto.
4584
4585 * gdb.hp/xdb2.exp: ditto.
4586
4587 * gdb.hp/dbx.exp: ditto.
4588
4589Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
4590
4591 * constvars.c: Remove C++-isms.
4592 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
4593 with GCC.
4594
4595Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
4596
4597 The following changes are part of the HP merge.
4598
4599 * gdb.base/break.exp: new tests to verify that catchpoints for
4600 fork, vfork, and exec don't trigger inappropriately.
4601
4602 * gdb.base/opaque.exp: compile one file at a time, then link.
4603
4604 * gdb.base/signals.exp: be more restrictive about which hppa
4605 systems receive a setup_xfail. new tests.
4606
4607 * gdb.base/solib_threshold.build: new file.
4608 * gdb.base/solib_threshold.exp: new file.
4609 * gdb.base/solib_threshold.link_opts: new file.
4610 * gdb.base/solib_threshold.mk: new file.
4611 * gdb.base/gen_solib_threshold.c: new file.
4612
4613 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
4614 tests. New tests for enums inside classes.
4615
4616 * gdb.c++/compiler.cc: indicate support of template debugging.
4617
4618 * gdb.c++/demangle.exp: run hp style demangling tests.
4619
4620 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
4621 tests.
4622
4623 * gdb.c++/misc.cc: changes to support new tests.
4624
4625 * gdb.c++/templates.cc: changes to support HP's compiler; changes
4626 to support new tests.
4627
4628 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
4629 gcc, then skip these tests.
4630
4631Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
4632
4633 The following files are part of the HP merge; some had longer
4634 names at HP, but have been renamed to be no more than 14
4635 characters in length.
4636
4637 * gdb.hp/ambiguous.cc: new file.
4638 * gdb.hp/ambiguous.exp: new file.
4639 * gdb.hp/attach.exp: new file.
4640 * gdb.hp/attach2.exp: new file.
4641 * gdb.hp/classes-hp.exp: new file.
4642 * gdb.hp/ctti.exp: new file.
4643 * gdb.hp/ctti-add.cc: new file.
4644 * gdb.hp/ctti-add1.cc: new file.
4645 * gdb.hp/ctti-add2.cc: new file.
4646 * gdb.hp/ctti-add3.cc: new file.
4647 * gdb.hp/dbx.exp: new file.
4648 * gdb.hp/exception.cc: new file.
4649 * gdb.hp/exception.exp: new file.
4650 * gdb.hp/foll-exec.c: new file.
4651 * gdb.hp/foll-exec.exp: new file.
4652 * gdb.hp/foll-fork.c: new file.
4653 * gdb.hp/foll-fork.exp: new file.
4654 * gdb.hp/foll-vfork.c: new file.
4655 * gdb.hp/foll-vfork.exp: new file.
4656 * gdb.hp/inherit-hp.exp: new file.
4657 * gdb.hp/more-steps.exp: new file.
4658 * gdb.hp/namespace.cc: new file.
4659 * gdb.hp/namespace.exp: new file.
4660 * gdb.hp/optimize.exp: new file.
4661 * gdb.hp/pxdb.c: new file.
4662 * gdb.hp/pxdb.exp: new file.
4663 * gdb.hp/quicksort.exp: new file.
4664 * gdb.hp/reg-test.exp: new file.
4665 * gdb.hp/reg-test.s: new file.
4666 * gdb.hp/sized-enum.c: new file.
4667 * gdb.hp/sized-enum.exp: new file.
4668 * gdb.hp/start-stop.exp: new file.
4669 * gdb.hp/templ-hp.cc: new file.
4670 * gdb.hp/templ-hp.exp: new file.
4671 * gdb.hp/thr-lib.c: new file.
4672 * gdb.hp/thr-lib.exp: new file.
4673 * gdb.hp/thr-lib.h: new file.
4674 * gdb.hp/thr-liblib.c: new file.
4675 * gdb.hp/virtfun-hp.c: new file.
4676 * gdb.hp/virtfun-hp.exp: new file.
4677 * gdb.hp/watch-cmd.exp: new file.
4678 * gdb.hp/watch-hp.exp: new file.
4679 * gdb.hp/xdb1.exp: new file.
4680 * gdb.hp/xdb2.exp: new file.
4681 * gdb.hp/xdb3.exp: new file.
4682
4683Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
4684
4685 The following files are part of the HP merge; some had longer
4686 names at HP, but have been renamed to be no more than 14
4687 characters in length.
4688
4689 * gdb.base/ss.h: new file.
4690 * gdb.base/call-ar-st.c: new file.
4691 * gdb.base/call-ar-st.exp: new file.
4692 * gdb.base/call-rt-st.c: new file.
4693 * gdb.base/call-rt-st-exp: new file.
4694 * gdb.base/call-strs.exp: new file.
4695 * gdb.base/ena-dis-br.exp: new file.
4696 * gdb.base/environ.exp: new file.
4697 * gdb.base/long_long.exp: new file.
4698 * gdb.base/sect-cmd.exp: new file.
4699 * gdb.base/shlib-cl2.exp: new file.
4700 * gdb.base/smoke.exp: new file.
4701 * gdb.base/so-impl-ld.c: new file.
4702 * gdb.base/so-impl-ld.exp: new file.
4703 * gdb.base/so-indr-cl.c: new file.
4704 * gdb.base/so-indr-cl.exp: new file.
4705 * gdb.base/varargs.exp: new file.
4706 * gdb.base/volatile.exp: new file.
4707 * gdb.base/whatis-exp.exp: new file.
7a292a7a 4708 * gdb.base/display.exp: new file.
c906108c
SS
4709 * gdb.c++/derivation.exp: new file.
4710 * gdb.c++/local.exp: new file.
4711 * gdb.c++/member-ptr.exp: new file.
4712 * gdb.c++/overload.exp: new file.
4713 * gdb.c++/ovldbreak.exp: new file.
4714 * gdb.c++/ref-types.exp: new file.
4715 * gdb.c++/ref-types2.exp: new file.
4716 * gdb.c++/userdef.exp: new file.
beb998c6 4717
c906108c
SS
4718Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4719
4720 * gdb.base/default.exp: Reflect wording change in remote.c.
4721
dc96c6c7 4722Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4723
4724 * gdb.base/help.exp: Update to reflect current text.
4725
4726Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
4727
4728 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
4729 they're stack variables and contain garbage.
4730 * gdb.c++/anon-union.exp: new file.
4731
4732 The following changes were made by David Taylor
4733 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4734 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4735 in changes by HP.
4736
4737 * gdb.base/bitops.exp: new file.
4738 * gdb.base/default.exp: change expected messages for catch and
4739 info catch tests to reflect HP merge changes.
4740 * gdb.base/enable-disable-break.exp
4741 * gdb.base/ending-run.c: new file.
4742 * gdb.base/long_long.c: new file.
4743 * gdb.base/maint.exp: new file.
4744 * gdb.base/pointers2.exp: new file.
4745 * gdb.base/shlib-call2.exp: new file.
4746 * gdb.base/solib.exp: new file.
4747 * gdb.base/step-test.c: new file.
4748 * gdb.c++/anon-union.cc: new file.
4749 * gdb.c++/local.cc: new file.
4750 * gdb.c++/member-pointer.cc: new file.
4751 * gdb.c++/method.cc: new file.
4752 * gdb.c++/ref-types.cc: new file.
4753 * gdb.c++/ref-types2.cc: new file.
4754 * gdb.c++/userdef.cc: new file.
beb998c6 4755
c906108c
SS
4756 * gdb.base/scope.exp: compile one file at a time, then link.
4757 * gdb.base/langs.exp: ditto.
4758 * gdb.base/list.exp: ditto.
beb998c6 4759
c906108c
SS
4760Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
4761
4762 The following changes were made by David Taylor
4763 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4764 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4765 in changes by HP.
beb998c6 4766
c906108c
SS
4767 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
4768 skip tests. When compiling pass c++ flag to gdb_compile.
4769 * gdb.c++/
beb998c6 4770
c906108c
SS
4771 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
4772 test for on hppa*-*-hpux*; use args to see if c++ was specified.
4773 (skip_hp_tests): new function.
4774 (gdb_preprocess): new function.
4775
4776 * configure.in (hpdir): decide whether to configure gdb.hp.
4777 * configure: regenerated.
4778
4779 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
4780 to delete on clean.
4781 (EXECUTABLES): update to reflect new additions.
4782 * gdb.base/commands.exp: update message expected.
4783 * gdb.base/default.exp: add copyright notice.
4784 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
4785 * gdb.base/help.exp: update messages to reflect current text.
4786 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
4787 targets for recurse tests.
4788 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
4789 skip this file.
4790
4791 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
4792 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
4793 compilation.
4794 * gdb.c++/misc.exp: ditto.
4795 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
4796 run the tests. tell gdb_compile that it's a c++ compilation.
4797
4798 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 4799
c906108c
SS
4800 * gdb.base/all-bin.exp: new file.
4801 * gdb.base/arithmet.exp: new file.
4802 * gdb.base/assign.exp: new file.
4803 * gdb.base/completion.exp: new file.
4804 * gdb.base/cond-expr.exp: new file.
4805 * gdb.base/condbreak.exp: new file.
4806 * gdb.base/define.exp: new file.
4807 * gdb.base/dollar.exp: new file.
4808 * gdb.base/environment.exp: new file.
4809 * gdb.base/eval-skip.exp: new file.
4810 * gdb.base/jump.exp: new file.
4811 * gdb.base/logical.exp: new file.
4812 * gdb.base/pointers.exp: new file.
4813 * gdb.base/relational.exp: new file.
4814 * gdb.base/section_command.exp: new file.
4815 * gdb.base/whatis-expr.exp: new file.
4816
4817 * gdb.base/all-types.c: new file.
4818 * gdb.base/call-array-struct.c: new file.
4819 * gdb.base/call-return-struct.c: new file.
4820 * gdb.base/call-strings.c: new file.
4821 * gdb.base/callfuncs2.c: new file.
4822 * gdb.base/condbreak.c: new file.
4823 * gdb.base/constvars.c: new file.
4824 * gdb.base/display.c: new file.
4825 * gdb.base/int-type.c: new file.
4826 * gdb.base/jump.c: new file.
4827 * gdb.base/miscexprs.c: new file.
4828 * gdb.base/pointers.c: new file.
4829 * gdb.base/pointers2.c: new file.
4830 * gdb.base/shmain.c: new file.
4831 * gdb.base/shr1.c: new file.
4832 * gdb.base/shr2.c: new file.
4833 * gdb.base/solib.c: new file.
4834 * gdb.base/solib1.c: new file.
4835 * gdb.base/solib2.c: new file.
4836 * gdb.base/varargs.c: new file.
4837 * gdb.c++/derivation.cc: new file.
4838 * gdb.c++/overload.cc: new file.
4839 * gdb.c++/ovldbreak.cc: new file.
4840 * gdb.hp/attach.c: new file.
4841 * gdb.hp/attach2.c: new file.
4842 * gdb.hp/average.c: new file.
4843 * gdb.hp/compiler.c: new file.
4844 * gdb.hp/compiler.cc: new file.
4845 * gdb.hp/execd-program.c: new file.
4846 * gdb.hp/follow-exec.c: new file.
4847 * gdb.hp/follow-fork.c: new file.
4848 * gdb.hp/follow-vfork-and-exec.c: new file.
4849 * gdb.hp/misc-hp.cc: new file.
4850 * gdb.hp/more-steps.c: new file.
4851 * gdb.hp/optimize.c: new file.
4852 * gdb.hp/quicksort.c: new file.
4853 * gdb.hp/run-hp.c: new file.
4854 * gdb.hp/start-stop.c: new file.
4855 * gdb.hp/sum.c: new file.
4856 * gdb.hp/templates-hp.cc: new file.
4857 * gdb.hp/thread-local-in-lib.c: new file.
4858 * gdb.hp/thread-local-in-lib.h: new file.
4859 * gdb.hp/thread-local-in-lib.lib.c: new file.
4860 * gdb.hp/vforked-program.c: new file.
4861 * gdb.hp/virtfunc-hp.cc: new file.
4862 * gdb.hp/watchpoint-hp.c: new file.
4863 * gdb.hp/xdb.c: new file.
4864 * gdb.hp/xdb0.c: new file.
4865 * gdb.hp/xdb0.h: new file.
4866 * gdb.hp/xdb1.c: new file.
4867
4868Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
4869
4870 The following change was made by Edith Epstein
4871 <eepstein@cygnus.com> as part of a project to merge in changes
4872 originally made by HP; HP did not create ChangeLog entries.
4873
4874 * gdb.c++/demangle.exp: changed the expected output for some
4875 ARM-style mangling -- removed second reference to datatype.
4876 For example, maint demangle __dt__11T1__pt__2_cFv
4877 T1<char>::~T1<char>(void)
4878 becomes,
4879 maint demangle __dt__11T1__pt__2_cFv
4880 T1<char>::~T1(void)
4881
4882 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 4883
c906108c
SS
4884Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
4885
4886 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
4887 * gdb.trace/backtrace.exp: Likewise.
4888 * gdb.trace/circ.exp: Likewise.
4889 * gdb.trace/collection.exp: Likewise.
4890 * gdb.trace/deltrace.exp: Likewise.
4891 * gdb.trace/infotrace.exp: Likewise.
4892 * gdb.trace/limits.exp: Likewise.
4893 * gdb.trace/packetlen.exp: Likewise.
4894 * gdb.trace/passc-dyn.exp: Likewise.
4895 * gdb.trace/passcount.exp: Likewise.
4896 * gdb.trace/report.exp: Likewise.
4897 * gdb.trace/save-trace.exp: Likewise.
4898 * gdb.trace/tfind.exp: Likewise.
4899 * gdb.trace/tracecmd.exp: Likewise.
4900 * gdb.trace/while-dyn.exp: Likewise.
4901 * gdb.trace/while-stepping.exp: Likewise.
4902
49031998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
4904
4905 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
4906
4907Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
4908
4909 From Brendan Kehoe:
4910 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
4911 int return types.
4912
4913Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
4914
4915 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
4916 remote dos host testing right.
4917
4918Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
4919
4920 * gdb.base/corefile.exp: remove some xfails.
4921
4922Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
4923
4924 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
4925 have different timestamps.
4926
4927Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
4928
4929 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
4930 gdb.base/default.exp: Replace "exec" with "executable".
4931
4932Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
4933
4934 * gdb.base/default.exp: Change else if to elseif from previous
4935 delta.
4936
4937Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
4938
4939 * gdb.base/default.exp: Add brace missing from previous delta.
4940
4941Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
4942
4943 * gdb.base/default.exp: Support test for info float for all
4944 varieties of arm toolchain.
4945
dc96c6c7 4946Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4947
4948 * gdb.trace/*.exp: remove "remote_download" command.
4949
dc96c6c7 4950Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4951
4952 * gdb.trace/*.exp: remove -gdwarf from compile.
4953
4954Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
4955
4956 * gdb.trace/configure.in(AC_INIT): typo
4957 * gdb.trace/configure: regenerated
4958
dc96c6c7 4959Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4960
4961 * config/m68k-emc.exp: New file.
4962 * lib/<emc-support.exp trace-support.exp}: New files.
4963 * configure.in: add new test directory gdb.trace.
4964 * gdb.trace/{configure configure.in Makefile.in}: New files.
4965 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
4966 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
4967 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
4968 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
4969 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
4970 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
4971 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 4972
dc96c6c7 4973Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4974
4975 * gdb.c++/classes.exp: Change all regular expressions to match
4976 arbitrary combinations of newline/carriage-return, so that they
4977 will work equally well on Unix and Windows.
4978 * gdb.c++/inherit.exp: ditto.
4979 * gdb.c++/virtfunc.exp: ditto.
4980
49811998-08-11 Dawn Perchik <dawn@cygnus.com>
4982
4983 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
4984
c2d11a7d
JM
4985Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
4986
4987 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
4988 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
4989 to use a0-a3/d0-d3 as needed.
4990
4991Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
4992
4993 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4994 * gdb.disasm/am33.exp: Corresponding changes.
4995
c906108c
SS
49961998-07-11 Felix Lee <flee@cygnus.com>
4997
4998 * gdb.base/callfuncs.exp: add cmp10 test.
4999 * gdb.base/callfuncs.c (cmp10): new function.
5000
5001Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
5002
beb998c6 5003 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
5004 into two parts to get around a synchronization problem in expect.
5005
3fc11d3e
JM
5006Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
5007
5008 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
5009
5010 * configure.in: Add options for gdbtk testsuite.
5011
5012 * configure: Regenerate.
5013
5014 * gdb.gdbtk: New directory to hold gdbtk tests.
5015
c906108c
SS
5016Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5017
5018 * gdb.fortran/types.exp: Escape brackets in expect patterns
5019 for test_float_literal_types_accepted tests.
5020 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
5021 before run test.
5022
c2d11a7d
JM
5023Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
5024
5025 * am33.exp: Just compile, do not link the testcase.
5026 * am33.s: Add ".am33" pseudoop to force am33 mode.
5027
c906108c
SS
50281998-06-25 Felix Lee <flee@cygnus.com>
5029
5030 * gdb.base/setshow.exp: make sure $pc is sane.
5031
5032 * gdb.stabs/weird.exp: split expect patterns properly.
5033
c2d11a7d
JM
5034Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
5035
5036 * gdb.disasm/am33.s: New disassembler testfile for the am33.
5037 * gdb.disasm/am33.exp: Run it.
5038
dc96c6c7 5039Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5040
5041 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
5042 match processing (and eliminate spurious timeouts when running).
5043
dc96c6c7 5044Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5045
5046 * gdb.base/signals.exp (test_handle_all_print): put back Mach
5047 exception test, but conditionalize it on target [mach | gnu].
5048
dc96c6c7 5049Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5050
5051 * gdb.base/overlays.exp: fixup compile line for linker script.
5052
5053Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
5054
5055 * gdb.fortran/types.exp: don't guess at float size.
5056
5057Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
5058
5059 * gdb.base/exprs.exp: delete test that depends on int size.
5060
5061Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
5062
5063 * config/sim.exp: Removed checks for target triplets.
5064 (gdb_target_sim): Use gdb,target_sim_options.
5065
5066Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
5067
5068 * gdb.base/reread.exp: New file.
5069 * gdb.base/reread1.c: New file.
5070 * gdb.base/reread2.c: New file.
5071
5072Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
5073
5074 * config/sim.exp: Use 'target sim -sparclite' when running
5075 SPARClite programs.
5076
5077Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
5078
5079 * gdb.base/structs2.exp: New file.
5080 * gdb.base/structs2.c: New file.
5081
5082Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
5083
5084 * gdb.asm/common.inc: New file.
5085 * gdb.asm/d10v.inc: New file.
5086 * asm-source.exp: Pass -I's to gas to find .inc files.
5087 Update line numbers in expected output.
5088 * asmsrc1.s: Rewrite.
5089 * asmsrc2.s: Rewrite.
5090 * configure.in: Create arch.inc symlink.
5091 * configure: Regenerate.
5092 * Makefile.in (distclean): Delete arch.inc.
5093
5094Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
5095
5096 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
5097 (t_enum_value2): ditto
5098 (t_enum_value3): ditto
5099 (main): ditto
5100Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5101
5102 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
5103 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
5104 change.
5105 Use gdb_test instead of send_gdb/gdb_expect sequences.
5106
5107Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
5108
5109 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
5110 not void.
5111
5112Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
5113
5114 * gdb.base/branches.c: Code with lots of loops and
5115 subroutines. Used to test gdbs ability to single step through PC
5116 changes, especially to test mips-tdep.c:mips_next_pc
5117
5118Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
5119
5120 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
5121 more rigorous EGCS C++ error checking.
5122
5123Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5124
5125 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 5126 tests.
c906108c 5127 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 5128 function when asleep.
c906108c 5129 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
5130 for i*86 Linux and SVR4 signal handling problems.
5131 Remove linux xfail for `next to handler in signals_tests_1', fixed
5132 by recent infrun.c change.
c906108c 5133 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 5134 stack backtraces.
c906108c
SS
5135 Adjust expect pattern in `handle all print' test to match Apr 28 1997
5136 target.[ch] change.
5137
5138Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
5139
5140 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
5141 for a newline from gdb before continuing.
5142 (default_gdb_exit): Just look for y or n.
5143 (gdb_test): Detect abnormal exit from GDB running on DOS; if
5144 it does, fail the rests of the tests in the file.
5145
5146Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
5147
5148 * config/cygmon.exp: New file.
5149
5150Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
5151
5152 * gdb.base/list.exp: Fix problem with "list default lines around
5153 main" test on remote targets.
5154
5155 * gdb.base/scope.exp: Fix problem with filelocal_bss before
5156 run test on remote targets.
5157
5158Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
5159
5160 * gdb.asm: New directory.
5161 * configure.in: Configure it.
5162 * configure: Regenerate.
5163 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
5164 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
5165
5166Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
5167
5168 * config/mn10300-eval.exp: New file to support MN10300 eval board.
5169
dc96c6c7 5170Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 5171
c906108c
SS
5172 * gdb.base/overlays (several files): Merge the two overlay
5173 managers into one. Change variables (foox, barx, bazx, grbxx)
5174 back into ints but force them to load in their proper sections.
5175
5176Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
5177
5178 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
5179 on-chip insn memory and IMAP1 to upper 128k.
5180 (D10VCopy): Handle memory regions crossing 16k boundaries.
5181 (D10VCopy): Transfer data in 32 bit chunks.
5182
5183Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
5184
5185 * gdb.base/overlays.c (main): Exit normally when result is
5186 correct.
5187
5188 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
5189 map. Include space for printf in .text segment.
5190
5191 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
5192 updated d10v memory VMA/LMA map.
5193 (D10VCopy): Call D10VTranslate.
beb998c6 5194
c906108c
SS
5195Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
5196
5197 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
5198
5199 * gdb.base/bar.c (barx, bar): Change variable to small array so
5200 that it won't be put into the .sdata - small data -
5201 section. Update reference.
5202 * gdb.base/baz.c (bazx, baz): Ditto.
5203 * gdb.base/foo.c (foox, foo): Ditto.
5204 * gdb.base/grbx.c (grbxx, grbx): Ditto.
5205
5206 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
5207 to be arrays.
beb998c6 5208
dc96c6c7 5209Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 5210
c906108c
SS
5211 * gdb.base/overlays.exp: fix up and get working again.
5212 Add tests for backtraces from an overlay function.
beb998c6 5213
c906108c
SS
5214Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
5215
5216 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
5217 "calling function with watchpoint enabled".
5218
5219Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
5220
5221 * gdb.base/break.exp (test_next_with_recursion): Remove
5222 gdb_suppress_tests for d10v-*-*.
5223 * lib/gdb.exp (gdb_suppress_tests): Disable this function
5224 pending review of whether it is useful or not.
5225
5226Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
5227
5228 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
5229
5230Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
5231
5232 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
5233 * config/dve.exp: New file to support Densan boards.
5234
5235Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
5236
5237 * gdb.base/interrupt.exp: Document problem of simulators, signals,
5238 reads and BSD.
5239
5240Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
5241
5242 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
5243 response.
5244
5245 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
5246
5247Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
5248
5249 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
5250 test.
5251
5252 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
5253 target_sizeof_long and target_bigendian_p.
5254 (structs_by_value, structs_by_reference): Check values according
5255 to targets word size and endianess.
beb998c6 5256
c906108c
SS
5257Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
5258
5259 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
5260 output.
5261
5262Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
5263
5264 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
5265 Update test of set args help to match source change.
5266
5267Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
5268
5269 * gdb.base/default.exp: Expect help system output to be in
5270 alphabetical order.
5271 * gdb.base/help.exp: Ditto.
5272
5273Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
5274
5275 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
5276 "i*86-pc-linux-gnu*".
5277 * gdb.base/interrupt.exp: Ditto.
5278 * gdb.base/corefile.exp: Ditto.
5279
5280 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
5281 define vxworks when building the testcase.
5282
5283 * gdb.base/ptype.exp: Fix testnames to be unique.
5284 * gdb.base/radix.exp: Ditto.
5285 * gdb.base/term.exp: Ditto.
5286 * gdb.base/whatis.exp: Ditto.
5287 * gdb.c++/classes.exp: Ditto.
5288
5289Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
5290
5291 * gdb.base/callfuncs.exp: Fix indentation.
5292
5293 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
5294 suppress_flag has been set.
5295 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
5296 target feature.
5297
5298Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
5299
5300 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
5301 the testcase.
5302
5303 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
5304 set_debug_traps() and breakpoint().
5305 * gdb.c++/misc.cc (main): Ditto.
5306 * gdb.c++/templates.cc (main): Ditto.
5307 * gdb.c++/virtfunc.cc (main): Ditto.
5308
5309Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
5310
5311 * lib/gdb.exp(gdb_step_for_stub): New function.
5312 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
5313 exists, reload the executable and do a "continue" instead of
5314 doing a jump.
5315 (runto_main): Use gdb_step_for_stub.
beb998c6 5316
c906108c
SS
5317 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
5318 tests to have unique names.
5319 * gdb.base/callfuncs.exp: Ditto.
5320 * gdb.base/commands.exp: Ditto.
5321 * gdb.base/default.exp: Ditto.
5322 * gdb.base/help.exp: Ditto.
5323 * gdb.base/list.exp: Ditto.
5324 * gdb.base/opaque.exp: Ditto.
5325 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
5326 similar tests.
beb998c6 5327
c906108c
SS
5328 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
5329 * gdb.c++/cplusfuncs.cc: Ditto.
5330 * gdb.c++/virtfunc.cc: Ditto.
5331
5332 * config/monitor.exp: Keep track of the last file we saw, rather
5333 than trying to get the info from gdb.
5334
5335 * gdb.fortran/types.exp: Move comment to previous line.
5336
5337Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
5338
5339 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
5340 target mode.
5341
5342Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
5343
5344 From Bob Manson:
5345 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
5346 string from GDB when it connects.
5347
5348 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
5349
5350Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
5351
5352 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
5353 if we can't get a debug format from GDB (we may be testing an
5354 older GDB). Use a 10 second timeout when checking for the format.
5355
5356 * gdb.stabs/weird.exp: Fix quoting.
5357
5358 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
5359
5360Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
5361
5362 * config/arm-ice.exp: New file.
5363
5364Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
5365
5366 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
5367 until it has been modified to work with the new testsuite.
5368
99707966 5369 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
5370 testcase won't compile, cause all of the testcases in the file to
5371 fail instead.
5372
5373 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
5374 (gdb_clear_suppressed): New procedure.
5375 (gdb_stop_suppressing_tests): Only clear suppress_flag if
5376 it contains a positive value.
5377
5378Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
5379
5380 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
5381
5382 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
5383
5384Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
5385
5386 * lib/gdb.exp (setup_xfail_format): New function.
5387 (get_debug_format): New function to get debug format.
5388 (debug_format): New global variable to hold last value set
5389 by get_debug_format.
5390 * gdb.base/list.exp: Call get_debug_format and expect some
5391 tests to fail for DWARF 1 and COFF formats.
5392 * gdb.c++/ptype.exp: Ditto.
5393 * gdb.c++/classes.exp: Ditto.
5394 * gdb.c++/cplusfuncs.exp: Ditto.
5395 * gdb.c++/inherit.exp: Ditto.
5396 * gdb.c++/templates.exp: Ditto.
5397 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 5398
c906108c
SS
5399Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
5400
5401 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
5402 host doesn't have a currently-open connection.
5403
5404 * config/sparclet.exp: Cleanups and fixes to make it generic for
5405 any gdb stub target. Handle cases where gdb doesn't respond when
5406 interrupted in a sane fashion.
5407
5408 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
5409 same thing in a totally different way.
5410
5411 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
5412 setting "timeout".
5413 (gdb_start): We set the global gdb_prompt variable in
5414 default_gdb_init now.
5415
5416Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
5417
5418 * gdb.base/printcmds.exp: Fix "check for floating addition"
5419 regexp to accept results within approx +/- .01 of exact value.
5420 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
5421
5422Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
5423
5424 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
5425 properly.
5426 (gdb_expect): Add optional timeout parameter, and add timeout
5427 value to various calls.
5428 (gdb_suppress_tests): Only give one warning message per group.
5429
5430Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
5431
5432 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
5433 global variables. Handle getting a value for $timeout more
5434 gracefully.
5435
5436Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5437
5438 * lib/gdb.exp: Close connection to remote host if gdb doesn't
5439 initialize.
5440 (default_gdb_init): New procedure; allow gdb_init to be overridden
5441 by a target configuration file.
5442 (gdb_expect): Pass the timeout to remote_expect.
5443
5444 * config/monitor.exp(gdb_load): Fix typo in regexp.
5445
5446Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
5447
5448 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
5449
5450Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
5451
5452 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
5453 here. Call gdb_target_exec before rebooting the target, to make
5454 sure the connection to the target is closed.
5455 (gdb_load): Pass the name of the executable to gdb_target_monitor.
5456 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
5457 Also detect "Timeout reading from remote" error.
5458
5459 * config/gdbserver.exp: Pass the executable being loaded to
5460 gdb_target_monitor. Don't call gdb_file_cmd here; let
5461 gdb_target_monitor do it.
5462
5463 * gdb.disasm/hppa.exp: Don't use exec_output.
5464
5465Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
5466
5467 * gdb.base/list.exp: If we're debugging a non-native target,
5468 try to set the pc register to point to the start of the
5469 program before doing the first list command.
5470
5471 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
5472 test_calls after restarting.
5473
5474 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
5475 reloading.
5476
5477 * gdb.base/watchpoint.exp: Fix typo.
5478
5479 * gdb.base/setshow.exp: Check for use_gdb_stub.
5480
5481 * gdb.base/break.exp: Fix continue until exit test for the gdb
5482 stub case.
5483 * gdb.base/langs.exp: Ditto.
5484
5485 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
5486 gdb_load_offset. If we weren't given a file to load, figure out
5487 what the current file is and use it.
5488
5489 * config/i386-bozo.exp: New file.
5490
5491Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
5492
5493 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
5494 feature.
5495
5496 * config/proelf.exp: New entry.
5497
5498Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
5499
5500 * lib/gdb.exp: Remove spurious .* patterns at the beginning
5501 of regexps.
5502
5503 * gdb.base/watchpoint.exp: Don't run the test_stepping
5504 tests if gdb can't call functions on the target.
5505
5506 * gdb.base/setshow.exp: Don't run the set prompt tests if
5507 the board has gdb_prompt set.
5508
5509Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
5510
5511 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
5512 * gdb.base/commands.exp: Likewise.
5513 * gdb.base/setshow.exp: Likewise.
5514
5515Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
5516
5517 * config/monitor.exp(gdb_start): Look for gdb_prompt target
5518 feature.
5519
5520 * config/i960.exp: New file.
5521
5522Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
5523
5524 * gdb.base/funcargs.exp: Check for gdb,short_int target
5525 feature instead of looking for explicit target triplets.
5526
dc96c6c7 5527Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 5528
beb998c6 5529 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
5530 "p 123DEADBEEF", to check parse_number.
5531 * top.c: change "to enable to enable" to "to enable" in a couple
5532 of help strings.
5533
5534Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
5535
5536 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
5537 on the mn10300.
beb998c6 5538
c906108c
SS
5539Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
5540
5541 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
5542 where the test executable is run with explicit args.
5543 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
5544
5545Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
5546
5547 * gdb.base/run.c: Use FAKEARGV to build test executable that
5548 does not require a command line arg, since most simulators
5549 don't currently support passing such an arg into the simulated
5550 program.
5551 * gdb.base/commands.exp: Change tests to insert the proper
5552 value as the arg to the first recursive factorial call. Change
5553 compilation line to define FAKEARGV at compile time.
5554
5555Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
5556
5557 * gdb.base/recurse.exp: Enable these tests for the mn10300.
5558 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
5559 function with watchpoint enabled" test.
5560
5561Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
5562
5563 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
5564 Don't call gdb_test when the command doesn't return to a gdb prompt.
5565
5566 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
5567 "Tests restarted" messages.
5568
5569Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
5570
5571 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
5572
dc96c6c7 5573Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5574
5575 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
5576 for INFO SYMBOL; add help tests for OVERLAY commands.
5577 * gdb.base/default.exp: add tests for INFO SYMBOL command;
5578 add tests for OVERLAY commands
5579 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
5580 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
5581 * gdb.base/sigall.c: add usestubs code frag
5582 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 5583
c906108c
SS
5584Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
5585
5586 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
5587 failures.
5588 (gdb_stop_suppressing_tests): Note that tests have restarted.
5589
5590Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
5591
5592 * config/h8300.exp: New file.
5593
5594Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
5595
5596 * gdb.base/setshow.exp: Check for the existence of a
5597 feature, not its value.
5598
5599Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
5600
5601 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
5602
5603 * gdb.base/scope.exp: It's now init0(), not init().
5604
5605 * gdb.base/scope0.c: For now, change init() to be init0().
5606
5607 * config/monitor.exp: Use gdb_serial in preference to serial
5608 or netport.
5609
5610 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
5611 and it's not already set.
5612
5613Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
5614
5615 * gdb.base/setshow.exp: Only test the run command if the target
5616 isn't using a stub and if it supports argument passing.
5617
5618Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
5619
5620 * config/udi.exp(gdb_start): Make sure UDICONF is set
5621 properly before starting gdb.
5622
5623Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
5624
5625 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
5626 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
5627 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
5628
5629Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
5630
5631 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
5632 specialized code to reboot the board, use remote_reboot instead.
5633
5634 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
5635
5636 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
5637
5638 * config/monitor.exp: Make sure we disconnect from the target.
5639 Also, try a reboot/reload cycle instead of failing if the
5640 load fails.
5641
5642Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
5643
5644 * gdb.base/default.exp: Don't set match_max.
5645 * gdb.base/help.exp: Ditto.
5646 * gdb.base/list.exp: Ditto.
5647 * gdb.base/signals.exp: Ditto.
5648
5649 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
5650 set, use remote_ld to download the testcase instead of
5651 the GDB loader.
5652
5653Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
5654
5655 * config/vr5000.exp: New file.
5656
5657 * config/monitor.exp(gdb_target_monitor): Add pattern for
5658 "Ending remote" to detect errors in connecting.
5659
5660 * gdb.base/setshow.exp: Add .* within auto language test.
5661
5662 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
5663 target feature.
5664
5665 * config/monitor.exp(gdb_load): Check for a failure when loading,
5666 and reboot the board if necessary.
5667
5668 * gdb.base/setvar.exp(test_set): Handle multiple prints within
5669 a set of tests. Remove print.* from the patterns being checked.
5670
5671Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
5672
5673 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
5674 refer to gdb_spawn_id.
5675
5676 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
5677 longer used.
5678 * config/sparclet.exp: Ditto.
5679 * config/sparclet-old.exp: Ditto.
5680 * config/slite.exp: Ditto.
5681 * config/sim.exp: Ditto.
5682 * gdb.base/funcargs.exp: Ditto.
5683
5684 * lib/gdb.exp:Remove references to gdb_spawn_id.
5685 (gdb_expect): Move to remote.exp.
5686
5687Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
5688
5689 * config/monitor.exp: Detect the "Couldn't establish connection"
5690 message from GDB.
5691
5692Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
5693
5694 * gdb.base/bitfields.exp: Use runto instead of explicit
5695 gdb_run_cmd/gdb_expect sequences.
5696
5697 * gdb.base/break.exp(text_next_with_recursion): Add match for
5698 gdb_expect call.
5699
5700 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
5701 We also need to handle the "A program is being debugged already"
5702 prompt from gdb. Use gdb_test to set the baud rate.
5703
5704 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
5705 to 20000. Really. I mean it.
5706
5707Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5708
5709 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
5710 fails. If suppress_flag is set, skip perror message about not
5711 being able to send to GDB.
5712 (send_gdb): If suppress_flag is set, don't try to send commands to
5713 GDB.
5714 (gdb_expect): If suppress_flag is set, always fail immediately.
5715 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
5716 (gdb_init): Call gdb_stop_suppressing_tests.
5717 (default_gdb_exit): Ditto.
5718 (default_gdb_start): Ditto.
5719
5720 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
5721 gdb_stop_suppressing_tests as appropriate.
5722 * gdb.base/break.exp: Ditto.
5723 * gdb.base/callfuncs.exp: Ditto.
5724 * gdb.base/commands.exp: Ditto.
5725 * gdb.base/exprs.exp: Ditto.
5726 * gdb.base/funcargs.exp: Ditto.
5727 * gdb.base/list.exp: Ditto.
5728 * gdb.base/recurse.exp: Ditto.
5729 * gdb.base/scope.exp: Ditto.
5730 * gdb.base/structs.exp: Ditto.
5731 * gdb.c++/inherit.exp: Ditto.
5732
5733Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
5734
5735 * config/vr4300.exp: New file.
5736
99707966
MC
5737 * gdb.*/*.exp: Call gdb_expect instead of expect.
5738
5739 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
5740
5741Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
5742
5743 * lib/gdb.exp(gdb_init): New function.
5744
5745 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
5746 for each individual variable set.
5747
5748 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
5749 name.
5750
5751 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
5752
5753 * gdb.base/scope.exp: Use gdb_test.
5754
5755 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
5756 aborting; the testsuite driver will do that for us (see
5757 gdb_finish). Also, use gdb_test in a few more places.
5758
5759Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5760
5761 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
5762
5763Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
5764
5765 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
5766 and "add_tests" are not at the same address.
5767
5768Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
5769
5770 * gdb.base/ptype.exp: Use gdb_test.
5771
5772Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
5773
5774 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
5775 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
5776 left in. No longer expect them to fail.
5777
5778 * gdb.stabs/*.mt; Deleted, no longer used.
5779 * gdb.stabs/configure.in: Remove references to target makefile
5780 frags.
5781 * gdb.stabs/configure: Rebuilt.
5782
5783 * gdb.disasm/*.mt: Deleted, no longer used.
5784 * gdb.disasm/configure.in: Remove references to target makefile
5785 frags. Use "sh3.s" as the unique filename for this directory.
5786 * gdb.disasm/configure: Rebuilt.
5787
5788 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
5789 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
5790 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
5791
5792Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
5793
5794 * config/udi.exp: Use mondfe,name instead of remote_host.
5795
5796Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
5797
5798 * gdb.base/watchpoint.exp: Don't expect a failure when calling
5799 a function with a watchpoint enabled on the mn10200.
5800
5801 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
5802 before trying to create it!
5803
5804Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
5805
5806 * config/vx.exp: Use hostname instead of netport.
5807
5808 * config/vxworks.exp: New file.
5809
5810 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
5811
5812 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
5813 gdb before assuming everything worked. Send a ^C if a timeout
5814 occurs.
5815
5816 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
5817 $gdb_spawn_id directly.
5818 (gdb_run_cmd): Try _start as well as start. Use the target feature
5819 gdb,start_symbol as the symbol to start from when jumping.
5820
5821Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
5822
5823 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
5824 redundant) test.
5825
5826 * gdb.base/recurse.exp: Relax final value test for 'b' so that
5827 it doesn't lose for 16bit integer systems.
5828
5829Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
5830
5831 * gdb.fortran/types.exp: If the target doesn't support "double"
5832 data types, then expect "real" types to only be 4 bytes.
5833
5834 * gdb.c++/virtfunc.exp: Expect failure for virtual function
5835 call tests if the target doesn't support inferior function calls.
5836
5837 * gdb.base/printcmds.exp: Allow minor deviation in FP values
5838 in printf tests.
5839
5840Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
5841
5842 * gdb.base/help.exp: Disable "help set", "help show", and
5843 "help support". Simplify regexp for "help stack".
5844
5845 * gdb.base/default.exp: Set match_max to 5000 and the timeout
5846 to 60 seconds. Temporarily set match_max to 15000 around the
5847 "info copying" test.
5848
5849 * gdb.base/nodebug.exp: Don't try to do an inferior function
5850 call if the target doesn't support them.
5851 * gdb.base/printcmds.exp: Likewise.
5852 * gdb.base/setvar.exp: Likewise.
5853 * gdb.base/structs.exp: Likewise.
5854 * gdb.c++/templates.exp: Likewise.
5855 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
5856
5857 * gdb.base/recurse.exp: Enable for the mn10200.
5858
5859 * configure.in: Do configure gdb.stabs directory for *-*-elf
5860 targets.
5861 * configure: Rebuilt.
5862
5863 * gdb.base/break.exp: Check for gdb,noresults before testing
5864 exit status and/or results from the target.
5865 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
5866 * lib/gdb.exp: Remove old (now bogus) initialization of
5867 noinferior, noargs, noresults and nosignals.
5868
5869Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
5870
5871 * config/sh.exp: New file.
5872
5873 * config/slite.exp: Try to connect multiple times to the board
5874 before rebooting. Only send a "monitor run" if need_monitor_run
5875 is set.
5876
5877 * gdb.base/break.exp: Don't do the "stub continue" test if
5878 the target has gdb_stub set.
5879
5880 * gdb.base/callfuncs.exp: Increase the timeout.
5881
5882 * gdb.base/interrupt.exp: Don't even try to compile the testcase
5883 if the target has gdb,noinferiorio set.
5884
5885 * gdb.base/list.exp: Increase match_max to 10000 characters.
5886
5887 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
5888
5889 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
5890 target.
5891
5892 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
5893
5894Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
5895
5896 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
5897 trying to delete the copy of gdb. Catch the file delete so we
5898 don't die if the delete fails; also, the file should be copied to
5899 the host, not to the build.
5900
5901Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
5902
5903 * lib/gdb.exp(gdb_test): Surround the result pattern with
5904 parenthesis in case it contains multiple regexps separated
5905 with |.
5906
5907 * gdb.base/watchpoint.exp: Use gdb_test.
5908 * gdb.base/default.exp: Ditto.
5909
5910Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
5911
99707966 5912 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 5913
c906108c
SS
5914 * gdb.base/scope.exp: Use gdb_test.
5915 * gdb.c++/classes.exp: Ditto.
5916 * gdb.c++/inherit.exp: Ditto.
5917
5918Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
5919
5920 * gdb.base/crossload.exp: Don't use execute_anywhere, use
5921 remote_exec instead.
5922 * gdb.base/corefile.exp: Don't be ridiculous.
5923 * gdb.base/*.c: Add missing stub invocations.
5924
5925Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
5926
5927 * config/slite.exp: Miscellaneous fixes.
5928
5929 * lib/gdb.exp: Fix runto.
5930
5931 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
5932 the target.
5933
5934 * gdb.base/watchpoint.exp: Fix regexp.
5935
5936 * lib/gdb.exp(default_gdb_exit): Add a catch to the
5937 close and wait commands, as the descriptor may now be
5938 invalid. Always call "remote_close host".
5939
5940Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
5941
5942 Major rewrite for testsuite revision.
beb998c6 5943
c906108c
SS
5944 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
5945 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
5946 instead of relying on spawn_id to always contain a valid
5947 spawn id.
5948 (get_compiler_info): New procedure to build the ${binfile}.ci
5949 file, instead of replicating this in N different places.
5950 (gdb_compile): New procedure.
beb998c6 5951
c906108c
SS
5952 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
5953 appropriate arguments) instead of compile. Use gdb_test in a lot
5954 more places. Use send_gdb instead of send. Always run gdb_start
5955 at the start of a testcase, as this is no longer done magically.
5956
5957 config/*-gdb.exp: Rename without the -gdb suffix.
5958
5959 config/mips.exp: Use remote_close instead of exit_remote_shell.
5960 config/monitor.exp: Use target_info instead of looking at
5961 baud, timeout, etc.
5962 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
5963
5964Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5965
5966 * gdb.c++/templates.exp (test_ptype_of_templates),
5967 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
5968 Update expect patterns for destructors and assignment operators
5969 to match corresponding c-typeprint.c changes.
5970 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
5971 to destructor breakpoint test, GDB should be able to set the
5972 destructor breakpoint without specifying arguments.
5973
5974Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
5975
5976 * gdb.threads/pthreads.exp: Change result for failure to compile due
5977 to lack of pthreads runtime support from an error to simply an
5978 unsupported test, per dejagnu standards.
5979
5980Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5981
5982 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
5983 where GDB exits to reduce pattern match time.
5984 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
5985
5986 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
5987
dc96c6c7 5988Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5989
5990 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5991 * gdb.base/default.exp: ditto.
5992 * gdb.base/nodebug.exp: ditto.
5993 * gdb.base/printcmds.exp: ditto.
5994 * gdb.base/ptype.exp: ditto.
5995 * gdb.base/setvar.exp: ditto.
5996 * gdb.base/structs.exp: ditto.
5997 * gdb.base/setshow.c: Guard against uninitialized values of argc.
5998
5999Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
6000
6001 * configure, */configure: Rebuild with autoconf 2.12.
6002
6003Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
6004
6005 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
6006 use new i*86-pc-linux*-gnu quads.
6007 * gdb.base/corefile.exp: Ditto.
6008 * gdb.base/signals.exp: Ditto.
6009 * gdb.base/sigall.exp: Ditto.
6010 * gdb.base/interrupt.exp: Ditto.
6011
6012 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
6013 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
6014 RedHat 4.0.
beb998c6 6015
c906108c
SS
6016 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
6017 linux. This allows the test case to at least compile on latest
6018 linux, but still not run due to missing the threads runtime library.
6019
6020Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6021
6022 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
6023 directory to search gdb directory. Accept and step over conditional
6024 stack alignment code. Consume $prompt in failure cases.
6025 Reset timeout to $oldtimeout instead of some arbitrary value.
6026 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
6027 timeout problems with infinite stack backtraces.
6028 * gdb.base/ptype.exp (ptype struct link, union tu_link):
6029 Accept function parameters for linkfunc member.
6030
6031Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
6032
6033 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
6034 (CXXFLAGS): Remove, unreferenced.
6035 (B_OPTIONS): Add for -B options and add code to initialize with
6036 previous -B options and also add -B option to pick up cross compiled
6037 runtime.
6038 (TARGET_INCLUDES): Add for -I options and add code to initialize when
6039 doing cross compiles.
6040 (target_alias): Declare global.
6041 (xgcc): Set variable to full path of gcc in build tree. Use findfile
6042 to verify that gcc exists in build tree, and if so set CC to that
6043 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 6044
c906108c
SS
6045Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
6046
6047 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
6048 ptype test for anonymous union. Fixup testcase to match
6049 current gcc debug output.
6050
6051Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
6052
6053 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
6054 force argument to an unsigned long type.
6055
6056Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
6057
6058 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
6059 tests and anonymous union print/ptype tests.
6060 * gdb.base/list.exp (test_forward-search): Increase timeout by
6061 5 minutes for the "search extremely long line" case.
6062 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
6063 completely optional and that the pass/fail messages use the command as
6064 the message if that third arg is a null string.
6065 (gdb_test_exact): Arrange that a null string pattern means match a
6066 null string output rather than any output, which might include random
6067 errors.
6068 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
6069 backtrace test.
6070 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
6071 always failing and failure is now exposed by gdb.exp changes.
6072
6073Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
6074
6075 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
6076 weren't being noted.
6077
6078Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6079
6080 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
6081 * gdb.stabs/weird.exp: Remove v_comb xfails.
6082
dc96c6c7 6083Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6084
6085 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
6086 list.exp scope.exp watchpoint.exp]
6087 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 6088
dc96c6c7 6089Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6090
6091 * config/monitor.exp: Increase download timeout to 1000 seconds.
6092
dc96c6c7 6093Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6094
6095 * config/m32r.exp: Increase timeout to 120 seconds.
6096
6097Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
6098
6099 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
6100 and accept older ordering as obsolescent gcc or gdb.
6101 * gdb.c++/templates.exp: Ditto.
6102 * gdb.c++/virtfunc.exp: Ditto.
6103
6104Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
6105
6106 * gdb.base/coremaker.c: Add code to mmap some data so we
6107 can check that it ends up in the core file.
6108 * gdb.base/corefile.exp: Add test to read mmapped data
6109 from core file.
6110
dc96c6c7 6111Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6112
6113 * config/m32r.exp: New file.
6114
6115Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
6116
6117 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
6118 that cflags can contains -gstabs, and work correctly for other tests.
6119
dc96c6c7 6120Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6121
6122 * gdb.base/setshow.exp: New file, tests show and set.
6123 * gdb.base/setshow.c: New file, tests show and set.
6124 * gdb.base/help.exp: Add test for help set|show annotate.
6125 * gdb.base/default.exp: Add test for set|show annotate.
6126
6127Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
6128
6129 * testsuite/gdb.base/break.exp: Make backtrace from factorial
6130 errors unique.
6131 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
6132 explicitly.
6133
6134Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
6135
6136 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
6137 and width commands. This is done elsewhere.
6138 * (gdb_start): Don't call gdb_start_sim here. That's already
6139 done in gdb_load. This fixes lots of failures in default.exp.
6140
6141Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
6142
6143 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6144 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
6145 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
6146 in the same we we treat other failures (since it may be an expected
6147 condition), rather than as an error.
6148 * gdb.base/signals.exp (test_handle_all_print): Revert back to
6149 old test format.
6150
6151Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
6152
6153 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
6154 (distclean maintainer-clean realclean): No need to remove files
6155 twice. Nuke the duplicates.
6156 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 6157 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
6158 Remove config.h along with other config files.
6159
6160Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
6161
6162 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
6163 "p func1 ()" and note that rests of tests are skipped.
6164 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
6165 setup_xfails for "print func2::coremaker_local".
6166 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
6167 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
6168 affected by the previous run test.
6169 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
6170 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
6171 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
6172 "pass int powerset tuple" and "pass modeless int powerset tuple".
6173 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
6174 "real write 4" and "real write 8".
6175 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
6176 setup_xfails for "print vs1 after tuple assign 2",
6177 "print \$i after tuple assign 2", and
6178 "print vs2 after tuple assign 2".
6179 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
6180 meaningful error message and return -1 so the caller can
6181 suppress further tests and avoid a cascade of errors.
beb998c6 6182
c906108c
SS
6183Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
6184
6185 * gdb.base/a1-selftest.exp: Tweak tests to account for new
6186 format for printing version.
6187 * gdb.base/default.exp: Ditto.
6188 * gdb.base/interrupt.exp: Fix problem with cascade of
6189 errors if child process dies while calling a function.
beb998c6 6190
c906108c
SS
6191Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
6192
6193 * Makefile.in (VPATH): Add
6194 * Makefile.in (Makefile, config.status): Fix rules so things get
6195 remade when necessary.
6196
6197Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
6198
6199 * Makefile.in (just-check): Add path to sibling expect dir
6200 to environment variable specified by RPATH_ENVVAR.
6201
6202Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
6203
6204 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
6205 (just-check): Add shared library paths for libstdc++, tk,
6206 tcl, bfd, and opcodes to the environment variable specified
6207 in RPATH_ENVVAR.
6208 * configure.in: Add support to recognize --enable-shared flag
6209 and generate correct value for RPATH_ENVVAR.
6210 * configure: Regenerated with autoconf.
6211
6212Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
6213
6214 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
6215 include all osf versions.
6216 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
6217 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
6218 when target is linux. When failing to build pthreads test
6219 executable, give more meaningful message.
6220 * gdb.threads/pthreads.c: Hpux also uses old definition of second
6221 arg for pthread_create.
beb998c6 6222
c906108c
SS
6223Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
6224
6225 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
6226 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
6227 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
6228 and -lpthreads (everybody else).
6229 (test_startup): Fail gracefully if threads are not supported.
6230 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
6231 "p/c array_index("abcdef",2)" when not gcc compiled.
6232 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
6233 "print func2::coremaker_local" when not gcc compiled.
6234 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
6235 "ptype on opaque struct tagname (statically)",
6236 "ptype on opaque struct tagname (dynamically) 1", and
6237 "ptype on opaque struct tagname (dynamically) 2"
6238 for not compiled with gcc.
6239 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
6240 backtrace when compiled with gcc.
beb998c6 6241 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
6242 than always return success.
6243
6244Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
6245
6246 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
6247
6248Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
6249
6250 * gdb.base/structs.exp: Undo last change.
6251
6252Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
6253
6254 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
6255 encapsulate all the steps/nexts done during self test, starting
6256 at main, and makes them less sensitive to optimization issues.
6257 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
6258 signal handler" test.
6259 * gdb.threads/pthreads.exp: Only run this for native configs.
6260 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
6261 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
6262 tests.
6263 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
6264 for "runto test_calls(void)" test.
beb998c6 6265
c906108c
SS
6266Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
6267
6268 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
6269 and don't expect address info in breakpoint confirmations.
6270
6271Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
6272
6273 * gdb.base/list.exp (test_forward_search): Increase timeout
6274 temporarily by 60 seconds for searching extremely long line,
6275 and then reset to old value when done. Increase expect input
6276 buffer to 10000.
6277
6278Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
6279
6280 * gdb.base/list.exp (test_forward_search): Fix to handle very
6281 long source line without overflowing expect's input buffer.
6282
6283Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
6284
6285 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
6286 "buffer_full".
6287
6288 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
6289 "buffer_full".
6290
6291 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
6292 "buffer_full".
6293
6294 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
6295 "buffer_full".
6296
6297Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
6298
6299 * configure.in (configdirs): Add gdb.threads.
6300 * configure: Regenerated with autoconf.
6301 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
6302 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
6303 * gdb.threads/configure: New, generated with autoconf.
beb998c6 6304
c906108c
SS
6305Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
6306
6307 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
6308
6309Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
6310
6311 * gdb.base/signals.exp (test_handle_all_print): Test separately for
6312 each signal's status in the output of "handle all print".
6313 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
6314 the \r\n sequence that immediately precedes the gdb prompt.
6315 * gdb.base/a1-selftest.exp: Save original timeout and restore
6316 after test.
6317
6318Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
6319
6320 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
6321 symbol.
6322
6323Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6324
6325 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
6326
6327Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
6328
6329 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
6330 timeout by 60 seconds.
6331
6332Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
6333
6334 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
6335 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
6336 error return.
6337
6338Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
6339
6340 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
6341 gdb initialization, also report how long dejagnu waited. Restore
6342 old timeout before doing error return. Temporarily increase timeout
6343 by 3 minutes to allow for slow startups over heavy NFS use.
6344
6345Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
6346
6347 * lib/gdb.exp: Report timeout value for verbosity level 2.
6348 * config/gdbserver.exp: Ditto.
6349 * config/hppro.exp: Ditto.
6350 * config/mips-gdb.exp: Ditto.
6351 * config/monitor.exp: Ditto.
6352 * config/netware.exp: Ditto.
6353 * config/sim-gdb.exp: Ditto.
6354 * config/slite-gdb.exp: Ditto.
6355 * config/udi-gdb.exp: Ditto.
6356 * config/unix-gdb.exp: Ditto.
6357 * config/vx-gdb.exp: Ditto.
6358 * gdb.base/a1-selftest.exp: Ditto.
6359 * gdb.base/a2-run.exp: Ditto.
6360 * gdb.base/break.exp: Ditto.
6361 * gdb.base/corefile.exp: Ditto.
6362 * gdb.base/list.exp: Ditto.
6363 * gdb.base/recurse.exp: Ditto.
6364 * gdb.base/scope.exp: Ditto.
6365 * gdb.base/signals.exp: Ditto.
6366
6367Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6368
6369 * gdb.threads/Makefile.in (docdir): Removed.
6370
6371Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6372
6373 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 6374 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 6375 @srcdir@.
beb998c6 6376 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
6377 autoconf 2.5 or higher.
6378 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
6379
6380Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
6381
6382 * configure: Regenerated.
6383 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
6384 avoid name clashes with SunOS headers.
6385
6386Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
6387
6388 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
6389
6390Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
6391
6392 * gdb.base/callfuncs.exp: Finish last change -- make sure the
6393 prototype information ends up in the compiler info file.
6394
6395Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
6396
6397 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
6398 attempting to regenerate it. Eliminate use of a temporary file
6399 and just generate the info file directly. Source it immediately,
6400 for consistency of use.
6401 * gdb.base/corefile.exp: Ditto
6402 * gdb.base/exprs.exp: Ditto.
6403 * gdb.base/funcargs.exp: Ditto.
6404 * gdb.base/langs.exp: Ditto.
6405 * gdb.base/list.exp: Ditto.
6406 * gdb.base/mips_pro.exp: Ditto.
6407 * gdb.base/nodebug.exp: Ditto.
6408 * gdb.base/opaque.exp: Ditto.
6409 * gdb.base/ptype.exp: Ditto.
6410 * gdb.base/scope.exp: Ditto.
6411 * gdb.base/setvar.exp: Ditto.
6412 * gdb.base/signals.exp: Ditto.
6413 * gdb.base/whatis.exp: Ditto.
6414 * gdb.c++/templates.exp: Ditto.
6415 * gdb.c++/virtfunc.exp: Ditto.
6416 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
6417 whether or not to add -lstdc++ to the compile command line args.
6418
6419Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6420
6421 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
6422 it got fixed by the recent lookup_minimal_symbol_by_pc change.
6423 Increase timeout, a lot of single stepping might be needed if the
6424 target has no hardware watchpoints.
6425
6426Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
6427
6428 * gdb.base/break.exp: Ignore compiler warnings when compiling
6429 break.c.
6430 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
6431 * gdb.base/default.exp: Add h8300 xfails. Handle messages
6432 from remote-sim.
6433 * gdb.base/exprs.exp: Add h8300 xfails.
6434 * gdb.base/funcargs.exp: Likewise.
6435 * gdb.base/nodebug.exp: Likewise.
6436 * gdb.base/printcmds.exp: Likewise.
6437 * gdb.base/ptype.exp: Likewise.
6438 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
6439 h8300 xfails.
beb998c6 6440 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
6441 on the h8300.
6442 * gdb.base/funcargs.c: Explicitly make last constant argument to
6443 call_after_alloca_subr an unsigned long type.
6444 * gdb.base/return.c: Include stdio.h.
6445
6446Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
6447
6448 * config/abug.exp: New file for the older Motorola Bug monitor
6449 that runs on the mvme13x series VME boards.
6450 * config/monitor.exp: Use the new config array for target settings
6451 if they exist.
6452
6453Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
6454
6455 * sim-gdb.exp: Make the SH simulator allocate less space when
6456 it is targeted.
6457
6458Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
6459
6460 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
6461 test.
6462
6463Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
6464
6465 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
6466 "rs6000-*-*" for "list function in include file" when gcc compiled.
6467 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
6468 for "p ctable1[120]".
6469 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
6470 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
6471 Remove setup_xfail for "rs6000-*-*" for
6472 "print 'scope0.c'::filelocal before run".
6473 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
6474 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
6475 since some compilers don't allow both options to be given
6476 on the same command line. Create object file and move it.
beb998c6 6477
c906108c
SS
6478Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
6479
6480 * gdb.base/corefile.exp: Always regenerate the core file, since
6481 we always regenerate the coremaker program. Detect special case
6482 where registers cannot be read from core file.
beb998c6 6483
c906108c
SS
6484Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
6485
6486 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
6487 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
6488 * gdb.c++/templates.exp: Only match on basename of file since
6489 some formats like xcoff don't encode directory information.
6490 * gdb.stabs/weird.exp: Use the right sed script for powerpc
6491 and rs6000 AIX xcoff targets.
6492 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
6493 * configure: Regenerate.
6494 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
6495 here, rather than in distclean.
beb998c6 6496
c906108c
SS
6497Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
6498
6499 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
6500 defined, and use it to compile the test case with -O2. The
6501 native compilation still uses no optimization.
6502 * gdb.base/mips_pro.c: Remove inline assembly code since
6503 it is compiled PIC by default, which results in assembler
6504 warnings that make the testsuite think the compilation
6505 was unsuccessful.
6506
6507Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
6508
6509 * gdb.c++/misc.exp: Add note to message for
6510 "print s.a for foo struct" that this is a known gcc 2.7.2
6511 and earlier bug.
6512
6513Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
6514
6515 * gdb.base/break.exp: Fix pattern for matching "Delete all
6516 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
6517 setup_xfail for deleting all breakpoints test. Fix various
6518 timeout messages to include "(timeout)".
6519 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
6520 for "p t_float_values2(3.14159,float_val2)".
6521 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
6522 for "continue to call2g" when gcc compiled.
6523 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
6524 "up to foo in langs.exp", "show language at foo in langs.exp",
6525 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
6526 and "show language at fsub in langs.exp".
6527 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
6528 "list line 1 in include file", "list message for lines past EOF",
6529 "list function in include file", "list list0.h:foo", and
6530 "list filename:function; nonexistant function".
6531 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
6532 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
6533 and "ptype t_char_array" to be for native cc only.
beb998c6 6534
c906108c
SS
6535Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
6536
beb998c6 6537 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
6538 setup_xfail for "print coremaker_bss", "print coremaker_ro",
6539 "print func2::coremaker_local", and "backtrace in corefile.exp".
6540
6541Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
6542
6543 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
6544 "bt in signals.exp". This problem only appears when running
6545 the testsuite, and then only intermittently.
6546
6547Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
6548
6549 * gdb.base/return.exp (return_tests): Differentiate between
6550 two tests of continuing.
6551
6552Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6553
6554 * */Makefile.in (maintainer-clean): Remove config.log.
6555 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
6556 * gdb.c++/Makefile.in (PROGS): Add inherit.
6557 (clean): Remove *.ci.
6558
6559Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
6560
6561 * gdb.c++/misc.cc: Add test code from Mike Stump.
6562 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
6563
6564Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
6565
6566 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
6567 to "alpha-*-osf2*" and add comment.
6568 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
6569 setup_xfail for "step over execarg initialization" and
6570 "step over corearg initialization".
6571 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
6572 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
6573 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
6574 gcc compiled for "print coremaker_bss", "print coremaker_ro",
6575 "print func2::coremaker_local", and "backtrace in corefile.exp".
6576 * gdb.base/signals.exp: Build and source signals.ci.
6577 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
6578 to be for gcc only.
6579 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 6580
c906108c
SS
6581Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6582
6583 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
6584 Feb 3 procfs.c change.
6585
6586Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
6587
6588 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
6589
6590Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
6591
6592 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
6593 from dejagnu's apparent default of 10 seconds, which gives random
6594 results when running the tests over NFS on moderately loaded systems.
6595 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
6596
6597Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
6598
6599 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
6600 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
6601 result reports.
6602
6603Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
6604
6605 * configure.in (CY_AC_PATH_TCLH): Remove.
6606 * configure: Regenerate.
6607
6608Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
6609
6610 * gdb.c++/Makefile.in (clean): Add missing '{'.
6611
6612Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
6613
6614 * lib/gdb.exp: Provide a default value for noinferior.
6615
6616 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
6617 Load libgloss.exp.
6618
6619Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
6620
6621 * gdb.disasm/hppa.exp: Compile directly into an executable, use
6622 the executable, not the .o to run the tests from.
6623
6624Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
6625
6626 * gdb.base/break.exp: Don't test for program exit or exit status
6627 if $noresults if nonzero.
6628 * gdb.base/langs.exp: Likewise.
6629 * gdb.base/watchpoint.exp: Likewise.
6630
6631 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
6632 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
6633 trying to compile the testcase.
6634
6635Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
6636
6637 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
6638 * gdb.base/signals.exp (continue to handler): Likewise.
6639
6640Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
6641
6642 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
6643
6644 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
6645
6646Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
6647
6648 * gdb.base/corefile.exp: Recognize "not found" as failure
6649 when trying to determine if a core file was generated.
6650 If no core file was generate the first time, try again without
6651 the ulimit -c to work around braindamaged shells.
6652
6653Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
6654
6655 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
6656 [] tests with "test" and enclose string in quotes.
6657 * gdb.stabs/configure: Rebuild
beb998c6 6658
c906108c
SS
6659Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
6660
6661 Changes in sync with expect:
6662 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
6663 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
6664 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
6665 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
6666 argument to AC_REQUIRE.
6667 * configure: Regenerated.
6668
6669Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
6670
6671 * gdb.base/corefile.exp: When generating a core, discard any
6672 error messages about ulimit not found and the "core dumped"
6673 message from the shell that runs the coredumper.
6674
6675Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
6676
6677 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
6678
6679 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
6680 which sed script to run. Expect failure for v_comb test
6681 on PA targets too.
beb998c6 6682
c906108c
SS
6683Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
6684
6685 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
6686 "print func2::coremaker_local" and for "backtrace in corefile.exp"
6687
6688Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
6689
6690 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
6691 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
6692 "sparc-sun-solaris*" xfails for "p v_comb".
6693 * lib/gdb.exp (default_gdb_start): Fix typo.
6694 * gdb.base/corefile.exp: Allow "Core was generated by ..."
6695 messages to not include the full program name that caused
6696 the core dump since some systems (such as solaris) apparently
6697 truncate this path to about 80 characters.
6698 When generating a core file first try increasing the core file
6699 size limit to unlimited since some systems may default it to
6700 zero, and it is harmless to try it. Move the test for failing
6701 to generate a core file to where it will actually get executed.
6702 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
6703 new gdb result from g++ debug info improvements and make old
6704 pattern obsolescent. Also account for size_t differences
6705 (may be int or long).
6706 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
6707 initialization before function call is placed in the delay slot
6708 and thus appears to be skipped over by commands such as "next".
6709
6710Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
6711
6712 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
6713
6714Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
6715
6716 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
6717 input source file; fix code to compile test to deal with this
6718 convention.
6719 * gdb.c++/*.exp: Likewise.
6720
6721Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
6722
6723 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
6724 "bt in signals.exp".
6725
6726Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
6727
6728 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
6729 "step over execarg initialization" and
6730 "step over corearg initialization".
6731
6732Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
6733
6734 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
6735 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
6736
6737Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
6738
6739 From Rob Savoye (rob@poseidon.cygnus.com)
6740 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
6741 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
6742 configure.in}, gdb.disasm/{Makefile.in, configure.in},
6743 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
6744 configure.in}: Major reworking for autoconfig.
6745 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
6746 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
6747 New files.
6748 * config/unix-gdb.exp: Make GDB global.
6749 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
6750 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
6751 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
6752 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
6753 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
6754 term.exp, twice.exp, watchpoint.exp, whatis.exp},
6755 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
6756 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
6757 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
6758 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
6759 pr-8136.exp, result.exp, string.exp, tuples.exp},
6760 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
6761 to returns as necessary, arrange for test to compile own testcase
6762 executable.
6763 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 6764
c906108c
SS
6765Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
6766
6767 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
6768 clear_xfail at end of test which might not call either pass or fail.
6769 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
6770 "backtrace through signal handler".
6771
6772Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6773
6774 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
6775 continuing from a job control stop signal.
6776 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
6777
6778Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
6779
6780 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
6781 * gdb.base/corefile.exp: Likewise.
6782 * gdb.base/funcargs.exp: Likewise.
6783
6784Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
6785
6786 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
6787 * config/monitor.exp: Add support for setting baud rate.
6788
6789Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
6790
6791 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
6792 i*86-*-linux* xfails for "backtrace through signal handler".
6793 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
6794 "print func2::coremaker_local".
6795 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
6796 alpha-dec-osf2* xfail for
6797 "delete all breakpoints when none".
6798
6799Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
6800
6801 * gdb.base/break.exp: Change test that deletes all breakpoints
6802 when no user breakpoints are installed. A post 4.15 change
6803 causes gdb to no longer prompt in this case.
6804
6805Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
6806
6807 * gdb.base/return.exp (return_tests): Change xfail for test
6808 "correct value returned double test" to stop xfailing at
6809 Solaris 2.5. Apparently the bug has been fixed.
6810
6811Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
6812
6813 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
6814 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
6815
6816Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
6817
6818 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
6819 * gdb.disasm/hppa.s: Corresponding changes.
6820
6821Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
6822
6823 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
6824 makefile fragment.
6825 * config/mt-hpux: Deleted.
6826
6827Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
6828
beb998c6 6829 * Many files: When warning about suppressed tests due to a
c906108c
SS
6830 nonexistant test binary, avoid incrementing the warning count.
6831
6832Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
6833
6834 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 6835
c906108c
SS
6836Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6837
6838 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
6839 "sparc-*-solaris2*".
6840
6841Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6842
6843 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
6844 Add global and local variables and initialize them.
6845 * gdb.base/corefile.exp: Test correct mapping of corefile sections
6846 by printing variables. Remove rs6000 and powerpc xfails, BFD now
6847 extracts the file name and terminating signal from the core file.
6848 * TODO: Remove note about tests for correct mapping of corefile.
6849 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
6850 from optimizing it away.
6851 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
6852 handles common blocks.
6853
6854Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
6855
6856 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
6857 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
6858
6859Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
6860
6861 * Makefile.in (maintainer-clean): New target, synonym for
6862 realclean.
6863 * gdb.base/Makefile.in (maintainer-clean): Likewise.
6864 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
6865 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
6866 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
6867 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
6868 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
6869
6870Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
6871
6872 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
6873 xfails when not gcc compiled for "print foo::funclocal".
6874 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
6875 "print foo::funclocal at foo",
6876 "print 'scope1.c'::foo::funclocal at foo",
6877 "print foo::funclocal_bss at foo",
6878 "print 'scope1.c'::foo::funclocal_bss at foo",
6879 "print foo::funclocal_ro at foo",
6880 "print 'scope1.c'::foo::funclocal_ro at foo",
6881 "print bar::funclocal at foo" and
6882 "print 'scope1.c'::bar::funclocal at foo".
6883 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
6884 gcc compiled for "print foo::funclocal at bar".
6885 Expand all messages to ensure that they identify that
6886 the test is at bar().
6887 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
6888 gcc compiled for:
6889 "ptype on opaque struct pointer (statically)",
6890 "ptype on opaque struct tagname (statically)",
6891 "ptype on opaque struct pointer (dynamically) 1",
6892 "ptype on opaque struct tagname (dynamically) 1",
6893 "ptype on opaque struct pointer (dynamically) 2" and
6894 "ptype on opaque struct tagname (dynamically) 2
6895 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
6896 gcc compiled for:
6897 "p datalocal"
6898 "whatis datalocal",
6899 "ptype datalocal",
6900 "p bsslocal",
6901 "whatis bsslocal", and
6902 "ptype bsslocal".
6903 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
6904 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
6905 when not gcc compiled.
6906 * gdb.base/funcargs.exp (float_and_integral_args): Add
6907 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
6908 compiled.
6909 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
6910 "backtrace from call6a" when not gcc compiled.
6911 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
6912 "backtrace from call7a" when not gcc compiled.
6913 * gdb.base/callfuncs.exp (do_function_calls):
6914 Add "hppa*-*-hpux*" xfail when not gcc compiled for
6915 "p t_char_array_values(char_array_val2,char_array_val1)",
6916 "p t_char_array_values(char_array_val1,char_array_val2)",
6917 "p t_char_array_values("carray 1","carray 2")",
6918 "p t_char_array_values("carray 1",char_array_val2)",
6919 "p t_char_array_values(char_array_val1,"carray 2")",
6920 "p sum_args(1,{2})",
6921 "p sum_args(2,{2,3})",
6922 "p sum_args(3,{2,3,4})",
6923 "p sum_args(4,{2,3,4,5})"
6924 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
6925 "backtrace in corefile.exp" when not gcc compiled.
6926
6927Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6928
6929 * gdb.base/signals.exp: Rewrite `handle all print' test as
6930 a procedure. Accept blanks or TABs as whitespace, increase
6931 timeout and expect input buffer size for the large output
6932 from the command. Remove "i*86-*-bsdi2.0" xfail.
6933
6934Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6935
6936 * gdb.base/setvar.exp: Add new testcases for truncation when
6937 assigning invalid values to bitfields.
6938
6939Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
6940
beb998c6 6941 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
6942 mips-sgi-irix* xfail for
6943 "call inferior func with struct - returns char *"
6944 and fix test so that an optional (unsigned char *) cast is
6945 accepted in the result.
6946
6947Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
6948
6949 * gdb.base/funcargs.exp (float_and_integral_args): Remove
6950 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6951 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
6952 * gdb.base/signals.exp: Remove duplicate "handle all print" test
6953 that accidentally got checked in.
6954
6955Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
6956
beb998c6 6957 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
6958 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
6959 compiled test.
6960 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
6961 Add mips-sgi-irix5* xfail for not gcc compiled.
6962 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6963 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
6964 "p top", "whatis top", "p middle", and "whatis middle".
6965 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
6966 "whatis signed char" for not gcc compiled.
6967 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
6968 "set variable signed char=-1 (-1)" and
6969 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
6970 * gdb.base/funcargs.exp (float_and_integral_args):
6971 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
6972 Add mips-sgi-irix* xfail when not gcc compiled for
6973 "continue to call2b".
6974 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
6975 "continue to call2g".
6976 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
6977 "backtrace from call6a"
6978 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
6979 "backtrace from call7k".
6980 Add mips-sgi-irix5* xfail when not gcc compiled for
6981 "backtrace from call7a".
6982 (localvars_after_alloca): Fix gdb_test cmds for
6983 "print * after runto ...".
6984 Remove rs6000-*-* xfails for
6985 "print i after runto localvars_after_alloca" and
6986 "print l after runto localvars_after_alloca"
6987 for all compilers.
6988 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6989 when not compiled with gcc, for:
6990 "print signed char == (minus)",
6991 "print signed char != (minus)",
6992 "print signed char < (minus)",
6993 "print signed char > (minus)".
6994 * gdb.base/callfuncs.exp (do_function_calls):
6995 Add mips-sgi-irix* xfail, when compiled with native compiler, for
6996 "call inferior func with struct - returns char *".
beb998c6 6997 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
6998 "correct value returned double test" to include Solaris 2.4.
6999 * gdb.base/funcargs.exp (float_and_integral_args):
7000 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 7001
c906108c
SS
7002Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7003
7004 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
7005 enumeration bitfields if compiling with GNU C.
7006 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
7007 to empty' prompt.
7008
7009Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
7010
7011 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
7012 test for PRO targets.
7013
7014 * gdb.base/funcargs.exp: Avoid ever setting more than 8
7015 breakpoints in the inferior at any given time by making
7016 two groups of breakpoints for call2*, call6* and call7*
7017 tests.
7018
7019Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7020
7021 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
7022 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
7023 from optimizing it away.
7024 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
7025 "call inferior func with struct".
7026
7027Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
7028
7029 * configure.in: Only configure gdb.chill for particular targets.
7030
7031Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
7032
7033 * gdb.base/Makefile.in: Add action to .c.o transformation
7034 rule that generates a .ci file for each .o file and remove
7035 explicit .c.o rules except for callfuncs.o.
7036 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
7037 generates a .ci file for each .o file and remove explicit
7038 .cc.o rules.
7039 (clean): Remove *.tmp *.ci files.
7040 (EXECUTABLES): Remove templ-info.exp.
7041 * gdb.base/compiler.c: New file.
7042 * gdb.c++/compiler.cc: New file
7043 * gdb.base/scope.exp: Source gdb.base/scope.ci.
7044 Change rs6000-*-* xfail for
7045 "print 'scope0.c'::filelocal_ro" and
7046 "print 'scope1.c'::filelocal" and
7047 "print 'scope1.c'::filelocal_bss" and
7048 "print 'scope1.c'::filelocal_ro" and
7049 "print 'scope1.c'::foo::funclocal" and
7050 "print 'scope1.c'::foo::funclocal_ro" and
7051 "print 'scope1.c'::bar::funclocal" and
7052 "print 'scope0.c'::filelocal_ro" and
7053 "print 'scope1.c'::filelocal at foo" and
7054 "print 'scope1.c'::filelocal_bss at foo" and
7055 "print 'scope1.c'::filelocal_ro at foo" and
7056 "print 'scope1.c'::foo::funclocal at foo" and
7057 "print 'scope1.c'::foo::funclocal_bss at foo" and
7058 "print 'scope1.c'::foo::funclocal_ro at foo" and
7059 "print 'scope1.c'::bar::funclocal at foo" and
7060 "print 'scope0.c'::filelocal_ro" and
7061 "print 'scope1.c'::filelocal" and
7062 "print 'scope1.c'::filelocal_bss" and
7063 "print 'scope1.c'::filelocal_ro" and
7064 "print 'scope1.c'::foo::funclocal" and
7065 "print 'scope1.c'::foo::funclocal_bss" and
7066 "print 'scope1.c'::foo::funclocal_ro" and
7067 "print 'scope1.c'::bar::funclocal" and
7068 "print 'scope1.c'::bar::funclocal_bss"
7069 to only be xfail'd when not compiled with gcc.
beb998c6 7070 Add rs6000-*-* xfail for
c906108c
SS
7071 "print 'scope0.c'::filelocal_bss before run"
7072 when compiled with gcc.
7073 (test_at_main): Add rs6000-*-* xfail for
7074 "print filelocal_ro in test_at_main"
7075 when compiled with gcc.
7076 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 7077 Add rs6000-*-aix* xfail for
c906108c
SS
7078 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
7079 "ptype t_char_array", not compiled with gcc.
7080 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
7081 xfail for "list foo (in include file)" when gcc compiled.
7082 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
7083 (integral_args): Add rs6000-*-* xfail for
7084 "run to call0a" if not compiled with gcc.
7085 (unsigned_integral_args): Add rs6000-*-* xfail for
7086 "run to call1a" if not compiled with gcc.
7087 (float_and_integral_args): Add rs6000-*-* xfail for
7088 "run to call2a" if not compiled with gcc and for
7089 "continue to call2b" for any compiler.
7090 Add rs6000-*-* xfail to
7091 "print f1 after run to call2a" for gcc compiled.
7092 (discard_and_shuffle): Add rs6000-*-* xfail for
7093 "run to call6a".
7094 (shuffle_round_robin): Add rs6000-*-* xfail for
7095 "backtrace from call7a" if not compiled with gcc.
7096 Add rs6000-*-* xfail for
7097 "backtrace from call7b" if compiled with gcc.
7098 (call_after_alloca): Add rs6000-*-* xfail for
7099 "print c in call_after_alloca" and
7100 "print s in call_after_alloca" and
7101 "backtrace from call_after_alloca_subr"
7102 if not compiled with gcc.
7103 (localvars_in_indirect_call): Add rs6000-*-* xfail for
7104 "print c in localvars_in_indirect_call" and
7105 "print c in localvars_in_indirect_call" and
7106 "backtrace in indirectly called function" and
7107 "stepping into indirectly called function"
7108 if not compiled with gcc.
7109 (localvars_after_alloca): Add rs6000-*-* xfail for
7110 "print c after runto localvars_after_alloca" and
7111 "print s after runto localvars_after_alloca" and
7112 "print i after runto localvars_after_alloca" and
7113 "print l after runto localvars_after_alloca"
7114 for all compilers.
7115 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
7116 than whatis-info.exp.
7117 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
7118 than opaque-info.exp.
7119 Setup rs6000-*-* xfail for
beb998c6 7120 "ptype on opaque struct pointer (statically)" and
c906108c
SS
7121 "ptype on opaque struct pointer (dynamically)" when
7122 not compiled with gcc.
7123 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
7124 rather than callf-info.exp.
7125 (do_function_calls): Add clear_xfail for rs6000-*-* for
7126 "p t_float_values2(3.14159,float_val2)". Seems to work
7127 fine there, both with xlc and gcc. Need to find out what
7128 it is doing right and fix other platforms.
7129 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
7130 "call inferior func with struct - returns int",
7131 "call inferior func with struct - returns long",
7132 "call inferior func with struct - returns float",
7133 "call inferior func with struct - returns double",
7134 "call inferior func with struct - returns char *",
7135 but only if not gcc compiled (presumes xlc compiled).
7136 Change rs6000-*-* xfails for
7137 "call inferior func with struct - returns char" and
7138 " call inferior func with struct - returns short" to only
7139 xfail if not using gcc.
7140 (clean mostlyclean): Remove *.ci and *.tmp files.
7141 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
7142 than templ-info.exp.
7143 * gdb.base/langs.exp: Source gdb.base/langs.ci.
7144 Add rs6000-*-* xfail for "up to foo in langs.exp"
7145 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
7146 when not gcc compiled.
beb998c6 7147
c906108c
SS
7148Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7149
7150 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
7151 * gdb.base/corefile.exp: Likewise.
7152 * gdb.base/list.exp: Likewise.
7153 * gdb.base/scope.exp: Likewise.
7154 * gdb.base/siganls.exp: Likewise.
7155
7156 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
7157 compiler output.
7158 * gdb.base/whatis.exp: Likewise.
7159
7160Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
7161
7162 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
7163 failure (opcode table has been fixed to match reality).
7164
7165Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
7166
7167 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
7168 "call inferior func with struct - returns char",
7169 "call inferior func with struct - returns short"
7170
7171 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
7172 "print 'scope0.c'::filelocal at main",
7173 "print 'scope0.c'::filelocal_bss in test_at_main",
7174 "print 'scope0.c'::filelocal at foo",
7175 "print 'scope0.c'::filelocal_bss in test_at_foo",
7176 "print 'scope0.c'::filelocal at bar",
7177 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 7178
c906108c
SS
7179 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
7180 in source file 1". This bug seems to have been fixed with both
7181 gcc and native cc (was native assembler bug?).
7182
7183Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
7184
7185 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
7186 "backtrace through signal handler" to "i*86-*-sysv4*".
7187 * gdb.base/signals.exp: Add xfail for "'next' behaved as
7188 continue" case. Add "known SVR4 bug" to fail message.
7189 Add "i*86-*-bsdi2.0" xfail for "handle all print".
7190 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
7191 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
7192 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
7193 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
7194 "up to foo in langs.exp", "show language at foo in
7195 langs.exp", "up to cppsub_ in langs.exp", "show
7196 language at cppsub_ in langs.exp", "up to fsub in
7197 langs.exp", and "show language at fsub in langs.exp".
7198 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
7199 "bactrace in corefile.exp".
7200 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
7201 "call inferior function with struct - returns float" and
7202 "call inferior function with struct - returns double".
beb998c6 7203
c906108c
SS
7204Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
7205
7206 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
7207 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
7208 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
7209 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
7210
7211Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
7212
7213 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
7214 (or overriden) "CHILL" macro rather then bare "gcc".
7215 Also look for ../../gcc/xgcc since that is what we will
7216 actually need, not "Makefile". Remove following assignment
7217 of CHILL to CHILL_FOR_TARGET because that results in
7218 recursive definition.
7219
7220Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
7221
7222 * gdb.base/corefile.exp: Change xfail for backtrace in
7223 corefile.exp from linuxaout to all linux.
7224 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
7225 cases where we miss the breakpoint at the signal handler
7226 for some reason. Setup xfail for linuxoldld/linuxaout and
7227 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
7228 hitting SIGURG breakpoint.
7229 * gdb.base/signals.exp: Setup xfail for "next" acting like
7230 continue to add linuxoldld. Setup xfail for all linux for
7231 "next to handler in signals_tests_1", "backtrace in
7232 signals_tests_1", "continue to func1", "pass SIGUSR1",
7233 and continue to handler".
7234
7235Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7236
7237 * Update all FSF addresses except those in COPYING* files.
7238
7239Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
7240
7241 * gdb.base/a2-run.exp: Change messages to be more explicit about
7242 the status of args, and quote binfile in results.
7243
7244Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
7245
7246 * gdb.base/callfuncs.exp: Add tests for passing structs to
7247 inferior functions and return various types.
7248 * gdb.base/callfuncs.c: Add functions to receive a struct
7249 and return a member of the struct, in various types.
7250
7251Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7252
7253 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
7254
7255Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7256
7257 * config/vxworks29k.exp: New file, sources vxworks.exp.
7258
7259Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7260
7261 * config/gdbremote.exp: New file. Testing framework using
7262 gdbserver.
7263
7264Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
7265
7266 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
7267 "call function when asleep" and "send end of file".
7268 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
7269 for "backtrace in corefile.exp".
7270 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
7271 for "backtrace through signal handler".
7272 * gdb.base/corefile.exp: Make sure we actually generate a core file
7273 before trying the core tests. Some systems allow the user to suppress
7274 generation of core files and default to that (linux for example).
7275 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
7276 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
7277
7278Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7279
7280 * gdb.threads: New directory with some crude multi-threaded
7281 gdb tests (step.exp and step2.exp).
7282 * config/mt-lynx (STEP_EXECUTABLE): Define.
7283 (THREADFLAGS): Define.
7284
7285Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
7286
7287 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
7288
7289 * gdb.base/signals.exp: Disable whole file for lynx until
7290 further notice.
7291
7292 * gdb.base/signals.exp: xfail test where "next" acts like
7293 "continue" for lynx.
7294
7295 * gdb.base/interrupt.exp: xfail test for calling function while
7296 inferior is asleep for lynx.
7297
7298 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
7299 than one cr-lf after each command.
7300
7301Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7302
7303 * configure.in: Reinstate setting of stabsdirs variable, fix
7304 typo in setting up configdirs for native builds.
7305
7306 * gdb.base/return.exp: Fix typo in return double test.
7307 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
7308 compiler from optimizing them away.
7309
7310Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
7311
7312 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
7313 sequences to be echo'd by gdb when using gdb_test.
7314 * gdb.chill/chexp.exp: Likewise.
7315 * gdb.fortran/exprs.exp: Likewise
7316
7317Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7318
7319 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
7320 after the inferior gdb has started.
7321
7322 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
7323 after each command.
7324 * gdb.base/funcargs.exp: Likewise.
7325 * gdb.base/gdbvars.exp: Likewise.
7326 * gdb.base/interrupt.exp: Likewise.
7327 * gdb.base/list.exp: Likewise.
7328 * gdb.base/watchpoint.exp: Likewise.
7329 * gdb.c++/demangle.exp: Likewise.
7330 * gdb.c++/inherit.exp: Likewise.
7331 * gdb.chill/chexp.exp: Likewise.
7332 * gdb.fortran/exprs.exp: Likewise.
7333
7334 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
7335 test if we can't handle IO to/from the inferior.
7336
7337 * gdb.c++/misc.exp: Always check for a program already being
7338 started after sending a "run" command to gdb.
7339
7340 * gdb.base/twice.exp: Start with a fresh gdb.
7341
7342 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
7343 only depend on gdb's expression code, not the chill runtime.
7344
7345 * gdb.base/return.c: Put return values into variables so we
7346 can have gdb print them rather than depending on the program
7347 to print them.
7348 * gdb.base/return.exp: Corresponding changes.
7349
7350 * lib/gdb.exp: Provide default value for noinferiorio.
7351 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
7352 the inferior.
7353
7354 * gdb.base/break.exp: Always check for a program already being
7355 started after sending a "run" command to gdb.
7356 (text_next_with_recursion): Don't check the output from the
7357 program's printf statement. Instead just make sure the program
7358 exited.
7359
7360 * gdb.base/commands.exp: Protect tests which need arguments with
7361 $noargs conditionals.
7362
7363Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7364
7365 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
7366 of structure member arrays to match gdb/valops.c:value_addr change.
7367
7368Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
7369
7370 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
7371 cases.
7372
7373Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
7374
7375 * configure.in (configdirs): Remove gdb.chill from default list
7376 of subdirs and then add it back in only if doing a native build.
7377 The current chill compiler does not yet work in any cross build.
7378 * Revert all signal changes from Jul 6.
7379 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
7380 for sh-hms targets, allowing these tests to link, with no other
7381 changes. Testing is suppressed by setting "nosignals" in site.exp.
7382
7383Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
7384
7385 * configure.in (signaldirs): Define and add to configdirs for all
7386 targets except some specific ones that are known to not support signals.
7387 Also clean up formatting.
7388 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
7389 (signals, sigall): Remove rules to build.
7390 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
7391 Moved to new gdb.signals directory.
7392 * gdb.signals: New test directory.
7393 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
7394 signals.c signals.exp}: New or moved files.
7395
7396Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
7397
7398 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
7399
7400Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
7401
7402 * gdb.base/return.exp: Xfail `return double' test failure
7403 on at least Solaris 2.3 and handle future/past versions on
7404 a case by case basis as appropriate. Also update message
7405 to include i*86 failures.
7406
7407Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7408
7409 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
7410
7411 * lib/gdb.exp: Fix comment which erroneously identified
7412 gdb_file_cmd as gdb_load (the 19 May change was in fact to
7413 gdb_file_cmd not gdb_load).
7414 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
7415
7416 * gdb.base/setvar.exp: Make test names consistent between pass and
7417 fail cases. Use gdb_test more.
7418
7419Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7420
7421 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
7422
7423Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7424
7425 * gdb.base/help.exp: Fix expected help string for `show commands'.
7426
7427Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
7428
7429 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
7430
7431 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
7432 of a text section.
7433
7434Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
7435
7436 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
7437 that loop eventually terminates. Fix Connection refused logic so
7438 that testsuite will expire nicely.
7439
7440Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
7441
7442 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
7443 config/rom68k.exp: New tcl glue for the appropriate monitors.
7444 These all just end up calling monitor.exp.
7445 * config/monitor.exp (gdb_target_monitor): Handle `Connection
7446 refused' by retrying. Cleanup some timeout issues.
7447 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
7448 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
7449 callers don't have to set/restore global timeout variable.
7450
7451 * The following set of changes centralizes management of the global
7452 timeout variable. This way, it can be set in one target dependent
7453 place instead of dozens of places scattered throughout the test suite.
7454 If you need to lengthen a timeout, then you should either set timeout
7455 in one of the config/{target}.exp files, or multiply it by a factor.
7456 Setting it to an absolute value is always going to lose for some
7457 targets.
7458 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
7459 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
7460 * gdb.base/funcargs.exp: Don't set timeout.
7461 * gdb.base/list.exp (test_forward_search): Only use local timeout.
7462 * gdb.base/printcmds.exp (test_print_string_constants
7463 test_print_array_constants): Don't set timeout.
7464 * gdb.base/ptype.exp: Don't set timeout.
7465 * gdb.base/recurse.exp: Don't set timeout.
7466 * gdb.base/return.exp: Don't set timeout.
7467 * gdb.base/watchpoint.exp: Don't set timeout.
7468 * gdb.c++/classes.exp (do_tests): Don't set timeout.
7469 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
7470
7471Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
7472
7473 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
7474
7475Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7476
7477 * lib/gdb.exp: Disable chill tests for irix5.
7478
7479Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7480
7481 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
7482 each test pass or fail.
7483
7484Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7485
7486 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
7487 xlc not gcc.
7488
7489Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
7490
7491 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
7492
7493Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
7494
7495 * config/est.exp: Fix copyright and comments. Remove dead code.
7496 Use targetname, serialport and baud variables instead of fixed
7497 constants.
7498 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
7499 * config/cpu32bug.exp: New file to support cpu32bug monitors.
7500
7501Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7502
7503 * gdb.base/watchpoint.exp: Don't run
7504 test_watchpoint_triggered_in_syscall for sunos.
7505
7506Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7507
7508 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
7509 they don't seem to exist. Do include stdio.h.
7510
7511Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7512
7513 * gdb.base/a1-selftest.exp: Add alpha xfail.
7514
7515Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7516
7517 * gdb.base/watchpoint.c (main): Prompt before calling read().
7518 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
7519 Revise accordingly. Remove cruft about sending "123" several
7520 times, until it gets noticed. Clean up the "print buf[0]" stuff
7521 so that it passes or fails, and waits for prompts in the usual way.
7522
7523Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7524
7525 * gdb.base/recurse.exp: Fix comment.
7526
7527 * TODO: Remove item about printing variables in nodebug.exp. Add
7528 item about enabling tests which are only run on some targets.
7529
7530 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
7531 fail, make test names unique, use new gdb_test convention
7532 regarding pattern, use gdb_test more, etc.).
7533
7534 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
7535 fail, make test names unique, etc.).
7536
7537Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7538
7539 * gdb.base/nodebug.c: Change return type of top and middle to
7540 short.
7541 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
7542 are fixed by the recent mdebugread.c changes. Allow `short ()'
7543 as type for top and middle.
7544
7545Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7546
7547 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
7548 nearly as I can tell, the whole thing was an accident in Stu's
7549 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
7550 to replace a send/expect pair with gdb_test, but ended up only
7551 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
7552 of 30 Mar 1995 took care of it, but left this vestigial comment
7553 which I am now nuking.
7554
7555Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7556
7557 * gdb.base/break.exp: Look for different line number for
7558 breakpoint at main depending on usestubs.
7559
7560Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7561
7562 * gdb.base/list.exp: Adjust some alternate expect patterns to
7563 match recent list0.c change. Add alternate expect pattern for
7564 output from `list default lines around main' for optimizing
7565 compilers.
7566
7567Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7568
7569 * lib/gdb.exp: If nosignals is not set, set it to 0.
7570
7571Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
7572
7573 * config/slite-gdb.exp: Responds to load symbol table prompt.
7574 * gdb.base/break.exp: Adjust line number, fix rerun.
7575 * gdb.base/langs0.c: Add #ifdef usestubs.
7576
7577Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
7578
7579 * gdb.base/list.exp: Adjust line contents after adding new lines in
7580 list0.c. Also fix a syntax error.
7581
7582 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
7583 * gdb.base/break.exp: ditto.
7584 * gdb.base/list.exp: ditto.
7585 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
7586 * gdb.base/run.c: ditto.
7587 * gdb.base/list0.c: ditto.
7588 * gdb.base/funcargs.c: ditto.
7589
7590Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
7591
7592 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
7593 $targetname, $serialport and $baud instead of hardwired variables.
7594 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
7595 target doesn't support signals.
7596
7597Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
7598
7599 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
7600
7601Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7602
7603 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
7604 Don't rely on the value of an auto variable before it has been
7605 initialized. Use gdb_test more.
7606
7607Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7608
7609 * lib/gdb.exp (default_gdb_version): A version number must start
7610 with a digit, but other than that contains all characters up to
7611 the first whitespace character.
7612
7613Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7614
7615 * gdb.base/commands.exp (breakpoint_command_test): New tests.
7616
7617Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7618
7619 * gdb.c++/*.exp: Warn if executable does not exist. The original
7620 reason for skipping the warning was that configure.in sometimes
7621 intentionally skipped building the executables but the tcl code
7622 had no way of knowing. That (a) was always bogus with respect to
7623 error handling, (b) is no longer true (right now there is no way
7624 to skip C++ tests).
7625
7626 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
7627
7628Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7629
7630 * gdb.base/list.exp: Add expect patterns for output from
7631 SunPRO compiled executables.
7632 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
7633 types.
7634
7635Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7636
7637 * gdb.base/break.exp (test_next_with_recursion): Accept any line
7638 number (we are already testing that the correct source line text
7639 gets printed).
7640
7641 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
7642 that is what is intended, but something needed to be done to get
7643 sunos4 native working again.
7644
7645 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
7646
7647 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
7648 apparently went with a (very) old xfail.
7649
7650Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
7651
7652 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
7653 runto_main is a proc in gdb.exp that will do 'step' for target use
7654 stubs.
7655 * gdb.base/exprs.exp: ditto.
7656 * gdb.base/interrupt.exp: ditto.
7657 * gdb.base/opaque.exp: ditto.
7658 * gdb.base/printcmds.exp: ditto.
7659 * gdb.base/ptype.exp: ditto.
7660 * gdb.base/scope.exp: ditto.
7661 * gdb.base/setvar.exp: ditto.
7662 * gdb.base/signals.exp: ditto.
7663 * gdb.base/twice.exp: ditto.
7664 * gdb.c++/classes.exp: ditto.
7665 * gdb.c++/inherit.exp: ditto.
7666 * gdb.c++/templates.exp: ditto.
7667 * gdb.base/break.exp: no run and hit main for stubs. Change line
7668 numbers for breakpoints and info breakpoint.
7669 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
7670 breakpoint().
7671 * gdb.base/callfuncs.c: ditto.
7672 * gdb.base/exprs: ditto.
7673 * gdb.base/interrupt.c: ditto.
7674 * gdb.base/opaque0.c: ditto.
7675 * gdb.base/printcmds.c: ditto.
7676 * gdb.base/ptype.c: ditto.
7677 * gdb.base/scope0.c: ditto.
7678 * gdb.base/setvar.c: ditto.
7679 * gdb.base/signals.c: ditto.
7680 * gdb.base/twice.c: ditto.
7681 * gdb.c++/misc.cc: ditto.
7682 * gdb.c++/templates.cc: ditto.
7683
7684Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7685
7686 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
7687
7688 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
7689 somewhere between `read' and `main.c'. I'm pretty sure the
7690 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
7691 and it isn't particularly useful.
7692
7693 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
7694
7695Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7696
7697 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
7698
7699Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
7700
7701 * config/mt-slite: add LIBS and -nostdlib.
7702 * config/slite-gdb.exp: add this new file to support sparclite target.
7703
7704Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
7705
7706 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
7707
7708 * gdb.base/a2-run.exp: Change argument to istarget from
7709 "*-*-vxworks" to "*-*-vxworks*".
7710 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
7711
7712Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
7713
7714 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
7715 will not runto main but do a 'step' to step out of breakpoint().
7716 * config/mt-slite: add -Dusestubs.
7717
7718Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7719
7720 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
7721 instead of just @.
7722
7723 * gdb.base/signals.exp: Add test for "handle all print".
7724 * TODO: Remove "handle all print". Also remove item about
7725 checking copyright date (I don't like the idea of a spurious FAIL
7726 based on when we run the tests).
7727
7728 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
7729 for SunOS4 (reason for failure not investigated). Remove
7730 redundant test for $binfile.
7731
7732 * gdb.base/nodebug.c (array_index): Call malloc.
7733
7734 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
7735
7736Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
7737
7738 * gdb.base/recurse.exp: Update gdb_test invocation to use new
7739 conventions and slightly simplify the matching regexp.
7740
7741Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7742
7743 * gdb.base/break.exp: Update gdb_test invocation to use new
7744 convention.
7745
7746 * lib/gdb.exp: If noargs is not set, set it to 0.
7747
7748 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
7749 tests unique.
7750
7751 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
7752
7753Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7754
7755 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
7756 one argument of type "<non-float parameter>".
7757
7758Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
7759
7760 * config/rom68k.exp: New file to support Motorola IDP board.
7761 * gdb.base/a2-run.exp: Skip this file if noargs is set.
7762 * gdb.base/break.c: Change things around so that this program
7763 doesn't depend upon args. This is necessary to make remote
7764 targets work (in general, they can't take args).
7765 * gdb.base/break.exp: Don't try to send args to program. Don't
7766 expect output. Also, replace lots of code with gdb_test.
7767
7768Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7769
7770 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
7771 printing of '\'' (which is what the comment says we are testing,
7772 even though we were not), not '''.
7773 (test_integer_literals_rejected): Test that printing ''' is an error.
7774
7775 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7776 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
7777 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
7778 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
7779 Use gdb_test not test_print_accept.
7780 * lib/gdb.exp: Remove test_print_accept.
7781
7782 * gdb.base/signals.exp (signal_tests_1): Make pass message
7783 consistent with fail message.
7784
7785 * gdb.base/whatis.exp: Remove xfails for printing char vs.
7786 unsigned char; the bug (PR 1821) is fixed.
7787
7788 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
7789
7790 * gdb.base/scope.exp (test_at_localscopes): Call pass for
7791 successful tests--makes xfailing them work right.
7792
7793Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7794
7795 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
7796 only \r\n, not .*. The test can pass .* as the last thing in
7797 $pattern if that is what it wants. In addition to providing this
7798 flexibility, this change should speed up pattern matching in cases
7799 where the pattern already ended with .* (there were a number of
7800 them). This change also helps catch bad patterns--in the old
7801 scheme the typo "char \*" instead of "char \\*" would pass. Now
7802 it is caught.
7803 * Many .exp files: Update callers.
7804
7805 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
7806 clearer and does not spuriously match multiple ('s. Likewise for
7807 ) and *.
7808
7809 * gdb.base/nodebug.exp: Test ability to call a function and pass
7810 it a string (even with no debugging info).
7811
7812 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
7813 "p '\'", which is the same as "p ''" once tcl gets done with
7814 quoting, to "p '\\'", which I suspect is what is intended (one
7815 backslash gets sent to GDB).
7816
7817 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
7818
7819Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7820
7821 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
7822 1817) was fixed literally years ago.
7823
7824Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7825
7826 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
7827 test, it causes stepping out of call_after_alloca_subr with
7828 optimizing compilers.
7829 (localvars_in_indirect_call): Consume GDB prompt if `finish'
7830 fails.
7831
7832 * gdb.c++/templates.exp: Source templ-info.exp only if
7833 the templates executable exists.
7834
7835 * gdb.c++/misc.cc (class Contains_static_instance,
7836 class Contains_nested_static_instance),
7837 gdb.c++/classes.exp (test_static_members): Test printing of
7838 a class that contains a static instance of the class.
7839
7840Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7841
7842 * gdb.base/langs2.c (cppsub_): Don't prototype.
7843 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
7844 only, I believe).
7845
7846Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7847
7848 * lib/gdb.exp (skip_chill_tests): New procedure.
7849
7850 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
7851
7852Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
7853
7854 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
7855 each expect pattern. Cuts runtime from 12 to about 4 seconds.
7856
7857Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7858
7859 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
7860
7861 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
7862 disassemble 8, not 16, instructions for part 4.
7863
7864 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
7865 support the latter anymore.
7866
7867 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
7868 -DNO_PROTOTYPES.
7869 * gdb.base/callfuncs.c: Control use of prototypes based on
7870 NO_PROTOTYPES, not __STDC__.
7871 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
7872 t_float_values2 tests if prototypes in use.
7873
7874 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
7875 t_double_values): When checking differences against DELTA, check
7876 that difference is within the range (-DELTA,DELTA), not just
7877 (-infinity,DELTA).
7878
7879Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
7880
7881 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
7882 'file' command firts, then 'target', then 'load', this is due to gdb
7883 target set up.
7884 * config/mips-gdb.exp: Fix a couple regular exp bugs.
7885
7886Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
7887
7888 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
7889 FP load/store variants.
7890 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
7891
7892Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7893
7894 * gdb.base/term.exp: Do not give a warning if not native, it is
7895 not an abnormal condition.
7896
7897Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
7898
7899 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
7900 t_char_array".
7901
7902Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7903
7904 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
7905 are getting the version number.
7906
7907 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
7908 if not native, it is not an abnormal condition.
7909
7910Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7911
7912 * lib/gdb.exp: Just use "file exists", rather than undocumented
7913 dejagnu procedure "findfile".
7914
7915Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7916
7917 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
7918 (LDFLAGS): Set to -Xlinker -Ur.
7919
7920 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
7921 Removed, these values are set by lib/gdb.exp.
7922
7923 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
7924
7925Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7926
7927 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
7928 of replicating gdb startup code.
7929
7930 * config/mt-vxworks (LDFLAGS): Set to -r.
7931 (CFLAGS_FOR_TARGET): Removed.
7932
7933 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
7934 (gdb) and gdb for vxworks uses (vxgdb).
7935
7936 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
7937 executable is not in the tree and host != target, use sed and
7938 program_transform_name to determine the gdb name used by the
7939 target.
7940
7941 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
7942 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
7943
7944Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7945
7946 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
7947 floats, chars, and shorts where there are ANSI-style function
7948 definitions.
7949
7950 * gdb.base/langs.exp, gdb.base/langs*: New test.
7951 * gdb.base/Makefile.in: Build it.
7952 * TODO: Remove item about checking that C names don't get C++
7953 demangling applied; this test tests it.
7954
7955Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7956
7957 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
7958 went with the const70 xfail. The xfail went away a year ago.
7959
7960 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
7961
7962 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
7963 for hp300.
7964
7965 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
7966
7967 * gdb.base/a1-selftest.exp: Don't run on hp300.
7968
7969Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7970
7971 * Makefile.in (site.exp): Set host_alias and target_alias as well
7972 as host_triplet and target_triplet.
7973
7974Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7975
7976 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
7977
7978 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
7979 places as other ecoff systems).
7980
7981 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
7982 ultrix.
7983
7984Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7985
7986 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
7987 remove them.
7988 * gdb.base/nodebug.exp: Accept "function" in addition to "text
7989 variable and "variable" in addition to "data variable".
7990 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7991
7992 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7993 2.
7994 * gdb.base/list1.c (long_line): Add additional statement at start
7995 of function.
7996 * gdb.base/list.exp (test_forward_search): Update line number to
7997 reflect new statement.
7998
7999Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8000
8001 * gdb.base/signals.exp: Reinitialize searched source directories
8002 after gdb_start call.
8003
8004Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
8005
8006 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
8007 * gdb.stabs/Makefile.in: Likewise.
8008
8009 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
8010 change. Instead split the tests into smaller pieces.
8011 * gdb.disasm/hppa.s: Corresponding changes.
8012
8013Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8014
8015 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8016 Quote ^C when passing it to stty. For some shells ^ is a pipe.
8017
8018 * gdb.base/funcargs.exp: Modify many tests so that every test
8019 either passes or fails. Make some test names unique.
8020
8021Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8022
8023 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8024 Call stty to set interrupt character.
8025
8026 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
8027 for HP assembler versus GNU assembler based on actual behavior of
8028 $(CC), rather than assuming that $(AS) is always the GNU assembler.
8029
8030 * TODO: Suggest a few more stepping tests.
8031
8032Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
8033
8034 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
8035 restart GDB for h8300 after a continue.
8036 (return): Add pattern to match a29k-udi behavior.
8037 * gdb.base/nodebug.exp: Remove obsolete comment.
8038 * gdb.base/regs.exp: New file, testing of register displays.
8039 * gdb.base/return.exp: Fix typo in reference to $objdir.
8040 * gdb.base/whatis.exp: Always start with a fresh GDB.
8041
8042Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8043
8044 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
8045 higher, these tests generate a lot of output.
8046
8047Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8048
8049 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
8050 code following the catch silently ignored some errors; without the
8051 catch they should be thrown like any other tcl error. Also, the
8052 catch used "" instead of {} which meant all the callers who wanted
8053 to include one of the characters "[]$ had to quote it an extra time.
8054 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
8055 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
8056 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
8057 Remove extra quoting.
8058
8059Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
8060
8061 * gdb.base/commands.exp: Make test names unique; every test either
8062 passes or fails. Update some comments.
8063
8064 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
8065
8066Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8067
8068 The following fixes a FAIL caused by the fact that the alpha stabs
8069 configuration didn't use the ".if alpha" code in weird.def.
8070 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
8071 bit pointer, so the 32 bit version works even on the alpha.
8072 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
8073 Remove the stuff which allowed us to have separate versions for
8074 alpha and everything else.
8075
8076 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
8077 regexp which "info func operator\[\](" is supposed to match. Fix
8078 string to send to GDB. Note that GDB still doesn't work right. Add a
8079 new test for "info func .perator\[\](" which GDB does handle correctly.
8080
8081 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
8082
8083Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8084
8085 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
8086 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
8087 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
8088 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
8089 it makes the tests harder to understand and confuses test-o-matic.
8090 The preferred style is that each test provides a PASS or a FAIL,
8091 and has a unique message (e.g. "continue #54" not just "continue")
8092 which is the same for the pass and the fail.
8093 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8094 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
8095 to lib/gdb.exp.
8096 * gdb.base/printcmds.exp: Use test_print_accept. Remove
8097 prt_accept which was basically the same thing. Likewise for
8098 test_print_reject and prt_reject.
8099 * lib/gdb.exp (test_print_reject): Add some more error message
8100 patterns to match from the former printcmds.exp (prt_reject).
8101 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
8102 One defect of the passcount stuff is that some of it failed to
8103 report XPASS where appropriate.
8104 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
8105 stuff before and after arg in expected pattern.
8106 (test_paddr_operator_functions): Re-do test without print_addr_of;
8107 this is the only test which seems to want extra stuff there.
8108
8109Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8110
8111 * gdb.base/nodebug.exp: Update new tests to reflect improved
8112 wording of gdb output.
8113
8114 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
8115 and "ptype" work on variables in files compiled without -g.
8116 Replaces commented out "maint print msymbol" tests.
8117
8118Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8119
8120 * gdb.base/setvar.c (dummy): Call malloc.
8121
8122 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
8123 losing with the irix4 sed.
8124
8125 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
8126 ALRM" on irix4.
8127
8128Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8129
8130 * TODO: Remove items about corefile.exp testing new exec-file and
8131 backtrace; both are now done. Add items about printing enums.
8132
8133Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8134
8135 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
8136 "get signal $thissig" test fails.
8137
8138 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
8139
8140Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8141
8142 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
8143 compiler warning with dec alpha compiler.
8144
8145 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
8146 extra \n from gdb_test call (this explains why the prompt test
8147 that I removed yesterday was there).
8148 (user_defined_command_test): Remove extra \n and prompt test.
8149
8150 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
8151 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
8152 doesn't exist.
8153 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
8154 Also remove alpha workaround, which turns out to be because
8155 SIGABRT == SIGLOST.
8156
8157 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
8158
8159 * gdb.base/help.exp: Don't test "help show".
8160
8161Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8162
8163 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
8164 "set print address" is on.
8165 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
8166 pass prompt to gdb_test; gdb_test already looks for the prompt.
8167
8168 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
8169
8170 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
8171 was a vestige of the manual TESTSTRATEGY, and the purpose of it
8172 was to make sure that gdb can read a core file. But (a) the "read
8173 the corefile" part didn't make it to a1-selftest.exp, we just
8174 delete the corefile after creating it, and (b) we test reading
8175 corefiles in corefile.exp anyway. Also, this test left around a
8176 xgdb process on Solaris.
8177
8178 * gdb.base/corefile.exp: Also test backtrace.
8179
8180Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
8181
8182 * gdb.base/commands.exp: Test a simple user defined command with
8183 arguments and if/while statements; verify the full user command is
8184 printed by "show user".
8185
8186 * gdb.base/commands.exp: Test if/while commands as part of a
8187 breakpoint command list; verify they appear in breakpoint
8188 information.
8189
8190Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8191
8192 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
8193 than by dividing by zero.
8194
8195Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
8196
8197 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
8198 performing an inferior call with watchpoints enabled.
8199 * gdb.base/watchpoint.c (main): Delete second unnecessary read
8200 call.
8201
8202Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8203
8204 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
8205 of "file" command.
8206
8207 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
8208 Add additional pattern for when "int operator int(void);" appears
8209 in a different order.
8210
8211Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8212
8213 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
8214
8215 * gdb.base/help.exp: Replace most of docstrings for "info signals"
8216 and "signal" with ".*".
8217
8218Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8219
8220 * TODO: Add note about "handle all nostop".
8221
8222 * gdb.base/{sigall.c, sigall.exp}: New test.
8223 * gdb.base/Makefile.in: Add it.
8224
8225Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8226
8227 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
8228 when invoking GDB, suppresses any windowing interface.
8229
8230Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
8231
8232 * config/sim-gdb: New file, simulator testing support.
8233
8234Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
8235
8236 * gdb.base/interrupt.exp: Test calling func1 twice.
8237
8238Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
8239
8240 * gdb.base/list.exp (test_forward_search): Set timeout higher
8241 when we'll be getting lots of output from gdb.
8242
8243 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
8244 "init_malloc" to after the expect statement. Run it if that
8245 regexp is taken, but also for two others which happen if source
8246 cannot be found.
8247
8248Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8249
8250 * gdb.base/printcmds.exp: New test, for printing register before
8251 program is running.
8252
8253Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8254
8255 * gdb.base/list.exp: Correct some alternate expect patterns
8256 to reflect changes in list1.c.
8257
8258Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8259
8260 * TODO: Add item regarding large frames.
8261
8262 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
8263
8264 * TODO: Remove item about enabling return.exp; it
8265 is enabled. Suggest a few more "return" tests.
8266
8267Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8268
8269 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
8270 anonymous unions.
8271
8272Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8273
8274 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
8275 and pr-5646.o, so "make" is the same as "make all", not "make
8276 pr-4975.o".
8277
8278Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
8279
8280 * gdb.base/list.exp: Adjust expectations to reflect changes in
8281 list1.c.
8282 (test_forward_search): New test proc.
8283 * gdb.base/list1.c (long_line): New function, has long source line.
8284
8285Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
8286
8287 * gdb.base/a1-selftest.exp: Change initial stepping to know about
8288 additional line of code that was added.
8289
8290Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
8291
8292 * gdb.disasm/hppa.s: Break the large branching tests into smaller
8293 tests so as not to overflow expect's input buffers.
8294 * gdb.disasm/hppa.exp: Corresponding changes.
8295
8296Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8297
8298 Beginnings of template debugging tests.
8299 * gdb.c++/templ-info.cc: New file to test for template
8300 debugging capability of the compiler.
8301 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
8302 templ-info.cc.
8303 * gdb.c++/templates.cc: Add explicit template instantiations
8304 to enable compiling with -fno-implicit-templates. Add destructor
8305 and 'value' method to T5 class for template tests.
8306 * gdb.c++/templates.exp: Add testcases for printing of template
8307 types, setting breakpoints on template methods and calling a
beb998c6 8308 template method.
c906108c
SS
8309
8310Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
8311
8312 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
8313 branch target since some assemblers (gas-2.5) may emit a
8314 relocation for the branch instead of resolving it in the
8315 assembler.
8316
8317Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8318
8319 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
8320 through signal handler.
8321
8322Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8323
8324 * configure.in (*-*-netware): Use config/mt-netware.
8325
8326 * config/mt-netware: New file.
8327 * config/mt-i386-netware: Removed, separate configs for different
8328 netware architectures are no longer needed now that we have
8329 --with-headers.
8330
8331Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8332
8333 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
8334 by the recent changes to use ANSI C arithmetic conversions.
8335
8336Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8337
8338 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
8339 bug involving using inferior_pid to figure out whether to select a
8340 frame.
8341
8342Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
8343
8344 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
8345 match the current disassembler output.
8346
8347Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
8348
8349 * gdb.fortran/exprs.exp: Expect VOID instead of void.
8350 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
8351 types, expect "int" as type of integer values (for now).
8352
8353Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
8354
8355 * gdb.base/commands.exp: New tests for if/while commands.
8356
8357Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
8358
8359 * lib/gdb.exp (runto): Replace sub-pattern for hex value
8360 by .*, since hex values have different syntax in Chill mode.
8361
8362Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8363
8364 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
8365 linefeed from expect pattern for repeated types with indices > 9.
8366
8367Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
8368
8369 First part of Fortran test suite.
8370 * gdb.fortran: New directory.
8371 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
8372
8373Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8374
8375 * gdb.base/default.exp: Update expect pattern for load command
8376 without arguments.
8377
8378Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8379
8380 * configure.in: Change i386 to i[345]86.
8381 * gdb.base/configure.in: Likewise.
8382 * gdb.c++/configure.in: Likewise.
8383 * gdb.chill/configure.in: Likewise.
8384
8385Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
8386
8387 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
8388 patterns, since that is not a valid context for comments.
8389
8390Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
8391
8392 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
8393 repeated types and repeated types with indices > 9.
8394
8395Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8396
8397 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
8398 2417; old bug has been fixed.
8399
8400Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
8401
8402 * gdb.base/interrupt.exp: When trying to wake up the inferior,
8403 send the newline ourselves instead of assuming gdb_test will do
8404 so when passed an empty input string.
8405
8406 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
8407 stabs testcode.
8408
8409Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8410
8411 * lib/gdb.exp (gdb_test): Don't send anything if the first
8412 argument is an empty string. This makes cases where we want to
8413 match output that is already in expect's buffers (for example,
8414 matching a breakpoint after gdb_run_cmd has been called) work
8415 reliably.
8416
8417Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8418
8419 * config/netware.exp: New file.
8420
8421Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8422
8423 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
8424 the -B and -L prefixes so we can find the debugging stub.
8425
8426 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
8427 there and we are using the gcc from the tree.
8428
8429 * gdb.base/types.c: Removed.
8430
8431 * gdb.base/configure.in: Look for makefile fragments in ../config.
8432 Recognize i386-*-netware.
8433 * gdb.c++/configure.in: Likewise.
8434
8435Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8436
8437 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
8438 the correct TCL syntax.
8439
8440Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8441
8442 * gdb.base/opaque.exp: use runto instead of messing around with
8443 breakpoints. Simplify by using gdb_test.
8444
8445 * gdb.base/bitfields.exp: restart between tests on netware targets
8446 because breakpoints aren't relocated after target death. Run
8447 processes to completion.
8448
8449 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
8450
8451Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
8452
8453 * Makefile.in: Remove extra tabs that confuse some versions
8454 of "make". Use the newly built gdb to test with by default,
8455 rather than the first one in the tester's search path.
8456
8457Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
8458
8459 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
8460
8461 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
8462 condition help.
8463
8464Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8465
8466 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
8467
8468 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
8469 running.
8470 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
8471 * gdb.base/funcargs.exp: Likewise.
8472
8473 * gdb.base/bitfields.exp: Simplify by using gdb_test.
8474 * gdb.base/funcargs.exp: Likewise.
8475
8476 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
8477 message is "".
8478
8479Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8480
8481 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
8482 return,signals,twice}.exp: Handle non-existant binaries
8483 consistantly.
8484
8485 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
8486 * gdb.base/Makefile.in: Don't try to generate a core dump, we
8487 might testing a cross development system.
8488
8489Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8490
8491 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
8492 runtest script is relative to ${srcdir}, not ${rootdir}.
8493
8494Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
8495
8496 * gdb.base/signals.exp: Allow for optionality of breakpoint
8497 address.
8498
8499Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8500
8501 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
8502
8503Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8504
8505 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
8506 for size_t definition.
8507 * gdb.c++/templates.cc: Likewise
8508
8509 * config/mt-i386-netware: New file.
8510
8511 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
8512 defined.
8513
8514 * gdb.base/Makefile.in: Added support for systems that name core
8515 files by appending "core" to the program name.
8516 * gdb.base/a1-selftest.exp: Likewise.
8517
8518Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8519
8520 * gdb.base/return.exp: Add comment and message for `return double'
8521 test failure on Sparc Solaris.
8522
8523Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
8524
8525 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
8526
8527Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8528
8529 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
8530 from optimizing them away.
8531 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
8532 patterns to include default constructors and assignment operators,
8533 to match gcc versions beyond 2.5.8. Accept any cplus demangling
8534 character in the output of the virtual base pointer.
8535
8536Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8537
8538 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
8539 expression match in print_addr_of to avoid unintented matches.
8540 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
8541 versions up to 2.5.8.
8542
8543Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8544
8545 * gdb.base/list.exp: Tweak alternate pattern for listing of an
8546 included file to run under newer versions of expect.
8547 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
8548 consecutive >'s in templates to accomodate recent cplus-dem.c change.
8549 Remove xfail for the virtual table of BDDHookV.
8550
8551Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8552
8553 * lib/gdb.exp (string_to_regexp): Set a default result.
8554 (default_gdb_start): Fix misleading message.
8555
8556Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
8557
8558 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
8559 Remove all CC, etc definitions.
8560 * config/mt-hpux: New file.
8561 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
8562 (CFLAGS, LDFLAGS): Define.
8563 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
8564
8565 * Makefile.in (site.exp): Don't insert host_os, etc.
8566 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
8567 (distclean): Check existence of subdir.
8568 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
8569 * gdb.base/Makefile.in: General cleanup and simplification.
8570 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8571 to build executables. Use default rule to build .o files.
8572 (EXPECT, RUNTEST, CC): Fix relative pathname.
8573 (site.exp): Don't insert host_os, etc.
8574 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
8575 and/or SIGUSR1 defined.
8576 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
8577 * gdb.c++/Makefile.in: General cleanup and simplification.
8578 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8579 (CFLAGS): Remove.
8580 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
8581
8582Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
8583
8584 * gdb.base/recurse.exp: Misc changes to get tests running again
8585 after Kung's changes to the watchpoint code.
8586 * gdb.base/watchpoint.exp: Likewise.
8587
8588Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
8589
8590 * lib/gdb.exp (string_to_regexp): Convert {\} also.
8591
8592Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8593
8594 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
8595 * lib/gdb.exp (default_gdb_start): Define.
8596 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
8597 gdb.base/funcargs.exp, gdb.base/opaque.exp,
8598 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
8599 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
8600 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
8601 Don't call gdb_target_udi in between tests.
8602
8603Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8604
8605 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
8606 (which was basically just a local version of the same thing). In
8607 addition to avoiding duplication, gdb_test_exact is faster.
8608 * lib/gdb.exp (gdb_test_exact): Fix typo.
8609
8610 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
8611 don't give an error.
8612
8613 * gdb.base/term.exp: Call delete_breakpoints before starting.
8614
8615 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
8616 (t10): Add comment.
8617
8618Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8619
8620 Reorganization of the GDB Test Suite.
8621
8622 * gdb.base: New directory, contains all the basic tests.
8623 * gdb.c++: New directory, tests specific to C++.
8624 * gdb.chill: New directory, tests specific to Chill.
8625 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
8626 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
8627 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
8628 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
8629 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
8630 t30-31 to chill).
8631 * */gdbme.*: Rename to match appropriate expect scripts.
8632 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
8633 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
8634 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
8635 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
8636 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
8637 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
8638 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
8639 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
8640 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
8641 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
8642 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
8643 gdb.c++/virtfunc.cc: New names of C++ files.
8644 * gdb.chill/chillvars.ch: New name of Chill file.
8645 * gdb.base/configure.in, gdb.c++/configure.in,
8646 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
8647 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
8648 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
8649 * configure.in (configdirs): Update to reflect directory changes.
8650 (target_abbrev): No longer define for any configuration.
8651 * Makefile.in: Cosmetic improvements to header comments.
8652
8653Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8654
8655 Various changes to gdb.t31:
8656
8657 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
8658 * gdbme.ch: Make all key-words and predefineds be upper-case.
8659 * chillvars.exp: Expect key-words and predefinds in upper-case.
8660
8661 * chillvars.exp: Use gdb_test_exact many places.
8662 Change expected output for arrays (which now includes index labels).
8663
8664 * pr-5020.exp, gdme.ch (module PR_5020):
8665 New test, for PR-5020.
8666
8667Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
8668
8669 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
8670 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
8671
8672Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
8673
8674 * Makefile.in: Fix bit-rot in definitions of CHILL,
8675 CHILL_FOR_TARGET and Chill_LIB.
8676 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
8677 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
8678 CHILL, and CHILL_LIB.
8679
8680Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
8681
8682 * Revert the previous changes. Please see Rob's directory
8683 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
8684
8685Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
8686
8687 * Makefile.in, configure.in, config/mips-gdb.exp,
8688 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
8689 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
8690 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
8691 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
8692 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
8693 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
8694 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
8695 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
8696 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
8697 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
8698 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
8699 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
8700 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
8701 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
8702 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
8703 changes from 94Q1.
8704
8705Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
8706
8707 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
8708 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
8709 Rob's new testing fragments.
8710
8711Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
8712
8713 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
8714 lib/gdb.exp: Replace error proc calls with perror.
8715
8716Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8717
8718 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
8719 version also, match on casted version strings, and match on
8720 gdb startup case where the line numbers might be messed up.
8721
8722Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
8723
8724 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
8725 (CFLAGS): Delete it from here.
8726
8727Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
8728
8729 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
8730
8731Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
8732
8733 * Makefile.in (RUNTEST): Default to just "runtest".
8734
8735Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8736
8737 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
8738 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
8739 the code has been restructured.
8740
8741Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8742
8743 * gdb.t00/default.exp (set write): Allow any number of \r and/or
8744 \n, not just one of each.
8745
8746 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
8747 /bin/cc gives a warning if you do.
8748
8749Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
8750
beb998c6 8751 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
8752 __t10ListS_link1ZUiRCUiPT0
8753
8754Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8755
8756 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
8757 on local variables in recursive functions.
8758
8759 * gdb.t07/Makefile.in: Build the new test.
8760
8761Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8762
8763 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
8764 directly. Instead compare the return values from actual calls.
8765
8766Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
8767
8768 * Makefile.in (check): Set TCL_LIBRARY for runtest.
8769
8770Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8771
8772 * From Peter Schauer with minor modifications.
8773 * gdb.t15/return.exp (return_tests): Handle targets where "return"
8774 stops in mid-line in the caller. Add xfail for returning a float
8775 value on X86 targets.
8776
8777Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8778
8779 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
8780 to avoid expect lossage.
8781 (fmem_LRbug_tests): Likewise.
8782 * gdb.disasm/hppa.s: Corresponding changes.
8783
8784 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
8785 conditions to work with latest dejagnu/expect.
8786
8787 * gdb.t15/funcargs.exp (finish from indirect call): No longer
8788 expected to fail on the PA.
8789 (backtrace in call with trampolines): Explicitly require main
8790 to be frame #1 (no trampolines should show up in backtrace).
8791
8792 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
8793 "continue -expect".
8794 * gdb.t06/break.exp: Likewise.
8795 * gdb.t07/watchpoint.exp: Likewise.
8796 * gdb.t13/bitfields.exp: Likewise.
8797 * gdb.t15/{funcargs,return}.exp: Likewise.
8798 * gdb.stabs/weird.exp: Likewise.
8799 * config/{mips,udi}-gdb.exp: Likewise.
8800
8801 * hppa.sed: Enclose comments within a sed command to avoid
8802 losing with the old OSF1 sed.
8803
8804Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8805
8806 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
8807 sequent dynix.
8808 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
8809 * gdb.t15/funcargs.exp: Conditionally step again to really
8810 finish from marker_call_with_trampolines. Handle the case where
8811 the first step from within call_with_trampolines already steps
8812 us back to main.
8813 * gdb.t15/gdbme.c: Add comment to closing brace of
8814 call_with_trampolines for funcargs.exp.
8815
8816Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8817
beb998c6 8818 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
8819 Fix typo(s).
8820
8821Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8822
8823 * gdb.t07/gdbme.c: More code for watchpoint testing.
8824
8825 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
8826 "Hardware watchpoint" throughout file.
8827 (test_watchpoint_triggered_in_syscall): New test.
8828 (test_complex_watchpoint): New test.
8829
8830Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8831
8832 * gdbme.c (call_with_trampolines): New function to try and step
8833 into. Tests trampoline problems on the PA.
8834
8835 * funcargs.exp (localvars_in_indirect_call): No longer expect
8836 stepping into indirect call to fail on PAs.
8837 (test_stepping_over_trampolines): New test.
8838
8839Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8840
8841 * TODO: Add suggestions for static member function tests, and
8842 completion tests.
8843
8844Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8845
8846 * TODO: Add suggestions for "p/a" tests.
8847
8848 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
8849 (default_gdb_exit): Replace all the hair with sending "quit" to
8850 the process with a simple close.
8851
8852Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8853
8854 * TODO: Add suggestions for shared library tests.
8855
8856Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8857
8858 * TODO: Add suggestions for x/s tests.
8859
8860Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8861
8862 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
8863 "enable once", and "enable breakpoints once" with ".*".
8864
8865Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8866
8867 * TODO: Add suggestions about structure passing tests.
8868
8869Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8870
8871 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
8872 the primary1 test, use work around if __GNUC__ < 2.
8873 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
8874 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
8875 Test for bad output rather than waiting for timeout. Issue
8876 second continue only if first continue failed.
8877
8878Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8879
8880 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
8881 operator[] test with gdb_test because the old code didn't seem to
8882 be getting the quoting right with the new dejagnu.
8883
8884Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
8885
8886 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
8887 one from the path.
8888 * Makefile.in: Use a fresh expect if there is one, use runtest
8889 from the src tree if there is one.
beb998c6 8890
c906108c
SS
8891Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8892
8893 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
8894 next over recursive call. Revise the tests from that point on
8895 (which had been skipped) to match GDB's actual (correct) output.
8896
8897 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
8898 with next over a breakpoint whose condition is false.
8899
8900 * gdb.t00/help.exp: Comment out "help set print" tests just like
8901 (and for same reason as) "help set" test.
8902
8903Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8904
8905 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
8906 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
8907
8908Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8909
8910 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
8911 necessary gdb_target_udi.
8912
8913 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
8914
8915 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
8916 1838 and 2417; they are fixed.
8917
8918 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
8919 gdb.t03/ptype.exp (ptype structure, ptype union):
8920 Remove xfails; the test is looser than when the xfails were added.
8921
8922 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
8923 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
8924
8925 * gdb.t01/run.exp: Only run shell test if isnative.
8926
8927 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
8928 since "run" automatically loads if necessary. Call gdb_target_udi
8929 after the "file" since "file" kills any execution target.
8930
8931 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
8932 GDB. GDB doesn't work that way (not anymore at least) on UDI.
8933 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
8934 argument for UDI.
8935
8936Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8937
8938 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
8939
8940 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
8941
8942Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8943
8944 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
8945 properly quoting regexps. This makes the second argument to
8946 demangle a fixed string, which matches the callers, instead of a
8947 shell-style pattern which is what the previous implementation
8948 used. Update some of the callers.
8949
8950Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8951
8952 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
8953 (comib_nullified_tests): Fix typo.
8954 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
8955 strings. No longer expected to fail.
8956
8957 * gdb.disasm/hppa.s (addib_tests): Fix typo.
8958 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
8959 strings. No longer expected to fail.
8960
8961 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
8962 string. No longer expected to fail.
8963
8964Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8965
8966 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
8967 No longer expected to fail.
8968
8969 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
8970 string. No longer expected to fail.
8971
8972Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8973
8974 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
8975 only in the names (I probably got most of them). I was even
8976 generous with some which differed in underscores in names, and
8977 probably missed a few, and I *still* was able to remove almost a
8978 third of the file with almost no impact on testsuite coverage.
8979
8980Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8981
8982 * gdb.t00/default.exp: Match udi_attach error message as well as
8983 the one from child_attach.
8984
8985 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
8986
8987 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
8988
8989 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8990 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8991
8992 * Move test with enums and partial symbols back to
8993 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8994 Reverts the change of 26 May 93. Per today's change to
8995 stabs.texinfo, the behavior that weird.exp was expecting was
8996 unreasonable; what is important is that the compiler+gdb get
8997 things right, which happens with a recent gcc. Also fix the test
8998 to deal with native compilers which put out the stab gdb can't
8999 deal with.
9000
9001Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9002
9003 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
9004 in the names. The main thing these accomplish is to slow things down.
9005 Many more such duplicates surely remain.
9006
9007 * gdb.t00/help.exp: Comment out "help support" test just like
9008 (and for same reason as) "help set" test.
9009
9010Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
9011
9012 * gdb.t06/break.exp: Remove setup_xfails for
9013 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
9014 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
9015 about known bug in gcc to include up through 2.5.8.
9016 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
9017 well as "_vb$".
9018 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
9019 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
9020 with latest gcc and gdb.
9021 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
9022 well as "_vb$".
9023
9024Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9025
9026 * configure.in (hppa*-*-*): Also configure and build stabs-only
9027 tests.
9028
9029Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9030
9031 * gdb.t10/hppa.mt: A makefile fragment for the PA.
9032 * gdb.t10/configure.in (hppa*-*-*): Use it.
9033
9034Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9035
9036 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
9037
9038Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9039
9040 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
9041 versions prior to 1.13.5.
9042
9043Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9044
9045 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
9046 the prompt is at the start of a line.
9047
9048Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9049
9050 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
9051 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
9052 in the copr tests now.
9053 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
9054 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
9055 expected to fail.
9056
9057Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
9058
9059 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
9060 gdb.t31/chillvars.exp, lib/gdb.exp:
9061 Tweak to run under either version of expect.
9062 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
9063 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
9064 * gdb.t11/list.exp: Remove extraneous whitespace.
9065
9066Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9067
9068 * gdb.t16/printcmds.exp (test_print_strings): Accept
9069 "(unsigned char *) " before the string.
9070
9071 * TODO: Add notes about printing of fancy types and GDB expressions.
9072
9073Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
9074
9075 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
9076 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 9077 if doing mips-idt-ecoff.
c906108c
SS
9078
9079Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
9080
9081 * Most .exp files: Tweak to run under either version of expect.
9082
9083Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9084
9085 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
9086 xfails; I'm not sure why they are failing, but not because of PR 1806.
9087
9088Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
9089
9090 * config/unix-gdb.exp: Remove gdb_unload cause it's already
9091 defined in lib/gdb.exp.
9092
9093Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9094
9095 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
9096 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
9097 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
9098 have to be typeless.
9099
9100Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9101
9102 * TODO: Add suggestion for copyright year test.
9103
9104Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
9105
9106 * configure.in (*-*-lynxos*): Add stabs tests.
9107
9108Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9109
9110 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
9111 so insert a tab before any assembler directive in column zero.
9112
9113 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
9114 stores.
9115 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
9116 stores.
9117 (fpu_short_memory_tests): Likewise.
9118
9119Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9120
9121 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
9122 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
9123 .stabs directives in comments.
9124
9125Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9126
9127 * TODO: New file, describing tests we could write.
9128 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
9129
9130Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9131
9132 * gdb.t06/signals.exp: Add kludge to force re-sync.
9133
9134 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
9135 to xgdb instead of gdb, get out of gdb.
9136
9137Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
9138
9139 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
9140 for info.
9141
9142Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9143
9144 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
9145 * gdb.stabs/configure.in (hppa*-*-*): Use it.
9146 * gdb.stabs/hppa.sed: New sed script for the PA.
9147
9148Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9149
9150 * gdb.stabs: Re-write weird.def and configuration to use sed
9151 instead of cpp. sed is portable and POSIX; cpp is neither.
9152
9153Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9154
9155 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
9156
9157Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9158
9159 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
9160
9161Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9162
9163 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
9164 "_vb$".
9165 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
9166 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
9167
9168Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9169
9170 * lib/gdb.exp: Comment out code which depends on non-existent
9171 `transform' procedure.
9172
9173Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
9174
9175 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
9176 * lib/gdb.exp: Transform tool name.
9177 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
9178 1.1's new error handling system.
9179
9180Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9181
9182 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
9183
9184Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9185
9186 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
9187 They made pattern matching so slow that timeouts happened on
9188 heavily loaded systems. Now any output from "show print" which
9189 gets us back to the GDB prompt is a PASS.
9190
9191Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
9192
9193 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
9194
9195Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9196
9197 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
9198
9199 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
9200 It is not from PR 3220.
9201
9202Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9203
9204 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
9205 just started failing because they depended on the order the
9206 subcommands are presented, or exact docstring text. This kind of
9207 test is a pain and has minimal benefit.
9208
9209Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9210
9211 * gdb.t09/corefile.exp: At end of test, use "core" command with
9212 no arguments.
9213
9214Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
9215
9216 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
9217 17}/Makefile.in: Make it possible to run the testsuite with Sun
9218 make and CC = cross gcc by adding explicit build rules for .o
9219 files.
9220
9221Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9222
9223 * gdb.t15/funcargs.exp: Don't put comments on same line as
9224 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 9225
c906108c
SS
9226Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9227
9228 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
9229
9230Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
9231
9232 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
9233 * gdb.t20/inherit.exp: remove three dumplicate entries.
9234
9235Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9236
9237 * gdb.t06/break.exp: For "next over recursive call", fail on any
9238 incorrect output, not just on "factorial (value=2)".
9239
9240Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9241
9242 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
9243 working now. Add an xfail if accesing a bss variable causes
9244 a memory error if the target is not yet run.
9245
9246Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9247
9248 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
9249 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
9250 name of __st* demangling (2 strings). Did Kung really get the
9251 more than 95 others right without testing them?
9252
9253Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
9254
9255 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
9256
9257Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
9258
9259 * configure.in (configdirs): Add gdb.disasm
9260 * gdb.disasm: New directory for GDB disassembler tests.
9261 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
9262
9263Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9264
9265 * gdb.t00/help.exp: Don't test "help set".
9266
9267 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
9268 from within expect statements. None of these happen anymore and
9269 they cause regressions to be silently unnoticed.
9270
9271 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
9272 messages) about known failures with gcc cygnus-2.4.5-930417.
9273
9274 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
9275 comp-info.exp so it gets built if it doesn't exist.
9276
9277 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
9278 it is no longer used.
9279 * gdb.t13/comp-info.c: Removed.
9280
9281Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9282
9283 * gdb.t06/signals.exp: Add xfail for sun3.
9284
9285Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9286
9287 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
9288 relevant because ^C doesn't get sent but failure can be reproduced
9289 interactively).
9290
9291Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9292
9293 * gdb.stabs/alpha.mt: New configuration file for alpha.
9294 * gdb.stabs/configure.in: Use it.
9295 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
9296 sharing with alpha.mt, redefine long to word via preprocessor.
9297 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
9298 for alpha.
9299 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
9300 native cc.
9301 * gdb.t00/teststrategy.exp: Change expect string so that we
9302 consume the `(xgdb)' from the command echo and from the gdb prompt.
9303 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
9304 gdb currently compares all values as long, so this failure probably
9305 applies to any configuration where LONGEST is bigger than a target int.
9306 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
9307 with gcc.
9308 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
9309 to handle opaque pointers, gcc is.
9310 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
9311 as first argument. Include <sys/types.h> and change all operator
9312 new definitions to use size_t.
9313 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
9314 now that we use size_t.
9315
9316Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9317
9318 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
9319 a long or float array cast all array members to the same type.
9320 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
9321 with 64 bit longs.
9322 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
9323 on alpha.
9324 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
9325
9326Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9327
9328 * gdb.t24 (demangle.exp): Constructors of templates have names like
9329 vector<int>::vector(int) not vector<int>::vector<int>(int). See
9330 section 14.6 of the ARM.
9331
9332 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
9333 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
9334 accomplish little and slow down the testsuite.
9335
9336 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
9337 Accept spaces various places.
9338
9339Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9340
9341 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
9342 with watchpoint enabled.
9343
9344 * Makefile.in: Remove definition of CC and remove the second
9345 definition of CXX (the "CXX = gcc" one remains). These definitions
9346 were causing backquotes to be expanded within backquotes, which
9347 doesn't work.
9348
9349Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9350
9351 * gdb.t17/callfuncs.exp: Add "return 0" to end.
9352
9353Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9354
9355 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
9356 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
9357 by mips cc and contains no stabs entries.
9358
9359Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
9360
9361 * config/vx-gdb.exp: Use fake device to load files rather than
9362 NFS.
9363 * lib/gdb.exp: New proc to do "file" command.
9364 * config/unix-gdb.exp: Use new "file" proc.
9365
9366Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9367
9368 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
9369 Rework board rebooting slightly.
9370 (gdb_exit): Don't exit from the remote shell; there isn't one.
9371 * gdb.stabs/weird.exp: If a program is being debugged already,
9372 kill it.
9373 * gdb.t04/setvar.exp: Stop and restart gdb.
9374 * gdb.t05/expr.exp: Likewise.
9375 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
9376 restart gdb and reload the program.
9377 * gdb.t08/opaque.exp: Likewise.
9378 * gdb.t12/scope.exp: Likewise.
9379 * gdb.t13/bitfields.exp: Likewise.
9380 * gdb.t15/funcargs.exp: Likewise.
9381 * gdb.t20/classes.exp: Likewise.
9382 * gdb.t03/ptype.exp: Increase timeout.
9383 * gdb.t16/printcmds.exp (test_print_string_constants,
9384 test_print_array_constants): Likewise.
9385 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
9386 * gdb.t20/classes.exp (do_tests): Likewise.
9387 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
9388
9389Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
9390
9391 * gdb.stabs: Renamed *wierd* to *weird*.
9392
9393Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9394
9395 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
9396 for timeout. Add "known gcc 2.4.5 bug" to failure message.
9397
9398Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9399
9400 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
9401 (do_tests): Remove xfail for whatis on one_var and two_var.
9402
9403Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
9404
9405 * Makefile.in: Made cross building work better by adding
9406 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
9407
9408Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9409
9410 * gdb.t15/{return.c,return.exp,Makefile.in}:
9411 New test, currently commented out.
9412
9413Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
9414
9415 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
9416 still running and removes the leftover named socket so GDb can do
9417 clean restarts.
9418
9419Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
9420
9421 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
9422 console, not GDB.
9423 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
9424 cross testing works better with "make check"
9425 * config/unix-gdb: Use default procedures for exit and version.
9426 * config/vx-gdb.exp: Cleaned up and massaged back to working order
9427 with the newest VxWorks.
9428
9429Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9430
9431 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
9432 old form.
9433
9434 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
9435 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
9436
9437 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
9438
9439 * config/unix-gdb.exp: Remove this version of gdb_exit
9440 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
9441 Rob says he'll look at it when he gets back to testing boards.
9442
9443Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
9444
9445 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
9446 an expected fail for certain ptype commands.
9447
9448 * gdb.t20/classes.exp: Update expected results of "ptype class
9449 Base1" to account for the constructor that now appears in the type.
9450
9451Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
9452
9453 * configure.in (configdirs): Restore gdb.t04, which mysteriously
9454 disappeared from list.
9455 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
9456 "alldone" proc with call to cleanup and exit.
9457 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
9458 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
9459 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
9460 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
9461 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
9462 "alldone" proc with simple returns that suppress remaining
9463 tests. The alldone proc went away many months ago.
9464
9465Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9466
9467 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
9468
9469 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
9470
9471Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9472
9473 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
9474 as vax gdb will display them.
9475
9476Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9477
9478 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
9479 optimizers.
9480
9481 * scope.exp: Change "bad value for localval" messages so each one
9482 is unique.
9483
9484 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
9485 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
9486
9487 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
9488
9489Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9490
9491 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
9492 doesn't exist (due to optimization).
9493
9494Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9495
9496 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
9497 contains \r because the filename is long.
9498
9499 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
9500 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
9501
9502Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9503
9504 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
9505 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
9506 Ultrix.
9507 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
9508 int tests.
9509 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
9510
9511Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
9512
9513 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
9514
9515 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 9516 to match does not match the passing case but still matches the
c906108c
SS
9517 failing case.
9518
9519Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9520
9521 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
9522
9523Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
9524
9525 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
9526 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
9527 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
9528 Remove various versions of gdb_exit.
9529 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
9530 gdb_exit.
9531 * config/unix-gdb.exp: gdb_exit remains here, and should override
9532 the generic version, since it's doing a lot of wierd stuff that
9533 the other versions aren't. FIXME, fold it in, or abandon this
9534 version.
9535
9536Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9537
9538 * gdb.t24/demangle.exp: Add tests for PR 3220.
9539
9540Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9541
9542 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
9543
9544Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
9545
9546 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
9547 "i386-*-*". Works for i486 as well.
9548
9549 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
9550 bug, and expand domain of xfail to all SVR4 systems, since the
9551 actual problem is likely to be in generic SVR4 /proc support.
9552
9553Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9554
9555 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
9556
9557Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
9558
9559 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
9560 xfails for other systems. Match a missing 'Continuing.' as an
9561 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
9562
9563 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
9564 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
9565 Only issue warning for missing executables if -all option is used.
9566
9567 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
9568 file if -all option is used. It's like an unpredictable XFAIL.
9569
9570Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9571
9572 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
9573 for dynamically linked binaries.
9574
9575 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
9576
9577Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9578
9579 * gdb.t20/inherit.exp: Change message for "print tagless struct"
9580 to state that this is a known bug in old versions of g++.
9581
9582Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9583
9584 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
9585 while waiting for `Continuing'.
9586
9587Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
9588
9589 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
9590 in text, data, and bss.
9591 * gdb.t10/nodebug.c: Add local and global test variables for
9592 initialized and uninitialized data.
9593
9594Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9595
9596 * config/unix-gdb.exp (gdb_exit): Add "wait".
9597
9598Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9599
9600 * gdb.t06/signals.exp: xfail the continue from the handler for all
9601 targets.
9602
9603 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
9604 function with watchpoints enabled, the i386 call dummy starts with
9605 a call.
9606
9607 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
9608 386 bsd names its corefiles.
9609
9610Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
9611
9612 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
9613 compilers don't grok it.
9614 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
9615 with small octal ints rather than character constants, which
9616 are signed and might not fit if first promoted to int.
9617
9618Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
9619
9620 * gdb.t09/Makefile.in (clean): Remove corefile.
9621
9622Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9623
9624 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
9625
9626Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9627 and Jim Kingdon (kingdon@cygnus.com)
9628
9629 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
9630 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
9631 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
9632
9633Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9634
9635 * gdb.t17/interrupt.exp: Add xfail for hppa.
9636
9637Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9638
9639 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
9640 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
9641 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
9642 to determine signed-ness of bitfields and use the result to setup
9643 the xfail.
9644 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
9645 * gdb.t15/funcargs.exp: Use them to step until the second indirect
9646 call line is reached if necessary.
9647
9648Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9649
9650 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
9651
9652Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9653
9654 * gdb.t06/break.exp: Also test `clear' command.
9655
9656Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9657
9658 * gdb.t00/teststrategy.exp: Remove extra quote.
9659
9660 * gdb.t07/watchpoint.exp: Change xfail for calling function with
9661 watchpoint enabled to be for all non-68k machines.
9662
9663 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
9664
9665Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9666
9667 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
9668 targets use aout.mt instead of ecoff.mt as gas understands
9669 standard aout format.
9670
9671Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9672
9673 * lib/gdb.exp (runto): Don't insist that function we are running to
9674 was compiled with -g.
9675
9676 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
9677
9678 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
9679 to get back into the read system call.
9680 Accept leading newline in case where we woke it up.
9681
9682Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9683
9684 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
9685 to make the stabs test work on ecoff systems using gcc and -with-stabs.
9686 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
9687 enable ecoff configuration.
9688
9689Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9690
9691 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
9692
9693Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9694
9695 * gdb.t16/printcmds.exp: Add another printf test.
9696
9697Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
9698
9699 * configure.in: If configured -with-stabs on any target, add
9700 stabsdirs to configdirs.
9701
9702Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9703
9704 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
9705 fun" so pattern does not match the command itself.
9706
9707Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9708
9709 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
9710
9711Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9712
9713 * gdb.t17/interrupt.exp: Test for more things.
9714
9715Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9716
9717 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
9718 compiler arranges the code and line numbers.
9719
9720 * gdb.t17/interrupt.exp: Don't send \n after ^C.
9721
9722Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9723
9724 * gdb.t00/help.exp: Increase expect input buffer size.
9725
9726Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9727
9728 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
9729
9730 * gdb.t07/watchpoint.exp: Add xfail for hppa.
9731
9732 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
9733
9734 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
9735 [0-9]*, not just [0-9].
9736
9737Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9738
9739 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
9740
9741 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
9742
9743Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9744
9745 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
9746
9747Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9748
9749 * gdb.t06/signals.c: Add xfails for sun3.
9750
9751 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
9752
9753 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
9754 test_stepping tests.
9755
9756Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9757
9758 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9759
9760 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
9761
9762 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
9763 rather than actually putting it through cpp twice.
9764
9765 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
9766
9767Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
9768
9769 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
9770 no longer needed.
9771
9772Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9773
9774 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
9775
9776 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
9777 C++ features prints as "struct", make it a pass, not an xfail.
9778
9779Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9780
9781 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
9782 Don't require VA to print as "class" rather than "struct".
9783
9784Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
9785
9786 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
9787
9788Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9789
9790 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
9791
9792Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9793
9794 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
9795 order.
9796
9797Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9798
9799 * gdb.t16/printcmds.exp: Add printf tests.
9800
9801 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
9802
9803 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
9804
9805Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
9806
9807 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
9808 pass counts, to counteract any existing or future setup_xfails.
9809
9810Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9811
9812 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
9813 {BEGIN,END}_COMMON for common block instead of STAB.
9814 * gdb.stabs/wierd.exp: Add xfail for rs6000.
9815
9816 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
9817 intp_var should be N_GSYM not N_LSYM.
9818 wierd-aout.S: Use a label for the value of the N_SO.
9819 wierd.def: Remove all backslashes.
9820 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
9821
9822Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9823
9824 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
9825 get the expected next to inheritance3.
9826
9827Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9828
9829 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
9830 now that gcc-2.4 gets it right.
9831
9832Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9833
9834 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
9835
9836 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
9837 generating comp-info.exp which works for cross-compilation.
9838
9839Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
9840
9841 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
9842 "*-*-sysv4.*".
9843
9844Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
9845
9846 * gdb.t01/run.exp: Start with a fresh gdb.
9847 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
9848 SVR4.x.
9849
9850Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
9851
9852 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
9853 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
9854 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
9855 Makefile.in (distclean, realclean): Remove gdbme.c from list of
9856 things to remove.
9857
9858Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
9859
9860 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
9861 test cases from bug reports.
9862
9863Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
9864
9865 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
9866 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
9867 avoid spurious xfails.
9868 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
9869 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
9870 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
9871
9872Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
9873
9874 * gdb.t00/teststrategy.exp: Rework to provide more useful
9875 description of each test, fix problem with systems that define
9876 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
9877 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
9878 results for "next over recursive call" so timeouts aren't taken
9879 by error.
9880
9881Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
9882
9883 * gdb.t12/scope.exp: Test printing of variables before run.
9884
9885 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
9886 printed in wrong order due to sorting.
9887
9888Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
9889
9890 * gdb.t00/teststrategy.exp: Fix expected results for printing
9891 user entered string constant. Is array of char, prints with no
9892 address.
9893
9894 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
9895 commands.
9896 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
9897 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
9898 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
9899 of struct of char arrays.
9900 * gdb.t00/radix.exp: New tests for radix commands.
9901
9902Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
9903
9904 * gdb.t16/printcmd.exp: Print a variable before running program
9905 (with xfail for AIX).
9906
9907Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
9908
9909 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
9910
9911 * gdb.t16/printcmd.exp: Don't print variables before running program.
9912
9913 * gdb.t06/break.exp: Don't require envp argument to main.
9914
9915 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
9916
9917 * gdb.t02/whatis.exp, gdb.t11/list.exp:
9918 Add xfails for rs6000.
9919
9920 * gdb.t02/whatis.exp: Change other tests not to re-test something
9921 we already tested.
9922
9923 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
9924 each type used has a variable of that type.
9925
9926Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
9927
9928 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
9929
9930Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9931
9932 * configure.in: change srctrigger to be a file, not a directory
9933
9934Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
9935
9936 * configure.in (mips-idt-ecoff*): Added trailing '*'.
9937
9938 * gdb.t11/list.exp: Fixed a couple of typos.
9939
9940Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
9941
9942 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
9943 is fixed and PR is closed.
9944 * gdb.t16 (gdbme.c): Add simple test string variable.
9945 * gdb.t16 (printcmds.exp): Add tests with simple test string
9946 variable, primarily for boundaries on "set print elements".
9947
9948Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
9949
9950 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
9951 Make leading 0's optional and don't expect a tab in the middle
9952 of the number.
9953
9954 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
9955
9956 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
9957 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
9958 don't end command passed to gdb_test with newline.
9959
9960 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
9961 signed keyword away, don't expect signed bitfields to be signed.
9962
9963 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
9964 printing with only as many 1's as are in the field as well as printing
9965 with 32 1's (see comment).
9966
9967Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
9968
9969 * gdb.t00/default.exp: Start with a fresh gdb.
9970 * configure.in (configdirs): Remove gdb.t31 until the chill
9971 compiler works again. It no longer is able to find chillrt0
9972 since it isn't in libchill.a anymore.
9973 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
9974 wierd.o, make more modular.
9975 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
9976 spurious newlines that caused problems.
9977
9978Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9979
9980 * Move test with enums and partial symbols from gdb.t03/ptype.exp
9981 to gdb.stabs/wierd.exp since GCC has worked around the bug.
9982 gdb.stabs/wierd.{exp,def}: Many new tests.
9983
9984 * gdb.t00/default.exp: update info line for new message.
9985
9986 * gdb.t02/{whatis.exp,gdbme.c}:
9987 Test that "char *" doesn't print as "caddr_t".
9988
9989Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9990
9991 * gdb.t00/help.exp: Use .* in place of some help messages which
9992 just changed.
9993 gdb.t00/default.exp: Update "info frame" test for new message.
9994 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9995 Remove some xfails
9996
9997Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9998
9999 * gdb.t03/{gdbme.c,ptype.exp}:
10000 Add tests for typedef'd struct and union without tags.
10001 Also check "whatis" on a variable of a typedef'd enum without a tag.
10002
10003 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
10004 PRMS 1823; the bug still exists but isn't reproduced by this test
10005 anymore), and remove rs6000 XFAIL (the bug is fixed).
10006
10007 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
10008 duplicated from whatis.exp. For those that are left, accept
10009 "long", "long int", or "int" for long variables (whatis.exp already
10010 has an XFAIL for "int", so no need to fail it here).
10011
10012 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
10013 Deal with GCC's names for types now that GDB uses the compiler's names.
10014
10015 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
10016 setup_xfail's for sunos4. If we #defined the signed keyword away,
10017 don't expect GDB to know that char it is signed.
10018
10019 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
10020
10021Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
10022
10023 * configure.in (configdirs): Add gdb.t24 for C++ tests that
10024 should work on any system, regardless of debugging format.
10025 * gdb.t21/demangle.exp: Move to gdb.t24.
10026 * gdb.t24/demangle.exp: Move from gdb.t21.
10027 * gdb.t24/{Makefile.in, configure.in}: New files.
10028
10029Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10030
10031 * configure.in: Do gdb.stabs and C++ tests only for stabs.
10032 * gdb.stabs: New directory.
10033
10034Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10035
10036 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
10037 not just "Quit anyway?".
10038
10039Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
10040
10041 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
10042 that all setup_xfails are immediately followed by clear_xfails.
10043
10044Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
10045
10046 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
10047 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
10048 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
10049 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
10050 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
10051 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
10052 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
10053 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
10054 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
10055 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
10056 gdb.t31/chillvars.exp, lib/gdb.exp:
10057 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
10058 bug-gdb@prep.ai.mit.edu.
10059
10060Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
10061
10062 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
10063 with 0.0, not integer 0.
10064
10065Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
10066
10067 * gdb.t06/break.exp: Update for "Kill the program" message change.
10068
10069Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
10070
10071 * Makefile.in (GDBFLAGS): Set to -nx.
10072 * Makefile.in (site.exp): Use GDBFLAGS.
10073
10074Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10075
10076 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
10077 Makefiles.
10078 (check): depend on just-check.
10079 (just-check): added so that tests can be run without a noop
10080 build pass.
10081
10082Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10083
10084 Switch to using configure's configdirs.
10085 * Makefile.in (Makefile): add configure.in dependency.
10086 (SUBDIRS): removed redundant assignment.
10087 * configure.in: switch subdirs assignment to configdirs.
10088 * gdb.t*/configure.in: new files.
10089
10090Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
10091
10092 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
10093 works.
10094
10095Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
10096
10097 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
10098 in explicit rules. Apparently this is not supported by some makes.
10099
10100Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
10101
10102 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
10103
10104Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10105
10106 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
10107 disappeared.
10108
10109Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10110
10111 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
10112
10113Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
10114
10115 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
10116 watchpoint problem that is now fixed.
10117 * gdb.t30/chexp.exp: Remove setup_xfail for printing
10118 uninitialized convenience variables.
10119 * gdb.t31/chillvars.exp: Fix expected patterns for printing
10120 structures.
10121
10122Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10123
10124 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
10125 which causes expect to get out of sync with gdb on long output
10126 from help set.
10127 * gdb.t09/corefile.exp: Make expected pattern for core file
10128 failing signal and frame output format less sun specific.
10129
10130Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
10131
10132 * gdb.t31/chillvars.exp: Add and remove initial dummy
10133 breakpoint, so that symbol table is forced in.
10134 (Needed at least on Sunos4, though it seems not SVR4.)
10135 * gdb.t31/chillvars.exp: Update for changed output format.
10136
10137Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
10138
10139 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
10140
10141Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
10142
10143 * Makefile.in: Added --srcdir when invoking runtest, removed the
10144 need for a local config file. (optional now)
10145
10146Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
10147
10148 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
10149 failure count used to force early termination. Add some more
10150 expected failures for gnu style demangling.
10151
10152Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10153
10154 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
10155 pmi variable from gdb.t20/gdbme to get optimized away.
10156 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
10157 Check for written corefile upon timeout _and_ eof.
10158
10159Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10160
10161 * config/unix-gdb.exp: Add missing return 0.
10162
10163Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10164
10165 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
10166 test termination.
10167
10168Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
10169
10170 * configure.in (subdirs): Put back gdb.t17 which mysteriously
10171 disappeared.
10172
10173Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
10174
10175 * gdb.t10/crossload.exp: Disable the i860-elf test until such
10176 time as i860 support works.
10177
beb998c6 10178 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
10179 "backtrace 100\r" rather than just "backtrace\r", to match last
10180 change.
10181
10182Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
10183
10184 * config/udi-gdb.exp (gdb_exit): Remove close command.
10185 (gdb_target_udi): New procedure to set the UDI target.
10186 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
10187 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
10188 Added waits for prompts after several question responses. Added
10189 some more responses used by a29k-amd-udi-gdb.
10190 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
10191 pass different arguments, restart UDI connection after program
10192 completion.
10193 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
10194 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
10195 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
10196 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
10197 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
10198 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
10199 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
10200 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
10201 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
10202 after program completion.
10203 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
10204 compiled with a SELECT_VECS setting.
10205 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
10206 infinite recursion.
10207
10208 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
10209 Added checks for COFF results, and made them expected failures for
10210 all targets. It would be better to make them expected failures
10211 for COFF targets only.
10212
10213Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10214
10215 * Makefile.in: add null dvi target, don't bother to recurse
10216 through test directories for info and install-info; rename
10217 $(datadir) to be dejagnu instead of deja-gnu
10218
10219Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
10220
10221 * gdb.t31/gdbme.ch: Re-enable code that previously caused
10222 compiler to coredump.
10223 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
10224 code.
10225
10226Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
10227
10228 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
10229 coredump.
10230 * gdb.t31/chillvars.exp: Comment out tests that depend on that
10231 code.
10232
10233Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
10234
10235 * gdb.t03/ptype.exp: tests for return code from gdb_test.
10236 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
10237 which in a shell. Deletes xgdb when done.
10238 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
10239 Tests the return from the "set height" or "set width" commands.
10240 Added a few return codes where needed.
10241
10242Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
10243
10244 * Makefile.in (SUBDIRS): Add gdb.t17.
10245 * configure.in (subdirs): Add gdb.t17.
10246 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
10247 files to test gdb's calling of functions in the inferior with
10248 the correct arguments and gdb's ability to retrieve any
10249 result returned.
10250
10251Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
10252
10253 * config/unix-gdb.exp (gdb_exit): Remove close commands that
10254 may be called after gdb goes away. Previous versions of expect
10255 needed these to avoid file descriptor leaks, but they cause
10256 errors with the current revision of expect.
10257 * gdb.t00/gdbvars.exp: Use -re on expected output after
10258 setting sevenbit-strings.
10259 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
10260 to set sevenbit-strings consistent across tests.
10261 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
10262 set sevenbit-strings consistent across tests.
10263
10264Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
10265
10266 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
10267 expected output to match current "expect" expectations.
10268
10269Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
10270
10271 * gdb.t00/default.exp: Change expected output for default "source"
10272 command, to match new gdb behavior which requires a filename to
10273 source.
10274
10275Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
10276
10277 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
10278 expected fail for i486-*-* that misses the marker2 function.
10279 * gdb.t10/crossload.exp (bfddefault): Allow successful
10280 recognition of a format to pass even if no symbols are found.
10281 Explicitly catch failures where the format is not recognized
10282 or is ambiguous, and add the reason to the fail message.
10283 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
10284 the cause is and invalid target and add reason to failure message.
10285 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
10286 elf32-i386, elf32-sparc, and elf32-i860.
10287 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
10288 Set up expected failure for 'filename'::variable scope resolution,
10289 which is now apparently broken on all targets.
10290 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
10291 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
10292 gdb.t23/templates.exp: Change failure for missing binfile into
10293 just a warning.
10294 gdb.t21/demangle.exp: Change all cfront references to 'arm'
10295 references.
10296
10297Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
10298
10299 * gdb.t00/default.exp: Add expected output for default "source"
10300 command, to match new gdb behavior.
10301 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
10302
10303Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
10304
10305 * config/*-gdb.exp: returns an error, rather than exiting on
10306 internal errors.
10307
10308Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
10309
10310 * gdb.t03/gdbme.c: Add pointer to struct variable.
10311 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
10312 referencing struct members.
10313
10314Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
10315
10316 * configure.in (mips-idt-ecoff): New target.
10317 * config/mips-gdb.exp: New file for remote board using MIPS remote
10318 debugging protocol.
10319
10320 * Redid configuration scheme. Removed gdb.t*/configure.in.
10321 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
10322 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
10323 distclean targets. Built executables via .o files. Adjusted
10324 tests to account for source files in $(srcdir) rather than
10325 $(objdir).
10326 * lib/gdb.exp (runto): Don't expect () after the function name,
10327 because it may have arguments.
10328
10329Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
10330
10331 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
10332 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
10333 expected failures for mips-idt-* and mips-sgi-*.
10334 * gdb.t00/default.exp (attach): Kill process if requested.
10335 * gdb.t00/help.exp (help target core, help target): Accept a gdb
10336 that does not read core files.
10337 * gdb.t01/run.exp: Removed checks for exit status code.
10338 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
10339 it is linked in.
10340 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
10341 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
10342 appropriate, rather than doing it by hand.
10343 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
10344 execution.
10345 * gdb.t10/crossload.exp: Kill existing program if needed.
10346 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
10347 appropriate, rather than doing it by hand. Always increase
10348 timeout for this test, not just for VxWorks.
10349
10350Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
10351
10352 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
10353 of Chill STRUCT types and STRUCT values.
10354 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
10355 than "char".
10356 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 10357 struct2): New struct definitions and initializations to test
c906108c
SS
10358 simple Chill STRUCT types.
10359
10360Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
10361
10362 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
10363 the null byte at the end of strings.
10364 * gdb.t00/default.exp: Make show version insensitive to copyright
10365 date.
10366 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
10367 to avoid dependencies on target char signedness.
10368 * gdb.t16/printcmds.exp: Update expected results for explicitly
10369 unsigned char.
10370 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
10371 now work.
10372 * gdb.t21/demangle.exp: Add many more patterns for template
10373 demangling, most of them being expected failures.
10374 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
10375 string we are matching for, to match on the whole string.
10376 * gdb.t21/demangle.exp: Add many new test strings to demangle,
10377 and fix a whole bunch that had incorrect expected output but were
10378 passing anyway because of the bug in "proc demangle".
10379 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
10380 type.
10381 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
10382
10383Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
10384
10385 * gdb/testsuite: made modifications to testcases, etc., to allow
10386 them to work properly given the reorganization of deja-gnu and the
10387 relocation of the testcases from deja-gnu to a "tool" subdirectory.
10388
10389Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
10390
10391 * gdb/testsuite: Initial creation of gdb/testsuite.
10392 Migrated dejagnu testcases and support files for testing nm to
10393 gdb/testsuite from deja-gnu. These files were moved "as is"
10394 with no modifications. This migration is part of a major overhaul
10395 of dejagnu. The modifications to these testcases, etc., which
10396 will allow them to work with the new version of dejagnu will be
10397 made in a future update.
10398\f
10399Local Variables:
10400mode: indented-text
10401left-margin: 8
10402fill-column: 74
10403version-control: never
10404End: