* gdb.c++/casts.exp: Fix startup to run also on embedded targets.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6eac95e3
CV
12003-03-27 Corinna Vinschen <vinschen@redhat.com>
2
3 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
4
e8c71839
MC
52003-03-26 Michael Chastain <mec@shout.net>
6
7 * gdb.base/ptype.exp: Actually use some typedef'd types.
8
71b10041
SC
92003-03-21 Stephane Carrez <stcarrez@nerim.fr>
10
11 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
12 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
13
2512cf80
CV
142003-03-20 Corinna Vinschen <vinschen@redhat.com>
15
16 * gdb.base/default.exp: Fix regular expression.
17
0d195a4f
CV
182003-03-20 Corinna Vinschen <vinschen@redhat.com>
19
20 * gdb.base/args.exp: Fix regular expression.
21
8a2dbca8
CV
222003-03-20 Corinna Vinschen <vinschen@redhat.com>
23
24 * gdb.base/help.exp: Allow Win32 child process.
25
bf028682
CV
262003-03-20 Corinna Vinschen <vinschen@redhat.com>
27
28 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
29 when stepping out of main().
30
182dbe85
CV
312003-03-20 Corinna Vinschen <vinschen@redhat.com>
32
33 * gdb.base/default.exp: Check for win32 specific message when calling
34 "run" without executable.
35
d67a6ba5
CV
362003-03-20 Corinna Vinschen <vinschen@redhat.com>
37
38 * gdb.base/args.exp: Expect .exe in output.
39
a955b5bb
CV
402003-03-20 Corinna Vinschen <vinschen@redhat.com>
41
42 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
43 Cygwin native.
44
bf6bad4b
AC
452003-03-17 Andrew Cagney <cagney@redhat.com>
46
47 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
48 vector registes.
49 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
50 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
51
293e9a31
DC
522003-03-17 David Carlton <carlton@math.stanford.edu>
53
54 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
55 test, for PR breakpoints/38.
56 Call test_watchpoint_and_breakpoint.
57 * gdb.base/watchpoint.c (func3): New function.
58 (main): Call func3.
59
5330f2db
DC
602003-03-04 David Carlton <carlton@math.stanford.edu>
61
62 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
63 Garply<Garply<char> >:: garply".
64 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
65 with respect to PR c++/1111; note also PR c++/1113.
66 (test_template_breakpoints): KFAIL "constructor breakpoint" with
67 respect to PR c++/1062.
68 KFAIL "destructor breakpoint" with respect to PR c++/1112.
69
6ece72da
DC
702003-03-03 David Carlton <carlton@math.stanford.edu>
71
72 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
73 with respect to PR c++/57.
74 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
75 c++/826.
76 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
77 respect to PR c++/57.
78
85ca1584
DC
792003-03-03 David Carlton <carlton@math.stanford.edu>
80
81 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
82 respect to PR c++/33 into FAILs.
83
98e9c5b8
MC
842003-03-03 Michael Chastain <mec@shout.net>
85
7bedbf27
MC
86 * configure.in: Update copyright years.
87
882003-03-03 Michael Chastain <mec@shout.net>
89
90 * Makefile.in: Update copyright years.
98e9c5b8 91
f683e100
DC
922003-02-28 David Carlton <carlton@math.stanford.edu>
93
94 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
95 print class instead of struct and/or superfluous protection
96 specifiers, as long as the resulting output is equivalent to the
97 source code.
98 Delete FIXME from end of messages on tests that don't need
99 fixing.
100
a9e0cf2c
DC
1012003-02-28 David Carlton <carlton@math.stanford.edu>
102
103 * gdb.c++/templates.exp (do_tests): Allow const in the two
104 Foo<volatile char *>::foo tests.
105
e8d359df
MS
1062003-02-27 Michael Snyder <msnyder@redhat.com>
107
108 * gdb.base/restore.c (main): Return zero, so exit code
109 will be consistant.
110
0b71dc91
DC
1112003-02-26 David Carlton <carlton@math.stanford.edu>
112
113 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
114 char *>::foo" test with respect to PR c++/33. Create a new test
115 which is identical to that one except that it doesn't put the
116 space between the "char" and the "*"; KFAIL it, too.
117
dd14ab43
DC
1182003-02-26 David Carlton <carlton@math.stanford.edu>
119
120 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
121 template types into either PASSes or KFAILs (corresponding to PR
122 c++/57). Tweak indentation. Update copyright.
123
1146c7f1
SC
1242003-02-23 Stephane Carrez <stcarrez@nerim.fr>
125
126 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
127
74641dfb
MC
1282003-02-13 Michael Chastain <mec@shout.net>
129
130 * gdb.base/exprs.exp: Remove i960 remnants.
131 * gdb.base/funcargs.exp: Likewise.
132 * gdb.base/list.exp: Likewise.
133 * gdb.base/ptype.exp: Likewise.
134
559cd2d0
DC
1352003-02-14 David Carlton <carlton@math.stanford.edu>
136
137 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
138 pEe->D::vg()" from XFAIL to KFAIL.
139
c4f90d87
JM
1402003-02-13 Jason Molenda (jmolenda@apple.com)
141
142 * gdb.base/maint.exp: Update maint print statistics regexp to include
143 new entries.
144
cbc4d97c
MC
1452003-02-13 Michael Chastain <mec@shout.net>
146
147 * gdb.c++/inherit.exp: Remove call to get_debug_format.
148
40f235b7
MC
1492003-02-12 Michael Chastain <mec@shout.net>
150
151 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
152 * gdb.c++/inherit.exp: Likewise.
153 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
154 * gdb.c++/templates.exp: Likewise.
155 * gdb.c++/virtfunc.exp: Likewise.
156
c56716b0
JM
1572003-02-06 Jason Molenda (jason-cl@molenda.com)
158
159 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
160 why the code is written that way.
161
070afcf8
MC
1622003-02-05 Michael Chastain <mec@shout.net>
163
164 * gdb.base/dump.exp: Add missing copyright line.
165
5d0331e5
JM
1662003-02-05 Jason Molenda (jason-cl@molenda.com)
167
f7ae6d3e 168 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
169 at the beginning so the breakpoint doesn't get set on the loop.
170
92851186
MC
1712003-02-05 Michael Chastain <mec@shout.net>
172
173 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
174 output for configurations with gcc 2.95.3.
175
cbf1e085
AC
1762003-02-05 Keith Seitz <keiths@redhat.com>
177 Andrew Cagney <ac131313@redhat.com>
178
179 * gdb.mi/mi-cli.exp: New file.
180
29518e1e
MC
1812003-02-04 Michael Chastain <mec@shout.net>
182
183 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
184 Call perror and then continue.
185
5af1d5f3
MC
1862003-02-03 Michael Chastain <mec@shout.net>
187
188 * gdb.c++/pr-1023.cc: New file.
189 * gdb.c++/pr-1023.exp: New file.
190
6b549786
JB
1912003-02-05 Jim Blandy <jimb@redhat.com>
192
193 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
194 it's local to foobar. Check for it there, and check that it's not
195 present in main.
196 * gdb.c++/local.cc (marker2): New function.
197 (foobar): Call marker1.
198 (main): Call marker2 instead of marker1.
199
67f16606
AC
2002003-02-04 Andrew Cagney <ac131313@redhat.com>
201
202 * gdb.disasm/mn10200.exp: Obsolete file.
203 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
204 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
205 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
206
1c5cb38e
DC
2072003-02-04 David Carlton <carlton@math.stanford.edu>
208
209 * gdb.c++/overload.exp: Test intToChar(1).
210 * gdb.c++/overload.cc (intToChar): New.
211 (main): Call intToChar.
212
d1fe6965
DC
2132003-02-03 David Carlton <carlton@math.stanford.edu>
214
215 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
216 'might_kfail' arg.
217 KFAIL some of the continue_to_bp_overloaded calls, according to
218 PR c++/1025.
219
9ba61c5d
MC
2202003-02-01 Michael Chastain <mec@shout.net>
221
222 * gdb.base/advance.c (marker1): New marker function.
223 * gdb.base/advance.exp: When the 'advance' command lands on the
224 return breakpoint, it can legitimately stop on either the
225 current line or the next line. Accommodate both outcomes.
226 * gdb.base/until.exp: Likewise.
227
e7494ffb
AC
2282003-02-02 Andrew Cagney <ac131313@redhat.com>
229
230 2002-11-10 Jason Molenda (jason-cl@molenda.com):
231 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
232 now a list, not a tuple.
233 * gdb.mi/mi-var-display.exp: Ditto.
234 * gdb.mi/gdb792.exp: Ditto.
235
075559bc
AC
2362003-02-01 Andrew Cagney <ac131313@redhat.com>
237
238 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
239 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
240 stack backtraces.
241 * gdb.mi/mi-syn-frame.c: Part of same.
242
2bd4c7b1
MK
2432003-02-01 Mark Kettenis <kettenis@gnu.org>
244
245 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
246 gdb.mi/mi1-pthreads.exp: Return instead of calling
247 gdb_suppress_entire_file.
248
eabd8992
MS
2492003-02-01 Mark Salter <msalter@redhat.com>
250
251 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
252
71469e2f
MS
2532003-01-31 Mark Salter <msalter@redhat.com>
254
255 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
256 Support empty arg.
257
38a94d44
MC
2582003-01-30 Michael Chastain <mec@shout.net>
259
260 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
261 This was a workaround for a UTF-8 bug in readline 4.3. The bug
262 has been fixed in gdb/readline on 2003-01-09.
263
19ea9e73
MS
2642003-01-29 Michael Snyder <msnyder@redhat.com>
265
e8d359df
MS
266 * gdb.base/maint.exp: Allow for leading underscore in symbol.
267 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
268 * gdb.base/args.exp: Skip if target does not support args passing.
269
2307bd6a
DJ
2702003-01-22 Daniel Jacobowitz <drow@mvista.com>
271
19ea9e73 272 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
273 gdb_test. Accept a list of expect arguments as the third
274 parameter.
275 (gdb_test): Use it.
276
f2dd3617
EZ
2772003-01-20 Elena Zannoni <ezannoni@redhat.com>
278
279 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
280 allow for different test tree configurations. Update some
281 tescases accordingly.
282 * gdb.arch/altivec-regs.exp: Ditto.
283 * gdb.asm/asm-source.exp: Ditto.
284 * gdb.base/advance.exp: Ditto.
285 * gdb.base/display.exp: Ditto.
286 * gdb.base/long_long.exp: Ditto.
287 * gdb.base/mips_pro.exp: Ditto.
288 * gdb.base/overlays.exp: Ditto.
289 * gdb.base/relocate.exp: Ditto.
290 * gdb.base/setshow.exp: Ditto.
291 * gdb.base/step-line.exp: Ditto.
292 * gdb.base/step-test.exp: Ditto.
293 * gdb.base/until.exp: Ditto.
294 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
295
c71cdefd
DC
2962003-01-17 David Carlton <carlton@math.stanford.edu>
297
298 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
299 corresponding to PR c++/945.
300 Update copyright.
301
fdba05d7
DC
3022003-01-17 David Carlton <carlton@math.stanford.edu>
303
304 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
305 corresponding to PR c++/68.
306
3072003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
308
309 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
310 (test_paddr_hairy_functions): Call print_addr_2_kfail for
311 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
312
c362c33a
EZ
3132003-01-15 Elena Zannoni <ezannoni@redhat.com>
314
0fbc361c
EZ
315 * gdb.base/break.exp: Fix change of default location, because of
316 removal of until tests.
317 * gdb.base/help.exp: Update test for new 'until' help message.
318 Add test for help on 'advance'.
c362c33a
EZ
319 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
320
dabf8a35
MK
3212003-01-15 Mark Kettenis <kettenis@gnu.org>
322
323 * gdb.base/default.exp: Adapt "info float" test for recent changes
324 to that command. Add test for "info vector".
325 * gdb.base/float.exp: New file. Add test for "info float" that
326 resembles the old test in gdb.base/default.exp.
327
a1769aca
DC
3282003-01-15 David Carlton <carlton@math.stanford.edu>
329
330 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
331
82025e13
EZ
3322003-01-15 Elena Zannoni <ezannoni@redhat.com>
333
334 * gdb.base/break.exp: Move the tests of until command from here...
335 * gdb.base/until.exp: ... to here. New file. Add other tests.
336 * gdb.base/advance.c: New file.
337 * gdb.base/advance.exp: New file.
338
8f9ab801
EZ
3392003-01-14 Elena Zannoni <ezannoni@redhat.com>
340
341 * gdb.base/args.c: New file.
342 * gdb.base/args.exp: New file.
343
9ae66589
DJ
3442003-01-14 Daniel Jacobowitz <drow@mvista.com>
345
346 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
347
8d77e5c3
DJ
3482003-01-14 Daniel Jacobowitz <drow@mvista.com>
349
350 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
351
12d2f0a1
DJ
3522003-01-14 Daniel Jacobowitz <drow@mvista.com>
353
354 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
355 dates.
356
6ca37014
DJ
3572003-01-13 Daniel Jacobowitz <drow@mvista.com>
358
359 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
360
b0023472
DJ
3612003-01-13 Daniel Jacobowitz <drow@mvista.com>
362
363 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
364 (ptype &*"foo").
365 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
366
d6abaea5
DJ
3672002-01-13 Daniel Jacobowitz <drow@mvista.com>
368
369 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
370 * gdb.mi/mi1-console.exp: Likewise.
371
dfd536a7
DJ
3722002-01-13 Daniel Jacobowitz <drow@mvista.com>
373
374 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
375 * gdb.mi/mi1-console.exp: Likewise.
376
a1fb14a2
DJ
3772003-01-13 Daniel Jacobowitz <drow@mvista.com>
378
379 * gdb.c++/overload.exp: Remove some fixed XFAILs.
380
c4cf40b7
DJ
3812003-01-09 Daniel Jacobowitz <drow@mvista.com>
382
383 * gdb.base/detach.exp: New test.
384
696d5a5b
DJ
3852003-01-09 Daniel Jacobowitz <drow@mvista.com>
386
387 * Makefile.in (ALL_SUBDIRS): New variable.
388 (subdirs, clean, distclean): Use it.
389 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
390 regenerating Makefile, since it is generated from the top level.
391 * gdb.asm/Makefile.in: Likewise.
392 * gdb.base/Makefile.in: Likewise.
393 * gdb.c++/Makefile.in: Likewise.
394 * gdb.disasm/Makefile.in: Likewise.
395 * gdb.java/Makefile.in: Likewise.
396 * gdb.mi/Makefile.in: Likewise.
397 * gdb.threads/Makefile.in: Likewise.
398 * gdb.trace/Makefile.in: Likewise.
399
754533e4
DC
4002003-01-09 David Carlton <carlton@math.stanford.edu>
401
402 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
403 Add copyright year 2003.
404
d8b3e9ee
MC
4052003-01-06 Michael Chastain <mec@shout.net>
406
407 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
408 When selecting a thread, 'line' and 'file' are optional.
409 * gdb.mi/mi1-pthreads.exp: Likewise.
410
8e9e0fe6
AS
4112003-01-06 Andreas Schwab <schwab@suse.de>
412
413 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
414 failures.
415
b5ab8ff3
DJ
4162003-01-04 Daniel Jacobowitz <drow@mvista.com>
417
418 Fix PR gdb/844
419 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
420 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
421
422 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
423 instead of calling gdb_suppress_entire_file.
424 * gdb.threads/print-threads.exp: Likewise.
425 * gdb.threads/schedlock.exp: Likewise.
426
427 * gdb.threads/killed.exp: Return instead of calling
428 gdb_suppress_entire_file.
429 * gdb.threads/linux-dp.exp: Likewise.
430 * gdb.threads/pthreads.exp: Likewise.
431
1e698235
DJ
4322003-01-04 Daniel Jacobowitz <drow@mvista.com>
433
434 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
435 stabs.
436 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
437 * gdb.base/whatis.exp: Always allow (void) after function names.
438
147ff08c
DJ
4392003-01-04 Daniel Jacobowitz <drow@mvista.com>
440
441 * gdb.c++/casts.exp: Correct regexp.
442
dc62bfc2
MK
4432003-01-04 Mark Kettenis <kettenis@gnu.org>
444
445 * configure.in: Call AC_CONFIG_HEADER. Don't call
446 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
447 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
448 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
449 aforementioned directories in the AC_OUPUT call.
450 * config.hin: New file.
451 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
452 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
453 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
454 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
455 pass -I$objdir instead of -I$objdir/$subdir in compilation.
456 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
457 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
458 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
459 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
460 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
461 gdb.threads/configure.in, gdb.threads/configure,
462 gdb.threads/config.in, gdb.trace/configure.in,
463 gdb.trace/configure: Removed.
464
77afa639
MC
4652003-01-03 Michael Chastain <mec@shout.net>
466
467 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
468 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
469
7634bb6e
DJ
4702003-01-03 Daniel Jacobowitz <drow@mvista.com>
471
472 * gdb.base/store.exp: Fix regular expressions.
473
b39c905e
MK
4742002-12-28 Mark Kettenis <kettenis@gnu.org>
475
476 * configure.in: Rewrite.
477 * configure: Regenerated.
478
0a8551dd
DC
4792003-01-03 David Carlton <carlton@math.stanford.edu>
480
481 * gdb.base/psymtab.exp: New file.
482 * gdb.base/psymtab1.c: Ditto.
483 * gdb.base/psymtab2.c: Ditto.
484
c60b7188
AF
4852002-12-23 Adam Fedor <fedor@gnu.org>
486
487 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
488
ee73db83
DC
4892002-12-23 David Carlton <carlton@math.stanford.edu>
490
491 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
492 and current_directory initialization.
493
d6c1774e
JB
4942002-12-22 Jim Blandy <jimb@redhat.com>
495
f0a847b8
JB
496 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
497 rather than as part of the output file name.
498
d6c1774e
JB
499 * gdb.base/attach.exp: There's no need to copy the test program to
500 /tmp; that was only ever necessary on HP/UX, and this test is
501 entirely disabled there anyway.
502
f0708dbb
JB
5032002-12-21 Jim Blandy <jimb@redhat.com>
504
4c2acfea
JB
505 * gdb.c++/psmang.exp: Doc fix.
506
f0708dbb
JB
507 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
508 test.
509
9579e000
DC
5102002-12-20 David Carlton <carlton@math.stanford.edu>
511
512 * gdb.c++/annota2.exp: KFAIL annotate-quit.
513
d1810171
MC
5142002-12-18 Michael Chastain <mec@shout.net>
515
516 * gdb.c++/annota2.exp: Add copyright year 2002.
517
76565097
DC
5182002-12-17 David Carlton <carlton@math.stanford.edu>
519
520 * gdb.c++/try_catch.cc: Add marker comments.
521 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
522 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
523 * gdb.c++/m-static.cc: Ditto.
524 * gdb.c++/m-static1.cc: Ditto.
525 * gdb.c++/try_catch.cc: Ditto.
526
da81390b
JJ
5272002-12-16 Jeff Johnston <jjohnstn@redhat.com>
528
529 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
530 to see whether we are using the new -environment-directory
531 command which resets via -r or the old version of the command
532 which may prompt the user. Part of fix for gdb/741.
533
b304d130
AC
5342002-12-13 Andrew Cagney <ac131313@redhat.com>
535
536 * gdb.fortran/types.exp: Update obsolete comment.
537 * gdb.fortran/exprs.exp: Ditto.
538 * lib/gdb.exp: Delete obsolete code.
539 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
540 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
541 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
542 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
543 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
544 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
545 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
546 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
547 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
548 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
549 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
550 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
551 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
552 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
553 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
554 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
555 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
556 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
557 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
558 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
559 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
560 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
561 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
562 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
563 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
564 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
565 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
566 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
567 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
568 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
569 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
570 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
571 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
572 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
573 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
574 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
575 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
576
a23b6e6a
DC
5772002-12-11 David Carlton <carlton@math.stanford.edu>
578
579 * gdb.c++/m-data.exp: Add test for members that shadow global
580 variables: see PR gdb/804.
581 * gdb.c++/m-data.cc: Ditto.
582
6604731b
DJ
5832002-12-10 Daniel Jacobowitz <drow@mvista.com>
584
585 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
586
de46ecd7
DC
5872002-12-06 David Carlton <carlton@math.stanford.edu>
588
589 * gdb.base/store.c: Don't declare functions static.
590
27e829d0
AC
5912002-12-04 Andrew Cagney <ac131313@redhat.com>
592
593 * gdb.base/store.exp, gdb.base/store.c: New files.
594
92806416
DJ
5952002-12-03 Daniel Jacobowitz <drow@mvista.com>
596
597 * gdb.base/selftest.exp: Update for current gdb.
598
3bcbaac5
DJ
5992002-12-03 Daniel Jacobowitz <drow@mvista.com>
600
601 * gdb.base/maint.exp: Only dump symbols from one source file
602 or objfile.
603
f4f00b1f
DJ
6042002-12-03 Daniel Jacobowitz <drow@mvista.com>
605
606 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
607 function call.
608
f1c8a949
JB
6092002-11-25 Jim Blandy <jimb@redhat.com>
610
611 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
612 function appearing in error message.
613
9e297a97
DJ
6142002-11-21 Daniel Jacobowitz <drow@mvista.com>
615
616 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
617
1f312e79
JJ
6182002-11-08 Jeff Johnston <jjohnstn@redhat.com>
619
620 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
621 for mi1 and current mi is in correct format. New mi startup message
622 should be in mi console format. This is part of fix for PR gdb/604.
623
83c31e7d
FN
6242002-09-18 Fernando Nasser <fnasser@redhat.com>
625
626 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
627 which explicitly prints the zero offset as "+0".
628
322b3f65
DJ
6292002-10-22 Daniel Jacobowitz <drow@mvista.com>
630
631 * gdb.threads/schedlock.c (args): Make unsigned.
632
6332002-10-21 Daniel Jacobowitz <drow@mvista.com>
634
635 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
636 numbers. Allow "foo2|selected stack frame".
637 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
638 * gdb.asm/asmsrc2.s: Likewise.
639 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
640 comments.
641 * gdb.asm/mips.inc: New file.
642
5e2fe5b8
AF
6432002-10-18 Adam Fedor <fedor@gnu.org>
644
645 * gdb.base/default.exp: Update expected output to include 'ObjC'.
646 * gdb.base/help.exp: Likewise.
647
abe1a5d0
KB
6482002-10-17 Kevin Buettner <kevinb@redhat.com>
649
650 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
651 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
652
10abb1d4
JB
6532002-10-02 Jim Blandy <jimb@redhat.com>
654
655 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
656
1f609b42
AC
6572002-10-01 Andrew Cagney <ac131313@redhat.com>
658
659 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
660 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
661 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
662 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
663 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
664 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
665 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
666
0aee02e4
AC
6672002-09-29 Andrew Cagney <ac131313@redhat.com>
668
669 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
670 * mi0-disassemble.exp, mi0-eval.exp: Delete.
671 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
672 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
673 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
674 * mi0-var-block.exp, mi0-var-child.exp: Delete.
675 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
676
6fde09ad
KB
6772002-09-27 Kevin Buettner <kevinb@redhat.com>
678
679 * gdb.base/annota1.exp (info break): Make directory components of
680 path optional since not all compilers emit this debug information.
681
682 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
683 step ends up stepping out of the function instead of stopping on
684 the epilogue.
685
9e8aab75
KS
6862002-09-26 Keith Seitz <keiths@redhat.com>
687
688 * lib/insight-support.exp (gdbtk_start): Figure out where
689 the insight executable is based on where gdb is. Use this
690 executable to start insight instead of gdb.
691
e36180d7
AC
6922002-09-25 Andrew Cagney <cagney@redhat.com>
693
694 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
695
9dd34b2b
AC
6962002-09-24 Andrew Cagney <ac131313@redhat.com>
697
698 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
699 test_isolated_complaints.
700 (test_empty_complaint): New function.
701 (test_empty_complaints): New function. Check no output when no
702 complaints.
703
dea97812
KB
7042002-09-19 Jim Blandy <jimb@redhat.com>
705
706 * gdb.base/charset.exp, gdb.base/charset.c: New files.
707
54951bd7
AC
7082002-09-19 Andrew Cagney <ac131313@redhat.com>
709
710 * gdb.gdb/complaints.exp: New file.
711
dec43320
AC
7122002-09-18 Andrew Cagney <ac131313@redhat.com>
713
714 * gdb.base/maint.exp: Check `help maint internal-warning'.
715
e70d6e3f
DC
7162002-09-18 David Carlton <carlton@math.stanford.edu>
717
718 * gdb.c++/m-static.exp: Remove breakpoints depending on line
719 numbers, and replace them by a single breakpoint after the
720 constructors are all finished.
721 Add test 4.
722 * gdb.c++/m-static.cc: Add test 4.
723 * gdb.c++/m-static.h: New file.
724 * gdb.c++/m-static1.cc: New file.
725
726 * gdb.c++/printmethod.exp: New file.
727 * gdb.c++/printmethod.cc: New file.
728
729 * gdb.c++/pr-574.exp: New file.
730 * gdb.c++/pr-574.cc: New file.
731
afb5c968
CV
7322002-09-18 Corinna Vinschen <vinschen@redhat.com>
733
734 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
735 embedded targets which never actually exit.
736
31e45dee
FN
7372002-09-18 Fernando Nasser <fnasser@redhat.com>
738
739 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
740 "don't step after run" as unresolved or unsupported, instead of xfail.
741
a283c5a1
CV
7422002-09-18 Corinna Vinschen <vinschen@redhat.com>
743
744 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
745 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
746 Add newline to expected string in "step out of main (status wrapper)"
747 case.
748
11350d2a
CV
7492002-09-18 Corinna Vinschen <vinschen@redhat.com>
750
751 * lib/gdb.exp (rerun_to_main): Allow restarting application.
752 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
753
0deec7d6
TT
7542002-09-17 Tom Tromey <tromey@redhat.com>
755
756 * gdb.base/printcmds.exp (test_print_string_constants): Expect
757 \000, not \0, in double-quoted string.
758
b2b4a1b5
CV
7592002-09-14 Corinna Vinschen <vinschen@redhat.com>
760
761 * gdb.base/command.exp: Don't expect a "Program exited normally"
762 string after running the commands execution on breakpoint tests.
763
1c56143a
CV
7642002-09-13 Corinna Vinschen <vinschen@redhat.com>
765
766 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
767
37f8da45
JB
7682002-09-12 Joel Brobecker <brobecker@gnat.com>
769
770 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
771
08b468e0
KS
7722002-09-10 Keith Seitz <keiths@redhat.com>
773
774 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
775 runto proc.
776 (mi_run_to_main): Use mi_runto.
777 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
778
dc360f58
KS
7792002-09-10 Keith Seitz <keiths@redhat.com>
780
781 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
782 regexp for stopping at main. Could have multiple event notifications.
783 Don't assume that main was declared with no parameters.
784 (mi_next): Use mi_step_to.
785 (mi_step): Use mi_next_to.
786
ce3abcfb
CV
7872002-09-09 Corinna Vinschen <vinschen@redhat.com>
788
789 * gdb.base/default.exp: Fix expected string in `info float' test.
790
d1f5b980
BE
7912002-09-09 Ben Elliston <bje@redhat.com>
792
793 * config/mips.exp: Update comments.
794 * config/mips-idt.exp: Likewise.
795 * config/nind.exp: Likewise.
796 * config/slite.exp: Likewise.
797 * config/sparclet.exp: Likewise.
798 * config/udi.exp: Likewise.
799 * config/vx.exp: Likewise.
800 * config/vxworks29k.exp: Likewise.
801
2f71430b
JB
8022002-09-05 Jim Blandy <jimb@redhat.com>
803
804 * gdb.threads/killed.exp: Fix test failure message.
805
7ddebc7e
KS
8062002-09-04 Keith Seitz <keiths@redhat.com>
807
808 * lib/mi-support.exp: Update copyright.
809 (mi_gdb_test): Increase the priority of the expected pattern
810 so that it matches gdb_test.
811
0ae67eb3
KS
8122002-09-03 Keith Seitz <keiths@redhat.com>
813
814 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
815 Use integer comparison instead of string comparison for testing
816 whether binary was built.
817
38fc42c8
JB
8182002-09-03 Jim Blandy <jimb@redhat.com>
819
820 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
821
b6ff0e81
JB
8222002-08-29 Jim Blandy <jimb@redhat.com>
823
824 * gdb.threads/pthreads.exp: Move the portable thread compilation
825 code into a function in lib/gdb.exp, and call that from here.
826 * lib/gdb.exp (gdb_compile_pthreads): New function.
827
07c98896
KS
8282002-08-29 Keith Seitz <keiths@redhat.com>
829
830 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
831 expect_out so that callers can get at it.
832
0312286c
DJ
8332002-08-23 Daniel Jacobowitz <drow@mvista.com>
834
835 * gdb.threads/print-threads.c: New file.
836 * gdb.threads/print-threads.exp: New file.
837 * gdb.threads/schedlock.c: New file.
838 * gdb.threads/schedlock.exp: New file.
839
dd039bc4
EZ
8402002-08-22 Elena Zannoni <ezannoni@redhat.com>
841
842 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
843 not altivec.c.
844
1f36144c
MK
8452002-08-17 Mark Kettenis <kettenis@gnu.org>
846
847 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
848 targets. The problem should be fixed now.
849
16057ec7 8502002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
851
852 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
853 2002-07-24 change that removes final dots from error messages.
854
3c1499ad
TT
8552002-08-13 Tom Tromey <tromey@redhat.com>
856
857 * gdb.base/readline.exp: New file.
858
a20ce2c3
AC
8592002-08-01 Andrew Cagney <ac131313@redhat.com>
860
861 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
862 supress message.
863
db034ac5
AC
8642002-08-01 Andrew Cagney <cagney@redhat.com>
865
866 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
867 CHILL_FOR_TARGET and CHILL_LIB.
868 * configure.in (configdirs): Remove gdb.chill.
869 * configure: Regenerate.
870 * lib/gdb.exp: Obsolete references to chill.
871 * gdb.fortran/types.exp: Ditto.
872 * gdb.fortran/exprs.exp: Ditto.
873
3e000b18
KB
8742002-07-30 Kevin Buettner <kevinb@redhat.com>
875
876 * gdb.base/shlib-call.exp (additional_flags): Conditionally
877 set Irix-specific compile and link flags.
878
28f4966b
KB
8792002-07-29 Kevin Buettner <kevinb@redhat.com>
880
881 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
882 source files. The ``-o'' option doesn't work with the ``-E'' option
883 when using the Irix compiler.
884
46c0d5a6
DJ
8852002-07-19 Daniel Jacobowitz <drow@mvista.com>
886
887 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
888 Improve support for reusing an exec file. Copy exec file
889 to target, and run gdbserver on the target instead of on the host.
890
eecf4bed
JB
8912002-07-18 Jim Blandy <jimb@redhat.com>
892
0f815cdf
JB
893 * gdb.base/ending-run.exp: Don't expect to see the program end in
894 some orderly fashion when we're running on a real stand-alone
895 board.
896
eecf4bed
JB
897 * gdb.base/interrupt.exp: Correct logic for skipping tests on
898 targets that don't support interrupts.
899
52d309e4
JB
9002002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
901
902 * gdb.base/attach.exp: Add patterns to match output from /proc-based
903 systems.
904 Move comments in expect statements to inside the actions, so that they
905 don't get matched against.
906
ff683d9e
MK
9072002-07-10 Mark Kettenis <kettenis@gnu.org>
908
909 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
910 function when asleep" test.
911
b5356753
AC
9122002-07-10 Andrew Cagney <ac131313@redhat.com>
913
914 * gdb.base/page.exp: Rewrite to handle problems with very long
915 `info set' output. Update copyright.
916
6aa4d13a
AC
9172002-06-26 Andrew Cagney <ac131313@redhat.com>
918
919 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
920 gdb.threads-hp.
921 * gdb.hp/configure: Regenerate.
922 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
923 * gdb.hp/gdb.threads-hp/configure: Delete file.
924 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
925
8cf8c2b8
AC
9262002-06-22 Andrew Cagney <ac131313@redhat.com>
927
928 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
929 setlocale, bindtextdomain and textdomain.
930
6827a8f8
JB
9312002-06-11 Jim Blandy <jimb@redhat.com>
932
919d772c
JB
933 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
934 preprocessor macro information is present.
935
6827a8f8
JB
936 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
937 tests.
938
c15b0d21
MS
9392002-06-06 Michael Snyder <msnyder@redhat.com>
940
c5984d70
MS
941 * gdb.base/overlays.exp: Record addresses of overlay
942 functions in TCL variables rather than in GDB variables,
943 to avoid having GDB convert them to pointers (with loss
944 of information).
945
99a8512b
MS
946 * gdb.base/d10v.ld: Merge in several years worth of
947 default linker script changes.
c15b0d21
MS
948 * gdb.base/long_long.exp: Add check for sizeof (long double).
949
be26fe0d
ML
9502002-06-06 Michal Ludvig <mludvig@suse.cz>
951
952 * gdb.asm/asm-source.exp: Add x86-64 target.
953 * gdb.asm/x86_64.inc: New.
954
258093ca 9552002-05-30 Michael Chastain <mec@shout.net>
258093ca 956
4b3153f1 957 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
958 * gdb.c++/m-static.cc: New file.
959 * gdb.c++/m-static.exp: New file.
960
241264c6
MS
9612002-05-28 Michael Snyder <msnyder@redhat.com>
962
963 * gdb.base/call-ar-st.exp: Allow for reduced floating point
964 precision.
965
9bba8c8f 9662002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 967
4b3153f1 968 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
969 * gdb.c++/m-data.cc: New file.
970 * gdb.c++/m-data.exp: New file.
971
9722002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 973
4b3153f1 974 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f
MC
975 * gdb.c++/try_catch.cc: New file.
976 * gdb.c++/try_catch.exp: New file.
977
def1b996
MC
9782002-05-27 Michael Chastain <mec@shout.net>
979
980 * gdb.c++/local.exp: Accept more nested types in output.
981
522ba268
MC
9822002-05-26 Michael Chastain <mec@shout.net>
983
984 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
985
277254ba
MS
9862002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
987
988 * lib/gdb.exp (gdb_wrapper_init): Just because
989 gdb_wrapper_file exists, this does not mean that the file
990 should not be rebuilt. That is what gdb_wrapper_initialized
991 is for.
992 (default_gdb_init): Reset gdb_wrapper_initialized.
993
b61a8733
MS
9942002-05-23 Michael Snyder <msnyder@redhat.com>
995
5bdb6d01
MS
996 * gdb.base/all-bin.exp: Revise previous patch by just reducing
997 the precision of the floating point test results.
998 * gdb.base/call-rt-st.exp: Ditto.
999
b61a8733
MS
1000 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
1001 * gdb.base/call-rt-st.exp: Ditto.
1002
56f6e910
MC
10032002-05-19 Michael Chastain <mec@shout.net>
1004
1005 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
1006
ad0b0016
EZ
10072002-05-19 Elena Zannoni <ezannoni@redhat.com>
1008
1009 * configure.in (configdirs): Add gdb.arch.
1010 * configure: Regenerate.
1011
f617d2b6
JB
10122002-05-17 Jim Blandy <jimb@redhat.com>
1013
1014 * gdb.base/completion.exp: Recognize the more detailed error
1015 messages produced by the macro expander's lexical analyzer.
1016
eac2a696
EZ
10172002-05-14 Elena Zannoni <ezannoni@redhat.com>
1018
1019 * gdb.arch/altivec-abi.c: New file.
1020 * gdb.arch/altivec-abi.exp: New file.
1021 * gdb.arch/altivec-regs.c: New file.
1022 * gdb.arch/altivec-regs.exp: New file.
1023
2fdde8f8
DJ
10242002-05-14 Daniel Jacobowitz <drow@mvista.com>
1025
1026 * gdb.base/maint.exp (maint print type): Update for new type
1027 structure.
eac2a696 1028
e31f1a7c
EZ
10292002-05-14 Elena Zannoni <ezannoni@redhat.com>
1030
1031 * gdb.arch: New directory.
1032 * gdb.arch/configure.in: New file.
1033 * gdb.arch/configure: New file.
1034 * gdb.arch/Makefile.in: New file.
1035
db589741
CV
10362002-05-13 Corinna Vinschen <vinschen@redhat.com>
1037
1038 * gdb.asm/asm-source.exp: Add v850 as supported target.
1039 * gdb.asm/v850.inc: New file.
1040
8ce2a7dc
DJ
10412002-05-13 Daniel Jacobowitz <drow@mvista.com>
1042
1043 * gdb.c++/annota2.exp (annotate-quit): Add comment.
1044
df763c7f
DJ
10452002-05-12 Daniel Jacobowitz <drow@mvista.com>
1046
1047 * gdb.base/break.exp: Check 'break "marker2"'.
1048
377daeed
MS
10492002-05-10 Michael Snyder <msnyder@redhat.com>
1050
1051 * gdb.base/long_long.exp: Fix typo.
1052
c4b7bc2b
JB
10532002-05-10 Jim Blandy <jimb@redhat.com>
1054
ecac9a4e
JB
1055 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
1056 a bug.
1057
c4b7bc2b
JB
1058 * gdb.base/printcmds.exp (test_integer_literals_rejected):
1059 Recognize more detailed error message produced by the macro
1060 expander's lexical analyzer.
1061 * lib/gdb.exp (test_print_reject): Same.
1062
e71019a1
MK
10632002-05-09 Mark Kettenis <kettenis@gnu.org>
1064
1065 * gdb.c++/method.exp: Fix typo.
1066
fedfc8e6
MS
10672002-05-08 Michael Snyder <msnyder@redhat.com>
1068
166a1957
MS
1069 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
1070 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 1071 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
1072 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
1073 Add iftarget clause for strongarm.
1074
f1c47eb2
MS
10752002-05-06 Michael Snyder <msnyder@redhat.com>
1076
cb9a9d3e
MS
1077 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
1078 (gdb_continue_to_end): Accept output from status wrapper.
1079 * gdb.base/ending-run.exp: Add case for output from status wrapper.
1080 Clean up fail messages to match pass messages.
1081
f1c47eb2
MS
1082 Enable the "needs_status_wrapper" testsuite feature.
1083 * lib/gdb.exp (gdb_wrapper_init): New procedure.
1084 (gdb_compile): Conditionally call gdb_wrapper_init.
1085 * gdb.base/a2-run.exp: Recognize output from status wrapper.
1086 * gdb.c++/method.exp: Recognize output from status wrapper.
1087
6079c749
BE
10882002-05-06 Ben Elliston <bje@redhat.com>
1089From Graydon Hoare <graydon@redhat.com>
1090
1091 * config/sid.exp: Include support for "rawsid" protocol.
1092
188baff3
JB
10932002-05-03 Jim Blandy <jimb@redhat.com>
1094
1095 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
1096 * gdb.c++/hang3.C: New file.
1097
b9c07f0f
AC
10982002-05-04 Andrew Cagney <ac131313@redhat.com>
1099
1100 * gdb.base/default.exp: Remove obsolete code.
1101 * gdb.c++/misc.exp: Ditto. Update copyright.
1102 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
1103 * gdb.base/whatis.exp: Ditto. Update copyright.
1104 * gdb.base/scope.exp: Ditto. Update copyright.
1105 * gdb.base/ptype.exp: Ditto. Update copyright.
1106 * gdb.base/printcmds.exp: Ditto. Update copyright.
1107 * gdb.base/opaque.exp: Ditto. Update copyright.
1108 * gdb.base/list.exp: Ditto.
1109 * gdb.base/funcargs.exp: Ditto. Update copyright.
1110 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
1111 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
1112 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
1113 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
1114 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
1115 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
1116
5c7a0397
MS
11172002-05-02 Michael Snyder <msnyder@redhat.com>
1118
d6dcc264 1119 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
1120 * gdb.base/long_long.exp: Add xscale target.
1121 * gdb.base/default.exp: Add xscale target.
1122
eb7f1c48
JB
11232002-05-01 Jim Blandy <jimb@redhat.com>
1124
1125 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
1126 gdb.c++/hang.exp: New test.
1127
a6befae8
FF
11282002-05-01 Fred Fish <fnf@redhat.com>
1129
1130 * gdb.base/completion.exp: Handle completions of "./Make" for
1131 more than one completion possibility, as is the case when we
1132 build and test in the source tree.
1133
0a310277
AG
11342002-04-29 Anthony Green <green@redhat.com>
1135
1136 * gdb.java/jmisc1.exp: New file.
1137 * gdb.java/jmisc2.exp: New file.
1138
6ff9af88
DJ
11392002-04-24 Daniel Jacobowitz <drow@mvista.com>
1140
1141 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
1142
96b3d632
EZ
11432002-04-23 Elena Zannoni <ezannoni@redhat.com>
1144
1145 * gdb.base/help.exp: Change 'help status' to allow for target
1146 dependent output differences.
1147
5019bb54
MC
11482002-04-22 Michael Chastain <mec@shout.net>
1149
1150 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
1151
a805a116
MC
11522002-04-22 Michael Chastain <mec@shout.net>
1153
1154 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
1155
a1706bfd
DM
11562002-04-17 David S. Miller <davem@redhat.com>
1157
1158 * gdb.asm/sparc64.inc: New file.
1159 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
1160
a73a20a2
EZ
11612002-04-19 Elena Zannoni <ezannoni@redhat.com>
1162
1163 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
1164 instruction file directly into the build tree. Clean up at end of
1165 test.
1166
ba678339
DM
11672002-04-18 David S. Miller <davem@redhat.com>
1168
1169 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
1170 handle 64-bit platforms correctly.
1171 * gdb.base/maint.exp: Likewise.
1172
b03399da
KB
11732002-04-18 Kevin Buettner <kevinb@redhat.com>
1174
1175 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
1176 ``-fpic'' when compiling files comprising a shared library, but
1177 it does need additional linker flags in order to find shared
1178 libraries at run time.
1179
e2004992
KB
11802002-04-18 Kevin Buettner <kevinb@redhat.com>
1181
1182 * gdb.base/cvexpr.c (use): New function.
1183 (main): Invoke use() on all global variables to prevent
1184 some linkers from deleting these otherwise unused symbols.
1185
d8937120
MC
11862002-04-17 Michael Chastain <mec@shout.net>
1187From David S. Miller <davem@redhat.com>
1188
1189 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
1190 handle 64-bit platforms correctly.
1191
ffd61a58
MS
11922002-04-12 Michael Snyder <msnyder@redhat.com>
1193From Jim Blandy <jimb@redhat.com>
1194 * gdb.base/foo.c (foox): Remove section attribute; the linker
1195 script can handle this instead.
1196 * gdb.base/bar.c (barx): Same.
1197 * gdb.base/baz.c (bazx): Same.
1198 * gdb.base/grbx.c (grbxx): Same.
1199
1200 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
1201 manager doesn't automatically unmap overlays unnecessarily.
1202
6b8426a6
MH
12032002-04-10 Martin M. Hunt <hunt@redhat.com>
1204
1205 * gdb.base/ending-run.exp: Fix pattern for Mips targets
1206 stepping out of main.
1207
34af4875
MC
12082002-04-09 Michael Chastain <mec@shout.net>
1209
1210 * gdb.c++/local.cc (main): Move call to marker1() inside nested
1211 scope so that the nested scope tests will make sense.
1212 * gdb.c++/local.exp: Write patterns that actually work with gcc
1213 (the HP patterns "were never known to work with gcc").
1214 Keep the old aCC patterns too.
1215
2d1676a0
DJ
12162002-04-09 Daniel Jacobowitz <drow@mvista.com>
1217
1218 * gdb.base/attach.exp: Correct target board test.
1219
3a63e3f9
MC
12202002-04-08 Michael Chastain <mec@shout.net>
1221
1222 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
1223 in a const method. Add some xfail and fail cases for configurations
1224 that do not emit the "const ...".
1225
f18dabd2
MC
12262002-04-07 Michael Chastain <mec@shout.net>
1227
1228 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
1229 Accept "A * const" and "const A * const" as type of "this".
1230 Fix spelling of getFunky throughout. Make messages uniform.
1231
0fcddd82
EZ
12322002-04-07 Elena Zannoni <ezannoni@redhat.com>
1233
1234 Work around for PR gdb/285:
1235 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
1236
16a8534a
EZ
12372002-04-07 Elena Zannoni <ezannoni@redhat.com>
1238
1239 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
1240 instructions file at run time instead of configure time.
1241 Sometimes we run the test in a directory that is not the one we
1242 configured in.
1243 * gdb.asm/configure.in: Delete creation of symlink.
1244 * gdb.asm/configure: Regenerate.
1245
24181d81
JB
12462002-04-05 J. Brobecker <brobecker@gnat.com>
1247
1248 * gdb.gdb/xfullpath.exp: New test, to exercise the new
1249 xfullpath () function.
1250
7cdb7107
DJ
12512002-04-04 Daniel Jacobowitz <drow@mvista.com>
1252
1253 * gdb.asm/Makefile.in: Correct dependencies.
1254
1255 * gdb.asm/powerpc.inc: New file.
1256 * gdb.asm/asm-source.exp: Add PowerPC.
1257 * gdb.asm/configure.in: Likewise.
1258 * gdb.asm/configure: Regenerated.
1259
a7d17088
DJ
12602002-04-04 Daniel Jacobowitz <drow@mvista.com>
1261
1262 * gdb.base/relocate.exp: New file.
1263 * gdb.base/relocate.c: New file.
1264
cd721503
FF
12652002-04-04 Fred Fish <fnf@redhat.com>
1266
1267 * gdb.base/step-test.exp: Update comment regarding stopping in
1268 memcpy/bcopy calls inserted as part of the compiler runtime.
1269
b22ad7a7
MS
12702002-04-04 Michael Snyder <msnyder@redhat.com>
1271
1272 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
1273
5f279fa6
DJ
12742002-04-03 Daniel Jacobowitz <drow@mvista.com>
1275
1276 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
1277 (gdb_expect): Remove $notransfer hack.
1278
dd0fd3ce
DJ
12792002-04-02 Daniel Jacobowitz <drow@mvista.com>
1280
1281 * gdb.c++/classes.exp ("calling method for small class"): Match
1282 updated register output.
1283
1e50cda1
DJ
12842002-03-30 Daniel Jacobowitz <drow@mvista.com>
1285
1286 Fix PR gdb/452
1287 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
1288 when finished. Make gdb_file_cmd send "exec-file" when
1289 appropriate.
1290
24015922
DJ
12912002-03-30 Daniel Jacobowitz <drow@mvista.com>
1292
1293 * gdb.base/attach.exp: Remove extra setup_xfail.
1294
dd7dfd64
MS
12952002-03-26 Michael Snyder <msnyder@redhat.com>
1296
1297 * gdb.base/default.exp: Add tests for dump, append, and restore.
1298 * gdb.base/help.exp: Add tests for dump, append, and restore.
1299 * gdb.base/dump.exp: New file, test dump, append and restore.
1300 * gdb.base/dump.c: New file.
1301
48b2f8d7
MS
13022002-03-27 Michael Snyder <msnyder@redhat.com>
1303
1304 * gdb.base/help.exp: Modify expect strings to reflect
1305 clean-ups in help messages.
1306
05b4d525
FF
13072002-03-26 Fred Fish <fnf@redhat.com>
1308
1309 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
1310 have debugging info for those functions and the compiler uses them
1311 internally to copy structs around.
1312
d7679631
FF
13132002-03-26 Fred Fish <fnf@redhat.com>
1314
1315 * gdb.base/list.exp: Revert the change made yesterday and add note
1316 about why we don't list the default lines for remote targets.
1317
523ac3f9
MS
13182002-03-25 Michael Snyder <msnyder@redhat.com>
1319
1320 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
1321
754b2b8d
FF
13222002-03-25 Fred Fish <fnf@redhat.com>
1323
1324 * gdb.base/list.exp: This test works on remote targets so remove
1325 the short circuit for remote targets. Update copyright.
1326
33c3e192
FF
13272002-03-25 Fred Fish <fnf@redhat.com>
1328
1329 * gdb.base/attach.exp: Fix logic error that was suppressing this
1330 test for all non hppa*-*-hpux* targets, instead of the hp target.
1331 Move comments closer to the suppression point. Also now need to
1332 check that we are running natively.
1333
d43e73ee
MS
13342002-03-22 Michael Snyder <msnyder@redhat.com>
1335
882c8f02
MS
1336 * gdb.base/default.exp: Add test for gcore. Update copyright.
1337 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 1338
04c12f60
FF
13392002-03-06 Fred Fish <fnf@redhat.com>
1340
1341 * gdb.base/funcargs.c: Remove extraneous ';' character.
1342 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
1343
b43df995
MC
13442002-03-04 Michael Chastain <mec@shout.net>
1345
1346 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
1347 accommodate gcc v3 function signature.
1348 * gdb.mi/mi0-var-cmd-exp: Ditto.
1349
92362027
AC
13502002-02-24 Andrew Cagney <ac131313@redhat.com>
1351
1352 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
1353 ``GNU/Linux'' or ``Linux kernel''
1354 * testsuite/gdb.threads/pthreads.c: Ditto.
1355
258ad32d
MC
13562002-02-24 Michael Chastain <mec@shout.net>
1357
1358 * gdb.threads/pthreads.c (thread1): Add a return statement.
1359 (thread2): Likewise.
1360 (foo): Likewise.
1361
04c3b3d4
MC
13622002-02-23 Michael Chastain <mec@shout.net>
1363
1364 * gdb.threads/linux-dp.c (philosopher): Add a return statement
1365 to placate gcc.
1366
5a2a0a20
MC
13672002-02-23 Michael Chastain <mec@shout.net>
1368
1369 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
1370 test "ptype bint". The test passes on all my stabs configurations.
1371
a640f7fc
JB
13722002-02-21 Jim Blandy <jimb@redhat.com>
1373
27924826
JB
1374 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
1375 filename at a time, and watch for the ones we want to see.
1376
a640f7fc
JB
1377 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
1378 types of pointers to prototyped functions.
1379
edcc8c75
AC
13802002-02-20 Andrew Cagney <ac131313@redhat.com>
1381
1382 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
1383 signed, unsigned and straight char.
1384 (padding_char, padding_short, padding_int, padding_long,
1385 padding_long_long, padding_float, padding_double,
1386 padding_long_double): New global variables.
1387 (fill, fill_structs): New functions.
1388
1389 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
1390 for correctly sized writes. Update copyright.
1391 (get_valueof): New procedure.
1392 (get_sizeof): Call get_valueof.
1393 (check_valueof): New procedure.
1394 (check_padding): New procedure.
1395
ac57ea44
MC
13962002-02-20 Michael Chastain <mec@shout.net>
1397
1398 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
1399 to setup_xfail. Document some of the remaining calls.
1400
7a10c941
MC
14012002-02-18 Michael Chastain <mec@shout.net>
1402
1403 * gdb.c++/userdef.exp: Update copyright year.
1404
fb8acdcc
DJ
14052002-02-18 Daniel Jacobowitz <drow@mvista.com>
1406
1407 * gdb.c++/userdef.exp: Test overloaded operators properly.
1408 Remove xfails.
1409
fda6ae12
MS
14102002-02-14 Michael Snyder <msnyder@redhat.com>
1411
1412 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
1413
676a0442
DJ
14142002-02-14 Daniel Jacobowitz <drow@mvista.com>
1415
1416 * gdb.base/a2-run.exp: Check for a remote target properly.
1417 * gdb.base/annota1.exp: Likewise.
1418 * gdb.base/list.exp: Likewise.
1419 * gdb.base/reread.exp: Likewise.
1420 * gdb.base/scope.exp: Likewise.
1421 * gdb.base/shlib-call.exp: Likewise.
1422 * gdb.base/term.exp: Likewise.
1423 * gdb.c++/annota2.exp: Likewise.
1424
78b4f468
RE
14252002-02-13 Richard Earnshaw <rearnsha@arm.com>
1426
1427 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
1428
9a81ba51
MC
14292002-02-10 Michael Chastain <mec@shout.net>
1430
1431 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
1432 (call_after_alloca): Ditto.
1433
004af6c7
DJ
14342002-02-10 Daniel Jacobowitz <drow@mvista.com>
1435
1436 * gdb.base/ending-run.exp: Guard "cont" test with
1437 gdb_skip_stdio_test.
1438
37225f62
JB
14392002-02-06 Jim Blandy <jimb@redhat.com>
1440
1441 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
1442 from here...
1443 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
1444 To here. Disable this test on non-HP platforms. Add big comment.
1445
fe6fdd96
MS
14462002-02-04 Michael Snyder <msnyder@redhat.com>
1447
1448 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
1449 other than d10v and m32r.
1450
036fad3f
RE
14512002-02-02 Richard Earnshaw <rearnsha@arm.com>
1452
1453 * gdb.base/default.exp: Rewrite test patterns to reduce time
1454 taken to match them.
1455
7148ab62
DJ
14562002-01-30 Daniel Jacobowitz <drow@mvista.com>
1457
1458 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
1459 Allow a start function above main.
1460 * gdb.threads/linux-dp.exp: Fix copyright date.
1461
396cc255
DJ
14622002-01-30 Daniel Jacobowitz <drow@mvista.com>
1463
1464 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
1465 (check_philosopher_stack): Check for manager thread before checking
1466 for a just-starting thread.
1467
f038d31b
DJ
14682002-01-30 Daniel Jacobowitz <drow@mvista.com>
1469
1470 From Neil Booth <neil@daikokuya.demon.co.uk>:
1471 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
1472 warnings.
1473
b3ff9d9a
FF
14742002-01-21 Fred Fish <fnf@redhat.com>
1475
1476 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
1477 not caller.
1478
39ad761d
JB
14792002-01-21 Jim Blandy <jimb@redhat.com>
1480
1481 * gdb.base/reread.exp: Check that GDB properly re-reads the
1482 executable file when it changes while no inferior is running.
1483
aaf320fa
FF
14842002-01-21 Fred Fish <fnf@redhat.com>
1485
1486 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
1487 optionally accept the "shlib events" variation.
1488
808a31f5
JB
14892002-01-21 Jim Blandy <jimb@redhat.com>
1490
1491 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
1492 call `fflush' after every `printf', so that the output is produced
1493 at predictable points, regardless of whatever buffering does (or
1494 doesn't) take place.
1495 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
1496 at different points.
1497
4420d5e2
DJ
14982002-01-20 Daniel Jacobowitz <drow@mvista.com>
1499
1500 * gdb.c++/inherit.exp: Update copyright years.
1501 * gdb.c++/method.exp: Likewise.
1502
3e36a0f4
DJ
15032002-01-20 Daniel Jacobowitz <drow@mvista.com>
1504
1505 * gdb.c++/classes.exp: Update for improved v3 support and skipping
1506 artificial methods/arguments.
1507 * gdb.c++/derivation.exp: Likewise.
1508 * gdb.c++/inherit.exp: Likewise.
1509 * gdb.c++/method.exp: Likewise.
1510 * gdb.c++/virtfunc.exp: Likewise.
1511
b4ceaee6
AC
15122002-01-18 Andrew Cagney <ac131313@redhat.com>
1513
1514 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
1515 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
1516 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
1517 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
1518 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
1519 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
1520
ecace851
JB
15212002-01-17 Jim Blandy <jimb@redhat.com>
1522
1523 * gdb.asm/asm-source.exp (info symbol): Take another shot at
1524 anchoring the pattern matching the entry point symbol's name.
1525
375fc983
AC
15262002-01-17 Andrew Cagney <ac131313@redhat.com>
1527
1528 * gdb.base/maint.exp: Update ``maint internal-error'' to match
1529 continue/quit query. Update copyright.
1530
fe6fdd96
MS
15312002-01-14 Michael Snyder <msnyder@redhat.com>
1532
1533 * gdb.base/gcore.exp: Remove extra debugging output.
1534
e017c81f
DJ
15352002-01-13 Daniel Jacobowitz <drow@mvista.com>
1536
1537 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
1538 for slightly dubious v2 mangled string.
1539
37ab3bf8
DJ
15402002-01-13 Daniel Jacobowitz <drow@mvista.com>
1541
1542 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
1543
1bc05c3a 15442002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 1545
1bc05c3a 1546 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 1547
1bc05c3a
JM
1548 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
1549 constructors.
1550 * gdb.c++/derivation.exp: Likewise.
1551 * gdb.c++/templates.exp: Likewise.
1552 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 1553
1bc05c3a
JM
15542002-01-10 Michael Snyder <msnyder@redhat.com>
1555
1556 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 1557
a911c360
MS
15582002-01-08 Michael Snyder <msnyder@redhat.com>
1559
1560 * gdb.base/gcore.exp: New test for generate-core-file command.
1561 * gdb.base/gcore.c: Testcase for above.
1562 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
1563
ea2119ec
JM
15642002-01-08 Jason Merrill <jason@redhat.com>
1565
1566 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
1567
68203136
FF
15682002-01-07 Fred Fish <fnf@redhat.com>
1569
1570 * gdb.c++/overload.exp: Remove unconditional xfails for:
1571 print foo_instance1.overloadargs(1)
1572 print foo_instance1.overloadargs(1, 2)
1573 print foo_instance1.overloadargs(1, 2, 3)
1574 print foo_instance1.overloadargs(1, 2, 3, 4)
1575 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
1576 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
1577 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
1578 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
1579 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
1580 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1581 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
1582 print foo_instance1.overload1arg()
1583 print foo_instance1.overload1arg((char)arg2)
1584 print foo_instance1.overload1arg((signed char)arg3)
1585 print foo_instance1.overload1arg((unsigned char)arg4)
1586 print foo_instance1.overload1arg((int)arg7)
1587 print foo_instance1.overload1arg((unsigned int)arg8)
1588 print foo_instance1.overload1arg((float)arg11)
1589 print foo_instance1.overload1arg((double)arg12)
1590
21b9b5b1
MS
15912002-01-07 Michael Snyder <msnyder@redhat.com>
1592
1593 * gdb.base/huge.exp: New test. Print a very large target data object.
1594 (skip_huge_test): New test variable. Define if you want to skip this
1595 test. The test reads an 8 megabyte data object from the target, so it
1596 might be very time consuming on remote targets with a slow connection.
1597 * gdb.base/huge.c: New file. Test case for above.
1598
725f922e
FF
15992002-01-07 Fred Fish <fnf@redhat.com>
1600
1601 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
1602 g_instance.bfoo, and g_instance.cfoo.
1603
634d57ec
JL
1604Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
1605
f286b2c3
JL
1606 * gdb.base/break.c (multi_line_if_conditional): New function.
1607 (multi_ilne_while_conditional): Likewise.
1608 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
1609 IF or WHILE condition puts the breakpoint at the start of
1610 the condition.
1611
634d57ec
JL
1612 * gdb.base/selftest.exp (backtrace through signal handler): Remove
1613 hppa*-*-hpux* expected failure.
1614 * gdb.base/structs.exp (do_function_calls): Similarly.
1615
1616 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
1617 watchpoints.
1618
9fbfe2dc
AC
16192002-01-06 Andrew Cagney <ac131313@redhat.com>
1620
1621 Fix PR gdb/66.
1622 * gdb.base/structs.exp: Replace skip for a29k with skip for
1623 gdb,cannot_call_functions.
1624 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
1625 * gdb.base/callfuncs.exp: Ditto.
1626 * gdb.base/call-rt-st.exp: Ditto.
1627 * gdb.base/call-strs.exp: Ditto.
1628 * gdb.base/callfwmall.exp: Ditto.
1629 * gdb.base/scope.exp: Obsolete xfail a29k.
1630 * gdb.c++/misc.exp: Ditto.
1631 * gdb.c++/cplusfuncs.exp: Ditto.
1632 * gdb.base/ptype.exp: Ditto.
1633 * gdb.base/printcmds.exp: Ditto.
1634 * gdb.base/opaque.exp: Ditto.
1635 * gdb.base/list.exp: Ditto.
1636 * gdb.base/funcargs.exp: Ditto.
1637 * gdb.base/default.exp: Ditto.
1638
8ddad156
MS
16392002-01-04 Michael Snyder <msnyder@redhat.com>
1640
ca4976a6 1641 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
1642 * gdb.base/maint.exp: Add tests for maint info sections options.
1643
1b074332
JL
1644Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
1645
1646 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
1647
7d159115
CV
16482001-12-20 Corinna Vinschen <vinschen@redhat.com>
1649
1650 * gdb.asm/arm.inc: New file.
1651 * gdb.asm/asm-source.exp: Add arm targets.
1652 * gdb.asm/configure.in: Ditto.
1653 * gdb.asm/configure: Recreated from configure.in.
1654
8fb87725
JL
1655Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
1656
afabe08c
JL
1657 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
1658 with HP's compiler.
1659 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
1660 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
1661 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
1662 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
1663
1664 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
1665 either HP's compilers or GCC.
1666
db521deb
JL
1667 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
1668 a SIGBUS or SIGSEGV.
1669
1670 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
1671
1672 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
1673 can be compiled with either HP's compiler or GCC.
1674
cfa88ab7
JL
1675 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
1676 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
1677 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
1678
ca344dff
JL
1679 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
1680 to match current gdb output. Update due to using auto-solib-limit
1681 for limiting instead of overloading auto-solib-add.
1682 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
1683 test program.
1684
3f3c6e55 1685 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
1686 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
1687 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1688 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
1689 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
1690 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1691 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
1692 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
1693 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
1694 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
1695 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
1696 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
1697 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 1698
8fb87725
JL
1699 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
1700 a SIGTRAP to the inferior.
1701
cf599fa7
CV
17022001-12-19 Corinna Vinschen <vinschen@redhat.com>
1703
1704 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
1705 Substitute call to target_link by call to gdb_compile.
1706
2cd045cd
JL
1707Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
1708
1709 * gdb.base/break.exp: Fix HP specific search string when testing
1710 backtracing in a called function.
1711
1712 * gdb.base/constvars.exp: Only set lang to C++ if we're
1713 compiling the test with HP's compilers.
1714 * gdb.base/volatile.exp: Similarly.
1715
99ebe9ac
JB
17162001-12-19 Jim Blandy <jimb@redhat.com>
1717
1718 * gdb.base/printcmds.exp: Expect the null character to be printed
1719 as '\0', and the '\013' to be printed as '\v'.
1720 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
1721 * gdb.base/setvar.exp: Same.
1722
b9891b29
JB
17232001-12-17 Jim Blandy <jimb@redhat.com>
1724
0eba65ab
JB
1725 * gdb.base/completion.exp: Rather than completing very long
1726 filenames, which can make the readline library produce output we
1727 don't recognize, cd to the directory first, and then complete
1728 using nice, short relative paths.
1729
6970b5b1
JB
1730 * gdb.base/completion.exp: On some systems, there is, in fact, a
1731 variable named `b' in scope, since GDB treats all static
1732 variables as being in scope. So use `no_var_named_this'
1733 instead of `b'.
1734
b9891b29
JB
1735 * gdb.base/corefile.exp: Recognize the message saying that GDB
1736 can't find the core file's registers as a failure.
1737
e6ccd35f
JSC
17382001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
1739
1740 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
1741 test expect string more specific.
1742
105ba819
CV
17432001-12-13 Corinna Vinschen <vinschen@redhat.com>
1744
1745 * gdb.asm/asm-source.exp: Add support for xstormy16.
1746 * gdb.asm/configure.in: Ditto.
1747 * gdb.asm/configure: Rebuild.
1748 * gdb.asm/xstormy16.inc: New file.
1749
e9e79dd9
FF
17502001-12-10 Fred Fish <fnf@redhat.com>
1751
1752 * gdb.base/maint.exp: Update to match changes in type dumping code.
1753
347dc97d
JB
17542001-12-10 Jim Blandy <jimb@redhat.com>
1755
1756 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
1757 matching the entry point symbol's name at the beginning of the
1758 line.
1759
5178b9d6
DJ
17602001-12-07 Daniel Jacobowitz <drow@mvista.com>
1761
1762 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
1763 gdb.c++/inherit.exp, gdb.c++/method.exp,
1764 gdb.c++/namespace.exp, gdb.c++/templates.exp,
1765 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
1766 and class layout support.
1767
af890c52
DJ
17682001-12-07 Daniel Jacobowitz <drow@mvista.com>
1769
1770 * gdb.c++/classes.exp: Add test for static member function.
1771 * gdb.c++/misc.cc: Add class with static member function.
1772
7a345fb3
JB
17732001-12-07 Jim Blandy <jimb@redhat.com>
1774
f2e54a80 1775 If GDB says it can't find the struct the function returned, report
8032bf31
JB
1776 those tests as `unsupported'.
1777 * gdb.base/call-rt-st.exp (print_struct_call): New function.
1778 Rewrite subsequent tests to use it.
1779
1780 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
1781 those tests as `unsupported'.
1782 * gdb.base/structs.exp (call_struct_func): New function.
1783 (do_function_calls): Use call_struct_func to call the functions
1784 returning structs.
1785
0bc69509
JB
1786 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
1787 whether functions are prototyped or not, so we can't possibly pass
1788 arguments to t_float_values2 properly.
1789
7a345fb3
JB
1790 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
1791 value of `timeout' for targets other than the mips*tx39-*.
1792
edb6ede1
MS
17932001-12-06 Michael Snyder <msnyder@redhat.com>
1794
1795 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
1796 and detect whether the start symbol has a leading underscore.
1797
2d842f13
JB
17982001-12-04 Jim Blandy <jimb@redhat.com>
1799
1800 * gdb.base/completion.exp: Clarify indentation.
1801
68550daf
JB
18022001-12-03 Jim Blandy <jimb@redhat.com>
1803
1804 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
1805 variables on the S/390, not `.word'.
1806
cd5195a8
JB
18072001-11-30 Jim Blandy <jimb@redhat.com>
1808
1809 Add assembly-source tests for s390-ibm-linux.
1810 * gdb.asm/s390.inc: New file.
1811 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
1812 the S/390 architecture.
1813 * gdb.asm/configure: Regenerated.
1814
ca9efc90
MS
18152001-11-30 Michael Snyder <msnyder@redhat.com>
1816
1817 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
1818 next, info source, info sources, info line, global and static
1819 variables, and static functions.
1820 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
1821 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
1822 * gdb.asm/asmsrc1.s: Add a static function and some variables.
1823 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
1824 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
1825 (gdbasm_leave): Restore frame pointer.
1826 (gdbasm_startup): Copy stack set-up from crt0.S.
1827
d0e66976
FN
18282001-11-26 Fernando Nasser <fnasser@redhat.com>
1829
1830 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
1831 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
1832 to a local (non-static) variable. Copy tstruct.a to a static buffer
1833 and return a pointer to that buffer.
1834 * gdb.base/callfwmall.c (t_structs_a): Ditto.
1835
e2334072
MK
18362001-11-24 Mark Kettenis <kettenis@gnu.org>
1837
1838 * gdb.asm/configure.in: Fix recognition of ix86 target.
1839 * gdb.asm/configure: Regenerate.
1840
756caa3d
MS
18412001-11-21 Michael Snyder <msnyder@redhat.com>
1842
1843 * gdb.asm/sparc.inc: New file.
1844 * gdb.asm/asm-source.exp: Recognize sparc target.
1845 * gdb.asm/configure.in: Recognize sparc target.
1846 * gdb.asm/configure: Regenerate.
1847
9a4d72d5
MS
18482001-11-21 Michael Snyder <msnyder@redhat.com>
1849
1850 * gdb.asm/m32r.inc: New file.
1851 * gdb.asm/asm-source.exp: Recognize m32r target.
1852 * gdb.asm/configure.in: Recognize m32r target.
1853 * gdb.asm/configure: Regenerate.
1854
a773d1cd
MS
18552001-11-20 Michael Snyder <msnyder@redhat.com>
1856
017ac23d
MS
1857 * gdb.asm/i386.inc: New file.
1858 * gdb.asm/asm-source.exp: Recognize ix86 target.
1859 * gdb.asm/configure.in: Recognize ix86 target.
1860 * gdb.asm/configure: Regenerate.
1861
a773d1cd
MS
1862 * gdb.c++/namespace.exp: Fix quotes in output messages.
1863
bb632afb
MS
18642001-11-14 Michael Snyder <msnyder@redhat.com>
1865
25d559ca 1866 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
1867 qualifier in a type cast expression, to designate an address
1868 in the instruction space (Harvard architecture).
1869
4749e309
MS
18702001-11-13 Michael Snyder <msnyder@redhat.com>
1871
1872 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
1873 Tests for expressions using 'const' and 'volatile'.
1874
25050984
CV
18752001-11-13 Corinna Vinschen <vinschen@redhat.com>
1876
1877 * gdb.asm/asm-sources.exp: Allow defining linker flags.
1878
1902c51f
DJ
18792001-11-12 Daniel Jacobowitz <drow@mvista.com>
1880
1881 * lib/mi-support.exp (mi_run_to_helper): Move comments
1882 outside of gdb_expect.
1883
dcf95b47
DJ
18842001-11-11 Daniel Jacobowitz <drow@mvista.com>
1885
1886 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
1887 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
1888 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
1889 mi0_run_to): New functions.
1890 * gdb.mi/mi-simplerun.exp: Use them.
1891 * gdb.mi/mi0-simplerun.exp: Likewise.
1892 * gdb.mi/mi-var-cmd.exp: Likewise.
1893 * gdb.mi/mi0-var-cmd.exp: Likewise.
1894
45b074e1
AC
18952001-11-10 Andrew Cagney <ac131313@redhat.com>
1896
1897 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
1898 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
1899
bf50d346
AC
19002001-11-09 Andrew Cagney <ac131313@redhat.com>
1901
1902 * gdb.base/restore.exp: Include $expected value in restored test
1903 message.
1904
9383332c
AC
19052001-11-09 Andrew Cagney <ac131313@redhat.com>
1906
1907 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
1908 implemented.
1909
db62520a
MS
19102001-11-08 Michael Snyder <msnyder@redhat.com>
1911
1912 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
1913 Add pass/fail message for stop at breakpoint in call dummy function.
1914
b5703437
MS
19152001-11-07 Michael Snyder <msnyder@redhat.com>
1916
760f6330
MS
1917 * gdb.c++/templates.exp (test_template_breakpoints):
1918 If we get an overload menu, but it does not match what
1919 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
1920 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
1921 making the whitespace optional. Argument for "new" may be
1922 "unsigned" as well as "unsigned int/long".
eef747c0
MS
1923 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
1924 making the whitespace optional. Also replace "(void) with
1925 "((void|)), making the keyword "void" optional.
63f50499
MS
1926 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
1927 making the whitespace optional. Also replace "(void) with
1928 "((void|)), making the keyword "void" optional.
3bf40917
MS
1929 * gdb.base/callfuncs.c (t_float_values): This function must
1930 _not_ be prototyped, and the following function (t_float_values2)
1931 must be prototyped (if the compiler supports it), so that GDB
1932 can be tested against both cases. Usually one case involves
1933 promotion of float to double, while the other does not.
1934 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
1935 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
1936 includes a stack frame for "start".
1937
c8ab4e6d
JB
19382001-11-05 Jim Blandy <jimb@redhat.com>
1939
1940 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
1941 pointers are 32 bits long, and that offsets of relocs are always
1942 stored in the data (REL-style), and not in the reloc entry itself
1943 (RELA-style).
1944 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
1945 stabs.
1946
3f08ced9
MS
19472001-11-01 Michael Snyder <msnyder@redhat.com>
1948
1949 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
1950 and regular expression operators by using quoting.
1951
cbfa24cd
MS
19522001-10-31 Michael Snyder <msnyder@redhat.com>
1953
1954 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
1955 depending on what the symbol table contains.
1956 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
1957 the output of the ptype command. Similarly, accept both "const &"
1958 and "const&".
1959
aaa68313
CV
19602001-10-31 Corinna Vinschen <vinschen@redhat.com>
1961
1962 * gdb.base/miscexprs.c (main): Add usage of preprocessor
1963 symbol `STORAGE' to allow to choose the storage class of
1964 the local datastructures.
1965 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
1966 compiler directive.
1967
91740388
MS
19682001-10-30 Michael Snyder <msnyder@redhat.com>
1969
1970 * gdb.base/jump.exp: Allow it to run for all targets.
1971
1b7c05e7
CV
19722001-10-29 Corinna Vinschen <vinschen@redhat.com>
1973
1974 * gdb.base/call-ar-st.c (print_double_array): Match for loop
1975 with new double_array size.
1976 (main): Change storage class of all local variables to static.
1977 Reduce size of double_array to 9.
1978 * gdb.base/call-ar-st.exp: Increase timeout value.
1979 Change expected output for double array to match new size in
1980 call-ar-st.c.
1981
36a22261
CV
19822001-10-29 Corinna Vinschen <vinschen@redhat.com>
1983
1984 * gdb.base/ending-run.exp: Create identical output when passing
1985 `step to end of run' case. Add regular expression branch satisfying
1986 Stormy16 target.
1987
92b8ae91
MK
19882001-10-28 Mark Kettenis <kettenis@gnu.org>
1989
1990 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
1991 that we catch the expected failure under Linux/x86.
1992
cb135b83
OF
19932001-10-29 Orjan Friberg <orjanf@axis.com>
1994
1995 * gdb.base/setvar.exp: Escape curly braces.
1996 * gdb.stabs/weird.exp: Ditto.
1997
6884aa54
DJ
19982001-10-27 Daniel Jacobowitz <drow@mvista.com>
1999
2000 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
2001 * gdm.mi/mi0-hack-cli.exp: Likewise.
2002
0398c9aa
AC
20032001-10-25 Andrew Cagney <ac131313@redhat.com>
2004
2005 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
2006 messages.
2007
d20bf2e8
AC
20082001-10-21 Andrew Cagney <ac131313@redhat.com>
2009
2010 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
2011 checking MI enabled.
2012
03dd63aa
CV
20132001-10-09 Corinna Vinschen <vinschen@redhat.com>
2014
2015 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
2016
1d9d99f3
FCE
20172001-10-04 Frank Ch. Eigler <fche@redhat.com>
2018
2019 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
2020 if gdb child process crashes, just signal an error.
2021
838ae6c4
JB
20222001-10-02 Jim Blandy <jimb@redhat.com>
2023
2024 * lib/gdb.exp (test_xfail_format): Simplify.
2025
2026 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
2027 front of the variable name `format'. Simplify `if'.
2028
8f0cbc1c
DJ
20292001-10-01 Daniel Jacobowitz <drow@mvista.com>
2030
2031 * gdb.threads/pthreads.exp: Wait for output and delay
2032 before sending ^C.
2033
1f08dafd
DJ
20342001-10-01 Daniel Jacobowitz <drow@mvista.com>
2035
2036 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
2037 some incorrect output instead of timing out.
2038 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
2039
674f90ff
CV
20402001-09-28 Corinna Vinschen <vinschen@redhat.com>
2041
2042 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
2043 check to allow additional `int'.
2044
9b284272
DJ
20452001-09-27 Daniel Jacobowitz <drow@mvista.com>
2046
2047 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
2048 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
2049
b55a4771
MS
20502001-09-27 Michael Snyder <msnyder@redhat.com>
2051
2052 * lib/gdb.exp (test_debug_format): New proc.
2053 (setup_xfail_format): Use new proc test_debug_format.
2054 * gdb.base/constvars.exp (local_compiler_xfail_check): New
2055 proc; use new service proc test_debug_format.
2056 Replace all other "gcc_compiled" tests with this test.
2057 * gdb.base/volatile.exp (local_compiler_xfail_check): New
2058 proc; use new service proc test_debug_format.
2059 Replace all other "gcc_compiled" tests with this test.
2060
20612001-09-27 Michael Snyder <msnyder@redhat.com>
2062
2063 * gdb.base/cvexpr.exp: New file.
2064 * gdb.base/cvexpr.c: New file
2065 Test for expressions using const and volatile keywords.
2066
4e6667ac
CV
20672001-09-26 Corinna Vinschen <vinschen@redhat.com>
2068
2069 * gdb.base/constvars.exp: Check for different orders of keywords
2070 and additional "int" strings in output.
2071
4f337972
AC
20722001-09-22 Andrew Cagney <ac131313@redhat.com>
2073
2074 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
2075 responses from "help maint".
2076
2015650d
FCE
20772001-09-19 Frank Ch. Eigler <fche@redhat.com>
2078
2079 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
2080 to localhost:NNN instead of :NNN, in case Xvfb is listening
2081 only on TCP.
2082
f3bcedc1
CV
20832001-09-19 Corinna Vinschen <vinschen@redhat.com>
2084
2085 * gdb.base/recurse.exp: When checking leaving the watchpoint
2086 scope, recognize when gdb is in function's epilogue and pass.
2087
6b819c92
KS
20882001-09-18 Keith Seitz <keiths@redhat.com>
2089
2090 * lib/insight-support.exp (_gdbtk_export_target_info): Add
2091 support for running tests against sid targets.
2092 (gdbtk_done): Ditto.
2093
a10c9419
CV
20942001-09-18 Corinna Vinschen <vinschen@redhat.com>
2095
2096 * gdb.base/ending-run.c (main): Set stdout buffersize
2097 to the same reasonable value for any target.
2098 * gdb.base/ending-run.exp: Add a regular expression
2099 to make testsuite happy on Sanyo Stormy16 target.
2100
739d0d99
CV
21012001-09-17 Corinna Vinschen <vinschen@redhat.com>
2102
2103 * gdb.base/display.c (do_loops): Add float variable `f'.
2104 Increment f in loop.
2105 * gdb.base/display.exp: Increment timeout by 60 seconds.
2106 Change float display test to use variable `f'.
2107
1b8947f0
JB
21082001-09-17 Jim Blandy <jimb@redhat.com>
2109
2110 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
2111 overflowing the limited breakpoint tables on some ROM monitors
2112 (like the ROM68K).
2113
9890ac81
FCE
21142001-09-15 Frank Ch. Eigler <fche@redhat.com>
2115
2116 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
2117 the "-ac" (disable access control) flag.
2118
6db765ea
JH
21192001-08-30 Jeff Holcomb <jeffh@redhat.com>
2120
2121 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
2122 ints.
2123
4c32cc04
KS
21242001-08-30 Keith Seitz <keiths@redhat.com>
2125
2126 * lib/gdb.exp: Move all insight-related functionality into
2127 separate file.
2128 * lib/insight-support.exp: New file.
2129
8d6e6f81
FCE
21302001-08-29 Frank Ch. Eigler <fche@redhat.com>
2131
2132 * config/sid.exp (sid_start): Never set sid verbosity; disable
2133 expect_background {} that consumed its stdout; tolerate </dev/null.
2134 Attempt to set endianness override in "sid" protocol mode. Cleanup.
2135
6a90e1d0
AC
21362001-08-18 Andrew Cagney <ac131313@redhat.com>
2137
2138 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
2139 CLI jump command to start it.
2140 (mi_run_to_main): Fail immediatly when unexpected output.
2141
1759b3c3
AC
21422001-08-18 Andrew Cagney <ac131313@redhat.com>
2143
2144 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
2145 beginning of function. Fix PR gdb/191.
2146
61d11d80
FCE
21472001-08-16 Frank Ch. Eigler <fche@redhat.com>
2148
2149 * config/sid.exp (sid_start): Don't warn if we cannot figure out
2150 what to force sid endianness to.
2151
942a4df2
KS
21522001-08-15 Keith Seitz <keiths@redhat.com>
2153
2154 * lib/gdb.exp (gdbtk_start): Don't set environment
2155 variables for TCL_LIBRARY and friends. Insight will
2156 now figure these out for itself.
2157
0521c418
MS
21582001-08-02 Michael Snyder <msnyder@redhat.com>
2159
2160 * gdb.base/completion.exp: Remove the symbol "a64l" from
2161 the expect string; this is target-specific, and not related
2162 to what is being tested.
2163
74a9a58a
DB
21642001-08-02 Dave Brolley <brolley@redhat.com>
2165
2166 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
2167
c70819fa
MS
21682001-07-25 Michael Snyder <msnyder@redhat.com>
2169
c2b8fa57
MS
2170 * gdb.base/consecutive.exp: New file. Test stepping over
2171 breakpoints on consecutive instructions.
2172 * gdb.base/consecutive.c: New file.
2173
c70819fa
MS
2174 * gdb.base/call-rt-st.exp: Use double-backslash to quote
2175 curly braces in regular expressions.
2176
2b1a1355
MS
21772001-07-25 Michael Snyder <msnyder@redhat.com>
2178
2179 * gdb.base/ending-run.exp: Accept "Program exited normally" as
2180 legitimate output from stepping out of main.
2181
413eca6f
KS
21822001-07-22 Keith Seitz <keiths@redhat.com>
2183
2184 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
2185 the empty string, do not run the tests.
2186
7e5a9322
SC
21872001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2188
2189 * gdb.base/long_long.exp: Detect size of pointer. Take into
2190 account 2-byte pointers when testing for p/a results.
2191
de58f10f
SC
21922001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2193
2194 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
2195 and defined to 1K for m68hc11.
2196 (random_data): Reduce table to 1K for embedded platforms (68hc11).
2197 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
2198 (sizeof_random_data): New variable to tell the size of the data table;
2199 don't test past this size; always run to main.
2200
d6f5fea1
SC
22012001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2202
2203 * gdb.base/return2.exp: return of long long and double fails for
2204 68HC11; don't execute these tests on that platform.
2205 * gdb.base/return.exp: Return of a double fails for 68hc11.
2206
c477543d
SC
22072001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2208
2209 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
2210 tests that print a float.
2211 * call-rt-st.exp: Likewise.
2212
63cf1c79
MK
22132001-07-12 Mark Kettenis <kettenis@gnu.org>
2214
2215 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
2216 running this test on Linux.
2217
112f9ab5
MC
22182001-06-24 Michael Chastain <chastain@redhat.com>
2219
2220 * gdb.base/arithmet.exp: Remove some tests to make all test names
2221 unique.
2222
4970cb0f
MS
22232001-07-03 Michael Snyder <msnyder@redhat.com>
2224
2225 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
2226 the output of the ptype command.
2227
d85da69f
MS
22282001-07-02 Michael Snyder <msnyder@redhat.com>
2229
4c8a82de
MS
2230 * gdb.base/completion.exp: Don't assume that break.c is the only
2231 source file that may contain functions named "marker".
d85da69f
MS
2232 * gdb.base/corefile.exp: Quote the curly braces in regexp.
2233
8afc772b
AC
22342001-06-28 Andrew Cagney <ac131313@redhat.com>
2235
2236 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
2237 of files to delete.
2238
2239 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
2240 * gdb.disasm/h8300s.exp: New file.
2241 gdb.disasm/h8300s.s: Likewise.
2242
cff22675
AC
22432001-06-27 Andrew Cagney <ac131313@redhat.com>
2244
2245 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
2246 empty breakpoint tables.
2247
68c81b54
AC
22482001-06-25 Andrew Cagney <ac131313@redhat.com>
2249
2250 * lib/mi-support.exp: Update args=... part of stop-reason
2251 patterns. Accept either a list or a tuple.
2252
2dd62704
AC
22532001-06-23 Andrew Cagney <ac131313@redhat.com>
2254
2255 * lib/mi-support.exp: Remove local emacs variable defining
2256 change-log-default-name.
2257
b4127474
MC
22582001-06-22 Michael Chastain <chastain@redhat.com>
2259
2260 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
2261 This is operationally compatible with the previous version.
2262
8dbfb380
JB
22632001-06-13 Jim Blandy <jimb@redhat.com>
2264
2265 * lib/gdb.exp (gdb_test): Doc fix.
2266
f2d8c86d
MC
22672001-06-10 Michael Chastain <chastain@redhat.com>
2268
2269 * gdb.base/exprs.exp: Remove a duplicate test.
2270
81564d34
JB
22712001-06-06 Jim Blandy <jimb@redhat.com>
2272
2273 * gdb.base/return2.exp (main): Use values to test float and double
2274 returns that are not NaN's, to avoid being confused by IEEE
2275 comparison rules.
2276
da55addb
MS
22772001-06-04 Michael Snyder <msnyder@redhat.com>
2278
2279 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
2280 non-zero if control_c fails. Terminate the test on failure,
2281 rather than wait for 12 more tests to time out.
2282
42c65987
JB
22832001-06-06 Jim Blandy <jimb@redhat.com>
2284
b18bced9
JB
2285 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
2286 Don't forget to match the GDB prompt.
2287
42c65987
JB
2288 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
2289
5b41e5f0
JB
22902001-06-04 Jim Blandy <jimb@redhat.com>
2291
2292 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
2293 command.
2294
015e046f
KB
22952001-05-31 Kevin Buettner <kevinb@redhat.com>
2296
2297 * gdb.base/annota1.exp (info break): Match four or more spaces
2298 after "Address".
2299
fb1ffbbe
MC
23002001-05-31 Michael Chastain <chastain@redhat.com>
2301
2302 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
2303 (dm_type_int_star): Likewise.
2304 (dm_type_long_star): Likewise.
2305 (dm_type_void_star): Likewise.
2306
5ea2a32c
KB
23072001-05-29 Kevin Buettner <kevinb@redhat.com>
2308
2309 * gdb.base/completion.exp (INPUTRC): Set this environment variable
2310 to a known value in order to get consistent results regardless
2311 of the setting of INPUTRC or the presence or contents of .inputrc.
2312
ae23c492
MS
23132001-05-24 Michael Snyder <msnyder@redhat.com>
2314
ac55707e
MS
2315 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
2316 Don't require that the main thread and the manager thread are the
2317 first in the list.
2318
ae23c492
MS
2319 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
2320 debugging. If test fails, issue an "unsupported" not a "fail".
2321
400071f1
JB
23222001-05-24 Jim Blandy <jimb@redhat.com>
2323
2324 Don't assume that short is shorter than int.
2325 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
2326 assume that shorts are smaller than ints. On a 16-bit machine,
2327 this isn't true.
2328 ("print unsigned char == (~0)"): Add test that verifies that ~0,
2329 an int, is not equal to ~0 stored in an unsigned char. This tests
2330 the same thing that the previous test meant to, but works on
2331 16-bit machines, too.
2332 ("print unsigned char != (~0)"): Same test, complemented.
2333
0816a3e5
MS
23342001-05-24 Michael Snyder <msnyder@redhat.com>
2335
2336 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
2337 test for (full_coverage == 0). This makes the test run faster,
2338 and prevents dejagnu getting out of step.
2339
f6dc23a9
KB
23402001-05-23 Kevin Buettner <kevinb@redhat.com>
2341
2342 * gdb.base/finish.exp (finish_void): Revise pattern for
2343 stopping on the call statement to not permit stopping at
2344 the start of the instructions comprising the call sequence.
2345
7dbd117d
MC
23462001-05-19 Michael Chastain <chastain@redhat.com>
2347
2348 * gdb.base/callfuncs.exp: Make all test names unique.
2349 * gdb.base/commands.exp: Make all test names unique.
2350 * gdb.base/condbreak.exp: Make all test names unique.
2351 * gdb.base/dbx.exp: Make all test names unique.
2352 * gdb.base/default.exp: Make all test names unique.
2353 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
2354 and TIMEOUT messages to their corresponding PASS message.
2355 * gdb.base/ending-run.exp: Make all test names unique.
2356 * gdb.base/long_long.exp: Remove duplicate test.
2357
6b0b0a9e
KB
23582001-05-21 Kevin Buettner <kevinb@redhat.com>
2359
2360 * gdb.base/finish.exp (finish_void): Allow "finish" command to
2361 stop on the call statement as well as the statement after the
2362 call.
2363
2caa35cb
MS
23642001-05-21 Michael Snyder <msnyder@redhat.com>
2365
2366 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
2367
40713331
EZ
23682001-05-10 Elena Zannoni <ezannoni@redhat.com>
2369
2370 * gdb.base/completion.exp: Revamp test. Make it execute on all
2371 platforms.
2372
c2c1be8d
EZ
23732001-05-10 Elena Zannoni <ezannoni@redhat.com>
2374
2c9cd303
EZ
2375 * config/gdbserver.exp (gdb_load): Handle the case
2376 in which the arguments to gdbserver are given in the
2377 baseboard configuration file.
2378 Also handle the case in which the server needs to do a
2379 load.
2380
9671de48
KS
23812001-05-07 Keith Seitz <keiths@cygnus.com>
2382
2383 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
2384 set up the display for testing.
2385 (gdbtk_start): Convert all paths to paths that tcl will like.
2386 Export target information to environment.
2387 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
2388 necessary.
2389 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
2390 (to_tcl_path): New proc to convert a given pathname into
2391 a path acceptible as an argument to a tcl command.
2392 (_gdbtk_export_target_info): New proc to export target info
2393 into the environment for gdbtk testing.
2394 (gdbtk_done): New proc to signal end-of-test.
2395
5a360f47
JB
23962001-05-06 Jim Blandy <jimb@redhat.com>
2397
2398 * restore.c: Make the code of caller0 correspond to its comment.
2399
66c756c6
MS
24002001-05-03 Michael Snyder <msnyder@redhat.com>
2401
2402 * config/sid.exp (gdb_target_sid): Check for error messages.
2403 On error or timeout, don't make expect exit (which will terminate
2404 all subsequent tests); instead just make gdb exit.
2405 (gdb_load): Check for error messages. On error or timeout,
2406 return a negative value.
2407
a966fde5
JB
24082001-04-24 Jim Blandy <jimb@redhat.com>
2409
851c18e0
JB
2410 * gdb.c++/templates.exp: If we see the prompt for the overload
2411 list, but we haven't recognized any of the longer patterns,
2412 arrange for this test to fail, not hang.
2413
a966fde5
JB
2414 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
2415 variations.
2416
db144853
MC
24172001-04-22 Michael Chastain <chastain@redhat.com>
2418
2419 * gdb.c++/local.exp: Use the 'runto' library function.
2420 * gdb.c++/namespace.exp: Likewise.
2421 * gdb.c++/overload.exp: Likewise.
2422
3207ec21
KB
24232001-03-26 Kevin Buettner <kevinb@redhat.com>
2424
2425 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
2426 * gdb.base/step-line.exp: New file. Test step/next in presence of
2427 #line directives.
2428 * gdb.base/step-line.c: New file. Test program for the above.
2429 * gdb.base/step-line.inp: New file. We pretend that this file has
2430 been transformed by some other tool into step-line.c.
2431
13b57657
JB
24322001-03-21 Jim Blandy <jimb@redhat.com>
2433
2434 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
2435 unmangled operator names.
2436
754cbe1c
JB
24372001-03-20 Jim Blandy <jimb@redhat.com>
2438
2439 * gdb.threads/linux-dp.exp: Recognize an additional message
2440 generated by GDB when it doesn't understand how to debug threads
2441 on the target system.
2442
177495c9
AC
24432001-03-19 Andrew Cagney <ac131313@redhat.com>
2444
2445 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
2446
f266096b
MC
24472001-03-12 Michael Chastain <chastain@redhat.com>
2448
2449 * gdb.c++/derivation.exp: Use the 'runto' library function.
2450
cac3c2ff
MC
24512001-03-12 Michael Chastain <chastain@redhat.com>
2452
2453 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
2454
b6c11a24
MC
24552001-02-24 Michael Chastain <chastain@redhat.com>
2456
2457 * gdb.c++/ref-types.exp: Change handwritten code to library
2458 function 'runto'.
2459
6bae5bce
OF
24602001-03-16 Orjan Friberg <orjanf@axis.com>
2461
2462 * gdb.base/signals.exp: Set count to 0 explicitly.
2463
0015fd9a
MS
24642001-03-15 Mark Salter <msalter@redhat.com>
2465
2466 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
2467 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
2468 (gdb_load): Add support for additional target_info: gdb_download_size
2469 and gdb_load_timeout.
0015fd9a 2470
fc33412a
DT
2471Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
2472
2473 * gdb.base/annota1.exp: Move test of isnative to earlier in the
2474 file -- to prevent failing when the compile fails but we have no
2475 intention of running the tests anyway.
2476
2477 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
2478 tests if set.
2479
2480 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
2481 integers.
2482
2483 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
2484 * gdb.c++/namespace.exp: Ditto.
2485
115f06de
OF
24862001-03-07 Orjan Friberg <orjanf@axis.com>
2487
2488 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
2489 * gdb.base/pointers.exp: Relax pattern match of decimals.
2490
b6ba6518
KB
24912001-03-06 Kevin Buettner <kevinb@redhat.com>
2492
2493 * Makefile.in, config/abug.exp, config/cfdbug.exp,
2494 config/cpu32bug.exp, config/dve.exp, config/est.exp,
2495 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
2496 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
2497 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
2498 config/sh.exp, config/sid.exp, config/slite.exp,
2499 config/sparclet.exp, config/udi.exp, config/unknown.exp,
2500 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
2501 config/vxworks.exp, config/vxworks29k.exp,
2502 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
2503 gdb.base/all-bin.exp, gdb.base/annota1.exp,
2504 gdb.base/arithmet.exp, gdb.base/assign.exp,
2505 gdb.base/async.exp, gdb.base/attach.exp,
2506 gdb.base/bitfields.exp, gdb.base/bitops.exp,
2507 gdb.base/break.exp, gdb.base/call-ar-st.exp,
2508 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
2509 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
2510 gdb.base/commands.exp, gdb.base/completion.exp,
2511 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2512 gdb.base/constvars.exp, gdb.base/corefile.exp,
2513 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2514 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
2515 gdb.base/ending-run.exp, gdb.base/environ.exp,
2516 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2517 gdb.base/finish.exp, gdb.base/foll-exec.exp,
2518 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
2519 gdb.base/funcargs.exp, gdb.base/help.exp,
2520 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
2521 gdb.base/logical.exp, gdb.base/long_long.exp,
2522 gdb.base/maint.exp, gdb.base/mips_pro.exp,
2523 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
2524 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
2525 gdb.base/pointers.exp, gdb.base/printcmds.exp,
2526 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
2527 gdb.base/regs.exp, gdb.base/relational.exp,
2528 gdb.base/remote.exp, gdb.base/reread.exp,
2529 gdb.base/restore.exp, gdb.base/return2.exp,
2530 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
2531 gdb.base/selftest.exp, gdb.base/setshow.exp,
2532 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2533 gdb.base/sigall.exp, gdb.base/signals.exp,
2534 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
2535 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2536 gdb.base/step-test.exp, gdb.base/structs.c,
2537 gdb.base/structs.exp, gdb.base/structs2.exp,
2538 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
2539 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
2540 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
2541 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2542 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
2543 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
2544 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
2545 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
2546 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
2547 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
2548 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
2549 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
2550 gdb.fortran/types.exp, gdb.java/jmisc.exp,
2551 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2552 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
2553 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2554 gdb.trace/circ.exp, gdb.trace/collection.exp,
2555 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
2556 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2557 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
2558 gdb.trace/report.exp, gdb.trace/save-trace.exp,
2559 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2560 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2561 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
2562 notices.
2563
dc96c6c7 25642001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
2565
2566 * gdb.base/varargs.c (find_max_double): Fix printf format string:
2567 first arg is int not float.
2568
dc96c6c7 25692001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
2570
2571 * gdb.base/reread.exp: Unsupported for non-native targets;
2572 doesn't work for remote debugging.
2573
9b0c4aeb
FN
25742001-02-19 Fernando Nasser <fnasser@redhat.com>
2575
2576 From Drew Moseley <dmoseley@redhat.com>
2577 * gdb.base/ending-run.exp: Properly handle the BSP state when
2578 stepping past the end of main.
2579
02aa71d5
MC
25802001-02-19 John Moore <jmoore@redhat.com>
2581
2582 * gdb.base/commands.exp (infrun_breakpoint_command_test):
2583 Converted HPUX fix for non-expected items following multiple
2584 step commands into general solution for all platforms.
2585
1fa449a4
MC
25862001-02-18 Michael Chastain <chastain@redhat.com>
2587
2588 * gdb.c++/classes.exp (do_tests): Change runto statements
2589 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2590 statements demangler agnostic.
2591 * gdb.c++/virtfunc.exp (do_tests): Likewise.
2592 (gdb_virtfunc_restart): Likewise.
2593
b2f9ec70
MC
25942001-02-14 Michael Chastain <chastain@redhat.com>
2595
2596 * gdb.c++/inherit.exp (do_tests): Change runto statements
2597 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2598 statements demangler agnostic.
2599
cf74b8ca
AC
2600Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
2601
2602 * gdb.threads/pthreads.exp: Unify pass/fail messages for
2603 ``continue to bkpt at common_routine in thread 2'' and ``stopped
2604 before calling common_routine 15 times'' tests.
2605
99f78f56
MC
26062001-02-11 Michael Chastain <chastain@redhat.com>
2607
2608 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
2609 Helps the test script figure out which demangler is in use.
2610 (dm_type_foo_ref): Ditto.
2611 (dm_type_int_star): Ditto.
2612 (dm_type_long_star): Ditto.
2613 (dm_type_unsigned_int): Ditto.
2614 (dm_type_void): Ditto.
2615 (dm_type_void_star): Ditto.
99707966 2616 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
2617 Probe the gdb demangler and set variables to accommodate
2618 formatting differences.
2619 (info_func_regexp): New function. Same as info_func, but
2620 matches against a regexp.
2621 (info_func): Match against a literal string.
2622 (print_addr_2): New function. Match against a literal string,
2623 which can be different from the input to gdb.
2624 (print_addr): Simply call print_addr_2 with the same argument twice.
2625 (test_lookup_operator_functions): Use demangler formatting variables.
2626 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
2627 the tests in the same order as the C++ class declaration.
2628 (test_paddr_operator_functions): Ditto.
2629 (test_paddr_overloaded_functions): Ditto.
2630 (test_paddr_hairy_functions): Use demangler formatting variables.
2631 Add reference to gdb/19 for related tests.
2632 (do_tests): Call probe_demangler.
2633
1de8f023
KB
26342001-01-30 Kevin Buettner <kevinb@redhat.com>
2635
2636 * gdb.c++/templates.cc (printf): Remove unused function definition.
2637
ca3f91ed
MS
26382001-01-26 Felix Lee <flee@redhat.com>
2639
2640 * sid.exp (sid_exit): Pass host, not target, to remote_close.
2641
26422001-01-25 matthew green <mrg@redhat.com>
2643
2644 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
2645 up sid.
2646 (sid_exit): Call `remote_pop_conn' after GDB is gone.
2647
26482001-01-25 matthew green <mrg@redhat.com>
2649
2650 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
2651 Deprecate $sid_spawn_id.
2652 (sid_exit): Remove code necessary only for `spawn.'
2653
26542001-01-25 matthew green <mrg@redhat.com>
2655
2656 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2657
fb18ec4a
MC
26582001-01-28 Michael Chastain <chastain@redhat.com>
2659
2660 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
2661 to call when tests fail. It takes gdb out of the overloaded
2662 function choice menu back to the main prompt, so that the test
2663 program stays synchronized.
2664 (set_bp_overloaded): New proc to collect all the common
2665 code for setting a breakpoint on an overloaded name. Calls
2666 take_gdb_out_of_choice_menu when needed.
2667 (menu_overload1arg): New variable to collect the repeated
2668 instances of the expected menu for an overloaded name. Change
2669 the regular expression to handle changes in g++ type encoding:
2670 "void" can be either "void" or "", and "unsigned int" can be
2671 either "unsigned int" or "unsigned".
2672 (continue_to_bp_overloaded): Change regular expressions to handle
2673 changes in g++ type encoding.
2674 (no proc): Call take_gdb_out_of_choice_menu when needed.
2675 Remove redundant calls to "info break". Accept either "canceled"
2676 or "cancelled". Change regular expressions in "info break"
2677 calls to handle changes in g++ type encoding. Give all tests
2678 unique strings.
2679
9c646a6e
BE
26802001-01-17 Ben Elliston <bje@redhat.com>
2681
2682 * config/sid.exp: New file.
2683
9549d9c1
AC
2684Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
2685
2686 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
2687
dc96c6c7 26882000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
2689
2690 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
2691 Add a RE to accept a non-ascii char if one is ever presented.
2692
b4df4f68
FN
26932000-12-20 Fernando Nasser <fnasser@redhat.com>
2694
297dd0fd 2695 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 2696
dc96c6c7 26972000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
2698
2699 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
2700 in regexp. One '\' does not suffice on Linux.
2701
4a7bddb6
MC
27022000-12-09 Michael Chastain <chastain@redhat.com>
2703
2704 * gdb.base/break.exp (test_clear_command): Use a marker function
2705 rather than 'main' for the test function. Also move this
2706 test to an execution point where the marker function names are
2707 guaranteed to be bound to functions. (Executing tests after a
2708 'finish' from main runs into name conflicts with local names
2709 in __libc_start_main).
2710
dc96c6c7 27112000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
2712
2713 * gdb.base/finish.exp: New test for gdb's "finish" command.
2714 * gdb.base/return2.exp: New test for gdb's "return" command.
2715 * gdb.base/return2.c: New source file for above.
2716
dc96c6c7 27172000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
2718
2719 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
2720 * gdb.base/miscexprs.exp: Ditto.
2721 * gdb.base/pointers.exp: Ditto.
2722 * gdb.c++/derivation.exp: Ditto.
2723 * gdb.c++/local.exp: Ditto.
2724 * gdb.c++/namespace.exp: Ditto.
2725 * gdb.c++/overload.exp: Ditto.
2726 * gdb.c++/ref-types.exp: Ditto.
2727
dc96c6c7 27282000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
2729
2730 * gdb.base/constvars.exp: Test result of "up" command.
2731 * gdb.base/miscexprs.exp: Ditto.
2732 * gdb.base/pointers.exp: Ditto.
2733 * gdb.base/scope.exp: Ditto.
2734 * gdb.c++/derivation.exp: Ditto.
2735 * gdb.c++/local.exp: Ditto.
2736 * gdb.c++/namespace.exp: Ditto.
2737 * gdb.c++/overload.exp: Ditto.
2738 * gdb.c++/ref-types.exp: Ditto.
2739
44097287
FN
27402000-11-22 Michael Chastain <chastain@redhat.com>
2741
2742 * mips_pro.exp: Accept either "middle -> top -> main" or
2743 "middle -> main" in the backtrace, because gcc can optimize
2744 tail calls to jumps. Remove setup_xfail for the hppa case.
2745 Add a comment with the original warning messages from PR 3016,
2746 which was filed in 1993, to preserve them for posterity.
2747
9d2e1bab
ND
27482000-11-17 Nick Duffek <nsd@redhat.com>
2749
2750 * lib/gdb.exp (gdb_test): Override timeout with board info.
2751
1aca8eb7
ND
27522000-11-17 Nick Duffek <nsd@redhat.com>
2753
2754 * gdb.base/display.exp: Don't kill running stub. Add "again" to
2755 the second kill and detach messages.
2756
93076499
ND
27572000-11-17 Nick Duffek <nsd@redhat.com>
2758
2759 * configure.in: Add AC_EXEEXT.
2760 * configure: Regenerate.
2761 * Makefile.in (just-check): Export EXEEXT.
2762 * lib/gdb.exp ($EXEEXT): Import from environment.
2763 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
2764 expect "maint dump-me" on Cygwin.
2765 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
2766 $EXEEXT.
2767
30e87cd3
ND
27682000-11-17 Nick Duffek <nsd@redhat.com>
2769
2770 * gdb.base/break.exp: Test backtrace and finish from called
2771 function on all platforms, not just HP-UX.
2772
dc96c6c7 27732000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
2774
2775 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
2776 code from gdb_target_monitor, so it can be used independantly
2777 for gdbserver. Also comment out an unnecessary PUTS.
2778
dc96c6c7 27792000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
2780
2781 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
2782 * gdb.base/corefile.exp: Expect the message "Program is being
2783 debugged already" when we send the "corefile" command, since
2784 the preceeding gdb_load may have connected gdb to a remote target.
2785 * gdb.base/display.exp: Disable hardware watchpoints if new
2786 board info variable "no_hardware_watchpoints" is true.
2787 Replace single-letter commands with more readable ones.
2788 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
2789 if new board info variable "no_hardware_watchpoints" is true.
2790 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
2791 to see if stdio (printf) testing is possible.
2792 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
2793 board info variable "no_hardware_watchpoints" is true. Use new
2794 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
2795
39124dea
FN
27962000-11-13 Fernando Nasser <fnasser@redhat.com>
2797
2798 From Orjan Friberg <orjanf@axis.com>:
2799 * gdb.base/printcmds.exp: Escape curly braces followed by a number
2800 in array print pattern match.
2801
a9e2e984
FN
28022000-11-09 Fernando Nasser <fnasser@redhat.com>
2803
2804 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
2805 spelling "cancelled" to U.S. spelling "canceled" to match changes
2806 made to gdb.
2807 * gdb.c++/ovldbreak.exp: Ditto.
2808
c7db355b
PS
28092000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2810
2811 * gdb.base/callfuncs.c (main): Moved to end of file, call
2812 t_double_values to initialize the FPU before inferior calls are made.
2813 * gdb.base/callfuncs.exp: Test for register preservation after calling
2814 inferior functions. Add tests for continuining, finishing and
2815 returning from a stop in a call dummy.
2816
dc96c6c7 28172000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
2818
2819 * gdb.base/commands.exp: Break up long lines, and re-indent.
2820
dc96c6c7 28212000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
2822
2823 * config/gdbserver.exp: Rewritten from the ground up, to make it
2824 compatible with the current dejagnu tree, and to make it work with
2825 the new "gdbserver" in libremote.
2826
dc96c6c7 28272000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2828
2829 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
2830 * gdb.base/varargs.exp: Skip entire test if no printf support.
2831 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
2832 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
2833
dc96c6c7 28342000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2835
2836 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
2837 no floating point support.
2838 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
2839 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
2840 * gdb.base/call-rt-st.exp: Ditto.
2841 * gdb.base/call-strs.exp: Ditto.
2842
bac5fc66
JG
28432000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
2844
2845 * gdb.base/sizeof.c: include <stdio.h>.
2846
2847 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
2848 'finish', otherwise uncaptured gdb_prompt would potentially
2849 throw remaining test points out of sync.
2850
b22a6027
SB
28512000-07-26 Scott Bambrough <scottb@netwinder.org>
2852
2853 * gdb.base/recurse.exp: Run tests for all targets.
2854 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
2855 gnu-oldld case on ARM.
2856 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
2857 for ARM targets.
2858
d8231941
AG
2859Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
2860
2861 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
2862 * gdb.java/configure: Rebuild.
2863
8caabe69
AG
2864Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
2865
2866 * gdb.java/jv-exp.exp: New file.
2867
9d273ca3
AG
2868Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
2869
2870 * configure: Rebuilt.
2871 * configure.in (configdirs): Add gdb.java.
2872 * gdb.java/jmisc.java: New file.
2873 * gdb.java/jmisc.exp: New file.
2874 * gdb.java/Makefile.in: New file.
2875 * gdb.java/configure: Rebuilt.
2876 * gdb.java/configure.in: New file.
2877 * lib/java.exp: New file.
2878
4f823a66
AC
2879Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
2880
2881 * gdb.base/exprs.exp: Test casts to a pointer including over and
2882 underflow.
2883
2391e11d
AC
2884Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
2885
2886 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
2887 and the compilers sizes.
2888
54602222
ND
28892000-07-09 Nick Duffek <nsd@redhat.com>
2890
2891 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
2892 (use_methods): New function.
2893 (main): Call use_methods().
2894 * gdb.c++/classes.exp (test_method_param_class): New procedure.
2895 (do_tests): Call test_method_param_class.
2896
2bec0572
ND
28972000-07-09 Nick Duffek <nsd@redhat.com>
2898
2899 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
2900 spelling.
2901 (test_enums): New procedure. Move enum tests from end of script
2902 to here. Set breakpoint on function name instead of line number.
2903 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
2904 (enums2): New marker function.
2905 (enums1): New function.
2906 (main): Call enums1(). Move enum tests to enums1().
2907
78492fde
AC
2908Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
2909
2910 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
2911 compile/link program. Update line numbers.
2912 * gdb.asm/d10v.inc: Define ``startup''.
2913 * gdb.asm/asmsrc1.s: Add definition of _start.
2914
49a2cef8
AC
2915Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
2916
2917 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
2918
3e6c8688
EZ
29192000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2920
2921 * gdb.base/maint.exp: Add 'maint print architecture' item to output
2922 of 'help maint print' command.
2923
9ff5cbe9
AC
2924Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
2925
2926 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
2927 they use gdb_expect_list.
2928
17c579bd
AC
2929Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
2930
2931 * gdb.base/commands.exp: Use ``set remote
2932 memory-read-packet-size'' instead of ``set endian big'' to test
2933 long commands.
2934
e6d71bf3
DB
29352000-06-03 Daniel Berlin <dan@cgsoftware.com>
2936
2937 * gdb.c++/templates.exp (do_tests): Make all of these work under
2938 g++, and stop skipping them.
2939
2940 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
2941 work under g++.
2942
e5f9ba7b
MS
2943 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
2944 initialization.
2945
dc96c6c7 29462000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
2947
2948 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
2949 the regular expression: accept an (almost) arbitrary sequence of
2950 "frames-invalid" and "breakpoints-invalid" messages both before
2951 and after the "starting" message.
2952
dc96c6c7 29532000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
2954
2955 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 2956
dc96c6c7 29572000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
2958
2959 * gdb.base/annota1.exp (annotate-signal-handler-caller):
2960 Relax the regular expression a little, make it pass on Solaris 8.
2961
8216cda9
KB
29622000-05-12 Kevin Buettner <kevinb@redhat.com>
2963
2964 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
2965 a call, do not require that gdb stop on the line after the call.
2966 Instead, it is permissible for gdb to stop on the line of the
2967 call itself.
2968
1a570b2f
MS
29692000-05-12 Michael Snyder <msnyder@.cygnus.com>
2970
2971 * gdb.base/break.exp (bp on small function, optimized file):
2972 Add a second pass pattern. The behavior differs here between stabs
2973 and dwarf for one-line functions. Stabs preserves two line symbols
2974 (one before the prologue and one after) with the same line number,
2975 but dwarf regards these as duplicates and discards one of them.
2976 Therefore the address after the prologue (where the breakpoint is)
2977 has no exactly matching line symbol, and GDB reports the breakpoint
2978 as if it were in the middle of a line rather than at the beginning.
2979
dc96c6c7 29802000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
2981
2982 * gdb.base/interrupt.exp: Make "pass" message say "send"
2983 rather than "send_gdb" (for consistancy).
2984
7d418785
AC
2985Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
2986
2987 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
2988 * gdb.c++/templates.cc: Properly check for GCC version number.
2989 * lib/compiler.cc: Likewise
2990
dc96c6c7 29912000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
2992
2993 * gdb.base/break.exp: When compiled with -O2 optimization,
2994 gdb may not stop at the first line of main, due to code motion.
2995
dc96c6c7 29962000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
2997
2998 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
2999 This test depends on parsing the printf output from the target.
3000 Since the sparclet stub doesn't do stdio, this will never work.
3001 * gdb.base/call-rt-st.exp: ditto.
3002 * gdb.base/call-strs: ditto.
3003
dc96c6c7 30042000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
3005
3006 * gdb.base/miscexprs.exp: make sizeof long array test portable.
3007
3008 * gdb.base/ending-run.exp: After connecting to a remote target,
3009 but before running, the target will appear to be in a random
3010 location. Specify both a file and a line for breakpoints.
3011 Also, the function that calls main may be called 'init'
3012 rather than 'start'.
3013
a5a51225
EZ
30142000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3015
3016 * gdb.base/help.exp: Update output for add-symbol-file command.
3017
7930cc7c
FN
30182000-04-10 Fernando Nasser <fnasser@cygnus.com>
3019
3020 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3021 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
3022
23e37ab1
C
30232000-04-07 J.T. Conklin <jtc@redback.com>
3024
e93c542c
C
3025 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
3026
23e37ab1
C
3027 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
3028
591b8fa3
PDM
3029Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
3030
3031 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
3032 values that can be represented exactly.
3033 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
3034 above change, and to not check against the directory part of the source
3035 file name.
3036 (step into print_long_arg_list): Likewise.
3037 (print print_small_structs from print_long_arg_list): Likewise.
3038 (print print_long_arg_list): Likewise.
3039
7a495180
EZ
30402000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3041
30b53638 3042 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 3043
beb998c6
AC
3044Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
3045
3046 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
3047
1c689132
DB
30482000-03-25 Daniel Berlin <dan@cgsoftware.com>
3049
3050 * gdb.base/commands.exp (deprecated_command_test): Add test for
3051 deprecate with no arguments.
3052
c1790a9d
JL
30532000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
3054
3055 * gdb.base/break.exp: Add new test for setting breakpoints on
3056 optimized code so we can test breakpoints work even when function
3057 prologues may be optimized away
3058
003ba290
FN
30592000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
3060
3061 From David Whedon <dwhedon@gordian.com>
3062 * gdb.base/commands.exp : Added command deprecator tests.
3063
6837a0a2
DB
30642000-03-22 Daniel Berlin <dan@cgsoftware.com>
3065
3066 * gdb.base/help.exp: Added test for new apropos command.
3067
b9593231
KB
30682000-03-21 Kevin Buettner <kevinb@redhat.com>
3069
3070 * gdb.base/pointers.c (usevar): New function.
3071 (main): Make sure that global variables v_int_pointer2, rptr,
3072 and y are all referenced someplace in the program by calling
3073 usevar() on them. [Some linkers delete symbols which are
3074 never referenced. The space remains, but there's no way to
3075 get a (symbolic) handle on the variable from the debugger.]
3076
751a959b
EZ
30772000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3078
3079 * gdb.base/printcmds.c: Add typedeffed arrays.
3080
3081 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
3082 procedure to test arrays that are typedef'd.
3083
73a93a32
JI
30842000-03-13 James Ingham <jingham@leda.cygnus.com>
3085
3086 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 3087 the library directories.
73a93a32 3088
fb40c209
AC
3089Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
3090
3091 * configure.in (configdirs): Add sub directory gdb.mi.
3092 * configure: Re-generate.
3093
3094 * gdb.mi: New directory.
beb998c6 3095
ee4dd2c9
AC
30962000-02-25 Scott Bambrough <scottb@netwinder.org>
3097
3098 * gdb.base/long_long.exp: Correct test suite failure when printing
3099 a long long value as a double on ARM platforms.
3100
70f0cc22
JB
31012000-02-16 Jim Blandy <jimb@redhat.com>
3102
3103 * gdb.base/break.exp ("breakpoint line number"): Make sure the
3104 default source file is set properly before running this test.
3105
853819b8
EZ
31062000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3107
3108 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
3109 gdbtk/library directory, not in gdbtcl2.
3110
dfcd3bfb
JM
31112000-02-04 Jim Blandy <jimb@redhat.com>
3112
3113 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
3114 backslash from regexp pattern.
3115
3116 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
3117 procedure. Use it to run all the "continue to bp overloaded"
3118 tests. Note that this changes the names of the tests slightly.
3119 If the breakpoint hit message includes a hex PC value, because
3120 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
3121 from the real source code, still consider that a pass.
3122
3123 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
3124 XFAIL here if the breakpoint message contains a hex address. Note
3125 similar change on 1999-11-02.
3126
3127 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
3128
3129 * gdb.base/ptype.exp: Establish a default source file before
3130 calling get_debug_format.
3131
31322000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
3133
3134 * gdb.base/watchpoint.exp: Remove duplication of test messages.
3135
8b93c638
JM
31362000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3137
3138 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
3139 of successive stepi commands -- while in the prologue we should see
3140 the function entry bracket.
3141
31422000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3143
3144 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
3145 reach __change_mode() when stepping through the end of main().
3146
c5394b80
JM
31472000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
3148
3149 * gdb.base/default.exp: Fix expected pattern.
3150 * gdb.base/help.exp: Same.
3151
0d06e24b
JM
31522000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3153
3154 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
3155 Don't use xfail's because that affects only the following test.
beb998c6 3156
0d06e24b
JM
3157 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
3158 solaris or linux.
3159
3160 * gdb.base/selftest.exp: Update to reflect changes to main.c.
3161
dc96c6c7 31622000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 3163
beb998c6 3164 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
3165 "A syntax error" rather than "A parse error". Accept both.
3166
31672000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
3168
3169 * gdb.base/default.exp: Remove OS dependent string from "target
3170 remote" test.
3171 * gdb.base/help.exp: Same for "help target remote" test.
3172
c3f6f71d
JM
31732000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3174
3175 From Jim Kingdon <kingdon@redhat.com>:
3176
3177 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
3178 prompt (cleanup rather than necessity, but still might keep output
3179 from spilling to next test).
3180
31812000-01-02 Fred Fish <fnf@cygnus.com>
3182
3183 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
3184 AIX, which defines them in <sys/types.h>.
3185
ed9a39eb 31861999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 3187
ed9a39eb
JM
3188 * gdb.base/default.exp: Match arm* etc instead of arm in "info
3189 float" test.
3190
31911999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 3192
ed9a39eb 3193 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
3194
3195 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
3196 outermost frame disallowed".
3197
31981999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
3199
3200 * gdb.base/setvar.exp: New tests for setting the value of a struct
3201 with a constant list.
3202
32031999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3204
3205 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
3206 require the user to type a cast before setting the value of a struct.
3207
de57eccd
JM
32081999-12-06 Jim Blandy <jimb@cygnus.com>
3209
3210 * gdb.base/default.exp: Expect the new 'info float' command on
3211 all i386 platforms.
3212
3213 * gdb.threads/linux-dp.exp: Expand our ability to recognize
3214 LinuxThreads libraries that don't support debugging.
3215
c2d11a7d
JM
3216Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3217
3218 * gdb.base/remote.c: Fill the buffer with truely random data.
3219 Change the buffer type to ``unsigned char'' to simplify size
3220 arithmetic.
3221
3222 * gdb.base/remote.exp: Reduce download numbers by one. Typical
3223 stub only handles 400-1 byte packets. Verify that the download
3224 worked.
3225
32261999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
3227
3228 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
3229 tests, using UNRESOLVED for the untested cases. Also, does not wait
3230 for a timeout if the prompt was received before a recognizable pattern.
3231
32321999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
3233
3234 * lib/gdb.exp (gdb_expect_list): Fix spelling.
3235
32361999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3237
3238 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
3239 watchpoints.
3240
32411999-11-24 Jason Merrill <jason@casey.cygnus.com>
3242
3243 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
3244
3245 * gdb.c++/local.exp: Be more flexible in recognizing local class
3246 name mangling. Don't allow horribly truncated method names.
3247 * gdb.c++/derivation.exp: Expect protected inheritance.
3248 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
3249 * gdb.c++/virtfunc.exp: Likewise.
3250 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
3251 when printing a nested enum.
3252
32531999-11-22 Jim Blandy <jimb@cygnus.com>
3254
3255 * gdb.base/step-test.exp: Properly await GDB's response to setting
3256 a breakpoint on the call to large_struct_by_value.
3257
3258 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
3259 just because we have debug info for the `start' function.
3260
32611999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
3262
3263 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
3264 "Unknown signal" messages, which indicate (on LinuxThreads) that
3265 GDB doesn't know how to debug threads on this system. This is
3266 better than hanging while philosopher 0 dumps chatter into gdb.log.
3267
32681999-11-18 Tom Tromey <tromey@cygnus.com>
3269
3270 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
3271
32721999-11-18 Fred Fish <fnf@cygnus.com>
3273
3274 * gdb.base/coremaker2.c: Add sample program for generating
3275 cores that is more self contained than coremaker.c. Eventually
3276 I'll add more code to this and tie it into the testsuite.
3277
4ce44c66
JM
32781999-11-12 Stan Shebs <shebs@andros.cygnus.com>
3279
3280 * gdb.base/dollar.exp: Remove, now in gdb.hp.
3281
32821999-11-10 Jimmy Guo <guo@cup.hp.com>
3283
3284 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
3285 from $srcdir/lib/.
3286 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
3287 and gdb.c++/.
3288
3289 * gdb.c++/derivation.exp: remove redundant get compiler info code.
3290
beb998c6 3291 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
3292 'continue with watch' test point.
3293
32941999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
3295
3296 Merged from p2linux-990323-branch:
beb998c6 3297
4ce44c66
JM
3298 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
3299
11cf8741
JM
3300Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
3301
3302 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
3303 {limit,fixed}''. Test ``set download-write-size''.
3304
3305Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
3306
3307 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
3308 gdb_expect_list.
3309
3310Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
3311
3312 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
3313
33141999-11-03 Mark Salter <msalter@cygnus.com>
3315
3316 * gdb.base/break.exp: Fix "stub continue" pattern.
3317
33181999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
3319
3320 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
3321
33221999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
3323
3324 * gdb.base/display.exp ("finish"): Add timeout clause.
3325
3326 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
3327 plain prompt clause, so this doesn't have to time out in order to
3328 fail.
3329
3330 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
3331 breakpoint hit messages include an address.
3332
3333 * gdb.base/display.exp: Don't forget to escape parens in regular
3334 expressions. Unix regexp notatation sucks.
3335
33361999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3337
3338 * gdb.base/annota1.exp: Test for annotate-signalled: change output
3339 order for 'signalled' message.
3340
5c44784c
JM
33411999-11-01 Stan Shebs <shebs@andros.cygnus.com>
3342
3343 From Jimmy Guo <guo@cup.hp.com>:
3344 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
3345 * gdb.base/annota1.c: Add code for tests to work with.
3346
33471999-10-26 Frank Ch. Eigler <fche@cygnus.com>
3348
3349 * gdb.base/remote.exp: New test for remote downloading settings.
3350 * gdb.base/remote.c: New file with large .data.
3351
917317f4
JM
33521999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
3353
3354 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
3355 for LinuxThreads support, merged from the Code Fusion branch.
3356
3357Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
3358
3359 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
3360 containing exp_continue into a while within an expect. Don't
3361 attempt a start more than three times. Check return value from
3362 gdb_load.
beb998c6 3363
2df3850c
JM
3364Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
3365
3366 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
3367 a pass case.
3368
2acceee2
JM
33691999-10-01 Kevin Buettner <kevinb@cygnus.com>
3370
3371 * gdb.base/break.c (main): Added a statement that we can step
3372 off of.
3373 * gdb.base/break.exp: Added tests for setting a breakpoint
3374 at an offset and stepping onto a breakpoint.
3375
33761999-10-01 Fred Fish <fnf@cygnus.com>
3377
beb998c6 3378 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
3379 gdb output.
3380
c2c6d25f
JM
33811999-09-18 Jim Blandy <jimb@cris.red-bean.com>
3382
3383 * gdb.base/break.exp: Code locations are in hex, don't forget!
3384 (For HP-UX.)
3385
33861999-09-17 Stan Shebs <shebs@andros.cygnus.com>
3387
3388 * condbreak.exp: Use break.c as test program.
3389 * condbreak.c: Remove, redundant with break.c.
3390
33911999-09-15 Stan Shebs <shebs@andros.cygnus.com>
3392
3393 * config/monitor.exp (gdb_target_monitor): Disable X- and
3394 Z-packets if the target needs it.
3395
33961999-09-13 James Ingham <jingham@leda.cygnus.com>
3397
3398 * gdb.c++/overload.exp: Added tests for listing overloaded
3399 functions with function pointers in the arg, explicitly calling
3400 out the version you want.
3401
cff3e48b
JM
34021999-09-09 Stan Shebs <shebs@andros.cygnus.com>
3403
3404 * long_long.exp: Add variations of test cases that work for
3405 targets with 16-bit ints and 32-bit doubles.
3406
d4f3574e
SS
34071999-09-08 Stan Shebs <shebs@andros.cygnus.com>
3408
3409 * break.c (main): Compare a possibly-uninitialized argc with an
3410 unlikely value that fits in 16 bits.
3411
34121999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3413
3414 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
3415 0xfeeb, don't want negative numbers if ints are 16 bits.
3416
3417 * lib/gdb.exp (skip_cplus_tests): New proc.
3418 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3419 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
3420 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
3421 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
3422 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
3423 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
3424 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
3425 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
3426
3427 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
3428
3429Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
3430
3431 * gdb.base/corefile.exp (up): Allow a parameter to appear
3432 in the frame that we're going up to.
3433
3434 From Jim Blandy <jimb@cygnus.com>:
3435
3436 * gdb.base/default.exp (info float): Expect some output now.
3437
3438 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
3439 returning floating-point values to fail on the x86.
3440 * gdb.base/callfwmall.exp (do_function_calls): Same.
3441
3442 * gdb.base/list.exp (test_listsize): Correct expectations for
3443 listing line 1 with listsize 2. Also, listing a single line
3444 works now, as does listing three lines. [Kevin's note: There
3445 were a number of other cases fixed too where the expectations
3446 differed...]
3447
34481999-09-02 Stan Shebs <shebs@andros.cygnus.com>
3449
3450 * gdb.base/selftest.exp: Add case for when version prints as
3451 constant string instead of char pointer.
3452
104c1213
JM
34531999-08-25 Stan Shebs <shebs@andros.cygnus.com>
3454
3455 * gdb.base/ending-run.exp: Add Solaris case for what happens when
3456 stepping out of main.
3457
3458 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
3459 G++ used.
3460
3461 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
3462 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
3463
3464 * gdb.c++/ovldbreak.exp: Update match string in test that
3465 includes a warning of multiple breakpoints.
3466
34671999-08-24 Stan Shebs <shebs@andros.cygnus.com>
3468
3469 * gdb.base/display.exp: Improve precision of step-after-finish
3470 added yesterday.
3471
3472 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
3473 test.
3474
3475 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
3476 configs when using G++, not just hppa*.
3477
34781999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3479
3480 * gdb.base/async.c: New file.
3481 * gdb.base/async.exp: New file.
3482
3483Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
3484
3485 * gdb.base/break.exp: Tweak PA specific tests to properly handle
3486 PA64.
3487
53a5351d
JM
3488Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
3489
104c1213
JM
3490 * gdb.base/display.exp: "finish" can leave us mid-line on many
3491 targets, deal with it. Add a small constant to main, instead of
3492 1000 since main+1000 may not be a valid address in the target.
3493
53a5351d
JM
3494 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
3495 on hpux11.
3496
3497 * gdb.base/attach.exp: Handle another hpux11 error message variant
3498 when attaching to a process that does not exist.
3499
35001999-08-19 J.T. Conklin <jtc@redback.com>
3501
3502 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
3503 characters in 'continue to 1241' test.
3504
35051999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3506
3507 * gdb.base/call-ar-st.exp: Add a shorter match case for the
3508 stop in print_long_arg_list, define and use a whitespace
3509 variable in print_small_structs test, add an XFAIL for Solaris.
3510 * gdb.base/dbx.exp: XFAIL func commands until somebody is
3511 interested enough to fix.
3512
7be570e7
JM
35131999-08-13 Keith Seitz <keiths@cygnus.com>
3514
3515 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
3516 (dbx_gdb_load): Remove. Use gdb_load instead, since that
3517 proc knows about targets other than the natives.
3518 (test_assign): Use "gdb_run_cmd" to "run" the target.
3519 Check that we've actually hit the breakpoint at main.
3520 When we attempt to assign a value to a local variable, check
3521 that the variable is in the current scope, i.e., don't use
3522 a test with an empty result.
3523
3524Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
3525
3526 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
3527 command.
3528
35291999-08-09 Stan Shebs <shebs@andros.cygnus.com>
3530
3531 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3532 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
3533 gdb.compat, gdb.threads-hp.
3534 gdb.hp/configure, gdb.hp/configure.in: New files.
3535 gdb.hp/Makefile.in: Recurse into new subdirs.
3536 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
3537 gdb.hp/gdb.objdbg: New directory, tests for debugging info
3538 in object files.
3539 gdb.hp/tools: New directory, aux tools for HP-specific tests.
3540
96baa820
JM
35411999-08-05 Stan Shebs <shebs@andros.cygnus.com>
3542
3543 * gdb.base/display.exp: Help expect by putting a newline in the
3544 funky printf, remove a bogus p/a test.
3545
35461999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3547
3548 * gdb.base/display.exp: Make sure that when we say 'run', we are
3549 connected to the target. This is necessary when running not
3550 natively.
3551
35521999-08-03 Stan Shebs <shebs@andros.cygnus.com>
3553
3554 * gdb.base/step-test.exp: Removed some extraneous messages.
3555
3556 * gdb.base/long_long.exp: Don't run memory examination tests
3557 on little-endian targets (they will need a different set of
3558 results to match).
3559
35601999-08-02 Stan Shebs <shebs@andros.cygnus.com>
3561
3562 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
3563 until somebody decides to fix GDB.
3564
3565 * gdb.base/long_long.c: Stop compiler complaint by specifying long
3566 constant as "ULL".
3567 * gdb.base/long_long.exp: Loosen x/c test, add partial result
3568 matches for a couple x/2 commands.
3569
a0b3c4fd
JM
35701999-07-30 Stan Shebs <shebs@andros.cygnus.com>
3571
3572 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
3573 by merging in ref-types2 tests.
3574 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
3575
3576 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3577 * gdb.c++/Makefile.in: Add standard actions.
3578 (EXECUTABLES): Rename from PROGS, update list.
3579 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
3580 from gdb.hp.
3581 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
3582 foo and bar locals.
3583 * gdb.c++/anon-union.exp: Fix tests to match.
3584 * gdb.c++/classes.exp: Run if HP compiler used, add extra
3585 expect matches to handle output variations.
3586 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
3587 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
3588 output, add HP alternatives for new and delete prints.
3589 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
3590 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
3591 * gdb.c++/demangle.exp: Use $style when reporting failure.
3592 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
3593 * gdb.c++/inherit.exp: Run if HP compiler used, add some
3594 match alternatives.
3595 * gdb.c++/local.exp: Add match alternatives or xfails for HP
3596 compilers.
3597 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
3598 * gdb.c++/method.exp: Add match alternatives.
3599 * gdb.c++/misc.cc: Add bool types.
3600 * gdb.c++/misc.exp: Add tests for bool types.
3601 * gdb.c++/overload.exp: Add xfails.
3602 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
3603 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
3604 add some more template parameter tests (only for HP currently).
3605 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
3606 * gdb.c++/virtfunc.cc: Add return type and value for main.
3607 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
3608 match alternatives.
beb998c6 3609
a0b3c4fd
JM
36101999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3611
3612 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
3613
36141999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
3615
3616 * gdb.base/signals.exp: Don't expect getting a backtrace from
3617 within a signal handler to fail on Linux.
3618
36191999-07-29 Stan Shebs <shebs@andros.cygnus.com>
3620
3621 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3622 * lib/gdb.exp: Remove some gratuitious semicolons.
3623 (delete_breakpoints): Increase timeout.
3624 (gdb_expect): Add -notransfer option.
3625 (gdb_test): Use -notransfer option.
3626 (get_compiler_info): Add f77 case.
3627 (get_compiler): New proc, split out from gdb_preprocess, add f77
3628 case.
3629 (gdb_preprocess): Call get_compiler.
3630
3631 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3632 * gdb.base/attach.exp, gdb.base/display.exp,
3633 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3634 gdb.base/long_long.exp, gdb.base/printcmds.exp,
3635 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3636 third arg to gdb_test.
3637 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3638 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
3639 HP-UX xfails, add others.
3640 * gdb.base/completion.exp: Reflect name change of self-test.
3641 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
3642 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
3643 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
3644 HP failure number.
3645 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
3646 useless HP-UX 10.30 references.
3647 * gdb.base/maint.exp: Loosen matches.
3648 * gdb.base/pointers.c (main): Declare more_code.
3649 * gdb.base/pointers.exp: Match on output of a `next'.
3650 * gdb.base/structs.c: Add prototypes.
3651 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
3652 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
3653
36541999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3655
3656 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
3657 command.
3658
36591999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3660
3661 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
3662 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
3663
3664 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
3665 debug info. Deal with lack of signal hanlder info in stack.
3666
3667 From Jim Kingdon <kingdon@redhat.com>:
3668 * gdb.base/annota1.exp: If printf has debug info, deal with it.
3669
5a2468f5
JM
36701999-07-19 Stan Shebs <shebs@andros.cygnus.com>
3671
3672 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
3673 gdb.base/foll-vfork.exp: Don't run for crosses.
3674
adf40b2e
JM
3675Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3676
3677 * gdb.base/configure.in: Check for gdbvars.exp instead of
3678 a1-selftest.exp.
3679 * gdb.base/configure: Re-generate.
3680
36811999-07-12 Stan Shebs <shebs@andros.cygnus.com>
3682
3683 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
3684 in trying to run first and name is too long.
3685
3686 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
3687 pointers2.c and pointers2.exp, respectively.
3688 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
3689 doschk happier.
3690
43e526b9
JM
36911999-07-08 Stan Shebs <shebs@andros.cygnus.com>
3692
3693 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
3694 callfuncs2.c and callfuncs2.exp.
3695
3696 * gdb.base/list.exp: Remove mistaken xfails.
3697 * gdb.base/list0.h: Add optional prototypes.
3698
9846de1b
JM
3699Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
3700
3701 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
3702 calling malloc.
3703 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
3704 * ptype.exp: Move test for get_debug_format to before its first
3705 use.
3706
37071999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3708
3709 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
3710 * gdb.base/annota2.cc, annota2.exp: Move from here.
3711 * gdb.c++/annota2.cc, annota2.exp: To here.
3712 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
3713
43ff13b4
JM
3714Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3715
3716 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
3717 a consistent format.
3718
085dd6e6
JM
37191999-06-25 Stan Shebs <shebs@andros.cygnus.com>
3720
3721 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3722 * lib/gdb.exp (get_compiler_info): Add detection for assorted
3723 HP compilers, also set the globals $true and $false.
3724
3725 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
3726 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
3727 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
3728 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
3729 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
3730 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
3731 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
3732 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
3733 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
3734 whatis.c} Add C++ compatible function definitions and return
3735 types, add includes for library functions.
3736 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
3737 * gdb.base/step-test.c (myglob): Rename from glob.
3738 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
3739 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
3740 files, move here from gdb.hp.
3741 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
3742 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
3743 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
3744 Adjust line numbers in regexps.
3745
3746 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
3747 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
3748 instead of 0/1.
3749
3750 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
3751 foll-vfork.exp: New files, move here from gdb.hp.
3752 * gdb.base/page.exp: New file, test of pagination command.
3753
3754 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
3755 recursion test.
3756 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
3757
3758 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
3759 gdb.base/solib.exp: Fix compiler invocation process.
3760
3761 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
3762 HP-UX 11, turn off overload resolution explicitly.
3763 * gdb.base/commands.exp: Set argument list explicitly, add
3764 watchpoint test.
3765 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
3766 them work.
3767 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
3768 expressions properly.
3769 * gdb.base/corefile.exp: Loosen the match slightly.
3770 * gdb.base/default.exp: Allow "Error accessing memory" message
3771 also.
3772 * gdb.base/display.exp: Skip over x/0 j if PA64.
3773 * gdb.base/funcargs.exp: Add xfails for HP-UX.
3774 * gdb.base/interrupt.exp: Ditto.
3775 * gdb.base/langs.exp: Add symbolic matches governed by compiler
3776 in use.
3777 * gdb.base/list.exp: Add xfails for HP-UX.
3778 * gdb.base/long_long.exp: Refine some of the numeric matches.
3779 * gdb.base/mips_pro.exp: Xfail on HP-UX.
3780 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
3781 * gdb.base/nodebug.exp: Succeed on more varieties of output.
3782 * gdb.base/opaque.exp: Remove some HP-UX xfails.
3783 * gdb.base/ptype.exp: Succeed on more varieties of output.
3784 * gdb.base/scope.exp: Add xfails for HP-UX.
3785 * gdb.base/sect-cmd.exp: Add more cases.
3786 * gdb.base/setvar.exp: Add xfails for HP-UX.
3787 * gdb.base/shlib-call.exp: Loosen some matches slightly.
3788 * gdb.base/signals.exp: Match on void symbolically.
3789 * gdb.base/step-test.exp: Add case for PA64.
3790 * gdb.base/term.exp: Add exit and restart.
3791 * gdb.base/twice.exp: Clean up after self.
3792 * gdb.base/varargs.exp: Disable overload resolution explicitly.
3793 * gdb.base/whatis.exp: Allow more ways to pass tests.
3794
3795 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
3796 no longer useful.
3797
3798Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
3799
3800 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
3801 list of patterns.
3802 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
3803 print_double_array(double_array)", "continuing to breakpoint
3804 1018", "print print_double_array(array_d)" and "continuing to
3805 1034" tests.
beb998c6 3806
085dd6e6
JM
38071999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3808
3809 * Makefile.in: Add empty html and install-html targets.
3810
38111999-06-24 Stan Shebs <shebs@andros.cygnus.com>
3812
3813 * config/mt-*: Remove, these haven't been used since 1996.
3814
38151999-06-22 Stan Shebs <shebs@andros.cygnus.com>
3816
3817 * gdb.base/call-strs.c, gdb.base/ending-run.c,
3818 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
3819 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
3820
9e0b60a8
JM
38211999-06-18 Stan Shebs <shebs@andros.cygnus.com>
3822
3823 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
3824 simpler match case for the ptype of the big class.
3825
38261999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3827
3828 * gdb.exp: Fix test for gdb_prompt existence.
3829
38301999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3831
3832 * gdb.exp (gdb_test): Add fail after calls to perror.
3833
38341999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3835
3836 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
3837
38381999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3839
3840 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
3841
0f71a2f6
JM
3842Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
3843
3844 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
3845 malloc() is linked in.
3846
38471999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3848
3849 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
3850 step at end.
3851
3852 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
3853
38541999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
3855
3856 * gdb.java/jv-print.exp: New file. (Our first Java test!)
3857
cce74817
JM
3858Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
3859
3860 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
3861 * gdb.base/mips_pro.exp: Likewise.
3862
38631999-06-02 Keith Seitz <keiths@cygnus.com>
3864
3865 * gdb.c++/templates.cc: Change all "new" operators to throw
3866 an exception.
3867 * gdb.c++/cplusfuncs.cc: Likewise.
3868
3869 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
3870
3871Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
3872
3873 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
3874 * gdb.base/ending-run.exp: When stepping out of main, accept a
3875 step into an arbitrary assembler file.
3876
392a587b
JM
38771999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3878
beb998c6 3879 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 3880 "breakpoint-invalid" to be printed.
beb998c6 3881 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
3882 number of "frames-invalid" and "breakpoint-invalid" to be printed.
3883 * gdb.base/annota2.cc: Initialize a.x to 0.
3884
9e086581
JM
38851999-05-17 Keith Seitz <keiths@cygnus.com>
3886
3887 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
3888 when "skip_float_tests" set.
3889 Ditto for "print print_double_array(array_d)", "print print_small_structs",
3890 "print print_ten_doubles", and "step into print_long_arg_list".
3891 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
3892 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
3893 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
3894 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
3895 "skip_float_tests" is set.
3896 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
3897 when "skip_float_tests" set.
beb998c6 3898
cd0fc7c3
SS
38991999-05-06 Keith Seitz <keiths@cygnus.com>
3900
3901 * gdb.base/annota2.cc: Include stdio.h.
3902
3903Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
3904
3905 * gdb.base/crossload.exp: Remove, this has been disabled ever
3906 since BFD stopped including all targets, and cross-GDB gets
3907 plenty of testing anyway.
3908 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
3909 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
3910 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
3911 * gdb.base/README: Remove, was doc for this.
3912 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
3913 needed.
3914
b83266a0
SS
39151999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3916
3917 * gdb.base/call-ar-st.exp: Fix one regular expression in test
3918 output.
3919
3920 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
3921 * gdb.base/annota2.exp: New file. More annotation tests.
3922 * gdb.base/annota1.c: New file. Source file for annota1.exp.
3923 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
3924
39251999-04-23 Angela Marie Thomas <angela@cygnus.com>
3926
3927 * config/cfdbug.exp: New file.
3928
7a292a7a
SS
39291999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
3930
3931 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
3932 Marcus Daniel's and Dale Hawkins's demangler crashes.
3933
3934 * gdb.c++/demangle.exp (test_gnu_style_demangling,
3935 test_lucid_style_demangling, test_arm_style_demangling,
3936 test_hp_style_demangling): Try Tom Tromey's core-dumping
3937 identifier under each demangling style.
3938
39391999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
3940
3941 * gdb.c++/demangle.exp: Include the current demangling style
3942 in all test names.
3943 (current_demangling_style): New global variable.
3944 (set_demangling_style, test_demangling_core, test_demangling,
3945 test_demangling_exact): New functions.
3946 (test_gnu_style_demangling, test_lucid_style_demangling,
3947 test_arm_style_demangling, test_hp_style_demangling): Use those,
3948 instead of calling gdb_test and gdb_test_exact directly.
3949 (catch_demangling_errors): New function, which reports errors
3950 signalled by the demangling test functions in an orderly way.
3951 (do_tests): Use catch_demangling_errors.
3952
39531999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
3954
3955 * gdb.base/signals.exp (test_handle_all_print): Use () for
3956 grouping in expressions, not {}.
3957
3958 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
3959 initialized yet.
3960
39611999-04-01 Stan Shebs <shebs@andros.cygnus.com>
3962
3963 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
3964 are listed.
3965
39661999-03-26 Stan Shebs <shebs@andros.cygnus.com>
3967
3968 * gdb.stabs/weird.exp: Test for CC being defined before
3969 looking at its value.
3970
39711999-03-25 Stan Shebs <shebs@andros.cygnus.com>
3972
3973 * gdb.base/call-ar-st.exp: Remove stray '#'.
3974 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
3975 "short int" and "long int".
3976 * gdb.c++/overload.cc: Cast the string added in the previous
3977 change, to mollify finicky HP compiler.
3978 * gdb.hp/reg-test.exp (testfile): Fix file name.
3979 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 3980
7a292a7a
SS
3981 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
3982 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
3983 alternate form of enum ptype.
3984
c906108c
SS
39851999-03-23 Stan Shebs <shebs@andros.cygnus.com>
3986
7a292a7a
SS
3987 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
3988 * gdb.hp/*.exp: Change all to run compiler probe only after
3989 passing skip_hp_tests, so as not to waste time on guaranteed
3990 failure.
3991
c906108c
SS
3992 * gdb.c++/overload.cc: Pass string instead of char addr, always
3993 init ccpfoo.
3994 * gdb.c++/templates.cc: Fix syntax error.
3995
7a292a7a
SS
3996Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3997
3998 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 3999 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
4000 command.
4001
40021999-03-18 James Ingham <jingham@cygnus.com>
4003
4004 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
4005
4006 * gdb.c++/method.exp: It was testing an uninitialized int on the
4007 stack and assuming it was positive.
4008
4009 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
4010
4011 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 4012 keep it from killing the rest of the tests.
7a292a7a
SS
4013 Use gdb_continue_to_end.
4014
4015 * gdb.base/sigall.exp: use gdb_continue_to_end.
4016
4017 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
4018
4019 * gdb.base/display.exp: use runto_main, not run.
4020
beb998c6
AC
4021 * gdb.base/default.exp: Check for the current error message in the
4022 r abbreviation test.
7a292a7a
SS
4023 Add strongarm to the targets that know info float.
4024
beb998c6 4025 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
4026 run which doesn't work with monitors.
4027
4028 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
4029
4030 * gdb.base/break.exp: use the gdb_continue_to_end proc.
4031
4032 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
4033 program. Traps the case (in Cygmon) when the program never really
4034 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
4035 more places, so I used my name. Sorry Mark...
4036
4037 * config/monitor.exp (gdb_target_monitor): added another
4038 target_info parameter: remotebinarydownload. This will set the
4039 remotebinarydownload flag if this is causing some boards trouble.
4040
40411999-03-18 Mark Salter <msalter@cygnus.com>
4042
4043 * lib/gdb.exp (continue_to_exit): New function.
4044
4045 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
4046 * gdb.base/ending-run.exp: Ditto.
4047 * gdb.base/step-test.exp: Ditto.
4048
40491999-03-16 Stan Shebs <shebs@andros.cygnus.com>
4050
4051 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
4052 (suggested by Art Haas <ahaas@neosoft.com>).
4053
40541999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
4055
4056 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
4057
4058Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
4059
4060 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
4061 descriptions of types (short unsigned int vs unsigned short, etc).
4062
40631999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
4064
4065 * gdb.base/call-strs.exp: Don't assume that `step' will step over
4066 a call to strlen; sometimes we do have sources.
4067
40681999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
4069
4070 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
4071 character, so GDB won't print garbage after its end.
beb998c6 4072
c906108c
SS
4073 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
4074 breakpoint there instead. Sometimes GCC emits memcpy to handle
4075 the large structures being passed by value, so we step into that
4076 instead of sum_array_print, which obscures what we're really testing.
4077 * gdb.base/step-test.exp: However, we do want a test that notices
4078 the bizarre steps into memcpy, so do that here. Add check for
4079 stepping into function calls that pass large structures by value.
4080 ("Is that a noun clause, or are you just happy to see me?")
4081 Remove all references to specific line numbers.
4082 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
4083 New type and function.
4084 (main): Call large_struct_by_value, passing it a large struct by value.
4085 * lib/gdb.exp (gdb_get_line_number): New function.
4086
4087 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
4088 more portable.
4089
7a292a7a
SS
40901999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
4091
c906108c
SS
4092 * lib/gdb.exp: Doc fixes.
4093
7a292a7a
SS
40941999-03-05 Nick Clifton <nickc@cygnus.com>
4095
beb998c6 4096 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
4097
40981999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
4099
c906108c
SS
4100 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
4101 commands. They're not germane to this test, and they don't work
4102 that way on remote targets.
4103
3fc11d3e
JM
41041999-03-01 James Ingham <jingham@cygnus.com>
4105
4106 * Changelog entries merged over from gdb development branch.
4107
3fc11d3e
JM
4108 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
4109
4110 * lib/gdb.exp (gdbtk_analyze_results): Generic function
4111 for outputting results of test run.
4112
2d4a1622 4113 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
4114
4115 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 4116
7a292a7a
SS
41171999-02-25 Felix Lee <flee@cygnus.com>
4118
4119 * lib/gdb.exp (debug_format): initialize
4120
c906108c
SS
41211999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
4122
4123 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
4124 * gdb.base/call-rt-st.c: Ditto.
4125
c906108c
SS
41261999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
4127
4128 * gdb.threads/pthreads.exp (horiz): New variable.
4129 (test_startup): Fix regexps that capture thread numbers.
4130
41311999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
4132
4133 * gdb.base/smoke.exp: Disambiguate two test case names (both
4134 called ``print'').
4135
4136Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4137
4138 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
4139 compilation.
4140
41411999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4142
4143 * gdb.base/miscexprs.exp: Change patterns to match GDB's
4144 actual output formatting.
4145 * gdb.base/smoke.exp: GDB removes leading 0's.
4146 * gdb.base/volatile.exp: Don't check type of remuneration;
4147 that variable is no longer defined in constvars.c.
4148 * gdb.base/step-test.c (main): Exit with explicit exit code.
4149 * gdb.base/step-test.exp: Remove two nexti checks--they are
4150 not portable.
4151
41521999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4153
4154 * gdb.base/help.exp ("help delete display"): Fix test to match
4155 gdb's output.
4156
4157 * gdb.base/long_long.c (known_types): Initialize values to zero.
4158 * gdb.base/long_long.exp: Step one more line
4159 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 4160 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
4161 unique test case names.
4162
4163Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4164
beb998c6 4165 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
4166
4167 * gdb.c++/method.exp: Add missing close brace.
4168
41691999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
4170
4171 * gdb.base/maint.exp: Use 'set height 0' to disable page
4172 prompting, not 'set height 400'.
4173
4174 Fix a bunch of timeouts.
4175 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
4176 four separate tests, so expect doesn't take forever to match a ton
4177 of text against a regexp with lots of .* forms.
4178 ("maint print psymbols", "maint print symbols"): Make some of
4179 these greps more selective, so that expect doesn't try to wade
4180 through huge piles of output and time out.
4181
4182 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
4183
4184 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
4185 tests: one which doesn't expect shlib events to be reported, and
4186 another which does, but is XFAIL for all platforms other than
4187 HP/UX.
4188
4189 * gdb.base/break.exp: Teach the test suite that the `catch
4190 fork', `catch vfork', and `catch exec' commands produce error
4191 messages on platforms that don't provide these features.
4192
4193Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4194
4195 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
4196 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
4197 (shortening names from solib_threshold.exp etc), won't run on
4198 anything but HP-UX for the foreseeable future.
4199 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
4200 reflect move.
4201
4202Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
4203
4204 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
4205 gdb.trace/Makefile.in (clean): Remove all test executables.
4206
4207Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
4208
4209 * gdb.base/shlib-call.exp: add test cases to verify that gdb
4210 successfully re-sets breakpoints in shared libraries.
4211 * gdb.base/shmain.c (main): return 0, don't fall off the end.
4212
4213Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4214
beb998c6
AC
4215 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
4216 and compiled w/o GCC.
c906108c
SS
4217
4218 * gdb.hp/watch-cmd.exp: ditto.
4219
4220 * gdb.hp/watch-hp.exp: ditto.
4221
4222 * gdb.hp/xdb1.exp: ditto.
4223
4224 * gdb.hp/xdb2.exp: ditto.
4225
4226 * gdb.hp/dbx.exp: ditto.
4227
4228Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
4229
4230 * constvars.c: Remove C++-isms.
4231 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
4232 with GCC.
4233
4234Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
4235
4236 The following changes are part of the HP merge.
4237
4238 * gdb.base/break.exp: new tests to verify that catchpoints for
4239 fork, vfork, and exec don't trigger inappropriately.
4240
4241 * gdb.base/opaque.exp: compile one file at a time, then link.
4242
4243 * gdb.base/signals.exp: be more restrictive about which hppa
4244 systems receive a setup_xfail. new tests.
4245
4246 * gdb.base/solib_threshold.build: new file.
4247 * gdb.base/solib_threshold.exp: new file.
4248 * gdb.base/solib_threshold.link_opts: new file.
4249 * gdb.base/solib_threshold.mk: new file.
4250 * gdb.base/gen_solib_threshold.c: new file.
4251
4252 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
4253 tests. New tests for enums inside classes.
4254
4255 * gdb.c++/compiler.cc: indicate support of template debugging.
4256
4257 * gdb.c++/demangle.exp: run hp style demangling tests.
4258
4259 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
4260 tests.
4261
4262 * gdb.c++/misc.cc: changes to support new tests.
4263
4264 * gdb.c++/templates.cc: changes to support HP's compiler; changes
4265 to support new tests.
4266
4267 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
4268 gcc, then skip these tests.
4269
4270Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
4271
4272 The following files are part of the HP merge; some had longer
4273 names at HP, but have been renamed to be no more than 14
4274 characters in length.
4275
4276 * gdb.hp/ambiguous.cc: new file.
4277 * gdb.hp/ambiguous.exp: new file.
4278 * gdb.hp/attach.exp: new file.
4279 * gdb.hp/attach2.exp: new file.
4280 * gdb.hp/classes-hp.exp: new file.
4281 * gdb.hp/ctti.exp: new file.
4282 * gdb.hp/ctti-add.cc: new file.
4283 * gdb.hp/ctti-add1.cc: new file.
4284 * gdb.hp/ctti-add2.cc: new file.
4285 * gdb.hp/ctti-add3.cc: new file.
4286 * gdb.hp/dbx.exp: new file.
4287 * gdb.hp/exception.cc: new file.
4288 * gdb.hp/exception.exp: new file.
4289 * gdb.hp/foll-exec.c: new file.
4290 * gdb.hp/foll-exec.exp: new file.
4291 * gdb.hp/foll-fork.c: new file.
4292 * gdb.hp/foll-fork.exp: new file.
4293 * gdb.hp/foll-vfork.c: new file.
4294 * gdb.hp/foll-vfork.exp: new file.
4295 * gdb.hp/inherit-hp.exp: new file.
4296 * gdb.hp/more-steps.exp: new file.
4297 * gdb.hp/namespace.cc: new file.
4298 * gdb.hp/namespace.exp: new file.
4299 * gdb.hp/optimize.exp: new file.
4300 * gdb.hp/pxdb.c: new file.
4301 * gdb.hp/pxdb.exp: new file.
4302 * gdb.hp/quicksort.exp: new file.
4303 * gdb.hp/reg-test.exp: new file.
4304 * gdb.hp/reg-test.s: new file.
4305 * gdb.hp/sized-enum.c: new file.
4306 * gdb.hp/sized-enum.exp: new file.
4307 * gdb.hp/start-stop.exp: new file.
4308 * gdb.hp/templ-hp.cc: new file.
4309 * gdb.hp/templ-hp.exp: new file.
4310 * gdb.hp/thr-lib.c: new file.
4311 * gdb.hp/thr-lib.exp: new file.
4312 * gdb.hp/thr-lib.h: new file.
4313 * gdb.hp/thr-liblib.c: new file.
4314 * gdb.hp/virtfun-hp.c: new file.
4315 * gdb.hp/virtfun-hp.exp: new file.
4316 * gdb.hp/watch-cmd.exp: new file.
4317 * gdb.hp/watch-hp.exp: new file.
4318 * gdb.hp/xdb1.exp: new file.
4319 * gdb.hp/xdb2.exp: new file.
4320 * gdb.hp/xdb3.exp: new file.
4321
4322Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
4323
4324 The following files are part of the HP merge; some had longer
4325 names at HP, but have been renamed to be no more than 14
4326 characters in length.
4327
4328 * gdb.base/ss.h: new file.
4329 * gdb.base/call-ar-st.c: new file.
4330 * gdb.base/call-ar-st.exp: new file.
4331 * gdb.base/call-rt-st.c: new file.
4332 * gdb.base/call-rt-st-exp: new file.
4333 * gdb.base/call-strs.exp: new file.
4334 * gdb.base/ena-dis-br.exp: new file.
4335 * gdb.base/environ.exp: new file.
4336 * gdb.base/long_long.exp: new file.
4337 * gdb.base/sect-cmd.exp: new file.
4338 * gdb.base/shlib-cl2.exp: new file.
4339 * gdb.base/smoke.exp: new file.
4340 * gdb.base/so-impl-ld.c: new file.
4341 * gdb.base/so-impl-ld.exp: new file.
4342 * gdb.base/so-indr-cl.c: new file.
4343 * gdb.base/so-indr-cl.exp: new file.
4344 * gdb.base/varargs.exp: new file.
4345 * gdb.base/volatile.exp: new file.
4346 * gdb.base/whatis-exp.exp: new file.
7a292a7a 4347 * gdb.base/display.exp: new file.
c906108c
SS
4348 * gdb.c++/derivation.exp: new file.
4349 * gdb.c++/local.exp: new file.
4350 * gdb.c++/member-ptr.exp: new file.
4351 * gdb.c++/overload.exp: new file.
4352 * gdb.c++/ovldbreak.exp: new file.
4353 * gdb.c++/ref-types.exp: new file.
4354 * gdb.c++/ref-types2.exp: new file.
4355 * gdb.c++/userdef.exp: new file.
beb998c6 4356
c906108c
SS
4357Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4358
4359 * gdb.base/default.exp: Reflect wording change in remote.c.
4360
dc96c6c7 4361Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4362
4363 * gdb.base/help.exp: Update to reflect current text.
4364
4365Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
4366
4367 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
4368 they're stack variables and contain garbage.
4369 * gdb.c++/anon-union.exp: new file.
4370
4371 The following changes were made by David Taylor
4372 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4373 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4374 in changes by HP.
4375
4376 * gdb.base/bitops.exp: new file.
4377 * gdb.base/default.exp: change expected messages for catch and
4378 info catch tests to reflect HP merge changes.
4379 * gdb.base/enable-disable-break.exp
4380 * gdb.base/ending-run.c: new file.
4381 * gdb.base/long_long.c: new file.
4382 * gdb.base/maint.exp: new file.
4383 * gdb.base/pointers2.exp: new file.
4384 * gdb.base/shlib-call2.exp: new file.
4385 * gdb.base/solib.exp: new file.
4386 * gdb.base/step-test.c: new file.
4387 * gdb.c++/anon-union.cc: new file.
4388 * gdb.c++/local.cc: new file.
4389 * gdb.c++/member-pointer.cc: new file.
4390 * gdb.c++/method.cc: new file.
4391 * gdb.c++/ref-types.cc: new file.
4392 * gdb.c++/ref-types2.cc: new file.
4393 * gdb.c++/userdef.cc: new file.
beb998c6 4394
c906108c
SS
4395 * gdb.base/scope.exp: compile one file at a time, then link.
4396 * gdb.base/langs.exp: ditto.
4397 * gdb.base/list.exp: ditto.
beb998c6 4398
c906108c
SS
4399Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
4400
4401 The following changes were made by David Taylor
4402 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4403 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4404 in changes by HP.
beb998c6 4405
c906108c
SS
4406 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
4407 skip tests. When compiling pass c++ flag to gdb_compile.
4408 * gdb.c++/
beb998c6 4409
c906108c
SS
4410 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
4411 test for on hppa*-*-hpux*; use args to see if c++ was specified.
4412 (skip_hp_tests): new function.
4413 (gdb_preprocess): new function.
4414
4415 * configure.in (hpdir): decide whether to configure gdb.hp.
4416 * configure: regenerated.
4417
4418 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
4419 to delete on clean.
4420 (EXECUTABLES): update to reflect new additions.
4421 * gdb.base/commands.exp: update message expected.
4422 * gdb.base/default.exp: add copyright notice.
4423 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
4424 * gdb.base/help.exp: update messages to reflect current text.
4425 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
4426 targets for recurse tests.
4427 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
4428 skip this file.
4429
4430 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
4431 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
4432 compilation.
4433 * gdb.c++/misc.exp: ditto.
4434 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
4435 run the tests. tell gdb_compile that it's a c++ compilation.
4436
4437 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 4438
c906108c
SS
4439 * gdb.base/all-bin.exp: new file.
4440 * gdb.base/arithmet.exp: new file.
4441 * gdb.base/assign.exp: new file.
4442 * gdb.base/completion.exp: new file.
4443 * gdb.base/cond-expr.exp: new file.
4444 * gdb.base/condbreak.exp: new file.
4445 * gdb.base/define.exp: new file.
4446 * gdb.base/dollar.exp: new file.
4447 * gdb.base/environment.exp: new file.
4448 * gdb.base/eval-skip.exp: new file.
4449 * gdb.base/jump.exp: new file.
4450 * gdb.base/logical.exp: new file.
4451 * gdb.base/pointers.exp: new file.
4452 * gdb.base/relational.exp: new file.
4453 * gdb.base/section_command.exp: new file.
4454 * gdb.base/whatis-expr.exp: new file.
4455
4456 * gdb.base/all-types.c: new file.
4457 * gdb.base/call-array-struct.c: new file.
4458 * gdb.base/call-return-struct.c: new file.
4459 * gdb.base/call-strings.c: new file.
4460 * gdb.base/callfuncs2.c: new file.
4461 * gdb.base/condbreak.c: new file.
4462 * gdb.base/constvars.c: new file.
4463 * gdb.base/display.c: new file.
4464 * gdb.base/int-type.c: new file.
4465 * gdb.base/jump.c: new file.
4466 * gdb.base/miscexprs.c: new file.
4467 * gdb.base/pointers.c: new file.
4468 * gdb.base/pointers2.c: new file.
4469 * gdb.base/shmain.c: new file.
4470 * gdb.base/shr1.c: new file.
4471 * gdb.base/shr2.c: new file.
4472 * gdb.base/solib.c: new file.
4473 * gdb.base/solib1.c: new file.
4474 * gdb.base/solib2.c: new file.
4475 * gdb.base/varargs.c: new file.
4476 * gdb.c++/derivation.cc: new file.
4477 * gdb.c++/overload.cc: new file.
4478 * gdb.c++/ovldbreak.cc: new file.
4479 * gdb.hp/attach.c: new file.
4480 * gdb.hp/attach2.c: new file.
4481 * gdb.hp/average.c: new file.
4482 * gdb.hp/compiler.c: new file.
4483 * gdb.hp/compiler.cc: new file.
4484 * gdb.hp/execd-program.c: new file.
4485 * gdb.hp/follow-exec.c: new file.
4486 * gdb.hp/follow-fork.c: new file.
4487 * gdb.hp/follow-vfork-and-exec.c: new file.
4488 * gdb.hp/misc-hp.cc: new file.
4489 * gdb.hp/more-steps.c: new file.
4490 * gdb.hp/optimize.c: new file.
4491 * gdb.hp/quicksort.c: new file.
4492 * gdb.hp/run-hp.c: new file.
4493 * gdb.hp/start-stop.c: new file.
4494 * gdb.hp/sum.c: new file.
4495 * gdb.hp/templates-hp.cc: new file.
4496 * gdb.hp/thread-local-in-lib.c: new file.
4497 * gdb.hp/thread-local-in-lib.h: new file.
4498 * gdb.hp/thread-local-in-lib.lib.c: new file.
4499 * gdb.hp/vforked-program.c: new file.
4500 * gdb.hp/virtfunc-hp.cc: new file.
4501 * gdb.hp/watchpoint-hp.c: new file.
4502 * gdb.hp/xdb.c: new file.
4503 * gdb.hp/xdb0.c: new file.
4504 * gdb.hp/xdb0.h: new file.
4505 * gdb.hp/xdb1.c: new file.
4506
4507Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
4508
4509 The following change was made by Edith Epstein
4510 <eepstein@cygnus.com> as part of a project to merge in changes
4511 originally made by HP; HP did not create ChangeLog entries.
4512
4513 * gdb.c++/demangle.exp: changed the expected output for some
4514 ARM-style mangling -- removed second reference to datatype.
4515 For example, maint demangle __dt__11T1__pt__2_cFv
4516 T1<char>::~T1<char>(void)
4517 becomes,
4518 maint demangle __dt__11T1__pt__2_cFv
4519 T1<char>::~T1(void)
4520
4521 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 4522
c906108c
SS
4523Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
4524
4525 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
4526 * gdb.trace/backtrace.exp: Likewise.
4527 * gdb.trace/circ.exp: Likewise.
4528 * gdb.trace/collection.exp: Likewise.
4529 * gdb.trace/deltrace.exp: Likewise.
4530 * gdb.trace/infotrace.exp: Likewise.
4531 * gdb.trace/limits.exp: Likewise.
4532 * gdb.trace/packetlen.exp: Likewise.
4533 * gdb.trace/passc-dyn.exp: Likewise.
4534 * gdb.trace/passcount.exp: Likewise.
4535 * gdb.trace/report.exp: Likewise.
4536 * gdb.trace/save-trace.exp: Likewise.
4537 * gdb.trace/tfind.exp: Likewise.
4538 * gdb.trace/tracecmd.exp: Likewise.
4539 * gdb.trace/while-dyn.exp: Likewise.
4540 * gdb.trace/while-stepping.exp: Likewise.
4541
45421998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
4543
4544 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
4545
4546Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
4547
4548 From Brendan Kehoe:
4549 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
4550 int return types.
4551
4552Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
4553
4554 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
4555 remote dos host testing right.
4556
4557Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
4558
4559 * gdb.base/corefile.exp: remove some xfails.
4560
4561Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
4562
4563 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
4564 have different timestamps.
4565
4566Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
4567
4568 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
4569 gdb.base/default.exp: Replace "exec" with "executable".
4570
4571Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
4572
4573 * gdb.base/default.exp: Change else if to elseif from previous
4574 delta.
4575
4576Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
4577
4578 * gdb.base/default.exp: Add brace missing from previous delta.
4579
4580Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
4581
4582 * gdb.base/default.exp: Support test for info float for all
4583 varieties of arm toolchain.
4584
dc96c6c7 4585Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4586
4587 * gdb.trace/*.exp: remove "remote_download" command.
4588
dc96c6c7 4589Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4590
4591 * gdb.trace/*.exp: remove -gdwarf from compile.
4592
4593Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
4594
4595 * gdb.trace/configure.in(AC_INIT): typo
4596 * gdb.trace/configure: regenerated
4597
dc96c6c7 4598Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4599
4600 * config/m68k-emc.exp: New file.
4601 * lib/<emc-support.exp trace-support.exp}: New files.
4602 * configure.in: add new test directory gdb.trace.
4603 * gdb.trace/{configure configure.in Makefile.in}: New files.
4604 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
4605 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
4606 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
4607 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
4608 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
4609 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
4610 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 4611
dc96c6c7 4612Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4613
4614 * gdb.c++/classes.exp: Change all regular expressions to match
4615 arbitrary combinations of newline/carriage-return, so that they
4616 will work equally well on Unix and Windows.
4617 * gdb.c++/inherit.exp: ditto.
4618 * gdb.c++/virtfunc.exp: ditto.
4619
46201998-08-11 Dawn Perchik <dawn@cygnus.com>
4621
4622 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
4623
c2d11a7d
JM
4624Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
4625
4626 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
4627 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
4628 to use a0-a3/d0-d3 as needed.
4629
4630Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
4631
4632 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4633 * gdb.disasm/am33.exp: Corresponding changes.
4634
c906108c
SS
46351998-07-11 Felix Lee <flee@cygnus.com>
4636
4637 * gdb.base/callfuncs.exp: add cmp10 test.
4638 * gdb.base/callfuncs.c (cmp10): new function.
4639
4640Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
4641
beb998c6 4642 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
4643 into two parts to get around a synchronization problem in expect.
4644
3fc11d3e
JM
4645Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
4646
4647 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
4648
4649 * configure.in: Add options for gdbtk testsuite.
4650
4651 * configure: Regenerate.
4652
4653 * gdb.gdbtk: New directory to hold gdbtk tests.
4654
c906108c
SS
4655Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4656
4657 * gdb.fortran/types.exp: Escape brackets in expect patterns
4658 for test_float_literal_types_accepted tests.
4659 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
4660 before run test.
4661
c2d11a7d
JM
4662Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
4663
4664 * am33.exp: Just compile, do not link the testcase.
4665 * am33.s: Add ".am33" pseudoop to force am33 mode.
4666
c906108c
SS
46671998-06-25 Felix Lee <flee@cygnus.com>
4668
4669 * gdb.base/setshow.exp: make sure $pc is sane.
4670
4671 * gdb.stabs/weird.exp: split expect patterns properly.
4672
c2d11a7d
JM
4673Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
4674
4675 * gdb.disasm/am33.s: New disassembler testfile for the am33.
4676 * gdb.disasm/am33.exp: Run it.
4677
dc96c6c7 4678Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4679
4680 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
4681 match processing (and eliminate spurious timeouts when running).
4682
dc96c6c7 4683Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4684
4685 * gdb.base/signals.exp (test_handle_all_print): put back Mach
4686 exception test, but conditionalize it on target [mach | gnu].
4687
dc96c6c7 4688Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4689
4690 * gdb.base/overlays.exp: fixup compile line for linker script.
4691
4692Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
4693
4694 * gdb.fortran/types.exp: don't guess at float size.
4695
4696Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
4697
4698 * gdb.base/exprs.exp: delete test that depends on int size.
4699
4700Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
4701
4702 * config/sim.exp: Removed checks for target triplets.
4703 (gdb_target_sim): Use gdb,target_sim_options.
4704
4705Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
4706
4707 * gdb.base/reread.exp: New file.
4708 * gdb.base/reread1.c: New file.
4709 * gdb.base/reread2.c: New file.
4710
4711Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
4712
4713 * config/sim.exp: Use 'target sim -sparclite' when running
4714 SPARClite programs.
4715
4716Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
4717
4718 * gdb.base/structs2.exp: New file.
4719 * gdb.base/structs2.c: New file.
4720
4721Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
4722
4723 * gdb.asm/common.inc: New file.
4724 * gdb.asm/d10v.inc: New file.
4725 * asm-source.exp: Pass -I's to gas to find .inc files.
4726 Update line numbers in expected output.
4727 * asmsrc1.s: Rewrite.
4728 * asmsrc2.s: Rewrite.
4729 * configure.in: Create arch.inc symlink.
4730 * configure: Regenerate.
4731 * Makefile.in (distclean): Delete arch.inc.
4732
4733Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
4734
4735 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
4736 (t_enum_value2): ditto
4737 (t_enum_value3): ditto
4738 (main): ditto
4739Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4740
4741 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
4742 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
4743 change.
4744 Use gdb_test instead of send_gdb/gdb_expect sequences.
4745
4746Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
4747
4748 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
4749 not void.
4750
4751Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
4752
4753 * gdb.base/branches.c: Code with lots of loops and
4754 subroutines. Used to test gdbs ability to single step through PC
4755 changes, especially to test mips-tdep.c:mips_next_pc
4756
4757Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
4758
4759 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
4760 more rigorous EGCS C++ error checking.
4761
4762Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4763
4764 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 4765 tests.
c906108c 4766 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 4767 function when asleep.
c906108c 4768 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
4769 for i*86 Linux and SVR4 signal handling problems.
4770 Remove linux xfail for `next to handler in signals_tests_1', fixed
4771 by recent infrun.c change.
c906108c 4772 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 4773 stack backtraces.
c906108c
SS
4774 Adjust expect pattern in `handle all print' test to match Apr 28 1997
4775 target.[ch] change.
4776
4777Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
4778
4779 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
4780 for a newline from gdb before continuing.
4781 (default_gdb_exit): Just look for y or n.
4782 (gdb_test): Detect abnormal exit from GDB running on DOS; if
4783 it does, fail the rests of the tests in the file.
4784
4785Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
4786
4787 * config/cygmon.exp: New file.
4788
4789Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
4790
4791 * gdb.base/list.exp: Fix problem with "list default lines around
4792 main" test on remote targets.
4793
4794 * gdb.base/scope.exp: Fix problem with filelocal_bss before
4795 run test on remote targets.
4796
4797Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
4798
4799 * gdb.asm: New directory.
4800 * configure.in: Configure it.
4801 * configure: Regenerate.
4802 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
4803 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
4804
4805Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
4806
4807 * config/mn10300-eval.exp: New file to support MN10300 eval board.
4808
dc96c6c7 4809Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4810
c906108c
SS
4811 * gdb.base/overlays (several files): Merge the two overlay
4812 managers into one. Change variables (foox, barx, bazx, grbxx)
4813 back into ints but force them to load in their proper sections.
4814
4815Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
4816
4817 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
4818 on-chip insn memory and IMAP1 to upper 128k.
4819 (D10VCopy): Handle memory regions crossing 16k boundaries.
4820 (D10VCopy): Transfer data in 32 bit chunks.
4821
4822Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
4823
4824 * gdb.base/overlays.c (main): Exit normally when result is
4825 correct.
4826
4827 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
4828 map. Include space for printf in .text segment.
4829
4830 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
4831 updated d10v memory VMA/LMA map.
4832 (D10VCopy): Call D10VTranslate.
beb998c6 4833
c906108c
SS
4834Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
4835
4836 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
4837
4838 * gdb.base/bar.c (barx, bar): Change variable to small array so
4839 that it won't be put into the .sdata - small data -
4840 section. Update reference.
4841 * gdb.base/baz.c (bazx, baz): Ditto.
4842 * gdb.base/foo.c (foox, foo): Ditto.
4843 * gdb.base/grbx.c (grbxx, grbx): Ditto.
4844
4845 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
4846 to be arrays.
beb998c6 4847
dc96c6c7 4848Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4849
c906108c
SS
4850 * gdb.base/overlays.exp: fix up and get working again.
4851 Add tests for backtraces from an overlay function.
beb998c6 4852
c906108c
SS
4853Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
4854
4855 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
4856 "calling function with watchpoint enabled".
4857
4858Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
4859
4860 * gdb.base/break.exp (test_next_with_recursion): Remove
4861 gdb_suppress_tests for d10v-*-*.
4862 * lib/gdb.exp (gdb_suppress_tests): Disable this function
4863 pending review of whether it is useful or not.
4864
4865Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
4866
4867 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
4868
4869Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
4870
4871 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
4872 * config/dve.exp: New file to support Densan boards.
4873
4874Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
4875
4876 * gdb.base/interrupt.exp: Document problem of simulators, signals,
4877 reads and BSD.
4878
4879Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
4880
4881 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
4882 response.
4883
4884 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
4885
4886Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4887
4888 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
4889 test.
4890
4891 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
4892 target_sizeof_long and target_bigendian_p.
4893 (structs_by_value, structs_by_reference): Check values according
4894 to targets word size and endianess.
beb998c6 4895
c906108c
SS
4896Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4897
4898 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
4899 output.
4900
4901Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
4902
4903 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
4904 Update test of set args help to match source change.
4905
4906Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
4907
4908 * gdb.base/default.exp: Expect help system output to be in
4909 alphabetical order.
4910 * gdb.base/help.exp: Ditto.
4911
4912Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
4913
4914 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
4915 "i*86-pc-linux-gnu*".
4916 * gdb.base/interrupt.exp: Ditto.
4917 * gdb.base/corefile.exp: Ditto.
4918
4919 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
4920 define vxworks when building the testcase.
4921
4922 * gdb.base/ptype.exp: Fix testnames to be unique.
4923 * gdb.base/radix.exp: Ditto.
4924 * gdb.base/term.exp: Ditto.
4925 * gdb.base/whatis.exp: Ditto.
4926 * gdb.c++/classes.exp: Ditto.
4927
4928Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
4929
4930 * gdb.base/callfuncs.exp: Fix indentation.
4931
4932 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
4933 suppress_flag has been set.
4934 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
4935 target feature.
4936
4937Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
4938
4939 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
4940 the testcase.
4941
4942 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
4943 set_debug_traps() and breakpoint().
4944 * gdb.c++/misc.cc (main): Ditto.
4945 * gdb.c++/templates.cc (main): Ditto.
4946 * gdb.c++/virtfunc.cc (main): Ditto.
4947
4948Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
4949
4950 * lib/gdb.exp(gdb_step_for_stub): New function.
4951 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
4952 exists, reload the executable and do a "continue" instead of
4953 doing a jump.
4954 (runto_main): Use gdb_step_for_stub.
beb998c6 4955
c906108c
SS
4956 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
4957 tests to have unique names.
4958 * gdb.base/callfuncs.exp: Ditto.
4959 * gdb.base/commands.exp: Ditto.
4960 * gdb.base/default.exp: Ditto.
4961 * gdb.base/help.exp: Ditto.
4962 * gdb.base/list.exp: Ditto.
4963 * gdb.base/opaque.exp: Ditto.
4964 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
4965 similar tests.
beb998c6 4966
c906108c
SS
4967 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
4968 * gdb.c++/cplusfuncs.cc: Ditto.
4969 * gdb.c++/virtfunc.cc: Ditto.
4970
4971 * config/monitor.exp: Keep track of the last file we saw, rather
4972 than trying to get the info from gdb.
4973
4974 * gdb.fortran/types.exp: Move comment to previous line.
4975
4976Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
4977
4978 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
4979 target mode.
4980
4981Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
4982
4983 From Bob Manson:
4984 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
4985 string from GDB when it connects.
4986
4987 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
4988
4989Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
4990
4991 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
4992 if we can't get a debug format from GDB (we may be testing an
4993 older GDB). Use a 10 second timeout when checking for the format.
4994
4995 * gdb.stabs/weird.exp: Fix quoting.
4996
4997 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
4998
4999Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
5000
5001 * config/arm-ice.exp: New file.
5002
5003Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
5004
5005 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
5006 until it has been modified to work with the new testsuite.
5007
99707966 5008 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
5009 testcase won't compile, cause all of the testcases in the file to
5010 fail instead.
5011
5012 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
5013 (gdb_clear_suppressed): New procedure.
5014 (gdb_stop_suppressing_tests): Only clear suppress_flag if
5015 it contains a positive value.
5016
5017Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
5018
5019 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
5020
5021 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
5022
5023Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
5024
5025 * lib/gdb.exp (setup_xfail_format): New function.
5026 (get_debug_format): New function to get debug format.
5027 (debug_format): New global variable to hold last value set
5028 by get_debug_format.
5029 * gdb.base/list.exp: Call get_debug_format and expect some
5030 tests to fail for DWARF 1 and COFF formats.
5031 * gdb.c++/ptype.exp: Ditto.
5032 * gdb.c++/classes.exp: Ditto.
5033 * gdb.c++/cplusfuncs.exp: Ditto.
5034 * gdb.c++/inherit.exp: Ditto.
5035 * gdb.c++/templates.exp: Ditto.
5036 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 5037
c906108c
SS
5038Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
5039
5040 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
5041 host doesn't have a currently-open connection.
5042
5043 * config/sparclet.exp: Cleanups and fixes to make it generic for
5044 any gdb stub target. Handle cases where gdb doesn't respond when
5045 interrupted in a sane fashion.
5046
5047 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
5048 same thing in a totally different way.
5049
5050 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
5051 setting "timeout".
5052 (gdb_start): We set the global gdb_prompt variable in
5053 default_gdb_init now.
5054
5055Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
5056
5057 * gdb.base/printcmds.exp: Fix "check for floating addition"
5058 regexp to accept results within approx +/- .01 of exact value.
5059 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
5060
5061Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
5062
5063 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
5064 properly.
5065 (gdb_expect): Add optional timeout parameter, and add timeout
5066 value to various calls.
5067 (gdb_suppress_tests): Only give one warning message per group.
5068
5069Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
5070
5071 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
5072 global variables. Handle getting a value for $timeout more
5073 gracefully.
5074
5075Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5076
5077 * lib/gdb.exp: Close connection to remote host if gdb doesn't
5078 initialize.
5079 (default_gdb_init): New procedure; allow gdb_init to be overridden
5080 by a target configuration file.
5081 (gdb_expect): Pass the timeout to remote_expect.
5082
5083 * config/monitor.exp(gdb_load): Fix typo in regexp.
5084
5085Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
5086
5087 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
5088
5089Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
5090
5091 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
5092 here. Call gdb_target_exec before rebooting the target, to make
5093 sure the connection to the target is closed.
5094 (gdb_load): Pass the name of the executable to gdb_target_monitor.
5095 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
5096 Also detect "Timeout reading from remote" error.
5097
5098 * config/gdbserver.exp: Pass the executable being loaded to
5099 gdb_target_monitor. Don't call gdb_file_cmd here; let
5100 gdb_target_monitor do it.
5101
5102 * gdb.disasm/hppa.exp: Don't use exec_output.
5103
5104Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
5105
5106 * gdb.base/list.exp: If we're debugging a non-native target,
5107 try to set the pc register to point to the start of the
5108 program before doing the first list command.
5109
5110 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
5111 test_calls after restarting.
5112
5113 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
5114 reloading.
5115
5116 * gdb.base/watchpoint.exp: Fix typo.
5117
5118 * gdb.base/setshow.exp: Check for use_gdb_stub.
5119
5120 * gdb.base/break.exp: Fix continue until exit test for the gdb
5121 stub case.
5122 * gdb.base/langs.exp: Ditto.
5123
5124 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
5125 gdb_load_offset. If we weren't given a file to load, figure out
5126 what the current file is and use it.
5127
5128 * config/i386-bozo.exp: New file.
5129
5130Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
5131
5132 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
5133 feature.
5134
5135 * config/proelf.exp: New entry.
5136
5137Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
5138
5139 * lib/gdb.exp: Remove spurious .* patterns at the beginning
5140 of regexps.
5141
5142 * gdb.base/watchpoint.exp: Don't run the test_stepping
5143 tests if gdb can't call functions on the target.
5144
5145 * gdb.base/setshow.exp: Don't run the set prompt tests if
5146 the board has gdb_prompt set.
5147
5148Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
5149
5150 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
5151 * gdb.base/commands.exp: Likewise.
5152 * gdb.base/setshow.exp: Likewise.
5153
5154Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
5155
5156 * config/monitor.exp(gdb_start): Look for gdb_prompt target
5157 feature.
5158
5159 * config/i960.exp: New file.
5160
5161Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
5162
5163 * gdb.base/funcargs.exp: Check for gdb,short_int target
5164 feature instead of looking for explicit target triplets.
5165
dc96c6c7 5166Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 5167
beb998c6 5168 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
5169 "p 123DEADBEEF", to check parse_number.
5170 * top.c: change "to enable to enable" to "to enable" in a couple
5171 of help strings.
5172
5173Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
5174
5175 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
5176 on the mn10300.
beb998c6 5177
c906108c
SS
5178Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
5179
5180 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
5181 where the test executable is run with explicit args.
5182 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
5183
5184Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
5185
5186 * gdb.base/run.c: Use FAKEARGV to build test executable that
5187 does not require a command line arg, since most simulators
5188 don't currently support passing such an arg into the simulated
5189 program.
5190 * gdb.base/commands.exp: Change tests to insert the proper
5191 value as the arg to the first recursive factorial call. Change
5192 compilation line to define FAKEARGV at compile time.
5193
5194Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
5195
5196 * gdb.base/recurse.exp: Enable these tests for the mn10300.
5197 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
5198 function with watchpoint enabled" test.
5199
5200Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
5201
5202 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
5203 Don't call gdb_test when the command doesn't return to a gdb prompt.
5204
5205 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
5206 "Tests restarted" messages.
5207
5208Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
5209
5210 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
5211
dc96c6c7 5212Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5213
5214 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
5215 for INFO SYMBOL; add help tests for OVERLAY commands.
5216 * gdb.base/default.exp: add tests for INFO SYMBOL command;
5217 add tests for OVERLAY commands
5218 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
5219 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
5220 * gdb.base/sigall.c: add usestubs code frag
5221 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 5222
c906108c
SS
5223Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
5224
5225 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
5226 failures.
5227 (gdb_stop_suppressing_tests): Note that tests have restarted.
5228
5229Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
5230
5231 * config/h8300.exp: New file.
5232
5233Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
5234
5235 * gdb.base/setshow.exp: Check for the existence of a
5236 feature, not its value.
5237
5238Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
5239
5240 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
5241
5242 * gdb.base/scope.exp: It's now init0(), not init().
5243
5244 * gdb.base/scope0.c: For now, change init() to be init0().
5245
5246 * config/monitor.exp: Use gdb_serial in preference to serial
5247 or netport.
5248
5249 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
5250 and it's not already set.
5251
5252Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
5253
5254 * gdb.base/setshow.exp: Only test the run command if the target
5255 isn't using a stub and if it supports argument passing.
5256
5257Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
5258
5259 * config/udi.exp(gdb_start): Make sure UDICONF is set
5260 properly before starting gdb.
5261
5262Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
5263
5264 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
5265 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
5266 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
5267
5268Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
5269
5270 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
5271 specialized code to reboot the board, use remote_reboot instead.
5272
5273 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
5274
5275 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
5276
5277 * config/monitor.exp: Make sure we disconnect from the target.
5278 Also, try a reboot/reload cycle instead of failing if the
5279 load fails.
5280
5281Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
5282
5283 * gdb.base/default.exp: Don't set match_max.
5284 * gdb.base/help.exp: Ditto.
5285 * gdb.base/list.exp: Ditto.
5286 * gdb.base/signals.exp: Ditto.
5287
5288 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
5289 set, use remote_ld to download the testcase instead of
5290 the GDB loader.
5291
5292Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
5293
5294 * config/vr5000.exp: New file.
5295
5296 * config/monitor.exp(gdb_target_monitor): Add pattern for
5297 "Ending remote" to detect errors in connecting.
5298
5299 * gdb.base/setshow.exp: Add .* within auto language test.
5300
5301 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
5302 target feature.
5303
5304 * config/monitor.exp(gdb_load): Check for a failure when loading,
5305 and reboot the board if necessary.
5306
5307 * gdb.base/setvar.exp(test_set): Handle multiple prints within
5308 a set of tests. Remove print.* from the patterns being checked.
5309
5310Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
5311
5312 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
5313 refer to gdb_spawn_id.
5314
5315 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
5316 longer used.
5317 * config/sparclet.exp: Ditto.
5318 * config/sparclet-old.exp: Ditto.
5319 * config/slite.exp: Ditto.
5320 * config/sim.exp: Ditto.
5321 * gdb.base/funcargs.exp: Ditto.
5322
5323 * lib/gdb.exp:Remove references to gdb_spawn_id.
5324 (gdb_expect): Move to remote.exp.
5325
5326Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
5327
5328 * config/monitor.exp: Detect the "Couldn't establish connection"
5329 message from GDB.
5330
5331Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
5332
5333 * gdb.base/bitfields.exp: Use runto instead of explicit
5334 gdb_run_cmd/gdb_expect sequences.
5335
5336 * gdb.base/break.exp(text_next_with_recursion): Add match for
5337 gdb_expect call.
5338
5339 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
5340 We also need to handle the "A program is being debugged already"
5341 prompt from gdb. Use gdb_test to set the baud rate.
5342
5343 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
5344 to 20000. Really. I mean it.
5345
5346Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5347
5348 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
5349 fails. If suppress_flag is set, skip perror message about not
5350 being able to send to GDB.
5351 (send_gdb): If suppress_flag is set, don't try to send commands to
5352 GDB.
5353 (gdb_expect): If suppress_flag is set, always fail immediately.
5354 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
5355 (gdb_init): Call gdb_stop_suppressing_tests.
5356 (default_gdb_exit): Ditto.
5357 (default_gdb_start): Ditto.
5358
5359 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
5360 gdb_stop_suppressing_tests as appropriate.
5361 * gdb.base/break.exp: Ditto.
5362 * gdb.base/callfuncs.exp: Ditto.
5363 * gdb.base/commands.exp: Ditto.
5364 * gdb.base/exprs.exp: Ditto.
5365 * gdb.base/funcargs.exp: Ditto.
5366 * gdb.base/list.exp: Ditto.
5367 * gdb.base/recurse.exp: Ditto.
5368 * gdb.base/scope.exp: Ditto.
5369 * gdb.base/structs.exp: Ditto.
5370 * gdb.c++/inherit.exp: Ditto.
5371
5372Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
5373
5374 * config/vr4300.exp: New file.
5375
99707966
MC
5376 * gdb.*/*.exp: Call gdb_expect instead of expect.
5377
5378 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
5379
5380Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
5381
5382 * lib/gdb.exp(gdb_init): New function.
5383
5384 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
5385 for each individual variable set.
5386
5387 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
5388 name.
5389
5390 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
5391
5392 * gdb.base/scope.exp: Use gdb_test.
5393
5394 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
5395 aborting; the testsuite driver will do that for us (see
5396 gdb_finish). Also, use gdb_test in a few more places.
5397
5398Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5399
5400 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
5401
5402Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
5403
5404 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
5405 and "add_tests" are not at the same address.
5406
5407Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
5408
5409 * gdb.base/ptype.exp: Use gdb_test.
5410
5411Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
5412
5413 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
5414 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
5415 left in. No longer expect them to fail.
5416
5417 * gdb.stabs/*.mt; Deleted, no longer used.
5418 * gdb.stabs/configure.in: Remove references to target makefile
5419 frags.
5420 * gdb.stabs/configure: Rebuilt.
5421
5422 * gdb.disasm/*.mt: Deleted, no longer used.
5423 * gdb.disasm/configure.in: Remove references to target makefile
5424 frags. Use "sh3.s" as the unique filename for this directory.
5425 * gdb.disasm/configure: Rebuilt.
5426
5427 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
5428 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
5429 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
5430
5431Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
5432
5433 * config/udi.exp: Use mondfe,name instead of remote_host.
5434
5435Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
5436
5437 * gdb.base/watchpoint.exp: Don't expect a failure when calling
5438 a function with a watchpoint enabled on the mn10200.
5439
5440 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
5441 before trying to create it!
5442
5443Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
5444
5445 * config/vx.exp: Use hostname instead of netport.
5446
5447 * config/vxworks.exp: New file.
5448
5449 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
5450
5451 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
5452 gdb before assuming everything worked. Send a ^C if a timeout
5453 occurs.
5454
5455 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
5456 $gdb_spawn_id directly.
5457 (gdb_run_cmd): Try _start as well as start. Use the target feature
5458 gdb,start_symbol as the symbol to start from when jumping.
5459
5460Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
5461
5462 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
5463 redundant) test.
5464
5465 * gdb.base/recurse.exp: Relax final value test for 'b' so that
5466 it doesn't lose for 16bit integer systems.
5467
5468Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
5469
5470 * gdb.fortran/types.exp: If the target doesn't support "double"
5471 data types, then expect "real" types to only be 4 bytes.
5472
5473 * gdb.c++/virtfunc.exp: Expect failure for virtual function
5474 call tests if the target doesn't support inferior function calls.
5475
5476 * gdb.base/printcmds.exp: Allow minor deviation in FP values
5477 in printf tests.
5478
5479Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
5480
5481 * gdb.base/help.exp: Disable "help set", "help show", and
5482 "help support". Simplify regexp for "help stack".
5483
5484 * gdb.base/default.exp: Set match_max to 5000 and the timeout
5485 to 60 seconds. Temporarily set match_max to 15000 around the
5486 "info copying" test.
5487
5488 * gdb.base/nodebug.exp: Don't try to do an inferior function
5489 call if the target doesn't support them.
5490 * gdb.base/printcmds.exp: Likewise.
5491 * gdb.base/setvar.exp: Likewise.
5492 * gdb.base/structs.exp: Likewise.
5493 * gdb.c++/templates.exp: Likewise.
5494 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
5495
5496 * gdb.base/recurse.exp: Enable for the mn10200.
5497
5498 * configure.in: Do configure gdb.stabs directory for *-*-elf
5499 targets.
5500 * configure: Rebuilt.
5501
5502 * gdb.base/break.exp: Check for gdb,noresults before testing
5503 exit status and/or results from the target.
5504 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
5505 * lib/gdb.exp: Remove old (now bogus) initialization of
5506 noinferior, noargs, noresults and nosignals.
5507
5508Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
5509
5510 * config/sh.exp: New file.
5511
5512 * config/slite.exp: Try to connect multiple times to the board
5513 before rebooting. Only send a "monitor run" if need_monitor_run
5514 is set.
5515
5516 * gdb.base/break.exp: Don't do the "stub continue" test if
5517 the target has gdb_stub set.
5518
5519 * gdb.base/callfuncs.exp: Increase the timeout.
5520
5521 * gdb.base/interrupt.exp: Don't even try to compile the testcase
5522 if the target has gdb,noinferiorio set.
5523
5524 * gdb.base/list.exp: Increase match_max to 10000 characters.
5525
5526 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
5527
5528 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
5529 target.
5530
5531 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
5532
5533Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
5534
5535 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
5536 trying to delete the copy of gdb. Catch the file delete so we
5537 don't die if the delete fails; also, the file should be copied to
5538 the host, not to the build.
5539
5540Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
5541
5542 * lib/gdb.exp(gdb_test): Surround the result pattern with
5543 parenthesis in case it contains multiple regexps separated
5544 with |.
5545
5546 * gdb.base/watchpoint.exp: Use gdb_test.
5547 * gdb.base/default.exp: Ditto.
5548
5549Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
5550
99707966 5551 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 5552
c906108c
SS
5553 * gdb.base/scope.exp: Use gdb_test.
5554 * gdb.c++/classes.exp: Ditto.
5555 * gdb.c++/inherit.exp: Ditto.
5556
5557Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
5558
5559 * gdb.base/crossload.exp: Don't use execute_anywhere, use
5560 remote_exec instead.
5561 * gdb.base/corefile.exp: Don't be ridiculous.
5562 * gdb.base/*.c: Add missing stub invocations.
5563
5564Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
5565
5566 * config/slite.exp: Miscellaneous fixes.
5567
5568 * lib/gdb.exp: Fix runto.
5569
5570 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
5571 the target.
5572
5573 * gdb.base/watchpoint.exp: Fix regexp.
5574
5575 * lib/gdb.exp(default_gdb_exit): Add a catch to the
5576 close and wait commands, as the descriptor may now be
5577 invalid. Always call "remote_close host".
5578
5579Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
5580
5581 Major rewrite for testsuite revision.
beb998c6 5582
c906108c
SS
5583 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
5584 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
5585 instead of relying on spawn_id to always contain a valid
5586 spawn id.
5587 (get_compiler_info): New procedure to build the ${binfile}.ci
5588 file, instead of replicating this in N different places.
5589 (gdb_compile): New procedure.
beb998c6 5590
c906108c
SS
5591 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
5592 appropriate arguments) instead of compile. Use gdb_test in a lot
5593 more places. Use send_gdb instead of send. Always run gdb_start
5594 at the start of a testcase, as this is no longer done magically.
5595
5596 config/*-gdb.exp: Rename without the -gdb suffix.
5597
5598 config/mips.exp: Use remote_close instead of exit_remote_shell.
5599 config/monitor.exp: Use target_info instead of looking at
5600 baud, timeout, etc.
5601 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
5602
5603Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5604
5605 * gdb.c++/templates.exp (test_ptype_of_templates),
5606 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
5607 Update expect patterns for destructors and assignment operators
5608 to match corresponding c-typeprint.c changes.
5609 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
5610 to destructor breakpoint test, GDB should be able to set the
5611 destructor breakpoint without specifying arguments.
5612
5613Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
5614
5615 * gdb.threads/pthreads.exp: Change result for failure to compile due
5616 to lack of pthreads runtime support from an error to simply an
5617 unsupported test, per dejagnu standards.
5618
5619Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5620
5621 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
5622 where GDB exits to reduce pattern match time.
5623 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
5624
5625 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
5626
dc96c6c7 5627Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5628
5629 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5630 * gdb.base/default.exp: ditto.
5631 * gdb.base/nodebug.exp: ditto.
5632 * gdb.base/printcmds.exp: ditto.
5633 * gdb.base/ptype.exp: ditto.
5634 * gdb.base/setvar.exp: ditto.
5635 * gdb.base/structs.exp: ditto.
5636 * gdb.base/setshow.c: Guard against uninitialized values of argc.
5637
5638Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
5639
5640 * configure, */configure: Rebuild with autoconf 2.12.
5641
5642Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
5643
5644 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
5645 use new i*86-pc-linux*-gnu quads.
5646 * gdb.base/corefile.exp: Ditto.
5647 * gdb.base/signals.exp: Ditto.
5648 * gdb.base/sigall.exp: Ditto.
5649 * gdb.base/interrupt.exp: Ditto.
5650
5651 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
5652 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
5653 RedHat 4.0.
beb998c6 5654
c906108c
SS
5655 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
5656 linux. This allows the test case to at least compile on latest
5657 linux, but still not run due to missing the threads runtime library.
5658
5659Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5660
5661 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
5662 directory to search gdb directory. Accept and step over conditional
5663 stack alignment code. Consume $prompt in failure cases.
5664 Reset timeout to $oldtimeout instead of some arbitrary value.
5665 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
5666 timeout problems with infinite stack backtraces.
5667 * gdb.base/ptype.exp (ptype struct link, union tu_link):
5668 Accept function parameters for linkfunc member.
5669
5670Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
5671
5672 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
5673 (CXXFLAGS): Remove, unreferenced.
5674 (B_OPTIONS): Add for -B options and add code to initialize with
5675 previous -B options and also add -B option to pick up cross compiled
5676 runtime.
5677 (TARGET_INCLUDES): Add for -I options and add code to initialize when
5678 doing cross compiles.
5679 (target_alias): Declare global.
5680 (xgcc): Set variable to full path of gcc in build tree. Use findfile
5681 to verify that gcc exists in build tree, and if so set CC to that
5682 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 5683
c906108c
SS
5684Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
5685
5686 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
5687 ptype test for anonymous union. Fixup testcase to match
5688 current gcc debug output.
5689
5690Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
5691
5692 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
5693 force argument to an unsigned long type.
5694
5695Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
5696
5697 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
5698 tests and anonymous union print/ptype tests.
5699 * gdb.base/list.exp (test_forward-search): Increase timeout by
5700 5 minutes for the "search extremely long line" case.
5701 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
5702 completely optional and that the pass/fail messages use the command as
5703 the message if that third arg is a null string.
5704 (gdb_test_exact): Arrange that a null string pattern means match a
5705 null string output rather than any output, which might include random
5706 errors.
5707 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
5708 backtrace test.
5709 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
5710 always failing and failure is now exposed by gdb.exp changes.
5711
5712Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
5713
5714 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
5715 weren't being noted.
5716
5717Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5718
5719 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
5720 * gdb.stabs/weird.exp: Remove v_comb xfails.
5721
dc96c6c7 5722Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5723
5724 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
5725 list.exp scope.exp watchpoint.exp]
5726 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 5727
dc96c6c7 5728Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5729
5730 * config/monitor.exp: Increase download timeout to 1000 seconds.
5731
dc96c6c7 5732Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5733
5734 * config/m32r.exp: Increase timeout to 120 seconds.
5735
5736Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
5737
5738 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
5739 and accept older ordering as obsolescent gcc or gdb.
5740 * gdb.c++/templates.exp: Ditto.
5741 * gdb.c++/virtfunc.exp: Ditto.
5742
5743Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
5744
5745 * gdb.base/coremaker.c: Add code to mmap some data so we
5746 can check that it ends up in the core file.
5747 * gdb.base/corefile.exp: Add test to read mmapped data
5748 from core file.
5749
dc96c6c7 5750Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5751
5752 * config/m32r.exp: New file.
5753
5754Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
5755
5756 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
5757 that cflags can contains -gstabs, and work correctly for other tests.
5758
dc96c6c7 5759Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5760
5761 * gdb.base/setshow.exp: New file, tests show and set.
5762 * gdb.base/setshow.c: New file, tests show and set.
5763 * gdb.base/help.exp: Add test for help set|show annotate.
5764 * gdb.base/default.exp: Add test for set|show annotate.
5765
5766Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
5767
5768 * testsuite/gdb.base/break.exp: Make backtrace from factorial
5769 errors unique.
5770 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
5771 explicitly.
5772
5773Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
5774
5775 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
5776 and width commands. This is done elsewhere.
5777 * (gdb_start): Don't call gdb_start_sim here. That's already
5778 done in gdb_load. This fixes lots of failures in default.exp.
5779
5780Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
5781
5782 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5783 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
5784 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
5785 in the same we we treat other failures (since it may be an expected
5786 condition), rather than as an error.
5787 * gdb.base/signals.exp (test_handle_all_print): Revert back to
5788 old test format.
5789
5790Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
5791
5792 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
5793 (distclean maintainer-clean realclean): No need to remove files
5794 twice. Nuke the duplicates.
5795 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 5796 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
5797 Remove config.h along with other config files.
5798
5799Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
5800
5801 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
5802 "p func1 ()" and note that rests of tests are skipped.
5803 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
5804 setup_xfails for "print func2::coremaker_local".
5805 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
5806 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
5807 affected by the previous run test.
5808 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
5809 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
5810 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
5811 "pass int powerset tuple" and "pass modeless int powerset tuple".
5812 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
5813 "real write 4" and "real write 8".
5814 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
5815 setup_xfails for "print vs1 after tuple assign 2",
5816 "print \$i after tuple assign 2", and
5817 "print vs2 after tuple assign 2".
5818 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
5819 meaningful error message and return -1 so the caller can
5820 suppress further tests and avoid a cascade of errors.
beb998c6 5821
c906108c
SS
5822Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
5823
5824 * gdb.base/a1-selftest.exp: Tweak tests to account for new
5825 format for printing version.
5826 * gdb.base/default.exp: Ditto.
5827 * gdb.base/interrupt.exp: Fix problem with cascade of
5828 errors if child process dies while calling a function.
beb998c6 5829
c906108c
SS
5830Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
5831
5832 * Makefile.in (VPATH): Add
5833 * Makefile.in (Makefile, config.status): Fix rules so things get
5834 remade when necessary.
5835
5836Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
5837
5838 * Makefile.in (just-check): Add path to sibling expect dir
5839 to environment variable specified by RPATH_ENVVAR.
5840
5841Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
5842
5843 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
5844 (just-check): Add shared library paths for libstdc++, tk,
5845 tcl, bfd, and opcodes to the environment variable specified
5846 in RPATH_ENVVAR.
5847 * configure.in: Add support to recognize --enable-shared flag
5848 and generate correct value for RPATH_ENVVAR.
5849 * configure: Regenerated with autoconf.
5850
5851Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
5852
5853 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
5854 include all osf versions.
5855 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
5856 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
5857 when target is linux. When failing to build pthreads test
5858 executable, give more meaningful message.
5859 * gdb.threads/pthreads.c: Hpux also uses old definition of second
5860 arg for pthread_create.
beb998c6 5861
c906108c
SS
5862Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
5863
5864 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
5865 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
5866 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
5867 and -lpthreads (everybody else).
5868 (test_startup): Fail gracefully if threads are not supported.
5869 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
5870 "p/c array_index("abcdef",2)" when not gcc compiled.
5871 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
5872 "print func2::coremaker_local" when not gcc compiled.
5873 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
5874 "ptype on opaque struct tagname (statically)",
5875 "ptype on opaque struct tagname (dynamically) 1", and
5876 "ptype on opaque struct tagname (dynamically) 2"
5877 for not compiled with gcc.
5878 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
5879 backtrace when compiled with gcc.
beb998c6 5880 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
5881 than always return success.
5882
5883Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
5884
5885 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
5886
5887Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
5888
5889 * gdb.base/structs.exp: Undo last change.
5890
5891Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
5892
5893 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
5894 encapsulate all the steps/nexts done during self test, starting
5895 at main, and makes them less sensitive to optimization issues.
5896 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
5897 signal handler" test.
5898 * gdb.threads/pthreads.exp: Only run this for native configs.
5899 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
5900 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
5901 tests.
5902 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
5903 for "runto test_calls(void)" test.
beb998c6 5904
c906108c
SS
5905Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
5906
5907 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
5908 and don't expect address info in breakpoint confirmations.
5909
5910Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
5911
5912 * gdb.base/list.exp (test_forward_search): Increase timeout
5913 temporarily by 60 seconds for searching extremely long line,
5914 and then reset to old value when done. Increase expect input
5915 buffer to 10000.
5916
5917Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
5918
5919 * gdb.base/list.exp (test_forward_search): Fix to handle very
5920 long source line without overflowing expect's input buffer.
5921
5922Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
5923
5924 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
5925 "buffer_full".
5926
5927 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
5928 "buffer_full".
5929
5930 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
5931 "buffer_full".
5932
5933 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
5934 "buffer_full".
5935
5936Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
5937
5938 * configure.in (configdirs): Add gdb.threads.
5939 * configure: Regenerated with autoconf.
5940 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
5941 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
5942 * gdb.threads/configure: New, generated with autoconf.
beb998c6 5943
c906108c
SS
5944Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
5945
5946 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
5947
5948Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
5949
5950 * gdb.base/signals.exp (test_handle_all_print): Test separately for
5951 each signal's status in the output of "handle all print".
5952 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
5953 the \r\n sequence that immediately precedes the gdb prompt.
5954 * gdb.base/a1-selftest.exp: Save original timeout and restore
5955 after test.
5956
5957Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
5958
5959 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
5960 symbol.
5961
5962Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5963
5964 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
5965
5966Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
5967
5968 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
5969 timeout by 60 seconds.
5970
5971Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
5972
5973 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
5974 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
5975 error return.
5976
5977Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
5978
5979 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
5980 gdb initialization, also report how long dejagnu waited. Restore
5981 old timeout before doing error return. Temporarily increase timeout
5982 by 3 minutes to allow for slow startups over heavy NFS use.
5983
5984Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
5985
5986 * lib/gdb.exp: Report timeout value for verbosity level 2.
5987 * config/gdbserver.exp: Ditto.
5988 * config/hppro.exp: Ditto.
5989 * config/mips-gdb.exp: Ditto.
5990 * config/monitor.exp: Ditto.
5991 * config/netware.exp: Ditto.
5992 * config/sim-gdb.exp: Ditto.
5993 * config/slite-gdb.exp: Ditto.
5994 * config/udi-gdb.exp: Ditto.
5995 * config/unix-gdb.exp: Ditto.
5996 * config/vx-gdb.exp: Ditto.
5997 * gdb.base/a1-selftest.exp: Ditto.
5998 * gdb.base/a2-run.exp: Ditto.
5999 * gdb.base/break.exp: Ditto.
6000 * gdb.base/corefile.exp: Ditto.
6001 * gdb.base/list.exp: Ditto.
6002 * gdb.base/recurse.exp: Ditto.
6003 * gdb.base/scope.exp: Ditto.
6004 * gdb.base/signals.exp: Ditto.
6005
6006Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6007
6008 * gdb.threads/Makefile.in (docdir): Removed.
6009
6010Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6011
6012 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 6013 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 6014 @srcdir@.
beb998c6 6015 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
6016 autoconf 2.5 or higher.
6017 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
6018
6019Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
6020
6021 * configure: Regenerated.
6022 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
6023 avoid name clashes with SunOS headers.
6024
6025Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
6026
6027 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
6028
6029Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
6030
6031 * gdb.base/callfuncs.exp: Finish last change -- make sure the
6032 prototype information ends up in the compiler info file.
6033
6034Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
6035
6036 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
6037 attempting to regenerate it. Eliminate use of a temporary file
6038 and just generate the info file directly. Source it immediately,
6039 for consistency of use.
6040 * gdb.base/corefile.exp: Ditto
6041 * gdb.base/exprs.exp: Ditto.
6042 * gdb.base/funcargs.exp: Ditto.
6043 * gdb.base/langs.exp: Ditto.
6044 * gdb.base/list.exp: Ditto.
6045 * gdb.base/mips_pro.exp: Ditto.
6046 * gdb.base/nodebug.exp: Ditto.
6047 * gdb.base/opaque.exp: Ditto.
6048 * gdb.base/ptype.exp: Ditto.
6049 * gdb.base/scope.exp: Ditto.
6050 * gdb.base/setvar.exp: Ditto.
6051 * gdb.base/signals.exp: Ditto.
6052 * gdb.base/whatis.exp: Ditto.
6053 * gdb.c++/templates.exp: Ditto.
6054 * gdb.c++/virtfunc.exp: Ditto.
6055 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
6056 whether or not to add -lstdc++ to the compile command line args.
6057
6058Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6059
6060 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
6061 it got fixed by the recent lookup_minimal_symbol_by_pc change.
6062 Increase timeout, a lot of single stepping might be needed if the
6063 target has no hardware watchpoints.
6064
6065Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
6066
6067 * gdb.base/break.exp: Ignore compiler warnings when compiling
6068 break.c.
6069 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
6070 * gdb.base/default.exp: Add h8300 xfails. Handle messages
6071 from remote-sim.
6072 * gdb.base/exprs.exp: Add h8300 xfails.
6073 * gdb.base/funcargs.exp: Likewise.
6074 * gdb.base/nodebug.exp: Likewise.
6075 * gdb.base/printcmds.exp: Likewise.
6076 * gdb.base/ptype.exp: Likewise.
6077 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
6078 h8300 xfails.
beb998c6 6079 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
6080 on the h8300.
6081 * gdb.base/funcargs.c: Explicitly make last constant argument to
6082 call_after_alloca_subr an unsigned long type.
6083 * gdb.base/return.c: Include stdio.h.
6084
6085Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
6086
6087 * config/abug.exp: New file for the older Motorola Bug monitor
6088 that runs on the mvme13x series VME boards.
6089 * config/monitor.exp: Use the new config array for target settings
6090 if they exist.
6091
6092Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
6093
6094 * sim-gdb.exp: Make the SH simulator allocate less space when
6095 it is targeted.
6096
6097Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
6098
6099 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
6100 test.
6101
6102Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
6103
6104 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
6105 "rs6000-*-*" for "list function in include file" when gcc compiled.
6106 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
6107 for "p ctable1[120]".
6108 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
6109 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
6110 Remove setup_xfail for "rs6000-*-*" for
6111 "print 'scope0.c'::filelocal before run".
6112 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
6113 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
6114 since some compilers don't allow both options to be given
6115 on the same command line. Create object file and move it.
beb998c6 6116
c906108c
SS
6117Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
6118
6119 * gdb.base/corefile.exp: Always regenerate the core file, since
6120 we always regenerate the coremaker program. Detect special case
6121 where registers cannot be read from core file.
beb998c6 6122
c906108c
SS
6123Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
6124
6125 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
6126 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
6127 * gdb.c++/templates.exp: Only match on basename of file since
6128 some formats like xcoff don't encode directory information.
6129 * gdb.stabs/weird.exp: Use the right sed script for powerpc
6130 and rs6000 AIX xcoff targets.
6131 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
6132 * configure: Regenerate.
6133 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
6134 here, rather than in distclean.
beb998c6 6135
c906108c
SS
6136Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
6137
6138 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
6139 defined, and use it to compile the test case with -O2. The
6140 native compilation still uses no optimization.
6141 * gdb.base/mips_pro.c: Remove inline assembly code since
6142 it is compiled PIC by default, which results in assembler
6143 warnings that make the testsuite think the compilation
6144 was unsuccessful.
6145
6146Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
6147
6148 * gdb.c++/misc.exp: Add note to message for
6149 "print s.a for foo struct" that this is a known gcc 2.7.2
6150 and earlier bug.
6151
6152Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
6153
6154 * gdb.base/break.exp: Fix pattern for matching "Delete all
6155 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
6156 setup_xfail for deleting all breakpoints test. Fix various
6157 timeout messages to include "(timeout)".
6158 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
6159 for "p t_float_values2(3.14159,float_val2)".
6160 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
6161 for "continue to call2g" when gcc compiled.
6162 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
6163 "up to foo in langs.exp", "show language at foo in langs.exp",
6164 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
6165 and "show language at fsub in langs.exp".
6166 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
6167 "list line 1 in include file", "list message for lines past EOF",
6168 "list function in include file", "list list0.h:foo", and
6169 "list filename:function; nonexistant function".
6170 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
6171 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
6172 and "ptype t_char_array" to be for native cc only.
beb998c6 6173
c906108c
SS
6174Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
6175
beb998c6 6176 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
6177 setup_xfail for "print coremaker_bss", "print coremaker_ro",
6178 "print func2::coremaker_local", and "backtrace in corefile.exp".
6179
6180Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
6181
6182 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
6183 "bt in signals.exp". This problem only appears when running
6184 the testsuite, and then only intermittently.
6185
6186Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
6187
6188 * gdb.base/return.exp (return_tests): Differentiate between
6189 two tests of continuing.
6190
6191Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6192
6193 * */Makefile.in (maintainer-clean): Remove config.log.
6194 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
6195 * gdb.c++/Makefile.in (PROGS): Add inherit.
6196 (clean): Remove *.ci.
6197
6198Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
6199
6200 * gdb.c++/misc.cc: Add test code from Mike Stump.
6201 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
6202
6203Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
6204
6205 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
6206 to "alpha-*-osf2*" and add comment.
6207 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
6208 setup_xfail for "step over execarg initialization" and
6209 "step over corearg initialization".
6210 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
6211 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
6212 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
6213 gcc compiled for "print coremaker_bss", "print coremaker_ro",
6214 "print func2::coremaker_local", and "backtrace in corefile.exp".
6215 * gdb.base/signals.exp: Build and source signals.ci.
6216 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
6217 to be for gcc only.
6218 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 6219
c906108c
SS
6220Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6221
6222 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
6223 Feb 3 procfs.c change.
6224
6225Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
6226
6227 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
6228
6229Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
6230
6231 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
6232 from dejagnu's apparent default of 10 seconds, which gives random
6233 results when running the tests over NFS on moderately loaded systems.
6234 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
6235
6236Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
6237
6238 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
6239 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
6240 result reports.
6241
6242Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
6243
6244 * configure.in (CY_AC_PATH_TCLH): Remove.
6245 * configure: Regenerate.
6246
6247Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
6248
6249 * gdb.c++/Makefile.in (clean): Add missing '{'.
6250
6251Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
6252
6253 * lib/gdb.exp: Provide a default value for noinferior.
6254
6255 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
6256 Load libgloss.exp.
6257
6258Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
6259
6260 * gdb.disasm/hppa.exp: Compile directly into an executable, use
6261 the executable, not the .o to run the tests from.
6262
6263Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
6264
6265 * gdb.base/break.exp: Don't test for program exit or exit status
6266 if $noresults if nonzero.
6267 * gdb.base/langs.exp: Likewise.
6268 * gdb.base/watchpoint.exp: Likewise.
6269
6270 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
6271 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
6272 trying to compile the testcase.
6273
6274Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
6275
6276 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
6277 * gdb.base/signals.exp (continue to handler): Likewise.
6278
6279Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
6280
6281 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
6282
6283 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
6284
6285Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
6286
6287 * gdb.base/corefile.exp: Recognize "not found" as failure
6288 when trying to determine if a core file was generated.
6289 If no core file was generate the first time, try again without
6290 the ulimit -c to work around braindamaged shells.
6291
6292Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
6293
6294 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
6295 [] tests with "test" and enclose string in quotes.
6296 * gdb.stabs/configure: Rebuild
beb998c6 6297
c906108c
SS
6298Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
6299
6300 Changes in sync with expect:
6301 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
6302 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
6303 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
6304 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
6305 argument to AC_REQUIRE.
6306 * configure: Regenerated.
6307
6308Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
6309
6310 * gdb.base/corefile.exp: When generating a core, discard any
6311 error messages about ulimit not found and the "core dumped"
6312 message from the shell that runs the coredumper.
6313
6314Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
6315
6316 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
6317
6318 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
6319 which sed script to run. Expect failure for v_comb test
6320 on PA targets too.
beb998c6 6321
c906108c
SS
6322Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
6323
6324 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
6325 "print func2::coremaker_local" and for "backtrace in corefile.exp"
6326
6327Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
6328
6329 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
6330 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
6331 "sparc-sun-solaris*" xfails for "p v_comb".
6332 * lib/gdb.exp (default_gdb_start): Fix typo.
6333 * gdb.base/corefile.exp: Allow "Core was generated by ..."
6334 messages to not include the full program name that caused
6335 the core dump since some systems (such as solaris) apparently
6336 truncate this path to about 80 characters.
6337 When generating a core file first try increasing the core file
6338 size limit to unlimited since some systems may default it to
6339 zero, and it is harmless to try it. Move the test for failing
6340 to generate a core file to where it will actually get executed.
6341 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
6342 new gdb result from g++ debug info improvements and make old
6343 pattern obsolescent. Also account for size_t differences
6344 (may be int or long).
6345 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
6346 initialization before function call is placed in the delay slot
6347 and thus appears to be skipped over by commands such as "next".
6348
6349Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
6350
6351 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
6352
6353Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
6354
6355 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
6356 input source file; fix code to compile test to deal with this
6357 convention.
6358 * gdb.c++/*.exp: Likewise.
6359
6360Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
6361
6362 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
6363 "bt in signals.exp".
6364
6365Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
6366
6367 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
6368 "step over execarg initialization" and
6369 "step over corearg initialization".
6370
6371Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
6372
6373 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
6374 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
6375
6376Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
6377
6378 From Rob Savoye (rob@poseidon.cygnus.com)
6379 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
6380 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
6381 configure.in}, gdb.disasm/{Makefile.in, configure.in},
6382 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
6383 configure.in}: Major reworking for autoconfig.
6384 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
6385 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
6386 New files.
6387 * config/unix-gdb.exp: Make GDB global.
6388 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
6389 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
6390 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
6391 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
6392 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
6393 term.exp, twice.exp, watchpoint.exp, whatis.exp},
6394 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
6395 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
6396 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
6397 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
6398 pr-8136.exp, result.exp, string.exp, tuples.exp},
6399 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
6400 to returns as necessary, arrange for test to compile own testcase
6401 executable.
6402 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 6403
c906108c
SS
6404Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
6405
6406 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
6407 clear_xfail at end of test which might not call either pass or fail.
6408 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
6409 "backtrace through signal handler".
6410
6411Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6412
6413 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
6414 continuing from a job control stop signal.
6415 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
6416
6417Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
6418
6419 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
6420 * gdb.base/corefile.exp: Likewise.
6421 * gdb.base/funcargs.exp: Likewise.
6422
6423Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
6424
6425 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
6426 * config/monitor.exp: Add support for setting baud rate.
6427
6428Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
6429
6430 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
6431 i*86-*-linux* xfails for "backtrace through signal handler".
6432 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
6433 "print func2::coremaker_local".
6434 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
6435 alpha-dec-osf2* xfail for
6436 "delete all breakpoints when none".
6437
6438Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
6439
6440 * gdb.base/break.exp: Change test that deletes all breakpoints
6441 when no user breakpoints are installed. A post 4.15 change
6442 causes gdb to no longer prompt in this case.
6443
6444Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
6445
6446 * gdb.base/return.exp (return_tests): Change xfail for test
6447 "correct value returned double test" to stop xfailing at
6448 Solaris 2.5. Apparently the bug has been fixed.
6449
6450Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
6451
6452 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
6453 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
6454
6455Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
6456
6457 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
6458 * gdb.disasm/hppa.s: Corresponding changes.
6459
6460Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
6461
6462 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
6463 makefile fragment.
6464 * config/mt-hpux: Deleted.
6465
6466Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
6467
beb998c6 6468 * Many files: When warning about suppressed tests due to a
c906108c
SS
6469 nonexistant test binary, avoid incrementing the warning count.
6470
6471Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
6472
6473 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 6474
c906108c
SS
6475Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6476
6477 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
6478 "sparc-*-solaris2*".
6479
6480Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6481
6482 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
6483 Add global and local variables and initialize them.
6484 * gdb.base/corefile.exp: Test correct mapping of corefile sections
6485 by printing variables. Remove rs6000 and powerpc xfails, BFD now
6486 extracts the file name and terminating signal from the core file.
6487 * TODO: Remove note about tests for correct mapping of corefile.
6488 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
6489 from optimizing it away.
6490 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
6491 handles common blocks.
6492
6493Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
6494
6495 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
6496 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
6497
6498Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
6499
6500 * Makefile.in (maintainer-clean): New target, synonym for
6501 realclean.
6502 * gdb.base/Makefile.in (maintainer-clean): Likewise.
6503 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
6504 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
6505 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
6506 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
6507 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
6508
6509Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
6510
6511 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
6512 xfails when not gcc compiled for "print foo::funclocal".
6513 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
6514 "print foo::funclocal at foo",
6515 "print 'scope1.c'::foo::funclocal at foo",
6516 "print foo::funclocal_bss at foo",
6517 "print 'scope1.c'::foo::funclocal_bss at foo",
6518 "print foo::funclocal_ro at foo",
6519 "print 'scope1.c'::foo::funclocal_ro at foo",
6520 "print bar::funclocal at foo" and
6521 "print 'scope1.c'::bar::funclocal at foo".
6522 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
6523 gcc compiled for "print foo::funclocal at bar".
6524 Expand all messages to ensure that they identify that
6525 the test is at bar().
6526 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
6527 gcc compiled for:
6528 "ptype on opaque struct pointer (statically)",
6529 "ptype on opaque struct tagname (statically)",
6530 "ptype on opaque struct pointer (dynamically) 1",
6531 "ptype on opaque struct tagname (dynamically) 1",
6532 "ptype on opaque struct pointer (dynamically) 2" and
6533 "ptype on opaque struct tagname (dynamically) 2
6534 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
6535 gcc compiled for:
6536 "p datalocal"
6537 "whatis datalocal",
6538 "ptype datalocal",
6539 "p bsslocal",
6540 "whatis bsslocal", and
6541 "ptype bsslocal".
6542 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
6543 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
6544 when not gcc compiled.
6545 * gdb.base/funcargs.exp (float_and_integral_args): Add
6546 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
6547 compiled.
6548 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
6549 "backtrace from call6a" when not gcc compiled.
6550 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
6551 "backtrace from call7a" when not gcc compiled.
6552 * gdb.base/callfuncs.exp (do_function_calls):
6553 Add "hppa*-*-hpux*" xfail when not gcc compiled for
6554 "p t_char_array_values(char_array_val2,char_array_val1)",
6555 "p t_char_array_values(char_array_val1,char_array_val2)",
6556 "p t_char_array_values("carray 1","carray 2")",
6557 "p t_char_array_values("carray 1",char_array_val2)",
6558 "p t_char_array_values(char_array_val1,"carray 2")",
6559 "p sum_args(1,{2})",
6560 "p sum_args(2,{2,3})",
6561 "p sum_args(3,{2,3,4})",
6562 "p sum_args(4,{2,3,4,5})"
6563 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
6564 "backtrace in corefile.exp" when not gcc compiled.
6565
6566Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6567
6568 * gdb.base/signals.exp: Rewrite `handle all print' test as
6569 a procedure. Accept blanks or TABs as whitespace, increase
6570 timeout and expect input buffer size for the large output
6571 from the command. Remove "i*86-*-bsdi2.0" xfail.
6572
6573Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6574
6575 * gdb.base/setvar.exp: Add new testcases for truncation when
6576 assigning invalid values to bitfields.
6577
6578Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
6579
beb998c6 6580 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
6581 mips-sgi-irix* xfail for
6582 "call inferior func with struct - returns char *"
6583 and fix test so that an optional (unsigned char *) cast is
6584 accepted in the result.
6585
6586Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
6587
6588 * gdb.base/funcargs.exp (float_and_integral_args): Remove
6589 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6590 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
6591 * gdb.base/signals.exp: Remove duplicate "handle all print" test
6592 that accidentally got checked in.
6593
6594Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
6595
beb998c6 6596 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
6597 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
6598 compiled test.
6599 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
6600 Add mips-sgi-irix5* xfail for not gcc compiled.
6601 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6602 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
6603 "p top", "whatis top", "p middle", and "whatis middle".
6604 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
6605 "whatis signed char" for not gcc compiled.
6606 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
6607 "set variable signed char=-1 (-1)" and
6608 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
6609 * gdb.base/funcargs.exp (float_and_integral_args):
6610 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
6611 Add mips-sgi-irix* xfail when not gcc compiled for
6612 "continue to call2b".
6613 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
6614 "continue to call2g".
6615 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
6616 "backtrace from call6a"
6617 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
6618 "backtrace from call7k".
6619 Add mips-sgi-irix5* xfail when not gcc compiled for
6620 "backtrace from call7a".
6621 (localvars_after_alloca): Fix gdb_test cmds for
6622 "print * after runto ...".
6623 Remove rs6000-*-* xfails for
6624 "print i after runto localvars_after_alloca" and
6625 "print l after runto localvars_after_alloca"
6626 for all compilers.
6627 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6628 when not compiled with gcc, for:
6629 "print signed char == (minus)",
6630 "print signed char != (minus)",
6631 "print signed char < (minus)",
6632 "print signed char > (minus)".
6633 * gdb.base/callfuncs.exp (do_function_calls):
6634 Add mips-sgi-irix* xfail, when compiled with native compiler, for
6635 "call inferior func with struct - returns char *".
beb998c6 6636 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
6637 "correct value returned double test" to include Solaris 2.4.
6638 * gdb.base/funcargs.exp (float_and_integral_args):
6639 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 6640
c906108c
SS
6641Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6642
6643 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
6644 enumeration bitfields if compiling with GNU C.
6645 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
6646 to empty' prompt.
6647
6648Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
6649
6650 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
6651 test for PRO targets.
6652
6653 * gdb.base/funcargs.exp: Avoid ever setting more than 8
6654 breakpoints in the inferior at any given time by making
6655 two groups of breakpoints for call2*, call6* and call7*
6656 tests.
6657
6658Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6659
6660 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
6661 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
6662 from optimizing it away.
6663 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
6664 "call inferior func with struct".
6665
6666Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
6667
6668 * configure.in: Only configure gdb.chill for particular targets.
6669
6670Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
6671
6672 * gdb.base/Makefile.in: Add action to .c.o transformation
6673 rule that generates a .ci file for each .o file and remove
6674 explicit .c.o rules except for callfuncs.o.
6675 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
6676 generates a .ci file for each .o file and remove explicit
6677 .cc.o rules.
6678 (clean): Remove *.tmp *.ci files.
6679 (EXECUTABLES): Remove templ-info.exp.
6680 * gdb.base/compiler.c: New file.
6681 * gdb.c++/compiler.cc: New file
6682 * gdb.base/scope.exp: Source gdb.base/scope.ci.
6683 Change rs6000-*-* xfail for
6684 "print 'scope0.c'::filelocal_ro" and
6685 "print 'scope1.c'::filelocal" and
6686 "print 'scope1.c'::filelocal_bss" and
6687 "print 'scope1.c'::filelocal_ro" and
6688 "print 'scope1.c'::foo::funclocal" and
6689 "print 'scope1.c'::foo::funclocal_ro" and
6690 "print 'scope1.c'::bar::funclocal" and
6691 "print 'scope0.c'::filelocal_ro" and
6692 "print 'scope1.c'::filelocal at foo" and
6693 "print 'scope1.c'::filelocal_bss at foo" and
6694 "print 'scope1.c'::filelocal_ro at foo" and
6695 "print 'scope1.c'::foo::funclocal at foo" and
6696 "print 'scope1.c'::foo::funclocal_bss at foo" and
6697 "print 'scope1.c'::foo::funclocal_ro at foo" and
6698 "print 'scope1.c'::bar::funclocal at foo" and
6699 "print 'scope0.c'::filelocal_ro" and
6700 "print 'scope1.c'::filelocal" and
6701 "print 'scope1.c'::filelocal_bss" and
6702 "print 'scope1.c'::filelocal_ro" and
6703 "print 'scope1.c'::foo::funclocal" and
6704 "print 'scope1.c'::foo::funclocal_bss" and
6705 "print 'scope1.c'::foo::funclocal_ro" and
6706 "print 'scope1.c'::bar::funclocal" and
6707 "print 'scope1.c'::bar::funclocal_bss"
6708 to only be xfail'd when not compiled with gcc.
beb998c6 6709 Add rs6000-*-* xfail for
c906108c
SS
6710 "print 'scope0.c'::filelocal_bss before run"
6711 when compiled with gcc.
6712 (test_at_main): Add rs6000-*-* xfail for
6713 "print filelocal_ro in test_at_main"
6714 when compiled with gcc.
6715 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 6716 Add rs6000-*-aix* xfail for
c906108c
SS
6717 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
6718 "ptype t_char_array", not compiled with gcc.
6719 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
6720 xfail for "list foo (in include file)" when gcc compiled.
6721 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
6722 (integral_args): Add rs6000-*-* xfail for
6723 "run to call0a" if not compiled with gcc.
6724 (unsigned_integral_args): Add rs6000-*-* xfail for
6725 "run to call1a" if not compiled with gcc.
6726 (float_and_integral_args): Add rs6000-*-* xfail for
6727 "run to call2a" if not compiled with gcc and for
6728 "continue to call2b" for any compiler.
6729 Add rs6000-*-* xfail to
6730 "print f1 after run to call2a" for gcc compiled.
6731 (discard_and_shuffle): Add rs6000-*-* xfail for
6732 "run to call6a".
6733 (shuffle_round_robin): Add rs6000-*-* xfail for
6734 "backtrace from call7a" if not compiled with gcc.
6735 Add rs6000-*-* xfail for
6736 "backtrace from call7b" if compiled with gcc.
6737 (call_after_alloca): Add rs6000-*-* xfail for
6738 "print c in call_after_alloca" and
6739 "print s in call_after_alloca" and
6740 "backtrace from call_after_alloca_subr"
6741 if not compiled with gcc.
6742 (localvars_in_indirect_call): Add rs6000-*-* xfail for
6743 "print c in localvars_in_indirect_call" and
6744 "print c in localvars_in_indirect_call" and
6745 "backtrace in indirectly called function" and
6746 "stepping into indirectly called function"
6747 if not compiled with gcc.
6748 (localvars_after_alloca): Add rs6000-*-* xfail for
6749 "print c after runto localvars_after_alloca" and
6750 "print s after runto localvars_after_alloca" and
6751 "print i after runto localvars_after_alloca" and
6752 "print l after runto localvars_after_alloca"
6753 for all compilers.
6754 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
6755 than whatis-info.exp.
6756 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
6757 than opaque-info.exp.
6758 Setup rs6000-*-* xfail for
beb998c6 6759 "ptype on opaque struct pointer (statically)" and
c906108c
SS
6760 "ptype on opaque struct pointer (dynamically)" when
6761 not compiled with gcc.
6762 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
6763 rather than callf-info.exp.
6764 (do_function_calls): Add clear_xfail for rs6000-*-* for
6765 "p t_float_values2(3.14159,float_val2)". Seems to work
6766 fine there, both with xlc and gcc. Need to find out what
6767 it is doing right and fix other platforms.
6768 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
6769 "call inferior func with struct - returns int",
6770 "call inferior func with struct - returns long",
6771 "call inferior func with struct - returns float",
6772 "call inferior func with struct - returns double",
6773 "call inferior func with struct - returns char *",
6774 but only if not gcc compiled (presumes xlc compiled).
6775 Change rs6000-*-* xfails for
6776 "call inferior func with struct - returns char" and
6777 " call inferior func with struct - returns short" to only
6778 xfail if not using gcc.
6779 (clean mostlyclean): Remove *.ci and *.tmp files.
6780 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
6781 than templ-info.exp.
6782 * gdb.base/langs.exp: Source gdb.base/langs.ci.
6783 Add rs6000-*-* xfail for "up to foo in langs.exp"
6784 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
6785 when not gcc compiled.
beb998c6 6786
c906108c
SS
6787Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6788
6789 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
6790 * gdb.base/corefile.exp: Likewise.
6791 * gdb.base/list.exp: Likewise.
6792 * gdb.base/scope.exp: Likewise.
6793 * gdb.base/siganls.exp: Likewise.
6794
6795 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
6796 compiler output.
6797 * gdb.base/whatis.exp: Likewise.
6798
6799Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
6800
6801 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
6802 failure (opcode table has been fixed to match reality).
6803
6804Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
6805
6806 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
6807 "call inferior func with struct - returns char",
6808 "call inferior func with struct - returns short"
6809
6810 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
6811 "print 'scope0.c'::filelocal at main",
6812 "print 'scope0.c'::filelocal_bss in test_at_main",
6813 "print 'scope0.c'::filelocal at foo",
6814 "print 'scope0.c'::filelocal_bss in test_at_foo",
6815 "print 'scope0.c'::filelocal at bar",
6816 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 6817
c906108c
SS
6818 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
6819 in source file 1". This bug seems to have been fixed with both
6820 gcc and native cc (was native assembler bug?).
6821
6822Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
6823
6824 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
6825 "backtrace through signal handler" to "i*86-*-sysv4*".
6826 * gdb.base/signals.exp: Add xfail for "'next' behaved as
6827 continue" case. Add "known SVR4 bug" to fail message.
6828 Add "i*86-*-bsdi2.0" xfail for "handle all print".
6829 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
6830 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
6831 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
6832 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
6833 "up to foo in langs.exp", "show language at foo in
6834 langs.exp", "up to cppsub_ in langs.exp", "show
6835 language at cppsub_ in langs.exp", "up to fsub in
6836 langs.exp", and "show language at fsub in langs.exp".
6837 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
6838 "bactrace in corefile.exp".
6839 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
6840 "call inferior function with struct - returns float" and
6841 "call inferior function with struct - returns double".
beb998c6 6842
c906108c
SS
6843Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
6844
6845 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
6846 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
6847 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
6848 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
6849
6850Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
6851
6852 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
6853 (or overriden) "CHILL" macro rather then bare "gcc".
6854 Also look for ../../gcc/xgcc since that is what we will
6855 actually need, not "Makefile". Remove following assignment
6856 of CHILL to CHILL_FOR_TARGET because that results in
6857 recursive definition.
6858
6859Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
6860
6861 * gdb.base/corefile.exp: Change xfail for backtrace in
6862 corefile.exp from linuxaout to all linux.
6863 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
6864 cases where we miss the breakpoint at the signal handler
6865 for some reason. Setup xfail for linuxoldld/linuxaout and
6866 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
6867 hitting SIGURG breakpoint.
6868 * gdb.base/signals.exp: Setup xfail for "next" acting like
6869 continue to add linuxoldld. Setup xfail for all linux for
6870 "next to handler in signals_tests_1", "backtrace in
6871 signals_tests_1", "continue to func1", "pass SIGUSR1",
6872 and continue to handler".
6873
6874Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6875
6876 * Update all FSF addresses except those in COPYING* files.
6877
6878Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
6879
6880 * gdb.base/a2-run.exp: Change messages to be more explicit about
6881 the status of args, and quote binfile in results.
6882
6883Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
6884
6885 * gdb.base/callfuncs.exp: Add tests for passing structs to
6886 inferior functions and return various types.
6887 * gdb.base/callfuncs.c: Add functions to receive a struct
6888 and return a member of the struct, in various types.
6889
6890Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6891
6892 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
6893
6894Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6895
6896 * config/vxworks29k.exp: New file, sources vxworks.exp.
6897
6898Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6899
6900 * config/gdbremote.exp: New file. Testing framework using
6901 gdbserver.
6902
6903Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
6904
6905 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
6906 "call function when asleep" and "send end of file".
6907 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
6908 for "backtrace in corefile.exp".
6909 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
6910 for "backtrace through signal handler".
6911 * gdb.base/corefile.exp: Make sure we actually generate a core file
6912 before trying the core tests. Some systems allow the user to suppress
6913 generation of core files and default to that (linux for example).
6914 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
6915 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
6916
6917Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6918
6919 * gdb.threads: New directory with some crude multi-threaded
6920 gdb tests (step.exp and step2.exp).
6921 * config/mt-lynx (STEP_EXECUTABLE): Define.
6922 (THREADFLAGS): Define.
6923
6924Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
6925
6926 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
6927
6928 * gdb.base/signals.exp: Disable whole file for lynx until
6929 further notice.
6930
6931 * gdb.base/signals.exp: xfail test where "next" acts like
6932 "continue" for lynx.
6933
6934 * gdb.base/interrupt.exp: xfail test for calling function while
6935 inferior is asleep for lynx.
6936
6937 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
6938 than one cr-lf after each command.
6939
6940Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6941
6942 * configure.in: Reinstate setting of stabsdirs variable, fix
6943 typo in setting up configdirs for native builds.
6944
6945 * gdb.base/return.exp: Fix typo in return double test.
6946 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
6947 compiler from optimizing them away.
6948
6949Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
6950
6951 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
6952 sequences to be echo'd by gdb when using gdb_test.
6953 * gdb.chill/chexp.exp: Likewise.
6954 * gdb.fortran/exprs.exp: Likewise
6955
6956Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6957
6958 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
6959 after the inferior gdb has started.
6960
6961 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
6962 after each command.
6963 * gdb.base/funcargs.exp: Likewise.
6964 * gdb.base/gdbvars.exp: Likewise.
6965 * gdb.base/interrupt.exp: Likewise.
6966 * gdb.base/list.exp: Likewise.
6967 * gdb.base/watchpoint.exp: Likewise.
6968 * gdb.c++/demangle.exp: Likewise.
6969 * gdb.c++/inherit.exp: Likewise.
6970 * gdb.chill/chexp.exp: Likewise.
6971 * gdb.fortran/exprs.exp: Likewise.
6972
6973 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
6974 test if we can't handle IO to/from the inferior.
6975
6976 * gdb.c++/misc.exp: Always check for a program already being
6977 started after sending a "run" command to gdb.
6978
6979 * gdb.base/twice.exp: Start with a fresh gdb.
6980
6981 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
6982 only depend on gdb's expression code, not the chill runtime.
6983
6984 * gdb.base/return.c: Put return values into variables so we
6985 can have gdb print them rather than depending on the program
6986 to print them.
6987 * gdb.base/return.exp: Corresponding changes.
6988
6989 * lib/gdb.exp: Provide default value for noinferiorio.
6990 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
6991 the inferior.
6992
6993 * gdb.base/break.exp: Always check for a program already being
6994 started after sending a "run" command to gdb.
6995 (text_next_with_recursion): Don't check the output from the
6996 program's printf statement. Instead just make sure the program
6997 exited.
6998
6999 * gdb.base/commands.exp: Protect tests which need arguments with
7000 $noargs conditionals.
7001
7002Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7003
7004 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
7005 of structure member arrays to match gdb/valops.c:value_addr change.
7006
7007Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
7008
7009 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
7010 cases.
7011
7012Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
7013
7014 * configure.in (configdirs): Remove gdb.chill from default list
7015 of subdirs and then add it back in only if doing a native build.
7016 The current chill compiler does not yet work in any cross build.
7017 * Revert all signal changes from Jul 6.
7018 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
7019 for sh-hms targets, allowing these tests to link, with no other
7020 changes. Testing is suppressed by setting "nosignals" in site.exp.
7021
7022Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
7023
7024 * configure.in (signaldirs): Define and add to configdirs for all
7025 targets except some specific ones that are known to not support signals.
7026 Also clean up formatting.
7027 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
7028 (signals, sigall): Remove rules to build.
7029 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
7030 Moved to new gdb.signals directory.
7031 * gdb.signals: New test directory.
7032 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
7033 signals.c signals.exp}: New or moved files.
7034
7035Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
7036
7037 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
7038
7039Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
7040
7041 * gdb.base/return.exp: Xfail `return double' test failure
7042 on at least Solaris 2.3 and handle future/past versions on
7043 a case by case basis as appropriate. Also update message
7044 to include i*86 failures.
7045
7046Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7047
7048 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
7049
7050 * lib/gdb.exp: Fix comment which erroneously identified
7051 gdb_file_cmd as gdb_load (the 19 May change was in fact to
7052 gdb_file_cmd not gdb_load).
7053 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
7054
7055 * gdb.base/setvar.exp: Make test names consistent between pass and
7056 fail cases. Use gdb_test more.
7057
7058Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7059
7060 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
7061
7062Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7063
7064 * gdb.base/help.exp: Fix expected help string for `show commands'.
7065
7066Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
7067
7068 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
7069
7070 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
7071 of a text section.
7072
7073Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
7074
7075 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
7076 that loop eventually terminates. Fix Connection refused logic so
7077 that testsuite will expire nicely.
7078
7079Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
7080
7081 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
7082 config/rom68k.exp: New tcl glue for the appropriate monitors.
7083 These all just end up calling monitor.exp.
7084 * config/monitor.exp (gdb_target_monitor): Handle `Connection
7085 refused' by retrying. Cleanup some timeout issues.
7086 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
7087 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
7088 callers don't have to set/restore global timeout variable.
7089
7090 * The following set of changes centralizes management of the global
7091 timeout variable. This way, it can be set in one target dependent
7092 place instead of dozens of places scattered throughout the test suite.
7093 If you need to lengthen a timeout, then you should either set timeout
7094 in one of the config/{target}.exp files, or multiply it by a factor.
7095 Setting it to an absolute value is always going to lose for some
7096 targets.
7097 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
7098 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
7099 * gdb.base/funcargs.exp: Don't set timeout.
7100 * gdb.base/list.exp (test_forward_search): Only use local timeout.
7101 * gdb.base/printcmds.exp (test_print_string_constants
7102 test_print_array_constants): Don't set timeout.
7103 * gdb.base/ptype.exp: Don't set timeout.
7104 * gdb.base/recurse.exp: Don't set timeout.
7105 * gdb.base/return.exp: Don't set timeout.
7106 * gdb.base/watchpoint.exp: Don't set timeout.
7107 * gdb.c++/classes.exp (do_tests): Don't set timeout.
7108 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
7109
7110Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
7111
7112 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
7113
7114Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7115
7116 * lib/gdb.exp: Disable chill tests for irix5.
7117
7118Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7119
7120 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
7121 each test pass or fail.
7122
7123Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7124
7125 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
7126 xlc not gcc.
7127
7128Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
7129
7130 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
7131
7132Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
7133
7134 * config/est.exp: Fix copyright and comments. Remove dead code.
7135 Use targetname, serialport and baud variables instead of fixed
7136 constants.
7137 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
7138 * config/cpu32bug.exp: New file to support cpu32bug monitors.
7139
7140Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7141
7142 * gdb.base/watchpoint.exp: Don't run
7143 test_watchpoint_triggered_in_syscall for sunos.
7144
7145Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7146
7147 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
7148 they don't seem to exist. Do include stdio.h.
7149
7150Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7151
7152 * gdb.base/a1-selftest.exp: Add alpha xfail.
7153
7154Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7155
7156 * gdb.base/watchpoint.c (main): Prompt before calling read().
7157 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
7158 Revise accordingly. Remove cruft about sending "123" several
7159 times, until it gets noticed. Clean up the "print buf[0]" stuff
7160 so that it passes or fails, and waits for prompts in the usual way.
7161
7162Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7163
7164 * gdb.base/recurse.exp: Fix comment.
7165
7166 * TODO: Remove item about printing variables in nodebug.exp. Add
7167 item about enabling tests which are only run on some targets.
7168
7169 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
7170 fail, make test names unique, use new gdb_test convention
7171 regarding pattern, use gdb_test more, etc.).
7172
7173 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
7174 fail, make test names unique, etc.).
7175
7176Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7177
7178 * gdb.base/nodebug.c: Change return type of top and middle to
7179 short.
7180 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
7181 are fixed by the recent mdebugread.c changes. Allow `short ()'
7182 as type for top and middle.
7183
7184Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7185
7186 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
7187 nearly as I can tell, the whole thing was an accident in Stu's
7188 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
7189 to replace a send/expect pair with gdb_test, but ended up only
7190 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
7191 of 30 Mar 1995 took care of it, but left this vestigial comment
7192 which I am now nuking.
7193
7194Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7195
7196 * gdb.base/break.exp: Look for different line number for
7197 breakpoint at main depending on usestubs.
7198
7199Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7200
7201 * gdb.base/list.exp: Adjust some alternate expect patterns to
7202 match recent list0.c change. Add alternate expect pattern for
7203 output from `list default lines around main' for optimizing
7204 compilers.
7205
7206Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7207
7208 * lib/gdb.exp: If nosignals is not set, set it to 0.
7209
7210Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
7211
7212 * config/slite-gdb.exp: Responds to load symbol table prompt.
7213 * gdb.base/break.exp: Adjust line number, fix rerun.
7214 * gdb.base/langs0.c: Add #ifdef usestubs.
7215
7216Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
7217
7218 * gdb.base/list.exp: Adjust line contents after adding new lines in
7219 list0.c. Also fix a syntax error.
7220
7221 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
7222 * gdb.base/break.exp: ditto.
7223 * gdb.base/list.exp: ditto.
7224 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
7225 * gdb.base/run.c: ditto.
7226 * gdb.base/list0.c: ditto.
7227 * gdb.base/funcargs.c: ditto.
7228
7229Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
7230
7231 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
7232 $targetname, $serialport and $baud instead of hardwired variables.
7233 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
7234 target doesn't support signals.
7235
7236Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
7237
7238 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
7239
7240Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7241
7242 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
7243 Don't rely on the value of an auto variable before it has been
7244 initialized. Use gdb_test more.
7245
7246Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7247
7248 * lib/gdb.exp (default_gdb_version): A version number must start
7249 with a digit, but other than that contains all characters up to
7250 the first whitespace character.
7251
7252Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7253
7254 * gdb.base/commands.exp (breakpoint_command_test): New tests.
7255
7256Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7257
7258 * gdb.c++/*.exp: Warn if executable does not exist. The original
7259 reason for skipping the warning was that configure.in sometimes
7260 intentionally skipped building the executables but the tcl code
7261 had no way of knowing. That (a) was always bogus with respect to
7262 error handling, (b) is no longer true (right now there is no way
7263 to skip C++ tests).
7264
7265 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
7266
7267Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7268
7269 * gdb.base/list.exp: Add expect patterns for output from
7270 SunPRO compiled executables.
7271 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
7272 types.
7273
7274Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7275
7276 * gdb.base/break.exp (test_next_with_recursion): Accept any line
7277 number (we are already testing that the correct source line text
7278 gets printed).
7279
7280 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
7281 that is what is intended, but something needed to be done to get
7282 sunos4 native working again.
7283
7284 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
7285
7286 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
7287 apparently went with a (very) old xfail.
7288
7289Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
7290
7291 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
7292 runto_main is a proc in gdb.exp that will do 'step' for target use
7293 stubs.
7294 * gdb.base/exprs.exp: ditto.
7295 * gdb.base/interrupt.exp: ditto.
7296 * gdb.base/opaque.exp: ditto.
7297 * gdb.base/printcmds.exp: ditto.
7298 * gdb.base/ptype.exp: ditto.
7299 * gdb.base/scope.exp: ditto.
7300 * gdb.base/setvar.exp: ditto.
7301 * gdb.base/signals.exp: ditto.
7302 * gdb.base/twice.exp: ditto.
7303 * gdb.c++/classes.exp: ditto.
7304 * gdb.c++/inherit.exp: ditto.
7305 * gdb.c++/templates.exp: ditto.
7306 * gdb.base/break.exp: no run and hit main for stubs. Change line
7307 numbers for breakpoints and info breakpoint.
7308 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
7309 breakpoint().
7310 * gdb.base/callfuncs.c: ditto.
7311 * gdb.base/exprs: ditto.
7312 * gdb.base/interrupt.c: ditto.
7313 * gdb.base/opaque0.c: ditto.
7314 * gdb.base/printcmds.c: ditto.
7315 * gdb.base/ptype.c: ditto.
7316 * gdb.base/scope0.c: ditto.
7317 * gdb.base/setvar.c: ditto.
7318 * gdb.base/signals.c: ditto.
7319 * gdb.base/twice.c: ditto.
7320 * gdb.c++/misc.cc: ditto.
7321 * gdb.c++/templates.cc: ditto.
7322
7323Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7324
7325 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
7326
7327 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
7328 somewhere between `read' and `main.c'. I'm pretty sure the
7329 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
7330 and it isn't particularly useful.
7331
7332 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
7333
7334Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7335
7336 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
7337
7338Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
7339
7340 * config/mt-slite: add LIBS and -nostdlib.
7341 * config/slite-gdb.exp: add this new file to support sparclite target.
7342
7343Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
7344
7345 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
7346
7347 * gdb.base/a2-run.exp: Change argument to istarget from
7348 "*-*-vxworks" to "*-*-vxworks*".
7349 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
7350
7351Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
7352
7353 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
7354 will not runto main but do a 'step' to step out of breakpoint().
7355 * config/mt-slite: add -Dusestubs.
7356
7357Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7358
7359 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
7360 instead of just @.
7361
7362 * gdb.base/signals.exp: Add test for "handle all print".
7363 * TODO: Remove "handle all print". Also remove item about
7364 checking copyright date (I don't like the idea of a spurious FAIL
7365 based on when we run the tests).
7366
7367 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
7368 for SunOS4 (reason for failure not investigated). Remove
7369 redundant test for $binfile.
7370
7371 * gdb.base/nodebug.c (array_index): Call malloc.
7372
7373 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
7374
7375Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
7376
7377 * gdb.base/recurse.exp: Update gdb_test invocation to use new
7378 conventions and slightly simplify the matching regexp.
7379
7380Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7381
7382 * gdb.base/break.exp: Update gdb_test invocation to use new
7383 convention.
7384
7385 * lib/gdb.exp: If noargs is not set, set it to 0.
7386
7387 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
7388 tests unique.
7389
7390 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
7391
7392Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7393
7394 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
7395 one argument of type "<non-float parameter>".
7396
7397Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
7398
7399 * config/rom68k.exp: New file to support Motorola IDP board.
7400 * gdb.base/a2-run.exp: Skip this file if noargs is set.
7401 * gdb.base/break.c: Change things around so that this program
7402 doesn't depend upon args. This is necessary to make remote
7403 targets work (in general, they can't take args).
7404 * gdb.base/break.exp: Don't try to send args to program. Don't
7405 expect output. Also, replace lots of code with gdb_test.
7406
7407Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7408
7409 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
7410 printing of '\'' (which is what the comment says we are testing,
7411 even though we were not), not '''.
7412 (test_integer_literals_rejected): Test that printing ''' is an error.
7413
7414 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7415 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
7416 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
7417 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
7418 Use gdb_test not test_print_accept.
7419 * lib/gdb.exp: Remove test_print_accept.
7420
7421 * gdb.base/signals.exp (signal_tests_1): Make pass message
7422 consistent with fail message.
7423
7424 * gdb.base/whatis.exp: Remove xfails for printing char vs.
7425 unsigned char; the bug (PR 1821) is fixed.
7426
7427 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
7428
7429 * gdb.base/scope.exp (test_at_localscopes): Call pass for
7430 successful tests--makes xfailing them work right.
7431
7432Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7433
7434 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
7435 only \r\n, not .*. The test can pass .* as the last thing in
7436 $pattern if that is what it wants. In addition to providing this
7437 flexibility, this change should speed up pattern matching in cases
7438 where the pattern already ended with .* (there were a number of
7439 them). This change also helps catch bad patterns--in the old
7440 scheme the typo "char \*" instead of "char \\*" would pass. Now
7441 it is caught.
7442 * Many .exp files: Update callers.
7443
7444 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
7445 clearer and does not spuriously match multiple ('s. Likewise for
7446 ) and *.
7447
7448 * gdb.base/nodebug.exp: Test ability to call a function and pass
7449 it a string (even with no debugging info).
7450
7451 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
7452 "p '\'", which is the same as "p ''" once tcl gets done with
7453 quoting, to "p '\\'", which I suspect is what is intended (one
7454 backslash gets sent to GDB).
7455
7456 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
7457
7458Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7459
7460 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
7461 1817) was fixed literally years ago.
7462
7463Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7464
7465 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
7466 test, it causes stepping out of call_after_alloca_subr with
7467 optimizing compilers.
7468 (localvars_in_indirect_call): Consume GDB prompt if `finish'
7469 fails.
7470
7471 * gdb.c++/templates.exp: Source templ-info.exp only if
7472 the templates executable exists.
7473
7474 * gdb.c++/misc.cc (class Contains_static_instance,
7475 class Contains_nested_static_instance),
7476 gdb.c++/classes.exp (test_static_members): Test printing of
7477 a class that contains a static instance of the class.
7478
7479Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7480
7481 * gdb.base/langs2.c (cppsub_): Don't prototype.
7482 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
7483 only, I believe).
7484
7485Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7486
7487 * lib/gdb.exp (skip_chill_tests): New procedure.
7488
7489 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
7490
7491Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
7492
7493 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
7494 each expect pattern. Cuts runtime from 12 to about 4 seconds.
7495
7496Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7497
7498 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
7499
7500 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
7501 disassemble 8, not 16, instructions for part 4.
7502
7503 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
7504 support the latter anymore.
7505
7506 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
7507 -DNO_PROTOTYPES.
7508 * gdb.base/callfuncs.c: Control use of prototypes based on
7509 NO_PROTOTYPES, not __STDC__.
7510 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
7511 t_float_values2 tests if prototypes in use.
7512
7513 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
7514 t_double_values): When checking differences against DELTA, check
7515 that difference is within the range (-DELTA,DELTA), not just
7516 (-infinity,DELTA).
7517
7518Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
7519
7520 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
7521 'file' command firts, then 'target', then 'load', this is due to gdb
7522 target set up.
7523 * config/mips-gdb.exp: Fix a couple regular exp bugs.
7524
7525Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
7526
7527 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
7528 FP load/store variants.
7529 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
7530
7531Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7532
7533 * gdb.base/term.exp: Do not give a warning if not native, it is
7534 not an abnormal condition.
7535
7536Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
7537
7538 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
7539 t_char_array".
7540
7541Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7542
7543 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
7544 are getting the version number.
7545
7546 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
7547 if not native, it is not an abnormal condition.
7548
7549Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7550
7551 * lib/gdb.exp: Just use "file exists", rather than undocumented
7552 dejagnu procedure "findfile".
7553
7554Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7555
7556 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
7557 (LDFLAGS): Set to -Xlinker -Ur.
7558
7559 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
7560 Removed, these values are set by lib/gdb.exp.
7561
7562 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
7563
7564Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7565
7566 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
7567 of replicating gdb startup code.
7568
7569 * config/mt-vxworks (LDFLAGS): Set to -r.
7570 (CFLAGS_FOR_TARGET): Removed.
7571
7572 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
7573 (gdb) and gdb for vxworks uses (vxgdb).
7574
7575 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
7576 executable is not in the tree and host != target, use sed and
7577 program_transform_name to determine the gdb name used by the
7578 target.
7579
7580 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
7581 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
7582
7583Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7584
7585 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
7586 floats, chars, and shorts where there are ANSI-style function
7587 definitions.
7588
7589 * gdb.base/langs.exp, gdb.base/langs*: New test.
7590 * gdb.base/Makefile.in: Build it.
7591 * TODO: Remove item about checking that C names don't get C++
7592 demangling applied; this test tests it.
7593
7594Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7595
7596 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
7597 went with the const70 xfail. The xfail went away a year ago.
7598
7599 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
7600
7601 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
7602 for hp300.
7603
7604 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
7605
7606 * gdb.base/a1-selftest.exp: Don't run on hp300.
7607
7608Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7609
7610 * Makefile.in (site.exp): Set host_alias and target_alias as well
7611 as host_triplet and target_triplet.
7612
7613Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7614
7615 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
7616
7617 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
7618 places as other ecoff systems).
7619
7620 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
7621 ultrix.
7622
7623Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7624
7625 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
7626 remove them.
7627 * gdb.base/nodebug.exp: Accept "function" in addition to "text
7628 variable and "variable" in addition to "data variable".
7629 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7630
7631 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7632 2.
7633 * gdb.base/list1.c (long_line): Add additional statement at start
7634 of function.
7635 * gdb.base/list.exp (test_forward_search): Update line number to
7636 reflect new statement.
7637
7638Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7639
7640 * gdb.base/signals.exp: Reinitialize searched source directories
7641 after gdb_start call.
7642
7643Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
7644
7645 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
7646 * gdb.stabs/Makefile.in: Likewise.
7647
7648 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
7649 change. Instead split the tests into smaller pieces.
7650 * gdb.disasm/hppa.s: Corresponding changes.
7651
7652Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7653
7654 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7655 Quote ^C when passing it to stty. For some shells ^ is a pipe.
7656
7657 * gdb.base/funcargs.exp: Modify many tests so that every test
7658 either passes or fails. Make some test names unique.
7659
7660Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7661
7662 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7663 Call stty to set interrupt character.
7664
7665 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
7666 for HP assembler versus GNU assembler based on actual behavior of
7667 $(CC), rather than assuming that $(AS) is always the GNU assembler.
7668
7669 * TODO: Suggest a few more stepping tests.
7670
7671Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
7672
7673 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
7674 restart GDB for h8300 after a continue.
7675 (return): Add pattern to match a29k-udi behavior.
7676 * gdb.base/nodebug.exp: Remove obsolete comment.
7677 * gdb.base/regs.exp: New file, testing of register displays.
7678 * gdb.base/return.exp: Fix typo in reference to $objdir.
7679 * gdb.base/whatis.exp: Always start with a fresh GDB.
7680
7681Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7682
7683 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
7684 higher, these tests generate a lot of output.
7685
7686Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7687
7688 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
7689 code following the catch silently ignored some errors; without the
7690 catch they should be thrown like any other tcl error. Also, the
7691 catch used "" instead of {} which meant all the callers who wanted
7692 to include one of the characters "[]$ had to quote it an extra time.
7693 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
7694 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
7695 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
7696 Remove extra quoting.
7697
7698Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
7699
7700 * gdb.base/commands.exp: Make test names unique; every test either
7701 passes or fails. Update some comments.
7702
7703 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
7704
7705Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7706
7707 The following fixes a FAIL caused by the fact that the alpha stabs
7708 configuration didn't use the ".if alpha" code in weird.def.
7709 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
7710 bit pointer, so the 32 bit version works even on the alpha.
7711 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
7712 Remove the stuff which allowed us to have separate versions for
7713 alpha and everything else.
7714
7715 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
7716 regexp which "info func operator\[\](" is supposed to match. Fix
7717 string to send to GDB. Note that GDB still doesn't work right. Add a
7718 new test for "info func .perator\[\](" which GDB does handle correctly.
7719
7720 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
7721
7722Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7723
7724 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
7725 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
7726 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
7727 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
7728 it makes the tests harder to understand and confuses test-o-matic.
7729 The preferred style is that each test provides a PASS or a FAIL,
7730 and has a unique message (e.g. "continue #54" not just "continue")
7731 which is the same for the pass and the fail.
7732 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7733 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
7734 to lib/gdb.exp.
7735 * gdb.base/printcmds.exp: Use test_print_accept. Remove
7736 prt_accept which was basically the same thing. Likewise for
7737 test_print_reject and prt_reject.
7738 * lib/gdb.exp (test_print_reject): Add some more error message
7739 patterns to match from the former printcmds.exp (prt_reject).
7740 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
7741 One defect of the passcount stuff is that some of it failed to
7742 report XPASS where appropriate.
7743 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
7744 stuff before and after arg in expected pattern.
7745 (test_paddr_operator_functions): Re-do test without print_addr_of;
7746 this is the only test which seems to want extra stuff there.
7747
7748Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7749
7750 * gdb.base/nodebug.exp: Update new tests to reflect improved
7751 wording of gdb output.
7752
7753 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
7754 and "ptype" work on variables in files compiled without -g.
7755 Replaces commented out "maint print msymbol" tests.
7756
7757Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7758
7759 * gdb.base/setvar.c (dummy): Call malloc.
7760
7761 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
7762 losing with the irix4 sed.
7763
7764 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
7765 ALRM" on irix4.
7766
7767Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7768
7769 * TODO: Remove items about corefile.exp testing new exec-file and
7770 backtrace; both are now done. Add items about printing enums.
7771
7772Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7773
7774 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
7775 "get signal $thissig" test fails.
7776
7777 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
7778
7779Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7780
7781 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
7782 compiler warning with dec alpha compiler.
7783
7784 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
7785 extra \n from gdb_test call (this explains why the prompt test
7786 that I removed yesterday was there).
7787 (user_defined_command_test): Remove extra \n and prompt test.
7788
7789 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
7790 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
7791 doesn't exist.
7792 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
7793 Also remove alpha workaround, which turns out to be because
7794 SIGABRT == SIGLOST.
7795
7796 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
7797
7798 * gdb.base/help.exp: Don't test "help show".
7799
7800Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7801
7802 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
7803 "set print address" is on.
7804 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
7805 pass prompt to gdb_test; gdb_test already looks for the prompt.
7806
7807 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
7808
7809 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
7810 was a vestige of the manual TESTSTRATEGY, and the purpose of it
7811 was to make sure that gdb can read a core file. But (a) the "read
7812 the corefile" part didn't make it to a1-selftest.exp, we just
7813 delete the corefile after creating it, and (b) we test reading
7814 corefiles in corefile.exp anyway. Also, this test left around a
7815 xgdb process on Solaris.
7816
7817 * gdb.base/corefile.exp: Also test backtrace.
7818
7819Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
7820
7821 * gdb.base/commands.exp: Test a simple user defined command with
7822 arguments and if/while statements; verify the full user command is
7823 printed by "show user".
7824
7825 * gdb.base/commands.exp: Test if/while commands as part of a
7826 breakpoint command list; verify they appear in breakpoint
7827 information.
7828
7829Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7830
7831 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
7832 than by dividing by zero.
7833
7834Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
7835
7836 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
7837 performing an inferior call with watchpoints enabled.
7838 * gdb.base/watchpoint.c (main): Delete second unnecessary read
7839 call.
7840
7841Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7842
7843 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
7844 of "file" command.
7845
7846 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
7847 Add additional pattern for when "int operator int(void);" appears
7848 in a different order.
7849
7850Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7851
7852 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
7853
7854 * gdb.base/help.exp: Replace most of docstrings for "info signals"
7855 and "signal" with ".*".
7856
7857Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7858
7859 * TODO: Add note about "handle all nostop".
7860
7861 * gdb.base/{sigall.c, sigall.exp}: New test.
7862 * gdb.base/Makefile.in: Add it.
7863
7864Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7865
7866 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
7867 when invoking GDB, suppresses any windowing interface.
7868
7869Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
7870
7871 * config/sim-gdb: New file, simulator testing support.
7872
7873Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
7874
7875 * gdb.base/interrupt.exp: Test calling func1 twice.
7876
7877Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
7878
7879 * gdb.base/list.exp (test_forward_search): Set timeout higher
7880 when we'll be getting lots of output from gdb.
7881
7882 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
7883 "init_malloc" to after the expect statement. Run it if that
7884 regexp is taken, but also for two others which happen if source
7885 cannot be found.
7886
7887Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7888
7889 * gdb.base/printcmds.exp: New test, for printing register before
7890 program is running.
7891
7892Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7893
7894 * gdb.base/list.exp: Correct some alternate expect patterns
7895 to reflect changes in list1.c.
7896
7897Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7898
7899 * TODO: Add item regarding large frames.
7900
7901 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
7902
7903 * TODO: Remove item about enabling return.exp; it
7904 is enabled. Suggest a few more "return" tests.
7905
7906Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7907
7908 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
7909 anonymous unions.
7910
7911Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7912
7913 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
7914 and pr-5646.o, so "make" is the same as "make all", not "make
7915 pr-4975.o".
7916
7917Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
7918
7919 * gdb.base/list.exp: Adjust expectations to reflect changes in
7920 list1.c.
7921 (test_forward_search): New test proc.
7922 * gdb.base/list1.c (long_line): New function, has long source line.
7923
7924Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
7925
7926 * gdb.base/a1-selftest.exp: Change initial stepping to know about
7927 additional line of code that was added.
7928
7929Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
7930
7931 * gdb.disasm/hppa.s: Break the large branching tests into smaller
7932 tests so as not to overflow expect's input buffers.
7933 * gdb.disasm/hppa.exp: Corresponding changes.
7934
7935Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7936
7937 Beginnings of template debugging tests.
7938 * gdb.c++/templ-info.cc: New file to test for template
7939 debugging capability of the compiler.
7940 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
7941 templ-info.cc.
7942 * gdb.c++/templates.cc: Add explicit template instantiations
7943 to enable compiling with -fno-implicit-templates. Add destructor
7944 and 'value' method to T5 class for template tests.
7945 * gdb.c++/templates.exp: Add testcases for printing of template
7946 types, setting breakpoints on template methods and calling a
beb998c6 7947 template method.
c906108c
SS
7948
7949Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
7950
7951 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
7952 branch target since some assemblers (gas-2.5) may emit a
7953 relocation for the branch instead of resolving it in the
7954 assembler.
7955
7956Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7957
7958 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
7959 through signal handler.
7960
7961Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7962
7963 * configure.in (*-*-netware): Use config/mt-netware.
7964
7965 * config/mt-netware: New file.
7966 * config/mt-i386-netware: Removed, separate configs for different
7967 netware architectures are no longer needed now that we have
7968 --with-headers.
7969
7970Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7971
7972 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
7973 by the recent changes to use ANSI C arithmetic conversions.
7974
7975Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7976
7977 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
7978 bug involving using inferior_pid to figure out whether to select a
7979 frame.
7980
7981Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
7982
7983 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
7984 match the current disassembler output.
7985
7986Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
7987
7988 * gdb.fortran/exprs.exp: Expect VOID instead of void.
7989 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
7990 types, expect "int" as type of integer values (for now).
7991
7992Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
7993
7994 * gdb.base/commands.exp: New tests for if/while commands.
7995
7996Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
7997
7998 * lib/gdb.exp (runto): Replace sub-pattern for hex value
7999 by .*, since hex values have different syntax in Chill mode.
8000
8001Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8002
8003 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
8004 linefeed from expect pattern for repeated types with indices > 9.
8005
8006Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
8007
8008 First part of Fortran test suite.
8009 * gdb.fortran: New directory.
8010 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
8011
8012Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8013
8014 * gdb.base/default.exp: Update expect pattern for load command
8015 without arguments.
8016
8017Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8018
8019 * configure.in: Change i386 to i[345]86.
8020 * gdb.base/configure.in: Likewise.
8021 * gdb.c++/configure.in: Likewise.
8022 * gdb.chill/configure.in: Likewise.
8023
8024Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
8025
8026 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
8027 patterns, since that is not a valid context for comments.
8028
8029Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
8030
8031 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
8032 repeated types and repeated types with indices > 9.
8033
8034Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8035
8036 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
8037 2417; old bug has been fixed.
8038
8039Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
8040
8041 * gdb.base/interrupt.exp: When trying to wake up the inferior,
8042 send the newline ourselves instead of assuming gdb_test will do
8043 so when passed an empty input string.
8044
8045 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
8046 stabs testcode.
8047
8048Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8049
8050 * lib/gdb.exp (gdb_test): Don't send anything if the first
8051 argument is an empty string. This makes cases where we want to
8052 match output that is already in expect's buffers (for example,
8053 matching a breakpoint after gdb_run_cmd has been called) work
8054 reliably.
8055
8056Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8057
8058 * config/netware.exp: New file.
8059
8060Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8061
8062 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
8063 the -B and -L prefixes so we can find the debugging stub.
8064
8065 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
8066 there and we are using the gcc from the tree.
8067
8068 * gdb.base/types.c: Removed.
8069
8070 * gdb.base/configure.in: Look for makefile fragments in ../config.
8071 Recognize i386-*-netware.
8072 * gdb.c++/configure.in: Likewise.
8073
8074Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8075
8076 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
8077 the correct TCL syntax.
8078
8079Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8080
8081 * gdb.base/opaque.exp: use runto instead of messing around with
8082 breakpoints. Simplify by using gdb_test.
8083
8084 * gdb.base/bitfields.exp: restart between tests on netware targets
8085 because breakpoints aren't relocated after target death. Run
8086 processes to completion.
8087
8088 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
8089
8090Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
8091
8092 * Makefile.in: Remove extra tabs that confuse some versions
8093 of "make". Use the newly built gdb to test with by default,
8094 rather than the first one in the tester's search path.
8095
8096Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
8097
8098 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
8099
8100 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
8101 condition help.
8102
8103Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8104
8105 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
8106
8107 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
8108 running.
8109 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
8110 * gdb.base/funcargs.exp: Likewise.
8111
8112 * gdb.base/bitfields.exp: Simplify by using gdb_test.
8113 * gdb.base/funcargs.exp: Likewise.
8114
8115 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
8116 message is "".
8117
8118Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8119
8120 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
8121 return,signals,twice}.exp: Handle non-existant binaries
8122 consistantly.
8123
8124 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
8125 * gdb.base/Makefile.in: Don't try to generate a core dump, we
8126 might testing a cross development system.
8127
8128Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8129
8130 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
8131 runtest script is relative to ${srcdir}, not ${rootdir}.
8132
8133Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
8134
8135 * gdb.base/signals.exp: Allow for optionality of breakpoint
8136 address.
8137
8138Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8139
8140 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
8141
8142Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8143
8144 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
8145 for size_t definition.
8146 * gdb.c++/templates.cc: Likewise
8147
8148 * config/mt-i386-netware: New file.
8149
8150 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
8151 defined.
8152
8153 * gdb.base/Makefile.in: Added support for systems that name core
8154 files by appending "core" to the program name.
8155 * gdb.base/a1-selftest.exp: Likewise.
8156
8157Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8158
8159 * gdb.base/return.exp: Add comment and message for `return double'
8160 test failure on Sparc Solaris.
8161
8162Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
8163
8164 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
8165
8166Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8167
8168 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
8169 from optimizing them away.
8170 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
8171 patterns to include default constructors and assignment operators,
8172 to match gcc versions beyond 2.5.8. Accept any cplus demangling
8173 character in the output of the virtual base pointer.
8174
8175Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8176
8177 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
8178 expression match in print_addr_of to avoid unintented matches.
8179 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
8180 versions up to 2.5.8.
8181
8182Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8183
8184 * gdb.base/list.exp: Tweak alternate pattern for listing of an
8185 included file to run under newer versions of expect.
8186 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
8187 consecutive >'s in templates to accomodate recent cplus-dem.c change.
8188 Remove xfail for the virtual table of BDDHookV.
8189
8190Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8191
8192 * lib/gdb.exp (string_to_regexp): Set a default result.
8193 (default_gdb_start): Fix misleading message.
8194
8195Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
8196
8197 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
8198 Remove all CC, etc definitions.
8199 * config/mt-hpux: New file.
8200 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
8201 (CFLAGS, LDFLAGS): Define.
8202 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
8203
8204 * Makefile.in (site.exp): Don't insert host_os, etc.
8205 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
8206 (distclean): Check existence of subdir.
8207 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
8208 * gdb.base/Makefile.in: General cleanup and simplification.
8209 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8210 to build executables. Use default rule to build .o files.
8211 (EXPECT, RUNTEST, CC): Fix relative pathname.
8212 (site.exp): Don't insert host_os, etc.
8213 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
8214 and/or SIGUSR1 defined.
8215 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
8216 * gdb.c++/Makefile.in: General cleanup and simplification.
8217 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8218 (CFLAGS): Remove.
8219 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
8220
8221Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
8222
8223 * gdb.base/recurse.exp: Misc changes to get tests running again
8224 after Kung's changes to the watchpoint code.
8225 * gdb.base/watchpoint.exp: Likewise.
8226
8227Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
8228
8229 * lib/gdb.exp (string_to_regexp): Convert {\} also.
8230
8231Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8232
8233 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
8234 * lib/gdb.exp (default_gdb_start): Define.
8235 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
8236 gdb.base/funcargs.exp, gdb.base/opaque.exp,
8237 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
8238 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
8239 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
8240 Don't call gdb_target_udi in between tests.
8241
8242Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8243
8244 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
8245 (which was basically just a local version of the same thing). In
8246 addition to avoiding duplication, gdb_test_exact is faster.
8247 * lib/gdb.exp (gdb_test_exact): Fix typo.
8248
8249 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
8250 don't give an error.
8251
8252 * gdb.base/term.exp: Call delete_breakpoints before starting.
8253
8254 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
8255 (t10): Add comment.
8256
8257Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8258
8259 Reorganization of the GDB Test Suite.
8260
8261 * gdb.base: New directory, contains all the basic tests.
8262 * gdb.c++: New directory, tests specific to C++.
8263 * gdb.chill: New directory, tests specific to Chill.
8264 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
8265 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
8266 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
8267 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
8268 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
8269 t30-31 to chill).
8270 * */gdbme.*: Rename to match appropriate expect scripts.
8271 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
8272 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
8273 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
8274 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
8275 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
8276 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
8277 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
8278 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
8279 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
8280 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
8281 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
8282 gdb.c++/virtfunc.cc: New names of C++ files.
8283 * gdb.chill/chillvars.ch: New name of Chill file.
8284 * gdb.base/configure.in, gdb.c++/configure.in,
8285 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
8286 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
8287 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
8288 * configure.in (configdirs): Update to reflect directory changes.
8289 (target_abbrev): No longer define for any configuration.
8290 * Makefile.in: Cosmetic improvements to header comments.
8291
8292Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8293
8294 Various changes to gdb.t31:
8295
8296 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
8297 * gdbme.ch: Make all key-words and predefineds be upper-case.
8298 * chillvars.exp: Expect key-words and predefinds in upper-case.
8299
8300 * chillvars.exp: Use gdb_test_exact many places.
8301 Change expected output for arrays (which now includes index labels).
8302
8303 * pr-5020.exp, gdme.ch (module PR_5020):
8304 New test, for PR-5020.
8305
8306Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
8307
8308 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
8309 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
8310
8311Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
8312
8313 * Makefile.in: Fix bit-rot in definitions of CHILL,
8314 CHILL_FOR_TARGET and Chill_LIB.
8315 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
8316 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
8317 CHILL, and CHILL_LIB.
8318
8319Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
8320
8321 * Revert the previous changes. Please see Rob's directory
8322 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
8323
8324Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
8325
8326 * Makefile.in, configure.in, config/mips-gdb.exp,
8327 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
8328 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
8329 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
8330 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
8331 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
8332 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
8333 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
8334 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
8335 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
8336 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
8337 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
8338 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
8339 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
8340 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
8341 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
8342 changes from 94Q1.
8343
8344Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
8345
8346 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
8347 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
8348 Rob's new testing fragments.
8349
8350Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
8351
8352 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
8353 lib/gdb.exp: Replace error proc calls with perror.
8354
8355Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8356
8357 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
8358 version also, match on casted version strings, and match on
8359 gdb startup case where the line numbers might be messed up.
8360
8361Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
8362
8363 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
8364 (CFLAGS): Delete it from here.
8365
8366Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
8367
8368 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
8369
8370Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
8371
8372 * Makefile.in (RUNTEST): Default to just "runtest".
8373
8374Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8375
8376 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
8377 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
8378 the code has been restructured.
8379
8380Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8381
8382 * gdb.t00/default.exp (set write): Allow any number of \r and/or
8383 \n, not just one of each.
8384
8385 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
8386 /bin/cc gives a warning if you do.
8387
8388Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
8389
beb998c6 8390 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
8391 __t10ListS_link1ZUiRCUiPT0
8392
8393Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8394
8395 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
8396 on local variables in recursive functions.
8397
8398 * gdb.t07/Makefile.in: Build the new test.
8399
8400Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8401
8402 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
8403 directly. Instead compare the return values from actual calls.
8404
8405Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
8406
8407 * Makefile.in (check): Set TCL_LIBRARY for runtest.
8408
8409Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8410
8411 * From Peter Schauer with minor modifications.
8412 * gdb.t15/return.exp (return_tests): Handle targets where "return"
8413 stops in mid-line in the caller. Add xfail for returning a float
8414 value on X86 targets.
8415
8416Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8417
8418 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
8419 to avoid expect lossage.
8420 (fmem_LRbug_tests): Likewise.
8421 * gdb.disasm/hppa.s: Corresponding changes.
8422
8423 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
8424 conditions to work with latest dejagnu/expect.
8425
8426 * gdb.t15/funcargs.exp (finish from indirect call): No longer
8427 expected to fail on the PA.
8428 (backtrace in call with trampolines): Explicitly require main
8429 to be frame #1 (no trampolines should show up in backtrace).
8430
8431 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
8432 "continue -expect".
8433 * gdb.t06/break.exp: Likewise.
8434 * gdb.t07/watchpoint.exp: Likewise.
8435 * gdb.t13/bitfields.exp: Likewise.
8436 * gdb.t15/{funcargs,return}.exp: Likewise.
8437 * gdb.stabs/weird.exp: Likewise.
8438 * config/{mips,udi}-gdb.exp: Likewise.
8439
8440 * hppa.sed: Enclose comments within a sed command to avoid
8441 losing with the old OSF1 sed.
8442
8443Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8444
8445 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
8446 sequent dynix.
8447 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
8448 * gdb.t15/funcargs.exp: Conditionally step again to really
8449 finish from marker_call_with_trampolines. Handle the case where
8450 the first step from within call_with_trampolines already steps
8451 us back to main.
8452 * gdb.t15/gdbme.c: Add comment to closing brace of
8453 call_with_trampolines for funcargs.exp.
8454
8455Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8456
beb998c6 8457 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
8458 Fix typo(s).
8459
8460Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8461
8462 * gdb.t07/gdbme.c: More code for watchpoint testing.
8463
8464 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
8465 "Hardware watchpoint" throughout file.
8466 (test_watchpoint_triggered_in_syscall): New test.
8467 (test_complex_watchpoint): New test.
8468
8469Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8470
8471 * gdbme.c (call_with_trampolines): New function to try and step
8472 into. Tests trampoline problems on the PA.
8473
8474 * funcargs.exp (localvars_in_indirect_call): No longer expect
8475 stepping into indirect call to fail on PAs.
8476 (test_stepping_over_trampolines): New test.
8477
8478Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8479
8480 * TODO: Add suggestions for static member function tests, and
8481 completion tests.
8482
8483Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8484
8485 * TODO: Add suggestions for "p/a" tests.
8486
8487 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
8488 (default_gdb_exit): Replace all the hair with sending "quit" to
8489 the process with a simple close.
8490
8491Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8492
8493 * TODO: Add suggestions for shared library tests.
8494
8495Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8496
8497 * TODO: Add suggestions for x/s tests.
8498
8499Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8500
8501 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
8502 "enable once", and "enable breakpoints once" with ".*".
8503
8504Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8505
8506 * TODO: Add suggestions about structure passing tests.
8507
8508Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8509
8510 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
8511 the primary1 test, use work around if __GNUC__ < 2.
8512 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
8513 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
8514 Test for bad output rather than waiting for timeout. Issue
8515 second continue only if first continue failed.
8516
8517Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8518
8519 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
8520 operator[] test with gdb_test because the old code didn't seem to
8521 be getting the quoting right with the new dejagnu.
8522
8523Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
8524
8525 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
8526 one from the path.
8527 * Makefile.in: Use a fresh expect if there is one, use runtest
8528 from the src tree if there is one.
beb998c6 8529
c906108c
SS
8530Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8531
8532 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
8533 next over recursive call. Revise the tests from that point on
8534 (which had been skipped) to match GDB's actual (correct) output.
8535
8536 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
8537 with next over a breakpoint whose condition is false.
8538
8539 * gdb.t00/help.exp: Comment out "help set print" tests just like
8540 (and for same reason as) "help set" test.
8541
8542Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8543
8544 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
8545 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
8546
8547Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8548
8549 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
8550 necessary gdb_target_udi.
8551
8552 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
8553
8554 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
8555 1838 and 2417; they are fixed.
8556
8557 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
8558 gdb.t03/ptype.exp (ptype structure, ptype union):
8559 Remove xfails; the test is looser than when the xfails were added.
8560
8561 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
8562 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
8563
8564 * gdb.t01/run.exp: Only run shell test if isnative.
8565
8566 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
8567 since "run" automatically loads if necessary. Call gdb_target_udi
8568 after the "file" since "file" kills any execution target.
8569
8570 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
8571 GDB. GDB doesn't work that way (not anymore at least) on UDI.
8572 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
8573 argument for UDI.
8574
8575Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8576
8577 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
8578
8579 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
8580
8581Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8582
8583 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
8584 properly quoting regexps. This makes the second argument to
8585 demangle a fixed string, which matches the callers, instead of a
8586 shell-style pattern which is what the previous implementation
8587 used. Update some of the callers.
8588
8589Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8590
8591 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
8592 (comib_nullified_tests): Fix typo.
8593 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
8594 strings. No longer expected to fail.
8595
8596 * gdb.disasm/hppa.s (addib_tests): Fix typo.
8597 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
8598 strings. No longer expected to fail.
8599
8600 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
8601 string. No longer expected to fail.
8602
8603Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8604
8605 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
8606 No longer expected to fail.
8607
8608 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
8609 string. No longer expected to fail.
8610
8611Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8612
8613 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
8614 only in the names (I probably got most of them). I was even
8615 generous with some which differed in underscores in names, and
8616 probably missed a few, and I *still* was able to remove almost a
8617 third of the file with almost no impact on testsuite coverage.
8618
8619Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8620
8621 * gdb.t00/default.exp: Match udi_attach error message as well as
8622 the one from child_attach.
8623
8624 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
8625
8626 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
8627
8628 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8629 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8630
8631 * Move test with enums and partial symbols back to
8632 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8633 Reverts the change of 26 May 93. Per today's change to
8634 stabs.texinfo, the behavior that weird.exp was expecting was
8635 unreasonable; what is important is that the compiler+gdb get
8636 things right, which happens with a recent gcc. Also fix the test
8637 to deal with native compilers which put out the stab gdb can't
8638 deal with.
8639
8640Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8641
8642 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
8643 in the names. The main thing these accomplish is to slow things down.
8644 Many more such duplicates surely remain.
8645
8646 * gdb.t00/help.exp: Comment out "help support" test just like
8647 (and for same reason as) "help set" test.
8648
8649Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
8650
8651 * gdb.t06/break.exp: Remove setup_xfails for
8652 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
8653 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
8654 about known bug in gcc to include up through 2.5.8.
8655 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
8656 well as "_vb$".
8657 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
8658 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
8659 with latest gcc and gdb.
8660 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
8661 well as "_vb$".
8662
8663Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8664
8665 * configure.in (hppa*-*-*): Also configure and build stabs-only
8666 tests.
8667
8668Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8669
8670 * gdb.t10/hppa.mt: A makefile fragment for the PA.
8671 * gdb.t10/configure.in (hppa*-*-*): Use it.
8672
8673Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8674
8675 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
8676
8677Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8678
8679 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
8680 versions prior to 1.13.5.
8681
8682Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8683
8684 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
8685 the prompt is at the start of a line.
8686
8687Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8688
8689 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
8690 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
8691 in the copr tests now.
8692 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
8693 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
8694 expected to fail.
8695
8696Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
8697
8698 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
8699 gdb.t31/chillvars.exp, lib/gdb.exp:
8700 Tweak to run under either version of expect.
8701 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
8702 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
8703 * gdb.t11/list.exp: Remove extraneous whitespace.
8704
8705Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8706
8707 * gdb.t16/printcmds.exp (test_print_strings): Accept
8708 "(unsigned char *) " before the string.
8709
8710 * TODO: Add notes about printing of fancy types and GDB expressions.
8711
8712Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
8713
8714 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
8715 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 8716 if doing mips-idt-ecoff.
c906108c
SS
8717
8718Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
8719
8720 * Most .exp files: Tweak to run under either version of expect.
8721
8722Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8723
8724 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
8725 xfails; I'm not sure why they are failing, but not because of PR 1806.
8726
8727Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
8728
8729 * config/unix-gdb.exp: Remove gdb_unload cause it's already
8730 defined in lib/gdb.exp.
8731
8732Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8733
8734 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
8735 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
8736 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
8737 have to be typeless.
8738
8739Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8740
8741 * TODO: Add suggestion for copyright year test.
8742
8743Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
8744
8745 * configure.in (*-*-lynxos*): Add stabs tests.
8746
8747Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8748
8749 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
8750 so insert a tab before any assembler directive in column zero.
8751
8752 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
8753 stores.
8754 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
8755 stores.
8756 (fpu_short_memory_tests): Likewise.
8757
8758Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8759
8760 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
8761 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
8762 .stabs directives in comments.
8763
8764Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8765
8766 * TODO: New file, describing tests we could write.
8767 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
8768
8769Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8770
8771 * gdb.t06/signals.exp: Add kludge to force re-sync.
8772
8773 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
8774 to xgdb instead of gdb, get out of gdb.
8775
8776Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
8777
8778 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
8779 for info.
8780
8781Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8782
8783 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
8784 * gdb.stabs/configure.in (hppa*-*-*): Use it.
8785 * gdb.stabs/hppa.sed: New sed script for the PA.
8786
8787Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8788
8789 * gdb.stabs: Re-write weird.def and configuration to use sed
8790 instead of cpp. sed is portable and POSIX; cpp is neither.
8791
8792Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8793
8794 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
8795
8796Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8797
8798 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
8799
8800Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8801
8802 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
8803 "_vb$".
8804 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
8805 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
8806
8807Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8808
8809 * lib/gdb.exp: Comment out code which depends on non-existent
8810 `transform' procedure.
8811
8812Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
8813
8814 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
8815 * lib/gdb.exp: Transform tool name.
8816 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
8817 1.1's new error handling system.
8818
8819Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8820
8821 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
8822
8823Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8824
8825 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
8826 They made pattern matching so slow that timeouts happened on
8827 heavily loaded systems. Now any output from "show print" which
8828 gets us back to the GDB prompt is a PASS.
8829
8830Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
8831
8832 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
8833
8834Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8835
8836 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
8837
8838 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
8839 It is not from PR 3220.
8840
8841Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8842
8843 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
8844 just started failing because they depended on the order the
8845 subcommands are presented, or exact docstring text. This kind of
8846 test is a pain and has minimal benefit.
8847
8848Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8849
8850 * gdb.t09/corefile.exp: At end of test, use "core" command with
8851 no arguments.
8852
8853Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
8854
8855 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
8856 17}/Makefile.in: Make it possible to run the testsuite with Sun
8857 make and CC = cross gcc by adding explicit build rules for .o
8858 files.
8859
8860Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8861
8862 * gdb.t15/funcargs.exp: Don't put comments on same line as
8863 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 8864
c906108c
SS
8865Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8866
8867 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
8868
8869Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
8870
8871 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
8872 * gdb.t20/inherit.exp: remove three dumplicate entries.
8873
8874Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8875
8876 * gdb.t06/break.exp: For "next over recursive call", fail on any
8877 incorrect output, not just on "factorial (value=2)".
8878
8879Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8880
8881 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
8882 working now. Add an xfail if accesing a bss variable causes
8883 a memory error if the target is not yet run.
8884
8885Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8886
8887 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
8888 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
8889 name of __st* demangling (2 strings). Did Kung really get the
8890 more than 95 others right without testing them?
8891
8892Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
8893
8894 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
8895
8896Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
8897
8898 * configure.in (configdirs): Add gdb.disasm
8899 * gdb.disasm: New directory for GDB disassembler tests.
8900 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
8901
8902Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8903
8904 * gdb.t00/help.exp: Don't test "help set".
8905
8906 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
8907 from within expect statements. None of these happen anymore and
8908 they cause regressions to be silently unnoticed.
8909
8910 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
8911 messages) about known failures with gcc cygnus-2.4.5-930417.
8912
8913 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
8914 comp-info.exp so it gets built if it doesn't exist.
8915
8916 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
8917 it is no longer used.
8918 * gdb.t13/comp-info.c: Removed.
8919
8920Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8921
8922 * gdb.t06/signals.exp: Add xfail for sun3.
8923
8924Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8925
8926 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
8927 relevant because ^C doesn't get sent but failure can be reproduced
8928 interactively).
8929
8930Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8931
8932 * gdb.stabs/alpha.mt: New configuration file for alpha.
8933 * gdb.stabs/configure.in: Use it.
8934 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
8935 sharing with alpha.mt, redefine long to word via preprocessor.
8936 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
8937 for alpha.
8938 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
8939 native cc.
8940 * gdb.t00/teststrategy.exp: Change expect string so that we
8941 consume the `(xgdb)' from the command echo and from the gdb prompt.
8942 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
8943 gdb currently compares all values as long, so this failure probably
8944 applies to any configuration where LONGEST is bigger than a target int.
8945 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
8946 with gcc.
8947 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
8948 to handle opaque pointers, gcc is.
8949 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
8950 as first argument. Include <sys/types.h> and change all operator
8951 new definitions to use size_t.
8952 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
8953 now that we use size_t.
8954
8955Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8956
8957 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
8958 a long or float array cast all array members to the same type.
8959 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
8960 with 64 bit longs.
8961 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
8962 on alpha.
8963 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
8964
8965Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8966
8967 * gdb.t24 (demangle.exp): Constructors of templates have names like
8968 vector<int>::vector(int) not vector<int>::vector<int>(int). See
8969 section 14.6 of the ARM.
8970
8971 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
8972 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
8973 accomplish little and slow down the testsuite.
8974
8975 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
8976 Accept spaces various places.
8977
8978Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8979
8980 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
8981 with watchpoint enabled.
8982
8983 * Makefile.in: Remove definition of CC and remove the second
8984 definition of CXX (the "CXX = gcc" one remains). These definitions
8985 were causing backquotes to be expanded within backquotes, which
8986 doesn't work.
8987
8988Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8989
8990 * gdb.t17/callfuncs.exp: Add "return 0" to end.
8991
8992Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8993
8994 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
8995 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
8996 by mips cc and contains no stabs entries.
8997
8998Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
8999
9000 * config/vx-gdb.exp: Use fake device to load files rather than
9001 NFS.
9002 * lib/gdb.exp: New proc to do "file" command.
9003 * config/unix-gdb.exp: Use new "file" proc.
9004
9005Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9006
9007 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
9008 Rework board rebooting slightly.
9009 (gdb_exit): Don't exit from the remote shell; there isn't one.
9010 * gdb.stabs/weird.exp: If a program is being debugged already,
9011 kill it.
9012 * gdb.t04/setvar.exp: Stop and restart gdb.
9013 * gdb.t05/expr.exp: Likewise.
9014 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
9015 restart gdb and reload the program.
9016 * gdb.t08/opaque.exp: Likewise.
9017 * gdb.t12/scope.exp: Likewise.
9018 * gdb.t13/bitfields.exp: Likewise.
9019 * gdb.t15/funcargs.exp: Likewise.
9020 * gdb.t20/classes.exp: Likewise.
9021 * gdb.t03/ptype.exp: Increase timeout.
9022 * gdb.t16/printcmds.exp (test_print_string_constants,
9023 test_print_array_constants): Likewise.
9024 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
9025 * gdb.t20/classes.exp (do_tests): Likewise.
9026 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
9027
9028Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
9029
9030 * gdb.stabs: Renamed *wierd* to *weird*.
9031
9032Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9033
9034 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
9035 for timeout. Add "known gcc 2.4.5 bug" to failure message.
9036
9037Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9038
9039 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
9040 (do_tests): Remove xfail for whatis on one_var and two_var.
9041
9042Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
9043
9044 * Makefile.in: Made cross building work better by adding
9045 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
9046
9047Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9048
9049 * gdb.t15/{return.c,return.exp,Makefile.in}:
9050 New test, currently commented out.
9051
9052Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
9053
9054 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
9055 still running and removes the leftover named socket so GDb can do
9056 clean restarts.
9057
9058Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
9059
9060 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
9061 console, not GDB.
9062 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
9063 cross testing works better with "make check"
9064 * config/unix-gdb: Use default procedures for exit and version.
9065 * config/vx-gdb.exp: Cleaned up and massaged back to working order
9066 with the newest VxWorks.
9067
9068Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9069
9070 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
9071 old form.
9072
9073 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
9074 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
9075
9076 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
9077
9078 * config/unix-gdb.exp: Remove this version of gdb_exit
9079 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
9080 Rob says he'll look at it when he gets back to testing boards.
9081
9082Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
9083
9084 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
9085 an expected fail for certain ptype commands.
9086
9087 * gdb.t20/classes.exp: Update expected results of "ptype class
9088 Base1" to account for the constructor that now appears in the type.
9089
9090Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
9091
9092 * configure.in (configdirs): Restore gdb.t04, which mysteriously
9093 disappeared from list.
9094 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
9095 "alldone" proc with call to cleanup and exit.
9096 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
9097 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
9098 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
9099 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
9100 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
9101 "alldone" proc with simple returns that suppress remaining
9102 tests. The alldone proc went away many months ago.
9103
9104Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9105
9106 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
9107
9108 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
9109
9110Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9111
9112 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
9113 as vax gdb will display them.
9114
9115Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9116
9117 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
9118 optimizers.
9119
9120 * scope.exp: Change "bad value for localval" messages so each one
9121 is unique.
9122
9123 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
9124 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
9125
9126 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
9127
9128Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9129
9130 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
9131 doesn't exist (due to optimization).
9132
9133Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9134
9135 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
9136 contains \r because the filename is long.
9137
9138 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
9139 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
9140
9141Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9142
9143 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
9144 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
9145 Ultrix.
9146 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
9147 int tests.
9148 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
9149
9150Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
9151
9152 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
9153
9154 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 9155 to match does not match the passing case but still matches the
c906108c
SS
9156 failing case.
9157
9158Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9159
9160 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
9161
9162Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
9163
9164 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
9165 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
9166 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
9167 Remove various versions of gdb_exit.
9168 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
9169 gdb_exit.
9170 * config/unix-gdb.exp: gdb_exit remains here, and should override
9171 the generic version, since it's doing a lot of wierd stuff that
9172 the other versions aren't. FIXME, fold it in, or abandon this
9173 version.
9174
9175Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9176
9177 * gdb.t24/demangle.exp: Add tests for PR 3220.
9178
9179Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9180
9181 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
9182
9183Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
9184
9185 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
9186 "i386-*-*". Works for i486 as well.
9187
9188 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
9189 bug, and expand domain of xfail to all SVR4 systems, since the
9190 actual problem is likely to be in generic SVR4 /proc support.
9191
9192Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9193
9194 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
9195
9196Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
9197
9198 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
9199 xfails for other systems. Match a missing 'Continuing.' as an
9200 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
9201
9202 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
9203 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
9204 Only issue warning for missing executables if -all option is used.
9205
9206 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
9207 file if -all option is used. It's like an unpredictable XFAIL.
9208
9209Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9210
9211 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
9212 for dynamically linked binaries.
9213
9214 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
9215
9216Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9217
9218 * gdb.t20/inherit.exp: Change message for "print tagless struct"
9219 to state that this is a known bug in old versions of g++.
9220
9221Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9222
9223 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
9224 while waiting for `Continuing'.
9225
9226Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
9227
9228 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
9229 in text, data, and bss.
9230 * gdb.t10/nodebug.c: Add local and global test variables for
9231 initialized and uninitialized data.
9232
9233Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9234
9235 * config/unix-gdb.exp (gdb_exit): Add "wait".
9236
9237Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9238
9239 * gdb.t06/signals.exp: xfail the continue from the handler for all
9240 targets.
9241
9242 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
9243 function with watchpoints enabled, the i386 call dummy starts with
9244 a call.
9245
9246 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
9247 386 bsd names its corefiles.
9248
9249Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
9250
9251 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
9252 compilers don't grok it.
9253 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
9254 with small octal ints rather than character constants, which
9255 are signed and might not fit if first promoted to int.
9256
9257Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
9258
9259 * gdb.t09/Makefile.in (clean): Remove corefile.
9260
9261Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9262
9263 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
9264
9265Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9266 and Jim Kingdon (kingdon@cygnus.com)
9267
9268 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
9269 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
9270 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
9271
9272Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9273
9274 * gdb.t17/interrupt.exp: Add xfail for hppa.
9275
9276Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9277
9278 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
9279 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
9280 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
9281 to determine signed-ness of bitfields and use the result to setup
9282 the xfail.
9283 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
9284 * gdb.t15/funcargs.exp: Use them to step until the second indirect
9285 call line is reached if necessary.
9286
9287Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9288
9289 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
9290
9291Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9292
9293 * gdb.t06/break.exp: Also test `clear' command.
9294
9295Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9296
9297 * gdb.t00/teststrategy.exp: Remove extra quote.
9298
9299 * gdb.t07/watchpoint.exp: Change xfail for calling function with
9300 watchpoint enabled to be for all non-68k machines.
9301
9302 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
9303
9304Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9305
9306 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
9307 targets use aout.mt instead of ecoff.mt as gas understands
9308 standard aout format.
9309
9310Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9311
9312 * lib/gdb.exp (runto): Don't insist that function we are running to
9313 was compiled with -g.
9314
9315 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
9316
9317 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
9318 to get back into the read system call.
9319 Accept leading newline in case where we woke it up.
9320
9321Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9322
9323 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
9324 to make the stabs test work on ecoff systems using gcc and -with-stabs.
9325 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
9326 enable ecoff configuration.
9327
9328Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9329
9330 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
9331
9332Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9333
9334 * gdb.t16/printcmds.exp: Add another printf test.
9335
9336Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
9337
9338 * configure.in: If configured -with-stabs on any target, add
9339 stabsdirs to configdirs.
9340
9341Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9342
9343 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
9344 fun" so pattern does not match the command itself.
9345
9346Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9347
9348 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
9349
9350Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9351
9352 * gdb.t17/interrupt.exp: Test for more things.
9353
9354Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9355
9356 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
9357 compiler arranges the code and line numbers.
9358
9359 * gdb.t17/interrupt.exp: Don't send \n after ^C.
9360
9361Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9362
9363 * gdb.t00/help.exp: Increase expect input buffer size.
9364
9365Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9366
9367 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
9368
9369 * gdb.t07/watchpoint.exp: Add xfail for hppa.
9370
9371 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
9372
9373 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
9374 [0-9]*, not just [0-9].
9375
9376Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9377
9378 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
9379
9380 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
9381
9382Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9383
9384 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
9385
9386Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9387
9388 * gdb.t06/signals.c: Add xfails for sun3.
9389
9390 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
9391
9392 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
9393 test_stepping tests.
9394
9395Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9396
9397 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9398
9399 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
9400
9401 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
9402 rather than actually putting it through cpp twice.
9403
9404 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
9405
9406Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
9407
9408 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
9409 no longer needed.
9410
9411Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9412
9413 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
9414
9415 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
9416 C++ features prints as "struct", make it a pass, not an xfail.
9417
9418Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9419
9420 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
9421 Don't require VA to print as "class" rather than "struct".
9422
9423Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
9424
9425 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
9426
9427Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9428
9429 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
9430
9431Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9432
9433 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
9434 order.
9435
9436Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9437
9438 * gdb.t16/printcmds.exp: Add printf tests.
9439
9440 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
9441
9442 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
9443
9444Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
9445
9446 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
9447 pass counts, to counteract any existing or future setup_xfails.
9448
9449Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9450
9451 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
9452 {BEGIN,END}_COMMON for common block instead of STAB.
9453 * gdb.stabs/wierd.exp: Add xfail for rs6000.
9454
9455 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
9456 intp_var should be N_GSYM not N_LSYM.
9457 wierd-aout.S: Use a label for the value of the N_SO.
9458 wierd.def: Remove all backslashes.
9459 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
9460
9461Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9462
9463 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
9464 get the expected next to inheritance3.
9465
9466Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9467
9468 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
9469 now that gcc-2.4 gets it right.
9470
9471Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9472
9473 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
9474
9475 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
9476 generating comp-info.exp which works for cross-compilation.
9477
9478Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
9479
9480 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
9481 "*-*-sysv4.*".
9482
9483Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
9484
9485 * gdb.t01/run.exp: Start with a fresh gdb.
9486 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
9487 SVR4.x.
9488
9489Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
9490
9491 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
9492 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
9493 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
9494 Makefile.in (distclean, realclean): Remove gdbme.c from list of
9495 things to remove.
9496
9497Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
9498
9499 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
9500 test cases from bug reports.
9501
9502Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
9503
9504 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
9505 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
9506 avoid spurious xfails.
9507 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
9508 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
9509 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
9510
9511Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
9512
9513 * gdb.t00/teststrategy.exp: Rework to provide more useful
9514 description of each test, fix problem with systems that define
9515 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
9516 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
9517 results for "next over recursive call" so timeouts aren't taken
9518 by error.
9519
9520Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
9521
9522 * gdb.t12/scope.exp: Test printing of variables before run.
9523
9524 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
9525 printed in wrong order due to sorting.
9526
9527Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
9528
9529 * gdb.t00/teststrategy.exp: Fix expected results for printing
9530 user entered string constant. Is array of char, prints with no
9531 address.
9532
9533 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
9534 commands.
9535 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
9536 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
9537 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
9538 of struct of char arrays.
9539 * gdb.t00/radix.exp: New tests for radix commands.
9540
9541Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
9542
9543 * gdb.t16/printcmd.exp: Print a variable before running program
9544 (with xfail for AIX).
9545
9546Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
9547
9548 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
9549
9550 * gdb.t16/printcmd.exp: Don't print variables before running program.
9551
9552 * gdb.t06/break.exp: Don't require envp argument to main.
9553
9554 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
9555
9556 * gdb.t02/whatis.exp, gdb.t11/list.exp:
9557 Add xfails for rs6000.
9558
9559 * gdb.t02/whatis.exp: Change other tests not to re-test something
9560 we already tested.
9561
9562 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
9563 each type used has a variable of that type.
9564
9565Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
9566
9567 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
9568
9569Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9570
9571 * configure.in: change srctrigger to be a file, not a directory
9572
9573Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
9574
9575 * configure.in (mips-idt-ecoff*): Added trailing '*'.
9576
9577 * gdb.t11/list.exp: Fixed a couple of typos.
9578
9579Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
9580
9581 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
9582 is fixed and PR is closed.
9583 * gdb.t16 (gdbme.c): Add simple test string variable.
9584 * gdb.t16 (printcmds.exp): Add tests with simple test string
9585 variable, primarily for boundaries on "set print elements".
9586
9587Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
9588
9589 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
9590 Make leading 0's optional and don't expect a tab in the middle
9591 of the number.
9592
9593 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
9594
9595 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
9596 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
9597 don't end command passed to gdb_test with newline.
9598
9599 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
9600 signed keyword away, don't expect signed bitfields to be signed.
9601
9602 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
9603 printing with only as many 1's as are in the field as well as printing
9604 with 32 1's (see comment).
9605
9606Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
9607
9608 * gdb.t00/default.exp: Start with a fresh gdb.
9609 * configure.in (configdirs): Remove gdb.t31 until the chill
9610 compiler works again. It no longer is able to find chillrt0
9611 since it isn't in libchill.a anymore.
9612 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
9613 wierd.o, make more modular.
9614 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
9615 spurious newlines that caused problems.
9616
9617Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9618
9619 * Move test with enums and partial symbols from gdb.t03/ptype.exp
9620 to gdb.stabs/wierd.exp since GCC has worked around the bug.
9621 gdb.stabs/wierd.{exp,def}: Many new tests.
9622
9623 * gdb.t00/default.exp: update info line for new message.
9624
9625 * gdb.t02/{whatis.exp,gdbme.c}:
9626 Test that "char *" doesn't print as "caddr_t".
9627
9628Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9629
9630 * gdb.t00/help.exp: Use .* in place of some help messages which
9631 just changed.
9632 gdb.t00/default.exp: Update "info frame" test for new message.
9633 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9634 Remove some xfails
9635
9636Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9637
9638 * gdb.t03/{gdbme.c,ptype.exp}:
9639 Add tests for typedef'd struct and union without tags.
9640 Also check "whatis" on a variable of a typedef'd enum without a tag.
9641
9642 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
9643 PRMS 1823; the bug still exists but isn't reproduced by this test
9644 anymore), and remove rs6000 XFAIL (the bug is fixed).
9645
9646 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
9647 duplicated from whatis.exp. For those that are left, accept
9648 "long", "long int", or "int" for long variables (whatis.exp already
9649 has an XFAIL for "int", so no need to fail it here).
9650
9651 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
9652 Deal with GCC's names for types now that GDB uses the compiler's names.
9653
9654 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
9655 setup_xfail's for sunos4. If we #defined the signed keyword away,
9656 don't expect GDB to know that char it is signed.
9657
9658 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
9659
9660Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
9661
9662 * configure.in (configdirs): Add gdb.t24 for C++ tests that
9663 should work on any system, regardless of debugging format.
9664 * gdb.t21/demangle.exp: Move to gdb.t24.
9665 * gdb.t24/demangle.exp: Move from gdb.t21.
9666 * gdb.t24/{Makefile.in, configure.in}: New files.
9667
9668Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9669
9670 * configure.in: Do gdb.stabs and C++ tests only for stabs.
9671 * gdb.stabs: New directory.
9672
9673Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9674
9675 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
9676 not just "Quit anyway?".
9677
9678Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
9679
9680 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
9681 that all setup_xfails are immediately followed by clear_xfails.
9682
9683Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
9684
9685 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
9686 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
9687 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
9688 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
9689 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
9690 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9691 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9692 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
9693 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
9694 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
9695 gdb.t31/chillvars.exp, lib/gdb.exp:
9696 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
9697 bug-gdb@prep.ai.mit.edu.
9698
9699Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
9700
9701 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
9702 with 0.0, not integer 0.
9703
9704Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
9705
9706 * gdb.t06/break.exp: Update for "Kill the program" message change.
9707
9708Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
9709
9710 * Makefile.in (GDBFLAGS): Set to -nx.
9711 * Makefile.in (site.exp): Use GDBFLAGS.
9712
9713Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9714
9715 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
9716 Makefiles.
9717 (check): depend on just-check.
9718 (just-check): added so that tests can be run without a noop
9719 build pass.
9720
9721Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9722
9723 Switch to using configure's configdirs.
9724 * Makefile.in (Makefile): add configure.in dependency.
9725 (SUBDIRS): removed redundant assignment.
9726 * configure.in: switch subdirs assignment to configdirs.
9727 * gdb.t*/configure.in: new files.
9728
9729Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
9730
9731 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
9732 works.
9733
9734Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
9735
9736 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
9737 in explicit rules. Apparently this is not supported by some makes.
9738
9739Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
9740
9741 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
9742
9743Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9744
9745 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
9746 disappeared.
9747
9748Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9749
9750 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
9751
9752Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
9753
9754 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
9755 watchpoint problem that is now fixed.
9756 * gdb.t30/chexp.exp: Remove setup_xfail for printing
9757 uninitialized convenience variables.
9758 * gdb.t31/chillvars.exp: Fix expected patterns for printing
9759 structures.
9760
9761Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9762
9763 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
9764 which causes expect to get out of sync with gdb on long output
9765 from help set.
9766 * gdb.t09/corefile.exp: Make expected pattern for core file
9767 failing signal and frame output format less sun specific.
9768
9769Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
9770
9771 * gdb.t31/chillvars.exp: Add and remove initial dummy
9772 breakpoint, so that symbol table is forced in.
9773 (Needed at least on Sunos4, though it seems not SVR4.)
9774 * gdb.t31/chillvars.exp: Update for changed output format.
9775
9776Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
9777
9778 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
9779
9780Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
9781
9782 * Makefile.in: Added --srcdir when invoking runtest, removed the
9783 need for a local config file. (optional now)
9784
9785Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
9786
9787 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
9788 failure count used to force early termination. Add some more
9789 expected failures for gnu style demangling.
9790
9791Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9792
9793 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
9794 pmi variable from gdb.t20/gdbme to get optimized away.
9795 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
9796 Check for written corefile upon timeout _and_ eof.
9797
9798Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9799
9800 * config/unix-gdb.exp: Add missing return 0.
9801
9802Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9803
9804 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
9805 test termination.
9806
9807Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
9808
9809 * configure.in (subdirs): Put back gdb.t17 which mysteriously
9810 disappeared.
9811
9812Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
9813
9814 * gdb.t10/crossload.exp: Disable the i860-elf test until such
9815 time as i860 support works.
9816
beb998c6 9817 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
9818 "backtrace 100\r" rather than just "backtrace\r", to match last
9819 change.
9820
9821Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
9822
9823 * config/udi-gdb.exp (gdb_exit): Remove close command.
9824 (gdb_target_udi): New procedure to set the UDI target.
9825 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
9826 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
9827 Added waits for prompts after several question responses. Added
9828 some more responses used by a29k-amd-udi-gdb.
9829 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
9830 pass different arguments, restart UDI connection after program
9831 completion.
9832 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
9833 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9834 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
9835 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
9836 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
9837 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
9838 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9839 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
9840 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
9841 after program completion.
9842 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
9843 compiled with a SELECT_VECS setting.
9844 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
9845 infinite recursion.
9846
9847 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
9848 Added checks for COFF results, and made them expected failures for
9849 all targets. It would be better to make them expected failures
9850 for COFF targets only.
9851
9852Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9853
9854 * Makefile.in: add null dvi target, don't bother to recurse
9855 through test directories for info and install-info; rename
9856 $(datadir) to be dejagnu instead of deja-gnu
9857
9858Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
9859
9860 * gdb.t31/gdbme.ch: Re-enable code that previously caused
9861 compiler to coredump.
9862 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
9863 code.
9864
9865Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
9866
9867 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
9868 coredump.
9869 * gdb.t31/chillvars.exp: Comment out tests that depend on that
9870 code.
9871
9872Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
9873
9874 * gdb.t03/ptype.exp: tests for return code from gdb_test.
9875 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
9876 which in a shell. Deletes xgdb when done.
9877 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
9878 Tests the return from the "set height" or "set width" commands.
9879 Added a few return codes where needed.
9880
9881Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
9882
9883 * Makefile.in (SUBDIRS): Add gdb.t17.
9884 * configure.in (subdirs): Add gdb.t17.
9885 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
9886 files to test gdb's calling of functions in the inferior with
9887 the correct arguments and gdb's ability to retrieve any
9888 result returned.
9889
9890Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
9891
9892 * config/unix-gdb.exp (gdb_exit): Remove close commands that
9893 may be called after gdb goes away. Previous versions of expect
9894 needed these to avoid file descriptor leaks, but they cause
9895 errors with the current revision of expect.
9896 * gdb.t00/gdbvars.exp: Use -re on expected output after
9897 setting sevenbit-strings.
9898 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
9899 to set sevenbit-strings consistent across tests.
9900 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
9901 set sevenbit-strings consistent across tests.
9902
9903Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
9904
9905 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
9906 expected output to match current "expect" expectations.
9907
9908Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
9909
9910 * gdb.t00/default.exp: Change expected output for default "source"
9911 command, to match new gdb behavior which requires a filename to
9912 source.
9913
9914Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
9915
9916 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
9917 expected fail for i486-*-* that misses the marker2 function.
9918 * gdb.t10/crossload.exp (bfddefault): Allow successful
9919 recognition of a format to pass even if no symbols are found.
9920 Explicitly catch failures where the format is not recognized
9921 or is ambiguous, and add the reason to the fail message.
9922 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
9923 the cause is and invalid target and add reason to failure message.
9924 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
9925 elf32-i386, elf32-sparc, and elf32-i860.
9926 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
9927 Set up expected failure for 'filename'::variable scope resolution,
9928 which is now apparently broken on all targets.
9929 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
9930 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
9931 gdb.t23/templates.exp: Change failure for missing binfile into
9932 just a warning.
9933 gdb.t21/demangle.exp: Change all cfront references to 'arm'
9934 references.
9935
9936Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
9937
9938 * gdb.t00/default.exp: Add expected output for default "source"
9939 command, to match new gdb behavior.
9940 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
9941
9942Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
9943
9944 * config/*-gdb.exp: returns an error, rather than exiting on
9945 internal errors.
9946
9947Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
9948
9949 * gdb.t03/gdbme.c: Add pointer to struct variable.
9950 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
9951 referencing struct members.
9952
9953Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
9954
9955 * configure.in (mips-idt-ecoff): New target.
9956 * config/mips-gdb.exp: New file for remote board using MIPS remote
9957 debugging protocol.
9958
9959 * Redid configuration scheme. Removed gdb.t*/configure.in.
9960 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
9961 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
9962 distclean targets. Built executables via .o files. Adjusted
9963 tests to account for source files in $(srcdir) rather than
9964 $(objdir).
9965 * lib/gdb.exp (runto): Don't expect () after the function name,
9966 because it may have arguments.
9967
9968Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
9969
9970 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
9971 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
9972 expected failures for mips-idt-* and mips-sgi-*.
9973 * gdb.t00/default.exp (attach): Kill process if requested.
9974 * gdb.t00/help.exp (help target core, help target): Accept a gdb
9975 that does not read core files.
9976 * gdb.t01/run.exp: Removed checks for exit status code.
9977 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
9978 it is linked in.
9979 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
9980 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
9981 appropriate, rather than doing it by hand.
9982 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
9983 execution.
9984 * gdb.t10/crossload.exp: Kill existing program if needed.
9985 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
9986 appropriate, rather than doing it by hand. Always increase
9987 timeout for this test, not just for VxWorks.
9988
9989Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
9990
9991 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
9992 of Chill STRUCT types and STRUCT values.
9993 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
9994 than "char".
9995 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 9996 struct2): New struct definitions and initializations to test
c906108c
SS
9997 simple Chill STRUCT types.
9998
9999Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
10000
10001 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
10002 the null byte at the end of strings.
10003 * gdb.t00/default.exp: Make show version insensitive to copyright
10004 date.
10005 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
10006 to avoid dependencies on target char signedness.
10007 * gdb.t16/printcmds.exp: Update expected results for explicitly
10008 unsigned char.
10009 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
10010 now work.
10011 * gdb.t21/demangle.exp: Add many more patterns for template
10012 demangling, most of them being expected failures.
10013 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
10014 string we are matching for, to match on the whole string.
10015 * gdb.t21/demangle.exp: Add many new test strings to demangle,
10016 and fix a whole bunch that had incorrect expected output but were
10017 passing anyway because of the bug in "proc demangle".
10018 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
10019 type.
10020 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
10021
10022Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
10023
10024 * gdb/testsuite: made modifications to testcases, etc., to allow
10025 them to work properly given the reorganization of deja-gnu and the
10026 relocation of the testcases from deja-gnu to a "tool" subdirectory.
10027
10028Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
10029
10030 * gdb/testsuite: Initial creation of gdb/testsuite.
10031 Migrated dejagnu testcases and support files for testing nm to
10032 gdb/testsuite from deja-gnu. These files were moved "as is"
10033 with no modifications. This migration is part of a major overhaul
10034 of dejagnu. The modifications to these testcases, etc., which
10035 will allow them to work with the new version of dejagnu will be
10036 made in a future update.
10037\f
10038Local Variables:
10039mode: indented-text
10040left-margin: 8
10041fill-column: 74
10042version-control: never
10043End:
This page took 0.821379 seconds and 4 git commands to generate.