]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
* macro.c (sub_actual): Don't lose string if it turns out that
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
2c161407
DJ
12003-06-01 Daniel Jacobowitz <drow@mvista.com>
2
3 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
4 of globalvar.
5
572eb746
MK
62003-06-01 Mark Kettenis <kettenis@gnu.org>
7
8 * gdb.asm/asm-source.exp: Check for memory read errors in
9 disassembler test on *BSD too.
10
9e9617a5
RH
112003-06-01 Richard Henderson <rth@redhat.com>
12
13 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
14 for .frame.
15 (gdbasm_call): Lose ldgp.
16 (gdbasm_startup): Add frame information.
17 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
18
7b34ad4e
MK
192003-05-31 Mark Kettenis <kettenis@gnu.org>
20
21 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
22 i?86-*-*.
23
10059fdf
MK
242003-05-30 Mark Kettenis <kettenis@gnu.org>
25
26 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
27 FreeBSD.
28
acf4b816
RH
292003-05-29 Richard Henderson <rth@redhat.com>
30
31 * gdb.asm/alpha.inc: New file.
32 * gdb.asm/asm-source.exp: Use it.
33
e9ecd949
JB
342003-05-29 Jim Blandy <jimb@redhat.com>
35
36 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
37 'core.PID'.
38
e3e5a4f3
JB
392003-05-22 Jim Blandy <jimb@redhat.com>
40
41 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
42 backtrace.
43
72fe3d25
DC
442003-05-20 David Carlton <carlton@math.stanford.edu>
45
46 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
47 this time.
48
58da2eb2
DC
492003-05-19 David Carlton <carlton@bactrian.org>
50
51 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
52 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
53
1fcb5155
DC
542003-05-19 David Carlton <carlton@bactrian.org>
55
56 * gdb.c++/namespace.exp: Add namespace scope and anonymous
57 namespace tests.
58 Bump copyright date.
59 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
60 (main): Call C::D::marker2.
61 * gdb.c++/namespace1.cc: New file.
62
85e85163
JJ
632003-05-14 Jeff Johnston <jjohnstn@redhat.com>
64
65 Roland McGrath <roland@redhat.com>
66 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
67 there is no manager thread.
68
a25fbfec
JJ
692003-05-08 Jeff Johnston <jjohnstn@redhat.com>
70
71 * gdb.threads/schedlock.exp: Remove assumption that all threads
72 will run in a particular small time slice. Also ensure we break
73 in one of the child threads rather than the main thread.
74
be375bae
JB
752003-05-07 Jim Blandy <jimb@redhat.com>
76
09bf6082
JB
77 Add support for assembly source testing on the s390x.
78 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
79 architecture.
80 * gdb.asm/s390x.inc: New file.
81
be375bae
JB
82 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
83 succession of 'if' statements.
84
00905d52
AC
852003-05-05 Andrew Cagney <cagney@redhat.com>
86
87 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
88
b1e29e33
AC
892003-05-05 Andrew Cagney <cagney@redhat.com>
90
91 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
92 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
93
e33d66ec
EZ
942003-05-02 Elena Zannoni <ezannoni@redhat.com>
95
96 * gdb.base/charset.exp: Update based on new behavior of set/show
97 charset commands.
98
2b6fd0d8
AC
992003-05-01 Andrew Cagney <cagney@redhat.com>
100
101 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
102 variable do not give memory errors.
103
130cacce
AF
1042003-04-30 Adam Fedor <fedor@gnu.org>
105
106 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
107 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
108 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
109 gdb.objc/basicclass.m: : New files
110
111 * lib/gdb.exp (gdb_compile_objc): New procedure.
112
bea71854
DJ
1132003-04-27 Daniel Jacobowitz <drow@mvista.com>
114
115 * gdb.base/signals.exp: Make backtrace tests more specific.
116
0f20eeea
DC
1172003-04-23 David Carlton <carlton@bactrian.org>
118
119 * gdb.c++/maint.exp (test_first_component): Add tests for
120 'operator' in more locations.
121
c8c4d8dc
KB
1222003-04-16 Kevin Buettner <kevinb@redhat.com>
123
124 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
125
3fe60e3c
EZ
1262003-04-16 Elena Zannoni <ezannoni@redhat.com>
127
128 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
129 func marke' instead. Update test name.
130
9219021c
DC
1312003-04-15 David Carlton <carlton@math.stanford.edu>
132
133 * gdb.c++/maint.exp: New file.
134
5dd55bdd
EZ
1352003-04-14 Elena Zannoni <ezannoni@redhat.com>
136
137 * gdb.threads/schedlock.c: Change type of thread function argument
138 to long, to avoid warnings on 64-bit platforms.
139
00890572
EZ
1402003-04-14 Elena Zannoni <ezannoni@redhat.com>
141
142 * gdb.base/attach.exp: Add new message from ptrace in case of
143 attaching to nonexistent process.
144
93201743
JB
1452003-04-11 Jim Blandy <jimb@redhat.com>
146
147 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
148 gdb.c++/userdef.cc: Place comments on the lines to which the
149 marker function might return.
150 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
151 gdb.c++/userdef.exp: Look for those comments to check that we've
152 returned to the right place, instead of checking line numbers.
153
2a11c64d
EZ
1542003-04-11 Elena Zannoni <ezannoni@redhat.com>
155
156 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
157 match on sourcefile name, instead of directory name.
158
68ab8fc5
EZ
1592003-04-10 Elena Zannoni <ezannoni@redhat.com>
160
161 * gdb.base/completion.exp: Use string_to_regexp to match the
162 working directory name.
163
5624293a
JB
1642003-04-09 Jim Blandy <jimb@redhat.com>
165
166 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
167 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
168 after an inferior function call, report the failure, but allow the
169 test to continue.
170
f1f02ee4
SC
1712003-04-05 Stephane Carrez <stcarrez@nerim.fr>
172
173 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
174 with -DPROTOTYPES.
175
6eb79af0
SC
1762003-04-05 Stephane Carrez <stcarrez@nerim.fr>
177
178 * gdb.base/break.exp: Revert last patch.
179
8dfb4cf0
SC
1802003-04-04 Stephane Carrez <stcarrez@nerim.fr>
181
182 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
183 with -DPROTOTYPES.
184
ed4c619a
AC
1852003-04-02 Andrew Cagney <cagney@redhat.com>
186
187 * gdb.base/callfuncs.exp: Make "print add" messages unique.
188 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
189 matching directories by the name breakpoint.
190 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
191 Make "continue to marker1" consistent.
192 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
193 message consistent.
194 * lib/gdb.exp: Put "the program is no longer running", and "the
195 program exited" in parenthesis.
196 * lib/mi-support.exp: Ditto.
197
4e35d5f0
BR
1982003-04-02 Bob Rossi <bob_rossi@cox.net>
199
200 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
201
71900fe8
AC
2022003-03-29 Andrew Cagney <cagney@redhat.com>
203
204 * gdb.base/sizeof.c (main): Print the value of '\377'.
205 * gdb.base/sizeof.exp: Check the sign of '\377'.
206
c0655a16
MC
2072003-03-27 Michael Chastain <mec@shout.net>
208
209 * gdb.base/gdb1090.exp: New file.
210 * gdb.base/gdb1090.cc: New file.
211
5b2a3989
JB
2122003-03-27 J. Brobecker <brobecker@gnat.com>
213
214 * gdb.gdb/observer.exp: New regression test.
215
79876890
MC
2162003-03-27 Michael Chastain <mec@shout.net>
217
218 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
219 * gdb.base/ptype.exp: Likewise.
220
6eac95e3
CV
2212003-03-27 Corinna Vinschen <vinschen@redhat.com>
222
223 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
224
e8c71839
MC
2252003-03-26 Michael Chastain <mec@shout.net>
226
227 * gdb.base/ptype.exp: Actually use some typedef'd types.
228
71b10041
SC
2292003-03-21 Stephane Carrez <stcarrez@nerim.fr>
230
231 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
232 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
233
2512cf80
CV
2342003-03-20 Corinna Vinschen <vinschen@redhat.com>
235
236 * gdb.base/default.exp: Fix regular expression.
237
0d195a4f
CV
2382003-03-20 Corinna Vinschen <vinschen@redhat.com>
239
240 * gdb.base/args.exp: Fix regular expression.
241
8a2dbca8
CV
2422003-03-20 Corinna Vinschen <vinschen@redhat.com>
243
244 * gdb.base/help.exp: Allow Win32 child process.
245
bf028682
CV
2462003-03-20 Corinna Vinschen <vinschen@redhat.com>
247
248 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
249 when stepping out of main().
250
182dbe85
CV
2512003-03-20 Corinna Vinschen <vinschen@redhat.com>
252
253 * gdb.base/default.exp: Check for win32 specific message when calling
254 "run" without executable.
255
d67a6ba5
CV
2562003-03-20 Corinna Vinschen <vinschen@redhat.com>
257
258 * gdb.base/args.exp: Expect .exe in output.
259
a955b5bb
CV
2602003-03-20 Corinna Vinschen <vinschen@redhat.com>
261
262 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
263 Cygwin native.
264
bf6bad4b
AC
2652003-03-17 Andrew Cagney <cagney@redhat.com>
266
267 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
268 vector registes.
269 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
270 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
271
293e9a31
DC
2722003-03-17 David Carlton <carlton@math.stanford.edu>
273
274 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
275 test, for PR breakpoints/38.
276 Call test_watchpoint_and_breakpoint.
277 * gdb.base/watchpoint.c (func3): New function.
278 (main): Call func3.
279
5330f2db
DC
2802003-03-04 David Carlton <carlton@math.stanford.edu>
281
282 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
283 Garply<Garply<char> >:: garply".
284 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
285 with respect to PR c++/1111; note also PR c++/1113.
286 (test_template_breakpoints): KFAIL "constructor breakpoint" with
287 respect to PR c++/1062.
288 KFAIL "destructor breakpoint" with respect to PR c++/1112.
289
6ece72da
DC
2902003-03-03 David Carlton <carlton@math.stanford.edu>
291
292 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
293 with respect to PR c++/57.
294 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
295 c++/826.
296 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
297 respect to PR c++/57.
298
85ca1584
DC
2992003-03-03 David Carlton <carlton@math.stanford.edu>
300
301 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
302 respect to PR c++/33 into FAILs.
303
98e9c5b8
MC
3042003-03-03 Michael Chastain <mec@shout.net>
305
7bedbf27
MC
306 * configure.in: Update copyright years.
307
3082003-03-03 Michael Chastain <mec@shout.net>
309
310 * Makefile.in: Update copyright years.
98e9c5b8 311
f683e100
DC
3122003-02-28 David Carlton <carlton@math.stanford.edu>
313
314 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
315 print class instead of struct and/or superfluous protection
316 specifiers, as long as the resulting output is equivalent to the
317 source code.
318 Delete FIXME from end of messages on tests that don't need
319 fixing.
320
a9e0cf2c
DC
3212003-02-28 David Carlton <carlton@math.stanford.edu>
322
323 * gdb.c++/templates.exp (do_tests): Allow const in the two
324 Foo<volatile char *>::foo tests.
325
e8d359df
MS
3262003-02-27 Michael Snyder <msnyder@redhat.com>
327
328 * gdb.base/restore.c (main): Return zero, so exit code
329 will be consistant.
330
0b71dc91
DC
3312003-02-26 David Carlton <carlton@math.stanford.edu>
332
333 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
334 char *>::foo" test with respect to PR c++/33. Create a new test
335 which is identical to that one except that it doesn't put the
336 space between the "char" and the "*"; KFAIL it, too.
337
dd14ab43
DC
3382003-02-26 David Carlton <carlton@math.stanford.edu>
339
340 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
341 template types into either PASSes or KFAILs (corresponding to PR
342 c++/57). Tweak indentation. Update copyright.
343
1146c7f1
SC
3442003-02-23 Stephane Carrez <stcarrez@nerim.fr>
345
346 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
347
74641dfb
MC
3482003-02-13 Michael Chastain <mec@shout.net>
349
350 * gdb.base/exprs.exp: Remove i960 remnants.
351 * gdb.base/funcargs.exp: Likewise.
352 * gdb.base/list.exp: Likewise.
353 * gdb.base/ptype.exp: Likewise.
354
559cd2d0
DC
3552003-02-14 David Carlton <carlton@math.stanford.edu>
356
357 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
358 pEe->D::vg()" from XFAIL to KFAIL.
359
c4f90d87
JM
3602003-02-13 Jason Molenda (jmolenda@apple.com)
361
362 * gdb.base/maint.exp: Update maint print statistics regexp to include
363 new entries.
364
cbc4d97c
MC
3652003-02-13 Michael Chastain <mec@shout.net>
366
367 * gdb.c++/inherit.exp: Remove call to get_debug_format.
368
40f235b7
MC
3692003-02-12 Michael Chastain <mec@shout.net>
370
371 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
372 * gdb.c++/inherit.exp: Likewise.
373 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
374 * gdb.c++/templates.exp: Likewise.
375 * gdb.c++/virtfunc.exp: Likewise.
376
c56716b0
JM
3772003-02-06 Jason Molenda (jason-cl@molenda.com)
378
379 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
380 why the code is written that way.
381
070afcf8
MC
3822003-02-05 Michael Chastain <mec@shout.net>
383
384 * gdb.base/dump.exp: Add missing copyright line.
385
5d0331e5
JM
3862003-02-05 Jason Molenda (jason-cl@molenda.com)
387
f7ae6d3e 388 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
389 at the beginning so the breakpoint doesn't get set on the loop.
390
92851186
MC
3912003-02-05 Michael Chastain <mec@shout.net>
392
393 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
394 output for configurations with gcc 2.95.3.
395
cbf1e085
AC
3962003-02-05 Keith Seitz <keiths@redhat.com>
397 Andrew Cagney <ac131313@redhat.com>
398
399 * gdb.mi/mi-cli.exp: New file.
400
29518e1e
MC
4012003-02-04 Michael Chastain <mec@shout.net>
402
403 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
404 Call perror and then continue.
405
5af1d5f3
MC
4062003-02-03 Michael Chastain <mec@shout.net>
407
408 * gdb.c++/pr-1023.cc: New file.
409 * gdb.c++/pr-1023.exp: New file.
410
6b549786
JB
4112003-02-05 Jim Blandy <jimb@redhat.com>
412
413 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
414 it's local to foobar. Check for it there, and check that it's not
415 present in main.
416 * gdb.c++/local.cc (marker2): New function.
417 (foobar): Call marker1.
418 (main): Call marker2 instead of marker1.
419
67f16606
AC
4202003-02-04 Andrew Cagney <ac131313@redhat.com>
421
422 * gdb.disasm/mn10200.exp: Obsolete file.
423 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
424 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
425 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
426
1c5cb38e
DC
4272003-02-04 David Carlton <carlton@math.stanford.edu>
428
429 * gdb.c++/overload.exp: Test intToChar(1).
430 * gdb.c++/overload.cc (intToChar): New.
431 (main): Call intToChar.
432
d1fe6965
DC
4332003-02-03 David Carlton <carlton@math.stanford.edu>
434
435 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
436 'might_kfail' arg.
437 KFAIL some of the continue_to_bp_overloaded calls, according to
438 PR c++/1025.
439
9ba61c5d
MC
4402003-02-01 Michael Chastain <mec@shout.net>
441
442 * gdb.base/advance.c (marker1): New marker function.
443 * gdb.base/advance.exp: When the 'advance' command lands on the
444 return breakpoint, it can legitimately stop on either the
445 current line or the next line. Accommodate both outcomes.
446 * gdb.base/until.exp: Likewise.
447
e7494ffb
AC
4482003-02-02 Andrew Cagney <ac131313@redhat.com>
449
450 2002-11-10 Jason Molenda (jason-cl@molenda.com):
451 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
452 now a list, not a tuple.
453 * gdb.mi/mi-var-display.exp: Ditto.
454 * gdb.mi/gdb792.exp: Ditto.
455
075559bc
AC
4562003-02-01 Andrew Cagney <ac131313@redhat.com>
457
458 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
459 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
460 stack backtraces.
461 * gdb.mi/mi-syn-frame.c: Part of same.
462
2bd4c7b1
MK
4632003-02-01 Mark Kettenis <kettenis@gnu.org>
464
465 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
466 gdb.mi/mi1-pthreads.exp: Return instead of calling
467 gdb_suppress_entire_file.
468
eabd8992
MS
4692003-02-01 Mark Salter <msalter@redhat.com>
470
471 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
472
71469e2f
MS
4732003-01-31 Mark Salter <msalter@redhat.com>
474
475 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
476 Support empty arg.
477
38a94d44
MC
4782003-01-30 Michael Chastain <mec@shout.net>
479
480 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
481 This was a workaround for a UTF-8 bug in readline 4.3. The bug
482 has been fixed in gdb/readline on 2003-01-09.
483
19ea9e73
MS
4842003-01-29 Michael Snyder <msnyder@redhat.com>
485
e8d359df
MS
486 * gdb.base/maint.exp: Allow for leading underscore in symbol.
487 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
488 * gdb.base/args.exp: Skip if target does not support args passing.
489
2307bd6a
DJ
4902003-01-22 Daniel Jacobowitz <drow@mvista.com>
491
19ea9e73 492 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
493 gdb_test. Accept a list of expect arguments as the third
494 parameter.
495 (gdb_test): Use it.
496
f2dd3617
EZ
4972003-01-20 Elena Zannoni <ezannoni@redhat.com>
498
499 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
500 allow for different test tree configurations. Update some
501 tescases accordingly.
502 * gdb.arch/altivec-regs.exp: Ditto.
503 * gdb.asm/asm-source.exp: Ditto.
504 * gdb.base/advance.exp: Ditto.
505 * gdb.base/display.exp: Ditto.
506 * gdb.base/long_long.exp: Ditto.
507 * gdb.base/mips_pro.exp: Ditto.
508 * gdb.base/overlays.exp: Ditto.
509 * gdb.base/relocate.exp: Ditto.
510 * gdb.base/setshow.exp: Ditto.
511 * gdb.base/step-line.exp: Ditto.
512 * gdb.base/step-test.exp: Ditto.
513 * gdb.base/until.exp: Ditto.
514 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
515
c71cdefd
DC
5162003-01-17 David Carlton <carlton@math.stanford.edu>
517
518 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
519 corresponding to PR c++/945.
520 Update copyright.
521
fdba05d7
DC
5222003-01-17 David Carlton <carlton@math.stanford.edu>
523
524 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
525 corresponding to PR c++/68.
526
5272003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
528
529 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
530 (test_paddr_hairy_functions): Call print_addr_2_kfail for
531 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
532
c362c33a
EZ
5332003-01-15 Elena Zannoni <ezannoni@redhat.com>
534
0fbc361c
EZ
535 * gdb.base/break.exp: Fix change of default location, because of
536 removal of until tests.
537 * gdb.base/help.exp: Update test for new 'until' help message.
538 Add test for help on 'advance'.
c362c33a
EZ
539 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
540
dabf8a35
MK
5412003-01-15 Mark Kettenis <kettenis@gnu.org>
542
543 * gdb.base/default.exp: Adapt "info float" test for recent changes
544 to that command. Add test for "info vector".
545 * gdb.base/float.exp: New file. Add test for "info float" that
546 resembles the old test in gdb.base/default.exp.
547
a1769aca
DC
5482003-01-15 David Carlton <carlton@math.stanford.edu>
549
550 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
551
82025e13
EZ
5522003-01-15 Elena Zannoni <ezannoni@redhat.com>
553
554 * gdb.base/break.exp: Move the tests of until command from here...
555 * gdb.base/until.exp: ... to here. New file. Add other tests.
556 * gdb.base/advance.c: New file.
557 * gdb.base/advance.exp: New file.
558
8f9ab801
EZ
5592003-01-14 Elena Zannoni <ezannoni@redhat.com>
560
561 * gdb.base/args.c: New file.
562 * gdb.base/args.exp: New file.
563
9ae66589
DJ
5642003-01-14 Daniel Jacobowitz <drow@mvista.com>
565
566 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
567
8d77e5c3
DJ
5682003-01-14 Daniel Jacobowitz <drow@mvista.com>
569
570 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
571
12d2f0a1
DJ
5722003-01-14 Daniel Jacobowitz <drow@mvista.com>
573
574 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
575 dates.
576
6ca37014
DJ
5772003-01-13 Daniel Jacobowitz <drow@mvista.com>
578
579 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
580
b0023472
DJ
5812003-01-13 Daniel Jacobowitz <drow@mvista.com>
582
583 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
584 (ptype &*"foo").
585 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
586
d6abaea5
DJ
5872002-01-13 Daniel Jacobowitz <drow@mvista.com>
588
589 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
590 * gdb.mi/mi1-console.exp: Likewise.
591
dfd536a7
DJ
5922002-01-13 Daniel Jacobowitz <drow@mvista.com>
593
594 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
595 * gdb.mi/mi1-console.exp: Likewise.
596
a1fb14a2
DJ
5972003-01-13 Daniel Jacobowitz <drow@mvista.com>
598
599 * gdb.c++/overload.exp: Remove some fixed XFAILs.
600
c4cf40b7
DJ
6012003-01-09 Daniel Jacobowitz <drow@mvista.com>
602
603 * gdb.base/detach.exp: New test.
604
696d5a5b
DJ
6052003-01-09 Daniel Jacobowitz <drow@mvista.com>
606
607 * Makefile.in (ALL_SUBDIRS): New variable.
608 (subdirs, clean, distclean): Use it.
609 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
610 regenerating Makefile, since it is generated from the top level.
611 * gdb.asm/Makefile.in: Likewise.
612 * gdb.base/Makefile.in: Likewise.
613 * gdb.c++/Makefile.in: Likewise.
614 * gdb.disasm/Makefile.in: Likewise.
615 * gdb.java/Makefile.in: Likewise.
616 * gdb.mi/Makefile.in: Likewise.
617 * gdb.threads/Makefile.in: Likewise.
618 * gdb.trace/Makefile.in: Likewise.
619
754533e4
DC
6202003-01-09 David Carlton <carlton@math.stanford.edu>
621
622 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
623 Add copyright year 2003.
624
d8b3e9ee
MC
6252003-01-06 Michael Chastain <mec@shout.net>
626
627 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
628 When selecting a thread, 'line' and 'file' are optional.
629 * gdb.mi/mi1-pthreads.exp: Likewise.
630
8e9e0fe6
AS
6312003-01-06 Andreas Schwab <schwab@suse.de>
632
633 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
634 failures.
635
b5ab8ff3
DJ
6362003-01-04 Daniel Jacobowitz <drow@mvista.com>
637
638 Fix PR gdb/844
639 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
640 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
641
642 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
643 instead of calling gdb_suppress_entire_file.
644 * gdb.threads/print-threads.exp: Likewise.
645 * gdb.threads/schedlock.exp: Likewise.
646
647 * gdb.threads/killed.exp: Return instead of calling
648 gdb_suppress_entire_file.
649 * gdb.threads/linux-dp.exp: Likewise.
650 * gdb.threads/pthreads.exp: Likewise.
651
1e698235
DJ
6522003-01-04 Daniel Jacobowitz <drow@mvista.com>
653
654 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
655 stabs.
656 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
657 * gdb.base/whatis.exp: Always allow (void) after function names.
658
147ff08c
DJ
6592003-01-04 Daniel Jacobowitz <drow@mvista.com>
660
661 * gdb.c++/casts.exp: Correct regexp.
662
dc62bfc2
MK
6632003-01-04 Mark Kettenis <kettenis@gnu.org>
664
665 * configure.in: Call AC_CONFIG_HEADER. Don't call
666 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
667 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
668 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
669 aforementioned directories in the AC_OUPUT call.
670 * config.hin: New file.
671 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
672 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
673 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
674 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
675 pass -I$objdir instead of -I$objdir/$subdir in compilation.
676 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
677 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
678 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
679 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
680 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
681 gdb.threads/configure.in, gdb.threads/configure,
682 gdb.threads/config.in, gdb.trace/configure.in,
683 gdb.trace/configure: Removed.
684
77afa639
MC
6852003-01-03 Michael Chastain <mec@shout.net>
686
687 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
688 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
689
7634bb6e
DJ
6902003-01-03 Daniel Jacobowitz <drow@mvista.com>
691
692 * gdb.base/store.exp: Fix regular expressions.
693
b39c905e
MK
6942002-12-28 Mark Kettenis <kettenis@gnu.org>
695
696 * configure.in: Rewrite.
697 * configure: Regenerated.
698
0a8551dd
DC
6992003-01-03 David Carlton <carlton@math.stanford.edu>
700
701 * gdb.base/psymtab.exp: New file.
702 * gdb.base/psymtab1.c: Ditto.
703 * gdb.base/psymtab2.c: Ditto.
704
c60b7188
AF
7052002-12-23 Adam Fedor <fedor@gnu.org>
706
707 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
708
ee73db83
DC
7092002-12-23 David Carlton <carlton@math.stanford.edu>
710
711 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
712 and current_directory initialization.
713
d6c1774e
JB
7142002-12-22 Jim Blandy <jimb@redhat.com>
715
f0a847b8
JB
716 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
717 rather than as part of the output file name.
718
d6c1774e
JB
719 * gdb.base/attach.exp: There's no need to copy the test program to
720 /tmp; that was only ever necessary on HP/UX, and this test is
721 entirely disabled there anyway.
722
f0708dbb
JB
7232002-12-21 Jim Blandy <jimb@redhat.com>
724
4c2acfea
JB
725 * gdb.c++/psmang.exp: Doc fix.
726
f0708dbb
JB
727 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
728 test.
729
9579e000
DC
7302002-12-20 David Carlton <carlton@math.stanford.edu>
731
732 * gdb.c++/annota2.exp: KFAIL annotate-quit.
733
d1810171
MC
7342002-12-18 Michael Chastain <mec@shout.net>
735
736 * gdb.c++/annota2.exp: Add copyright year 2002.
737
76565097
DC
7382002-12-17 David Carlton <carlton@math.stanford.edu>
739
740 * gdb.c++/try_catch.cc: Add marker comments.
741 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
742 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
743 * gdb.c++/m-static.cc: Ditto.
744 * gdb.c++/m-static1.cc: Ditto.
745 * gdb.c++/try_catch.cc: Ditto.
746
da81390b
JJ
7472002-12-16 Jeff Johnston <jjohnstn@redhat.com>
748
749 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
750 to see whether we are using the new -environment-directory
751 command which resets via -r or the old version of the command
752 which may prompt the user. Part of fix for gdb/741.
753
b304d130
AC
7542002-12-13 Andrew Cagney <ac131313@redhat.com>
755
756 * gdb.fortran/types.exp: Update obsolete comment.
757 * gdb.fortran/exprs.exp: Ditto.
758 * lib/gdb.exp: Delete obsolete code.
759 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
760 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
761 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
762 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
763 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
764 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
765 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
766 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
767 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
768 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
769 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
770 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
771 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
772 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
773 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
774 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
775 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
776 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
777 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
778 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
779 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
780 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
781 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
782 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
783 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
784 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
785 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
786 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
787 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
788 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
789 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
790 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
791 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
792 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
793 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
794 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
795 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
796
a23b6e6a
DC
7972002-12-11 David Carlton <carlton@math.stanford.edu>
798
799 * gdb.c++/m-data.exp: Add test for members that shadow global
800 variables: see PR gdb/804.
801 * gdb.c++/m-data.cc: Ditto.
802
6604731b
DJ
8032002-12-10 Daniel Jacobowitz <drow@mvista.com>
804
805 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
806
de46ecd7
DC
8072002-12-06 David Carlton <carlton@math.stanford.edu>
808
809 * gdb.base/store.c: Don't declare functions static.
810
27e829d0
AC
8112002-12-04 Andrew Cagney <ac131313@redhat.com>
812
813 * gdb.base/store.exp, gdb.base/store.c: New files.
814
92806416
DJ
8152002-12-03 Daniel Jacobowitz <drow@mvista.com>
816
817 * gdb.base/selftest.exp: Update for current gdb.
818
3bcbaac5
DJ
8192002-12-03 Daniel Jacobowitz <drow@mvista.com>
820
821 * gdb.base/maint.exp: Only dump symbols from one source file
822 or objfile.
823
f4f00b1f
DJ
8242002-12-03 Daniel Jacobowitz <drow@mvista.com>
825
826 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
827 function call.
828
f1c8a949
JB
8292002-11-25 Jim Blandy <jimb@redhat.com>
830
831 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
832 function appearing in error message.
833
9e297a97
DJ
8342002-11-21 Daniel Jacobowitz <drow@mvista.com>
835
836 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
837
1f312e79
JJ
8382002-11-08 Jeff Johnston <jjohnstn@redhat.com>
839
840 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
841 for mi1 and current mi is in correct format. New mi startup message
842 should be in mi console format. This is part of fix for PR gdb/604.
843
83c31e7d
FN
8442002-09-18 Fernando Nasser <fnasser@redhat.com>
845
846 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
847 which explicitly prints the zero offset as "+0".
848
322b3f65
DJ
8492002-10-22 Daniel Jacobowitz <drow@mvista.com>
850
851 * gdb.threads/schedlock.c (args): Make unsigned.
852
8532002-10-21 Daniel Jacobowitz <drow@mvista.com>
854
855 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
856 numbers. Allow "foo2|selected stack frame".
857 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
858 * gdb.asm/asmsrc2.s: Likewise.
859 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
860 comments.
861 * gdb.asm/mips.inc: New file.
862
5e2fe5b8
AF
8632002-10-18 Adam Fedor <fedor@gnu.org>
864
865 * gdb.base/default.exp: Update expected output to include 'ObjC'.
866 * gdb.base/help.exp: Likewise.
867
abe1a5d0
KB
8682002-10-17 Kevin Buettner <kevinb@redhat.com>
869
870 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
871 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
872
10abb1d4
JB
8732002-10-02 Jim Blandy <jimb@redhat.com>
874
875 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
876
1f609b42
AC
8772002-10-01 Andrew Cagney <ac131313@redhat.com>
878
879 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
880 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
881 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
882 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
883 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
884 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
885 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
886
0aee02e4
AC
8872002-09-29 Andrew Cagney <ac131313@redhat.com>
888
889 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
890 * mi0-disassemble.exp, mi0-eval.exp: Delete.
891 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
892 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
893 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
894 * mi0-var-block.exp, mi0-var-child.exp: Delete.
895 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
896
6fde09ad
KB
8972002-09-27 Kevin Buettner <kevinb@redhat.com>
898
899 * gdb.base/annota1.exp (info break): Make directory components of
900 path optional since not all compilers emit this debug information.
901
902 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
903 step ends up stepping out of the function instead of stopping on
904 the epilogue.
905
9e8aab75
KS
9062002-09-26 Keith Seitz <keiths@redhat.com>
907
908 * lib/insight-support.exp (gdbtk_start): Figure out where
909 the insight executable is based on where gdb is. Use this
910 executable to start insight instead of gdb.
911
e36180d7
AC
9122002-09-25 Andrew Cagney <cagney@redhat.com>
913
914 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
915
9dd34b2b
AC
9162002-09-24 Andrew Cagney <ac131313@redhat.com>
917
918 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
919 test_isolated_complaints.
920 (test_empty_complaint): New function.
921 (test_empty_complaints): New function. Check no output when no
922 complaints.
923
dea97812
KB
9242002-09-19 Jim Blandy <jimb@redhat.com>
925
926 * gdb.base/charset.exp, gdb.base/charset.c: New files.
927
54951bd7
AC
9282002-09-19 Andrew Cagney <ac131313@redhat.com>
929
930 * gdb.gdb/complaints.exp: New file.
931
dec43320
AC
9322002-09-18 Andrew Cagney <ac131313@redhat.com>
933
934 * gdb.base/maint.exp: Check `help maint internal-warning'.
935
e70d6e3f
DC
9362002-09-18 David Carlton <carlton@math.stanford.edu>
937
938 * gdb.c++/m-static.exp: Remove breakpoints depending on line
939 numbers, and replace them by a single breakpoint after the
940 constructors are all finished.
941 Add test 4.
942 * gdb.c++/m-static.cc: Add test 4.
943 * gdb.c++/m-static.h: New file.
944 * gdb.c++/m-static1.cc: New file.
945
946 * gdb.c++/printmethod.exp: New file.
947 * gdb.c++/printmethod.cc: New file.
948
949 * gdb.c++/pr-574.exp: New file.
950 * gdb.c++/pr-574.cc: New file.
951
afb5c968
CV
9522002-09-18 Corinna Vinschen <vinschen@redhat.com>
953
954 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
955 embedded targets which never actually exit.
956
31e45dee
FN
9572002-09-18 Fernando Nasser <fnasser@redhat.com>
958
959 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
960 "don't step after run" as unresolved or unsupported, instead of xfail.
961
a283c5a1
CV
9622002-09-18 Corinna Vinschen <vinschen@redhat.com>
963
964 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
965 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
966 Add newline to expected string in "step out of main (status wrapper)"
967 case.
968
11350d2a
CV
9692002-09-18 Corinna Vinschen <vinschen@redhat.com>
970
971 * lib/gdb.exp (rerun_to_main): Allow restarting application.
972 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
973
0deec7d6
TT
9742002-09-17 Tom Tromey <tromey@redhat.com>
975
976 * gdb.base/printcmds.exp (test_print_string_constants): Expect
977 \000, not \0, in double-quoted string.
978
b2b4a1b5
CV
9792002-09-14 Corinna Vinschen <vinschen@redhat.com>
980
981 * gdb.base/command.exp: Don't expect a "Program exited normally"
982 string after running the commands execution on breakpoint tests.
983
1c56143a
CV
9842002-09-13 Corinna Vinschen <vinschen@redhat.com>
985
986 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
987
37f8da45
JB
9882002-09-12 Joel Brobecker <brobecker@gnat.com>
989
990 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
991
08b468e0
KS
9922002-09-10 Keith Seitz <keiths@redhat.com>
993
994 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
995 runto proc.
996 (mi_run_to_main): Use mi_runto.
997 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
998
dc360f58
KS
9992002-09-10 Keith Seitz <keiths@redhat.com>
1000
1001 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
1002 regexp for stopping at main. Could have multiple event notifications.
1003 Don't assume that main was declared with no parameters.
1004 (mi_next): Use mi_step_to.
1005 (mi_step): Use mi_next_to.
1006
ce3abcfb
CV
10072002-09-09 Corinna Vinschen <vinschen@redhat.com>
1008
1009 * gdb.base/default.exp: Fix expected string in `info float' test.
1010
d1f5b980
BE
10112002-09-09 Ben Elliston <bje@redhat.com>
1012
1013 * config/mips.exp: Update comments.
1014 * config/mips-idt.exp: Likewise.
1015 * config/nind.exp: Likewise.
1016 * config/slite.exp: Likewise.
1017 * config/sparclet.exp: Likewise.
1018 * config/udi.exp: Likewise.
1019 * config/vx.exp: Likewise.
1020 * config/vxworks29k.exp: Likewise.
1021
2f71430b
JB
10222002-09-05 Jim Blandy <jimb@redhat.com>
1023
1024 * gdb.threads/killed.exp: Fix test failure message.
1025
7ddebc7e
KS
10262002-09-04 Keith Seitz <keiths@redhat.com>
1027
1028 * lib/mi-support.exp: Update copyright.
1029 (mi_gdb_test): Increase the priority of the expected pattern
1030 so that it matches gdb_test.
1031
0ae67eb3
KS
10322002-09-03 Keith Seitz <keiths@redhat.com>
1033
1034 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
1035 Use integer comparison instead of string comparison for testing
1036 whether binary was built.
1037
38fc42c8
JB
10382002-09-03 Jim Blandy <jimb@redhat.com>
1039
1040 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
1041
b6ff0e81
JB
10422002-08-29 Jim Blandy <jimb@redhat.com>
1043
1044 * gdb.threads/pthreads.exp: Move the portable thread compilation
1045 code into a function in lib/gdb.exp, and call that from here.
1046 * lib/gdb.exp (gdb_compile_pthreads): New function.
1047
07c98896
KS
10482002-08-29 Keith Seitz <keiths@redhat.com>
1049
1050 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
1051 expect_out so that callers can get at it.
1052
0312286c
DJ
10532002-08-23 Daniel Jacobowitz <drow@mvista.com>
1054
1055 * gdb.threads/print-threads.c: New file.
1056 * gdb.threads/print-threads.exp: New file.
1057 * gdb.threads/schedlock.c: New file.
1058 * gdb.threads/schedlock.exp: New file.
1059
dd039bc4
EZ
10602002-08-22 Elena Zannoni <ezannoni@redhat.com>
1061
1062 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
1063 not altivec.c.
1064
1f36144c
MK
10652002-08-17 Mark Kettenis <kettenis@gnu.org>
1066
1067 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
1068 targets. The problem should be fixed now.
1069
16057ec7 10702002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
1071
1072 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
1073 2002-07-24 change that removes final dots from error messages.
1074
3c1499ad
TT
10752002-08-13 Tom Tromey <tromey@redhat.com>
1076
1077 * gdb.base/readline.exp: New file.
1078
a20ce2c3
AC
10792002-08-01 Andrew Cagney <ac131313@redhat.com>
1080
1081 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
1082 supress message.
1083
db034ac5
AC
10842002-08-01 Andrew Cagney <cagney@redhat.com>
1085
1086 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
1087 CHILL_FOR_TARGET and CHILL_LIB.
1088 * configure.in (configdirs): Remove gdb.chill.
1089 * configure: Regenerate.
1090 * lib/gdb.exp: Obsolete references to chill.
1091 * gdb.fortran/types.exp: Ditto.
1092 * gdb.fortran/exprs.exp: Ditto.
1093
3e000b18
KB
10942002-07-30 Kevin Buettner <kevinb@redhat.com>
1095
1096 * gdb.base/shlib-call.exp (additional_flags): Conditionally
1097 set Irix-specific compile and link flags.
1098
28f4966b
KB
10992002-07-29 Kevin Buettner <kevinb@redhat.com>
1100
1101 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
1102 source files. The ``-o'' option doesn't work with the ``-E'' option
1103 when using the Irix compiler.
1104
46c0d5a6
DJ
11052002-07-19 Daniel Jacobowitz <drow@mvista.com>
1106
1107 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
1108 Improve support for reusing an exec file. Copy exec file
1109 to target, and run gdbserver on the target instead of on the host.
1110
eecf4bed
JB
11112002-07-18 Jim Blandy <jimb@redhat.com>
1112
0f815cdf
JB
1113 * gdb.base/ending-run.exp: Don't expect to see the program end in
1114 some orderly fashion when we're running on a real stand-alone
1115 board.
1116
eecf4bed
JB
1117 * gdb.base/interrupt.exp: Correct logic for skipping tests on
1118 targets that don't support interrupts.
1119
52d309e4
JB
11202002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1121
1122 * gdb.base/attach.exp: Add patterns to match output from /proc-based
1123 systems.
1124 Move comments in expect statements to inside the actions, so that they
1125 don't get matched against.
1126
ff683d9e
MK
11272002-07-10 Mark Kettenis <kettenis@gnu.org>
1128
1129 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
1130 function when asleep" test.
1131
b5356753
AC
11322002-07-10 Andrew Cagney <ac131313@redhat.com>
1133
1134 * gdb.base/page.exp: Rewrite to handle problems with very long
1135 `info set' output. Update copyright.
1136
6aa4d13a
AC
11372002-06-26 Andrew Cagney <ac131313@redhat.com>
1138
1139 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
1140 gdb.threads-hp.
1141 * gdb.hp/configure: Regenerate.
1142 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
1143 * gdb.hp/gdb.threads-hp/configure: Delete file.
1144 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
1145
8cf8c2b8
AC
11462002-06-22 Andrew Cagney <ac131313@redhat.com>
1147
1148 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
1149 setlocale, bindtextdomain and textdomain.
1150
6827a8f8
JB
11512002-06-11 Jim Blandy <jimb@redhat.com>
1152
919d772c
JB
1153 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
1154 preprocessor macro information is present.
1155
6827a8f8
JB
1156 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
1157 tests.
1158
c15b0d21
MS
11592002-06-06 Michael Snyder <msnyder@redhat.com>
1160
c5984d70
MS
1161 * gdb.base/overlays.exp: Record addresses of overlay
1162 functions in TCL variables rather than in GDB variables,
1163 to avoid having GDB convert them to pointers (with loss
1164 of information).
1165
99a8512b
MS
1166 * gdb.base/d10v.ld: Merge in several years worth of
1167 default linker script changes.
c15b0d21
MS
1168 * gdb.base/long_long.exp: Add check for sizeof (long double).
1169
be26fe0d
ML
11702002-06-06 Michal Ludvig <mludvig@suse.cz>
1171
1172 * gdb.asm/asm-source.exp: Add x86-64 target.
1173 * gdb.asm/x86_64.inc: New.
1174
258093ca 11752002-05-30 Michael Chastain <mec@shout.net>
258093ca 1176
4b3153f1 1177 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
1178 * gdb.c++/m-static.cc: New file.
1179 * gdb.c++/m-static.exp: New file.
1180
241264c6
MS
11812002-05-28 Michael Snyder <msnyder@redhat.com>
1182
1183 * gdb.base/call-ar-st.exp: Allow for reduced floating point
1184 precision.
1185
9bba8c8f 11862002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 1187
4b3153f1 1188 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
1189 * gdb.c++/m-data.cc: New file.
1190 * gdb.c++/m-data.exp: New file.
1191
11922002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 1193
4b3153f1 1194 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f
MC
1195 * gdb.c++/try_catch.cc: New file.
1196 * gdb.c++/try_catch.exp: New file.
1197
def1b996
MC
11982002-05-27 Michael Chastain <mec@shout.net>
1199
1200 * gdb.c++/local.exp: Accept more nested types in output.
1201
522ba268
MC
12022002-05-26 Michael Chastain <mec@shout.net>
1203
1204 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
1205
277254ba
MS
12062002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
1207
1208 * lib/gdb.exp (gdb_wrapper_init): Just because
1209 gdb_wrapper_file exists, this does not mean that the file
1210 should not be rebuilt. That is what gdb_wrapper_initialized
1211 is for.
1212 (default_gdb_init): Reset gdb_wrapper_initialized.
1213
b61a8733
MS
12142002-05-23 Michael Snyder <msnyder@redhat.com>
1215
5bdb6d01
MS
1216 * gdb.base/all-bin.exp: Revise previous patch by just reducing
1217 the precision of the floating point test results.
1218 * gdb.base/call-rt-st.exp: Ditto.
1219
b61a8733
MS
1220 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
1221 * gdb.base/call-rt-st.exp: Ditto.
1222
56f6e910
MC
12232002-05-19 Michael Chastain <mec@shout.net>
1224
1225 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
1226
ad0b0016
EZ
12272002-05-19 Elena Zannoni <ezannoni@redhat.com>
1228
1229 * configure.in (configdirs): Add gdb.arch.
1230 * configure: Regenerate.
1231
f617d2b6
JB
12322002-05-17 Jim Blandy <jimb@redhat.com>
1233
1234 * gdb.base/completion.exp: Recognize the more detailed error
1235 messages produced by the macro expander's lexical analyzer.
1236
eac2a696
EZ
12372002-05-14 Elena Zannoni <ezannoni@redhat.com>
1238
1239 * gdb.arch/altivec-abi.c: New file.
1240 * gdb.arch/altivec-abi.exp: New file.
1241 * gdb.arch/altivec-regs.c: New file.
1242 * gdb.arch/altivec-regs.exp: New file.
1243
2fdde8f8
DJ
12442002-05-14 Daniel Jacobowitz <drow@mvista.com>
1245
1246 * gdb.base/maint.exp (maint print type): Update for new type
1247 structure.
eac2a696 1248
e31f1a7c
EZ
12492002-05-14 Elena Zannoni <ezannoni@redhat.com>
1250
1251 * gdb.arch: New directory.
1252 * gdb.arch/configure.in: New file.
1253 * gdb.arch/configure: New file.
1254 * gdb.arch/Makefile.in: New file.
1255
db589741
CV
12562002-05-13 Corinna Vinschen <vinschen@redhat.com>
1257
1258 * gdb.asm/asm-source.exp: Add v850 as supported target.
1259 * gdb.asm/v850.inc: New file.
1260
8ce2a7dc
DJ
12612002-05-13 Daniel Jacobowitz <drow@mvista.com>
1262
1263 * gdb.c++/annota2.exp (annotate-quit): Add comment.
1264
df763c7f
DJ
12652002-05-12 Daniel Jacobowitz <drow@mvista.com>
1266
1267 * gdb.base/break.exp: Check 'break "marker2"'.
1268
377daeed
MS
12692002-05-10 Michael Snyder <msnyder@redhat.com>
1270
1271 * gdb.base/long_long.exp: Fix typo.
1272
c4b7bc2b
JB
12732002-05-10 Jim Blandy <jimb@redhat.com>
1274
ecac9a4e
JB
1275 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
1276 a bug.
1277
c4b7bc2b
JB
1278 * gdb.base/printcmds.exp (test_integer_literals_rejected):
1279 Recognize more detailed error message produced by the macro
1280 expander's lexical analyzer.
1281 * lib/gdb.exp (test_print_reject): Same.
1282
e71019a1
MK
12832002-05-09 Mark Kettenis <kettenis@gnu.org>
1284
1285 * gdb.c++/method.exp: Fix typo.
1286
fedfc8e6
MS
12872002-05-08 Michael Snyder <msnyder@redhat.com>
1288
166a1957
MS
1289 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
1290 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 1291 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
1292 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
1293 Add iftarget clause for strongarm.
1294
f1c47eb2
MS
12952002-05-06 Michael Snyder <msnyder@redhat.com>
1296
cb9a9d3e
MS
1297 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
1298 (gdb_continue_to_end): Accept output from status wrapper.
1299 * gdb.base/ending-run.exp: Add case for output from status wrapper.
1300 Clean up fail messages to match pass messages.
1301
f1c47eb2
MS
1302 Enable the "needs_status_wrapper" testsuite feature.
1303 * lib/gdb.exp (gdb_wrapper_init): New procedure.
1304 (gdb_compile): Conditionally call gdb_wrapper_init.
1305 * gdb.base/a2-run.exp: Recognize output from status wrapper.
1306 * gdb.c++/method.exp: Recognize output from status wrapper.
1307
6079c749
BE
13082002-05-06 Ben Elliston <bje@redhat.com>
1309From Graydon Hoare <graydon@redhat.com>
1310
1311 * config/sid.exp: Include support for "rawsid" protocol.
1312
188baff3
JB
13132002-05-03 Jim Blandy <jimb@redhat.com>
1314
1315 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
1316 * gdb.c++/hang3.C: New file.
1317
b9c07f0f
AC
13182002-05-04 Andrew Cagney <ac131313@redhat.com>
1319
1320 * gdb.base/default.exp: Remove obsolete code.
1321 * gdb.c++/misc.exp: Ditto. Update copyright.
1322 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
1323 * gdb.base/whatis.exp: Ditto. Update copyright.
1324 * gdb.base/scope.exp: Ditto. Update copyright.
1325 * gdb.base/ptype.exp: Ditto. Update copyright.
1326 * gdb.base/printcmds.exp: Ditto. Update copyright.
1327 * gdb.base/opaque.exp: Ditto. Update copyright.
1328 * gdb.base/list.exp: Ditto.
1329 * gdb.base/funcargs.exp: Ditto. Update copyright.
1330 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
1331 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
1332 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
1333 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
1334 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
1335 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
1336
5c7a0397
MS
13372002-05-02 Michael Snyder <msnyder@redhat.com>
1338
d6dcc264 1339 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
1340 * gdb.base/long_long.exp: Add xscale target.
1341 * gdb.base/default.exp: Add xscale target.
1342
eb7f1c48
JB
13432002-05-01 Jim Blandy <jimb@redhat.com>
1344
1345 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
1346 gdb.c++/hang.exp: New test.
1347
a6befae8
FF
13482002-05-01 Fred Fish <fnf@redhat.com>
1349
1350 * gdb.base/completion.exp: Handle completions of "./Make" for
1351 more than one completion possibility, as is the case when we
1352 build and test in the source tree.
1353
0a310277
AG
13542002-04-29 Anthony Green <green@redhat.com>
1355
1356 * gdb.java/jmisc1.exp: New file.
1357 * gdb.java/jmisc2.exp: New file.
1358
6ff9af88
DJ
13592002-04-24 Daniel Jacobowitz <drow@mvista.com>
1360
1361 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
1362
96b3d632
EZ
13632002-04-23 Elena Zannoni <ezannoni@redhat.com>
1364
1365 * gdb.base/help.exp: Change 'help status' to allow for target
1366 dependent output differences.
1367
5019bb54
MC
13682002-04-22 Michael Chastain <mec@shout.net>
1369
1370 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
1371
a805a116
MC
13722002-04-22 Michael Chastain <mec@shout.net>
1373
1374 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
1375
a1706bfd
DM
13762002-04-17 David S. Miller <davem@redhat.com>
1377
1378 * gdb.asm/sparc64.inc: New file.
1379 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
1380
a73a20a2
EZ
13812002-04-19 Elena Zannoni <ezannoni@redhat.com>
1382
1383 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
1384 instruction file directly into the build tree. Clean up at end of
1385 test.
1386
ba678339
DM
13872002-04-18 David S. Miller <davem@redhat.com>
1388
1389 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
1390 handle 64-bit platforms correctly.
1391 * gdb.base/maint.exp: Likewise.
1392
b03399da
KB
13932002-04-18 Kevin Buettner <kevinb@redhat.com>
1394
1395 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
1396 ``-fpic'' when compiling files comprising a shared library, but
1397 it does need additional linker flags in order to find shared
1398 libraries at run time.
1399
e2004992
KB
14002002-04-18 Kevin Buettner <kevinb@redhat.com>
1401
1402 * gdb.base/cvexpr.c (use): New function.
1403 (main): Invoke use() on all global variables to prevent
1404 some linkers from deleting these otherwise unused symbols.
1405
d8937120
MC
14062002-04-17 Michael Chastain <mec@shout.net>
1407From David S. Miller <davem@redhat.com>
1408
1409 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
1410 handle 64-bit platforms correctly.
1411
ffd61a58
MS
14122002-04-12 Michael Snyder <msnyder@redhat.com>
1413From Jim Blandy <jimb@redhat.com>
1414 * gdb.base/foo.c (foox): Remove section attribute; the linker
1415 script can handle this instead.
1416 * gdb.base/bar.c (barx): Same.
1417 * gdb.base/baz.c (bazx): Same.
1418 * gdb.base/grbx.c (grbxx): Same.
1419
1420 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
1421 manager doesn't automatically unmap overlays unnecessarily.
1422
6b8426a6
MH
14232002-04-10 Martin M. Hunt <hunt@redhat.com>
1424
1425 * gdb.base/ending-run.exp: Fix pattern for Mips targets
1426 stepping out of main.
1427
34af4875
MC
14282002-04-09 Michael Chastain <mec@shout.net>
1429
1430 * gdb.c++/local.cc (main): Move call to marker1() inside nested
1431 scope so that the nested scope tests will make sense.
1432 * gdb.c++/local.exp: Write patterns that actually work with gcc
1433 (the HP patterns "were never known to work with gcc").
1434 Keep the old aCC patterns too.
1435
2d1676a0
DJ
14362002-04-09 Daniel Jacobowitz <drow@mvista.com>
1437
1438 * gdb.base/attach.exp: Correct target board test.
1439
3a63e3f9
MC
14402002-04-08 Michael Chastain <mec@shout.net>
1441
1442 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
1443 in a const method. Add some xfail and fail cases for configurations
1444 that do not emit the "const ...".
1445
f18dabd2
MC
14462002-04-07 Michael Chastain <mec@shout.net>
1447
1448 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
1449 Accept "A * const" and "const A * const" as type of "this".
1450 Fix spelling of getFunky throughout. Make messages uniform.
1451
0fcddd82
EZ
14522002-04-07 Elena Zannoni <ezannoni@redhat.com>
1453
1454 Work around for PR gdb/285:
1455 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
1456
16a8534a
EZ
14572002-04-07 Elena Zannoni <ezannoni@redhat.com>
1458
1459 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
1460 instructions file at run time instead of configure time.
1461 Sometimes we run the test in a directory that is not the one we
1462 configured in.
1463 * gdb.asm/configure.in: Delete creation of symlink.
1464 * gdb.asm/configure: Regenerate.
1465
24181d81
JB
14662002-04-05 J. Brobecker <brobecker@gnat.com>
1467
1468 * gdb.gdb/xfullpath.exp: New test, to exercise the new
1469 xfullpath () function.
1470
7cdb7107
DJ
14712002-04-04 Daniel Jacobowitz <drow@mvista.com>
1472
1473 * gdb.asm/Makefile.in: Correct dependencies.
1474
1475 * gdb.asm/powerpc.inc: New file.
1476 * gdb.asm/asm-source.exp: Add PowerPC.
1477 * gdb.asm/configure.in: Likewise.
1478 * gdb.asm/configure: Regenerated.
1479
a7d17088
DJ
14802002-04-04 Daniel Jacobowitz <drow@mvista.com>
1481
1482 * gdb.base/relocate.exp: New file.
1483 * gdb.base/relocate.c: New file.
1484
cd721503
FF
14852002-04-04 Fred Fish <fnf@redhat.com>
1486
1487 * gdb.base/step-test.exp: Update comment regarding stopping in
1488 memcpy/bcopy calls inserted as part of the compiler runtime.
1489
b22ad7a7
MS
14902002-04-04 Michael Snyder <msnyder@redhat.com>
1491
1492 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
1493
5f279fa6
DJ
14942002-04-03 Daniel Jacobowitz <drow@mvista.com>
1495
1496 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
1497 (gdb_expect): Remove $notransfer hack.
1498
dd0fd3ce
DJ
14992002-04-02 Daniel Jacobowitz <drow@mvista.com>
1500
1501 * gdb.c++/classes.exp ("calling method for small class"): Match
1502 updated register output.
1503
1e50cda1
DJ
15042002-03-30 Daniel Jacobowitz <drow@mvista.com>
1505
1506 Fix PR gdb/452
1507 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
1508 when finished. Make gdb_file_cmd send "exec-file" when
1509 appropriate.
1510
24015922
DJ
15112002-03-30 Daniel Jacobowitz <drow@mvista.com>
1512
1513 * gdb.base/attach.exp: Remove extra setup_xfail.
1514
dd7dfd64
MS
15152002-03-26 Michael Snyder <msnyder@redhat.com>
1516
1517 * gdb.base/default.exp: Add tests for dump, append, and restore.
1518 * gdb.base/help.exp: Add tests for dump, append, and restore.
1519 * gdb.base/dump.exp: New file, test dump, append and restore.
1520 * gdb.base/dump.c: New file.
1521
48b2f8d7
MS
15222002-03-27 Michael Snyder <msnyder@redhat.com>
1523
1524 * gdb.base/help.exp: Modify expect strings to reflect
1525 clean-ups in help messages.
1526
05b4d525
FF
15272002-03-26 Fred Fish <fnf@redhat.com>
1528
1529 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
1530 have debugging info for those functions and the compiler uses them
1531 internally to copy structs around.
1532
d7679631
FF
15332002-03-26 Fred Fish <fnf@redhat.com>
1534
1535 * gdb.base/list.exp: Revert the change made yesterday and add note
1536 about why we don't list the default lines for remote targets.
1537
523ac3f9
MS
15382002-03-25 Michael Snyder <msnyder@redhat.com>
1539
1540 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
1541
754b2b8d
FF
15422002-03-25 Fred Fish <fnf@redhat.com>
1543
1544 * gdb.base/list.exp: This test works on remote targets so remove
1545 the short circuit for remote targets. Update copyright.
1546
33c3e192
FF
15472002-03-25 Fred Fish <fnf@redhat.com>
1548
1549 * gdb.base/attach.exp: Fix logic error that was suppressing this
1550 test for all non hppa*-*-hpux* targets, instead of the hp target.
1551 Move comments closer to the suppression point. Also now need to
1552 check that we are running natively.
1553
d43e73ee
MS
15542002-03-22 Michael Snyder <msnyder@redhat.com>
1555
882c8f02
MS
1556 * gdb.base/default.exp: Add test for gcore. Update copyright.
1557 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 1558
04c12f60
FF
15592002-03-06 Fred Fish <fnf@redhat.com>
1560
1561 * gdb.base/funcargs.c: Remove extraneous ';' character.
1562 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
1563
b43df995
MC
15642002-03-04 Michael Chastain <mec@shout.net>
1565
1566 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
1567 accommodate gcc v3 function signature.
1568 * gdb.mi/mi0-var-cmd-exp: Ditto.
1569
92362027
AC
15702002-02-24 Andrew Cagney <ac131313@redhat.com>
1571
1572 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
1573 ``GNU/Linux'' or ``Linux kernel''
1574 * testsuite/gdb.threads/pthreads.c: Ditto.
1575
258ad32d
MC
15762002-02-24 Michael Chastain <mec@shout.net>
1577
1578 * gdb.threads/pthreads.c (thread1): Add a return statement.
1579 (thread2): Likewise.
1580 (foo): Likewise.
1581
04c3b3d4
MC
15822002-02-23 Michael Chastain <mec@shout.net>
1583
1584 * gdb.threads/linux-dp.c (philosopher): Add a return statement
1585 to placate gcc.
1586
5a2a0a20
MC
15872002-02-23 Michael Chastain <mec@shout.net>
1588
1589 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
1590 test "ptype bint". The test passes on all my stabs configurations.
1591
a640f7fc
JB
15922002-02-21 Jim Blandy <jimb@redhat.com>
1593
27924826
JB
1594 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
1595 filename at a time, and watch for the ones we want to see.
1596
a640f7fc
JB
1597 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
1598 types of pointers to prototyped functions.
1599
edcc8c75
AC
16002002-02-20 Andrew Cagney <ac131313@redhat.com>
1601
1602 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
1603 signed, unsigned and straight char.
1604 (padding_char, padding_short, padding_int, padding_long,
1605 padding_long_long, padding_float, padding_double,
1606 padding_long_double): New global variables.
1607 (fill, fill_structs): New functions.
1608
1609 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
1610 for correctly sized writes. Update copyright.
1611 (get_valueof): New procedure.
1612 (get_sizeof): Call get_valueof.
1613 (check_valueof): New procedure.
1614 (check_padding): New procedure.
1615
ac57ea44
MC
16162002-02-20 Michael Chastain <mec@shout.net>
1617
1618 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
1619 to setup_xfail. Document some of the remaining calls.
1620
7a10c941
MC
16212002-02-18 Michael Chastain <mec@shout.net>
1622
1623 * gdb.c++/userdef.exp: Update copyright year.
1624
fb8acdcc
DJ
16252002-02-18 Daniel Jacobowitz <drow@mvista.com>
1626
1627 * gdb.c++/userdef.exp: Test overloaded operators properly.
1628 Remove xfails.
1629
fda6ae12
MS
16302002-02-14 Michael Snyder <msnyder@redhat.com>
1631
1632 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
1633
676a0442
DJ
16342002-02-14 Daniel Jacobowitz <drow@mvista.com>
1635
1636 * gdb.base/a2-run.exp: Check for a remote target properly.
1637 * gdb.base/annota1.exp: Likewise.
1638 * gdb.base/list.exp: Likewise.
1639 * gdb.base/reread.exp: Likewise.
1640 * gdb.base/scope.exp: Likewise.
1641 * gdb.base/shlib-call.exp: Likewise.
1642 * gdb.base/term.exp: Likewise.
1643 * gdb.c++/annota2.exp: Likewise.
1644
78b4f468
RE
16452002-02-13 Richard Earnshaw <rearnsha@arm.com>
1646
1647 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
1648
9a81ba51
MC
16492002-02-10 Michael Chastain <mec@shout.net>
1650
1651 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
1652 (call_after_alloca): Ditto.
1653
004af6c7
DJ
16542002-02-10 Daniel Jacobowitz <drow@mvista.com>
1655
1656 * gdb.base/ending-run.exp: Guard "cont" test with
1657 gdb_skip_stdio_test.
1658
37225f62
JB
16592002-02-06 Jim Blandy <jimb@redhat.com>
1660
1661 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
1662 from here...
1663 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
1664 To here. Disable this test on non-HP platforms. Add big comment.
1665
fe6fdd96
MS
16662002-02-04 Michael Snyder <msnyder@redhat.com>
1667
1668 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
1669 other than d10v and m32r.
1670
036fad3f
RE
16712002-02-02 Richard Earnshaw <rearnsha@arm.com>
1672
1673 * gdb.base/default.exp: Rewrite test patterns to reduce time
1674 taken to match them.
1675
7148ab62
DJ
16762002-01-30 Daniel Jacobowitz <drow@mvista.com>
1677
1678 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
1679 Allow a start function above main.
1680 * gdb.threads/linux-dp.exp: Fix copyright date.
1681
396cc255
DJ
16822002-01-30 Daniel Jacobowitz <drow@mvista.com>
1683
1684 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
1685 (check_philosopher_stack): Check for manager thread before checking
1686 for a just-starting thread.
1687
f038d31b
DJ
16882002-01-30 Daniel Jacobowitz <drow@mvista.com>
1689
1690 From Neil Booth <neil@daikokuya.demon.co.uk>:
1691 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
1692 warnings.
1693
b3ff9d9a
FF
16942002-01-21 Fred Fish <fnf@redhat.com>
1695
1696 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
1697 not caller.
1698
39ad761d
JB
16992002-01-21 Jim Blandy <jimb@redhat.com>
1700
1701 * gdb.base/reread.exp: Check that GDB properly re-reads the
1702 executable file when it changes while no inferior is running.
1703
aaf320fa
FF
17042002-01-21 Fred Fish <fnf@redhat.com>
1705
1706 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
1707 optionally accept the "shlib events" variation.
1708
808a31f5
JB
17092002-01-21 Jim Blandy <jimb@redhat.com>
1710
1711 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
1712 call `fflush' after every `printf', so that the output is produced
1713 at predictable points, regardless of whatever buffering does (or
1714 doesn't) take place.
1715 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
1716 at different points.
1717
4420d5e2
DJ
17182002-01-20 Daniel Jacobowitz <drow@mvista.com>
1719
1720 * gdb.c++/inherit.exp: Update copyright years.
1721 * gdb.c++/method.exp: Likewise.
1722
3e36a0f4
DJ
17232002-01-20 Daniel Jacobowitz <drow@mvista.com>
1724
1725 * gdb.c++/classes.exp: Update for improved v3 support and skipping
1726 artificial methods/arguments.
1727 * gdb.c++/derivation.exp: Likewise.
1728 * gdb.c++/inherit.exp: Likewise.
1729 * gdb.c++/method.exp: Likewise.
1730 * gdb.c++/virtfunc.exp: Likewise.
1731
b4ceaee6
AC
17322002-01-18 Andrew Cagney <ac131313@redhat.com>
1733
1734 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
1735 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
1736 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
1737 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
1738 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
1739 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
1740
ecace851
JB
17412002-01-17 Jim Blandy <jimb@redhat.com>
1742
1743 * gdb.asm/asm-source.exp (info symbol): Take another shot at
1744 anchoring the pattern matching the entry point symbol's name.
1745
375fc983
AC
17462002-01-17 Andrew Cagney <ac131313@redhat.com>
1747
1748 * gdb.base/maint.exp: Update ``maint internal-error'' to match
1749 continue/quit query. Update copyright.
1750
fe6fdd96
MS
17512002-01-14 Michael Snyder <msnyder@redhat.com>
1752
1753 * gdb.base/gcore.exp: Remove extra debugging output.
1754
e017c81f
DJ
17552002-01-13 Daniel Jacobowitz <drow@mvista.com>
1756
1757 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
1758 for slightly dubious v2 mangled string.
1759
37ab3bf8
DJ
17602002-01-13 Daniel Jacobowitz <drow@mvista.com>
1761
1762 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
1763
1bc05c3a 17642002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 1765
1bc05c3a 1766 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 1767
1bc05c3a
JM
1768 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
1769 constructors.
1770 * gdb.c++/derivation.exp: Likewise.
1771 * gdb.c++/templates.exp: Likewise.
1772 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 1773
1bc05c3a
JM
17742002-01-10 Michael Snyder <msnyder@redhat.com>
1775
1776 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 1777
a911c360
MS
17782002-01-08 Michael Snyder <msnyder@redhat.com>
1779
1780 * gdb.base/gcore.exp: New test for generate-core-file command.
1781 * gdb.base/gcore.c: Testcase for above.
1782 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
1783
ea2119ec
JM
17842002-01-08 Jason Merrill <jason@redhat.com>
1785
1786 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
1787
68203136
FF
17882002-01-07 Fred Fish <fnf@redhat.com>
1789
1790 * gdb.c++/overload.exp: Remove unconditional xfails for:
1791 print foo_instance1.overloadargs(1)
1792 print foo_instance1.overloadargs(1, 2)
1793 print foo_instance1.overloadargs(1, 2, 3)
1794 print foo_instance1.overloadargs(1, 2, 3, 4)
1795 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
1796 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
1797 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
1798 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
1799 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
1800 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1801 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
1802 print foo_instance1.overload1arg()
1803 print foo_instance1.overload1arg((char)arg2)
1804 print foo_instance1.overload1arg((signed char)arg3)
1805 print foo_instance1.overload1arg((unsigned char)arg4)
1806 print foo_instance1.overload1arg((int)arg7)
1807 print foo_instance1.overload1arg((unsigned int)arg8)
1808 print foo_instance1.overload1arg((float)arg11)
1809 print foo_instance1.overload1arg((double)arg12)
1810
21b9b5b1
MS
18112002-01-07 Michael Snyder <msnyder@redhat.com>
1812
1813 * gdb.base/huge.exp: New test. Print a very large target data object.
1814 (skip_huge_test): New test variable. Define if you want to skip this
1815 test. The test reads an 8 megabyte data object from the target, so it
1816 might be very time consuming on remote targets with a slow connection.
1817 * gdb.base/huge.c: New file. Test case for above.
1818
725f922e
FF
18192002-01-07 Fred Fish <fnf@redhat.com>
1820
1821 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
1822 g_instance.bfoo, and g_instance.cfoo.
1823
634d57ec
JL
1824Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
1825
f286b2c3
JL
1826 * gdb.base/break.c (multi_line_if_conditional): New function.
1827 (multi_ilne_while_conditional): Likewise.
1828 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
1829 IF or WHILE condition puts the breakpoint at the start of
1830 the condition.
1831
634d57ec
JL
1832 * gdb.base/selftest.exp (backtrace through signal handler): Remove
1833 hppa*-*-hpux* expected failure.
1834 * gdb.base/structs.exp (do_function_calls): Similarly.
1835
1836 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
1837 watchpoints.
1838
9fbfe2dc
AC
18392002-01-06 Andrew Cagney <ac131313@redhat.com>
1840
1841 Fix PR gdb/66.
1842 * gdb.base/structs.exp: Replace skip for a29k with skip for
1843 gdb,cannot_call_functions.
1844 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
1845 * gdb.base/callfuncs.exp: Ditto.
1846 * gdb.base/call-rt-st.exp: Ditto.
1847 * gdb.base/call-strs.exp: Ditto.
1848 * gdb.base/callfwmall.exp: Ditto.
1849 * gdb.base/scope.exp: Obsolete xfail a29k.
1850 * gdb.c++/misc.exp: Ditto.
1851 * gdb.c++/cplusfuncs.exp: Ditto.
1852 * gdb.base/ptype.exp: Ditto.
1853 * gdb.base/printcmds.exp: Ditto.
1854 * gdb.base/opaque.exp: Ditto.
1855 * gdb.base/list.exp: Ditto.
1856 * gdb.base/funcargs.exp: Ditto.
1857 * gdb.base/default.exp: Ditto.
1858
8ddad156
MS
18592002-01-04 Michael Snyder <msnyder@redhat.com>
1860
ca4976a6 1861 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
1862 * gdb.base/maint.exp: Add tests for maint info sections options.
1863
1b074332
JL
1864Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
1865
1866 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
1867
7d159115
CV
18682001-12-20 Corinna Vinschen <vinschen@redhat.com>
1869
1870 * gdb.asm/arm.inc: New file.
1871 * gdb.asm/asm-source.exp: Add arm targets.
1872 * gdb.asm/configure.in: Ditto.
1873 * gdb.asm/configure: Recreated from configure.in.
1874
8fb87725
JL
1875Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
1876
afabe08c
JL
1877 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
1878 with HP's compiler.
1879 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
1880 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
1881 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
1882 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
1883
1884 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
1885 either HP's compilers or GCC.
1886
db521deb
JL
1887 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
1888 a SIGBUS or SIGSEGV.
1889
1890 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
1891
1892 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
1893 can be compiled with either HP's compiler or GCC.
1894
cfa88ab7
JL
1895 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
1896 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
1897 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
1898
ca344dff
JL
1899 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
1900 to match current gdb output. Update due to using auto-solib-limit
1901 for limiting instead of overloading auto-solib-add.
1902 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
1903 test program.
1904
3f3c6e55 1905 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
1906 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
1907 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1908 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
1909 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
1910 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1911 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
1912 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
1913 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
1914 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
1915 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
1916 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
1917 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 1918
8fb87725
JL
1919 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
1920 a SIGTRAP to the inferior.
1921
cf599fa7
CV
19222001-12-19 Corinna Vinschen <vinschen@redhat.com>
1923
1924 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
1925 Substitute call to target_link by call to gdb_compile.
1926
2cd045cd
JL
1927Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
1928
1929 * gdb.base/break.exp: Fix HP specific search string when testing
1930 backtracing in a called function.
1931
1932 * gdb.base/constvars.exp: Only set lang to C++ if we're
1933 compiling the test with HP's compilers.
1934 * gdb.base/volatile.exp: Similarly.
1935
99ebe9ac
JB
19362001-12-19 Jim Blandy <jimb@redhat.com>
1937
1938 * gdb.base/printcmds.exp: Expect the null character to be printed
1939 as '\0', and the '\013' to be printed as '\v'.
1940 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
1941 * gdb.base/setvar.exp: Same.
1942
b9891b29
JB
19432001-12-17 Jim Blandy <jimb@redhat.com>
1944
0eba65ab
JB
1945 * gdb.base/completion.exp: Rather than completing very long
1946 filenames, which can make the readline library produce output we
1947 don't recognize, cd to the directory first, and then complete
1948 using nice, short relative paths.
1949
6970b5b1
JB
1950 * gdb.base/completion.exp: On some systems, there is, in fact, a
1951 variable named `b' in scope, since GDB treats all static
1952 variables as being in scope. So use `no_var_named_this'
1953 instead of `b'.
1954
b9891b29
JB
1955 * gdb.base/corefile.exp: Recognize the message saying that GDB
1956 can't find the core file's registers as a failure.
1957
e6ccd35f
JSC
19582001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
1959
1960 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
1961 test expect string more specific.
1962
105ba819
CV
19632001-12-13 Corinna Vinschen <vinschen@redhat.com>
1964
1965 * gdb.asm/asm-source.exp: Add support for xstormy16.
1966 * gdb.asm/configure.in: Ditto.
1967 * gdb.asm/configure: Rebuild.
1968 * gdb.asm/xstormy16.inc: New file.
1969
e9e79dd9
FF
19702001-12-10 Fred Fish <fnf@redhat.com>
1971
1972 * gdb.base/maint.exp: Update to match changes in type dumping code.
1973
347dc97d
JB
19742001-12-10 Jim Blandy <jimb@redhat.com>
1975
1976 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
1977 matching the entry point symbol's name at the beginning of the
1978 line.
1979
5178b9d6
DJ
19802001-12-07 Daniel Jacobowitz <drow@mvista.com>
1981
1982 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
1983 gdb.c++/inherit.exp, gdb.c++/method.exp,
1984 gdb.c++/namespace.exp, gdb.c++/templates.exp,
1985 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
1986 and class layout support.
1987
af890c52
DJ
19882001-12-07 Daniel Jacobowitz <drow@mvista.com>
1989
1990 * gdb.c++/classes.exp: Add test for static member function.
1991 * gdb.c++/misc.cc: Add class with static member function.
1992
7a345fb3
JB
19932001-12-07 Jim Blandy <jimb@redhat.com>
1994
f2e54a80 1995 If GDB says it can't find the struct the function returned, report
8032bf31
JB
1996 those tests as `unsupported'.
1997 * gdb.base/call-rt-st.exp (print_struct_call): New function.
1998 Rewrite subsequent tests to use it.
1999
2000 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
2001 those tests as `unsupported'.
2002 * gdb.base/structs.exp (call_struct_func): New function.
2003 (do_function_calls): Use call_struct_func to call the functions
2004 returning structs.
2005
0bc69509
JB
2006 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
2007 whether functions are prototyped or not, so we can't possibly pass
2008 arguments to t_float_values2 properly.
2009
7a345fb3
JB
2010 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
2011 value of `timeout' for targets other than the mips*tx39-*.
2012
edb6ede1
MS
20132001-12-06 Michael Snyder <msnyder@redhat.com>
2014
2015 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
2016 and detect whether the start symbol has a leading underscore.
2017
2d842f13
JB
20182001-12-04 Jim Blandy <jimb@redhat.com>
2019
2020 * gdb.base/completion.exp: Clarify indentation.
2021
68550daf
JB
20222001-12-03 Jim Blandy <jimb@redhat.com>
2023
2024 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
2025 variables on the S/390, not `.word'.
2026
cd5195a8
JB
20272001-11-30 Jim Blandy <jimb@redhat.com>
2028
2029 Add assembly-source tests for s390-ibm-linux.
2030 * gdb.asm/s390.inc: New file.
2031 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
2032 the S/390 architecture.
2033 * gdb.asm/configure: Regenerated.
2034
ca9efc90
MS
20352001-11-30 Michael Snyder <msnyder@redhat.com>
2036
2037 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
2038 next, info source, info sources, info line, global and static
2039 variables, and static functions.
2040 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
2041 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
2042 * gdb.asm/asmsrc1.s: Add a static function and some variables.
2043 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
2044 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
2045 (gdbasm_leave): Restore frame pointer.
2046 (gdbasm_startup): Copy stack set-up from crt0.S.
2047
d0e66976
FN
20482001-11-26 Fernando Nasser <fnasser@redhat.com>
2049
2050 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
2051 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
2052 to a local (non-static) variable. Copy tstruct.a to a static buffer
2053 and return a pointer to that buffer.
2054 * gdb.base/callfwmall.c (t_structs_a): Ditto.
2055
e2334072
MK
20562001-11-24 Mark Kettenis <kettenis@gnu.org>
2057
2058 * gdb.asm/configure.in: Fix recognition of ix86 target.
2059 * gdb.asm/configure: Regenerate.
2060
756caa3d
MS
20612001-11-21 Michael Snyder <msnyder@redhat.com>
2062
2063 * gdb.asm/sparc.inc: New file.
2064 * gdb.asm/asm-source.exp: Recognize sparc target.
2065 * gdb.asm/configure.in: Recognize sparc target.
2066 * gdb.asm/configure: Regenerate.
2067
9a4d72d5
MS
20682001-11-21 Michael Snyder <msnyder@redhat.com>
2069
2070 * gdb.asm/m32r.inc: New file.
2071 * gdb.asm/asm-source.exp: Recognize m32r target.
2072 * gdb.asm/configure.in: Recognize m32r target.
2073 * gdb.asm/configure: Regenerate.
2074
a773d1cd
MS
20752001-11-20 Michael Snyder <msnyder@redhat.com>
2076
017ac23d
MS
2077 * gdb.asm/i386.inc: New file.
2078 * gdb.asm/asm-source.exp: Recognize ix86 target.
2079 * gdb.asm/configure.in: Recognize ix86 target.
2080 * gdb.asm/configure: Regenerate.
2081
a773d1cd
MS
2082 * gdb.c++/namespace.exp: Fix quotes in output messages.
2083
bb632afb
MS
20842001-11-14 Michael Snyder <msnyder@redhat.com>
2085
25d559ca 2086 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
2087 qualifier in a type cast expression, to designate an address
2088 in the instruction space (Harvard architecture).
2089
4749e309
MS
20902001-11-13 Michael Snyder <msnyder@redhat.com>
2091
2092 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
2093 Tests for expressions using 'const' and 'volatile'.
2094
25050984
CV
20952001-11-13 Corinna Vinschen <vinschen@redhat.com>
2096
2097 * gdb.asm/asm-sources.exp: Allow defining linker flags.
2098
1902c51f
DJ
20992001-11-12 Daniel Jacobowitz <drow@mvista.com>
2100
2101 * lib/mi-support.exp (mi_run_to_helper): Move comments
2102 outside of gdb_expect.
2103
dcf95b47
DJ
21042001-11-11 Daniel Jacobowitz <drow@mvista.com>
2105
2106 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
2107 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
2108 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
2109 mi0_run_to): New functions.
2110 * gdb.mi/mi-simplerun.exp: Use them.
2111 * gdb.mi/mi0-simplerun.exp: Likewise.
2112 * gdb.mi/mi-var-cmd.exp: Likewise.
2113 * gdb.mi/mi0-var-cmd.exp: Likewise.
2114
45b074e1
AC
21152001-11-10 Andrew Cagney <ac131313@redhat.com>
2116
2117 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
2118 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
2119
bf50d346
AC
21202001-11-09 Andrew Cagney <ac131313@redhat.com>
2121
2122 * gdb.base/restore.exp: Include $expected value in restored test
2123 message.
2124
9383332c
AC
21252001-11-09 Andrew Cagney <ac131313@redhat.com>
2126
2127 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
2128 implemented.
2129
db62520a
MS
21302001-11-08 Michael Snyder <msnyder@redhat.com>
2131
2132 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
2133 Add pass/fail message for stop at breakpoint in call dummy function.
2134
b5703437
MS
21352001-11-07 Michael Snyder <msnyder@redhat.com>
2136
760f6330
MS
2137 * gdb.c++/templates.exp (test_template_breakpoints):
2138 If we get an overload menu, but it does not match what
2139 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
2140 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
2141 making the whitespace optional. Argument for "new" may be
2142 "unsigned" as well as "unsigned int/long".
eef747c0
MS
2143 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
2144 making the whitespace optional. Also replace "(void) with
2145 "((void|)), making the keyword "void" optional.
63f50499
MS
2146 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
2147 making the whitespace optional. Also replace "(void) with
2148 "((void|)), making the keyword "void" optional.
3bf40917
MS
2149 * gdb.base/callfuncs.c (t_float_values): This function must
2150 _not_ be prototyped, and the following function (t_float_values2)
2151 must be prototyped (if the compiler supports it), so that GDB
2152 can be tested against both cases. Usually one case involves
2153 promotion of float to double, while the other does not.
2154 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
2155 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
2156 includes a stack frame for "start".
2157
c8ab4e6d
JB
21582001-11-05 Jim Blandy <jimb@redhat.com>
2159
2160 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
2161 pointers are 32 bits long, and that offsets of relocs are always
2162 stored in the data (REL-style), and not in the reloc entry itself
2163 (RELA-style).
2164 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
2165 stabs.
2166
3f08ced9
MS
21672001-11-01 Michael Snyder <msnyder@redhat.com>
2168
2169 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
2170 and regular expression operators by using quoting.
2171
cbfa24cd
MS
21722001-10-31 Michael Snyder <msnyder@redhat.com>
2173
2174 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
2175 depending on what the symbol table contains.
2176 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
2177 the output of the ptype command. Similarly, accept both "const &"
2178 and "const&".
2179
aaa68313
CV
21802001-10-31 Corinna Vinschen <vinschen@redhat.com>
2181
2182 * gdb.base/miscexprs.c (main): Add usage of preprocessor
2183 symbol `STORAGE' to allow to choose the storage class of
2184 the local datastructures.
2185 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
2186 compiler directive.
2187
91740388
MS
21882001-10-30 Michael Snyder <msnyder@redhat.com>
2189
2190 * gdb.base/jump.exp: Allow it to run for all targets.
2191
1b7c05e7
CV
21922001-10-29 Corinna Vinschen <vinschen@redhat.com>
2193
2194 * gdb.base/call-ar-st.c (print_double_array): Match for loop
2195 with new double_array size.
2196 (main): Change storage class of all local variables to static.
2197 Reduce size of double_array to 9.
2198 * gdb.base/call-ar-st.exp: Increase timeout value.
2199 Change expected output for double array to match new size in
2200 call-ar-st.c.
2201
36a22261
CV
22022001-10-29 Corinna Vinschen <vinschen@redhat.com>
2203
2204 * gdb.base/ending-run.exp: Create identical output when passing
2205 `step to end of run' case. Add regular expression branch satisfying
2206 Stormy16 target.
2207
92b8ae91
MK
22082001-10-28 Mark Kettenis <kettenis@gnu.org>
2209
2210 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
2211 that we catch the expected failure under Linux/x86.
2212
cb135b83
OF
22132001-10-29 Orjan Friberg <orjanf@axis.com>
2214
2215 * gdb.base/setvar.exp: Escape curly braces.
2216 * gdb.stabs/weird.exp: Ditto.
2217
6884aa54
DJ
22182001-10-27 Daniel Jacobowitz <drow@mvista.com>
2219
2220 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
2221 * gdm.mi/mi0-hack-cli.exp: Likewise.
2222
0398c9aa
AC
22232001-10-25 Andrew Cagney <ac131313@redhat.com>
2224
2225 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
2226 messages.
2227
d20bf2e8
AC
22282001-10-21 Andrew Cagney <ac131313@redhat.com>
2229
2230 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
2231 checking MI enabled.
2232
03dd63aa
CV
22332001-10-09 Corinna Vinschen <vinschen@redhat.com>
2234
2235 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
2236
1d9d99f3
FCE
22372001-10-04 Frank Ch. Eigler <fche@redhat.com>
2238
2239 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
2240 if gdb child process crashes, just signal an error.
2241
838ae6c4
JB
22422001-10-02 Jim Blandy <jimb@redhat.com>
2243
2244 * lib/gdb.exp (test_xfail_format): Simplify.
2245
2246 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
2247 front of the variable name `format'. Simplify `if'.
2248
8f0cbc1c
DJ
22492001-10-01 Daniel Jacobowitz <drow@mvista.com>
2250
2251 * gdb.threads/pthreads.exp: Wait for output and delay
2252 before sending ^C.
2253
1f08dafd
DJ
22542001-10-01 Daniel Jacobowitz <drow@mvista.com>
2255
2256 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
2257 some incorrect output instead of timing out.
2258 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
2259
674f90ff
CV
22602001-09-28 Corinna Vinschen <vinschen@redhat.com>
2261
2262 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
2263 check to allow additional `int'.
2264
9b284272
DJ
22652001-09-27 Daniel Jacobowitz <drow@mvista.com>
2266
2267 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
2268 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
2269
b55a4771
MS
22702001-09-27 Michael Snyder <msnyder@redhat.com>
2271
2272 * lib/gdb.exp (test_debug_format): New proc.
2273 (setup_xfail_format): Use new proc test_debug_format.
2274 * gdb.base/constvars.exp (local_compiler_xfail_check): New
2275 proc; use new service proc test_debug_format.
2276 Replace all other "gcc_compiled" tests with this test.
2277 * gdb.base/volatile.exp (local_compiler_xfail_check): New
2278 proc; use new service proc test_debug_format.
2279 Replace all other "gcc_compiled" tests with this test.
2280
22812001-09-27 Michael Snyder <msnyder@redhat.com>
2282
2283 * gdb.base/cvexpr.exp: New file.
2284 * gdb.base/cvexpr.c: New file
2285 Test for expressions using const and volatile keywords.
2286
4e6667ac
CV
22872001-09-26 Corinna Vinschen <vinschen@redhat.com>
2288
2289 * gdb.base/constvars.exp: Check for different orders of keywords
2290 and additional "int" strings in output.
2291
4f337972
AC
22922001-09-22 Andrew Cagney <ac131313@redhat.com>
2293
2294 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
2295 responses from "help maint".
2296
2015650d
FCE
22972001-09-19 Frank Ch. Eigler <fche@redhat.com>
2298
2299 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
2300 to localhost:NNN instead of :NNN, in case Xvfb is listening
2301 only on TCP.
2302
f3bcedc1
CV
23032001-09-19 Corinna Vinschen <vinschen@redhat.com>
2304
2305 * gdb.base/recurse.exp: When checking leaving the watchpoint
2306 scope, recognize when gdb is in function's epilogue and pass.
2307
6b819c92
KS
23082001-09-18 Keith Seitz <keiths@redhat.com>
2309
2310 * lib/insight-support.exp (_gdbtk_export_target_info): Add
2311 support for running tests against sid targets.
2312 (gdbtk_done): Ditto.
2313
a10c9419
CV
23142001-09-18 Corinna Vinschen <vinschen@redhat.com>
2315
2316 * gdb.base/ending-run.c (main): Set stdout buffersize
2317 to the same reasonable value for any target.
2318 * gdb.base/ending-run.exp: Add a regular expression
2319 to make testsuite happy on Sanyo Stormy16 target.
2320
739d0d99
CV
23212001-09-17 Corinna Vinschen <vinschen@redhat.com>
2322
2323 * gdb.base/display.c (do_loops): Add float variable `f'.
2324 Increment f in loop.
2325 * gdb.base/display.exp: Increment timeout by 60 seconds.
2326 Change float display test to use variable `f'.
2327
1b8947f0
JB
23282001-09-17 Jim Blandy <jimb@redhat.com>
2329
2330 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
2331 overflowing the limited breakpoint tables on some ROM monitors
2332 (like the ROM68K).
2333
9890ac81
FCE
23342001-09-15 Frank Ch. Eigler <fche@redhat.com>
2335
2336 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
2337 the "-ac" (disable access control) flag.
2338
6db765ea
JH
23392001-08-30 Jeff Holcomb <jeffh@redhat.com>
2340
2341 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
2342 ints.
2343
4c32cc04
KS
23442001-08-30 Keith Seitz <keiths@redhat.com>
2345
2346 * lib/gdb.exp: Move all insight-related functionality into
2347 separate file.
2348 * lib/insight-support.exp: New file.
2349
8d6e6f81
FCE
23502001-08-29 Frank Ch. Eigler <fche@redhat.com>
2351
2352 * config/sid.exp (sid_start): Never set sid verbosity; disable
2353 expect_background {} that consumed its stdout; tolerate </dev/null.
2354 Attempt to set endianness override in "sid" protocol mode. Cleanup.
2355
6a90e1d0
AC
23562001-08-18 Andrew Cagney <ac131313@redhat.com>
2357
2358 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
2359 CLI jump command to start it.
2360 (mi_run_to_main): Fail immediatly when unexpected output.
2361
1759b3c3
AC
23622001-08-18 Andrew Cagney <ac131313@redhat.com>
2363
2364 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
2365 beginning of function. Fix PR gdb/191.
2366
61d11d80
FCE
23672001-08-16 Frank Ch. Eigler <fche@redhat.com>
2368
2369 * config/sid.exp (sid_start): Don't warn if we cannot figure out
2370 what to force sid endianness to.
2371
942a4df2
KS
23722001-08-15 Keith Seitz <keiths@redhat.com>
2373
2374 * lib/gdb.exp (gdbtk_start): Don't set environment
2375 variables for TCL_LIBRARY and friends. Insight will
2376 now figure these out for itself.
2377
0521c418
MS
23782001-08-02 Michael Snyder <msnyder@redhat.com>
2379
2380 * gdb.base/completion.exp: Remove the symbol "a64l" from
2381 the expect string; this is target-specific, and not related
2382 to what is being tested.
2383
74a9a58a
DB
23842001-08-02 Dave Brolley <brolley@redhat.com>
2385
2386 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
2387
c70819fa
MS
23882001-07-25 Michael Snyder <msnyder@redhat.com>
2389
c2b8fa57
MS
2390 * gdb.base/consecutive.exp: New file. Test stepping over
2391 breakpoints on consecutive instructions.
2392 * gdb.base/consecutive.c: New file.
2393
c70819fa
MS
2394 * gdb.base/call-rt-st.exp: Use double-backslash to quote
2395 curly braces in regular expressions.
2396
2b1a1355
MS
23972001-07-25 Michael Snyder <msnyder@redhat.com>
2398
2399 * gdb.base/ending-run.exp: Accept "Program exited normally" as
2400 legitimate output from stepping out of main.
2401
413eca6f
KS
24022001-07-22 Keith Seitz <keiths@redhat.com>
2403
2404 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
2405 the empty string, do not run the tests.
2406
7e5a9322
SC
24072001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2408
2409 * gdb.base/long_long.exp: Detect size of pointer. Take into
2410 account 2-byte pointers when testing for p/a results.
2411
de58f10f
SC
24122001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2413
2414 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
2415 and defined to 1K for m68hc11.
2416 (random_data): Reduce table to 1K for embedded platforms (68hc11).
2417 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
2418 (sizeof_random_data): New variable to tell the size of the data table;
2419 don't test past this size; always run to main.
2420
d6f5fea1
SC
24212001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2422
2423 * gdb.base/return2.exp: return of long long and double fails for
2424 68HC11; don't execute these tests on that platform.
2425 * gdb.base/return.exp: Return of a double fails for 68hc11.
2426
c477543d
SC
24272001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2428
2429 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
2430 tests that print a float.
2431 * call-rt-st.exp: Likewise.
2432
63cf1c79
MK
24332001-07-12 Mark Kettenis <kettenis@gnu.org>
2434
2435 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
2436 running this test on Linux.
2437
112f9ab5
MC
24382001-06-24 Michael Chastain <chastain@redhat.com>
2439
2440 * gdb.base/arithmet.exp: Remove some tests to make all test names
2441 unique.
2442
4970cb0f
MS
24432001-07-03 Michael Snyder <msnyder@redhat.com>
2444
2445 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
2446 the output of the ptype command.
2447
d85da69f
MS
24482001-07-02 Michael Snyder <msnyder@redhat.com>
2449
4c8a82de
MS
2450 * gdb.base/completion.exp: Don't assume that break.c is the only
2451 source file that may contain functions named "marker".
d85da69f
MS
2452 * gdb.base/corefile.exp: Quote the curly braces in regexp.
2453
8afc772b
AC
24542001-06-28 Andrew Cagney <ac131313@redhat.com>
2455
2456 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
2457 of files to delete.
2458
2459 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
2460 * gdb.disasm/h8300s.exp: New file.
2461 gdb.disasm/h8300s.s: Likewise.
2462
cff22675
AC
24632001-06-27 Andrew Cagney <ac131313@redhat.com>
2464
2465 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
2466 empty breakpoint tables.
2467
68c81b54
AC
24682001-06-25 Andrew Cagney <ac131313@redhat.com>
2469
2470 * lib/mi-support.exp: Update args=... part of stop-reason
2471 patterns. Accept either a list or a tuple.
2472
2dd62704
AC
24732001-06-23 Andrew Cagney <ac131313@redhat.com>
2474
2475 * lib/mi-support.exp: Remove local emacs variable defining
2476 change-log-default-name.
2477
b4127474
MC
24782001-06-22 Michael Chastain <chastain@redhat.com>
2479
2480 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
2481 This is operationally compatible with the previous version.
2482
8dbfb380
JB
24832001-06-13 Jim Blandy <jimb@redhat.com>
2484
2485 * lib/gdb.exp (gdb_test): Doc fix.
2486
f2d8c86d
MC
24872001-06-10 Michael Chastain <chastain@redhat.com>
2488
2489 * gdb.base/exprs.exp: Remove a duplicate test.
2490
81564d34
JB
24912001-06-06 Jim Blandy <jimb@redhat.com>
2492
2493 * gdb.base/return2.exp (main): Use values to test float and double
2494 returns that are not NaN's, to avoid being confused by IEEE
2495 comparison rules.
2496
da55addb
MS
24972001-06-04 Michael Snyder <msnyder@redhat.com>
2498
2499 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
2500 non-zero if control_c fails. Terminate the test on failure,
2501 rather than wait for 12 more tests to time out.
2502
42c65987
JB
25032001-06-06 Jim Blandy <jimb@redhat.com>
2504
b18bced9
JB
2505 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
2506 Don't forget to match the GDB prompt.
2507
42c65987
JB
2508 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
2509
5b41e5f0
JB
25102001-06-04 Jim Blandy <jimb@redhat.com>
2511
2512 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
2513 command.
2514
015e046f
KB
25152001-05-31 Kevin Buettner <kevinb@redhat.com>
2516
2517 * gdb.base/annota1.exp (info break): Match four or more spaces
2518 after "Address".
2519
fb1ffbbe
MC
25202001-05-31 Michael Chastain <chastain@redhat.com>
2521
2522 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
2523 (dm_type_int_star): Likewise.
2524 (dm_type_long_star): Likewise.
2525 (dm_type_void_star): Likewise.
2526
5ea2a32c
KB
25272001-05-29 Kevin Buettner <kevinb@redhat.com>
2528
2529 * gdb.base/completion.exp (INPUTRC): Set this environment variable
2530 to a known value in order to get consistent results regardless
2531 of the setting of INPUTRC or the presence or contents of .inputrc.
2532
ae23c492
MS
25332001-05-24 Michael Snyder <msnyder@redhat.com>
2534
ac55707e
MS
2535 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
2536 Don't require that the main thread and the manager thread are the
2537 first in the list.
2538
ae23c492
MS
2539 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
2540 debugging. If test fails, issue an "unsupported" not a "fail".
2541
400071f1
JB
25422001-05-24 Jim Blandy <jimb@redhat.com>
2543
2544 Don't assume that short is shorter than int.
2545 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
2546 assume that shorts are smaller than ints. On a 16-bit machine,
2547 this isn't true.
2548 ("print unsigned char == (~0)"): Add test that verifies that ~0,
2549 an int, is not equal to ~0 stored in an unsigned char. This tests
2550 the same thing that the previous test meant to, but works on
2551 16-bit machines, too.
2552 ("print unsigned char != (~0)"): Same test, complemented.
2553
0816a3e5
MS
25542001-05-24 Michael Snyder <msnyder@redhat.com>
2555
2556 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
2557 test for (full_coverage == 0). This makes the test run faster,
2558 and prevents dejagnu getting out of step.
2559
f6dc23a9
KB
25602001-05-23 Kevin Buettner <kevinb@redhat.com>
2561
2562 * gdb.base/finish.exp (finish_void): Revise pattern for
2563 stopping on the call statement to not permit stopping at
2564 the start of the instructions comprising the call sequence.
2565
7dbd117d
MC
25662001-05-19 Michael Chastain <chastain@redhat.com>
2567
2568 * gdb.base/callfuncs.exp: Make all test names unique.
2569 * gdb.base/commands.exp: Make all test names unique.
2570 * gdb.base/condbreak.exp: Make all test names unique.
2571 * gdb.base/dbx.exp: Make all test names unique.
2572 * gdb.base/default.exp: Make all test names unique.
2573 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
2574 and TIMEOUT messages to their corresponding PASS message.
2575 * gdb.base/ending-run.exp: Make all test names unique.
2576 * gdb.base/long_long.exp: Remove duplicate test.
2577
6b0b0a9e
KB
25782001-05-21 Kevin Buettner <kevinb@redhat.com>
2579
2580 * gdb.base/finish.exp (finish_void): Allow "finish" command to
2581 stop on the call statement as well as the statement after the
2582 call.
2583
2caa35cb
MS
25842001-05-21 Michael Snyder <msnyder@redhat.com>
2585
2586 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
2587
40713331
EZ
25882001-05-10 Elena Zannoni <ezannoni@redhat.com>
2589
2590 * gdb.base/completion.exp: Revamp test. Make it execute on all
2591 platforms.
2592
c2c1be8d
EZ
25932001-05-10 Elena Zannoni <ezannoni@redhat.com>
2594
2c9cd303
EZ
2595 * config/gdbserver.exp (gdb_load): Handle the case
2596 in which the arguments to gdbserver are given in the
2597 baseboard configuration file.
2598 Also handle the case in which the server needs to do a
2599 load.
2600
9671de48
KS
26012001-05-07 Keith Seitz <keiths@cygnus.com>
2602
2603 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
2604 set up the display for testing.
2605 (gdbtk_start): Convert all paths to paths that tcl will like.
2606 Export target information to environment.
2607 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
2608 necessary.
2609 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
2610 (to_tcl_path): New proc to convert a given pathname into
2611 a path acceptible as an argument to a tcl command.
2612 (_gdbtk_export_target_info): New proc to export target info
2613 into the environment for gdbtk testing.
2614 (gdbtk_done): New proc to signal end-of-test.
2615
5a360f47
JB
26162001-05-06 Jim Blandy <jimb@redhat.com>
2617
2618 * restore.c: Make the code of caller0 correspond to its comment.
2619
66c756c6
MS
26202001-05-03 Michael Snyder <msnyder@redhat.com>
2621
2622 * config/sid.exp (gdb_target_sid): Check for error messages.
2623 On error or timeout, don't make expect exit (which will terminate
2624 all subsequent tests); instead just make gdb exit.
2625 (gdb_load): Check for error messages. On error or timeout,
2626 return a negative value.
2627
a966fde5
JB
26282001-04-24 Jim Blandy <jimb@redhat.com>
2629
851c18e0
JB
2630 * gdb.c++/templates.exp: If we see the prompt for the overload
2631 list, but we haven't recognized any of the longer patterns,
2632 arrange for this test to fail, not hang.
2633
a966fde5
JB
2634 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
2635 variations.
2636
db144853
MC
26372001-04-22 Michael Chastain <chastain@redhat.com>
2638
2639 * gdb.c++/local.exp: Use the 'runto' library function.
2640 * gdb.c++/namespace.exp: Likewise.
2641 * gdb.c++/overload.exp: Likewise.
2642
3207ec21
KB
26432001-03-26 Kevin Buettner <kevinb@redhat.com>
2644
2645 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
2646 * gdb.base/step-line.exp: New file. Test step/next in presence of
2647 #line directives.
2648 * gdb.base/step-line.c: New file. Test program for the above.
2649 * gdb.base/step-line.inp: New file. We pretend that this file has
2650 been transformed by some other tool into step-line.c.
2651
13b57657
JB
26522001-03-21 Jim Blandy <jimb@redhat.com>
2653
2654 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
2655 unmangled operator names.
2656
754cbe1c
JB
26572001-03-20 Jim Blandy <jimb@redhat.com>
2658
2659 * gdb.threads/linux-dp.exp: Recognize an additional message
2660 generated by GDB when it doesn't understand how to debug threads
2661 on the target system.
2662
177495c9
AC
26632001-03-19 Andrew Cagney <ac131313@redhat.com>
2664
2665 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
2666
f266096b
MC
26672001-03-12 Michael Chastain <chastain@redhat.com>
2668
2669 * gdb.c++/derivation.exp: Use the 'runto' library function.
2670
cac3c2ff
MC
26712001-03-12 Michael Chastain <chastain@redhat.com>
2672
2673 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
2674
b6c11a24
MC
26752001-02-24 Michael Chastain <chastain@redhat.com>
2676
2677 * gdb.c++/ref-types.exp: Change handwritten code to library
2678 function 'runto'.
2679
6bae5bce
OF
26802001-03-16 Orjan Friberg <orjanf@axis.com>
2681
2682 * gdb.base/signals.exp: Set count to 0 explicitly.
2683
0015fd9a
MS
26842001-03-15 Mark Salter <msalter@redhat.com>
2685
2686 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
2687 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
2688 (gdb_load): Add support for additional target_info: gdb_download_size
2689 and gdb_load_timeout.
0015fd9a 2690
fc33412a
DT
2691Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
2692
2693 * gdb.base/annota1.exp: Move test of isnative to earlier in the
2694 file -- to prevent failing when the compile fails but we have no
2695 intention of running the tests anyway.
2696
2697 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
2698 tests if set.
2699
2700 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
2701 integers.
2702
2703 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
2704 * gdb.c++/namespace.exp: Ditto.
2705
115f06de
OF
27062001-03-07 Orjan Friberg <orjanf@axis.com>
2707
2708 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
2709 * gdb.base/pointers.exp: Relax pattern match of decimals.
2710
b6ba6518
KB
27112001-03-06 Kevin Buettner <kevinb@redhat.com>
2712
2713 * Makefile.in, config/abug.exp, config/cfdbug.exp,
2714 config/cpu32bug.exp, config/dve.exp, config/est.exp,
2715 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
2716 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
2717 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
2718 config/sh.exp, config/sid.exp, config/slite.exp,
2719 config/sparclet.exp, config/udi.exp, config/unknown.exp,
2720 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
2721 config/vxworks.exp, config/vxworks29k.exp,
2722 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
2723 gdb.base/all-bin.exp, gdb.base/annota1.exp,
2724 gdb.base/arithmet.exp, gdb.base/assign.exp,
2725 gdb.base/async.exp, gdb.base/attach.exp,
2726 gdb.base/bitfields.exp, gdb.base/bitops.exp,
2727 gdb.base/break.exp, gdb.base/call-ar-st.exp,
2728 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
2729 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
2730 gdb.base/commands.exp, gdb.base/completion.exp,
2731 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2732 gdb.base/constvars.exp, gdb.base/corefile.exp,
2733 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2734 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
2735 gdb.base/ending-run.exp, gdb.base/environ.exp,
2736 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2737 gdb.base/finish.exp, gdb.base/foll-exec.exp,
2738 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
2739 gdb.base/funcargs.exp, gdb.base/help.exp,
2740 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
2741 gdb.base/logical.exp, gdb.base/long_long.exp,
2742 gdb.base/maint.exp, gdb.base/mips_pro.exp,
2743 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
2744 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
2745 gdb.base/pointers.exp, gdb.base/printcmds.exp,
2746 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
2747 gdb.base/regs.exp, gdb.base/relational.exp,
2748 gdb.base/remote.exp, gdb.base/reread.exp,
2749 gdb.base/restore.exp, gdb.base/return2.exp,
2750 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
2751 gdb.base/selftest.exp, gdb.base/setshow.exp,
2752 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2753 gdb.base/sigall.exp, gdb.base/signals.exp,
2754 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
2755 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2756 gdb.base/step-test.exp, gdb.base/structs.c,
2757 gdb.base/structs.exp, gdb.base/structs2.exp,
2758 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
2759 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
2760 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
2761 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2762 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
2763 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
2764 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
2765 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
2766 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
2767 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
2768 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
2769 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
2770 gdb.fortran/types.exp, gdb.java/jmisc.exp,
2771 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2772 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
2773 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2774 gdb.trace/circ.exp, gdb.trace/collection.exp,
2775 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
2776 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2777 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
2778 gdb.trace/report.exp, gdb.trace/save-trace.exp,
2779 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2780 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2781 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
2782 notices.
2783
dc96c6c7 27842001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
2785
2786 * gdb.base/varargs.c (find_max_double): Fix printf format string:
2787 first arg is int not float.
2788
dc96c6c7 27892001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
2790
2791 * gdb.base/reread.exp: Unsupported for non-native targets;
2792 doesn't work for remote debugging.
2793
9b0c4aeb
FN
27942001-02-19 Fernando Nasser <fnasser@redhat.com>
2795
2796 From Drew Moseley <dmoseley@redhat.com>
2797 * gdb.base/ending-run.exp: Properly handle the BSP state when
2798 stepping past the end of main.
2799
02aa71d5
MC
28002001-02-19 John Moore <jmoore@redhat.com>
2801
2802 * gdb.base/commands.exp (infrun_breakpoint_command_test):
2803 Converted HPUX fix for non-expected items following multiple
2804 step commands into general solution for all platforms.
2805
1fa449a4
MC
28062001-02-18 Michael Chastain <chastain@redhat.com>
2807
2808 * gdb.c++/classes.exp (do_tests): Change runto statements
2809 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2810 statements demangler agnostic.
2811 * gdb.c++/virtfunc.exp (do_tests): Likewise.
2812 (gdb_virtfunc_restart): Likewise.
2813
b2f9ec70
MC
28142001-02-14 Michael Chastain <chastain@redhat.com>
2815
2816 * gdb.c++/inherit.exp (do_tests): Change runto statements
2817 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2818 statements demangler agnostic.
2819
cf74b8ca
AC
2820Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
2821
2822 * gdb.threads/pthreads.exp: Unify pass/fail messages for
2823 ``continue to bkpt at common_routine in thread 2'' and ``stopped
2824 before calling common_routine 15 times'' tests.
2825
99f78f56
MC
28262001-02-11 Michael Chastain <chastain@redhat.com>
2827
2828 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
2829 Helps the test script figure out which demangler is in use.
2830 (dm_type_foo_ref): Ditto.
2831 (dm_type_int_star): Ditto.
2832 (dm_type_long_star): Ditto.
2833 (dm_type_unsigned_int): Ditto.
2834 (dm_type_void): Ditto.
2835 (dm_type_void_star): Ditto.
99707966 2836 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
2837 Probe the gdb demangler and set variables to accommodate
2838 formatting differences.
2839 (info_func_regexp): New function. Same as info_func, but
2840 matches against a regexp.
2841 (info_func): Match against a literal string.
2842 (print_addr_2): New function. Match against a literal string,
2843 which can be different from the input to gdb.
2844 (print_addr): Simply call print_addr_2 with the same argument twice.
2845 (test_lookup_operator_functions): Use demangler formatting variables.
2846 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
2847 the tests in the same order as the C++ class declaration.
2848 (test_paddr_operator_functions): Ditto.
2849 (test_paddr_overloaded_functions): Ditto.
2850 (test_paddr_hairy_functions): Use demangler formatting variables.
2851 Add reference to gdb/19 for related tests.
2852 (do_tests): Call probe_demangler.
2853
1de8f023
KB
28542001-01-30 Kevin Buettner <kevinb@redhat.com>
2855
2856 * gdb.c++/templates.cc (printf): Remove unused function definition.
2857
ca3f91ed
MS
28582001-01-26 Felix Lee <flee@redhat.com>
2859
2860 * sid.exp (sid_exit): Pass host, not target, to remote_close.
2861
28622001-01-25 matthew green <mrg@redhat.com>
2863
2864 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
2865 up sid.
2866 (sid_exit): Call `remote_pop_conn' after GDB is gone.
2867
28682001-01-25 matthew green <mrg@redhat.com>
2869
2870 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
2871 Deprecate $sid_spawn_id.
2872 (sid_exit): Remove code necessary only for `spawn.'
2873
28742001-01-25 matthew green <mrg@redhat.com>
2875
2876 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2877
fb18ec4a
MC
28782001-01-28 Michael Chastain <chastain@redhat.com>
2879
2880 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
2881 to call when tests fail. It takes gdb out of the overloaded
2882 function choice menu back to the main prompt, so that the test
2883 program stays synchronized.
2884 (set_bp_overloaded): New proc to collect all the common
2885 code for setting a breakpoint on an overloaded name. Calls
2886 take_gdb_out_of_choice_menu when needed.
2887 (menu_overload1arg): New variable to collect the repeated
2888 instances of the expected menu for an overloaded name. Change
2889 the regular expression to handle changes in g++ type encoding:
2890 "void" can be either "void" or "", and "unsigned int" can be
2891 either "unsigned int" or "unsigned".
2892 (continue_to_bp_overloaded): Change regular expressions to handle
2893 changes in g++ type encoding.
2894 (no proc): Call take_gdb_out_of_choice_menu when needed.
2895 Remove redundant calls to "info break". Accept either "canceled"
2896 or "cancelled". Change regular expressions in "info break"
2897 calls to handle changes in g++ type encoding. Give all tests
2898 unique strings.
2899
9c646a6e
BE
29002001-01-17 Ben Elliston <bje@redhat.com>
2901
2902 * config/sid.exp: New file.
2903
9549d9c1
AC
2904Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
2905
2906 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
2907
dc96c6c7 29082000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
2909
2910 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
2911 Add a RE to accept a non-ascii char if one is ever presented.
2912
b4df4f68
FN
29132000-12-20 Fernando Nasser <fnasser@redhat.com>
2914
297dd0fd 2915 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 2916
dc96c6c7 29172000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
2918
2919 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
2920 in regexp. One '\' does not suffice on Linux.
2921
4a7bddb6
MC
29222000-12-09 Michael Chastain <chastain@redhat.com>
2923
2924 * gdb.base/break.exp (test_clear_command): Use a marker function
2925 rather than 'main' for the test function. Also move this
2926 test to an execution point where the marker function names are
2927 guaranteed to be bound to functions. (Executing tests after a
2928 'finish' from main runs into name conflicts with local names
2929 in __libc_start_main).
2930
dc96c6c7 29312000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
2932
2933 * gdb.base/finish.exp: New test for gdb's "finish" command.
2934 * gdb.base/return2.exp: New test for gdb's "return" command.
2935 * gdb.base/return2.c: New source file for above.
2936
dc96c6c7 29372000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
2938
2939 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
2940 * gdb.base/miscexprs.exp: Ditto.
2941 * gdb.base/pointers.exp: Ditto.
2942 * gdb.c++/derivation.exp: Ditto.
2943 * gdb.c++/local.exp: Ditto.
2944 * gdb.c++/namespace.exp: Ditto.
2945 * gdb.c++/overload.exp: Ditto.
2946 * gdb.c++/ref-types.exp: Ditto.
2947
dc96c6c7 29482000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
2949
2950 * gdb.base/constvars.exp: Test result of "up" command.
2951 * gdb.base/miscexprs.exp: Ditto.
2952 * gdb.base/pointers.exp: Ditto.
2953 * gdb.base/scope.exp: Ditto.
2954 * gdb.c++/derivation.exp: Ditto.
2955 * gdb.c++/local.exp: Ditto.
2956 * gdb.c++/namespace.exp: Ditto.
2957 * gdb.c++/overload.exp: Ditto.
2958 * gdb.c++/ref-types.exp: Ditto.
2959
44097287
FN
29602000-11-22 Michael Chastain <chastain@redhat.com>
2961
2962 * mips_pro.exp: Accept either "middle -> top -> main" or
2963 "middle -> main" in the backtrace, because gcc can optimize
2964 tail calls to jumps. Remove setup_xfail for the hppa case.
2965 Add a comment with the original warning messages from PR 3016,
2966 which was filed in 1993, to preserve them for posterity.
2967
9d2e1bab
ND
29682000-11-17 Nick Duffek <nsd@redhat.com>
2969
2970 * lib/gdb.exp (gdb_test): Override timeout with board info.
2971
1aca8eb7
ND
29722000-11-17 Nick Duffek <nsd@redhat.com>
2973
2974 * gdb.base/display.exp: Don't kill running stub. Add "again" to
2975 the second kill and detach messages.
2976
93076499
ND
29772000-11-17 Nick Duffek <nsd@redhat.com>
2978
2979 * configure.in: Add AC_EXEEXT.
2980 * configure: Regenerate.
2981 * Makefile.in (just-check): Export EXEEXT.
2982 * lib/gdb.exp ($EXEEXT): Import from environment.
2983 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
2984 expect "maint dump-me" on Cygwin.
2985 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
2986 $EXEEXT.
2987
30e87cd3
ND
29882000-11-17 Nick Duffek <nsd@redhat.com>
2989
2990 * gdb.base/break.exp: Test backtrace and finish from called
2991 function on all platforms, not just HP-UX.
2992
dc96c6c7 29932000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
2994
2995 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
2996 code from gdb_target_monitor, so it can be used independantly
2997 for gdbserver. Also comment out an unnecessary PUTS.
2998
dc96c6c7 29992000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
3000
3001 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
3002 * gdb.base/corefile.exp: Expect the message "Program is being
3003 debugged already" when we send the "corefile" command, since
3004 the preceeding gdb_load may have connected gdb to a remote target.
3005 * gdb.base/display.exp: Disable hardware watchpoints if new
3006 board info variable "no_hardware_watchpoints" is true.
3007 Replace single-letter commands with more readable ones.
3008 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
3009 if new board info variable "no_hardware_watchpoints" is true.
3010 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
3011 to see if stdio (printf) testing is possible.
3012 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
3013 board info variable "no_hardware_watchpoints" is true. Use new
3014 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
3015
39124dea
FN
30162000-11-13 Fernando Nasser <fnasser@redhat.com>
3017
3018 From Orjan Friberg <orjanf@axis.com>:
3019 * gdb.base/printcmds.exp: Escape curly braces followed by a number
3020 in array print pattern match.
3021
a9e2e984
FN
30222000-11-09 Fernando Nasser <fnasser@redhat.com>
3023
3024 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
3025 spelling "cancelled" to U.S. spelling "canceled" to match changes
3026 made to gdb.
3027 * gdb.c++/ovldbreak.exp: Ditto.
3028
c7db355b
PS
30292000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3030
3031 * gdb.base/callfuncs.c (main): Moved to end of file, call
3032 t_double_values to initialize the FPU before inferior calls are made.
3033 * gdb.base/callfuncs.exp: Test for register preservation after calling
3034 inferior functions. Add tests for continuining, finishing and
3035 returning from a stop in a call dummy.
3036
dc96c6c7 30372000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
3038
3039 * gdb.base/commands.exp: Break up long lines, and re-indent.
3040
dc96c6c7 30412000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
3042
3043 * config/gdbserver.exp: Rewritten from the ground up, to make it
3044 compatible with the current dejagnu tree, and to make it work with
3045 the new "gdbserver" in libremote.
3046
dc96c6c7 30472000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
3048
3049 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
3050 * gdb.base/varargs.exp: Skip entire test if no printf support.
3051 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
3052 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
3053
dc96c6c7 30542000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
3055
3056 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
3057 no floating point support.
3058 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
3059 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
3060 * gdb.base/call-rt-st.exp: Ditto.
3061 * gdb.base/call-strs.exp: Ditto.
3062
bac5fc66
JG
30632000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
3064
3065 * gdb.base/sizeof.c: include <stdio.h>.
3066
3067 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
3068 'finish', otherwise uncaptured gdb_prompt would potentially
3069 throw remaining test points out of sync.
3070
b22a6027
SB
30712000-07-26 Scott Bambrough <scottb@netwinder.org>
3072
3073 * gdb.base/recurse.exp: Run tests for all targets.
3074 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
3075 gnu-oldld case on ARM.
3076 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
3077 for ARM targets.
3078
d8231941
AG
3079Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
3080
3081 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
3082 * gdb.java/configure: Rebuild.
3083
8caabe69
AG
3084Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
3085
3086 * gdb.java/jv-exp.exp: New file.
3087
9d273ca3
AG
3088Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
3089
3090 * configure: Rebuilt.
3091 * configure.in (configdirs): Add gdb.java.
3092 * gdb.java/jmisc.java: New file.
3093 * gdb.java/jmisc.exp: New file.
3094 * gdb.java/Makefile.in: New file.
3095 * gdb.java/configure: Rebuilt.
3096 * gdb.java/configure.in: New file.
3097 * lib/java.exp: New file.
3098
4f823a66
AC
3099Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
3100
3101 * gdb.base/exprs.exp: Test casts to a pointer including over and
3102 underflow.
3103
2391e11d
AC
3104Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
3105
3106 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
3107 and the compilers sizes.
3108
54602222
ND
31092000-07-09 Nick Duffek <nsd@redhat.com>
3110
3111 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
3112 (use_methods): New function.
3113 (main): Call use_methods().
3114 * gdb.c++/classes.exp (test_method_param_class): New procedure.
3115 (do_tests): Call test_method_param_class.
3116
2bec0572
ND
31172000-07-09 Nick Duffek <nsd@redhat.com>
3118
3119 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
3120 spelling.
3121 (test_enums): New procedure. Move enum tests from end of script
3122 to here. Set breakpoint on function name instead of line number.
3123 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
3124 (enums2): New marker function.
3125 (enums1): New function.
3126 (main): Call enums1(). Move enum tests to enums1().
3127
78492fde
AC
3128Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
3129
3130 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
3131 compile/link program. Update line numbers.
3132 * gdb.asm/d10v.inc: Define ``startup''.
3133 * gdb.asm/asmsrc1.s: Add definition of _start.
3134
49a2cef8
AC
3135Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
3136
3137 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
3138
3e6c8688
EZ
31392000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3140
3141 * gdb.base/maint.exp: Add 'maint print architecture' item to output
3142 of 'help maint print' command.
3143
9ff5cbe9
AC
3144Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
3145
3146 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
3147 they use gdb_expect_list.
3148
17c579bd
AC
3149Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
3150
3151 * gdb.base/commands.exp: Use ``set remote
3152 memory-read-packet-size'' instead of ``set endian big'' to test
3153 long commands.
3154
e6d71bf3
DB
31552000-06-03 Daniel Berlin <dan@cgsoftware.com>
3156
3157 * gdb.c++/templates.exp (do_tests): Make all of these work under
3158 g++, and stop skipping them.
3159
3160 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
3161 work under g++.
3162
e5f9ba7b
MS
3163 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
3164 initialization.
3165
dc96c6c7 31662000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
3167
3168 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
3169 the regular expression: accept an (almost) arbitrary sequence of
3170 "frames-invalid" and "breakpoints-invalid" messages both before
3171 and after the "starting" message.
3172
dc96c6c7 31732000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
3174
3175 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 3176
dc96c6c7 31772000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
3178
3179 * gdb.base/annota1.exp (annotate-signal-handler-caller):
3180 Relax the regular expression a little, make it pass on Solaris 8.
3181
8216cda9
KB
31822000-05-12 Kevin Buettner <kevinb@redhat.com>
3183
3184 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
3185 a call, do not require that gdb stop on the line after the call.
3186 Instead, it is permissible for gdb to stop on the line of the
3187 call itself.
3188
1a570b2f
MS
31892000-05-12 Michael Snyder <msnyder@.cygnus.com>
3190
3191 * gdb.base/break.exp (bp on small function, optimized file):
3192 Add a second pass pattern. The behavior differs here between stabs
3193 and dwarf for one-line functions. Stabs preserves two line symbols
3194 (one before the prologue and one after) with the same line number,
3195 but dwarf regards these as duplicates and discards one of them.
3196 Therefore the address after the prologue (where the breakpoint is)
3197 has no exactly matching line symbol, and GDB reports the breakpoint
3198 as if it were in the middle of a line rather than at the beginning.
3199
dc96c6c7 32002000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
3201
3202 * gdb.base/interrupt.exp: Make "pass" message say "send"
3203 rather than "send_gdb" (for consistancy).
3204
7d418785
AC
3205Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
3206
3207 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
3208 * gdb.c++/templates.cc: Properly check for GCC version number.
3209 * lib/compiler.cc: Likewise
3210
dc96c6c7 32112000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
3212
3213 * gdb.base/break.exp: When compiled with -O2 optimization,
3214 gdb may not stop at the first line of main, due to code motion.
3215
dc96c6c7 32162000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
3217
3218 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
3219 This test depends on parsing the printf output from the target.
3220 Since the sparclet stub doesn't do stdio, this will never work.
3221 * gdb.base/call-rt-st.exp: ditto.
3222 * gdb.base/call-strs: ditto.
3223
dc96c6c7 32242000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
3225
3226 * gdb.base/miscexprs.exp: make sizeof long array test portable.
3227
3228 * gdb.base/ending-run.exp: After connecting to a remote target,
3229 but before running, the target will appear to be in a random
3230 location. Specify both a file and a line for breakpoints.
3231 Also, the function that calls main may be called 'init'
3232 rather than 'start'.
3233
a5a51225
EZ
32342000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3235
3236 * gdb.base/help.exp: Update output for add-symbol-file command.
3237
7930cc7c
FN
32382000-04-10 Fernando Nasser <fnasser@cygnus.com>
3239
3240 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3241 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
3242
23e37ab1
C
32432000-04-07 J.T. Conklin <jtc@redback.com>
3244
e93c542c
C
3245 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
3246
23e37ab1
C
3247 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
3248
591b8fa3
PDM
3249Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
3250
3251 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
3252 values that can be represented exactly.
3253 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
3254 above change, and to not check against the directory part of the source
3255 file name.
3256 (step into print_long_arg_list): Likewise.
3257 (print print_small_structs from print_long_arg_list): Likewise.
3258 (print print_long_arg_list): Likewise.
3259
7a495180
EZ
32602000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3261
30b53638 3262 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 3263
beb998c6
AC
3264Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
3265
3266 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
3267
1c689132
DB
32682000-03-25 Daniel Berlin <dan@cgsoftware.com>
3269
3270 * gdb.base/commands.exp (deprecated_command_test): Add test for
3271 deprecate with no arguments.
3272
c1790a9d
JL
32732000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
3274
3275 * gdb.base/break.exp: Add new test for setting breakpoints on
3276 optimized code so we can test breakpoints work even when function
3277 prologues may be optimized away
3278
003ba290
FN
32792000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
3280
3281 From David Whedon <dwhedon@gordian.com>
3282 * gdb.base/commands.exp : Added command deprecator tests.
3283
6837a0a2
DB
32842000-03-22 Daniel Berlin <dan@cgsoftware.com>
3285
3286 * gdb.base/help.exp: Added test for new apropos command.
3287
b9593231
KB
32882000-03-21 Kevin Buettner <kevinb@redhat.com>
3289
3290 * gdb.base/pointers.c (usevar): New function.
3291 (main): Make sure that global variables v_int_pointer2, rptr,
3292 and y are all referenced someplace in the program by calling
3293 usevar() on them. [Some linkers delete symbols which are
3294 never referenced. The space remains, but there's no way to
3295 get a (symbolic) handle on the variable from the debugger.]
3296
751a959b
EZ
32972000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3298
3299 * gdb.base/printcmds.c: Add typedeffed arrays.
3300
3301 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
3302 procedure to test arrays that are typedef'd.
3303
73a93a32
JI
33042000-03-13 James Ingham <jingham@leda.cygnus.com>
3305
3306 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 3307 the library directories.
73a93a32 3308
fb40c209
AC
3309Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
3310
3311 * configure.in (configdirs): Add sub directory gdb.mi.
3312 * configure: Re-generate.
3313
3314 * gdb.mi: New directory.
beb998c6 3315
ee4dd2c9
AC
33162000-02-25 Scott Bambrough <scottb@netwinder.org>
3317
3318 * gdb.base/long_long.exp: Correct test suite failure when printing
3319 a long long value as a double on ARM platforms.
3320
70f0cc22
JB
33212000-02-16 Jim Blandy <jimb@redhat.com>
3322
3323 * gdb.base/break.exp ("breakpoint line number"): Make sure the
3324 default source file is set properly before running this test.
3325
853819b8
EZ
33262000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3327
3328 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
3329 gdbtk/library directory, not in gdbtcl2.
3330
dfcd3bfb
JM
33312000-02-04 Jim Blandy <jimb@redhat.com>
3332
3333 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
3334 backslash from regexp pattern.
3335
3336 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
3337 procedure. Use it to run all the "continue to bp overloaded"
3338 tests. Note that this changes the names of the tests slightly.
3339 If the breakpoint hit message includes a hex PC value, because
3340 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
3341 from the real source code, still consider that a pass.
3342
3343 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
3344 XFAIL here if the breakpoint message contains a hex address. Note
3345 similar change on 1999-11-02.
3346
3347 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
3348
3349 * gdb.base/ptype.exp: Establish a default source file before
3350 calling get_debug_format.
3351
33522000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
3353
3354 * gdb.base/watchpoint.exp: Remove duplication of test messages.
3355
8b93c638
JM
33562000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3357
3358 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
3359 of successive stepi commands -- while in the prologue we should see
3360 the function entry bracket.
3361
33622000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3363
3364 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
3365 reach __change_mode() when stepping through the end of main().
3366
c5394b80
JM
33672000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
3368
3369 * gdb.base/default.exp: Fix expected pattern.
3370 * gdb.base/help.exp: Same.
3371
0d06e24b
JM
33722000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3373
3374 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
3375 Don't use xfail's because that affects only the following test.
beb998c6 3376
0d06e24b
JM
3377 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
3378 solaris or linux.
3379
3380 * gdb.base/selftest.exp: Update to reflect changes to main.c.
3381
dc96c6c7 33822000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 3383
beb998c6 3384 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
3385 "A syntax error" rather than "A parse error". Accept both.
3386
33872000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
3388
3389 * gdb.base/default.exp: Remove OS dependent string from "target
3390 remote" test.
3391 * gdb.base/help.exp: Same for "help target remote" test.
3392
c3f6f71d
JM
33932000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3394
3395 From Jim Kingdon <kingdon@redhat.com>:
3396
3397 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
3398 prompt (cleanup rather than necessity, but still might keep output
3399 from spilling to next test).
3400
34012000-01-02 Fred Fish <fnf@cygnus.com>
3402
3403 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
3404 AIX, which defines them in <sys/types.h>.
3405
ed9a39eb 34061999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 3407
ed9a39eb
JM
3408 * gdb.base/default.exp: Match arm* etc instead of arm in "info
3409 float" test.
3410
34111999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 3412
ed9a39eb 3413 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
3414
3415 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
3416 outermost frame disallowed".
3417
34181999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
3419
3420 * gdb.base/setvar.exp: New tests for setting the value of a struct
3421 with a constant list.
3422
34231999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3424
3425 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
3426 require the user to type a cast before setting the value of a struct.
3427
de57eccd
JM
34281999-12-06 Jim Blandy <jimb@cygnus.com>
3429
3430 * gdb.base/default.exp: Expect the new 'info float' command on
3431 all i386 platforms.
3432
3433 * gdb.threads/linux-dp.exp: Expand our ability to recognize
3434 LinuxThreads libraries that don't support debugging.
3435
c2d11a7d
JM
3436Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3437
3438 * gdb.base/remote.c: Fill the buffer with truely random data.
3439 Change the buffer type to ``unsigned char'' to simplify size
3440 arithmetic.
3441
3442 * gdb.base/remote.exp: Reduce download numbers by one. Typical
3443 stub only handles 400-1 byte packets. Verify that the download
3444 worked.
3445
34461999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
3447
3448 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
3449 tests, using UNRESOLVED for the untested cases. Also, does not wait
3450 for a timeout if the prompt was received before a recognizable pattern.
3451
34521999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
3453
3454 * lib/gdb.exp (gdb_expect_list): Fix spelling.
3455
34561999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3457
3458 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
3459 watchpoints.
3460
34611999-11-24 Jason Merrill <jason@casey.cygnus.com>
3462
3463 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
3464
3465 * gdb.c++/local.exp: Be more flexible in recognizing local class
3466 name mangling. Don't allow horribly truncated method names.
3467 * gdb.c++/derivation.exp: Expect protected inheritance.
3468 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
3469 * gdb.c++/virtfunc.exp: Likewise.
3470 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
3471 when printing a nested enum.
3472
34731999-11-22 Jim Blandy <jimb@cygnus.com>
3474
3475 * gdb.base/step-test.exp: Properly await GDB's response to setting
3476 a breakpoint on the call to large_struct_by_value.
3477
3478 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
3479 just because we have debug info for the `start' function.
3480
34811999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
3482
3483 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
3484 "Unknown signal" messages, which indicate (on LinuxThreads) that
3485 GDB doesn't know how to debug threads on this system. This is
3486 better than hanging while philosopher 0 dumps chatter into gdb.log.
3487
34881999-11-18 Tom Tromey <tromey@cygnus.com>
3489
3490 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
3491
34921999-11-18 Fred Fish <fnf@cygnus.com>
3493
3494 * gdb.base/coremaker2.c: Add sample program for generating
3495 cores that is more self contained than coremaker.c. Eventually
3496 I'll add more code to this and tie it into the testsuite.
3497
4ce44c66
JM
34981999-11-12 Stan Shebs <shebs@andros.cygnus.com>
3499
3500 * gdb.base/dollar.exp: Remove, now in gdb.hp.
3501
35021999-11-10 Jimmy Guo <guo@cup.hp.com>
3503
3504 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
3505 from $srcdir/lib/.
3506 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
3507 and gdb.c++/.
3508
3509 * gdb.c++/derivation.exp: remove redundant get compiler info code.
3510
beb998c6 3511 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
3512 'continue with watch' test point.
3513
35141999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
3515
3516 Merged from p2linux-990323-branch:
beb998c6 3517
4ce44c66
JM
3518 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
3519
11cf8741
JM
3520Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
3521
3522 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
3523 {limit,fixed}''. Test ``set download-write-size''.
3524
3525Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
3526
3527 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
3528 gdb_expect_list.
3529
3530Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
3531
3532 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
3533
35341999-11-03 Mark Salter <msalter@cygnus.com>
3535
3536 * gdb.base/break.exp: Fix "stub continue" pattern.
3537
35381999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
3539
3540 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
3541
35421999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
3543
3544 * gdb.base/display.exp ("finish"): Add timeout clause.
3545
3546 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
3547 plain prompt clause, so this doesn't have to time out in order to
3548 fail.
3549
3550 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
3551 breakpoint hit messages include an address.
3552
3553 * gdb.base/display.exp: Don't forget to escape parens in regular
3554 expressions. Unix regexp notatation sucks.
3555
35561999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3557
3558 * gdb.base/annota1.exp: Test for annotate-signalled: change output
3559 order for 'signalled' message.
3560
5c44784c
JM
35611999-11-01 Stan Shebs <shebs@andros.cygnus.com>
3562
3563 From Jimmy Guo <guo@cup.hp.com>:
3564 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
3565 * gdb.base/annota1.c: Add code for tests to work with.
3566
35671999-10-26 Frank Ch. Eigler <fche@cygnus.com>
3568
3569 * gdb.base/remote.exp: New test for remote downloading settings.
3570 * gdb.base/remote.c: New file with large .data.
3571
917317f4
JM
35721999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
3573
3574 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
3575 for LinuxThreads support, merged from the Code Fusion branch.
3576
3577Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
3578
3579 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
3580 containing exp_continue into a while within an expect. Don't
3581 attempt a start more than three times. Check return value from
3582 gdb_load.
beb998c6 3583
2df3850c
JM
3584Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
3585
3586 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
3587 a pass case.
3588
2acceee2
JM
35891999-10-01 Kevin Buettner <kevinb@cygnus.com>
3590
3591 * gdb.base/break.c (main): Added a statement that we can step
3592 off of.
3593 * gdb.base/break.exp: Added tests for setting a breakpoint
3594 at an offset and stepping onto a breakpoint.
3595
35961999-10-01 Fred Fish <fnf@cygnus.com>
3597
beb998c6 3598 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
3599 gdb output.
3600
c2c6d25f
JM
36011999-09-18 Jim Blandy <jimb@cris.red-bean.com>
3602
3603 * gdb.base/break.exp: Code locations are in hex, don't forget!
3604 (For HP-UX.)
3605
36061999-09-17 Stan Shebs <shebs@andros.cygnus.com>
3607
3608 * condbreak.exp: Use break.c as test program.
3609 * condbreak.c: Remove, redundant with break.c.
3610
36111999-09-15 Stan Shebs <shebs@andros.cygnus.com>
3612
3613 * config/monitor.exp (gdb_target_monitor): Disable X- and
3614 Z-packets if the target needs it.
3615
36161999-09-13 James Ingham <jingham@leda.cygnus.com>
3617
3618 * gdb.c++/overload.exp: Added tests for listing overloaded
3619 functions with function pointers in the arg, explicitly calling
3620 out the version you want.
3621
cff3e48b
JM
36221999-09-09 Stan Shebs <shebs@andros.cygnus.com>
3623
3624 * long_long.exp: Add variations of test cases that work for
3625 targets with 16-bit ints and 32-bit doubles.
3626
d4f3574e
SS
36271999-09-08 Stan Shebs <shebs@andros.cygnus.com>
3628
3629 * break.c (main): Compare a possibly-uninitialized argc with an
3630 unlikely value that fits in 16 bits.
3631
36321999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3633
3634 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
3635 0xfeeb, don't want negative numbers if ints are 16 bits.
3636
3637 * lib/gdb.exp (skip_cplus_tests): New proc.
3638 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3639 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
3640 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
3641 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
3642 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
3643 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
3644 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
3645 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
3646
3647 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
3648
3649Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
3650
3651 * gdb.base/corefile.exp (up): Allow a parameter to appear
3652 in the frame that we're going up to.
3653
3654 From Jim Blandy <jimb@cygnus.com>:
3655
3656 * gdb.base/default.exp (info float): Expect some output now.
3657
3658 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
3659 returning floating-point values to fail on the x86.
3660 * gdb.base/callfwmall.exp (do_function_calls): Same.
3661
3662 * gdb.base/list.exp (test_listsize): Correct expectations for
3663 listing line 1 with listsize 2. Also, listing a single line
3664 works now, as does listing three lines. [Kevin's note: There
3665 were a number of other cases fixed too where the expectations
3666 differed...]
3667
36681999-09-02 Stan Shebs <shebs@andros.cygnus.com>
3669
3670 * gdb.base/selftest.exp: Add case for when version prints as
3671 constant string instead of char pointer.
3672
104c1213
JM
36731999-08-25 Stan Shebs <shebs@andros.cygnus.com>
3674
3675 * gdb.base/ending-run.exp: Add Solaris case for what happens when
3676 stepping out of main.
3677
3678 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
3679 G++ used.
3680
3681 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
3682 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
3683
3684 * gdb.c++/ovldbreak.exp: Update match string in test that
3685 includes a warning of multiple breakpoints.
3686
36871999-08-24 Stan Shebs <shebs@andros.cygnus.com>
3688
3689 * gdb.base/display.exp: Improve precision of step-after-finish
3690 added yesterday.
3691
3692 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
3693 test.
3694
3695 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
3696 configs when using G++, not just hppa*.
3697
36981999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3699
3700 * gdb.base/async.c: New file.
3701 * gdb.base/async.exp: New file.
3702
3703Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
3704
3705 * gdb.base/break.exp: Tweak PA specific tests to properly handle
3706 PA64.
3707
53a5351d
JM
3708Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
3709
104c1213
JM
3710 * gdb.base/display.exp: "finish" can leave us mid-line on many
3711 targets, deal with it. Add a small constant to main, instead of
3712 1000 since main+1000 may not be a valid address in the target.
3713
53a5351d
JM
3714 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
3715 on hpux11.
3716
3717 * gdb.base/attach.exp: Handle another hpux11 error message variant
3718 when attaching to a process that does not exist.
3719
37201999-08-19 J.T. Conklin <jtc@redback.com>
3721
3722 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
3723 characters in 'continue to 1241' test.
3724
37251999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3726
3727 * gdb.base/call-ar-st.exp: Add a shorter match case for the
3728 stop in print_long_arg_list, define and use a whitespace
3729 variable in print_small_structs test, add an XFAIL for Solaris.
3730 * gdb.base/dbx.exp: XFAIL func commands until somebody is
3731 interested enough to fix.
3732
7be570e7
JM
37331999-08-13 Keith Seitz <keiths@cygnus.com>
3734
3735 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
3736 (dbx_gdb_load): Remove. Use gdb_load instead, since that
3737 proc knows about targets other than the natives.
3738 (test_assign): Use "gdb_run_cmd" to "run" the target.
3739 Check that we've actually hit the breakpoint at main.
3740 When we attempt to assign a value to a local variable, check
3741 that the variable is in the current scope, i.e., don't use
3742 a test with an empty result.
3743
3744Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
3745
3746 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
3747 command.
3748
37491999-08-09 Stan Shebs <shebs@andros.cygnus.com>
3750
3751 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3752 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
3753 gdb.compat, gdb.threads-hp.
3754 gdb.hp/configure, gdb.hp/configure.in: New files.
3755 gdb.hp/Makefile.in: Recurse into new subdirs.
3756 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
3757 gdb.hp/gdb.objdbg: New directory, tests for debugging info
3758 in object files.
3759 gdb.hp/tools: New directory, aux tools for HP-specific tests.
3760
96baa820
JM
37611999-08-05 Stan Shebs <shebs@andros.cygnus.com>
3762
3763 * gdb.base/display.exp: Help expect by putting a newline in the
3764 funky printf, remove a bogus p/a test.
3765
37661999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3767
3768 * gdb.base/display.exp: Make sure that when we say 'run', we are
3769 connected to the target. This is necessary when running not
3770 natively.
3771
37721999-08-03 Stan Shebs <shebs@andros.cygnus.com>
3773
3774 * gdb.base/step-test.exp: Removed some extraneous messages.
3775
3776 * gdb.base/long_long.exp: Don't run memory examination tests
3777 on little-endian targets (they will need a different set of
3778 results to match).
3779
37801999-08-02 Stan Shebs <shebs@andros.cygnus.com>
3781
3782 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
3783 until somebody decides to fix GDB.
3784
3785 * gdb.base/long_long.c: Stop compiler complaint by specifying long
3786 constant as "ULL".
3787 * gdb.base/long_long.exp: Loosen x/c test, add partial result
3788 matches for a couple x/2 commands.
3789
a0b3c4fd
JM
37901999-07-30 Stan Shebs <shebs@andros.cygnus.com>
3791
3792 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
3793 by merging in ref-types2 tests.
3794 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
3795
3796 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3797 * gdb.c++/Makefile.in: Add standard actions.
3798 (EXECUTABLES): Rename from PROGS, update list.
3799 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
3800 from gdb.hp.
3801 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
3802 foo and bar locals.
3803 * gdb.c++/anon-union.exp: Fix tests to match.
3804 * gdb.c++/classes.exp: Run if HP compiler used, add extra
3805 expect matches to handle output variations.
3806 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
3807 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
3808 output, add HP alternatives for new and delete prints.
3809 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
3810 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
3811 * gdb.c++/demangle.exp: Use $style when reporting failure.
3812 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
3813 * gdb.c++/inherit.exp: Run if HP compiler used, add some
3814 match alternatives.
3815 * gdb.c++/local.exp: Add match alternatives or xfails for HP
3816 compilers.
3817 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
3818 * gdb.c++/method.exp: Add match alternatives.
3819 * gdb.c++/misc.cc: Add bool types.
3820 * gdb.c++/misc.exp: Add tests for bool types.
3821 * gdb.c++/overload.exp: Add xfails.
3822 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
3823 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
3824 add some more template parameter tests (only for HP currently).
3825 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
3826 * gdb.c++/virtfunc.cc: Add return type and value for main.
3827 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
3828 match alternatives.
beb998c6 3829
a0b3c4fd
JM
38301999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3831
3832 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
3833
38341999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
3835
3836 * gdb.base/signals.exp: Don't expect getting a backtrace from
3837 within a signal handler to fail on Linux.
3838
38391999-07-29 Stan Shebs <shebs@andros.cygnus.com>
3840
3841 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3842 * lib/gdb.exp: Remove some gratuitious semicolons.
3843 (delete_breakpoints): Increase timeout.
3844 (gdb_expect): Add -notransfer option.
3845 (gdb_test): Use -notransfer option.
3846 (get_compiler_info): Add f77 case.
3847 (get_compiler): New proc, split out from gdb_preprocess, add f77
3848 case.
3849 (gdb_preprocess): Call get_compiler.
3850
3851 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3852 * gdb.base/attach.exp, gdb.base/display.exp,
3853 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3854 gdb.base/long_long.exp, gdb.base/printcmds.exp,
3855 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3856 third arg to gdb_test.
3857 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3858 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
3859 HP-UX xfails, add others.
3860 * gdb.base/completion.exp: Reflect name change of self-test.
3861 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
3862 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
3863 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
3864 HP failure number.
3865 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
3866 useless HP-UX 10.30 references.
3867 * gdb.base/maint.exp: Loosen matches.
3868 * gdb.base/pointers.c (main): Declare more_code.
3869 * gdb.base/pointers.exp: Match on output of a `next'.
3870 * gdb.base/structs.c: Add prototypes.
3871 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
3872 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
3873
38741999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3875
3876 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
3877 command.
3878
38791999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3880
3881 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
3882 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
3883
3884 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
3885 debug info. Deal with lack of signal hanlder info in stack.
3886
3887 From Jim Kingdon <kingdon@redhat.com>:
3888 * gdb.base/annota1.exp: If printf has debug info, deal with it.
3889
5a2468f5
JM
38901999-07-19 Stan Shebs <shebs@andros.cygnus.com>
3891
3892 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
3893 gdb.base/foll-vfork.exp: Don't run for crosses.
3894
adf40b2e
JM
3895Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3896
3897 * gdb.base/configure.in: Check for gdbvars.exp instead of
3898 a1-selftest.exp.
3899 * gdb.base/configure: Re-generate.
3900
39011999-07-12 Stan Shebs <shebs@andros.cygnus.com>
3902
3903 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
3904 in trying to run first and name is too long.
3905
3906 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
3907 pointers2.c and pointers2.exp, respectively.
3908 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
3909 doschk happier.
3910
43e526b9
JM
39111999-07-08 Stan Shebs <shebs@andros.cygnus.com>
3912
3913 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
3914 callfuncs2.c and callfuncs2.exp.
3915
3916 * gdb.base/list.exp: Remove mistaken xfails.
3917 * gdb.base/list0.h: Add optional prototypes.
3918
9846de1b
JM
3919Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
3920
3921 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
3922 calling malloc.
3923 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
3924 * ptype.exp: Move test for get_debug_format to before its first
3925 use.
3926
39271999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3928
3929 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
3930 * gdb.base/annota2.cc, annota2.exp: Move from here.
3931 * gdb.c++/annota2.cc, annota2.exp: To here.
3932 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
3933
43ff13b4
JM
3934Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3935
3936 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
3937 a consistent format.
3938
085dd6e6
JM
39391999-06-25 Stan Shebs <shebs@andros.cygnus.com>
3940
3941 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3942 * lib/gdb.exp (get_compiler_info): Add detection for assorted
3943 HP compilers, also set the globals $true and $false.
3944
3945 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
3946 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
3947 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
3948 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
3949 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
3950 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
3951 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
3952 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
3953 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
3954 whatis.c} Add C++ compatible function definitions and return
3955 types, add includes for library functions.
3956 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
3957 * gdb.base/step-test.c (myglob): Rename from glob.
3958 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
3959 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
3960 files, move here from gdb.hp.
3961 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
3962 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
3963 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
3964 Adjust line numbers in regexps.
3965
3966 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
3967 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
3968 instead of 0/1.
3969
3970 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
3971 foll-vfork.exp: New files, move here from gdb.hp.
3972 * gdb.base/page.exp: New file, test of pagination command.
3973
3974 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
3975 recursion test.
3976 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
3977
3978 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
3979 gdb.base/solib.exp: Fix compiler invocation process.
3980
3981 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
3982 HP-UX 11, turn off overload resolution explicitly.
3983 * gdb.base/commands.exp: Set argument list explicitly, add
3984 watchpoint test.
3985 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
3986 them work.
3987 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
3988 expressions properly.
3989 * gdb.base/corefile.exp: Loosen the match slightly.
3990 * gdb.base/default.exp: Allow "Error accessing memory" message
3991 also.
3992 * gdb.base/display.exp: Skip over x/0 j if PA64.
3993 * gdb.base/funcargs.exp: Add xfails for HP-UX.
3994 * gdb.base/interrupt.exp: Ditto.
3995 * gdb.base/langs.exp: Add symbolic matches governed by compiler
3996 in use.
3997 * gdb.base/list.exp: Add xfails for HP-UX.
3998 * gdb.base/long_long.exp: Refine some of the numeric matches.
3999 * gdb.base/mips_pro.exp: Xfail on HP-UX.
4000 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
4001 * gdb.base/nodebug.exp: Succeed on more varieties of output.
4002 * gdb.base/opaque.exp: Remove some HP-UX xfails.
4003 * gdb.base/ptype.exp: Succeed on more varieties of output.
4004 * gdb.base/scope.exp: Add xfails for HP-UX.
4005 * gdb.base/sect-cmd.exp: Add more cases.
4006 * gdb.base/setvar.exp: Add xfails for HP-UX.
4007 * gdb.base/shlib-call.exp: Loosen some matches slightly.
4008 * gdb.base/signals.exp: Match on void symbolically.
4009 * gdb.base/step-test.exp: Add case for PA64.
4010 * gdb.base/term.exp: Add exit and restart.
4011 * gdb.base/twice.exp: Clean up after self.
4012 * gdb.base/varargs.exp: Disable overload resolution explicitly.
4013 * gdb.base/whatis.exp: Allow more ways to pass tests.
4014
4015 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
4016 no longer useful.
4017
4018Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
4019
4020 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
4021 list of patterns.
4022 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
4023 print_double_array(double_array)", "continuing to breakpoint
4024 1018", "print print_double_array(array_d)" and "continuing to
4025 1034" tests.
beb998c6 4026
085dd6e6
JM
40271999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
4028
4029 * Makefile.in: Add empty html and install-html targets.
4030
40311999-06-24 Stan Shebs <shebs@andros.cygnus.com>
4032
4033 * config/mt-*: Remove, these haven't been used since 1996.
4034
40351999-06-22 Stan Shebs <shebs@andros.cygnus.com>
4036
4037 * gdb.base/call-strs.c, gdb.base/ending-run.c,
4038 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
4039 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
4040
9e0b60a8
JM
40411999-06-18 Stan Shebs <shebs@andros.cygnus.com>
4042
4043 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
4044 simpler match case for the ptype of the big class.
4045
40461999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4047
4048 * gdb.exp: Fix test for gdb_prompt existence.
4049
40501999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4051
4052 * gdb.exp (gdb_test): Add fail after calls to perror.
4053
40541999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4055
4056 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
4057
40581999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4059
4060 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
4061
0f71a2f6
JM
4062Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
4063
4064 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
4065 malloc() is linked in.
4066
40671999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4068
4069 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
4070 step at end.
4071
4072 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
4073
40741999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
4075
4076 * gdb.java/jv-print.exp: New file. (Our first Java test!)
4077
cce74817
JM
4078Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
4079
4080 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
4081 * gdb.base/mips_pro.exp: Likewise.
4082
40831999-06-02 Keith Seitz <keiths@cygnus.com>
4084
4085 * gdb.c++/templates.cc: Change all "new" operators to throw
4086 an exception.
4087 * gdb.c++/cplusfuncs.cc: Likewise.
4088
4089 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
4090
4091Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
4092
4093 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
4094 * gdb.base/ending-run.exp: When stepping out of main, accept a
4095 step into an arbitrary assembler file.
4096
392a587b
JM
40971999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4098
beb998c6 4099 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 4100 "breakpoint-invalid" to be printed.
beb998c6 4101 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
4102 number of "frames-invalid" and "breakpoint-invalid" to be printed.
4103 * gdb.base/annota2.cc: Initialize a.x to 0.
4104
9e086581
JM
41051999-05-17 Keith Seitz <keiths@cygnus.com>
4106
4107 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
4108 when "skip_float_tests" set.
4109 Ditto for "print print_double_array(array_d)", "print print_small_structs",
4110 "print print_ten_doubles", and "step into print_long_arg_list".
4111 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
4112 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
4113 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
4114 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
4115 "skip_float_tests" is set.
4116 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
4117 when "skip_float_tests" set.
beb998c6 4118
cd0fc7c3
SS
41191999-05-06 Keith Seitz <keiths@cygnus.com>
4120
4121 * gdb.base/annota2.cc: Include stdio.h.
4122
4123Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
4124
4125 * gdb.base/crossload.exp: Remove, this has been disabled ever
4126 since BFD stopped including all targets, and cross-GDB gets
4127 plenty of testing anyway.
4128 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
4129 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
4130 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
4131 * gdb.base/README: Remove, was doc for this.
4132 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
4133 needed.
4134
b83266a0
SS
41351999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4136
4137 * gdb.base/call-ar-st.exp: Fix one regular expression in test
4138 output.
4139
4140 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
4141 * gdb.base/annota2.exp: New file. More annotation tests.
4142 * gdb.base/annota1.c: New file. Source file for annota1.exp.
4143 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
4144
41451999-04-23 Angela Marie Thomas <angela@cygnus.com>
4146
4147 * config/cfdbug.exp: New file.
4148
7a292a7a
SS
41491999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
4150
4151 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
4152 Marcus Daniel's and Dale Hawkins's demangler crashes.
4153
4154 * gdb.c++/demangle.exp (test_gnu_style_demangling,
4155 test_lucid_style_demangling, test_arm_style_demangling,
4156 test_hp_style_demangling): Try Tom Tromey's core-dumping
4157 identifier under each demangling style.
4158
41591999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
4160
4161 * gdb.c++/demangle.exp: Include the current demangling style
4162 in all test names.
4163 (current_demangling_style): New global variable.
4164 (set_demangling_style, test_demangling_core, test_demangling,
4165 test_demangling_exact): New functions.
4166 (test_gnu_style_demangling, test_lucid_style_demangling,
4167 test_arm_style_demangling, test_hp_style_demangling): Use those,
4168 instead of calling gdb_test and gdb_test_exact directly.
4169 (catch_demangling_errors): New function, which reports errors
4170 signalled by the demangling test functions in an orderly way.
4171 (do_tests): Use catch_demangling_errors.
4172
41731999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
4174
4175 * gdb.base/signals.exp (test_handle_all_print): Use () for
4176 grouping in expressions, not {}.
4177
4178 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
4179 initialized yet.
4180
41811999-04-01 Stan Shebs <shebs@andros.cygnus.com>
4182
4183 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
4184 are listed.
4185
41861999-03-26 Stan Shebs <shebs@andros.cygnus.com>
4187
4188 * gdb.stabs/weird.exp: Test for CC being defined before
4189 looking at its value.
4190
41911999-03-25 Stan Shebs <shebs@andros.cygnus.com>
4192
4193 * gdb.base/call-ar-st.exp: Remove stray '#'.
4194 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
4195 "short int" and "long int".
4196 * gdb.c++/overload.cc: Cast the string added in the previous
4197 change, to mollify finicky HP compiler.
4198 * gdb.hp/reg-test.exp (testfile): Fix file name.
4199 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 4200
7a292a7a
SS
4201 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
4202 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
4203 alternate form of enum ptype.
4204
c906108c
SS
42051999-03-23 Stan Shebs <shebs@andros.cygnus.com>
4206
7a292a7a
SS
4207 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
4208 * gdb.hp/*.exp: Change all to run compiler probe only after
4209 passing skip_hp_tests, so as not to waste time on guaranteed
4210 failure.
4211
c906108c
SS
4212 * gdb.c++/overload.cc: Pass string instead of char addr, always
4213 init ccpfoo.
4214 * gdb.c++/templates.cc: Fix syntax error.
4215
7a292a7a
SS
4216Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4217
4218 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 4219 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
4220 command.
4221
42221999-03-18 James Ingham <jingham@cygnus.com>
4223
4224 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
4225
4226 * gdb.c++/method.exp: It was testing an uninitialized int on the
4227 stack and assuming it was positive.
4228
4229 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
4230
4231 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 4232 keep it from killing the rest of the tests.
7a292a7a
SS
4233 Use gdb_continue_to_end.
4234
4235 * gdb.base/sigall.exp: use gdb_continue_to_end.
4236
4237 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
4238
4239 * gdb.base/display.exp: use runto_main, not run.
4240
beb998c6
AC
4241 * gdb.base/default.exp: Check for the current error message in the
4242 r abbreviation test.
7a292a7a
SS
4243 Add strongarm to the targets that know info float.
4244
beb998c6 4245 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
4246 run which doesn't work with monitors.
4247
4248 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
4249
4250 * gdb.base/break.exp: use the gdb_continue_to_end proc.
4251
4252 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
4253 program. Traps the case (in Cygmon) when the program never really
4254 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
4255 more places, so I used my name. Sorry Mark...
4256
4257 * config/monitor.exp (gdb_target_monitor): added another
4258 target_info parameter: remotebinarydownload. This will set the
4259 remotebinarydownload flag if this is causing some boards trouble.
4260
42611999-03-18 Mark Salter <msalter@cygnus.com>
4262
4263 * lib/gdb.exp (continue_to_exit): New function.
4264
4265 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
4266 * gdb.base/ending-run.exp: Ditto.
4267 * gdb.base/step-test.exp: Ditto.
4268
42691999-03-16 Stan Shebs <shebs@andros.cygnus.com>
4270
4271 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
4272 (suggested by Art Haas <ahaas@neosoft.com>).
4273
42741999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
4275
4276 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
4277
4278Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
4279
4280 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
4281 descriptions of types (short unsigned int vs unsigned short, etc).
4282
42831999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
4284
4285 * gdb.base/call-strs.exp: Don't assume that `step' will step over
4286 a call to strlen; sometimes we do have sources.
4287
42881999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
4289
4290 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
4291 character, so GDB won't print garbage after its end.
beb998c6 4292
c906108c
SS
4293 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
4294 breakpoint there instead. Sometimes GCC emits memcpy to handle
4295 the large structures being passed by value, so we step into that
4296 instead of sum_array_print, which obscures what we're really testing.
4297 * gdb.base/step-test.exp: However, we do want a test that notices
4298 the bizarre steps into memcpy, so do that here. Add check for
4299 stepping into function calls that pass large structures by value.
4300 ("Is that a noun clause, or are you just happy to see me?")
4301 Remove all references to specific line numbers.
4302 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
4303 New type and function.
4304 (main): Call large_struct_by_value, passing it a large struct by value.
4305 * lib/gdb.exp (gdb_get_line_number): New function.
4306
4307 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
4308 more portable.
4309
7a292a7a
SS
43101999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
4311
c906108c
SS
4312 * lib/gdb.exp: Doc fixes.
4313
7a292a7a
SS
43141999-03-05 Nick Clifton <nickc@cygnus.com>
4315
beb998c6 4316 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
4317
43181999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
4319
c906108c
SS
4320 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
4321 commands. They're not germane to this test, and they don't work
4322 that way on remote targets.
4323
3fc11d3e
JM
43241999-03-01 James Ingham <jingham@cygnus.com>
4325
4326 * Changelog entries merged over from gdb development branch.
4327
3fc11d3e
JM
4328 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
4329
4330 * lib/gdb.exp (gdbtk_analyze_results): Generic function
4331 for outputting results of test run.
4332
2d4a1622 4333 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
4334
4335 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 4336
7a292a7a
SS
43371999-02-25 Felix Lee <flee@cygnus.com>
4338
4339 * lib/gdb.exp (debug_format): initialize
4340
c906108c
SS
43411999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
4342
4343 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
4344 * gdb.base/call-rt-st.c: Ditto.
4345
c906108c
SS
43461999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
4347
4348 * gdb.threads/pthreads.exp (horiz): New variable.
4349 (test_startup): Fix regexps that capture thread numbers.
4350
43511999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
4352
4353 * gdb.base/smoke.exp: Disambiguate two test case names (both
4354 called ``print'').
4355
4356Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4357
4358 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
4359 compilation.
4360
43611999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4362
4363 * gdb.base/miscexprs.exp: Change patterns to match GDB's
4364 actual output formatting.
4365 * gdb.base/smoke.exp: GDB removes leading 0's.
4366 * gdb.base/volatile.exp: Don't check type of remuneration;
4367 that variable is no longer defined in constvars.c.
4368 * gdb.base/step-test.c (main): Exit with explicit exit code.
4369 * gdb.base/step-test.exp: Remove two nexti checks--they are
4370 not portable.
4371
43721999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4373
4374 * gdb.base/help.exp ("help delete display"): Fix test to match
4375 gdb's output.
4376
4377 * gdb.base/long_long.c (known_types): Initialize values to zero.
4378 * gdb.base/long_long.exp: Step one more line
4379 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 4380 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
4381 unique test case names.
4382
4383Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4384
beb998c6 4385 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
4386
4387 * gdb.c++/method.exp: Add missing close brace.
4388
43891999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
4390
4391 * gdb.base/maint.exp: Use 'set height 0' to disable page
4392 prompting, not 'set height 400'.
4393
4394 Fix a bunch of timeouts.
4395 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
4396 four separate tests, so expect doesn't take forever to match a ton
4397 of text against a regexp with lots of .* forms.
4398 ("maint print psymbols", "maint print symbols"): Make some of
4399 these greps more selective, so that expect doesn't try to wade
4400 through huge piles of output and time out.
4401
4402 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
4403
4404 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
4405 tests: one which doesn't expect shlib events to be reported, and
4406 another which does, but is XFAIL for all platforms other than
4407 HP/UX.
4408
4409 * gdb.base/break.exp: Teach the test suite that the `catch
4410 fork', `catch vfork', and `catch exec' commands produce error
4411 messages on platforms that don't provide these features.
4412
4413Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4414
4415 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
4416 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
4417 (shortening names from solib_threshold.exp etc), won't run on
4418 anything but HP-UX for the foreseeable future.
4419 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
4420 reflect move.
4421
4422Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
4423
4424 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
4425 gdb.trace/Makefile.in (clean): Remove all test executables.
4426
4427Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
4428
4429 * gdb.base/shlib-call.exp: add test cases to verify that gdb
4430 successfully re-sets breakpoints in shared libraries.
4431 * gdb.base/shmain.c (main): return 0, don't fall off the end.
4432
4433Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4434
beb998c6
AC
4435 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
4436 and compiled w/o GCC.
c906108c
SS
4437
4438 * gdb.hp/watch-cmd.exp: ditto.
4439
4440 * gdb.hp/watch-hp.exp: ditto.
4441
4442 * gdb.hp/xdb1.exp: ditto.
4443
4444 * gdb.hp/xdb2.exp: ditto.
4445
4446 * gdb.hp/dbx.exp: ditto.
4447
4448Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
4449
4450 * constvars.c: Remove C++-isms.
4451 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
4452 with GCC.
4453
4454Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
4455
4456 The following changes are part of the HP merge.
4457
4458 * gdb.base/break.exp: new tests to verify that catchpoints for
4459 fork, vfork, and exec don't trigger inappropriately.
4460
4461 * gdb.base/opaque.exp: compile one file at a time, then link.
4462
4463 * gdb.base/signals.exp: be more restrictive about which hppa
4464 systems receive a setup_xfail. new tests.
4465
4466 * gdb.base/solib_threshold.build: new file.
4467 * gdb.base/solib_threshold.exp: new file.
4468 * gdb.base/solib_threshold.link_opts: new file.
4469 * gdb.base/solib_threshold.mk: new file.
4470 * gdb.base/gen_solib_threshold.c: new file.
4471
4472 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
4473 tests. New tests for enums inside classes.
4474
4475 * gdb.c++/compiler.cc: indicate support of template debugging.
4476
4477 * gdb.c++/demangle.exp: run hp style demangling tests.
4478
4479 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
4480 tests.
4481
4482 * gdb.c++/misc.cc: changes to support new tests.
4483
4484 * gdb.c++/templates.cc: changes to support HP's compiler; changes
4485 to support new tests.
4486
4487 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
4488 gcc, then skip these tests.
4489
4490Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
4491
4492 The following files are part of the HP merge; some had longer
4493 names at HP, but have been renamed to be no more than 14
4494 characters in length.
4495
4496 * gdb.hp/ambiguous.cc: new file.
4497 * gdb.hp/ambiguous.exp: new file.
4498 * gdb.hp/attach.exp: new file.
4499 * gdb.hp/attach2.exp: new file.
4500 * gdb.hp/classes-hp.exp: new file.
4501 * gdb.hp/ctti.exp: new file.
4502 * gdb.hp/ctti-add.cc: new file.
4503 * gdb.hp/ctti-add1.cc: new file.
4504 * gdb.hp/ctti-add2.cc: new file.
4505 * gdb.hp/ctti-add3.cc: new file.
4506 * gdb.hp/dbx.exp: new file.
4507 * gdb.hp/exception.cc: new file.
4508 * gdb.hp/exception.exp: new file.
4509 * gdb.hp/foll-exec.c: new file.
4510 * gdb.hp/foll-exec.exp: new file.
4511 * gdb.hp/foll-fork.c: new file.
4512 * gdb.hp/foll-fork.exp: new file.
4513 * gdb.hp/foll-vfork.c: new file.
4514 * gdb.hp/foll-vfork.exp: new file.
4515 * gdb.hp/inherit-hp.exp: new file.
4516 * gdb.hp/more-steps.exp: new file.
4517 * gdb.hp/namespace.cc: new file.
4518 * gdb.hp/namespace.exp: new file.
4519 * gdb.hp/optimize.exp: new file.
4520 * gdb.hp/pxdb.c: new file.
4521 * gdb.hp/pxdb.exp: new file.
4522 * gdb.hp/quicksort.exp: new file.
4523 * gdb.hp/reg-test.exp: new file.
4524 * gdb.hp/reg-test.s: new file.
4525 * gdb.hp/sized-enum.c: new file.
4526 * gdb.hp/sized-enum.exp: new file.
4527 * gdb.hp/start-stop.exp: new file.
4528 * gdb.hp/templ-hp.cc: new file.
4529 * gdb.hp/templ-hp.exp: new file.
4530 * gdb.hp/thr-lib.c: new file.
4531 * gdb.hp/thr-lib.exp: new file.
4532 * gdb.hp/thr-lib.h: new file.
4533 * gdb.hp/thr-liblib.c: new file.
4534 * gdb.hp/virtfun-hp.c: new file.
4535 * gdb.hp/virtfun-hp.exp: new file.
4536 * gdb.hp/watch-cmd.exp: new file.
4537 * gdb.hp/watch-hp.exp: new file.
4538 * gdb.hp/xdb1.exp: new file.
4539 * gdb.hp/xdb2.exp: new file.
4540 * gdb.hp/xdb3.exp: new file.
4541
4542Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
4543
4544 The following files are part of the HP merge; some had longer
4545 names at HP, but have been renamed to be no more than 14
4546 characters in length.
4547
4548 * gdb.base/ss.h: new file.
4549 * gdb.base/call-ar-st.c: new file.
4550 * gdb.base/call-ar-st.exp: new file.
4551 * gdb.base/call-rt-st.c: new file.
4552 * gdb.base/call-rt-st-exp: new file.
4553 * gdb.base/call-strs.exp: new file.
4554 * gdb.base/ena-dis-br.exp: new file.
4555 * gdb.base/environ.exp: new file.
4556 * gdb.base/long_long.exp: new file.
4557 * gdb.base/sect-cmd.exp: new file.
4558 * gdb.base/shlib-cl2.exp: new file.
4559 * gdb.base/smoke.exp: new file.
4560 * gdb.base/so-impl-ld.c: new file.
4561 * gdb.base/so-impl-ld.exp: new file.
4562 * gdb.base/so-indr-cl.c: new file.
4563 * gdb.base/so-indr-cl.exp: new file.
4564 * gdb.base/varargs.exp: new file.
4565 * gdb.base/volatile.exp: new file.
4566 * gdb.base/whatis-exp.exp: new file.
7a292a7a 4567 * gdb.base/display.exp: new file.
c906108c
SS
4568 * gdb.c++/derivation.exp: new file.
4569 * gdb.c++/local.exp: new file.
4570 * gdb.c++/member-ptr.exp: new file.
4571 * gdb.c++/overload.exp: new file.
4572 * gdb.c++/ovldbreak.exp: new file.
4573 * gdb.c++/ref-types.exp: new file.
4574 * gdb.c++/ref-types2.exp: new file.
4575 * gdb.c++/userdef.exp: new file.
beb998c6 4576
c906108c
SS
4577Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4578
4579 * gdb.base/default.exp: Reflect wording change in remote.c.
4580
dc96c6c7 4581Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4582
4583 * gdb.base/help.exp: Update to reflect current text.
4584
4585Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
4586
4587 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
4588 they're stack variables and contain garbage.
4589 * gdb.c++/anon-union.exp: new file.
4590
4591 The following changes were made by David Taylor
4592 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4593 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4594 in changes by HP.
4595
4596 * gdb.base/bitops.exp: new file.
4597 * gdb.base/default.exp: change expected messages for catch and
4598 info catch tests to reflect HP merge changes.
4599 * gdb.base/enable-disable-break.exp
4600 * gdb.base/ending-run.c: new file.
4601 * gdb.base/long_long.c: new file.
4602 * gdb.base/maint.exp: new file.
4603 * gdb.base/pointers2.exp: new file.
4604 * gdb.base/shlib-call2.exp: new file.
4605 * gdb.base/solib.exp: new file.
4606 * gdb.base/step-test.c: new file.
4607 * gdb.c++/anon-union.cc: new file.
4608 * gdb.c++/local.cc: new file.
4609 * gdb.c++/member-pointer.cc: new file.
4610 * gdb.c++/method.cc: new file.
4611 * gdb.c++/ref-types.cc: new file.
4612 * gdb.c++/ref-types2.cc: new file.
4613 * gdb.c++/userdef.cc: new file.
beb998c6 4614
c906108c
SS
4615 * gdb.base/scope.exp: compile one file at a time, then link.
4616 * gdb.base/langs.exp: ditto.
4617 * gdb.base/list.exp: ditto.
beb998c6 4618
c906108c
SS
4619Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
4620
4621 The following changes were made by David Taylor
4622 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4623 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4624 in changes by HP.
beb998c6 4625
c906108c
SS
4626 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
4627 skip tests. When compiling pass c++ flag to gdb_compile.
4628 * gdb.c++/
beb998c6 4629
c906108c
SS
4630 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
4631 test for on hppa*-*-hpux*; use args to see if c++ was specified.
4632 (skip_hp_tests): new function.
4633 (gdb_preprocess): new function.
4634
4635 * configure.in (hpdir): decide whether to configure gdb.hp.
4636 * configure: regenerated.
4637
4638 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
4639 to delete on clean.
4640 (EXECUTABLES): update to reflect new additions.
4641 * gdb.base/commands.exp: update message expected.
4642 * gdb.base/default.exp: add copyright notice.
4643 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
4644 * gdb.base/help.exp: update messages to reflect current text.
4645 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
4646 targets for recurse tests.
4647 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
4648 skip this file.
4649
4650 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
4651 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
4652 compilation.
4653 * gdb.c++/misc.exp: ditto.
4654 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
4655 run the tests. tell gdb_compile that it's a c++ compilation.
4656
4657 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 4658
c906108c
SS
4659 * gdb.base/all-bin.exp: new file.
4660 * gdb.base/arithmet.exp: new file.
4661 * gdb.base/assign.exp: new file.
4662 * gdb.base/completion.exp: new file.
4663 * gdb.base/cond-expr.exp: new file.
4664 * gdb.base/condbreak.exp: new file.
4665 * gdb.base/define.exp: new file.
4666 * gdb.base/dollar.exp: new file.
4667 * gdb.base/environment.exp: new file.
4668 * gdb.base/eval-skip.exp: new file.
4669 * gdb.base/jump.exp: new file.
4670 * gdb.base/logical.exp: new file.
4671 * gdb.base/pointers.exp: new file.
4672 * gdb.base/relational.exp: new file.
4673 * gdb.base/section_command.exp: new file.
4674 * gdb.base/whatis-expr.exp: new file.
4675
4676 * gdb.base/all-types.c: new file.
4677 * gdb.base/call-array-struct.c: new file.
4678 * gdb.base/call-return-struct.c: new file.
4679 * gdb.base/call-strings.c: new file.
4680 * gdb.base/callfuncs2.c: new file.
4681 * gdb.base/condbreak.c: new file.
4682 * gdb.base/constvars.c: new file.
4683 * gdb.base/display.c: new file.
4684 * gdb.base/int-type.c: new file.
4685 * gdb.base/jump.c: new file.
4686 * gdb.base/miscexprs.c: new file.
4687 * gdb.base/pointers.c: new file.
4688 * gdb.base/pointers2.c: new file.
4689 * gdb.base/shmain.c: new file.
4690 * gdb.base/shr1.c: new file.
4691 * gdb.base/shr2.c: new file.
4692 * gdb.base/solib.c: new file.
4693 * gdb.base/solib1.c: new file.
4694 * gdb.base/solib2.c: new file.
4695 * gdb.base/varargs.c: new file.
4696 * gdb.c++/derivation.cc: new file.
4697 * gdb.c++/overload.cc: new file.
4698 * gdb.c++/ovldbreak.cc: new file.
4699 * gdb.hp/attach.c: new file.
4700 * gdb.hp/attach2.c: new file.
4701 * gdb.hp/average.c: new file.
4702 * gdb.hp/compiler.c: new file.
4703 * gdb.hp/compiler.cc: new file.
4704 * gdb.hp/execd-program.c: new file.
4705 * gdb.hp/follow-exec.c: new file.
4706 * gdb.hp/follow-fork.c: new file.
4707 * gdb.hp/follow-vfork-and-exec.c: new file.
4708 * gdb.hp/misc-hp.cc: new file.
4709 * gdb.hp/more-steps.c: new file.
4710 * gdb.hp/optimize.c: new file.
4711 * gdb.hp/quicksort.c: new file.
4712 * gdb.hp/run-hp.c: new file.
4713 * gdb.hp/start-stop.c: new file.
4714 * gdb.hp/sum.c: new file.
4715 * gdb.hp/templates-hp.cc: new file.
4716 * gdb.hp/thread-local-in-lib.c: new file.
4717 * gdb.hp/thread-local-in-lib.h: new file.
4718 * gdb.hp/thread-local-in-lib.lib.c: new file.
4719 * gdb.hp/vforked-program.c: new file.
4720 * gdb.hp/virtfunc-hp.cc: new file.
4721 * gdb.hp/watchpoint-hp.c: new file.
4722 * gdb.hp/xdb.c: new file.
4723 * gdb.hp/xdb0.c: new file.
4724 * gdb.hp/xdb0.h: new file.
4725 * gdb.hp/xdb1.c: new file.
4726
4727Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
4728
4729 The following change was made by Edith Epstein
4730 <eepstein@cygnus.com> as part of a project to merge in changes
4731 originally made by HP; HP did not create ChangeLog entries.
4732
4733 * gdb.c++/demangle.exp: changed the expected output for some
4734 ARM-style mangling -- removed second reference to datatype.
4735 For example, maint demangle __dt__11T1__pt__2_cFv
4736 T1<char>::~T1<char>(void)
4737 becomes,
4738 maint demangle __dt__11T1__pt__2_cFv
4739 T1<char>::~T1(void)
4740
4741 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 4742
c906108c
SS
4743Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
4744
4745 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
4746 * gdb.trace/backtrace.exp: Likewise.
4747 * gdb.trace/circ.exp: Likewise.
4748 * gdb.trace/collection.exp: Likewise.
4749 * gdb.trace/deltrace.exp: Likewise.
4750 * gdb.trace/infotrace.exp: Likewise.
4751 * gdb.trace/limits.exp: Likewise.
4752 * gdb.trace/packetlen.exp: Likewise.
4753 * gdb.trace/passc-dyn.exp: Likewise.
4754 * gdb.trace/passcount.exp: Likewise.
4755 * gdb.trace/report.exp: Likewise.
4756 * gdb.trace/save-trace.exp: Likewise.
4757 * gdb.trace/tfind.exp: Likewise.
4758 * gdb.trace/tracecmd.exp: Likewise.
4759 * gdb.trace/while-dyn.exp: Likewise.
4760 * gdb.trace/while-stepping.exp: Likewise.
4761
47621998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
4763
4764 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
4765
4766Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
4767
4768 From Brendan Kehoe:
4769 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
4770 int return types.
4771
4772Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
4773
4774 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
4775 remote dos host testing right.
4776
4777Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
4778
4779 * gdb.base/corefile.exp: remove some xfails.
4780
4781Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
4782
4783 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
4784 have different timestamps.
4785
4786Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
4787
4788 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
4789 gdb.base/default.exp: Replace "exec" with "executable".
4790
4791Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
4792
4793 * gdb.base/default.exp: Change else if to elseif from previous
4794 delta.
4795
4796Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
4797
4798 * gdb.base/default.exp: Add brace missing from previous delta.
4799
4800Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
4801
4802 * gdb.base/default.exp: Support test for info float for all
4803 varieties of arm toolchain.
4804
dc96c6c7 4805Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4806
4807 * gdb.trace/*.exp: remove "remote_download" command.
4808
dc96c6c7 4809Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4810
4811 * gdb.trace/*.exp: remove -gdwarf from compile.
4812
4813Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
4814
4815 * gdb.trace/configure.in(AC_INIT): typo
4816 * gdb.trace/configure: regenerated
4817
dc96c6c7 4818Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4819
4820 * config/m68k-emc.exp: New file.
4821 * lib/<emc-support.exp trace-support.exp}: New files.
4822 * configure.in: add new test directory gdb.trace.
4823 * gdb.trace/{configure configure.in Makefile.in}: New files.
4824 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
4825 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
4826 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
4827 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
4828 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
4829 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
4830 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 4831
dc96c6c7 4832Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4833
4834 * gdb.c++/classes.exp: Change all regular expressions to match
4835 arbitrary combinations of newline/carriage-return, so that they
4836 will work equally well on Unix and Windows.
4837 * gdb.c++/inherit.exp: ditto.
4838 * gdb.c++/virtfunc.exp: ditto.
4839
48401998-08-11 Dawn Perchik <dawn@cygnus.com>
4841
4842 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
4843
c2d11a7d
JM
4844Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
4845
4846 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
4847 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
4848 to use a0-a3/d0-d3 as needed.
4849
4850Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
4851
4852 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4853 * gdb.disasm/am33.exp: Corresponding changes.
4854
c906108c
SS
48551998-07-11 Felix Lee <flee@cygnus.com>
4856
4857 * gdb.base/callfuncs.exp: add cmp10 test.
4858 * gdb.base/callfuncs.c (cmp10): new function.
4859
4860Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
4861
beb998c6 4862 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
4863 into two parts to get around a synchronization problem in expect.
4864
3fc11d3e
JM
4865Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
4866
4867 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
4868
4869 * configure.in: Add options for gdbtk testsuite.
4870
4871 * configure: Regenerate.
4872
4873 * gdb.gdbtk: New directory to hold gdbtk tests.
4874
c906108c
SS
4875Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4876
4877 * gdb.fortran/types.exp: Escape brackets in expect patterns
4878 for test_float_literal_types_accepted tests.
4879 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
4880 before run test.
4881
c2d11a7d
JM
4882Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
4883
4884 * am33.exp: Just compile, do not link the testcase.
4885 * am33.s: Add ".am33" pseudoop to force am33 mode.
4886
c906108c
SS
48871998-06-25 Felix Lee <flee@cygnus.com>
4888
4889 * gdb.base/setshow.exp: make sure $pc is sane.
4890
4891 * gdb.stabs/weird.exp: split expect patterns properly.
4892
c2d11a7d
JM
4893Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
4894
4895 * gdb.disasm/am33.s: New disassembler testfile for the am33.
4896 * gdb.disasm/am33.exp: Run it.
4897
dc96c6c7 4898Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4899
4900 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
4901 match processing (and eliminate spurious timeouts when running).
4902
dc96c6c7 4903Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4904
4905 * gdb.base/signals.exp (test_handle_all_print): put back Mach
4906 exception test, but conditionalize it on target [mach | gnu].
4907
dc96c6c7 4908Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4909
4910 * gdb.base/overlays.exp: fixup compile line for linker script.
4911
4912Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
4913
4914 * gdb.fortran/types.exp: don't guess at float size.
4915
4916Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
4917
4918 * gdb.base/exprs.exp: delete test that depends on int size.
4919
4920Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
4921
4922 * config/sim.exp: Removed checks for target triplets.
4923 (gdb_target_sim): Use gdb,target_sim_options.
4924
4925Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
4926
4927 * gdb.base/reread.exp: New file.
4928 * gdb.base/reread1.c: New file.
4929 * gdb.base/reread2.c: New file.
4930
4931Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
4932
4933 * config/sim.exp: Use 'target sim -sparclite' when running
4934 SPARClite programs.
4935
4936Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
4937
4938 * gdb.base/structs2.exp: New file.
4939 * gdb.base/structs2.c: New file.
4940
4941Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
4942
4943 * gdb.asm/common.inc: New file.
4944 * gdb.asm/d10v.inc: New file.
4945 * asm-source.exp: Pass -I's to gas to find .inc files.
4946 Update line numbers in expected output.
4947 * asmsrc1.s: Rewrite.
4948 * asmsrc2.s: Rewrite.
4949 * configure.in: Create arch.inc symlink.
4950 * configure: Regenerate.
4951 * Makefile.in (distclean): Delete arch.inc.
4952
4953Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
4954
4955 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
4956 (t_enum_value2): ditto
4957 (t_enum_value3): ditto
4958 (main): ditto
4959Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4960
4961 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
4962 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
4963 change.
4964 Use gdb_test instead of send_gdb/gdb_expect sequences.
4965
4966Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
4967
4968 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
4969 not void.
4970
4971Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
4972
4973 * gdb.base/branches.c: Code with lots of loops and
4974 subroutines. Used to test gdbs ability to single step through PC
4975 changes, especially to test mips-tdep.c:mips_next_pc
4976
4977Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
4978
4979 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
4980 more rigorous EGCS C++ error checking.
4981
4982Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4983
4984 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 4985 tests.
c906108c 4986 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 4987 function when asleep.
c906108c 4988 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
4989 for i*86 Linux and SVR4 signal handling problems.
4990 Remove linux xfail for `next to handler in signals_tests_1', fixed
4991 by recent infrun.c change.
c906108c 4992 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 4993 stack backtraces.
c906108c
SS
4994 Adjust expect pattern in `handle all print' test to match Apr 28 1997
4995 target.[ch] change.
4996
4997Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
4998
4999 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
5000 for a newline from gdb before continuing.
5001 (default_gdb_exit): Just look for y or n.
5002 (gdb_test): Detect abnormal exit from GDB running on DOS; if
5003 it does, fail the rests of the tests in the file.
5004
5005Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
5006
5007 * config/cygmon.exp: New file.
5008
5009Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
5010
5011 * gdb.base/list.exp: Fix problem with "list default lines around
5012 main" test on remote targets.
5013
5014 * gdb.base/scope.exp: Fix problem with filelocal_bss before
5015 run test on remote targets.
5016
5017Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
5018
5019 * gdb.asm: New directory.
5020 * configure.in: Configure it.
5021 * configure: Regenerate.
5022 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
5023 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
5024
5025Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
5026
5027 * config/mn10300-eval.exp: New file to support MN10300 eval board.
5028
dc96c6c7 5029Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 5030
c906108c
SS
5031 * gdb.base/overlays (several files): Merge the two overlay
5032 managers into one. Change variables (foox, barx, bazx, grbxx)
5033 back into ints but force them to load in their proper sections.
5034
5035Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
5036
5037 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
5038 on-chip insn memory and IMAP1 to upper 128k.
5039 (D10VCopy): Handle memory regions crossing 16k boundaries.
5040 (D10VCopy): Transfer data in 32 bit chunks.
5041
5042Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
5043
5044 * gdb.base/overlays.c (main): Exit normally when result is
5045 correct.
5046
5047 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
5048 map. Include space for printf in .text segment.
5049
5050 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
5051 updated d10v memory VMA/LMA map.
5052 (D10VCopy): Call D10VTranslate.
beb998c6 5053
c906108c
SS
5054Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
5055
5056 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
5057
5058 * gdb.base/bar.c (barx, bar): Change variable to small array so
5059 that it won't be put into the .sdata - small data -
5060 section. Update reference.
5061 * gdb.base/baz.c (bazx, baz): Ditto.
5062 * gdb.base/foo.c (foox, foo): Ditto.
5063 * gdb.base/grbx.c (grbxx, grbx): Ditto.
5064
5065 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
5066 to be arrays.
beb998c6 5067
dc96c6c7 5068Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 5069
c906108c
SS
5070 * gdb.base/overlays.exp: fix up and get working again.
5071 Add tests for backtraces from an overlay function.
beb998c6 5072
c906108c
SS
5073Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
5074
5075 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
5076 "calling function with watchpoint enabled".
5077
5078Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
5079
5080 * gdb.base/break.exp (test_next_with_recursion): Remove
5081 gdb_suppress_tests for d10v-*-*.
5082 * lib/gdb.exp (gdb_suppress_tests): Disable this function
5083 pending review of whether it is useful or not.
5084
5085Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
5086
5087 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
5088
5089Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
5090
5091 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
5092 * config/dve.exp: New file to support Densan boards.
5093
5094Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
5095
5096 * gdb.base/interrupt.exp: Document problem of simulators, signals,
5097 reads and BSD.
5098
5099Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
5100
5101 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
5102 response.
5103
5104 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
5105
5106Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
5107
5108 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
5109 test.
5110
5111 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
5112 target_sizeof_long and target_bigendian_p.
5113 (structs_by_value, structs_by_reference): Check values according
5114 to targets word size and endianess.
beb998c6 5115
c906108c
SS
5116Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
5117
5118 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
5119 output.
5120
5121Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
5122
5123 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
5124 Update test of set args help to match source change.
5125
5126Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
5127
5128 * gdb.base/default.exp: Expect help system output to be in
5129 alphabetical order.
5130 * gdb.base/help.exp: Ditto.
5131
5132Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
5133
5134 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
5135 "i*86-pc-linux-gnu*".
5136 * gdb.base/interrupt.exp: Ditto.
5137 * gdb.base/corefile.exp: Ditto.
5138
5139 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
5140 define vxworks when building the testcase.
5141
5142 * gdb.base/ptype.exp: Fix testnames to be unique.
5143 * gdb.base/radix.exp: Ditto.
5144 * gdb.base/term.exp: Ditto.
5145 * gdb.base/whatis.exp: Ditto.
5146 * gdb.c++/classes.exp: Ditto.
5147
5148Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
5149
5150 * gdb.base/callfuncs.exp: Fix indentation.
5151
5152 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
5153 suppress_flag has been set.
5154 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
5155 target feature.
5156
5157Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
5158
5159 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
5160 the testcase.
5161
5162 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
5163 set_debug_traps() and breakpoint().
5164 * gdb.c++/misc.cc (main): Ditto.
5165 * gdb.c++/templates.cc (main): Ditto.
5166 * gdb.c++/virtfunc.cc (main): Ditto.
5167
5168Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
5169
5170 * lib/gdb.exp(gdb_step_for_stub): New function.
5171 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
5172 exists, reload the executable and do a "continue" instead of
5173 doing a jump.
5174 (runto_main): Use gdb_step_for_stub.
beb998c6 5175
c906108c
SS
5176 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
5177 tests to have unique names.
5178 * gdb.base/callfuncs.exp: Ditto.
5179 * gdb.base/commands.exp: Ditto.
5180 * gdb.base/default.exp: Ditto.
5181 * gdb.base/help.exp: Ditto.
5182 * gdb.base/list.exp: Ditto.
5183 * gdb.base/opaque.exp: Ditto.
5184 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
5185 similar tests.
beb998c6 5186
c906108c
SS
5187 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
5188 * gdb.c++/cplusfuncs.cc: Ditto.
5189 * gdb.c++/virtfunc.cc: Ditto.
5190
5191 * config/monitor.exp: Keep track of the last file we saw, rather
5192 than trying to get the info from gdb.
5193
5194 * gdb.fortran/types.exp: Move comment to previous line.
5195
5196Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
5197
5198 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
5199 target mode.
5200
5201Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
5202
5203 From Bob Manson:
5204 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
5205 string from GDB when it connects.
5206
5207 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
5208
5209Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
5210
5211 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
5212 if we can't get a debug format from GDB (we may be testing an
5213 older GDB). Use a 10 second timeout when checking for the format.
5214
5215 * gdb.stabs/weird.exp: Fix quoting.
5216
5217 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
5218
5219Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
5220
5221 * config/arm-ice.exp: New file.
5222
5223Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
5224
5225 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
5226 until it has been modified to work with the new testsuite.
5227
99707966 5228 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
5229 testcase won't compile, cause all of the testcases in the file to
5230 fail instead.
5231
5232 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
5233 (gdb_clear_suppressed): New procedure.
5234 (gdb_stop_suppressing_tests): Only clear suppress_flag if
5235 it contains a positive value.
5236
5237Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
5238
5239 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
5240
5241 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
5242
5243Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
5244
5245 * lib/gdb.exp (setup_xfail_format): New function.
5246 (get_debug_format): New function to get debug format.
5247 (debug_format): New global variable to hold last value set
5248 by get_debug_format.
5249 * gdb.base/list.exp: Call get_debug_format and expect some
5250 tests to fail for DWARF 1 and COFF formats.
5251 * gdb.c++/ptype.exp: Ditto.
5252 * gdb.c++/classes.exp: Ditto.
5253 * gdb.c++/cplusfuncs.exp: Ditto.
5254 * gdb.c++/inherit.exp: Ditto.
5255 * gdb.c++/templates.exp: Ditto.
5256 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 5257
c906108c
SS
5258Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
5259
5260 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
5261 host doesn't have a currently-open connection.
5262
5263 * config/sparclet.exp: Cleanups and fixes to make it generic for
5264 any gdb stub target. Handle cases where gdb doesn't respond when
5265 interrupted in a sane fashion.
5266
5267 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
5268 same thing in a totally different way.
5269
5270 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
5271 setting "timeout".
5272 (gdb_start): We set the global gdb_prompt variable in
5273 default_gdb_init now.
5274
5275Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
5276
5277 * gdb.base/printcmds.exp: Fix "check for floating addition"
5278 regexp to accept results within approx +/- .01 of exact value.
5279 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
5280
5281Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
5282
5283 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
5284 properly.
5285 (gdb_expect): Add optional timeout parameter, and add timeout
5286 value to various calls.
5287 (gdb_suppress_tests): Only give one warning message per group.
5288
5289Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
5290
5291 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
5292 global variables. Handle getting a value for $timeout more
5293 gracefully.
5294
5295Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5296
5297 * lib/gdb.exp: Close connection to remote host if gdb doesn't
5298 initialize.
5299 (default_gdb_init): New procedure; allow gdb_init to be overridden
5300 by a target configuration file.
5301 (gdb_expect): Pass the timeout to remote_expect.
5302
5303 * config/monitor.exp(gdb_load): Fix typo in regexp.
5304
5305Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
5306
5307 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
5308
5309Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
5310
5311 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
5312 here. Call gdb_target_exec before rebooting the target, to make
5313 sure the connection to the target is closed.
5314 (gdb_load): Pass the name of the executable to gdb_target_monitor.
5315 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
5316 Also detect "Timeout reading from remote" error.
5317
5318 * config/gdbserver.exp: Pass the executable being loaded to
5319 gdb_target_monitor. Don't call gdb_file_cmd here; let
5320 gdb_target_monitor do it.
5321
5322 * gdb.disasm/hppa.exp: Don't use exec_output.
5323
5324Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
5325
5326 * gdb.base/list.exp: If we're debugging a non-native target,
5327 try to set the pc register to point to the start of the
5328 program before doing the first list command.
5329
5330 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
5331 test_calls after restarting.
5332
5333 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
5334 reloading.
5335
5336 * gdb.base/watchpoint.exp: Fix typo.
5337
5338 * gdb.base/setshow.exp: Check for use_gdb_stub.
5339
5340 * gdb.base/break.exp: Fix continue until exit test for the gdb
5341 stub case.
5342 * gdb.base/langs.exp: Ditto.
5343
5344 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
5345 gdb_load_offset. If we weren't given a file to load, figure out
5346 what the current file is and use it.
5347
5348 * config/i386-bozo.exp: New file.
5349
5350Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
5351
5352 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
5353 feature.
5354
5355 * config/proelf.exp: New entry.
5356
5357Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
5358
5359 * lib/gdb.exp: Remove spurious .* patterns at the beginning
5360 of regexps.
5361
5362 * gdb.base/watchpoint.exp: Don't run the test_stepping
5363 tests if gdb can't call functions on the target.
5364
5365 * gdb.base/setshow.exp: Don't run the set prompt tests if
5366 the board has gdb_prompt set.
5367
5368Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
5369
5370 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
5371 * gdb.base/commands.exp: Likewise.
5372 * gdb.base/setshow.exp: Likewise.
5373
5374Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
5375
5376 * config/monitor.exp(gdb_start): Look for gdb_prompt target
5377 feature.
5378
5379 * config/i960.exp: New file.
5380
5381Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
5382
5383 * gdb.base/funcargs.exp: Check for gdb,short_int target
5384 feature instead of looking for explicit target triplets.
5385
dc96c6c7 5386Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 5387
beb998c6 5388 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
5389 "p 123DEADBEEF", to check parse_number.
5390 * top.c: change "to enable to enable" to "to enable" in a couple
5391 of help strings.
5392
5393Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
5394
5395 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
5396 on the mn10300.
beb998c6 5397
c906108c
SS
5398Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
5399
5400 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
5401 where the test executable is run with explicit args.
5402 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
5403
5404Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
5405
5406 * gdb.base/run.c: Use FAKEARGV to build test executable that
5407 does not require a command line arg, since most simulators
5408 don't currently support passing such an arg into the simulated
5409 program.
5410 * gdb.base/commands.exp: Change tests to insert the proper
5411 value as the arg to the first recursive factorial call. Change
5412 compilation line to define FAKEARGV at compile time.
5413
5414Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
5415
5416 * gdb.base/recurse.exp: Enable these tests for the mn10300.
5417 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
5418 function with watchpoint enabled" test.
5419
5420Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
5421
5422 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
5423 Don't call gdb_test when the command doesn't return to a gdb prompt.
5424
5425 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
5426 "Tests restarted" messages.
5427
5428Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
5429
5430 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
5431
dc96c6c7 5432Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5433
5434 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
5435 for INFO SYMBOL; add help tests for OVERLAY commands.
5436 * gdb.base/default.exp: add tests for INFO SYMBOL command;
5437 add tests for OVERLAY commands
5438 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
5439 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
5440 * gdb.base/sigall.c: add usestubs code frag
5441 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 5442
c906108c
SS
5443Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
5444
5445 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
5446 failures.
5447 (gdb_stop_suppressing_tests): Note that tests have restarted.
5448
5449Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
5450
5451 * config/h8300.exp: New file.
5452
5453Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
5454
5455 * gdb.base/setshow.exp: Check for the existence of a
5456 feature, not its value.
5457
5458Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
5459
5460 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
5461
5462 * gdb.base/scope.exp: It's now init0(), not init().
5463
5464 * gdb.base/scope0.c: For now, change init() to be init0().
5465
5466 * config/monitor.exp: Use gdb_serial in preference to serial
5467 or netport.
5468
5469 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
5470 and it's not already set.
5471
5472Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
5473
5474 * gdb.base/setshow.exp: Only test the run command if the target
5475 isn't using a stub and if it supports argument passing.
5476
5477Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
5478
5479 * config/udi.exp(gdb_start): Make sure UDICONF is set
5480 properly before starting gdb.
5481
5482Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
5483
5484 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
5485 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
5486 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
5487
5488Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
5489
5490 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
5491 specialized code to reboot the board, use remote_reboot instead.
5492
5493 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
5494
5495 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
5496
5497 * config/monitor.exp: Make sure we disconnect from the target.
5498 Also, try a reboot/reload cycle instead of failing if the
5499 load fails.
5500
5501Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
5502
5503 * gdb.base/default.exp: Don't set match_max.
5504 * gdb.base/help.exp: Ditto.
5505 * gdb.base/list.exp: Ditto.
5506 * gdb.base/signals.exp: Ditto.
5507
5508 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
5509 set, use remote_ld to download the testcase instead of
5510 the GDB loader.
5511
5512Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
5513
5514 * config/vr5000.exp: New file.
5515
5516 * config/monitor.exp(gdb_target_monitor): Add pattern for
5517 "Ending remote" to detect errors in connecting.
5518
5519 * gdb.base/setshow.exp: Add .* within auto language test.
5520
5521 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
5522 target feature.
5523
5524 * config/monitor.exp(gdb_load): Check for a failure when loading,
5525 and reboot the board if necessary.
5526
5527 * gdb.base/setvar.exp(test_set): Handle multiple prints within
5528 a set of tests. Remove print.* from the patterns being checked.
5529
5530Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
5531
5532 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
5533 refer to gdb_spawn_id.
5534
5535 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
5536 longer used.
5537 * config/sparclet.exp: Ditto.
5538 * config/sparclet-old.exp: Ditto.
5539 * config/slite.exp: Ditto.
5540 * config/sim.exp: Ditto.
5541 * gdb.base/funcargs.exp: Ditto.
5542
5543 * lib/gdb.exp:Remove references to gdb_spawn_id.
5544 (gdb_expect): Move to remote.exp.
5545
5546Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
5547
5548 * config/monitor.exp: Detect the "Couldn't establish connection"
5549 message from GDB.
5550
5551Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
5552
5553 * gdb.base/bitfields.exp: Use runto instead of explicit
5554 gdb_run_cmd/gdb_expect sequences.
5555
5556 * gdb.base/break.exp(text_next_with_recursion): Add match for
5557 gdb_expect call.
5558
5559 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
5560 We also need to handle the "A program is being debugged already"
5561 prompt from gdb. Use gdb_test to set the baud rate.
5562
5563 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
5564 to 20000. Really. I mean it.
5565
5566Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5567
5568 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
5569 fails. If suppress_flag is set, skip perror message about not
5570 being able to send to GDB.
5571 (send_gdb): If suppress_flag is set, don't try to send commands to
5572 GDB.
5573 (gdb_expect): If suppress_flag is set, always fail immediately.
5574 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
5575 (gdb_init): Call gdb_stop_suppressing_tests.
5576 (default_gdb_exit): Ditto.
5577 (default_gdb_start): Ditto.
5578
5579 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
5580 gdb_stop_suppressing_tests as appropriate.
5581 * gdb.base/break.exp: Ditto.
5582 * gdb.base/callfuncs.exp: Ditto.
5583 * gdb.base/commands.exp: Ditto.
5584 * gdb.base/exprs.exp: Ditto.
5585 * gdb.base/funcargs.exp: Ditto.
5586 * gdb.base/list.exp: Ditto.
5587 * gdb.base/recurse.exp: Ditto.
5588 * gdb.base/scope.exp: Ditto.
5589 * gdb.base/structs.exp: Ditto.
5590 * gdb.c++/inherit.exp: Ditto.
5591
5592Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
5593
5594 * config/vr4300.exp: New file.
5595
99707966
MC
5596 * gdb.*/*.exp: Call gdb_expect instead of expect.
5597
5598 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
5599
5600Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
5601
5602 * lib/gdb.exp(gdb_init): New function.
5603
5604 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
5605 for each individual variable set.
5606
5607 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
5608 name.
5609
5610 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
5611
5612 * gdb.base/scope.exp: Use gdb_test.
5613
5614 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
5615 aborting; the testsuite driver will do that for us (see
5616 gdb_finish). Also, use gdb_test in a few more places.
5617
5618Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5619
5620 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
5621
5622Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
5623
5624 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
5625 and "add_tests" are not at the same address.
5626
5627Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
5628
5629 * gdb.base/ptype.exp: Use gdb_test.
5630
5631Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
5632
5633 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
5634 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
5635 left in. No longer expect them to fail.
5636
5637 * gdb.stabs/*.mt; Deleted, no longer used.
5638 * gdb.stabs/configure.in: Remove references to target makefile
5639 frags.
5640 * gdb.stabs/configure: Rebuilt.
5641
5642 * gdb.disasm/*.mt: Deleted, no longer used.
5643 * gdb.disasm/configure.in: Remove references to target makefile
5644 frags. Use "sh3.s" as the unique filename for this directory.
5645 * gdb.disasm/configure: Rebuilt.
5646
5647 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
5648 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
5649 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
5650
5651Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
5652
5653 * config/udi.exp: Use mondfe,name instead of remote_host.
5654
5655Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
5656
5657 * gdb.base/watchpoint.exp: Don't expect a failure when calling
5658 a function with a watchpoint enabled on the mn10200.
5659
5660 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
5661 before trying to create it!
5662
5663Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
5664
5665 * config/vx.exp: Use hostname instead of netport.
5666
5667 * config/vxworks.exp: New file.
5668
5669 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
5670
5671 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
5672 gdb before assuming everything worked. Send a ^C if a timeout
5673 occurs.
5674
5675 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
5676 $gdb_spawn_id directly.
5677 (gdb_run_cmd): Try _start as well as start. Use the target feature
5678 gdb,start_symbol as the symbol to start from when jumping.
5679
5680Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
5681
5682 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
5683 redundant) test.
5684
5685 * gdb.base/recurse.exp: Relax final value test for 'b' so that
5686 it doesn't lose for 16bit integer systems.
5687
5688Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
5689
5690 * gdb.fortran/types.exp: If the target doesn't support "double"
5691 data types, then expect "real" types to only be 4 bytes.
5692
5693 * gdb.c++/virtfunc.exp: Expect failure for virtual function
5694 call tests if the target doesn't support inferior function calls.
5695
5696 * gdb.base/printcmds.exp: Allow minor deviation in FP values
5697 in printf tests.
5698
5699Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
5700
5701 * gdb.base/help.exp: Disable "help set", "help show", and
5702 "help support". Simplify regexp for "help stack".
5703
5704 * gdb.base/default.exp: Set match_max to 5000 and the timeout
5705 to 60 seconds. Temporarily set match_max to 15000 around the
5706 "info copying" test.
5707
5708 * gdb.base/nodebug.exp: Don't try to do an inferior function
5709 call if the target doesn't support them.
5710 * gdb.base/printcmds.exp: Likewise.
5711 * gdb.base/setvar.exp: Likewise.
5712 * gdb.base/structs.exp: Likewise.
5713 * gdb.c++/templates.exp: Likewise.
5714 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
5715
5716 * gdb.base/recurse.exp: Enable for the mn10200.
5717
5718 * configure.in: Do configure gdb.stabs directory for *-*-elf
5719 targets.
5720 * configure: Rebuilt.
5721
5722 * gdb.base/break.exp: Check for gdb,noresults before testing
5723 exit status and/or results from the target.
5724 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
5725 * lib/gdb.exp: Remove old (now bogus) initialization of
5726 noinferior, noargs, noresults and nosignals.
5727
5728Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
5729
5730 * config/sh.exp: New file.
5731
5732 * config/slite.exp: Try to connect multiple times to the board
5733 before rebooting. Only send a "monitor run" if need_monitor_run
5734 is set.
5735
5736 * gdb.base/break.exp: Don't do the "stub continue" test if
5737 the target has gdb_stub set.
5738
5739 * gdb.base/callfuncs.exp: Increase the timeout.
5740
5741 * gdb.base/interrupt.exp: Don't even try to compile the testcase
5742 if the target has gdb,noinferiorio set.
5743
5744 * gdb.base/list.exp: Increase match_max to 10000 characters.
5745
5746 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
5747
5748 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
5749 target.
5750
5751 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
5752
5753Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
5754
5755 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
5756 trying to delete the copy of gdb. Catch the file delete so we
5757 don't die if the delete fails; also, the file should be copied to
5758 the host, not to the build.
5759
5760Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
5761
5762 * lib/gdb.exp(gdb_test): Surround the result pattern with
5763 parenthesis in case it contains multiple regexps separated
5764 with |.
5765
5766 * gdb.base/watchpoint.exp: Use gdb_test.
5767 * gdb.base/default.exp: Ditto.
5768
5769Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
5770
99707966 5771 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 5772
c906108c
SS
5773 * gdb.base/scope.exp: Use gdb_test.
5774 * gdb.c++/classes.exp: Ditto.
5775 * gdb.c++/inherit.exp: Ditto.
5776
5777Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
5778
5779 * gdb.base/crossload.exp: Don't use execute_anywhere, use
5780 remote_exec instead.
5781 * gdb.base/corefile.exp: Don't be ridiculous.
5782 * gdb.base/*.c: Add missing stub invocations.
5783
5784Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
5785
5786 * config/slite.exp: Miscellaneous fixes.
5787
5788 * lib/gdb.exp: Fix runto.
5789
5790 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
5791 the target.
5792
5793 * gdb.base/watchpoint.exp: Fix regexp.
5794
5795 * lib/gdb.exp(default_gdb_exit): Add a catch to the
5796 close and wait commands, as the descriptor may now be
5797 invalid. Always call "remote_close host".
5798
5799Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
5800
5801 Major rewrite for testsuite revision.
beb998c6 5802
c906108c
SS
5803 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
5804 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
5805 instead of relying on spawn_id to always contain a valid
5806 spawn id.
5807 (get_compiler_info): New procedure to build the ${binfile}.ci
5808 file, instead of replicating this in N different places.
5809 (gdb_compile): New procedure.
beb998c6 5810
c906108c
SS
5811 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
5812 appropriate arguments) instead of compile. Use gdb_test in a lot
5813 more places. Use send_gdb instead of send. Always run gdb_start
5814 at the start of a testcase, as this is no longer done magically.
5815
5816 config/*-gdb.exp: Rename without the -gdb suffix.
5817
5818 config/mips.exp: Use remote_close instead of exit_remote_shell.
5819 config/monitor.exp: Use target_info instead of looking at
5820 baud, timeout, etc.
5821 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
5822
5823Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5824
5825 * gdb.c++/templates.exp (test_ptype_of_templates),
5826 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
5827 Update expect patterns for destructors and assignment operators
5828 to match corresponding c-typeprint.c changes.
5829 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
5830 to destructor breakpoint test, GDB should be able to set the
5831 destructor breakpoint without specifying arguments.
5832
5833Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
5834
5835 * gdb.threads/pthreads.exp: Change result for failure to compile due
5836 to lack of pthreads runtime support from an error to simply an
5837 unsupported test, per dejagnu standards.
5838
5839Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5840
5841 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
5842 where GDB exits to reduce pattern match time.
5843 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
5844
5845 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
5846
dc96c6c7 5847Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5848
5849 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5850 * gdb.base/default.exp: ditto.
5851 * gdb.base/nodebug.exp: ditto.
5852 * gdb.base/printcmds.exp: ditto.
5853 * gdb.base/ptype.exp: ditto.
5854 * gdb.base/setvar.exp: ditto.
5855 * gdb.base/structs.exp: ditto.
5856 * gdb.base/setshow.c: Guard against uninitialized values of argc.
5857
5858Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
5859
5860 * configure, */configure: Rebuild with autoconf 2.12.
5861
5862Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
5863
5864 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
5865 use new i*86-pc-linux*-gnu quads.
5866 * gdb.base/corefile.exp: Ditto.
5867 * gdb.base/signals.exp: Ditto.
5868 * gdb.base/sigall.exp: Ditto.
5869 * gdb.base/interrupt.exp: Ditto.
5870
5871 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
5872 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
5873 RedHat 4.0.
beb998c6 5874
c906108c
SS
5875 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
5876 linux. This allows the test case to at least compile on latest
5877 linux, but still not run due to missing the threads runtime library.
5878
5879Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5880
5881 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
5882 directory to search gdb directory. Accept and step over conditional
5883 stack alignment code. Consume $prompt in failure cases.
5884 Reset timeout to $oldtimeout instead of some arbitrary value.
5885 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
5886 timeout problems with infinite stack backtraces.
5887 * gdb.base/ptype.exp (ptype struct link, union tu_link):
5888 Accept function parameters for linkfunc member.
5889
5890Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
5891
5892 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
5893 (CXXFLAGS): Remove, unreferenced.
5894 (B_OPTIONS): Add for -B options and add code to initialize with
5895 previous -B options and also add -B option to pick up cross compiled
5896 runtime.
5897 (TARGET_INCLUDES): Add for -I options and add code to initialize when
5898 doing cross compiles.
5899 (target_alias): Declare global.
5900 (xgcc): Set variable to full path of gcc in build tree. Use findfile
5901 to verify that gcc exists in build tree, and if so set CC to that
5902 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 5903
c906108c
SS
5904Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
5905
5906 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
5907 ptype test for anonymous union. Fixup testcase to match
5908 current gcc debug output.
5909
5910Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
5911
5912 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
5913 force argument to an unsigned long type.
5914
5915Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
5916
5917 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
5918 tests and anonymous union print/ptype tests.
5919 * gdb.base/list.exp (test_forward-search): Increase timeout by
5920 5 minutes for the "search extremely long line" case.
5921 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
5922 completely optional and that the pass/fail messages use the command as
5923 the message if that third arg is a null string.
5924 (gdb_test_exact): Arrange that a null string pattern means match a
5925 null string output rather than any output, which might include random
5926 errors.
5927 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
5928 backtrace test.
5929 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
5930 always failing and failure is now exposed by gdb.exp changes.
5931
5932Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
5933
5934 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
5935 weren't being noted.
5936
5937Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5938
5939 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
5940 * gdb.stabs/weird.exp: Remove v_comb xfails.
5941
dc96c6c7 5942Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5943
5944 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
5945 list.exp scope.exp watchpoint.exp]
5946 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 5947
dc96c6c7 5948Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5949
5950 * config/monitor.exp: Increase download timeout to 1000 seconds.
5951
dc96c6c7 5952Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5953
5954 * config/m32r.exp: Increase timeout to 120 seconds.
5955
5956Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
5957
5958 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
5959 and accept older ordering as obsolescent gcc or gdb.
5960 * gdb.c++/templates.exp: Ditto.
5961 * gdb.c++/virtfunc.exp: Ditto.
5962
5963Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
5964
5965 * gdb.base/coremaker.c: Add code to mmap some data so we
5966 can check that it ends up in the core file.
5967 * gdb.base/corefile.exp: Add test to read mmapped data
5968 from core file.
5969
dc96c6c7 5970Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5971
5972 * config/m32r.exp: New file.
5973
5974Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
5975
5976 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
5977 that cflags can contains -gstabs, and work correctly for other tests.
5978
dc96c6c7 5979Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5980
5981 * gdb.base/setshow.exp: New file, tests show and set.
5982 * gdb.base/setshow.c: New file, tests show and set.
5983 * gdb.base/help.exp: Add test for help set|show annotate.
5984 * gdb.base/default.exp: Add test for set|show annotate.
5985
5986Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
5987
5988 * testsuite/gdb.base/break.exp: Make backtrace from factorial
5989 errors unique.
5990 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
5991 explicitly.
5992
5993Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
5994
5995 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
5996 and width commands. This is done elsewhere.
5997 * (gdb_start): Don't call gdb_start_sim here. That's already
5998 done in gdb_load. This fixes lots of failures in default.exp.
5999
6000Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
6001
6002 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6003 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
6004 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
6005 in the same we we treat other failures (since it may be an expected
6006 condition), rather than as an error.
6007 * gdb.base/signals.exp (test_handle_all_print): Revert back to
6008 old test format.
6009
6010Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
6011
6012 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
6013 (distclean maintainer-clean realclean): No need to remove files
6014 twice. Nuke the duplicates.
6015 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 6016 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
6017 Remove config.h along with other config files.
6018
6019Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
6020
6021 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
6022 "p func1 ()" and note that rests of tests are skipped.
6023 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
6024 setup_xfails for "print func2::coremaker_local".
6025 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
6026 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
6027 affected by the previous run test.
6028 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
6029 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
6030 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
6031 "pass int powerset tuple" and "pass modeless int powerset tuple".
6032 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
6033 "real write 4" and "real write 8".
6034 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
6035 setup_xfails for "print vs1 after tuple assign 2",
6036 "print \$i after tuple assign 2", and
6037 "print vs2 after tuple assign 2".
6038 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
6039 meaningful error message and return -1 so the caller can
6040 suppress further tests and avoid a cascade of errors.
beb998c6 6041
c906108c
SS
6042Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
6043
6044 * gdb.base/a1-selftest.exp: Tweak tests to account for new
6045 format for printing version.
6046 * gdb.base/default.exp: Ditto.
6047 * gdb.base/interrupt.exp: Fix problem with cascade of
6048 errors if child process dies while calling a function.
beb998c6 6049
c906108c
SS
6050Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
6051
6052 * Makefile.in (VPATH): Add
6053 * Makefile.in (Makefile, config.status): Fix rules so things get
6054 remade when necessary.
6055
6056Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
6057
6058 * Makefile.in (just-check): Add path to sibling expect dir
6059 to environment variable specified by RPATH_ENVVAR.
6060
6061Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
6062
6063 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
6064 (just-check): Add shared library paths for libstdc++, tk,
6065 tcl, bfd, and opcodes to the environment variable specified
6066 in RPATH_ENVVAR.
6067 * configure.in: Add support to recognize --enable-shared flag
6068 and generate correct value for RPATH_ENVVAR.
6069 * configure: Regenerated with autoconf.
6070
6071Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
6072
6073 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
6074 include all osf versions.
6075 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
6076 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
6077 when target is linux. When failing to build pthreads test
6078 executable, give more meaningful message.
6079 * gdb.threads/pthreads.c: Hpux also uses old definition of second
6080 arg for pthread_create.
beb998c6 6081
c906108c
SS
6082Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
6083
6084 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
6085 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
6086 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
6087 and -lpthreads (everybody else).
6088 (test_startup): Fail gracefully if threads are not supported.
6089 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
6090 "p/c array_index("abcdef",2)" when not gcc compiled.
6091 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
6092 "print func2::coremaker_local" when not gcc compiled.
6093 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
6094 "ptype on opaque struct tagname (statically)",
6095 "ptype on opaque struct tagname (dynamically) 1", and
6096 "ptype on opaque struct tagname (dynamically) 2"
6097 for not compiled with gcc.
6098 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
6099 backtrace when compiled with gcc.
beb998c6 6100 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
6101 than always return success.
6102
6103Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
6104
6105 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
6106
6107Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
6108
6109 * gdb.base/structs.exp: Undo last change.
6110
6111Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
6112
6113 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
6114 encapsulate all the steps/nexts done during self test, starting
6115 at main, and makes them less sensitive to optimization issues.
6116 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
6117 signal handler" test.
6118 * gdb.threads/pthreads.exp: Only run this for native configs.
6119 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
6120 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
6121 tests.
6122 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
6123 for "runto test_calls(void)" test.
beb998c6 6124
c906108c
SS
6125Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
6126
6127 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
6128 and don't expect address info in breakpoint confirmations.
6129
6130Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
6131
6132 * gdb.base/list.exp (test_forward_search): Increase timeout
6133 temporarily by 60 seconds for searching extremely long line,
6134 and then reset to old value when done. Increase expect input
6135 buffer to 10000.
6136
6137Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
6138
6139 * gdb.base/list.exp (test_forward_search): Fix to handle very
6140 long source line without overflowing expect's input buffer.
6141
6142Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
6143
6144 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
6145 "buffer_full".
6146
6147 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
6148 "buffer_full".
6149
6150 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
6151 "buffer_full".
6152
6153 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
6154 "buffer_full".
6155
6156Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
6157
6158 * configure.in (configdirs): Add gdb.threads.
6159 * configure: Regenerated with autoconf.
6160 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
6161 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
6162 * gdb.threads/configure: New, generated with autoconf.
beb998c6 6163
c906108c
SS
6164Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
6165
6166 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
6167
6168Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
6169
6170 * gdb.base/signals.exp (test_handle_all_print): Test separately for
6171 each signal's status in the output of "handle all print".
6172 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
6173 the \r\n sequence that immediately precedes the gdb prompt.
6174 * gdb.base/a1-selftest.exp: Save original timeout and restore
6175 after test.
6176
6177Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
6178
6179 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
6180 symbol.
6181
6182Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6183
6184 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
6185
6186Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
6187
6188 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
6189 timeout by 60 seconds.
6190
6191Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
6192
6193 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
6194 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
6195 error return.
6196
6197Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
6198
6199 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
6200 gdb initialization, also report how long dejagnu waited. Restore
6201 old timeout before doing error return. Temporarily increase timeout
6202 by 3 minutes to allow for slow startups over heavy NFS use.
6203
6204Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
6205
6206 * lib/gdb.exp: Report timeout value for verbosity level 2.
6207 * config/gdbserver.exp: Ditto.
6208 * config/hppro.exp: Ditto.
6209 * config/mips-gdb.exp: Ditto.
6210 * config/monitor.exp: Ditto.
6211 * config/netware.exp: Ditto.
6212 * config/sim-gdb.exp: Ditto.
6213 * config/slite-gdb.exp: Ditto.
6214 * config/udi-gdb.exp: Ditto.
6215 * config/unix-gdb.exp: Ditto.
6216 * config/vx-gdb.exp: Ditto.
6217 * gdb.base/a1-selftest.exp: Ditto.
6218 * gdb.base/a2-run.exp: Ditto.
6219 * gdb.base/break.exp: Ditto.
6220 * gdb.base/corefile.exp: Ditto.
6221 * gdb.base/list.exp: Ditto.
6222 * gdb.base/recurse.exp: Ditto.
6223 * gdb.base/scope.exp: Ditto.
6224 * gdb.base/signals.exp: Ditto.
6225
6226Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6227
6228 * gdb.threads/Makefile.in (docdir): Removed.
6229
6230Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6231
6232 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 6233 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 6234 @srcdir@.
beb998c6 6235 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
6236 autoconf 2.5 or higher.
6237 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
6238
6239Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
6240
6241 * configure: Regenerated.
6242 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
6243 avoid name clashes with SunOS headers.
6244
6245Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
6246
6247 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
6248
6249Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
6250
6251 * gdb.base/callfuncs.exp: Finish last change -- make sure the
6252 prototype information ends up in the compiler info file.
6253
6254Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
6255
6256 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
6257 attempting to regenerate it. Eliminate use of a temporary file
6258 and just generate the info file directly. Source it immediately,
6259 for consistency of use.
6260 * gdb.base/corefile.exp: Ditto
6261 * gdb.base/exprs.exp: Ditto.
6262 * gdb.base/funcargs.exp: Ditto.
6263 * gdb.base/langs.exp: Ditto.
6264 * gdb.base/list.exp: Ditto.
6265 * gdb.base/mips_pro.exp: Ditto.
6266 * gdb.base/nodebug.exp: Ditto.
6267 * gdb.base/opaque.exp: Ditto.
6268 * gdb.base/ptype.exp: Ditto.
6269 * gdb.base/scope.exp: Ditto.
6270 * gdb.base/setvar.exp: Ditto.
6271 * gdb.base/signals.exp: Ditto.
6272 * gdb.base/whatis.exp: Ditto.
6273 * gdb.c++/templates.exp: Ditto.
6274 * gdb.c++/virtfunc.exp: Ditto.
6275 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
6276 whether or not to add -lstdc++ to the compile command line args.
6277
6278Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6279
6280 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
6281 it got fixed by the recent lookup_minimal_symbol_by_pc change.
6282 Increase timeout, a lot of single stepping might be needed if the
6283 target has no hardware watchpoints.
6284
6285Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
6286
6287 * gdb.base/break.exp: Ignore compiler warnings when compiling
6288 break.c.
6289 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
6290 * gdb.base/default.exp: Add h8300 xfails. Handle messages
6291 from remote-sim.
6292 * gdb.base/exprs.exp: Add h8300 xfails.
6293 * gdb.base/funcargs.exp: Likewise.
6294 * gdb.base/nodebug.exp: Likewise.
6295 * gdb.base/printcmds.exp: Likewise.
6296 * gdb.base/ptype.exp: Likewise.
6297 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
6298 h8300 xfails.
beb998c6 6299 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
6300 on the h8300.
6301 * gdb.base/funcargs.c: Explicitly make last constant argument to
6302 call_after_alloca_subr an unsigned long type.
6303 * gdb.base/return.c: Include stdio.h.
6304
6305Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
6306
6307 * config/abug.exp: New file for the older Motorola Bug monitor
6308 that runs on the mvme13x series VME boards.
6309 * config/monitor.exp: Use the new config array for target settings
6310 if they exist.
6311
6312Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
6313
6314 * sim-gdb.exp: Make the SH simulator allocate less space when
6315 it is targeted.
6316
6317Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
6318
6319 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
6320 test.
6321
6322Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
6323
6324 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
6325 "rs6000-*-*" for "list function in include file" when gcc compiled.
6326 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
6327 for "p ctable1[120]".
6328 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
6329 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
6330 Remove setup_xfail for "rs6000-*-*" for
6331 "print 'scope0.c'::filelocal before run".
6332 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
6333 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
6334 since some compilers don't allow both options to be given
6335 on the same command line. Create object file and move it.
beb998c6 6336
c906108c
SS
6337Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
6338
6339 * gdb.base/corefile.exp: Always regenerate the core file, since
6340 we always regenerate the coremaker program. Detect special case
6341 where registers cannot be read from core file.
beb998c6 6342
c906108c
SS
6343Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
6344
6345 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
6346 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
6347 * gdb.c++/templates.exp: Only match on basename of file since
6348 some formats like xcoff don't encode directory information.
6349 * gdb.stabs/weird.exp: Use the right sed script for powerpc
6350 and rs6000 AIX xcoff targets.
6351 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
6352 * configure: Regenerate.
6353 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
6354 here, rather than in distclean.
beb998c6 6355
c906108c
SS
6356Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
6357
6358 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
6359 defined, and use it to compile the test case with -O2. The
6360 native compilation still uses no optimization.
6361 * gdb.base/mips_pro.c: Remove inline assembly code since
6362 it is compiled PIC by default, which results in assembler
6363 warnings that make the testsuite think the compilation
6364 was unsuccessful.
6365
6366Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
6367
6368 * gdb.c++/misc.exp: Add note to message for
6369 "print s.a for foo struct" that this is a known gcc 2.7.2
6370 and earlier bug.
6371
6372Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
6373
6374 * gdb.base/break.exp: Fix pattern for matching "Delete all
6375 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
6376 setup_xfail for deleting all breakpoints test. Fix various
6377 timeout messages to include "(timeout)".
6378 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
6379 for "p t_float_values2(3.14159,float_val2)".
6380 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
6381 for "continue to call2g" when gcc compiled.
6382 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
6383 "up to foo in langs.exp", "show language at foo in langs.exp",
6384 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
6385 and "show language at fsub in langs.exp".
6386 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
6387 "list line 1 in include file", "list message for lines past EOF",
6388 "list function in include file", "list list0.h:foo", and
6389 "list filename:function; nonexistant function".
6390 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
6391 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
6392 and "ptype t_char_array" to be for native cc only.
beb998c6 6393
c906108c
SS
6394Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
6395
beb998c6 6396 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
6397 setup_xfail for "print coremaker_bss", "print coremaker_ro",
6398 "print func2::coremaker_local", and "backtrace in corefile.exp".
6399
6400Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
6401
6402 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
6403 "bt in signals.exp". This problem only appears when running
6404 the testsuite, and then only intermittently.
6405
6406Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
6407
6408 * gdb.base/return.exp (return_tests): Differentiate between
6409 two tests of continuing.
6410
6411Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6412
6413 * */Makefile.in (maintainer-clean): Remove config.log.
6414 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
6415 * gdb.c++/Makefile.in (PROGS): Add inherit.
6416 (clean): Remove *.ci.
6417
6418Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
6419
6420 * gdb.c++/misc.cc: Add test code from Mike Stump.
6421 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
6422
6423Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
6424
6425 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
6426 to "alpha-*-osf2*" and add comment.
6427 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
6428 setup_xfail for "step over execarg initialization" and
6429 "step over corearg initialization".
6430 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
6431 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
6432 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
6433 gcc compiled for "print coremaker_bss", "print coremaker_ro",
6434 "print func2::coremaker_local", and "backtrace in corefile.exp".
6435 * gdb.base/signals.exp: Build and source signals.ci.
6436 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
6437 to be for gcc only.
6438 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 6439
c906108c
SS
6440Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6441
6442 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
6443 Feb 3 procfs.c change.
6444
6445Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
6446
6447 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
6448
6449Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
6450
6451 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
6452 from dejagnu's apparent default of 10 seconds, which gives random
6453 results when running the tests over NFS on moderately loaded systems.
6454 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
6455
6456Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
6457
6458 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
6459 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
6460 result reports.
6461
6462Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
6463
6464 * configure.in (CY_AC_PATH_TCLH): Remove.
6465 * configure: Regenerate.
6466
6467Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
6468
6469 * gdb.c++/Makefile.in (clean): Add missing '{'.
6470
6471Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
6472
6473 * lib/gdb.exp: Provide a default value for noinferior.
6474
6475 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
6476 Load libgloss.exp.
6477
6478Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
6479
6480 * gdb.disasm/hppa.exp: Compile directly into an executable, use
6481 the executable, not the .o to run the tests from.
6482
6483Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
6484
6485 * gdb.base/break.exp: Don't test for program exit or exit status
6486 if $noresults if nonzero.
6487 * gdb.base/langs.exp: Likewise.
6488 * gdb.base/watchpoint.exp: Likewise.
6489
6490 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
6491 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
6492 trying to compile the testcase.
6493
6494Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
6495
6496 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
6497 * gdb.base/signals.exp (continue to handler): Likewise.
6498
6499Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
6500
6501 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
6502
6503 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
6504
6505Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
6506
6507 * gdb.base/corefile.exp: Recognize "not found" as failure
6508 when trying to determine if a core file was generated.
6509 If no core file was generate the first time, try again without
6510 the ulimit -c to work around braindamaged shells.
6511
6512Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
6513
6514 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
6515 [] tests with "test" and enclose string in quotes.
6516 * gdb.stabs/configure: Rebuild
beb998c6 6517
c906108c
SS
6518Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
6519
6520 Changes in sync with expect:
6521 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
6522 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
6523 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
6524 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
6525 argument to AC_REQUIRE.
6526 * configure: Regenerated.
6527
6528Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
6529
6530 * gdb.base/corefile.exp: When generating a core, discard any
6531 error messages about ulimit not found and the "core dumped"
6532 message from the shell that runs the coredumper.
6533
6534Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
6535
6536 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
6537
6538 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
6539 which sed script to run. Expect failure for v_comb test
6540 on PA targets too.
beb998c6 6541
c906108c
SS
6542Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
6543
6544 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
6545 "print func2::coremaker_local" and for "backtrace in corefile.exp"
6546
6547Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
6548
6549 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
6550 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
6551 "sparc-sun-solaris*" xfails for "p v_comb".
6552 * lib/gdb.exp (default_gdb_start): Fix typo.
6553 * gdb.base/corefile.exp: Allow "Core was generated by ..."
6554 messages to not include the full program name that caused
6555 the core dump since some systems (such as solaris) apparently
6556 truncate this path to about 80 characters.
6557 When generating a core file first try increasing the core file
6558 size limit to unlimited since some systems may default it to
6559 zero, and it is harmless to try it. Move the test for failing
6560 to generate a core file to where it will actually get executed.
6561 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
6562 new gdb result from g++ debug info improvements and make old
6563 pattern obsolescent. Also account for size_t differences
6564 (may be int or long).
6565 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
6566 initialization before function call is placed in the delay slot
6567 and thus appears to be skipped over by commands such as "next".
6568
6569Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
6570
6571 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
6572
6573Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
6574
6575 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
6576 input source file; fix code to compile test to deal with this
6577 convention.
6578 * gdb.c++/*.exp: Likewise.
6579
6580Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
6581
6582 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
6583 "bt in signals.exp".
6584
6585Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
6586
6587 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
6588 "step over execarg initialization" and
6589 "step over corearg initialization".
6590
6591Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
6592
6593 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
6594 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
6595
6596Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
6597
6598 From Rob Savoye (rob@poseidon.cygnus.com)
6599 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
6600 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
6601 configure.in}, gdb.disasm/{Makefile.in, configure.in},
6602 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
6603 configure.in}: Major reworking for autoconfig.
6604 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
6605 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
6606 New files.
6607 * config/unix-gdb.exp: Make GDB global.
6608 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
6609 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
6610 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
6611 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
6612 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
6613 term.exp, twice.exp, watchpoint.exp, whatis.exp},
6614 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
6615 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
6616 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
6617 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
6618 pr-8136.exp, result.exp, string.exp, tuples.exp},
6619 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
6620 to returns as necessary, arrange for test to compile own testcase
6621 executable.
6622 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 6623
c906108c
SS
6624Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
6625
6626 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
6627 clear_xfail at end of test which might not call either pass or fail.
6628 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
6629 "backtrace through signal handler".
6630
6631Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6632
6633 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
6634 continuing from a job control stop signal.
6635 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
6636
6637Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
6638
6639 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
6640 * gdb.base/corefile.exp: Likewise.
6641 * gdb.base/funcargs.exp: Likewise.
6642
6643Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
6644
6645 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
6646 * config/monitor.exp: Add support for setting baud rate.
6647
6648Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
6649
6650 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
6651 i*86-*-linux* xfails for "backtrace through signal handler".
6652 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
6653 "print func2::coremaker_local".
6654 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
6655 alpha-dec-osf2* xfail for
6656 "delete all breakpoints when none".
6657
6658Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
6659
6660 * gdb.base/break.exp: Change test that deletes all breakpoints
6661 when no user breakpoints are installed. A post 4.15 change
6662 causes gdb to no longer prompt in this case.
6663
6664Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
6665
6666 * gdb.base/return.exp (return_tests): Change xfail for test
6667 "correct value returned double test" to stop xfailing at
6668 Solaris 2.5. Apparently the bug has been fixed.
6669
6670Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
6671
6672 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
6673 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
6674
6675Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
6676
6677 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
6678 * gdb.disasm/hppa.s: Corresponding changes.
6679
6680Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
6681
6682 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
6683 makefile fragment.
6684 * config/mt-hpux: Deleted.
6685
6686Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
6687
beb998c6 6688 * Many files: When warning about suppressed tests due to a
c906108c
SS
6689 nonexistant test binary, avoid incrementing the warning count.
6690
6691Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
6692
6693 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 6694
c906108c
SS
6695Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6696
6697 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
6698 "sparc-*-solaris2*".
6699
6700Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6701
6702 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
6703 Add global and local variables and initialize them.
6704 * gdb.base/corefile.exp: Test correct mapping of corefile sections
6705 by printing variables. Remove rs6000 and powerpc xfails, BFD now
6706 extracts the file name and terminating signal from the core file.
6707 * TODO: Remove note about tests for correct mapping of corefile.
6708 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
6709 from optimizing it away.
6710 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
6711 handles common blocks.
6712
6713Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
6714
6715 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
6716 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
6717
6718Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
6719
6720 * Makefile.in (maintainer-clean): New target, synonym for
6721 realclean.
6722 * gdb.base/Makefile.in (maintainer-clean): Likewise.
6723 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
6724 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
6725 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
6726 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
6727 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
6728
6729Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
6730
6731 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
6732 xfails when not gcc compiled for "print foo::funclocal".
6733 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
6734 "print foo::funclocal at foo",
6735 "print 'scope1.c'::foo::funclocal at foo",
6736 "print foo::funclocal_bss at foo",
6737 "print 'scope1.c'::foo::funclocal_bss at foo",
6738 "print foo::funclocal_ro at foo",
6739 "print 'scope1.c'::foo::funclocal_ro at foo",
6740 "print bar::funclocal at foo" and
6741 "print 'scope1.c'::bar::funclocal at foo".
6742 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
6743 gcc compiled for "print foo::funclocal at bar".
6744 Expand all messages to ensure that they identify that
6745 the test is at bar().
6746 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
6747 gcc compiled for:
6748 "ptype on opaque struct pointer (statically)",
6749 "ptype on opaque struct tagname (statically)",
6750 "ptype on opaque struct pointer (dynamically) 1",
6751 "ptype on opaque struct tagname (dynamically) 1",
6752 "ptype on opaque struct pointer (dynamically) 2" and
6753 "ptype on opaque struct tagname (dynamically) 2
6754 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
6755 gcc compiled for:
6756 "p datalocal"
6757 "whatis datalocal",
6758 "ptype datalocal",
6759 "p bsslocal",
6760 "whatis bsslocal", and
6761 "ptype bsslocal".
6762 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
6763 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
6764 when not gcc compiled.
6765 * gdb.base/funcargs.exp (float_and_integral_args): Add
6766 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
6767 compiled.
6768 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
6769 "backtrace from call6a" when not gcc compiled.
6770 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
6771 "backtrace from call7a" when not gcc compiled.
6772 * gdb.base/callfuncs.exp (do_function_calls):
6773 Add "hppa*-*-hpux*" xfail when not gcc compiled for
6774 "p t_char_array_values(char_array_val2,char_array_val1)",
6775 "p t_char_array_values(char_array_val1,char_array_val2)",
6776 "p t_char_array_values("carray 1","carray 2")",
6777 "p t_char_array_values("carray 1",char_array_val2)",
6778 "p t_char_array_values(char_array_val1,"carray 2")",
6779 "p sum_args(1,{2})",
6780 "p sum_args(2,{2,3})",
6781 "p sum_args(3,{2,3,4})",
6782 "p sum_args(4,{2,3,4,5})"
6783 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
6784 "backtrace in corefile.exp" when not gcc compiled.
6785
6786Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6787
6788 * gdb.base/signals.exp: Rewrite `handle all print' test as
6789 a procedure. Accept blanks or TABs as whitespace, increase
6790 timeout and expect input buffer size for the large output
6791 from the command. Remove "i*86-*-bsdi2.0" xfail.
6792
6793Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6794
6795 * gdb.base/setvar.exp: Add new testcases for truncation when
6796 assigning invalid values to bitfields.
6797
6798Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
6799
beb998c6 6800 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
6801 mips-sgi-irix* xfail for
6802 "call inferior func with struct - returns char *"
6803 and fix test so that an optional (unsigned char *) cast is
6804 accepted in the result.
6805
6806Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
6807
6808 * gdb.base/funcargs.exp (float_and_integral_args): Remove
6809 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6810 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
6811 * gdb.base/signals.exp: Remove duplicate "handle all print" test
6812 that accidentally got checked in.
6813
6814Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
6815
beb998c6 6816 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
6817 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
6818 compiled test.
6819 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
6820 Add mips-sgi-irix5* xfail for not gcc compiled.
6821 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6822 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
6823 "p top", "whatis top", "p middle", and "whatis middle".
6824 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
6825 "whatis signed char" for not gcc compiled.
6826 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
6827 "set variable signed char=-1 (-1)" and
6828 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
6829 * gdb.base/funcargs.exp (float_and_integral_args):
6830 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
6831 Add mips-sgi-irix* xfail when not gcc compiled for
6832 "continue to call2b".
6833 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
6834 "continue to call2g".
6835 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
6836 "backtrace from call6a"
6837 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
6838 "backtrace from call7k".
6839 Add mips-sgi-irix5* xfail when not gcc compiled for
6840 "backtrace from call7a".
6841 (localvars_after_alloca): Fix gdb_test cmds for
6842 "print * after runto ...".
6843 Remove rs6000-*-* xfails for
6844 "print i after runto localvars_after_alloca" and
6845 "print l after runto localvars_after_alloca"
6846 for all compilers.
6847 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6848 when not compiled with gcc, for:
6849 "print signed char == (minus)",
6850 "print signed char != (minus)",
6851 "print signed char < (minus)",
6852 "print signed char > (minus)".
6853 * gdb.base/callfuncs.exp (do_function_calls):
6854 Add mips-sgi-irix* xfail, when compiled with native compiler, for
6855 "call inferior func with struct - returns char *".
beb998c6 6856 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
6857 "correct value returned double test" to include Solaris 2.4.
6858 * gdb.base/funcargs.exp (float_and_integral_args):
6859 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 6860
c906108c
SS
6861Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6862
6863 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
6864 enumeration bitfields if compiling with GNU C.
6865 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
6866 to empty' prompt.
6867
6868Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
6869
6870 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
6871 test for PRO targets.
6872
6873 * gdb.base/funcargs.exp: Avoid ever setting more than 8
6874 breakpoints in the inferior at any given time by making
6875 two groups of breakpoints for call2*, call6* and call7*
6876 tests.
6877
6878Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6879
6880 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
6881 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
6882 from optimizing it away.
6883 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
6884 "call inferior func with struct".
6885
6886Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
6887
6888 * configure.in: Only configure gdb.chill for particular targets.
6889
6890Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
6891
6892 * gdb.base/Makefile.in: Add action to .c.o transformation
6893 rule that generates a .ci file for each .o file and remove
6894 explicit .c.o rules except for callfuncs.o.
6895 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
6896 generates a .ci file for each .o file and remove explicit
6897 .cc.o rules.
6898 (clean): Remove *.tmp *.ci files.
6899 (EXECUTABLES): Remove templ-info.exp.
6900 * gdb.base/compiler.c: New file.
6901 * gdb.c++/compiler.cc: New file
6902 * gdb.base/scope.exp: Source gdb.base/scope.ci.
6903 Change rs6000-*-* xfail for
6904 "print 'scope0.c'::filelocal_ro" and
6905 "print 'scope1.c'::filelocal" and
6906 "print 'scope1.c'::filelocal_bss" and
6907 "print 'scope1.c'::filelocal_ro" and
6908 "print 'scope1.c'::foo::funclocal" and
6909 "print 'scope1.c'::foo::funclocal_ro" and
6910 "print 'scope1.c'::bar::funclocal" and
6911 "print 'scope0.c'::filelocal_ro" and
6912 "print 'scope1.c'::filelocal at foo" and
6913 "print 'scope1.c'::filelocal_bss at foo" and
6914 "print 'scope1.c'::filelocal_ro at foo" and
6915 "print 'scope1.c'::foo::funclocal at foo" and
6916 "print 'scope1.c'::foo::funclocal_bss at foo" and
6917 "print 'scope1.c'::foo::funclocal_ro at foo" and
6918 "print 'scope1.c'::bar::funclocal at foo" and
6919 "print 'scope0.c'::filelocal_ro" and
6920 "print 'scope1.c'::filelocal" and
6921 "print 'scope1.c'::filelocal_bss" and
6922 "print 'scope1.c'::filelocal_ro" and
6923 "print 'scope1.c'::foo::funclocal" and
6924 "print 'scope1.c'::foo::funclocal_bss" and
6925 "print 'scope1.c'::foo::funclocal_ro" and
6926 "print 'scope1.c'::bar::funclocal" and
6927 "print 'scope1.c'::bar::funclocal_bss"
6928 to only be xfail'd when not compiled with gcc.
beb998c6 6929 Add rs6000-*-* xfail for
c906108c
SS
6930 "print 'scope0.c'::filelocal_bss before run"
6931 when compiled with gcc.
6932 (test_at_main): Add rs6000-*-* xfail for
6933 "print filelocal_ro in test_at_main"
6934 when compiled with gcc.
6935 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 6936 Add rs6000-*-aix* xfail for
c906108c
SS
6937 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
6938 "ptype t_char_array", not compiled with gcc.
6939 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
6940 xfail for "list foo (in include file)" when gcc compiled.
6941 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
6942 (integral_args): Add rs6000-*-* xfail for
6943 "run to call0a" if not compiled with gcc.
6944 (unsigned_integral_args): Add rs6000-*-* xfail for
6945 "run to call1a" if not compiled with gcc.
6946 (float_and_integral_args): Add rs6000-*-* xfail for
6947 "run to call2a" if not compiled with gcc and for
6948 "continue to call2b" for any compiler.
6949 Add rs6000-*-* xfail to
6950 "print f1 after run to call2a" for gcc compiled.
6951 (discard_and_shuffle): Add rs6000-*-* xfail for
6952 "run to call6a".
6953 (shuffle_round_robin): Add rs6000-*-* xfail for
6954 "backtrace from call7a" if not compiled with gcc.
6955 Add rs6000-*-* xfail for
6956 "backtrace from call7b" if compiled with gcc.
6957 (call_after_alloca): Add rs6000-*-* xfail for
6958 "print c in call_after_alloca" and
6959 "print s in call_after_alloca" and
6960 "backtrace from call_after_alloca_subr"
6961 if not compiled with gcc.
6962 (localvars_in_indirect_call): Add rs6000-*-* xfail for
6963 "print c in localvars_in_indirect_call" and
6964 "print c in localvars_in_indirect_call" and
6965 "backtrace in indirectly called function" and
6966 "stepping into indirectly called function"
6967 if not compiled with gcc.
6968 (localvars_after_alloca): Add rs6000-*-* xfail for
6969 "print c after runto localvars_after_alloca" and
6970 "print s after runto localvars_after_alloca" and
6971 "print i after runto localvars_after_alloca" and
6972 "print l after runto localvars_after_alloca"
6973 for all compilers.
6974 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
6975 than whatis-info.exp.
6976 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
6977 than opaque-info.exp.
6978 Setup rs6000-*-* xfail for
beb998c6 6979 "ptype on opaque struct pointer (statically)" and
c906108c
SS
6980 "ptype on opaque struct pointer (dynamically)" when
6981 not compiled with gcc.
6982 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
6983 rather than callf-info.exp.
6984 (do_function_calls): Add clear_xfail for rs6000-*-* for
6985 "p t_float_values2(3.14159,float_val2)". Seems to work
6986 fine there, both with xlc and gcc. Need to find out what
6987 it is doing right and fix other platforms.
6988 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
6989 "call inferior func with struct - returns int",
6990 "call inferior func with struct - returns long",
6991 "call inferior func with struct - returns float",
6992 "call inferior func with struct - returns double",
6993 "call inferior func with struct - returns char *",
6994 but only if not gcc compiled (presumes xlc compiled).
6995 Change rs6000-*-* xfails for
6996 "call inferior func with struct - returns char" and
6997 " call inferior func with struct - returns short" to only
6998 xfail if not using gcc.
6999 (clean mostlyclean): Remove *.ci and *.tmp files.
7000 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
7001 than templ-info.exp.
7002 * gdb.base/langs.exp: Source gdb.base/langs.ci.
7003 Add rs6000-*-* xfail for "up to foo in langs.exp"
7004 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
7005 when not gcc compiled.
beb998c6 7006
c906108c
SS
7007Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7008
7009 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
7010 * gdb.base/corefile.exp: Likewise.
7011 * gdb.base/list.exp: Likewise.
7012 * gdb.base/scope.exp: Likewise.
7013 * gdb.base/siganls.exp: Likewise.
7014
7015 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
7016 compiler output.
7017 * gdb.base/whatis.exp: Likewise.
7018
7019Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
7020
7021 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
7022 failure (opcode table has been fixed to match reality).
7023
7024Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
7025
7026 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
7027 "call inferior func with struct - returns char",
7028 "call inferior func with struct - returns short"
7029
7030 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
7031 "print 'scope0.c'::filelocal at main",
7032 "print 'scope0.c'::filelocal_bss in test_at_main",
7033 "print 'scope0.c'::filelocal at foo",
7034 "print 'scope0.c'::filelocal_bss in test_at_foo",
7035 "print 'scope0.c'::filelocal at bar",
7036 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 7037
c906108c
SS
7038 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
7039 in source file 1". This bug seems to have been fixed with both
7040 gcc and native cc (was native assembler bug?).
7041
7042Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
7043
7044 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
7045 "backtrace through signal handler" to "i*86-*-sysv4*".
7046 * gdb.base/signals.exp: Add xfail for "'next' behaved as
7047 continue" case. Add "known SVR4 bug" to fail message.
7048 Add "i*86-*-bsdi2.0" xfail for "handle all print".
7049 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
7050 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
7051 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
7052 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
7053 "up to foo in langs.exp", "show language at foo in
7054 langs.exp", "up to cppsub_ in langs.exp", "show
7055 language at cppsub_ in langs.exp", "up to fsub in
7056 langs.exp", and "show language at fsub in langs.exp".
7057 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
7058 "bactrace in corefile.exp".
7059 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
7060 "call inferior function with struct - returns float" and
7061 "call inferior function with struct - returns double".
beb998c6 7062
c906108c
SS
7063Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
7064
7065 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
7066 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
7067 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
7068 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
7069
7070Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
7071
7072 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
7073 (or overriden) "CHILL" macro rather then bare "gcc".
7074 Also look for ../../gcc/xgcc since that is what we will
7075 actually need, not "Makefile". Remove following assignment
7076 of CHILL to CHILL_FOR_TARGET because that results in
7077 recursive definition.
7078
7079Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
7080
7081 * gdb.base/corefile.exp: Change xfail for backtrace in
7082 corefile.exp from linuxaout to all linux.
7083 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
7084 cases where we miss the breakpoint at the signal handler
7085 for some reason. Setup xfail for linuxoldld/linuxaout and
7086 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
7087 hitting SIGURG breakpoint.
7088 * gdb.base/signals.exp: Setup xfail for "next" acting like
7089 continue to add linuxoldld. Setup xfail for all linux for
7090 "next to handler in signals_tests_1", "backtrace in
7091 signals_tests_1", "continue to func1", "pass SIGUSR1",
7092 and continue to handler".
7093
7094Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7095
7096 * Update all FSF addresses except those in COPYING* files.
7097
7098Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
7099
7100 * gdb.base/a2-run.exp: Change messages to be more explicit about
7101 the status of args, and quote binfile in results.
7102
7103Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
7104
7105 * gdb.base/callfuncs.exp: Add tests for passing structs to
7106 inferior functions and return various types.
7107 * gdb.base/callfuncs.c: Add functions to receive a struct
7108 and return a member of the struct, in various types.
7109
7110Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7111
7112 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
7113
7114Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7115
7116 * config/vxworks29k.exp: New file, sources vxworks.exp.
7117
7118Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7119
7120 * config/gdbremote.exp: New file. Testing framework using
7121 gdbserver.
7122
7123Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
7124
7125 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
7126 "call function when asleep" and "send end of file".
7127 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
7128 for "backtrace in corefile.exp".
7129 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
7130 for "backtrace through signal handler".
7131 * gdb.base/corefile.exp: Make sure we actually generate a core file
7132 before trying the core tests. Some systems allow the user to suppress
7133 generation of core files and default to that (linux for example).
7134 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
7135 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
7136
7137Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7138
7139 * gdb.threads: New directory with some crude multi-threaded
7140 gdb tests (step.exp and step2.exp).
7141 * config/mt-lynx (STEP_EXECUTABLE): Define.
7142 (THREADFLAGS): Define.
7143
7144Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
7145
7146 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
7147
7148 * gdb.base/signals.exp: Disable whole file for lynx until
7149 further notice.
7150
7151 * gdb.base/signals.exp: xfail test where "next" acts like
7152 "continue" for lynx.
7153
7154 * gdb.base/interrupt.exp: xfail test for calling function while
7155 inferior is asleep for lynx.
7156
7157 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
7158 than one cr-lf after each command.
7159
7160Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7161
7162 * configure.in: Reinstate setting of stabsdirs variable, fix
7163 typo in setting up configdirs for native builds.
7164
7165 * gdb.base/return.exp: Fix typo in return double test.
7166 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
7167 compiler from optimizing them away.
7168
7169Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
7170
7171 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
7172 sequences to be echo'd by gdb when using gdb_test.
7173 * gdb.chill/chexp.exp: Likewise.
7174 * gdb.fortran/exprs.exp: Likewise
7175
7176Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7177
7178 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
7179 after the inferior gdb has started.
7180
7181 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
7182 after each command.
7183 * gdb.base/funcargs.exp: Likewise.
7184 * gdb.base/gdbvars.exp: Likewise.
7185 * gdb.base/interrupt.exp: Likewise.
7186 * gdb.base/list.exp: Likewise.
7187 * gdb.base/watchpoint.exp: Likewise.
7188 * gdb.c++/demangle.exp: Likewise.
7189 * gdb.c++/inherit.exp: Likewise.
7190 * gdb.chill/chexp.exp: Likewise.
7191 * gdb.fortran/exprs.exp: Likewise.
7192
7193 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
7194 test if we can't handle IO to/from the inferior.
7195
7196 * gdb.c++/misc.exp: Always check for a program already being
7197 started after sending a "run" command to gdb.
7198
7199 * gdb.base/twice.exp: Start with a fresh gdb.
7200
7201 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
7202 only depend on gdb's expression code, not the chill runtime.
7203
7204 * gdb.base/return.c: Put return values into variables so we
7205 can have gdb print them rather than depending on the program
7206 to print them.
7207 * gdb.base/return.exp: Corresponding changes.
7208
7209 * lib/gdb.exp: Provide default value for noinferiorio.
7210 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
7211 the inferior.
7212
7213 * gdb.base/break.exp: Always check for a program already being
7214 started after sending a "run" command to gdb.
7215 (text_next_with_recursion): Don't check the output from the
7216 program's printf statement. Instead just make sure the program
7217 exited.
7218
7219 * gdb.base/commands.exp: Protect tests which need arguments with
7220 $noargs conditionals.
7221
7222Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7223
7224 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
7225 of structure member arrays to match gdb/valops.c:value_addr change.
7226
7227Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
7228
7229 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
7230 cases.
7231
7232Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
7233
7234 * configure.in (configdirs): Remove gdb.chill from default list
7235 of subdirs and then add it back in only if doing a native build.
7236 The current chill compiler does not yet work in any cross build.
7237 * Revert all signal changes from Jul 6.
7238 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
7239 for sh-hms targets, allowing these tests to link, with no other
7240 changes. Testing is suppressed by setting "nosignals" in site.exp.
7241
7242Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
7243
7244 * configure.in (signaldirs): Define and add to configdirs for all
7245 targets except some specific ones that are known to not support signals.
7246 Also clean up formatting.
7247 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
7248 (signals, sigall): Remove rules to build.
7249 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
7250 Moved to new gdb.signals directory.
7251 * gdb.signals: New test directory.
7252 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
7253 signals.c signals.exp}: New or moved files.
7254
7255Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
7256
7257 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
7258
7259Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
7260
7261 * gdb.base/return.exp: Xfail `return double' test failure
7262 on at least Solaris 2.3 and handle future/past versions on
7263 a case by case basis as appropriate. Also update message
7264 to include i*86 failures.
7265
7266Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7267
7268 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
7269
7270 * lib/gdb.exp: Fix comment which erroneously identified
7271 gdb_file_cmd as gdb_load (the 19 May change was in fact to
7272 gdb_file_cmd not gdb_load).
7273 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
7274
7275 * gdb.base/setvar.exp: Make test names consistent between pass and
7276 fail cases. Use gdb_test more.
7277
7278Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7279
7280 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
7281
7282Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7283
7284 * gdb.base/help.exp: Fix expected help string for `show commands'.
7285
7286Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
7287
7288 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
7289
7290 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
7291 of a text section.
7292
7293Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
7294
7295 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
7296 that loop eventually terminates. Fix Connection refused logic so
7297 that testsuite will expire nicely.
7298
7299Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
7300
7301 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
7302 config/rom68k.exp: New tcl glue for the appropriate monitors.
7303 These all just end up calling monitor.exp.
7304 * config/monitor.exp (gdb_target_monitor): Handle `Connection
7305 refused' by retrying. Cleanup some timeout issues.
7306 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
7307 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
7308 callers don't have to set/restore global timeout variable.
7309
7310 * The following set of changes centralizes management of the global
7311 timeout variable. This way, it can be set in one target dependent
7312 place instead of dozens of places scattered throughout the test suite.
7313 If you need to lengthen a timeout, then you should either set timeout
7314 in one of the config/{target}.exp files, or multiply it by a factor.
7315 Setting it to an absolute value is always going to lose for some
7316 targets.
7317 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
7318 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
7319 * gdb.base/funcargs.exp: Don't set timeout.
7320 * gdb.base/list.exp (test_forward_search): Only use local timeout.
7321 * gdb.base/printcmds.exp (test_print_string_constants
7322 test_print_array_constants): Don't set timeout.
7323 * gdb.base/ptype.exp: Don't set timeout.
7324 * gdb.base/recurse.exp: Don't set timeout.
7325 * gdb.base/return.exp: Don't set timeout.
7326 * gdb.base/watchpoint.exp: Don't set timeout.
7327 * gdb.c++/classes.exp (do_tests): Don't set timeout.
7328 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
7329
7330Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
7331
7332 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
7333
7334Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7335
7336 * lib/gdb.exp: Disable chill tests for irix5.
7337
7338Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7339
7340 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
7341 each test pass or fail.
7342
7343Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7344
7345 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
7346 xlc not gcc.
7347
7348Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
7349
7350 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
7351
7352Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
7353
7354 * config/est.exp: Fix copyright and comments. Remove dead code.
7355 Use targetname, serialport and baud variables instead of fixed
7356 constants.
7357 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
7358 * config/cpu32bug.exp: New file to support cpu32bug monitors.
7359
7360Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7361
7362 * gdb.base/watchpoint.exp: Don't run
7363 test_watchpoint_triggered_in_syscall for sunos.
7364
7365Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7366
7367 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
7368 they don't seem to exist. Do include stdio.h.
7369
7370Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7371
7372 * gdb.base/a1-selftest.exp: Add alpha xfail.
7373
7374Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7375
7376 * gdb.base/watchpoint.c (main): Prompt before calling read().
7377 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
7378 Revise accordingly. Remove cruft about sending "123" several
7379 times, until it gets noticed. Clean up the "print buf[0]" stuff
7380 so that it passes or fails, and waits for prompts in the usual way.
7381
7382Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7383
7384 * gdb.base/recurse.exp: Fix comment.
7385
7386 * TODO: Remove item about printing variables in nodebug.exp. Add
7387 item about enabling tests which are only run on some targets.
7388
7389 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
7390 fail, make test names unique, use new gdb_test convention
7391 regarding pattern, use gdb_test more, etc.).
7392
7393 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
7394 fail, make test names unique, etc.).
7395
7396Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7397
7398 * gdb.base/nodebug.c: Change return type of top and middle to
7399 short.
7400 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
7401 are fixed by the recent mdebugread.c changes. Allow `short ()'
7402 as type for top and middle.
7403
7404Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7405
7406 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
7407 nearly as I can tell, the whole thing was an accident in Stu's
7408 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
7409 to replace a send/expect pair with gdb_test, but ended up only
7410 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
7411 of 30 Mar 1995 took care of it, but left this vestigial comment
7412 which I am now nuking.
7413
7414Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7415
7416 * gdb.base/break.exp: Look for different line number for
7417 breakpoint at main depending on usestubs.
7418
7419Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7420
7421 * gdb.base/list.exp: Adjust some alternate expect patterns to
7422 match recent list0.c change. Add alternate expect pattern for
7423 output from `list default lines around main' for optimizing
7424 compilers.
7425
7426Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7427
7428 * lib/gdb.exp: If nosignals is not set, set it to 0.
7429
7430Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
7431
7432 * config/slite-gdb.exp: Responds to load symbol table prompt.
7433 * gdb.base/break.exp: Adjust line number, fix rerun.
7434 * gdb.base/langs0.c: Add #ifdef usestubs.
7435
7436Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
7437
7438 * gdb.base/list.exp: Adjust line contents after adding new lines in
7439 list0.c. Also fix a syntax error.
7440
7441 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
7442 * gdb.base/break.exp: ditto.
7443 * gdb.base/list.exp: ditto.
7444 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
7445 * gdb.base/run.c: ditto.
7446 * gdb.base/list0.c: ditto.
7447 * gdb.base/funcargs.c: ditto.
7448
7449Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
7450
7451 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
7452 $targetname, $serialport and $baud instead of hardwired variables.
7453 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
7454 target doesn't support signals.
7455
7456Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
7457
7458 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
7459
7460Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7461
7462 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
7463 Don't rely on the value of an auto variable before it has been
7464 initialized. Use gdb_test more.
7465
7466Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7467
7468 * lib/gdb.exp (default_gdb_version): A version number must start
7469 with a digit, but other than that contains all characters up to
7470 the first whitespace character.
7471
7472Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7473
7474 * gdb.base/commands.exp (breakpoint_command_test): New tests.
7475
7476Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7477
7478 * gdb.c++/*.exp: Warn if executable does not exist. The original
7479 reason for skipping the warning was that configure.in sometimes
7480 intentionally skipped building the executables but the tcl code
7481 had no way of knowing. That (a) was always bogus with respect to
7482 error handling, (b) is no longer true (right now there is no way
7483 to skip C++ tests).
7484
7485 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
7486
7487Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7488
7489 * gdb.base/list.exp: Add expect patterns for output from
7490 SunPRO compiled executables.
7491 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
7492 types.
7493
7494Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7495
7496 * gdb.base/break.exp (test_next_with_recursion): Accept any line
7497 number (we are already testing that the correct source line text
7498 gets printed).
7499
7500 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
7501 that is what is intended, but something needed to be done to get
7502 sunos4 native working again.
7503
7504 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
7505
7506 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
7507 apparently went with a (very) old xfail.
7508
7509Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
7510
7511 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
7512 runto_main is a proc in gdb.exp that will do 'step' for target use
7513 stubs.
7514 * gdb.base/exprs.exp: ditto.
7515 * gdb.base/interrupt.exp: ditto.
7516 * gdb.base/opaque.exp: ditto.
7517 * gdb.base/printcmds.exp: ditto.
7518 * gdb.base/ptype.exp: ditto.
7519 * gdb.base/scope.exp: ditto.
7520 * gdb.base/setvar.exp: ditto.
7521 * gdb.base/signals.exp: ditto.
7522 * gdb.base/twice.exp: ditto.
7523 * gdb.c++/classes.exp: ditto.
7524 * gdb.c++/inherit.exp: ditto.
7525 * gdb.c++/templates.exp: ditto.
7526 * gdb.base/break.exp: no run and hit main for stubs. Change line
7527 numbers for breakpoints and info breakpoint.
7528 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
7529 breakpoint().
7530 * gdb.base/callfuncs.c: ditto.
7531 * gdb.base/exprs: ditto.
7532 * gdb.base/interrupt.c: ditto.
7533 * gdb.base/opaque0.c: ditto.
7534 * gdb.base/printcmds.c: ditto.
7535 * gdb.base/ptype.c: ditto.
7536 * gdb.base/scope0.c: ditto.
7537 * gdb.base/setvar.c: ditto.
7538 * gdb.base/signals.c: ditto.
7539 * gdb.base/twice.c: ditto.
7540 * gdb.c++/misc.cc: ditto.
7541 * gdb.c++/templates.cc: ditto.
7542
7543Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7544
7545 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
7546
7547 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
7548 somewhere between `read' and `main.c'. I'm pretty sure the
7549 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
7550 and it isn't particularly useful.
7551
7552 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
7553
7554Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7555
7556 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
7557
7558Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
7559
7560 * config/mt-slite: add LIBS and -nostdlib.
7561 * config/slite-gdb.exp: add this new file to support sparclite target.
7562
7563Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
7564
7565 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
7566
7567 * gdb.base/a2-run.exp: Change argument to istarget from
7568 "*-*-vxworks" to "*-*-vxworks*".
7569 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
7570
7571Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
7572
7573 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
7574 will not runto main but do a 'step' to step out of breakpoint().
7575 * config/mt-slite: add -Dusestubs.
7576
7577Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7578
7579 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
7580 instead of just @.
7581
7582 * gdb.base/signals.exp: Add test for "handle all print".
7583 * TODO: Remove "handle all print". Also remove item about
7584 checking copyright date (I don't like the idea of a spurious FAIL
7585 based on when we run the tests).
7586
7587 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
7588 for SunOS4 (reason for failure not investigated). Remove
7589 redundant test for $binfile.
7590
7591 * gdb.base/nodebug.c (array_index): Call malloc.
7592
7593 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
7594
7595Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
7596
7597 * gdb.base/recurse.exp: Update gdb_test invocation to use new
7598 conventions and slightly simplify the matching regexp.
7599
7600Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7601
7602 * gdb.base/break.exp: Update gdb_test invocation to use new
7603 convention.
7604
7605 * lib/gdb.exp: If noargs is not set, set it to 0.
7606
7607 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
7608 tests unique.
7609
7610 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
7611
7612Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7613
7614 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
7615 one argument of type "<non-float parameter>".
7616
7617Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
7618
7619 * config/rom68k.exp: New file to support Motorola IDP board.
7620 * gdb.base/a2-run.exp: Skip this file if noargs is set.
7621 * gdb.base/break.c: Change things around so that this program
7622 doesn't depend upon args. This is necessary to make remote
7623 targets work (in general, they can't take args).
7624 * gdb.base/break.exp: Don't try to send args to program. Don't
7625 expect output. Also, replace lots of code with gdb_test.
7626
7627Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7628
7629 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
7630 printing of '\'' (which is what the comment says we are testing,
7631 even though we were not), not '''.
7632 (test_integer_literals_rejected): Test that printing ''' is an error.
7633
7634 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7635 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
7636 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
7637 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
7638 Use gdb_test not test_print_accept.
7639 * lib/gdb.exp: Remove test_print_accept.
7640
7641 * gdb.base/signals.exp (signal_tests_1): Make pass message
7642 consistent with fail message.
7643
7644 * gdb.base/whatis.exp: Remove xfails for printing char vs.
7645 unsigned char; the bug (PR 1821) is fixed.
7646
7647 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
7648
7649 * gdb.base/scope.exp (test_at_localscopes): Call pass for
7650 successful tests--makes xfailing them work right.
7651
7652Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7653
7654 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
7655 only \r\n, not .*. The test can pass .* as the last thing in
7656 $pattern if that is what it wants. In addition to providing this
7657 flexibility, this change should speed up pattern matching in cases
7658 where the pattern already ended with .* (there were a number of
7659 them). This change also helps catch bad patterns--in the old
7660 scheme the typo "char \*" instead of "char \\*" would pass. Now
7661 it is caught.
7662 * Many .exp files: Update callers.
7663
7664 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
7665 clearer and does not spuriously match multiple ('s. Likewise for
7666 ) and *.
7667
7668 * gdb.base/nodebug.exp: Test ability to call a function and pass
7669 it a string (even with no debugging info).
7670
7671 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
7672 "p '\'", which is the same as "p ''" once tcl gets done with
7673 quoting, to "p '\\'", which I suspect is what is intended (one
7674 backslash gets sent to GDB).
7675
7676 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
7677
7678Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7679
7680 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
7681 1817) was fixed literally years ago.
7682
7683Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7684
7685 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
7686 test, it causes stepping out of call_after_alloca_subr with
7687 optimizing compilers.
7688 (localvars_in_indirect_call): Consume GDB prompt if `finish'
7689 fails.
7690
7691 * gdb.c++/templates.exp: Source templ-info.exp only if
7692 the templates executable exists.
7693
7694 * gdb.c++/misc.cc (class Contains_static_instance,
7695 class Contains_nested_static_instance),
7696 gdb.c++/classes.exp (test_static_members): Test printing of
7697 a class that contains a static instance of the class.
7698
7699Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7700
7701 * gdb.base/langs2.c (cppsub_): Don't prototype.
7702 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
7703 only, I believe).
7704
7705Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7706
7707 * lib/gdb.exp (skip_chill_tests): New procedure.
7708
7709 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
7710
7711Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
7712
7713 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
7714 each expect pattern. Cuts runtime from 12 to about 4 seconds.
7715
7716Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7717
7718 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
7719
7720 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
7721 disassemble 8, not 16, instructions for part 4.
7722
7723 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
7724 support the latter anymore.
7725
7726 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
7727 -DNO_PROTOTYPES.
7728 * gdb.base/callfuncs.c: Control use of prototypes based on
7729 NO_PROTOTYPES, not __STDC__.
7730 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
7731 t_float_values2 tests if prototypes in use.
7732
7733 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
7734 t_double_values): When checking differences against DELTA, check
7735 that difference is within the range (-DELTA,DELTA), not just
7736 (-infinity,DELTA).
7737
7738Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
7739
7740 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
7741 'file' command firts, then 'target', then 'load', this is due to gdb
7742 target set up.
7743 * config/mips-gdb.exp: Fix a couple regular exp bugs.
7744
7745Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
7746
7747 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
7748 FP load/store variants.
7749 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
7750
7751Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7752
7753 * gdb.base/term.exp: Do not give a warning if not native, it is
7754 not an abnormal condition.
7755
7756Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
7757
7758 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
7759 t_char_array".
7760
7761Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7762
7763 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
7764 are getting the version number.
7765
7766 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
7767 if not native, it is not an abnormal condition.
7768
7769Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7770
7771 * lib/gdb.exp: Just use "file exists", rather than undocumented
7772 dejagnu procedure "findfile".
7773
7774Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7775
7776 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
7777 (LDFLAGS): Set to -Xlinker -Ur.
7778
7779 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
7780 Removed, these values are set by lib/gdb.exp.
7781
7782 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
7783
7784Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7785
7786 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
7787 of replicating gdb startup code.
7788
7789 * config/mt-vxworks (LDFLAGS): Set to -r.
7790 (CFLAGS_FOR_TARGET): Removed.
7791
7792 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
7793 (gdb) and gdb for vxworks uses (vxgdb).
7794
7795 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
7796 executable is not in the tree and host != target, use sed and
7797 program_transform_name to determine the gdb name used by the
7798 target.
7799
7800 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
7801 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
7802
7803Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7804
7805 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
7806 floats, chars, and shorts where there are ANSI-style function
7807 definitions.
7808
7809 * gdb.base/langs.exp, gdb.base/langs*: New test.
7810 * gdb.base/Makefile.in: Build it.
7811 * TODO: Remove item about checking that C names don't get C++
7812 demangling applied; this test tests it.
7813
7814Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7815
7816 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
7817 went with the const70 xfail. The xfail went away a year ago.
7818
7819 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
7820
7821 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
7822 for hp300.
7823
7824 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
7825
7826 * gdb.base/a1-selftest.exp: Don't run on hp300.
7827
7828Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7829
7830 * Makefile.in (site.exp): Set host_alias and target_alias as well
7831 as host_triplet and target_triplet.
7832
7833Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7834
7835 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
7836
7837 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
7838 places as other ecoff systems).
7839
7840 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
7841 ultrix.
7842
7843Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7844
7845 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
7846 remove them.
7847 * gdb.base/nodebug.exp: Accept "function" in addition to "text
7848 variable and "variable" in addition to "data variable".
7849 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7850
7851 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7852 2.
7853 * gdb.base/list1.c (long_line): Add additional statement at start
7854 of function.
7855 * gdb.base/list.exp (test_forward_search): Update line number to
7856 reflect new statement.
7857
7858Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7859
7860 * gdb.base/signals.exp: Reinitialize searched source directories
7861 after gdb_start call.
7862
7863Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
7864
7865 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
7866 * gdb.stabs/Makefile.in: Likewise.
7867
7868 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
7869 change. Instead split the tests into smaller pieces.
7870 * gdb.disasm/hppa.s: Corresponding changes.
7871
7872Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7873
7874 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7875 Quote ^C when passing it to stty. For some shells ^ is a pipe.
7876
7877 * gdb.base/funcargs.exp: Modify many tests so that every test
7878 either passes or fails. Make some test names unique.
7879
7880Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7881
7882 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7883 Call stty to set interrupt character.
7884
7885 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
7886 for HP assembler versus GNU assembler based on actual behavior of
7887 $(CC), rather than assuming that $(AS) is always the GNU assembler.
7888
7889 * TODO: Suggest a few more stepping tests.
7890
7891Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
7892
7893 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
7894 restart GDB for h8300 after a continue.
7895 (return): Add pattern to match a29k-udi behavior.
7896 * gdb.base/nodebug.exp: Remove obsolete comment.
7897 * gdb.base/regs.exp: New file, testing of register displays.
7898 * gdb.base/return.exp: Fix typo in reference to $objdir.
7899 * gdb.base/whatis.exp: Always start with a fresh GDB.
7900
7901Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7902
7903 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
7904 higher, these tests generate a lot of output.
7905
7906Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7907
7908 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
7909 code following the catch silently ignored some errors; without the
7910 catch they should be thrown like any other tcl error. Also, the
7911 catch used "" instead of {} which meant all the callers who wanted
7912 to include one of the characters "[]$ had to quote it an extra time.
7913 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
7914 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
7915 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
7916 Remove extra quoting.
7917
7918Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
7919
7920 * gdb.base/commands.exp: Make test names unique; every test either
7921 passes or fails. Update some comments.
7922
7923 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
7924
7925Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7926
7927 The following fixes a FAIL caused by the fact that the alpha stabs
7928 configuration didn't use the ".if alpha" code in weird.def.
7929 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
7930 bit pointer, so the 32 bit version works even on the alpha.
7931 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
7932 Remove the stuff which allowed us to have separate versions for
7933 alpha and everything else.
7934
7935 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
7936 regexp which "info func operator\[\](" is supposed to match. Fix
7937 string to send to GDB. Note that GDB still doesn't work right. Add a
7938 new test for "info func .perator\[\](" which GDB does handle correctly.
7939
7940 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
7941
7942Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7943
7944 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
7945 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
7946 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
7947 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
7948 it makes the tests harder to understand and confuses test-o-matic.
7949 The preferred style is that each test provides a PASS or a FAIL,
7950 and has a unique message (e.g. "continue #54" not just "continue")
7951 which is the same for the pass and the fail.
7952 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7953 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
7954 to lib/gdb.exp.
7955 * gdb.base/printcmds.exp: Use test_print_accept. Remove
7956 prt_accept which was basically the same thing. Likewise for
7957 test_print_reject and prt_reject.
7958 * lib/gdb.exp (test_print_reject): Add some more error message
7959 patterns to match from the former printcmds.exp (prt_reject).
7960 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
7961 One defect of the passcount stuff is that some of it failed to
7962 report XPASS where appropriate.
7963 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
7964 stuff before and after arg in expected pattern.
7965 (test_paddr_operator_functions): Re-do test without print_addr_of;
7966 this is the only test which seems to want extra stuff there.
7967
7968Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7969
7970 * gdb.base/nodebug.exp: Update new tests to reflect improved
7971 wording of gdb output.
7972
7973 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
7974 and "ptype" work on variables in files compiled without -g.
7975 Replaces commented out "maint print msymbol" tests.
7976
7977Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7978
7979 * gdb.base/setvar.c (dummy): Call malloc.
7980
7981 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
7982 losing with the irix4 sed.
7983
7984 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
7985 ALRM" on irix4.
7986
7987Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7988
7989 * TODO: Remove items about corefile.exp testing new exec-file and
7990 backtrace; both are now done. Add items about printing enums.
7991
7992Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7993
7994 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
7995 "get signal $thissig" test fails.
7996
7997 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
7998
7999Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8000
8001 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
8002 compiler warning with dec alpha compiler.
8003
8004 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
8005 extra \n from gdb_test call (this explains why the prompt test
8006 that I removed yesterday was there).
8007 (user_defined_command_test): Remove extra \n and prompt test.
8008
8009 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
8010 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
8011 doesn't exist.
8012 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
8013 Also remove alpha workaround, which turns out to be because
8014 SIGABRT == SIGLOST.
8015
8016 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
8017
8018 * gdb.base/help.exp: Don't test "help show".
8019
8020Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8021
8022 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
8023 "set print address" is on.
8024 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
8025 pass prompt to gdb_test; gdb_test already looks for the prompt.
8026
8027 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
8028
8029 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
8030 was a vestige of the manual TESTSTRATEGY, and the purpose of it
8031 was to make sure that gdb can read a core file. But (a) the "read
8032 the corefile" part didn't make it to a1-selftest.exp, we just
8033 delete the corefile after creating it, and (b) we test reading
8034 corefiles in corefile.exp anyway. Also, this test left around a
8035 xgdb process on Solaris.
8036
8037 * gdb.base/corefile.exp: Also test backtrace.
8038
8039Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
8040
8041 * gdb.base/commands.exp: Test a simple user defined command with
8042 arguments and if/while statements; verify the full user command is
8043 printed by "show user".
8044
8045 * gdb.base/commands.exp: Test if/while commands as part of a
8046 breakpoint command list; verify they appear in breakpoint
8047 information.
8048
8049Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8050
8051 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
8052 than by dividing by zero.
8053
8054Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
8055
8056 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
8057 performing an inferior call with watchpoints enabled.
8058 * gdb.base/watchpoint.c (main): Delete second unnecessary read
8059 call.
8060
8061Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8062
8063 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
8064 of "file" command.
8065
8066 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
8067 Add additional pattern for when "int operator int(void);" appears
8068 in a different order.
8069
8070Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8071
8072 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
8073
8074 * gdb.base/help.exp: Replace most of docstrings for "info signals"
8075 and "signal" with ".*".
8076
8077Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8078
8079 * TODO: Add note about "handle all nostop".
8080
8081 * gdb.base/{sigall.c, sigall.exp}: New test.
8082 * gdb.base/Makefile.in: Add it.
8083
8084Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8085
8086 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
8087 when invoking GDB, suppresses any windowing interface.
8088
8089Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
8090
8091 * config/sim-gdb: New file, simulator testing support.
8092
8093Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
8094
8095 * gdb.base/interrupt.exp: Test calling func1 twice.
8096
8097Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
8098
8099 * gdb.base/list.exp (test_forward_search): Set timeout higher
8100 when we'll be getting lots of output from gdb.
8101
8102 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
8103 "init_malloc" to after the expect statement. Run it if that
8104 regexp is taken, but also for two others which happen if source
8105 cannot be found.
8106
8107Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8108
8109 * gdb.base/printcmds.exp: New test, for printing register before
8110 program is running.
8111
8112Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8113
8114 * gdb.base/list.exp: Correct some alternate expect patterns
8115 to reflect changes in list1.c.
8116
8117Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8118
8119 * TODO: Add item regarding large frames.
8120
8121 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
8122
8123 * TODO: Remove item about enabling return.exp; it
8124 is enabled. Suggest a few more "return" tests.
8125
8126Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8127
8128 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
8129 anonymous unions.
8130
8131Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8132
8133 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
8134 and pr-5646.o, so "make" is the same as "make all", not "make
8135 pr-4975.o".
8136
8137Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
8138
8139 * gdb.base/list.exp: Adjust expectations to reflect changes in
8140 list1.c.
8141 (test_forward_search): New test proc.
8142 * gdb.base/list1.c (long_line): New function, has long source line.
8143
8144Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
8145
8146 * gdb.base/a1-selftest.exp: Change initial stepping to know about
8147 additional line of code that was added.
8148
8149Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
8150
8151 * gdb.disasm/hppa.s: Break the large branching tests into smaller
8152 tests so as not to overflow expect's input buffers.
8153 * gdb.disasm/hppa.exp: Corresponding changes.
8154
8155Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8156
8157 Beginnings of template debugging tests.
8158 * gdb.c++/templ-info.cc: New file to test for template
8159 debugging capability of the compiler.
8160 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
8161 templ-info.cc.
8162 * gdb.c++/templates.cc: Add explicit template instantiations
8163 to enable compiling with -fno-implicit-templates. Add destructor
8164 and 'value' method to T5 class for template tests.
8165 * gdb.c++/templates.exp: Add testcases for printing of template
8166 types, setting breakpoints on template methods and calling a
beb998c6 8167 template method.
c906108c
SS
8168
8169Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
8170
8171 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
8172 branch target since some assemblers (gas-2.5) may emit a
8173 relocation for the branch instead of resolving it in the
8174 assembler.
8175
8176Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8177
8178 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
8179 through signal handler.
8180
8181Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8182
8183 * configure.in (*-*-netware): Use config/mt-netware.
8184
8185 * config/mt-netware: New file.
8186 * config/mt-i386-netware: Removed, separate configs for different
8187 netware architectures are no longer needed now that we have
8188 --with-headers.
8189
8190Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8191
8192 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
8193 by the recent changes to use ANSI C arithmetic conversions.
8194
8195Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8196
8197 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
8198 bug involving using inferior_pid to figure out whether to select a
8199 frame.
8200
8201Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
8202
8203 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
8204 match the current disassembler output.
8205
8206Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
8207
8208 * gdb.fortran/exprs.exp: Expect VOID instead of void.
8209 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
8210 types, expect "int" as type of integer values (for now).
8211
8212Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
8213
8214 * gdb.base/commands.exp: New tests for if/while commands.
8215
8216Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
8217
8218 * lib/gdb.exp (runto): Replace sub-pattern for hex value
8219 by .*, since hex values have different syntax in Chill mode.
8220
8221Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8222
8223 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
8224 linefeed from expect pattern for repeated types with indices > 9.
8225
8226Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
8227
8228 First part of Fortran test suite.
8229 * gdb.fortran: New directory.
8230 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
8231
8232Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8233
8234 * gdb.base/default.exp: Update expect pattern for load command
8235 without arguments.
8236
8237Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8238
8239 * configure.in: Change i386 to i[345]86.
8240 * gdb.base/configure.in: Likewise.
8241 * gdb.c++/configure.in: Likewise.
8242 * gdb.chill/configure.in: Likewise.
8243
8244Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
8245
8246 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
8247 patterns, since that is not a valid context for comments.
8248
8249Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
8250
8251 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
8252 repeated types and repeated types with indices > 9.
8253
8254Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8255
8256 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
8257 2417; old bug has been fixed.
8258
8259Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
8260
8261 * gdb.base/interrupt.exp: When trying to wake up the inferior,
8262 send the newline ourselves instead of assuming gdb_test will do
8263 so when passed an empty input string.
8264
8265 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
8266 stabs testcode.
8267
8268Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8269
8270 * lib/gdb.exp (gdb_test): Don't send anything if the first
8271 argument is an empty string. This makes cases where we want to
8272 match output that is already in expect's buffers (for example,
8273 matching a breakpoint after gdb_run_cmd has been called) work
8274 reliably.
8275
8276Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8277
8278 * config/netware.exp: New file.
8279
8280Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8281
8282 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
8283 the -B and -L prefixes so we can find the debugging stub.
8284
8285 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
8286 there and we are using the gcc from the tree.
8287
8288 * gdb.base/types.c: Removed.
8289
8290 * gdb.base/configure.in: Look for makefile fragments in ../config.
8291 Recognize i386-*-netware.
8292 * gdb.c++/configure.in: Likewise.
8293
8294Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8295
8296 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
8297 the correct TCL syntax.
8298
8299Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8300
8301 * gdb.base/opaque.exp: use runto instead of messing around with
8302 breakpoints. Simplify by using gdb_test.
8303
8304 * gdb.base/bitfields.exp: restart between tests on netware targets
8305 because breakpoints aren't relocated after target death. Run
8306 processes to completion.
8307
8308 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
8309
8310Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
8311
8312 * Makefile.in: Remove extra tabs that confuse some versions
8313 of "make". Use the newly built gdb to test with by default,
8314 rather than the first one in the tester's search path.
8315
8316Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
8317
8318 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
8319
8320 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
8321 condition help.
8322
8323Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8324
8325 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
8326
8327 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
8328 running.
8329 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
8330 * gdb.base/funcargs.exp: Likewise.
8331
8332 * gdb.base/bitfields.exp: Simplify by using gdb_test.
8333 * gdb.base/funcargs.exp: Likewise.
8334
8335 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
8336 message is "".
8337
8338Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8339
8340 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
8341 return,signals,twice}.exp: Handle non-existant binaries
8342 consistantly.
8343
8344 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
8345 * gdb.base/Makefile.in: Don't try to generate a core dump, we
8346 might testing a cross development system.
8347
8348Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8349
8350 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
8351 runtest script is relative to ${srcdir}, not ${rootdir}.
8352
8353Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
8354
8355 * gdb.base/signals.exp: Allow for optionality of breakpoint
8356 address.
8357
8358Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8359
8360 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
8361
8362Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8363
8364 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
8365 for size_t definition.
8366 * gdb.c++/templates.cc: Likewise
8367
8368 * config/mt-i386-netware: New file.
8369
8370 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
8371 defined.
8372
8373 * gdb.base/Makefile.in: Added support for systems that name core
8374 files by appending "core" to the program name.
8375 * gdb.base/a1-selftest.exp: Likewise.
8376
8377Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8378
8379 * gdb.base/return.exp: Add comment and message for `return double'
8380 test failure on Sparc Solaris.
8381
8382Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
8383
8384 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
8385
8386Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8387
8388 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
8389 from optimizing them away.
8390 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
8391 patterns to include default constructors and assignment operators,
8392 to match gcc versions beyond 2.5.8. Accept any cplus demangling
8393 character in the output of the virtual base pointer.
8394
8395Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8396
8397 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
8398 expression match in print_addr_of to avoid unintented matches.
8399 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
8400 versions up to 2.5.8.
8401
8402Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8403
8404 * gdb.base/list.exp: Tweak alternate pattern for listing of an
8405 included file to run under newer versions of expect.
8406 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
8407 consecutive >'s in templates to accomodate recent cplus-dem.c change.
8408 Remove xfail for the virtual table of BDDHookV.
8409
8410Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8411
8412 * lib/gdb.exp (string_to_regexp): Set a default result.
8413 (default_gdb_start): Fix misleading message.
8414
8415Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
8416
8417 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
8418 Remove all CC, etc definitions.
8419 * config/mt-hpux: New file.
8420 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
8421 (CFLAGS, LDFLAGS): Define.
8422 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
8423
8424 * Makefile.in (site.exp): Don't insert host_os, etc.
8425 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
8426 (distclean): Check existence of subdir.
8427 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
8428 * gdb.base/Makefile.in: General cleanup and simplification.
8429 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8430 to build executables. Use default rule to build .o files.
8431 (EXPECT, RUNTEST, CC): Fix relative pathname.
8432 (site.exp): Don't insert host_os, etc.
8433 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
8434 and/or SIGUSR1 defined.
8435 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
8436 * gdb.c++/Makefile.in: General cleanup and simplification.
8437 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8438 (CFLAGS): Remove.
8439 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
8440
8441Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
8442
8443 * gdb.base/recurse.exp: Misc changes to get tests running again
8444 after Kung's changes to the watchpoint code.
8445 * gdb.base/watchpoint.exp: Likewise.
8446
8447Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
8448
8449 * lib/gdb.exp (string_to_regexp): Convert {\} also.
8450
8451Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8452
8453 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
8454 * lib/gdb.exp (default_gdb_start): Define.
8455 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
8456 gdb.base/funcargs.exp, gdb.base/opaque.exp,
8457 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
8458 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
8459 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
8460 Don't call gdb_target_udi in between tests.
8461
8462Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8463
8464 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
8465 (which was basically just a local version of the same thing). In
8466 addition to avoiding duplication, gdb_test_exact is faster.
8467 * lib/gdb.exp (gdb_test_exact): Fix typo.
8468
8469 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
8470 don't give an error.
8471
8472 * gdb.base/term.exp: Call delete_breakpoints before starting.
8473
8474 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
8475 (t10): Add comment.
8476
8477Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8478
8479 Reorganization of the GDB Test Suite.
8480
8481 * gdb.base: New directory, contains all the basic tests.
8482 * gdb.c++: New directory, tests specific to C++.
8483 * gdb.chill: New directory, tests specific to Chill.
8484 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
8485 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
8486 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
8487 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
8488 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
8489 t30-31 to chill).
8490 * */gdbme.*: Rename to match appropriate expect scripts.
8491 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
8492 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
8493 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
8494 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
8495 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
8496 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
8497 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
8498 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
8499 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
8500 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
8501 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
8502 gdb.c++/virtfunc.cc: New names of C++ files.
8503 * gdb.chill/chillvars.ch: New name of Chill file.
8504 * gdb.base/configure.in, gdb.c++/configure.in,
8505 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
8506 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
8507 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
8508 * configure.in (configdirs): Update to reflect directory changes.
8509 (target_abbrev): No longer define for any configuration.
8510 * Makefile.in: Cosmetic improvements to header comments.
8511
8512Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8513
8514 Various changes to gdb.t31:
8515
8516 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
8517 * gdbme.ch: Make all key-words and predefineds be upper-case.
8518 * chillvars.exp: Expect key-words and predefinds in upper-case.
8519
8520 * chillvars.exp: Use gdb_test_exact many places.
8521 Change expected output for arrays (which now includes index labels).
8522
8523 * pr-5020.exp, gdme.ch (module PR_5020):
8524 New test, for PR-5020.
8525
8526Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
8527
8528 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
8529 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
8530
8531Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
8532
8533 * Makefile.in: Fix bit-rot in definitions of CHILL,
8534 CHILL_FOR_TARGET and Chill_LIB.
8535 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
8536 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
8537 CHILL, and CHILL_LIB.
8538
8539Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
8540
8541 * Revert the previous changes. Please see Rob's directory
8542 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
8543
8544Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
8545
8546 * Makefile.in, configure.in, config/mips-gdb.exp,
8547 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
8548 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
8549 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
8550 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
8551 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
8552 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
8553 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
8554 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
8555 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
8556 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
8557 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
8558 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
8559 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
8560 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
8561 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
8562 changes from 94Q1.
8563
8564Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
8565
8566 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
8567 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
8568 Rob's new testing fragments.
8569
8570Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
8571
8572 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
8573 lib/gdb.exp: Replace error proc calls with perror.
8574
8575Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8576
8577 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
8578 version also, match on casted version strings, and match on
8579 gdb startup case where the line numbers might be messed up.
8580
8581Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
8582
8583 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
8584 (CFLAGS): Delete it from here.
8585
8586Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
8587
8588 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
8589
8590Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
8591
8592 * Makefile.in (RUNTEST): Default to just "runtest".
8593
8594Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8595
8596 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
8597 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
8598 the code has been restructured.
8599
8600Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8601
8602 * gdb.t00/default.exp (set write): Allow any number of \r and/or
8603 \n, not just one of each.
8604
8605 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
8606 /bin/cc gives a warning if you do.
8607
8608Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
8609
beb998c6 8610 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
8611 __t10ListS_link1ZUiRCUiPT0
8612
8613Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8614
8615 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
8616 on local variables in recursive functions.
8617
8618 * gdb.t07/Makefile.in: Build the new test.
8619
8620Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8621
8622 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
8623 directly. Instead compare the return values from actual calls.
8624
8625Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
8626
8627 * Makefile.in (check): Set TCL_LIBRARY for runtest.
8628
8629Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8630
8631 * From Peter Schauer with minor modifications.
8632 * gdb.t15/return.exp (return_tests): Handle targets where "return"
8633 stops in mid-line in the caller. Add xfail for returning a float
8634 value on X86 targets.
8635
8636Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8637
8638 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
8639 to avoid expect lossage.
8640 (fmem_LRbug_tests): Likewise.
8641 * gdb.disasm/hppa.s: Corresponding changes.
8642
8643 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
8644 conditions to work with latest dejagnu/expect.
8645
8646 * gdb.t15/funcargs.exp (finish from indirect call): No longer
8647 expected to fail on the PA.
8648 (backtrace in call with trampolines): Explicitly require main
8649 to be frame #1 (no trampolines should show up in backtrace).
8650
8651 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
8652 "continue -expect".
8653 * gdb.t06/break.exp: Likewise.
8654 * gdb.t07/watchpoint.exp: Likewise.
8655 * gdb.t13/bitfields.exp: Likewise.
8656 * gdb.t15/{funcargs,return}.exp: Likewise.
8657 * gdb.stabs/weird.exp: Likewise.
8658 * config/{mips,udi}-gdb.exp: Likewise.
8659
8660 * hppa.sed: Enclose comments within a sed command to avoid
8661 losing with the old OSF1 sed.
8662
8663Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8664
8665 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
8666 sequent dynix.
8667 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
8668 * gdb.t15/funcargs.exp: Conditionally step again to really
8669 finish from marker_call_with_trampolines. Handle the case where
8670 the first step from within call_with_trampolines already steps
8671 us back to main.
8672 * gdb.t15/gdbme.c: Add comment to closing brace of
8673 call_with_trampolines for funcargs.exp.
8674
8675Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8676
beb998c6 8677 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
8678 Fix typo(s).
8679
8680Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8681
8682 * gdb.t07/gdbme.c: More code for watchpoint testing.
8683
8684 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
8685 "Hardware watchpoint" throughout file.
8686 (test_watchpoint_triggered_in_syscall): New test.
8687 (test_complex_watchpoint): New test.
8688
8689Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8690
8691 * gdbme.c (call_with_trampolines): New function to try and step
8692 into. Tests trampoline problems on the PA.
8693
8694 * funcargs.exp (localvars_in_indirect_call): No longer expect
8695 stepping into indirect call to fail on PAs.
8696 (test_stepping_over_trampolines): New test.
8697
8698Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8699
8700 * TODO: Add suggestions for static member function tests, and
8701 completion tests.
8702
8703Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8704
8705 * TODO: Add suggestions for "p/a" tests.
8706
8707 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
8708 (default_gdb_exit): Replace all the hair with sending "quit" to
8709 the process with a simple close.
8710
8711Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8712
8713 * TODO: Add suggestions for shared library tests.
8714
8715Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8716
8717 * TODO: Add suggestions for x/s tests.
8718
8719Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8720
8721 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
8722 "enable once", and "enable breakpoints once" with ".*".
8723
8724Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8725
8726 * TODO: Add suggestions about structure passing tests.
8727
8728Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8729
8730 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
8731 the primary1 test, use work around if __GNUC__ < 2.
8732 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
8733 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
8734 Test for bad output rather than waiting for timeout. Issue
8735 second continue only if first continue failed.
8736
8737Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8738
8739 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
8740 operator[] test with gdb_test because the old code didn't seem to
8741 be getting the quoting right with the new dejagnu.
8742
8743Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
8744
8745 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
8746 one from the path.
8747 * Makefile.in: Use a fresh expect if there is one, use runtest
8748 from the src tree if there is one.
beb998c6 8749
c906108c
SS
8750Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8751
8752 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
8753 next over recursive call. Revise the tests from that point on
8754 (which had been skipped) to match GDB's actual (correct) output.
8755
8756 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
8757 with next over a breakpoint whose condition is false.
8758
8759 * gdb.t00/help.exp: Comment out "help set print" tests just like
8760 (and for same reason as) "help set" test.
8761
8762Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8763
8764 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
8765 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
8766
8767Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8768
8769 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
8770 necessary gdb_target_udi.
8771
8772 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
8773
8774 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
8775 1838 and 2417; they are fixed.
8776
8777 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
8778 gdb.t03/ptype.exp (ptype structure, ptype union):
8779 Remove xfails; the test is looser than when the xfails were added.
8780
8781 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
8782 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
8783
8784 * gdb.t01/run.exp: Only run shell test if isnative.
8785
8786 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
8787 since "run" automatically loads if necessary. Call gdb_target_udi
8788 after the "file" since "file" kills any execution target.
8789
8790 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
8791 GDB. GDB doesn't work that way (not anymore at least) on UDI.
8792 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
8793 argument for UDI.
8794
8795Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8796
8797 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
8798
8799 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
8800
8801Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8802
8803 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
8804 properly quoting regexps. This makes the second argument to
8805 demangle a fixed string, which matches the callers, instead of a
8806 shell-style pattern which is what the previous implementation
8807 used. Update some of the callers.
8808
8809Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8810
8811 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
8812 (comib_nullified_tests): Fix typo.
8813 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
8814 strings. No longer expected to fail.
8815
8816 * gdb.disasm/hppa.s (addib_tests): Fix typo.
8817 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
8818 strings. No longer expected to fail.
8819
8820 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
8821 string. No longer expected to fail.
8822
8823Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8824
8825 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
8826 No longer expected to fail.
8827
8828 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
8829 string. No longer expected to fail.
8830
8831Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8832
8833 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
8834 only in the names (I probably got most of them). I was even
8835 generous with some which differed in underscores in names, and
8836 probably missed a few, and I *still* was able to remove almost a
8837 third of the file with almost no impact on testsuite coverage.
8838
8839Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8840
8841 * gdb.t00/default.exp: Match udi_attach error message as well as
8842 the one from child_attach.
8843
8844 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
8845
8846 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
8847
8848 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8849 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8850
8851 * Move test with enums and partial symbols back to
8852 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8853 Reverts the change of 26 May 93. Per today's change to
8854 stabs.texinfo, the behavior that weird.exp was expecting was
8855 unreasonable; what is important is that the compiler+gdb get
8856 things right, which happens with a recent gcc. Also fix the test
8857 to deal with native compilers which put out the stab gdb can't
8858 deal with.
8859
8860Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8861
8862 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
8863 in the names. The main thing these accomplish is to slow things down.
8864 Many more such duplicates surely remain.
8865
8866 * gdb.t00/help.exp: Comment out "help support" test just like
8867 (and for same reason as) "help set" test.
8868
8869Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
8870
8871 * gdb.t06/break.exp: Remove setup_xfails for
8872 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
8873 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
8874 about known bug in gcc to include up through 2.5.8.
8875 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
8876 well as "_vb$".
8877 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
8878 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
8879 with latest gcc and gdb.
8880 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
8881 well as "_vb$".
8882
8883Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8884
8885 * configure.in (hppa*-*-*): Also configure and build stabs-only
8886 tests.
8887
8888Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8889
8890 * gdb.t10/hppa.mt: A makefile fragment for the PA.
8891 * gdb.t10/configure.in (hppa*-*-*): Use it.
8892
8893Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8894
8895 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
8896
8897Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8898
8899 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
8900 versions prior to 1.13.5.
8901
8902Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8903
8904 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
8905 the prompt is at the start of a line.
8906
8907Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8908
8909 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
8910 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
8911 in the copr tests now.
8912 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
8913 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
8914 expected to fail.
8915
8916Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
8917
8918 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
8919 gdb.t31/chillvars.exp, lib/gdb.exp:
8920 Tweak to run under either version of expect.
8921 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
8922 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
8923 * gdb.t11/list.exp: Remove extraneous whitespace.
8924
8925Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8926
8927 * gdb.t16/printcmds.exp (test_print_strings): Accept
8928 "(unsigned char *) " before the string.
8929
8930 * TODO: Add notes about printing of fancy types and GDB expressions.
8931
8932Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
8933
8934 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
8935 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 8936 if doing mips-idt-ecoff.
c906108c
SS
8937
8938Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
8939
8940 * Most .exp files: Tweak to run under either version of expect.
8941
8942Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8943
8944 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
8945 xfails; I'm not sure why they are failing, but not because of PR 1806.
8946
8947Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
8948
8949 * config/unix-gdb.exp: Remove gdb_unload cause it's already
8950 defined in lib/gdb.exp.
8951
8952Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8953
8954 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
8955 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
8956 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
8957 have to be typeless.
8958
8959Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8960
8961 * TODO: Add suggestion for copyright year test.
8962
8963Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
8964
8965 * configure.in (*-*-lynxos*): Add stabs tests.
8966
8967Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8968
8969 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
8970 so insert a tab before any assembler directive in column zero.
8971
8972 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
8973 stores.
8974 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
8975 stores.
8976 (fpu_short_memory_tests): Likewise.
8977
8978Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8979
8980 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
8981 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
8982 .stabs directives in comments.
8983
8984Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8985
8986 * TODO: New file, describing tests we could write.
8987 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
8988
8989Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8990
8991 * gdb.t06/signals.exp: Add kludge to force re-sync.
8992
8993 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
8994 to xgdb instead of gdb, get out of gdb.
8995
8996Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
8997
8998 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
8999 for info.
9000
9001Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9002
9003 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
9004 * gdb.stabs/configure.in (hppa*-*-*): Use it.
9005 * gdb.stabs/hppa.sed: New sed script for the PA.
9006
9007Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9008
9009 * gdb.stabs: Re-write weird.def and configuration to use sed
9010 instead of cpp. sed is portable and POSIX; cpp is neither.
9011
9012Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9013
9014 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
9015
9016Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9017
9018 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
9019
9020Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9021
9022 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
9023 "_vb$".
9024 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
9025 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
9026
9027Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9028
9029 * lib/gdb.exp: Comment out code which depends on non-existent
9030 `transform' procedure.
9031
9032Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
9033
9034 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
9035 * lib/gdb.exp: Transform tool name.
9036 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
9037 1.1's new error handling system.
9038
9039Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9040
9041 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
9042
9043Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9044
9045 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
9046 They made pattern matching so slow that timeouts happened on
9047 heavily loaded systems. Now any output from "show print" which
9048 gets us back to the GDB prompt is a PASS.
9049
9050Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
9051
9052 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
9053
9054Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9055
9056 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
9057
9058 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
9059 It is not from PR 3220.
9060
9061Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9062
9063 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
9064 just started failing because they depended on the order the
9065 subcommands are presented, or exact docstring text. This kind of
9066 test is a pain and has minimal benefit.
9067
9068Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9069
9070 * gdb.t09/corefile.exp: At end of test, use "core" command with
9071 no arguments.
9072
9073Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
9074
9075 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
9076 17}/Makefile.in: Make it possible to run the testsuite with Sun
9077 make and CC = cross gcc by adding explicit build rules for .o
9078 files.
9079
9080Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9081
9082 * gdb.t15/funcargs.exp: Don't put comments on same line as
9083 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 9084
c906108c
SS
9085Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9086
9087 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
9088
9089Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
9090
9091 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
9092 * gdb.t20/inherit.exp: remove three dumplicate entries.
9093
9094Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9095
9096 * gdb.t06/break.exp: For "next over recursive call", fail on any
9097 incorrect output, not just on "factorial (value=2)".
9098
9099Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9100
9101 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
9102 working now. Add an xfail if accesing a bss variable causes
9103 a memory error if the target is not yet run.
9104
9105Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9106
9107 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
9108 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
9109 name of __st* demangling (2 strings). Did Kung really get the
9110 more than 95 others right without testing them?
9111
9112Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
9113
9114 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
9115
9116Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
9117
9118 * configure.in (configdirs): Add gdb.disasm
9119 * gdb.disasm: New directory for GDB disassembler tests.
9120 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
9121
9122Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9123
9124 * gdb.t00/help.exp: Don't test "help set".
9125
9126 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
9127 from within expect statements. None of these happen anymore and
9128 they cause regressions to be silently unnoticed.
9129
9130 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
9131 messages) about known failures with gcc cygnus-2.4.5-930417.
9132
9133 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
9134 comp-info.exp so it gets built if it doesn't exist.
9135
9136 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
9137 it is no longer used.
9138 * gdb.t13/comp-info.c: Removed.
9139
9140Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9141
9142 * gdb.t06/signals.exp: Add xfail for sun3.
9143
9144Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9145
9146 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
9147 relevant because ^C doesn't get sent but failure can be reproduced
9148 interactively).
9149
9150Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9151
9152 * gdb.stabs/alpha.mt: New configuration file for alpha.
9153 * gdb.stabs/configure.in: Use it.
9154 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
9155 sharing with alpha.mt, redefine long to word via preprocessor.
9156 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
9157 for alpha.
9158 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
9159 native cc.
9160 * gdb.t00/teststrategy.exp: Change expect string so that we
9161 consume the `(xgdb)' from the command echo and from the gdb prompt.
9162 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
9163 gdb currently compares all values as long, so this failure probably
9164 applies to any configuration where LONGEST is bigger than a target int.
9165 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
9166 with gcc.
9167 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
9168 to handle opaque pointers, gcc is.
9169 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
9170 as first argument. Include <sys/types.h> and change all operator
9171 new definitions to use size_t.
9172 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
9173 now that we use size_t.
9174
9175Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9176
9177 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
9178 a long or float array cast all array members to the same type.
9179 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
9180 with 64 bit longs.
9181 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
9182 on alpha.
9183 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
9184
9185Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9186
9187 * gdb.t24 (demangle.exp): Constructors of templates have names like
9188 vector<int>::vector(int) not vector<int>::vector<int>(int). See
9189 section 14.6 of the ARM.
9190
9191 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
9192 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
9193 accomplish little and slow down the testsuite.
9194
9195 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
9196 Accept spaces various places.
9197
9198Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9199
9200 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
9201 with watchpoint enabled.
9202
9203 * Makefile.in: Remove definition of CC and remove the second
9204 definition of CXX (the "CXX = gcc" one remains). These definitions
9205 were causing backquotes to be expanded within backquotes, which
9206 doesn't work.
9207
9208Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9209
9210 * gdb.t17/callfuncs.exp: Add "return 0" to end.
9211
9212Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9213
9214 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
9215 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
9216 by mips cc and contains no stabs entries.
9217
9218Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
9219
9220 * config/vx-gdb.exp: Use fake device to load files rather than
9221 NFS.
9222 * lib/gdb.exp: New proc to do "file" command.
9223 * config/unix-gdb.exp: Use new "file" proc.
9224
9225Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9226
9227 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
9228 Rework board rebooting slightly.
9229 (gdb_exit): Don't exit from the remote shell; there isn't one.
9230 * gdb.stabs/weird.exp: If a program is being debugged already,
9231 kill it.
9232 * gdb.t04/setvar.exp: Stop and restart gdb.
9233 * gdb.t05/expr.exp: Likewise.
9234 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
9235 restart gdb and reload the program.
9236 * gdb.t08/opaque.exp: Likewise.
9237 * gdb.t12/scope.exp: Likewise.
9238 * gdb.t13/bitfields.exp: Likewise.
9239 * gdb.t15/funcargs.exp: Likewise.
9240 * gdb.t20/classes.exp: Likewise.
9241 * gdb.t03/ptype.exp: Increase timeout.
9242 * gdb.t16/printcmds.exp (test_print_string_constants,
9243 test_print_array_constants): Likewise.
9244 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
9245 * gdb.t20/classes.exp (do_tests): Likewise.
9246 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
9247
9248Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
9249
9250 * gdb.stabs: Renamed *wierd* to *weird*.
9251
9252Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9253
9254 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
9255 for timeout. Add "known gcc 2.4.5 bug" to failure message.
9256
9257Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9258
9259 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
9260 (do_tests): Remove xfail for whatis on one_var and two_var.
9261
9262Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
9263
9264 * Makefile.in: Made cross building work better by adding
9265 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
9266
9267Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9268
9269 * gdb.t15/{return.c,return.exp,Makefile.in}:
9270 New test, currently commented out.
9271
9272Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
9273
9274 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
9275 still running and removes the leftover named socket so GDb can do
9276 clean restarts.
9277
9278Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
9279
9280 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
9281 console, not GDB.
9282 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
9283 cross testing works better with "make check"
9284 * config/unix-gdb: Use default procedures for exit and version.
9285 * config/vx-gdb.exp: Cleaned up and massaged back to working order
9286 with the newest VxWorks.
9287
9288Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9289
9290 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
9291 old form.
9292
9293 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
9294 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
9295
9296 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
9297
9298 * config/unix-gdb.exp: Remove this version of gdb_exit
9299 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
9300 Rob says he'll look at it when he gets back to testing boards.
9301
9302Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
9303
9304 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
9305 an expected fail for certain ptype commands.
9306
9307 * gdb.t20/classes.exp: Update expected results of "ptype class
9308 Base1" to account for the constructor that now appears in the type.
9309
9310Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
9311
9312 * configure.in (configdirs): Restore gdb.t04, which mysteriously
9313 disappeared from list.
9314 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
9315 "alldone" proc with call to cleanup and exit.
9316 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
9317 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
9318 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
9319 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
9320 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
9321 "alldone" proc with simple returns that suppress remaining
9322 tests. The alldone proc went away many months ago.
9323
9324Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9325
9326 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
9327
9328 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
9329
9330Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9331
9332 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
9333 as vax gdb will display them.
9334
9335Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9336
9337 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
9338 optimizers.
9339
9340 * scope.exp: Change "bad value for localval" messages so each one
9341 is unique.
9342
9343 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
9344 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
9345
9346 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
9347
9348Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9349
9350 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
9351 doesn't exist (due to optimization).
9352
9353Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9354
9355 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
9356 contains \r because the filename is long.
9357
9358 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
9359 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
9360
9361Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9362
9363 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
9364 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
9365 Ultrix.
9366 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
9367 int tests.
9368 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
9369
9370Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
9371
9372 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
9373
9374 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 9375 to match does not match the passing case but still matches the
c906108c
SS
9376 failing case.
9377
9378Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9379
9380 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
9381
9382Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
9383
9384 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
9385 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
9386 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
9387 Remove various versions of gdb_exit.
9388 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
9389 gdb_exit.
9390 * config/unix-gdb.exp: gdb_exit remains here, and should override
9391 the generic version, since it's doing a lot of wierd stuff that
9392 the other versions aren't. FIXME, fold it in, or abandon this
9393 version.
9394
9395Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9396
9397 * gdb.t24/demangle.exp: Add tests for PR 3220.
9398
9399Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9400
9401 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
9402
9403Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
9404
9405 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
9406 "i386-*-*". Works for i486 as well.
9407
9408 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
9409 bug, and expand domain of xfail to all SVR4 systems, since the
9410 actual problem is likely to be in generic SVR4 /proc support.
9411
9412Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9413
9414 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
9415
9416Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
9417
9418 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
9419 xfails for other systems. Match a missing 'Continuing.' as an
9420 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
9421
9422 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
9423 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
9424 Only issue warning for missing executables if -all option is used.
9425
9426 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
9427 file if -all option is used. It's like an unpredictable XFAIL.
9428
9429Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9430
9431 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
9432 for dynamically linked binaries.
9433
9434 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
9435
9436Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9437
9438 * gdb.t20/inherit.exp: Change message for "print tagless struct"
9439 to state that this is a known bug in old versions of g++.
9440
9441Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9442
9443 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
9444 while waiting for `Continuing'.
9445
9446Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
9447
9448 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
9449 in text, data, and bss.
9450 * gdb.t10/nodebug.c: Add local and global test variables for
9451 initialized and uninitialized data.
9452
9453Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9454
9455 * config/unix-gdb.exp (gdb_exit): Add "wait".
9456
9457Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9458
9459 * gdb.t06/signals.exp: xfail the continue from the handler for all
9460 targets.
9461
9462 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
9463 function with watchpoints enabled, the i386 call dummy starts with
9464 a call.
9465
9466 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
9467 386 bsd names its corefiles.
9468
9469Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
9470
9471 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
9472 compilers don't grok it.
9473 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
9474 with small octal ints rather than character constants, which
9475 are signed and might not fit if first promoted to int.
9476
9477Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
9478
9479 * gdb.t09/Makefile.in (clean): Remove corefile.
9480
9481Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9482
9483 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
9484
9485Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9486 and Jim Kingdon (kingdon@cygnus.com)
9487
9488 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
9489 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
9490 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
9491
9492Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9493
9494 * gdb.t17/interrupt.exp: Add xfail for hppa.
9495
9496Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9497
9498 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
9499 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
9500 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
9501 to determine signed-ness of bitfields and use the result to setup
9502 the xfail.
9503 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
9504 * gdb.t15/funcargs.exp: Use them to step until the second indirect
9505 call line is reached if necessary.
9506
9507Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9508
9509 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
9510
9511Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9512
9513 * gdb.t06/break.exp: Also test `clear' command.
9514
9515Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9516
9517 * gdb.t00/teststrategy.exp: Remove extra quote.
9518
9519 * gdb.t07/watchpoint.exp: Change xfail for calling function with
9520 watchpoint enabled to be for all non-68k machines.
9521
9522 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
9523
9524Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9525
9526 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
9527 targets use aout.mt instead of ecoff.mt as gas understands
9528 standard aout format.
9529
9530Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9531
9532 * lib/gdb.exp (runto): Don't insist that function we are running to
9533 was compiled with -g.
9534
9535 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
9536
9537 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
9538 to get back into the read system call.
9539 Accept leading newline in case where we woke it up.
9540
9541Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9542
9543 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
9544 to make the stabs test work on ecoff systems using gcc and -with-stabs.
9545 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
9546 enable ecoff configuration.
9547
9548Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9549
9550 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
9551
9552Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9553
9554 * gdb.t16/printcmds.exp: Add another printf test.
9555
9556Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
9557
9558 * configure.in: If configured -with-stabs on any target, add
9559 stabsdirs to configdirs.
9560
9561Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9562
9563 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
9564 fun" so pattern does not match the command itself.
9565
9566Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9567
9568 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
9569
9570Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9571
9572 * gdb.t17/interrupt.exp: Test for more things.
9573
9574Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9575
9576 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
9577 compiler arranges the code and line numbers.
9578
9579 * gdb.t17/interrupt.exp: Don't send \n after ^C.
9580
9581Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9582
9583 * gdb.t00/help.exp: Increase expect input buffer size.
9584
9585Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9586
9587 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
9588
9589 * gdb.t07/watchpoint.exp: Add xfail for hppa.
9590
9591 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
9592
9593 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
9594 [0-9]*, not just [0-9].
9595
9596Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9597
9598 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
9599
9600 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
9601
9602Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9603
9604 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
9605
9606Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9607
9608 * gdb.t06/signals.c: Add xfails for sun3.
9609
9610 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
9611
9612 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
9613 test_stepping tests.
9614
9615Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9616
9617 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9618
9619 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
9620
9621 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
9622 rather than actually putting it through cpp twice.
9623
9624 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
9625
9626Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
9627
9628 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
9629 no longer needed.
9630
9631Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9632
9633 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
9634
9635 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
9636 C++ features prints as "struct", make it a pass, not an xfail.
9637
9638Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9639
9640 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
9641 Don't require VA to print as "class" rather than "struct".
9642
9643Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
9644
9645 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
9646
9647Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9648
9649 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
9650
9651Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9652
9653 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
9654 order.
9655
9656Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9657
9658 * gdb.t16/printcmds.exp: Add printf tests.
9659
9660 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
9661
9662 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
9663
9664Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
9665
9666 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
9667 pass counts, to counteract any existing or future setup_xfails.
9668
9669Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9670
9671 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
9672 {BEGIN,END}_COMMON for common block instead of STAB.
9673 * gdb.stabs/wierd.exp: Add xfail for rs6000.
9674
9675 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
9676 intp_var should be N_GSYM not N_LSYM.
9677 wierd-aout.S: Use a label for the value of the N_SO.
9678 wierd.def: Remove all backslashes.
9679 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
9680
9681Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9682
9683 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
9684 get the expected next to inheritance3.
9685
9686Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9687
9688 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
9689 now that gcc-2.4 gets it right.
9690
9691Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9692
9693 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
9694
9695 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
9696 generating comp-info.exp which works for cross-compilation.
9697
9698Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
9699
9700 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
9701 "*-*-sysv4.*".
9702
9703Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
9704
9705 * gdb.t01/run.exp: Start with a fresh gdb.
9706 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
9707 SVR4.x.
9708
9709Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
9710
9711 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
9712 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
9713 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
9714 Makefile.in (distclean, realclean): Remove gdbme.c from list of
9715 things to remove.
9716
9717Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
9718
9719 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
9720 test cases from bug reports.
9721
9722Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
9723
9724 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
9725 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
9726 avoid spurious xfails.
9727 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
9728 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
9729 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
9730
9731Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
9732
9733 * gdb.t00/teststrategy.exp: Rework to provide more useful
9734 description of each test, fix problem with systems that define
9735 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
9736 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
9737 results for "next over recursive call" so timeouts aren't taken
9738 by error.
9739
9740Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
9741
9742 * gdb.t12/scope.exp: Test printing of variables before run.
9743
9744 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
9745 printed in wrong order due to sorting.
9746
9747Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
9748
9749 * gdb.t00/teststrategy.exp: Fix expected results for printing
9750 user entered string constant. Is array of char, prints with no
9751 address.
9752
9753 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
9754 commands.
9755 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
9756 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
9757 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
9758 of struct of char arrays.
9759 * gdb.t00/radix.exp: New tests for radix commands.
9760
9761Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
9762
9763 * gdb.t16/printcmd.exp: Print a variable before running program
9764 (with xfail for AIX).
9765
9766Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
9767
9768 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
9769
9770 * gdb.t16/printcmd.exp: Don't print variables before running program.
9771
9772 * gdb.t06/break.exp: Don't require envp argument to main.
9773
9774 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
9775
9776 * gdb.t02/whatis.exp, gdb.t11/list.exp:
9777 Add xfails for rs6000.
9778
9779 * gdb.t02/whatis.exp: Change other tests not to re-test something
9780 we already tested.
9781
9782 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
9783 each type used has a variable of that type.
9784
9785Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
9786
9787 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
9788
9789Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9790
9791 * configure.in: change srctrigger to be a file, not a directory
9792
9793Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
9794
9795 * configure.in (mips-idt-ecoff*): Added trailing '*'.
9796
9797 * gdb.t11/list.exp: Fixed a couple of typos.
9798
9799Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
9800
9801 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
9802 is fixed and PR is closed.
9803 * gdb.t16 (gdbme.c): Add simple test string variable.
9804 * gdb.t16 (printcmds.exp): Add tests with simple test string
9805 variable, primarily for boundaries on "set print elements".
9806
9807Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
9808
9809 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
9810 Make leading 0's optional and don't expect a tab in the middle
9811 of the number.
9812
9813 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
9814
9815 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
9816 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
9817 don't end command passed to gdb_test with newline.
9818
9819 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
9820 signed keyword away, don't expect signed bitfields to be signed.
9821
9822 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
9823 printing with only as many 1's as are in the field as well as printing
9824 with 32 1's (see comment).
9825
9826Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
9827
9828 * gdb.t00/default.exp: Start with a fresh gdb.
9829 * configure.in (configdirs): Remove gdb.t31 until the chill
9830 compiler works again. It no longer is able to find chillrt0
9831 since it isn't in libchill.a anymore.
9832 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
9833 wierd.o, make more modular.
9834 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
9835 spurious newlines that caused problems.
9836
9837Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9838
9839 * Move test with enums and partial symbols from gdb.t03/ptype.exp
9840 to gdb.stabs/wierd.exp since GCC has worked around the bug.
9841 gdb.stabs/wierd.{exp,def}: Many new tests.
9842
9843 * gdb.t00/default.exp: update info line for new message.
9844
9845 * gdb.t02/{whatis.exp,gdbme.c}:
9846 Test that "char *" doesn't print as "caddr_t".
9847
9848Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9849
9850 * gdb.t00/help.exp: Use .* in place of some help messages which
9851 just changed.
9852 gdb.t00/default.exp: Update "info frame" test for new message.
9853 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9854 Remove some xfails
9855
9856Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9857
9858 * gdb.t03/{gdbme.c,ptype.exp}:
9859 Add tests for typedef'd struct and union without tags.
9860 Also check "whatis" on a variable of a typedef'd enum without a tag.
9861
9862 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
9863 PRMS 1823; the bug still exists but isn't reproduced by this test
9864 anymore), and remove rs6000 XFAIL (the bug is fixed).
9865
9866 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
9867 duplicated from whatis.exp. For those that are left, accept
9868 "long", "long int", or "int" for long variables (whatis.exp already
9869 has an XFAIL for "int", so no need to fail it here).
9870
9871 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
9872 Deal with GCC's names for types now that GDB uses the compiler's names.
9873
9874 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
9875 setup_xfail's for sunos4. If we #defined the signed keyword away,
9876 don't expect GDB to know that char it is signed.
9877
9878 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
9879
9880Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
9881
9882 * configure.in (configdirs): Add gdb.t24 for C++ tests that
9883 should work on any system, regardless of debugging format.
9884 * gdb.t21/demangle.exp: Move to gdb.t24.
9885 * gdb.t24/demangle.exp: Move from gdb.t21.
9886 * gdb.t24/{Makefile.in, configure.in}: New files.
9887
9888Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9889
9890 * configure.in: Do gdb.stabs and C++ tests only for stabs.
9891 * gdb.stabs: New directory.
9892
9893Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9894
9895 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
9896 not just "Quit anyway?".
9897
9898Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
9899
9900 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
9901 that all setup_xfails are immediately followed by clear_xfails.
9902
9903Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
9904
9905 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
9906 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
9907 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
9908 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
9909 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
9910 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9911 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9912 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
9913 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
9914 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
9915 gdb.t31/chillvars.exp, lib/gdb.exp:
9916 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
9917 bug-gdb@prep.ai.mit.edu.
9918
9919Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
9920
9921 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
9922 with 0.0, not integer 0.
9923
9924Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
9925
9926 * gdb.t06/break.exp: Update for "Kill the program" message change.
9927
9928Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
9929
9930 * Makefile.in (GDBFLAGS): Set to -nx.
9931 * Makefile.in (site.exp): Use GDBFLAGS.
9932
9933Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9934
9935 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
9936 Makefiles.
9937 (check): depend on just-check.
9938 (just-check): added so that tests can be run without a noop
9939 build pass.
9940
9941Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9942
9943 Switch to using configure's configdirs.
9944 * Makefile.in (Makefile): add configure.in dependency.
9945 (SUBDIRS): removed redundant assignment.
9946 * configure.in: switch subdirs assignment to configdirs.
9947 * gdb.t*/configure.in: new files.
9948
9949Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
9950
9951 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
9952 works.
9953
9954Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
9955
9956 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
9957 in explicit rules. Apparently this is not supported by some makes.
9958
9959Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
9960
9961 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
9962
9963Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9964
9965 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
9966 disappeared.
9967
9968Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9969
9970 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
9971
9972Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
9973
9974 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
9975 watchpoint problem that is now fixed.
9976 * gdb.t30/chexp.exp: Remove setup_xfail for printing
9977 uninitialized convenience variables.
9978 * gdb.t31/chillvars.exp: Fix expected patterns for printing
9979 structures.
9980
9981Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9982
9983 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
9984 which causes expect to get out of sync with gdb on long output
9985 from help set.
9986 * gdb.t09/corefile.exp: Make expected pattern for core file
9987 failing signal and frame output format less sun specific.
9988
9989Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
9990
9991 * gdb.t31/chillvars.exp: Add and remove initial dummy
9992 breakpoint, so that symbol table is forced in.
9993 (Needed at least on Sunos4, though it seems not SVR4.)
9994 * gdb.t31/chillvars.exp: Update for changed output format.
9995
9996Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
9997
9998 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
9999
10000Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
10001
10002 * Makefile.in: Added --srcdir when invoking runtest, removed the
10003 need for a local config file. (optional now)
10004
10005Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
10006
10007 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
10008 failure count used to force early termination. Add some more
10009 expected failures for gnu style demangling.
10010
10011Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10012
10013 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
10014 pmi variable from gdb.t20/gdbme to get optimized away.
10015 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
10016 Check for written corefile upon timeout _and_ eof.
10017
10018Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10019
10020 * config/unix-gdb.exp: Add missing return 0.
10021
10022Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10023
10024 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
10025 test termination.
10026
10027Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
10028
10029 * configure.in (subdirs): Put back gdb.t17 which mysteriously
10030 disappeared.
10031
10032Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
10033
10034 * gdb.t10/crossload.exp: Disable the i860-elf test until such
10035 time as i860 support works.
10036
beb998c6 10037 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
10038 "backtrace 100\r" rather than just "backtrace\r", to match last
10039 change.
10040
10041Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
10042
10043 * config/udi-gdb.exp (gdb_exit): Remove close command.
10044 (gdb_target_udi): New procedure to set the UDI target.
10045 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
10046 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
10047 Added waits for prompts after several question responses. Added
10048 some more responses used by a29k-amd-udi-gdb.
10049 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
10050 pass different arguments, restart UDI connection after program
10051 completion.
10052 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
10053 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
10054 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
10055 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
10056 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
10057 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
10058 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
10059 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
10060 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
10061 after program completion.
10062 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
10063 compiled with a SELECT_VECS setting.
10064 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
10065 infinite recursion.
10066
10067 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
10068 Added checks for COFF results, and made them expected failures for
10069 all targets. It would be better to make them expected failures
10070 for COFF targets only.
10071
10072Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10073
10074 * Makefile.in: add null dvi target, don't bother to recurse
10075 through test directories for info and install-info; rename
10076 $(datadir) to be dejagnu instead of deja-gnu
10077
10078Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
10079
10080 * gdb.t31/gdbme.ch: Re-enable code that previously caused
10081 compiler to coredump.
10082 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
10083 code.
10084
10085Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
10086
10087 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
10088 coredump.
10089 * gdb.t31/chillvars.exp: Comment out tests that depend on that
10090 code.
10091
10092Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
10093
10094 * gdb.t03/ptype.exp: tests for return code from gdb_test.
10095 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
10096 which in a shell. Deletes xgdb when done.
10097 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
10098 Tests the return from the "set height" or "set width" commands.
10099 Added a few return codes where needed.
10100
10101Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
10102
10103 * Makefile.in (SUBDIRS): Add gdb.t17.
10104 * configure.in (subdirs): Add gdb.t17.
10105 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
10106 files to test gdb's calling of functions in the inferior with
10107 the correct arguments and gdb's ability to retrieve any
10108 result returned.
10109
10110Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
10111
10112 * config/unix-gdb.exp (gdb_exit): Remove close commands that
10113 may be called after gdb goes away. Previous versions of expect
10114 needed these to avoid file descriptor leaks, but they cause
10115 errors with the current revision of expect.
10116 * gdb.t00/gdbvars.exp: Use -re on expected output after
10117 setting sevenbit-strings.
10118 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
10119 to set sevenbit-strings consistent across tests.
10120 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
10121 set sevenbit-strings consistent across tests.
10122
10123Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
10124
10125 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
10126 expected output to match current "expect" expectations.
10127
10128Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
10129
10130 * gdb.t00/default.exp: Change expected output for default "source"
10131 command, to match new gdb behavior which requires a filename to
10132 source.
10133
10134Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
10135
10136 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
10137 expected fail for i486-*-* that misses the marker2 function.
10138 * gdb.t10/crossload.exp (bfddefault): Allow successful
10139 recognition of a format to pass even if no symbols are found.
10140 Explicitly catch failures where the format is not recognized
10141 or is ambiguous, and add the reason to the fail message.
10142 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
10143 the cause is and invalid target and add reason to failure message.
10144 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
10145 elf32-i386, elf32-sparc, and elf32-i860.
10146 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
10147 Set up expected failure for 'filename'::variable scope resolution,
10148 which is now apparently broken on all targets.
10149 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
10150 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
10151 gdb.t23/templates.exp: Change failure for missing binfile into
10152 just a warning.
10153 gdb.t21/demangle.exp: Change all cfront references to 'arm'
10154 references.
10155
10156Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
10157
10158 * gdb.t00/default.exp: Add expected output for default "source"
10159 command, to match new gdb behavior.
10160 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
10161
10162Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
10163
10164 * config/*-gdb.exp: returns an error, rather than exiting on
10165 internal errors.
10166
10167Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
10168
10169 * gdb.t03/gdbme.c: Add pointer to struct variable.
10170 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
10171 referencing struct members.
10172
10173Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
10174
10175 * configure.in (mips-idt-ecoff): New target.
10176 * config/mips-gdb.exp: New file for remote board using MIPS remote
10177 debugging protocol.
10178
10179 * Redid configuration scheme. Removed gdb.t*/configure.in.
10180 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
10181 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
10182 distclean targets. Built executables via .o files. Adjusted
10183 tests to account for source files in $(srcdir) rather than
10184 $(objdir).
10185 * lib/gdb.exp (runto): Don't expect () after the function name,
10186 because it may have arguments.
10187
10188Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
10189
10190 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
10191 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
10192 expected failures for mips-idt-* and mips-sgi-*.
10193 * gdb.t00/default.exp (attach): Kill process if requested.
10194 * gdb.t00/help.exp (help target core, help target): Accept a gdb
10195 that does not read core files.
10196 * gdb.t01/run.exp: Removed checks for exit status code.
10197 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
10198 it is linked in.
10199 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
10200 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
10201 appropriate, rather than doing it by hand.
10202 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
10203 execution.
10204 * gdb.t10/crossload.exp: Kill existing program if needed.
10205 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
10206 appropriate, rather than doing it by hand. Always increase
10207 timeout for this test, not just for VxWorks.
10208
10209Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
10210
10211 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
10212 of Chill STRUCT types and STRUCT values.
10213 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
10214 than "char".
10215 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 10216 struct2): New struct definitions and initializations to test
c906108c
SS
10217 simple Chill STRUCT types.
10218
10219Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
10220
10221 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
10222 the null byte at the end of strings.
10223 * gdb.t00/default.exp: Make show version insensitive to copyright
10224 date.
10225 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
10226 to avoid dependencies on target char signedness.
10227 * gdb.t16/printcmds.exp: Update expected results for explicitly
10228 unsigned char.
10229 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
10230 now work.
10231 * gdb.t21/demangle.exp: Add many more patterns for template
10232 demangling, most of them being expected failures.
10233 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
10234 string we are matching for, to match on the whole string.
10235 * gdb.t21/demangle.exp: Add many new test strings to demangle,
10236 and fix a whole bunch that had incorrect expected output but were
10237 passing anyway because of the bug in "proc demangle".
10238 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
10239 type.
10240 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
10241
10242Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
10243
10244 * gdb/testsuite: made modifications to testcases, etc., to allow
10245 them to work properly given the reorganization of deja-gnu and the
10246 relocation of the testcases from deja-gnu to a "tool" subdirectory.
10247
10248Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
10249
10250 * gdb/testsuite: Initial creation of gdb/testsuite.
10251 Migrated dejagnu testcases and support files for testing nm to
10252 gdb/testsuite from deja-gnu. These files were moved "as is"
10253 with no modifications. This migration is part of a major overhaul
10254 of dejagnu. The modifications to these testcases, etc., which
10255 will allow them to work with the new version of dejagnu will be
10256 made in a future update.
10257\f
10258Local Variables:
10259mode: indented-text
10260left-margin: 8
10261fill-column: 74
10262version-control: never
10263End: