2003-02-27 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
0b71dc91
DC
12003-02-26 David Carlton <carlton@math.stanford.edu>
2
3 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
4 char *>::foo" test with respect to PR c++/33. Create a new test
5 which is identical to that one except that it doesn't put the
6 space between the "char" and the "*"; KFAIL it, too.
7
dd14ab43
DC
82003-02-26 David Carlton <carlton@math.stanford.edu>
9
10 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
11 template types into either PASSes or KFAILs (corresponding to PR
12 c++/57). Tweak indentation. Update copyright.
13
1146c7f1
SC
142003-02-23 Stephane Carrez <stcarrez@nerim.fr>
15
16 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
17
74641dfb
MC
182003-02-13 Michael Chastain <mec@shout.net>
19
20 * gdb.base/exprs.exp: Remove i960 remnants.
21 * gdb.base/funcargs.exp: Likewise.
22 * gdb.base/list.exp: Likewise.
23 * gdb.base/ptype.exp: Likewise.
24
559cd2d0
DC
252003-02-14 David Carlton <carlton@math.stanford.edu>
26
27 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
28 pEe->D::vg()" from XFAIL to KFAIL.
29
c4f90d87
JM
302003-02-13 Jason Molenda (jmolenda@apple.com)
31
32 * gdb.base/maint.exp: Update maint print statistics regexp to include
33 new entries.
34
cbc4d97c
MC
352003-02-13 Michael Chastain <mec@shout.net>
36
37 * gdb.c++/inherit.exp: Remove call to get_debug_format.
38
40f235b7
MC
392003-02-12 Michael Chastain <mec@shout.net>
40
41 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
42 * gdb.c++/inherit.exp: Likewise.
43 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
44 * gdb.c++/templates.exp: Likewise.
45 * gdb.c++/virtfunc.exp: Likewise.
46
c56716b0
JM
472003-02-06 Jason Molenda (jason-cl@molenda.com)
48
49 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
50 why the code is written that way.
51
070afcf8
MC
522003-02-05 Michael Chastain <mec@shout.net>
53
54 * gdb.base/dump.exp: Add missing copyright line.
55
5d0331e5
JM
562003-02-05 Jason Molenda (jason-cl@molenda.com)
57
f7ae6d3e 58 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
59 at the beginning so the breakpoint doesn't get set on the loop.
60
92851186
MC
612003-02-05 Michael Chastain <mec@shout.net>
62
63 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
64 output for configurations with gcc 2.95.3.
65
cbf1e085
AC
662003-02-05 Keith Seitz <keiths@redhat.com>
67 Andrew Cagney <ac131313@redhat.com>
68
69 * gdb.mi/mi-cli.exp: New file.
70
29518e1e
MC
712003-02-04 Michael Chastain <mec@shout.net>
72
73 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
74 Call perror and then continue.
75
5af1d5f3
MC
762003-02-03 Michael Chastain <mec@shout.net>
77
78 * gdb.c++/pr-1023.cc: New file.
79 * gdb.c++/pr-1023.exp: New file.
80
6b549786
JB
812003-02-05 Jim Blandy <jimb@redhat.com>
82
83 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
84 it's local to foobar. Check for it there, and check that it's not
85 present in main.
86 * gdb.c++/local.cc (marker2): New function.
87 (foobar): Call marker1.
88 (main): Call marker2 instead of marker1.
89
67f16606
AC
902003-02-04 Andrew Cagney <ac131313@redhat.com>
91
92 * gdb.disasm/mn10200.exp: Obsolete file.
93 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
94 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
95 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
96
1c5cb38e
DC
972003-02-04 David Carlton <carlton@math.stanford.edu>
98
99 * gdb.c++/overload.exp: Test intToChar(1).
100 * gdb.c++/overload.cc (intToChar): New.
101 (main): Call intToChar.
102
d1fe6965
DC
1032003-02-03 David Carlton <carlton@math.stanford.edu>
104
105 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
106 'might_kfail' arg.
107 KFAIL some of the continue_to_bp_overloaded calls, according to
108 PR c++/1025.
109
9ba61c5d
MC
1102003-02-01 Michael Chastain <mec@shout.net>
111
112 * gdb.base/advance.c (marker1): New marker function.
113 * gdb.base/advance.exp: When the 'advance' command lands on the
114 return breakpoint, it can legitimately stop on either the
115 current line or the next line. Accommodate both outcomes.
116 * gdb.base/until.exp: Likewise.
117
e7494ffb
AC
1182003-02-02 Andrew Cagney <ac131313@redhat.com>
119
120 2002-11-10 Jason Molenda (jason-cl@molenda.com):
121 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
122 now a list, not a tuple.
123 * gdb.mi/mi-var-display.exp: Ditto.
124 * gdb.mi/gdb792.exp: Ditto.
125
075559bc
AC
1262003-02-01 Andrew Cagney <ac131313@redhat.com>
127
128 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
129 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
130 stack backtraces.
131 * gdb.mi/mi-syn-frame.c: Part of same.
132
2bd4c7b1
MK
1332003-02-01 Mark Kettenis <kettenis@gnu.org>
134
135 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
136 gdb.mi/mi1-pthreads.exp: Return instead of calling
137 gdb_suppress_entire_file.
138
eabd8992
MS
1392003-02-01 Mark Salter <msalter@redhat.com>
140
141 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
142
71469e2f
MS
1432003-01-31 Mark Salter <msalter@redhat.com>
144
145 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
146 Support empty arg.
147
38a94d44
MC
1482003-01-30 Michael Chastain <mec@shout.net>
149
150 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
151 This was a workaround for a UTF-8 bug in readline 4.3. The bug
152 has been fixed in gdb/readline on 2003-01-09.
153
19ea9e73
MS
1542003-01-29 Michael Snyder <msnyder@redhat.com>
155
156 * gdb.base/args.exp: Skip if target does not support args passing.
157
2307bd6a
DJ
1582003-01-22 Daniel Jacobowitz <drow@mvista.com>
159
19ea9e73 160 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
161 gdb_test. Accept a list of expect arguments as the third
162 parameter.
163 (gdb_test): Use it.
164
f2dd3617
EZ
1652003-01-20 Elena Zannoni <ezannoni@redhat.com>
166
167 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
168 allow for different test tree configurations. Update some
169 tescases accordingly.
170 * gdb.arch/altivec-regs.exp: Ditto.
171 * gdb.asm/asm-source.exp: Ditto.
172 * gdb.base/advance.exp: Ditto.
173 * gdb.base/display.exp: Ditto.
174 * gdb.base/long_long.exp: Ditto.
175 * gdb.base/mips_pro.exp: Ditto.
176 * gdb.base/overlays.exp: Ditto.
177 * gdb.base/relocate.exp: Ditto.
178 * gdb.base/setshow.exp: Ditto.
179 * gdb.base/step-line.exp: Ditto.
180 * gdb.base/step-test.exp: Ditto.
181 * gdb.base/until.exp: Ditto.
182 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
183
c71cdefd
DC
1842003-01-17 David Carlton <carlton@math.stanford.edu>
185
186 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
187 corresponding to PR c++/945.
188 Update copyright.
189
fdba05d7
DC
1902003-01-17 David Carlton <carlton@math.stanford.edu>
191
192 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
193 corresponding to PR c++/68.
194
1952003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
196
197 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
198 (test_paddr_hairy_functions): Call print_addr_2_kfail for
199 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
200
c362c33a
EZ
2012003-01-15 Elena Zannoni <ezannoni@redhat.com>
202
0fbc361c
EZ
203 * gdb.base/break.exp: Fix change of default location, because of
204 removal of until tests.
205 * gdb.base/help.exp: Update test for new 'until' help message.
206 Add test for help on 'advance'.
c362c33a
EZ
207 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
208
dabf8a35
MK
2092003-01-15 Mark Kettenis <kettenis@gnu.org>
210
211 * gdb.base/default.exp: Adapt "info float" test for recent changes
212 to that command. Add test for "info vector".
213 * gdb.base/float.exp: New file. Add test for "info float" that
214 resembles the old test in gdb.base/default.exp.
215
a1769aca
DC
2162003-01-15 David Carlton <carlton@math.stanford.edu>
217
218 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
219
82025e13
EZ
2202003-01-15 Elena Zannoni <ezannoni@redhat.com>
221
222 * gdb.base/break.exp: Move the tests of until command from here...
223 * gdb.base/until.exp: ... to here. New file. Add other tests.
224 * gdb.base/advance.c: New file.
225 * gdb.base/advance.exp: New file.
226
8f9ab801
EZ
2272003-01-14 Elena Zannoni <ezannoni@redhat.com>
228
229 * gdb.base/args.c: New file.
230 * gdb.base/args.exp: New file.
231
9ae66589
DJ
2322003-01-14 Daniel Jacobowitz <drow@mvista.com>
233
234 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
235
8d77e5c3
DJ
2362003-01-14 Daniel Jacobowitz <drow@mvista.com>
237
238 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
239
12d2f0a1
DJ
2402003-01-14 Daniel Jacobowitz <drow@mvista.com>
241
242 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
243 dates.
244
6ca37014
DJ
2452003-01-13 Daniel Jacobowitz <drow@mvista.com>
246
247 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
248
b0023472
DJ
2492003-01-13 Daniel Jacobowitz <drow@mvista.com>
250
251 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
252 (ptype &*"foo").
253 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
254
d6abaea5
DJ
2552002-01-13 Daniel Jacobowitz <drow@mvista.com>
256
257 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
258 * gdb.mi/mi1-console.exp: Likewise.
259
dfd536a7
DJ
2602002-01-13 Daniel Jacobowitz <drow@mvista.com>
261
262 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
263 * gdb.mi/mi1-console.exp: Likewise.
264
a1fb14a2
DJ
2652003-01-13 Daniel Jacobowitz <drow@mvista.com>
266
267 * gdb.c++/overload.exp: Remove some fixed XFAILs.
268
c4cf40b7
DJ
2692003-01-09 Daniel Jacobowitz <drow@mvista.com>
270
271 * gdb.base/detach.exp: New test.
272
696d5a5b
DJ
2732003-01-09 Daniel Jacobowitz <drow@mvista.com>
274
275 * Makefile.in (ALL_SUBDIRS): New variable.
276 (subdirs, clean, distclean): Use it.
277 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
278 regenerating Makefile, since it is generated from the top level.
279 * gdb.asm/Makefile.in: Likewise.
280 * gdb.base/Makefile.in: Likewise.
281 * gdb.c++/Makefile.in: Likewise.
282 * gdb.disasm/Makefile.in: Likewise.
283 * gdb.java/Makefile.in: Likewise.
284 * gdb.mi/Makefile.in: Likewise.
285 * gdb.threads/Makefile.in: Likewise.
286 * gdb.trace/Makefile.in: Likewise.
287
754533e4
DC
2882003-01-09 David Carlton <carlton@math.stanford.edu>
289
290 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
291 Add copyright year 2003.
292
d8b3e9ee
MC
2932003-01-06 Michael Chastain <mec@shout.net>
294
295 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
296 When selecting a thread, 'line' and 'file' are optional.
297 * gdb.mi/mi1-pthreads.exp: Likewise.
298
8e9e0fe6
AS
2992003-01-06 Andreas Schwab <schwab@suse.de>
300
301 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
302 failures.
303
b5ab8ff3
DJ
3042003-01-04 Daniel Jacobowitz <drow@mvista.com>
305
306 Fix PR gdb/844
307 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
308 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
309
310 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
311 instead of calling gdb_suppress_entire_file.
312 * gdb.threads/print-threads.exp: Likewise.
313 * gdb.threads/schedlock.exp: Likewise.
314
315 * gdb.threads/killed.exp: Return instead of calling
316 gdb_suppress_entire_file.
317 * gdb.threads/linux-dp.exp: Likewise.
318 * gdb.threads/pthreads.exp: Likewise.
319
1e698235
DJ
3202003-01-04 Daniel Jacobowitz <drow@mvista.com>
321
322 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
323 stabs.
324 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
325 * gdb.base/whatis.exp: Always allow (void) after function names.
326
147ff08c
DJ
3272003-01-04 Daniel Jacobowitz <drow@mvista.com>
328
329 * gdb.c++/casts.exp: Correct regexp.
330
dc62bfc2
MK
3312003-01-04 Mark Kettenis <kettenis@gnu.org>
332
333 * configure.in: Call AC_CONFIG_HEADER. Don't call
334 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
335 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
336 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
337 aforementioned directories in the AC_OUPUT call.
338 * config.hin: New file.
339 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
340 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
341 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
342 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
343 pass -I$objdir instead of -I$objdir/$subdir in compilation.
344 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
345 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
346 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
347 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
348 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
349 gdb.threads/configure.in, gdb.threads/configure,
350 gdb.threads/config.in, gdb.trace/configure.in,
351 gdb.trace/configure: Removed.
352
77afa639
MC
3532003-01-03 Michael Chastain <mec@shout.net>
354
355 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
356 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
357
7634bb6e
DJ
3582003-01-03 Daniel Jacobowitz <drow@mvista.com>
359
360 * gdb.base/store.exp: Fix regular expressions.
361
b39c905e
MK
3622002-12-28 Mark Kettenis <kettenis@gnu.org>
363
364 * configure.in: Rewrite.
365 * configure: Regenerated.
366
0a8551dd
DC
3672003-01-03 David Carlton <carlton@math.stanford.edu>
368
369 * gdb.base/psymtab.exp: New file.
370 * gdb.base/psymtab1.c: Ditto.
371 * gdb.base/psymtab2.c: Ditto.
372
c60b7188
AF
3732002-12-23 Adam Fedor <fedor@gnu.org>
374
375 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
376
ee73db83
DC
3772002-12-23 David Carlton <carlton@math.stanford.edu>
378
379 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
380 and current_directory initialization.
381
d6c1774e
JB
3822002-12-22 Jim Blandy <jimb@redhat.com>
383
f0a847b8
JB
384 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
385 rather than as part of the output file name.
386
d6c1774e
JB
387 * gdb.base/attach.exp: There's no need to copy the test program to
388 /tmp; that was only ever necessary on HP/UX, and this test is
389 entirely disabled there anyway.
390
f0708dbb
JB
3912002-12-21 Jim Blandy <jimb@redhat.com>
392
4c2acfea
JB
393 * gdb.c++/psmang.exp: Doc fix.
394
f0708dbb
JB
395 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
396 test.
397
9579e000
DC
3982002-12-20 David Carlton <carlton@math.stanford.edu>
399
400 * gdb.c++/annota2.exp: KFAIL annotate-quit.
401
d1810171
MC
4022002-12-18 Michael Chastain <mec@shout.net>
403
404 * gdb.c++/annota2.exp: Add copyright year 2002.
405
76565097
DC
4062002-12-17 David Carlton <carlton@math.stanford.edu>
407
408 * gdb.c++/try_catch.cc: Add marker comments.
409 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
410 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
411 * gdb.c++/m-static.cc: Ditto.
412 * gdb.c++/m-static1.cc: Ditto.
413 * gdb.c++/try_catch.cc: Ditto.
414
da81390b
JJ
4152002-12-16 Jeff Johnston <jjohnstn@redhat.com>
416
417 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
418 to see whether we are using the new -environment-directory
419 command which resets via -r or the old version of the command
420 which may prompt the user. Part of fix for gdb/741.
421
b304d130
AC
4222002-12-13 Andrew Cagney <ac131313@redhat.com>
423
424 * gdb.fortran/types.exp: Update obsolete comment.
425 * gdb.fortran/exprs.exp: Ditto.
426 * lib/gdb.exp: Delete obsolete code.
427 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
428 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
429 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
430 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
431 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
432 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
433 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
434 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
435 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
436 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
437 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
438 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
439 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
440 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
441 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
442 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
443 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
444 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
445 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
446 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
447 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
448 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
449 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
450 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
451 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
452 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
453 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
454 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
455 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
456 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
457 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
458 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
459 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
460 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
461 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
462 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
463 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
464
a23b6e6a
DC
4652002-12-11 David Carlton <carlton@math.stanford.edu>
466
467 * gdb.c++/m-data.exp: Add test for members that shadow global
468 variables: see PR gdb/804.
469 * gdb.c++/m-data.cc: Ditto.
470
6604731b
DJ
4712002-12-10 Daniel Jacobowitz <drow@mvista.com>
472
473 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
474
de46ecd7
DC
4752002-12-06 David Carlton <carlton@math.stanford.edu>
476
477 * gdb.base/store.c: Don't declare functions static.
478
27e829d0
AC
4792002-12-04 Andrew Cagney <ac131313@redhat.com>
480
481 * gdb.base/store.exp, gdb.base/store.c: New files.
482
92806416
DJ
4832002-12-03 Daniel Jacobowitz <drow@mvista.com>
484
485 * gdb.base/selftest.exp: Update for current gdb.
486
3bcbaac5
DJ
4872002-12-03 Daniel Jacobowitz <drow@mvista.com>
488
489 * gdb.base/maint.exp: Only dump symbols from one source file
490 or objfile.
491
f4f00b1f
DJ
4922002-12-03 Daniel Jacobowitz <drow@mvista.com>
493
494 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
495 function call.
496
f1c8a949
JB
4972002-11-25 Jim Blandy <jimb@redhat.com>
498
499 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
500 function appearing in error message.
501
9e297a97
DJ
5022002-11-21 Daniel Jacobowitz <drow@mvista.com>
503
504 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
505
1f312e79
JJ
5062002-11-08 Jeff Johnston <jjohnstn@redhat.com>
507
508 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
509 for mi1 and current mi is in correct format. New mi startup message
510 should be in mi console format. This is part of fix for PR gdb/604.
511
83c31e7d
FN
5122002-09-18 Fernando Nasser <fnasser@redhat.com>
513
514 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
515 which explicitly prints the zero offset as "+0".
516
322b3f65
DJ
5172002-10-22 Daniel Jacobowitz <drow@mvista.com>
518
519 * gdb.threads/schedlock.c (args): Make unsigned.
520
5212002-10-21 Daniel Jacobowitz <drow@mvista.com>
522
523 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
524 numbers. Allow "foo2|selected stack frame".
525 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
526 * gdb.asm/asmsrc2.s: Likewise.
527 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
528 comments.
529 * gdb.asm/mips.inc: New file.
530
5e2fe5b8
AF
5312002-10-18 Adam Fedor <fedor@gnu.org>
532
533 * gdb.base/default.exp: Update expected output to include 'ObjC'.
534 * gdb.base/help.exp: Likewise.
535
abe1a5d0
KB
5362002-10-17 Kevin Buettner <kevinb@redhat.com>
537
538 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
539 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
540
10abb1d4
JB
5412002-10-02 Jim Blandy <jimb@redhat.com>
542
543 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
544
1f609b42
AC
5452002-10-01 Andrew Cagney <ac131313@redhat.com>
546
547 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
548 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
549 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
550 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
551 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
552 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
553 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
554
0aee02e4
AC
5552002-09-29 Andrew Cagney <ac131313@redhat.com>
556
557 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
558 * mi0-disassemble.exp, mi0-eval.exp: Delete.
559 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
560 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
561 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
562 * mi0-var-block.exp, mi0-var-child.exp: Delete.
563 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
564
6fde09ad
KB
5652002-09-27 Kevin Buettner <kevinb@redhat.com>
566
567 * gdb.base/annota1.exp (info break): Make directory components of
568 path optional since not all compilers emit this debug information.
569
570 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
571 step ends up stepping out of the function instead of stopping on
572 the epilogue.
573
9e8aab75
KS
5742002-09-26 Keith Seitz <keiths@redhat.com>
575
576 * lib/insight-support.exp (gdbtk_start): Figure out where
577 the insight executable is based on where gdb is. Use this
578 executable to start insight instead of gdb.
579
e36180d7
AC
5802002-09-25 Andrew Cagney <cagney@redhat.com>
581
582 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
583
9dd34b2b
AC
5842002-09-24 Andrew Cagney <ac131313@redhat.com>
585
586 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
587 test_isolated_complaints.
588 (test_empty_complaint): New function.
589 (test_empty_complaints): New function. Check no output when no
590 complaints.
591
dea97812
KB
5922002-09-19 Jim Blandy <jimb@redhat.com>
593
594 * gdb.base/charset.exp, gdb.base/charset.c: New files.
595
54951bd7
AC
5962002-09-19 Andrew Cagney <ac131313@redhat.com>
597
598 * gdb.gdb/complaints.exp: New file.
599
dec43320
AC
6002002-09-18 Andrew Cagney <ac131313@redhat.com>
601
602 * gdb.base/maint.exp: Check `help maint internal-warning'.
603
e70d6e3f
DC
6042002-09-18 David Carlton <carlton@math.stanford.edu>
605
606 * gdb.c++/m-static.exp: Remove breakpoints depending on line
607 numbers, and replace them by a single breakpoint after the
608 constructors are all finished.
609 Add test 4.
610 * gdb.c++/m-static.cc: Add test 4.
611 * gdb.c++/m-static.h: New file.
612 * gdb.c++/m-static1.cc: New file.
613
614 * gdb.c++/printmethod.exp: New file.
615 * gdb.c++/printmethod.cc: New file.
616
617 * gdb.c++/pr-574.exp: New file.
618 * gdb.c++/pr-574.cc: New file.
619
afb5c968
CV
6202002-09-18 Corinna Vinschen <vinschen@redhat.com>
621
622 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
623 embedded targets which never actually exit.
624
31e45dee
FN
6252002-09-18 Fernando Nasser <fnasser@redhat.com>
626
627 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
628 "don't step after run" as unresolved or unsupported, instead of xfail.
629
a283c5a1
CV
6302002-09-18 Corinna Vinschen <vinschen@redhat.com>
631
632 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
633 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
634 Add newline to expected string in "step out of main (status wrapper)"
635 case.
636
11350d2a
CV
6372002-09-18 Corinna Vinschen <vinschen@redhat.com>
638
639 * lib/gdb.exp (rerun_to_main): Allow restarting application.
640 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
641
0deec7d6
TT
6422002-09-17 Tom Tromey <tromey@redhat.com>
643
644 * gdb.base/printcmds.exp (test_print_string_constants): Expect
645 \000, not \0, in double-quoted string.
646
b2b4a1b5
CV
6472002-09-14 Corinna Vinschen <vinschen@redhat.com>
648
649 * gdb.base/command.exp: Don't expect a "Program exited normally"
650 string after running the commands execution on breakpoint tests.
651
1c56143a
CV
6522002-09-13 Corinna Vinschen <vinschen@redhat.com>
653
654 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
655
37f8da45
JB
6562002-09-12 Joel Brobecker <brobecker@gnat.com>
657
658 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
659
08b468e0
KS
6602002-09-10 Keith Seitz <keiths@redhat.com>
661
662 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
663 runto proc.
664 (mi_run_to_main): Use mi_runto.
665 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
666
dc360f58
KS
6672002-09-10 Keith Seitz <keiths@redhat.com>
668
669 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
670 regexp for stopping at main. Could have multiple event notifications.
671 Don't assume that main was declared with no parameters.
672 (mi_next): Use mi_step_to.
673 (mi_step): Use mi_next_to.
674
ce3abcfb
CV
6752002-09-09 Corinna Vinschen <vinschen@redhat.com>
676
677 * gdb.base/default.exp: Fix expected string in `info float' test.
678
d1f5b980
BE
6792002-09-09 Ben Elliston <bje@redhat.com>
680
681 * config/mips.exp: Update comments.
682 * config/mips-idt.exp: Likewise.
683 * config/nind.exp: Likewise.
684 * config/slite.exp: Likewise.
685 * config/sparclet.exp: Likewise.
686 * config/udi.exp: Likewise.
687 * config/vx.exp: Likewise.
688 * config/vxworks29k.exp: Likewise.
689
2f71430b
JB
6902002-09-05 Jim Blandy <jimb@redhat.com>
691
692 * gdb.threads/killed.exp: Fix test failure message.
693
7ddebc7e
KS
6942002-09-04 Keith Seitz <keiths@redhat.com>
695
696 * lib/mi-support.exp: Update copyright.
697 (mi_gdb_test): Increase the priority of the expected pattern
698 so that it matches gdb_test.
699
0ae67eb3
KS
7002002-09-03 Keith Seitz <keiths@redhat.com>
701
702 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
703 Use integer comparison instead of string comparison for testing
704 whether binary was built.
705
38fc42c8
JB
7062002-09-03 Jim Blandy <jimb@redhat.com>
707
708 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
709
b6ff0e81
JB
7102002-08-29 Jim Blandy <jimb@redhat.com>
711
712 * gdb.threads/pthreads.exp: Move the portable thread compilation
713 code into a function in lib/gdb.exp, and call that from here.
714 * lib/gdb.exp (gdb_compile_pthreads): New function.
715
07c98896
KS
7162002-08-29 Keith Seitz <keiths@redhat.com>
717
718 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
719 expect_out so that callers can get at it.
720
0312286c
DJ
7212002-08-23 Daniel Jacobowitz <drow@mvista.com>
722
723 * gdb.threads/print-threads.c: New file.
724 * gdb.threads/print-threads.exp: New file.
725 * gdb.threads/schedlock.c: New file.
726 * gdb.threads/schedlock.exp: New file.
727
dd039bc4
EZ
7282002-08-22 Elena Zannoni <ezannoni@redhat.com>
729
730 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
731 not altivec.c.
732
1f36144c
MK
7332002-08-17 Mark Kettenis <kettenis@gnu.org>
734
735 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
736 targets. The problem should be fixed now.
737
16057ec7 7382002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
739
740 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
741 2002-07-24 change that removes final dots from error messages.
742
3c1499ad
TT
7432002-08-13 Tom Tromey <tromey@redhat.com>
744
745 * gdb.base/readline.exp: New file.
746
a20ce2c3
AC
7472002-08-01 Andrew Cagney <ac131313@redhat.com>
748
749 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
750 supress message.
751
db034ac5
AC
7522002-08-01 Andrew Cagney <cagney@redhat.com>
753
754 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
755 CHILL_FOR_TARGET and CHILL_LIB.
756 * configure.in (configdirs): Remove gdb.chill.
757 * configure: Regenerate.
758 * lib/gdb.exp: Obsolete references to chill.
759 * gdb.fortran/types.exp: Ditto.
760 * gdb.fortran/exprs.exp: Ditto.
761
3e000b18
KB
7622002-07-30 Kevin Buettner <kevinb@redhat.com>
763
764 * gdb.base/shlib-call.exp (additional_flags): Conditionally
765 set Irix-specific compile and link flags.
766
28f4966b
KB
7672002-07-29 Kevin Buettner <kevinb@redhat.com>
768
769 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
770 source files. The ``-o'' option doesn't work with the ``-E'' option
771 when using the Irix compiler.
772
46c0d5a6
DJ
7732002-07-19 Daniel Jacobowitz <drow@mvista.com>
774
775 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
776 Improve support for reusing an exec file. Copy exec file
777 to target, and run gdbserver on the target instead of on the host.
778
eecf4bed
JB
7792002-07-18 Jim Blandy <jimb@redhat.com>
780
0f815cdf
JB
781 * gdb.base/ending-run.exp: Don't expect to see the program end in
782 some orderly fashion when we're running on a real stand-alone
783 board.
784
eecf4bed
JB
785 * gdb.base/interrupt.exp: Correct logic for skipping tests on
786 targets that don't support interrupts.
787
52d309e4
JB
7882002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
789
790 * gdb.base/attach.exp: Add patterns to match output from /proc-based
791 systems.
792 Move comments in expect statements to inside the actions, so that they
793 don't get matched against.
794
ff683d9e
MK
7952002-07-10 Mark Kettenis <kettenis@gnu.org>
796
797 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
798 function when asleep" test.
799
b5356753
AC
8002002-07-10 Andrew Cagney <ac131313@redhat.com>
801
802 * gdb.base/page.exp: Rewrite to handle problems with very long
803 `info set' output. Update copyright.
804
6aa4d13a
AC
8052002-06-26 Andrew Cagney <ac131313@redhat.com>
806
807 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
808 gdb.threads-hp.
809 * gdb.hp/configure: Regenerate.
810 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
811 * gdb.hp/gdb.threads-hp/configure: Delete file.
812 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
813
8cf8c2b8
AC
8142002-06-22 Andrew Cagney <ac131313@redhat.com>
815
816 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
817 setlocale, bindtextdomain and textdomain.
818
6827a8f8
JB
8192002-06-11 Jim Blandy <jimb@redhat.com>
820
919d772c
JB
821 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
822 preprocessor macro information is present.
823
6827a8f8
JB
824 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
825 tests.
826
c15b0d21
MS
8272002-06-06 Michael Snyder <msnyder@redhat.com>
828
c5984d70
MS
829 * gdb.base/overlays.exp: Record addresses of overlay
830 functions in TCL variables rather than in GDB variables,
831 to avoid having GDB convert them to pointers (with loss
832 of information).
833
99a8512b
MS
834 * gdb.base/d10v.ld: Merge in several years worth of
835 default linker script changes.
c15b0d21
MS
836 * gdb.base/long_long.exp: Add check for sizeof (long double).
837
be26fe0d
ML
8382002-06-06 Michal Ludvig <mludvig@suse.cz>
839
840 * gdb.asm/asm-source.exp: Add x86-64 target.
841 * gdb.asm/x86_64.inc: New.
842
258093ca 8432002-05-30 Michael Chastain <mec@shout.net>
258093ca 844
4b3153f1 845 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
846 * gdb.c++/m-static.cc: New file.
847 * gdb.c++/m-static.exp: New file.
848
241264c6
MS
8492002-05-28 Michael Snyder <msnyder@redhat.com>
850
851 * gdb.base/call-ar-st.exp: Allow for reduced floating point
852 precision.
853
9bba8c8f 8542002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 855
4b3153f1 856 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
857 * gdb.c++/m-data.cc: New file.
858 * gdb.c++/m-data.exp: New file.
859
8602002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 861
4b3153f1 862 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f
MC
863 * gdb.c++/try_catch.cc: New file.
864 * gdb.c++/try_catch.exp: New file.
865
def1b996
MC
8662002-05-27 Michael Chastain <mec@shout.net>
867
868 * gdb.c++/local.exp: Accept more nested types in output.
869
522ba268
MC
8702002-05-26 Michael Chastain <mec@shout.net>
871
872 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
873
277254ba
MS
8742002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
875
876 * lib/gdb.exp (gdb_wrapper_init): Just because
877 gdb_wrapper_file exists, this does not mean that the file
878 should not be rebuilt. That is what gdb_wrapper_initialized
879 is for.
880 (default_gdb_init): Reset gdb_wrapper_initialized.
881
b61a8733
MS
8822002-05-23 Michael Snyder <msnyder@redhat.com>
883
5bdb6d01
MS
884 * gdb.base/all-bin.exp: Revise previous patch by just reducing
885 the precision of the floating point test results.
886 * gdb.base/call-rt-st.exp: Ditto.
887
b61a8733
MS
888 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
889 * gdb.base/call-rt-st.exp: Ditto.
890
56f6e910
MC
8912002-05-19 Michael Chastain <mec@shout.net>
892
893 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
894
ad0b0016
EZ
8952002-05-19 Elena Zannoni <ezannoni@redhat.com>
896
897 * configure.in (configdirs): Add gdb.arch.
898 * configure: Regenerate.
899
f617d2b6
JB
9002002-05-17 Jim Blandy <jimb@redhat.com>
901
902 * gdb.base/completion.exp: Recognize the more detailed error
903 messages produced by the macro expander's lexical analyzer.
904
eac2a696
EZ
9052002-05-14 Elena Zannoni <ezannoni@redhat.com>
906
907 * gdb.arch/altivec-abi.c: New file.
908 * gdb.arch/altivec-abi.exp: New file.
909 * gdb.arch/altivec-regs.c: New file.
910 * gdb.arch/altivec-regs.exp: New file.
911
2fdde8f8
DJ
9122002-05-14 Daniel Jacobowitz <drow@mvista.com>
913
914 * gdb.base/maint.exp (maint print type): Update for new type
915 structure.
eac2a696 916
e31f1a7c
EZ
9172002-05-14 Elena Zannoni <ezannoni@redhat.com>
918
919 * gdb.arch: New directory.
920 * gdb.arch/configure.in: New file.
921 * gdb.arch/configure: New file.
922 * gdb.arch/Makefile.in: New file.
923
db589741
CV
9242002-05-13 Corinna Vinschen <vinschen@redhat.com>
925
926 * gdb.asm/asm-source.exp: Add v850 as supported target.
927 * gdb.asm/v850.inc: New file.
928
8ce2a7dc
DJ
9292002-05-13 Daniel Jacobowitz <drow@mvista.com>
930
931 * gdb.c++/annota2.exp (annotate-quit): Add comment.
932
df763c7f
DJ
9332002-05-12 Daniel Jacobowitz <drow@mvista.com>
934
935 * gdb.base/break.exp: Check 'break "marker2"'.
936
377daeed
MS
9372002-05-10 Michael Snyder <msnyder@redhat.com>
938
939 * gdb.base/long_long.exp: Fix typo.
940
c4b7bc2b
JB
9412002-05-10 Jim Blandy <jimb@redhat.com>
942
ecac9a4e
JB
943 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
944 a bug.
945
c4b7bc2b
JB
946 * gdb.base/printcmds.exp (test_integer_literals_rejected):
947 Recognize more detailed error message produced by the macro
948 expander's lexical analyzer.
949 * lib/gdb.exp (test_print_reject): Same.
950
e71019a1
MK
9512002-05-09 Mark Kettenis <kettenis@gnu.org>
952
953 * gdb.c++/method.exp: Fix typo.
954
fedfc8e6
MS
9552002-05-08 Michael Snyder <msnyder@redhat.com>
956
166a1957
MS
957 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
958 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 959 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
960 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
961 Add iftarget clause for strongarm.
962
f1c47eb2
MS
9632002-05-06 Michael Snyder <msnyder@redhat.com>
964
cb9a9d3e
MS
965 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
966 (gdb_continue_to_end): Accept output from status wrapper.
967 * gdb.base/ending-run.exp: Add case for output from status wrapper.
968 Clean up fail messages to match pass messages.
969
f1c47eb2
MS
970 Enable the "needs_status_wrapper" testsuite feature.
971 * lib/gdb.exp (gdb_wrapper_init): New procedure.
972 (gdb_compile): Conditionally call gdb_wrapper_init.
973 * gdb.base/a2-run.exp: Recognize output from status wrapper.
974 * gdb.c++/method.exp: Recognize output from status wrapper.
975
6079c749
BE
9762002-05-06 Ben Elliston <bje@redhat.com>
977From Graydon Hoare <graydon@redhat.com>
978
979 * config/sid.exp: Include support for "rawsid" protocol.
980
188baff3
JB
9812002-05-03 Jim Blandy <jimb@redhat.com>
982
983 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
984 * gdb.c++/hang3.C: New file.
985
b9c07f0f
AC
9862002-05-04 Andrew Cagney <ac131313@redhat.com>
987
988 * gdb.base/default.exp: Remove obsolete code.
989 * gdb.c++/misc.exp: Ditto. Update copyright.
990 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
991 * gdb.base/whatis.exp: Ditto. Update copyright.
992 * gdb.base/scope.exp: Ditto. Update copyright.
993 * gdb.base/ptype.exp: Ditto. Update copyright.
994 * gdb.base/printcmds.exp: Ditto. Update copyright.
995 * gdb.base/opaque.exp: Ditto. Update copyright.
996 * gdb.base/list.exp: Ditto.
997 * gdb.base/funcargs.exp: Ditto. Update copyright.
998 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
999 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
1000 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
1001 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
1002 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
1003 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
1004
5c7a0397
MS
10052002-05-02 Michael Snyder <msnyder@redhat.com>
1006
d6dcc264 1007 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
1008 * gdb.base/long_long.exp: Add xscale target.
1009 * gdb.base/default.exp: Add xscale target.
1010
eb7f1c48
JB
10112002-05-01 Jim Blandy <jimb@redhat.com>
1012
1013 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
1014 gdb.c++/hang.exp: New test.
1015
a6befae8
FF
10162002-05-01 Fred Fish <fnf@redhat.com>
1017
1018 * gdb.base/completion.exp: Handle completions of "./Make" for
1019 more than one completion possibility, as is the case when we
1020 build and test in the source tree.
1021
0a310277
AG
10222002-04-29 Anthony Green <green@redhat.com>
1023
1024 * gdb.java/jmisc1.exp: New file.
1025 * gdb.java/jmisc2.exp: New file.
1026
6ff9af88
DJ
10272002-04-24 Daniel Jacobowitz <drow@mvista.com>
1028
1029 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
1030
96b3d632
EZ
10312002-04-23 Elena Zannoni <ezannoni@redhat.com>
1032
1033 * gdb.base/help.exp: Change 'help status' to allow for target
1034 dependent output differences.
1035
5019bb54
MC
10362002-04-22 Michael Chastain <mec@shout.net>
1037
1038 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
1039
a805a116
MC
10402002-04-22 Michael Chastain <mec@shout.net>
1041
1042 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
1043
a1706bfd
DM
10442002-04-17 David S. Miller <davem@redhat.com>
1045
1046 * gdb.asm/sparc64.inc: New file.
1047 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
1048
a73a20a2
EZ
10492002-04-19 Elena Zannoni <ezannoni@redhat.com>
1050
1051 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
1052 instruction file directly into the build tree. Clean up at end of
1053 test.
1054
ba678339
DM
10552002-04-18 David S. Miller <davem@redhat.com>
1056
1057 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
1058 handle 64-bit platforms correctly.
1059 * gdb.base/maint.exp: Likewise.
1060
b03399da
KB
10612002-04-18 Kevin Buettner <kevinb@redhat.com>
1062
1063 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
1064 ``-fpic'' when compiling files comprising a shared library, but
1065 it does need additional linker flags in order to find shared
1066 libraries at run time.
1067
e2004992
KB
10682002-04-18 Kevin Buettner <kevinb@redhat.com>
1069
1070 * gdb.base/cvexpr.c (use): New function.
1071 (main): Invoke use() on all global variables to prevent
1072 some linkers from deleting these otherwise unused symbols.
1073
d8937120
MC
10742002-04-17 Michael Chastain <mec@shout.net>
1075From David S. Miller <davem@redhat.com>
1076
1077 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
1078 handle 64-bit platforms correctly.
1079
ffd61a58
MS
10802002-04-12 Michael Snyder <msnyder@redhat.com>
1081From Jim Blandy <jimb@redhat.com>
1082 * gdb.base/foo.c (foox): Remove section attribute; the linker
1083 script can handle this instead.
1084 * gdb.base/bar.c (barx): Same.
1085 * gdb.base/baz.c (bazx): Same.
1086 * gdb.base/grbx.c (grbxx): Same.
1087
1088 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
1089 manager doesn't automatically unmap overlays unnecessarily.
1090
6b8426a6
MH
10912002-04-10 Martin M. Hunt <hunt@redhat.com>
1092
1093 * gdb.base/ending-run.exp: Fix pattern for Mips targets
1094 stepping out of main.
1095
34af4875
MC
10962002-04-09 Michael Chastain <mec@shout.net>
1097
1098 * gdb.c++/local.cc (main): Move call to marker1() inside nested
1099 scope so that the nested scope tests will make sense.
1100 * gdb.c++/local.exp: Write patterns that actually work with gcc
1101 (the HP patterns "were never known to work with gcc").
1102 Keep the old aCC patterns too.
1103
2d1676a0
DJ
11042002-04-09 Daniel Jacobowitz <drow@mvista.com>
1105
1106 * gdb.base/attach.exp: Correct target board test.
1107
3a63e3f9
MC
11082002-04-08 Michael Chastain <mec@shout.net>
1109
1110 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
1111 in a const method. Add some xfail and fail cases for configurations
1112 that do not emit the "const ...".
1113
f18dabd2
MC
11142002-04-07 Michael Chastain <mec@shout.net>
1115
1116 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
1117 Accept "A * const" and "const A * const" as type of "this".
1118 Fix spelling of getFunky throughout. Make messages uniform.
1119
0fcddd82
EZ
11202002-04-07 Elena Zannoni <ezannoni@redhat.com>
1121
1122 Work around for PR gdb/285:
1123 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
1124
16a8534a
EZ
11252002-04-07 Elena Zannoni <ezannoni@redhat.com>
1126
1127 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
1128 instructions file at run time instead of configure time.
1129 Sometimes we run the test in a directory that is not the one we
1130 configured in.
1131 * gdb.asm/configure.in: Delete creation of symlink.
1132 * gdb.asm/configure: Regenerate.
1133
24181d81
JB
11342002-04-05 J. Brobecker <brobecker@gnat.com>
1135
1136 * gdb.gdb/xfullpath.exp: New test, to exercise the new
1137 xfullpath () function.
1138
7cdb7107
DJ
11392002-04-04 Daniel Jacobowitz <drow@mvista.com>
1140
1141 * gdb.asm/Makefile.in: Correct dependencies.
1142
1143 * gdb.asm/powerpc.inc: New file.
1144 * gdb.asm/asm-source.exp: Add PowerPC.
1145 * gdb.asm/configure.in: Likewise.
1146 * gdb.asm/configure: Regenerated.
1147
a7d17088
DJ
11482002-04-04 Daniel Jacobowitz <drow@mvista.com>
1149
1150 * gdb.base/relocate.exp: New file.
1151 * gdb.base/relocate.c: New file.
1152
cd721503
FF
11532002-04-04 Fred Fish <fnf@redhat.com>
1154
1155 * gdb.base/step-test.exp: Update comment regarding stopping in
1156 memcpy/bcopy calls inserted as part of the compiler runtime.
1157
b22ad7a7
MS
11582002-04-04 Michael Snyder <msnyder@redhat.com>
1159
1160 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
1161
5f279fa6
DJ
11622002-04-03 Daniel Jacobowitz <drow@mvista.com>
1163
1164 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
1165 (gdb_expect): Remove $notransfer hack.
1166
dd0fd3ce
DJ
11672002-04-02 Daniel Jacobowitz <drow@mvista.com>
1168
1169 * gdb.c++/classes.exp ("calling method for small class"): Match
1170 updated register output.
1171
1e50cda1
DJ
11722002-03-30 Daniel Jacobowitz <drow@mvista.com>
1173
1174 Fix PR gdb/452
1175 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
1176 when finished. Make gdb_file_cmd send "exec-file" when
1177 appropriate.
1178
24015922
DJ
11792002-03-30 Daniel Jacobowitz <drow@mvista.com>
1180
1181 * gdb.base/attach.exp: Remove extra setup_xfail.
1182
dd7dfd64
MS
11832002-03-26 Michael Snyder <msnyder@redhat.com>
1184
1185 * gdb.base/default.exp: Add tests for dump, append, and restore.
1186 * gdb.base/help.exp: Add tests for dump, append, and restore.
1187 * gdb.base/dump.exp: New file, test dump, append and restore.
1188 * gdb.base/dump.c: New file.
1189
48b2f8d7
MS
11902002-03-27 Michael Snyder <msnyder@redhat.com>
1191
1192 * gdb.base/help.exp: Modify expect strings to reflect
1193 clean-ups in help messages.
1194
05b4d525
FF
11952002-03-26 Fred Fish <fnf@redhat.com>
1196
1197 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
1198 have debugging info for those functions and the compiler uses them
1199 internally to copy structs around.
1200
d7679631
FF
12012002-03-26 Fred Fish <fnf@redhat.com>
1202
1203 * gdb.base/list.exp: Revert the change made yesterday and add note
1204 about why we don't list the default lines for remote targets.
1205
523ac3f9
MS
12062002-03-25 Michael Snyder <msnyder@redhat.com>
1207
1208 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
1209
754b2b8d
FF
12102002-03-25 Fred Fish <fnf@redhat.com>
1211
1212 * gdb.base/list.exp: This test works on remote targets so remove
1213 the short circuit for remote targets. Update copyright.
1214
33c3e192
FF
12152002-03-25 Fred Fish <fnf@redhat.com>
1216
1217 * gdb.base/attach.exp: Fix logic error that was suppressing this
1218 test for all non hppa*-*-hpux* targets, instead of the hp target.
1219 Move comments closer to the suppression point. Also now need to
1220 check that we are running natively.
1221
d43e73ee
MS
12222002-03-22 Michael Snyder <msnyder@redhat.com>
1223
882c8f02
MS
1224 * gdb.base/default.exp: Add test for gcore. Update copyright.
1225 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 1226
04c12f60
FF
12272002-03-06 Fred Fish <fnf@redhat.com>
1228
1229 * gdb.base/funcargs.c: Remove extraneous ';' character.
1230 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
1231
b43df995
MC
12322002-03-04 Michael Chastain <mec@shout.net>
1233
1234 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
1235 accommodate gcc v3 function signature.
1236 * gdb.mi/mi0-var-cmd-exp: Ditto.
1237
92362027
AC
12382002-02-24 Andrew Cagney <ac131313@redhat.com>
1239
1240 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
1241 ``GNU/Linux'' or ``Linux kernel''
1242 * testsuite/gdb.threads/pthreads.c: Ditto.
1243
258ad32d
MC
12442002-02-24 Michael Chastain <mec@shout.net>
1245
1246 * gdb.threads/pthreads.c (thread1): Add a return statement.
1247 (thread2): Likewise.
1248 (foo): Likewise.
1249
04c3b3d4
MC
12502002-02-23 Michael Chastain <mec@shout.net>
1251
1252 * gdb.threads/linux-dp.c (philosopher): Add a return statement
1253 to placate gcc.
1254
5a2a0a20
MC
12552002-02-23 Michael Chastain <mec@shout.net>
1256
1257 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
1258 test "ptype bint". The test passes on all my stabs configurations.
1259
a640f7fc
JB
12602002-02-21 Jim Blandy <jimb@redhat.com>
1261
27924826
JB
1262 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
1263 filename at a time, and watch for the ones we want to see.
1264
a640f7fc
JB
1265 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
1266 types of pointers to prototyped functions.
1267
edcc8c75
AC
12682002-02-20 Andrew Cagney <ac131313@redhat.com>
1269
1270 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
1271 signed, unsigned and straight char.
1272 (padding_char, padding_short, padding_int, padding_long,
1273 padding_long_long, padding_float, padding_double,
1274 padding_long_double): New global variables.
1275 (fill, fill_structs): New functions.
1276
1277 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
1278 for correctly sized writes. Update copyright.
1279 (get_valueof): New procedure.
1280 (get_sizeof): Call get_valueof.
1281 (check_valueof): New procedure.
1282 (check_padding): New procedure.
1283
ac57ea44
MC
12842002-02-20 Michael Chastain <mec@shout.net>
1285
1286 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
1287 to setup_xfail. Document some of the remaining calls.
1288
7a10c941
MC
12892002-02-18 Michael Chastain <mec@shout.net>
1290
1291 * gdb.c++/userdef.exp: Update copyright year.
1292
fb8acdcc
DJ
12932002-02-18 Daniel Jacobowitz <drow@mvista.com>
1294
1295 * gdb.c++/userdef.exp: Test overloaded operators properly.
1296 Remove xfails.
1297
fda6ae12
MS
12982002-02-14 Michael Snyder <msnyder@redhat.com>
1299
1300 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
1301
676a0442
DJ
13022002-02-14 Daniel Jacobowitz <drow@mvista.com>
1303
1304 * gdb.base/a2-run.exp: Check for a remote target properly.
1305 * gdb.base/annota1.exp: Likewise.
1306 * gdb.base/list.exp: Likewise.
1307 * gdb.base/reread.exp: Likewise.
1308 * gdb.base/scope.exp: Likewise.
1309 * gdb.base/shlib-call.exp: Likewise.
1310 * gdb.base/term.exp: Likewise.
1311 * gdb.c++/annota2.exp: Likewise.
1312
78b4f468
RE
13132002-02-13 Richard Earnshaw <rearnsha@arm.com>
1314
1315 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
1316
9a81ba51
MC
13172002-02-10 Michael Chastain <mec@shout.net>
1318
1319 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
1320 (call_after_alloca): Ditto.
1321
004af6c7
DJ
13222002-02-10 Daniel Jacobowitz <drow@mvista.com>
1323
1324 * gdb.base/ending-run.exp: Guard "cont" test with
1325 gdb_skip_stdio_test.
1326
37225f62
JB
13272002-02-06 Jim Blandy <jimb@redhat.com>
1328
1329 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
1330 from here...
1331 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
1332 To here. Disable this test on non-HP platforms. Add big comment.
1333
fe6fdd96
MS
13342002-02-04 Michael Snyder <msnyder@redhat.com>
1335
1336 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
1337 other than d10v and m32r.
1338
036fad3f
RE
13392002-02-02 Richard Earnshaw <rearnsha@arm.com>
1340
1341 * gdb.base/default.exp: Rewrite test patterns to reduce time
1342 taken to match them.
1343
7148ab62
DJ
13442002-01-30 Daniel Jacobowitz <drow@mvista.com>
1345
1346 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
1347 Allow a start function above main.
1348 * gdb.threads/linux-dp.exp: Fix copyright date.
1349
396cc255
DJ
13502002-01-30 Daniel Jacobowitz <drow@mvista.com>
1351
1352 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
1353 (check_philosopher_stack): Check for manager thread before checking
1354 for a just-starting thread.
1355
f038d31b
DJ
13562002-01-30 Daniel Jacobowitz <drow@mvista.com>
1357
1358 From Neil Booth <neil@daikokuya.demon.co.uk>:
1359 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
1360 warnings.
1361
b3ff9d9a
FF
13622002-01-21 Fred Fish <fnf@redhat.com>
1363
1364 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
1365 not caller.
1366
39ad761d
JB
13672002-01-21 Jim Blandy <jimb@redhat.com>
1368
1369 * gdb.base/reread.exp: Check that GDB properly re-reads the
1370 executable file when it changes while no inferior is running.
1371
aaf320fa
FF
13722002-01-21 Fred Fish <fnf@redhat.com>
1373
1374 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
1375 optionally accept the "shlib events" variation.
1376
808a31f5
JB
13772002-01-21 Jim Blandy <jimb@redhat.com>
1378
1379 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
1380 call `fflush' after every `printf', so that the output is produced
1381 at predictable points, regardless of whatever buffering does (or
1382 doesn't) take place.
1383 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
1384 at different points.
1385
4420d5e2
DJ
13862002-01-20 Daniel Jacobowitz <drow@mvista.com>
1387
1388 * gdb.c++/inherit.exp: Update copyright years.
1389 * gdb.c++/method.exp: Likewise.
1390
3e36a0f4
DJ
13912002-01-20 Daniel Jacobowitz <drow@mvista.com>
1392
1393 * gdb.c++/classes.exp: Update for improved v3 support and skipping
1394 artificial methods/arguments.
1395 * gdb.c++/derivation.exp: Likewise.
1396 * gdb.c++/inherit.exp: Likewise.
1397 * gdb.c++/method.exp: Likewise.
1398 * gdb.c++/virtfunc.exp: Likewise.
1399
b4ceaee6
AC
14002002-01-18 Andrew Cagney <ac131313@redhat.com>
1401
1402 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
1403 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
1404 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
1405 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
1406 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
1407 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
1408
ecace851
JB
14092002-01-17 Jim Blandy <jimb@redhat.com>
1410
1411 * gdb.asm/asm-source.exp (info symbol): Take another shot at
1412 anchoring the pattern matching the entry point symbol's name.
1413
375fc983
AC
14142002-01-17 Andrew Cagney <ac131313@redhat.com>
1415
1416 * gdb.base/maint.exp: Update ``maint internal-error'' to match
1417 continue/quit query. Update copyright.
1418
fe6fdd96
MS
14192002-01-14 Michael Snyder <msnyder@redhat.com>
1420
1421 * gdb.base/gcore.exp: Remove extra debugging output.
1422
e017c81f
DJ
14232002-01-13 Daniel Jacobowitz <drow@mvista.com>
1424
1425 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
1426 for slightly dubious v2 mangled string.
1427
37ab3bf8
DJ
14282002-01-13 Daniel Jacobowitz <drow@mvista.com>
1429
1430 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
1431
1bc05c3a 14322002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 1433
1bc05c3a 1434 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 1435
1bc05c3a
JM
1436 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
1437 constructors.
1438 * gdb.c++/derivation.exp: Likewise.
1439 * gdb.c++/templates.exp: Likewise.
1440 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 1441
1bc05c3a
JM
14422002-01-10 Michael Snyder <msnyder@redhat.com>
1443
1444 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 1445
a911c360
MS
14462002-01-08 Michael Snyder <msnyder@redhat.com>
1447
1448 * gdb.base/gcore.exp: New test for generate-core-file command.
1449 * gdb.base/gcore.c: Testcase for above.
1450 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
1451
ea2119ec
JM
14522002-01-08 Jason Merrill <jason@redhat.com>
1453
1454 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
1455
68203136
FF
14562002-01-07 Fred Fish <fnf@redhat.com>
1457
1458 * gdb.c++/overload.exp: Remove unconditional xfails for:
1459 print foo_instance1.overloadargs(1)
1460 print foo_instance1.overloadargs(1, 2)
1461 print foo_instance1.overloadargs(1, 2, 3)
1462 print foo_instance1.overloadargs(1, 2, 3, 4)
1463 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
1464 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
1465 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
1466 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
1467 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
1468 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1469 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
1470 print foo_instance1.overload1arg()
1471 print foo_instance1.overload1arg((char)arg2)
1472 print foo_instance1.overload1arg((signed char)arg3)
1473 print foo_instance1.overload1arg((unsigned char)arg4)
1474 print foo_instance1.overload1arg((int)arg7)
1475 print foo_instance1.overload1arg((unsigned int)arg8)
1476 print foo_instance1.overload1arg((float)arg11)
1477 print foo_instance1.overload1arg((double)arg12)
1478
21b9b5b1
MS
14792002-01-07 Michael Snyder <msnyder@redhat.com>
1480
1481 * gdb.base/huge.exp: New test. Print a very large target data object.
1482 (skip_huge_test): New test variable. Define if you want to skip this
1483 test. The test reads an 8 megabyte data object from the target, so it
1484 might be very time consuming on remote targets with a slow connection.
1485 * gdb.base/huge.c: New file. Test case for above.
1486
725f922e
FF
14872002-01-07 Fred Fish <fnf@redhat.com>
1488
1489 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
1490 g_instance.bfoo, and g_instance.cfoo.
1491
634d57ec
JL
1492Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
1493
f286b2c3
JL
1494 * gdb.base/break.c (multi_line_if_conditional): New function.
1495 (multi_ilne_while_conditional): Likewise.
1496 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
1497 IF or WHILE condition puts the breakpoint at the start of
1498 the condition.
1499
634d57ec
JL
1500 * gdb.base/selftest.exp (backtrace through signal handler): Remove
1501 hppa*-*-hpux* expected failure.
1502 * gdb.base/structs.exp (do_function_calls): Similarly.
1503
1504 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
1505 watchpoints.
1506
9fbfe2dc
AC
15072002-01-06 Andrew Cagney <ac131313@redhat.com>
1508
1509 Fix PR gdb/66.
1510 * gdb.base/structs.exp: Replace skip for a29k with skip for
1511 gdb,cannot_call_functions.
1512 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
1513 * gdb.base/callfuncs.exp: Ditto.
1514 * gdb.base/call-rt-st.exp: Ditto.
1515 * gdb.base/call-strs.exp: Ditto.
1516 * gdb.base/callfwmall.exp: Ditto.
1517 * gdb.base/scope.exp: Obsolete xfail a29k.
1518 * gdb.c++/misc.exp: Ditto.
1519 * gdb.c++/cplusfuncs.exp: Ditto.
1520 * gdb.base/ptype.exp: Ditto.
1521 * gdb.base/printcmds.exp: Ditto.
1522 * gdb.base/opaque.exp: Ditto.
1523 * gdb.base/list.exp: Ditto.
1524 * gdb.base/funcargs.exp: Ditto.
1525 * gdb.base/default.exp: Ditto.
1526
8ddad156
MS
15272002-01-04 Michael Snyder <msnyder@redhat.com>
1528
ca4976a6 1529 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
1530 * gdb.base/maint.exp: Add tests for maint info sections options.
1531
1b074332
JL
1532Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
1533
1534 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
1535
7d159115
CV
15362001-12-20 Corinna Vinschen <vinschen@redhat.com>
1537
1538 * gdb.asm/arm.inc: New file.
1539 * gdb.asm/asm-source.exp: Add arm targets.
1540 * gdb.asm/configure.in: Ditto.
1541 * gdb.asm/configure: Recreated from configure.in.
1542
8fb87725
JL
1543Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
1544
afabe08c
JL
1545 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
1546 with HP's compiler.
1547 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
1548 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
1549 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
1550 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
1551
1552 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
1553 either HP's compilers or GCC.
1554
db521deb
JL
1555 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
1556 a SIGBUS or SIGSEGV.
1557
1558 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
1559
1560 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
1561 can be compiled with either HP's compiler or GCC.
1562
cfa88ab7
JL
1563 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
1564 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
1565 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
1566
ca344dff
JL
1567 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
1568 to match current gdb output. Update due to using auto-solib-limit
1569 for limiting instead of overloading auto-solib-add.
1570 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
1571 test program.
1572
3f3c6e55 1573 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
1574 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
1575 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1576 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
1577 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
1578 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1579 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
1580 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
1581 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
1582 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
1583 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
1584 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
1585 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 1586
8fb87725
JL
1587 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
1588 a SIGTRAP to the inferior.
1589
cf599fa7
CV
15902001-12-19 Corinna Vinschen <vinschen@redhat.com>
1591
1592 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
1593 Substitute call to target_link by call to gdb_compile.
1594
2cd045cd
JL
1595Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
1596
1597 * gdb.base/break.exp: Fix HP specific search string when testing
1598 backtracing in a called function.
1599
1600 * gdb.base/constvars.exp: Only set lang to C++ if we're
1601 compiling the test with HP's compilers.
1602 * gdb.base/volatile.exp: Similarly.
1603
99ebe9ac
JB
16042001-12-19 Jim Blandy <jimb@redhat.com>
1605
1606 * gdb.base/printcmds.exp: Expect the null character to be printed
1607 as '\0', and the '\013' to be printed as '\v'.
1608 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
1609 * gdb.base/setvar.exp: Same.
1610
b9891b29
JB
16112001-12-17 Jim Blandy <jimb@redhat.com>
1612
0eba65ab
JB
1613 * gdb.base/completion.exp: Rather than completing very long
1614 filenames, which can make the readline library produce output we
1615 don't recognize, cd to the directory first, and then complete
1616 using nice, short relative paths.
1617
6970b5b1
JB
1618 * gdb.base/completion.exp: On some systems, there is, in fact, a
1619 variable named `b' in scope, since GDB treats all static
1620 variables as being in scope. So use `no_var_named_this'
1621 instead of `b'.
1622
b9891b29
JB
1623 * gdb.base/corefile.exp: Recognize the message saying that GDB
1624 can't find the core file's registers as a failure.
1625
e6ccd35f
JSC
16262001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
1627
1628 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
1629 test expect string more specific.
1630
105ba819
CV
16312001-12-13 Corinna Vinschen <vinschen@redhat.com>
1632
1633 * gdb.asm/asm-source.exp: Add support for xstormy16.
1634 * gdb.asm/configure.in: Ditto.
1635 * gdb.asm/configure: Rebuild.
1636 * gdb.asm/xstormy16.inc: New file.
1637
e9e79dd9
FF
16382001-12-10 Fred Fish <fnf@redhat.com>
1639
1640 * gdb.base/maint.exp: Update to match changes in type dumping code.
1641
347dc97d
JB
16422001-12-10 Jim Blandy <jimb@redhat.com>
1643
1644 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
1645 matching the entry point symbol's name at the beginning of the
1646 line.
1647
5178b9d6
DJ
16482001-12-07 Daniel Jacobowitz <drow@mvista.com>
1649
1650 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
1651 gdb.c++/inherit.exp, gdb.c++/method.exp,
1652 gdb.c++/namespace.exp, gdb.c++/templates.exp,
1653 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
1654 and class layout support.
1655
af890c52
DJ
16562001-12-07 Daniel Jacobowitz <drow@mvista.com>
1657
1658 * gdb.c++/classes.exp: Add test for static member function.
1659 * gdb.c++/misc.cc: Add class with static member function.
1660
7a345fb3
JB
16612001-12-07 Jim Blandy <jimb@redhat.com>
1662
f2e54a80 1663 If GDB says it can't find the struct the function returned, report
8032bf31
JB
1664 those tests as `unsupported'.
1665 * gdb.base/call-rt-st.exp (print_struct_call): New function.
1666 Rewrite subsequent tests to use it.
1667
1668 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
1669 those tests as `unsupported'.
1670 * gdb.base/structs.exp (call_struct_func): New function.
1671 (do_function_calls): Use call_struct_func to call the functions
1672 returning structs.
1673
0bc69509
JB
1674 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
1675 whether functions are prototyped or not, so we can't possibly pass
1676 arguments to t_float_values2 properly.
1677
7a345fb3
JB
1678 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
1679 value of `timeout' for targets other than the mips*tx39-*.
1680
edb6ede1
MS
16812001-12-06 Michael Snyder <msnyder@redhat.com>
1682
1683 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
1684 and detect whether the start symbol has a leading underscore.
1685
2d842f13
JB
16862001-12-04 Jim Blandy <jimb@redhat.com>
1687
1688 * gdb.base/completion.exp: Clarify indentation.
1689
68550daf
JB
16902001-12-03 Jim Blandy <jimb@redhat.com>
1691
1692 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
1693 variables on the S/390, not `.word'.
1694
cd5195a8
JB
16952001-11-30 Jim Blandy <jimb@redhat.com>
1696
1697 Add assembly-source tests for s390-ibm-linux.
1698 * gdb.asm/s390.inc: New file.
1699 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
1700 the S/390 architecture.
1701 * gdb.asm/configure: Regenerated.
1702
ca9efc90
MS
17032001-11-30 Michael Snyder <msnyder@redhat.com>
1704
1705 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
1706 next, info source, info sources, info line, global and static
1707 variables, and static functions.
1708 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
1709 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
1710 * gdb.asm/asmsrc1.s: Add a static function and some variables.
1711 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
1712 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
1713 (gdbasm_leave): Restore frame pointer.
1714 (gdbasm_startup): Copy stack set-up from crt0.S.
1715
d0e66976
FN
17162001-11-26 Fernando Nasser <fnasser@redhat.com>
1717
1718 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
1719 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
1720 to a local (non-static) variable. Copy tstruct.a to a static buffer
1721 and return a pointer to that buffer.
1722 * gdb.base/callfwmall.c (t_structs_a): Ditto.
1723
e2334072
MK
17242001-11-24 Mark Kettenis <kettenis@gnu.org>
1725
1726 * gdb.asm/configure.in: Fix recognition of ix86 target.
1727 * gdb.asm/configure: Regenerate.
1728
756caa3d
MS
17292001-11-21 Michael Snyder <msnyder@redhat.com>
1730
1731 * gdb.asm/sparc.inc: New file.
1732 * gdb.asm/asm-source.exp: Recognize sparc target.
1733 * gdb.asm/configure.in: Recognize sparc target.
1734 * gdb.asm/configure: Regenerate.
1735
9a4d72d5
MS
17362001-11-21 Michael Snyder <msnyder@redhat.com>
1737
1738 * gdb.asm/m32r.inc: New file.
1739 * gdb.asm/asm-source.exp: Recognize m32r target.
1740 * gdb.asm/configure.in: Recognize m32r target.
1741 * gdb.asm/configure: Regenerate.
1742
a773d1cd
MS
17432001-11-20 Michael Snyder <msnyder@redhat.com>
1744
017ac23d
MS
1745 * gdb.asm/i386.inc: New file.
1746 * gdb.asm/asm-source.exp: Recognize ix86 target.
1747 * gdb.asm/configure.in: Recognize ix86 target.
1748 * gdb.asm/configure: Regenerate.
1749
a773d1cd
MS
1750 * gdb.c++/namespace.exp: Fix quotes in output messages.
1751
bb632afb
MS
17522001-11-14 Michael Snyder <msnyder@redhat.com>
1753
25d559ca 1754 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
1755 qualifier in a type cast expression, to designate an address
1756 in the instruction space (Harvard architecture).
1757
4749e309
MS
17582001-11-13 Michael Snyder <msnyder@redhat.com>
1759
1760 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
1761 Tests for expressions using 'const' and 'volatile'.
1762
25050984
CV
17632001-11-13 Corinna Vinschen <vinschen@redhat.com>
1764
1765 * gdb.asm/asm-sources.exp: Allow defining linker flags.
1766
1902c51f
DJ
17672001-11-12 Daniel Jacobowitz <drow@mvista.com>
1768
1769 * lib/mi-support.exp (mi_run_to_helper): Move comments
1770 outside of gdb_expect.
1771
dcf95b47
DJ
17722001-11-11 Daniel Jacobowitz <drow@mvista.com>
1773
1774 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
1775 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
1776 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
1777 mi0_run_to): New functions.
1778 * gdb.mi/mi-simplerun.exp: Use them.
1779 * gdb.mi/mi0-simplerun.exp: Likewise.
1780 * gdb.mi/mi-var-cmd.exp: Likewise.
1781 * gdb.mi/mi0-var-cmd.exp: Likewise.
1782
45b074e1
AC
17832001-11-10 Andrew Cagney <ac131313@redhat.com>
1784
1785 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
1786 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
1787
bf50d346
AC
17882001-11-09 Andrew Cagney <ac131313@redhat.com>
1789
1790 * gdb.base/restore.exp: Include $expected value in restored test
1791 message.
1792
9383332c
AC
17932001-11-09 Andrew Cagney <ac131313@redhat.com>
1794
1795 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
1796 implemented.
1797
db62520a
MS
17982001-11-08 Michael Snyder <msnyder@redhat.com>
1799
1800 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
1801 Add pass/fail message for stop at breakpoint in call dummy function.
1802
b5703437
MS
18032001-11-07 Michael Snyder <msnyder@redhat.com>
1804
760f6330
MS
1805 * gdb.c++/templates.exp (test_template_breakpoints):
1806 If we get an overload menu, but it does not match what
1807 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
1808 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
1809 making the whitespace optional. Argument for "new" may be
1810 "unsigned" as well as "unsigned int/long".
eef747c0
MS
1811 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
1812 making the whitespace optional. Also replace "(void) with
1813 "((void|)), making the keyword "void" optional.
63f50499
MS
1814 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
1815 making the whitespace optional. Also replace "(void) with
1816 "((void|)), making the keyword "void" optional.
3bf40917
MS
1817 * gdb.base/callfuncs.c (t_float_values): This function must
1818 _not_ be prototyped, and the following function (t_float_values2)
1819 must be prototyped (if the compiler supports it), so that GDB
1820 can be tested against both cases. Usually one case involves
1821 promotion of float to double, while the other does not.
1822 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
1823 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
1824 includes a stack frame for "start".
1825
c8ab4e6d
JB
18262001-11-05 Jim Blandy <jimb@redhat.com>
1827
1828 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
1829 pointers are 32 bits long, and that offsets of relocs are always
1830 stored in the data (REL-style), and not in the reloc entry itself
1831 (RELA-style).
1832 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
1833 stabs.
1834
3f08ced9
MS
18352001-11-01 Michael Snyder <msnyder@redhat.com>
1836
1837 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
1838 and regular expression operators by using quoting.
1839
cbfa24cd
MS
18402001-10-31 Michael Snyder <msnyder@redhat.com>
1841
1842 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
1843 depending on what the symbol table contains.
1844 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
1845 the output of the ptype command. Similarly, accept both "const &"
1846 and "const&".
1847
aaa68313
CV
18482001-10-31 Corinna Vinschen <vinschen@redhat.com>
1849
1850 * gdb.base/miscexprs.c (main): Add usage of preprocessor
1851 symbol `STORAGE' to allow to choose the storage class of
1852 the local datastructures.
1853 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
1854 compiler directive.
1855
91740388
MS
18562001-10-30 Michael Snyder <msnyder@redhat.com>
1857
1858 * gdb.base/jump.exp: Allow it to run for all targets.
1859
1b7c05e7
CV
18602001-10-29 Corinna Vinschen <vinschen@redhat.com>
1861
1862 * gdb.base/call-ar-st.c (print_double_array): Match for loop
1863 with new double_array size.
1864 (main): Change storage class of all local variables to static.
1865 Reduce size of double_array to 9.
1866 * gdb.base/call-ar-st.exp: Increase timeout value.
1867 Change expected output for double array to match new size in
1868 call-ar-st.c.
1869
36a22261
CV
18702001-10-29 Corinna Vinschen <vinschen@redhat.com>
1871
1872 * gdb.base/ending-run.exp: Create identical output when passing
1873 `step to end of run' case. Add regular expression branch satisfying
1874 Stormy16 target.
1875
92b8ae91
MK
18762001-10-28 Mark Kettenis <kettenis@gnu.org>
1877
1878 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
1879 that we catch the expected failure under Linux/x86.
1880
cb135b83
OF
18812001-10-29 Orjan Friberg <orjanf@axis.com>
1882
1883 * gdb.base/setvar.exp: Escape curly braces.
1884 * gdb.stabs/weird.exp: Ditto.
1885
6884aa54
DJ
18862001-10-27 Daniel Jacobowitz <drow@mvista.com>
1887
1888 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
1889 * gdm.mi/mi0-hack-cli.exp: Likewise.
1890
0398c9aa
AC
18912001-10-25 Andrew Cagney <ac131313@redhat.com>
1892
1893 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
1894 messages.
1895
d20bf2e8
AC
18962001-10-21 Andrew Cagney <ac131313@redhat.com>
1897
1898 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
1899 checking MI enabled.
1900
03dd63aa
CV
19012001-10-09 Corinna Vinschen <vinschen@redhat.com>
1902
1903 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
1904
1d9d99f3
FCE
19052001-10-04 Frank Ch. Eigler <fche@redhat.com>
1906
1907 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
1908 if gdb child process crashes, just signal an error.
1909
838ae6c4
JB
19102001-10-02 Jim Blandy <jimb@redhat.com>
1911
1912 * lib/gdb.exp (test_xfail_format): Simplify.
1913
1914 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
1915 front of the variable name `format'. Simplify `if'.
1916
8f0cbc1c
DJ
19172001-10-01 Daniel Jacobowitz <drow@mvista.com>
1918
1919 * gdb.threads/pthreads.exp: Wait for output and delay
1920 before sending ^C.
1921
1f08dafd
DJ
19222001-10-01 Daniel Jacobowitz <drow@mvista.com>
1923
1924 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
1925 some incorrect output instead of timing out.
1926 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
1927
674f90ff
CV
19282001-09-28 Corinna Vinschen <vinschen@redhat.com>
1929
1930 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
1931 check to allow additional `int'.
1932
9b284272
DJ
19332001-09-27 Daniel Jacobowitz <drow@mvista.com>
1934
1935 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
1936 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
1937
b55a4771
MS
19382001-09-27 Michael Snyder <msnyder@redhat.com>
1939
1940 * lib/gdb.exp (test_debug_format): New proc.
1941 (setup_xfail_format): Use new proc test_debug_format.
1942 * gdb.base/constvars.exp (local_compiler_xfail_check): New
1943 proc; use new service proc test_debug_format.
1944 Replace all other "gcc_compiled" tests with this test.
1945 * gdb.base/volatile.exp (local_compiler_xfail_check): New
1946 proc; use new service proc test_debug_format.
1947 Replace all other "gcc_compiled" tests with this test.
1948
19492001-09-27 Michael Snyder <msnyder@redhat.com>
1950
1951 * gdb.base/cvexpr.exp: New file.
1952 * gdb.base/cvexpr.c: New file
1953 Test for expressions using const and volatile keywords.
1954
4e6667ac
CV
19552001-09-26 Corinna Vinschen <vinschen@redhat.com>
1956
1957 * gdb.base/constvars.exp: Check for different orders of keywords
1958 and additional "int" strings in output.
1959
4f337972
AC
19602001-09-22 Andrew Cagney <ac131313@redhat.com>
1961
1962 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
1963 responses from "help maint".
1964
2015650d
FCE
19652001-09-19 Frank Ch. Eigler <fche@redhat.com>
1966
1967 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
1968 to localhost:NNN instead of :NNN, in case Xvfb is listening
1969 only on TCP.
1970
f3bcedc1
CV
19712001-09-19 Corinna Vinschen <vinschen@redhat.com>
1972
1973 * gdb.base/recurse.exp: When checking leaving the watchpoint
1974 scope, recognize when gdb is in function's epilogue and pass.
1975
6b819c92
KS
19762001-09-18 Keith Seitz <keiths@redhat.com>
1977
1978 * lib/insight-support.exp (_gdbtk_export_target_info): Add
1979 support for running tests against sid targets.
1980 (gdbtk_done): Ditto.
1981
a10c9419
CV
19822001-09-18 Corinna Vinschen <vinschen@redhat.com>
1983
1984 * gdb.base/ending-run.c (main): Set stdout buffersize
1985 to the same reasonable value for any target.
1986 * gdb.base/ending-run.exp: Add a regular expression
1987 to make testsuite happy on Sanyo Stormy16 target.
1988
739d0d99
CV
19892001-09-17 Corinna Vinschen <vinschen@redhat.com>
1990
1991 * gdb.base/display.c (do_loops): Add float variable `f'.
1992 Increment f in loop.
1993 * gdb.base/display.exp: Increment timeout by 60 seconds.
1994 Change float display test to use variable `f'.
1995
1b8947f0
JB
19962001-09-17 Jim Blandy <jimb@redhat.com>
1997
1998 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
1999 overflowing the limited breakpoint tables on some ROM monitors
2000 (like the ROM68K).
2001
9890ac81
FCE
20022001-09-15 Frank Ch. Eigler <fche@redhat.com>
2003
2004 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
2005 the "-ac" (disable access control) flag.
2006
6db765ea
JH
20072001-08-30 Jeff Holcomb <jeffh@redhat.com>
2008
2009 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
2010 ints.
2011
4c32cc04
KS
20122001-08-30 Keith Seitz <keiths@redhat.com>
2013
2014 * lib/gdb.exp: Move all insight-related functionality into
2015 separate file.
2016 * lib/insight-support.exp: New file.
2017
8d6e6f81
FCE
20182001-08-29 Frank Ch. Eigler <fche@redhat.com>
2019
2020 * config/sid.exp (sid_start): Never set sid verbosity; disable
2021 expect_background {} that consumed its stdout; tolerate </dev/null.
2022 Attempt to set endianness override in "sid" protocol mode. Cleanup.
2023
6a90e1d0
AC
20242001-08-18 Andrew Cagney <ac131313@redhat.com>
2025
2026 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
2027 CLI jump command to start it.
2028 (mi_run_to_main): Fail immediatly when unexpected output.
2029
1759b3c3
AC
20302001-08-18 Andrew Cagney <ac131313@redhat.com>
2031
2032 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
2033 beginning of function. Fix PR gdb/191.
2034
61d11d80
FCE
20352001-08-16 Frank Ch. Eigler <fche@redhat.com>
2036
2037 * config/sid.exp (sid_start): Don't warn if we cannot figure out
2038 what to force sid endianness to.
2039
942a4df2
KS
20402001-08-15 Keith Seitz <keiths@redhat.com>
2041
2042 * lib/gdb.exp (gdbtk_start): Don't set environment
2043 variables for TCL_LIBRARY and friends. Insight will
2044 now figure these out for itself.
2045
0521c418
MS
20462001-08-02 Michael Snyder <msnyder@redhat.com>
2047
2048 * gdb.base/completion.exp: Remove the symbol "a64l" from
2049 the expect string; this is target-specific, and not related
2050 to what is being tested.
2051
74a9a58a
DB
20522001-08-02 Dave Brolley <brolley@redhat.com>
2053
2054 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
2055
c70819fa
MS
20562001-07-25 Michael Snyder <msnyder@redhat.com>
2057
c2b8fa57
MS
2058 * gdb.base/consecutive.exp: New file. Test stepping over
2059 breakpoints on consecutive instructions.
2060 * gdb.base/consecutive.c: New file.
2061
c70819fa
MS
2062 * gdb.base/call-rt-st.exp: Use double-backslash to quote
2063 curly braces in regular expressions.
2064
2b1a1355
MS
20652001-07-25 Michael Snyder <msnyder@redhat.com>
2066
2067 * gdb.base/ending-run.exp: Accept "Program exited normally" as
2068 legitimate output from stepping out of main.
2069
413eca6f
KS
20702001-07-22 Keith Seitz <keiths@redhat.com>
2071
2072 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
2073 the empty string, do not run the tests.
2074
7e5a9322
SC
20752001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2076
2077 * gdb.base/long_long.exp: Detect size of pointer. Take into
2078 account 2-byte pointers when testing for p/a results.
2079
de58f10f
SC
20802001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2081
2082 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
2083 and defined to 1K for m68hc11.
2084 (random_data): Reduce table to 1K for embedded platforms (68hc11).
2085 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
2086 (sizeof_random_data): New variable to tell the size of the data table;
2087 don't test past this size; always run to main.
2088
d6f5fea1
SC
20892001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2090
2091 * gdb.base/return2.exp: return of long long and double fails for
2092 68HC11; don't execute these tests on that platform.
2093 * gdb.base/return.exp: Return of a double fails for 68hc11.
2094
c477543d
SC
20952001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2096
2097 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
2098 tests that print a float.
2099 * call-rt-st.exp: Likewise.
2100
63cf1c79
MK
21012001-07-12 Mark Kettenis <kettenis@gnu.org>
2102
2103 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
2104 running this test on Linux.
2105
112f9ab5
MC
21062001-06-24 Michael Chastain <chastain@redhat.com>
2107
2108 * gdb.base/arithmet.exp: Remove some tests to make all test names
2109 unique.
2110
4970cb0f
MS
21112001-07-03 Michael Snyder <msnyder@redhat.com>
2112
2113 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
2114 the output of the ptype command.
2115
d85da69f
MS
21162001-07-02 Michael Snyder <msnyder@redhat.com>
2117
4c8a82de
MS
2118 * gdb.base/completion.exp: Don't assume that break.c is the only
2119 source file that may contain functions named "marker".
d85da69f
MS
2120 * gdb.base/corefile.exp: Quote the curly braces in regexp.
2121
8afc772b
AC
21222001-06-28 Andrew Cagney <ac131313@redhat.com>
2123
2124 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
2125 of files to delete.
2126
2127 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
2128 * gdb.disasm/h8300s.exp: New file.
2129 gdb.disasm/h8300s.s: Likewise.
2130
cff22675
AC
21312001-06-27 Andrew Cagney <ac131313@redhat.com>
2132
2133 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
2134 empty breakpoint tables.
2135
68c81b54
AC
21362001-06-25 Andrew Cagney <ac131313@redhat.com>
2137
2138 * lib/mi-support.exp: Update args=... part of stop-reason
2139 patterns. Accept either a list or a tuple.
2140
2dd62704
AC
21412001-06-23 Andrew Cagney <ac131313@redhat.com>
2142
2143 * lib/mi-support.exp: Remove local emacs variable defining
2144 change-log-default-name.
2145
b4127474
MC
21462001-06-22 Michael Chastain <chastain@redhat.com>
2147
2148 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
2149 This is operationally compatible with the previous version.
2150
8dbfb380
JB
21512001-06-13 Jim Blandy <jimb@redhat.com>
2152
2153 * lib/gdb.exp (gdb_test): Doc fix.
2154
f2d8c86d
MC
21552001-06-10 Michael Chastain <chastain@redhat.com>
2156
2157 * gdb.base/exprs.exp: Remove a duplicate test.
2158
81564d34
JB
21592001-06-06 Jim Blandy <jimb@redhat.com>
2160
2161 * gdb.base/return2.exp (main): Use values to test float and double
2162 returns that are not NaN's, to avoid being confused by IEEE
2163 comparison rules.
2164
da55addb
MS
21652001-06-04 Michael Snyder <msnyder@redhat.com>
2166
2167 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
2168 non-zero if control_c fails. Terminate the test on failure,
2169 rather than wait for 12 more tests to time out.
2170
42c65987
JB
21712001-06-06 Jim Blandy <jimb@redhat.com>
2172
b18bced9
JB
2173 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
2174 Don't forget to match the GDB prompt.
2175
42c65987
JB
2176 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
2177
5b41e5f0
JB
21782001-06-04 Jim Blandy <jimb@redhat.com>
2179
2180 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
2181 command.
2182
015e046f
KB
21832001-05-31 Kevin Buettner <kevinb@redhat.com>
2184
2185 * gdb.base/annota1.exp (info break): Match four or more spaces
2186 after "Address".
2187
fb1ffbbe
MC
21882001-05-31 Michael Chastain <chastain@redhat.com>
2189
2190 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
2191 (dm_type_int_star): Likewise.
2192 (dm_type_long_star): Likewise.
2193 (dm_type_void_star): Likewise.
2194
5ea2a32c
KB
21952001-05-29 Kevin Buettner <kevinb@redhat.com>
2196
2197 * gdb.base/completion.exp (INPUTRC): Set this environment variable
2198 to a known value in order to get consistent results regardless
2199 of the setting of INPUTRC or the presence or contents of .inputrc.
2200
ae23c492
MS
22012001-05-24 Michael Snyder <msnyder@redhat.com>
2202
ac55707e
MS
2203 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
2204 Don't require that the main thread and the manager thread are the
2205 first in the list.
2206
ae23c492
MS
2207 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
2208 debugging. If test fails, issue an "unsupported" not a "fail".
2209
400071f1
JB
22102001-05-24 Jim Blandy <jimb@redhat.com>
2211
2212 Don't assume that short is shorter than int.
2213 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
2214 assume that shorts are smaller than ints. On a 16-bit machine,
2215 this isn't true.
2216 ("print unsigned char == (~0)"): Add test that verifies that ~0,
2217 an int, is not equal to ~0 stored in an unsigned char. This tests
2218 the same thing that the previous test meant to, but works on
2219 16-bit machines, too.
2220 ("print unsigned char != (~0)"): Same test, complemented.
2221
0816a3e5
MS
22222001-05-24 Michael Snyder <msnyder@redhat.com>
2223
2224 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
2225 test for (full_coverage == 0). This makes the test run faster,
2226 and prevents dejagnu getting out of step.
2227
f6dc23a9
KB
22282001-05-23 Kevin Buettner <kevinb@redhat.com>
2229
2230 * gdb.base/finish.exp (finish_void): Revise pattern for
2231 stopping on the call statement to not permit stopping at
2232 the start of the instructions comprising the call sequence.
2233
7dbd117d
MC
22342001-05-19 Michael Chastain <chastain@redhat.com>
2235
2236 * gdb.base/callfuncs.exp: Make all test names unique.
2237 * gdb.base/commands.exp: Make all test names unique.
2238 * gdb.base/condbreak.exp: Make all test names unique.
2239 * gdb.base/dbx.exp: Make all test names unique.
2240 * gdb.base/default.exp: Make all test names unique.
2241 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
2242 and TIMEOUT messages to their corresponding PASS message.
2243 * gdb.base/ending-run.exp: Make all test names unique.
2244 * gdb.base/long_long.exp: Remove duplicate test.
2245
6b0b0a9e
KB
22462001-05-21 Kevin Buettner <kevinb@redhat.com>
2247
2248 * gdb.base/finish.exp (finish_void): Allow "finish" command to
2249 stop on the call statement as well as the statement after the
2250 call.
2251
2caa35cb
MS
22522001-05-21 Michael Snyder <msnyder@redhat.com>
2253
2254 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
2255
40713331
EZ
22562001-05-10 Elena Zannoni <ezannoni@redhat.com>
2257
2258 * gdb.base/completion.exp: Revamp test. Make it execute on all
2259 platforms.
2260
c2c1be8d
EZ
22612001-05-10 Elena Zannoni <ezannoni@redhat.com>
2262
2c9cd303
EZ
2263 * config/gdbserver.exp (gdb_load): Handle the case
2264 in which the arguments to gdbserver are given in the
2265 baseboard configuration file.
2266 Also handle the case in which the server needs to do a
2267 load.
2268
9671de48
KS
22692001-05-07 Keith Seitz <keiths@cygnus.com>
2270
2271 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
2272 set up the display for testing.
2273 (gdbtk_start): Convert all paths to paths that tcl will like.
2274 Export target information to environment.
2275 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
2276 necessary.
2277 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
2278 (to_tcl_path): New proc to convert a given pathname into
2279 a path acceptible as an argument to a tcl command.
2280 (_gdbtk_export_target_info): New proc to export target info
2281 into the environment for gdbtk testing.
2282 (gdbtk_done): New proc to signal end-of-test.
2283
5a360f47
JB
22842001-05-06 Jim Blandy <jimb@redhat.com>
2285
2286 * restore.c: Make the code of caller0 correspond to its comment.
2287
66c756c6
MS
22882001-05-03 Michael Snyder <msnyder@redhat.com>
2289
2290 * config/sid.exp (gdb_target_sid): Check for error messages.
2291 On error or timeout, don't make expect exit (which will terminate
2292 all subsequent tests); instead just make gdb exit.
2293 (gdb_load): Check for error messages. On error or timeout,
2294 return a negative value.
2295
a966fde5
JB
22962001-04-24 Jim Blandy <jimb@redhat.com>
2297
851c18e0
JB
2298 * gdb.c++/templates.exp: If we see the prompt for the overload
2299 list, but we haven't recognized any of the longer patterns,
2300 arrange for this test to fail, not hang.
2301
a966fde5
JB
2302 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
2303 variations.
2304
db144853
MC
23052001-04-22 Michael Chastain <chastain@redhat.com>
2306
2307 * gdb.c++/local.exp: Use the 'runto' library function.
2308 * gdb.c++/namespace.exp: Likewise.
2309 * gdb.c++/overload.exp: Likewise.
2310
3207ec21
KB
23112001-03-26 Kevin Buettner <kevinb@redhat.com>
2312
2313 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
2314 * gdb.base/step-line.exp: New file. Test step/next in presence of
2315 #line directives.
2316 * gdb.base/step-line.c: New file. Test program for the above.
2317 * gdb.base/step-line.inp: New file. We pretend that this file has
2318 been transformed by some other tool into step-line.c.
2319
13b57657
JB
23202001-03-21 Jim Blandy <jimb@redhat.com>
2321
2322 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
2323 unmangled operator names.
2324
754cbe1c
JB
23252001-03-20 Jim Blandy <jimb@redhat.com>
2326
2327 * gdb.threads/linux-dp.exp: Recognize an additional message
2328 generated by GDB when it doesn't understand how to debug threads
2329 on the target system.
2330
177495c9
AC
23312001-03-19 Andrew Cagney <ac131313@redhat.com>
2332
2333 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
2334
f266096b
MC
23352001-03-12 Michael Chastain <chastain@redhat.com>
2336
2337 * gdb.c++/derivation.exp: Use the 'runto' library function.
2338
cac3c2ff
MC
23392001-03-12 Michael Chastain <chastain@redhat.com>
2340
2341 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
2342
b6c11a24
MC
23432001-02-24 Michael Chastain <chastain@redhat.com>
2344
2345 * gdb.c++/ref-types.exp: Change handwritten code to library
2346 function 'runto'.
2347
6bae5bce
OF
23482001-03-16 Orjan Friberg <orjanf@axis.com>
2349
2350 * gdb.base/signals.exp: Set count to 0 explicitly.
2351
0015fd9a
MS
23522001-03-15 Mark Salter <msalter@redhat.com>
2353
2354 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
2355 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
2356 (gdb_load): Add support for additional target_info: gdb_download_size
2357 and gdb_load_timeout.
0015fd9a 2358
fc33412a
DT
2359Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
2360
2361 * gdb.base/annota1.exp: Move test of isnative to earlier in the
2362 file -- to prevent failing when the compile fails but we have no
2363 intention of running the tests anyway.
2364
2365 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
2366 tests if set.
2367
2368 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
2369 integers.
2370
2371 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
2372 * gdb.c++/namespace.exp: Ditto.
2373
115f06de
OF
23742001-03-07 Orjan Friberg <orjanf@axis.com>
2375
2376 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
2377 * gdb.base/pointers.exp: Relax pattern match of decimals.
2378
b6ba6518
KB
23792001-03-06 Kevin Buettner <kevinb@redhat.com>
2380
2381 * Makefile.in, config/abug.exp, config/cfdbug.exp,
2382 config/cpu32bug.exp, config/dve.exp, config/est.exp,
2383 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
2384 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
2385 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
2386 config/sh.exp, config/sid.exp, config/slite.exp,
2387 config/sparclet.exp, config/udi.exp, config/unknown.exp,
2388 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
2389 config/vxworks.exp, config/vxworks29k.exp,
2390 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
2391 gdb.base/all-bin.exp, gdb.base/annota1.exp,
2392 gdb.base/arithmet.exp, gdb.base/assign.exp,
2393 gdb.base/async.exp, gdb.base/attach.exp,
2394 gdb.base/bitfields.exp, gdb.base/bitops.exp,
2395 gdb.base/break.exp, gdb.base/call-ar-st.exp,
2396 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
2397 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
2398 gdb.base/commands.exp, gdb.base/completion.exp,
2399 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2400 gdb.base/constvars.exp, gdb.base/corefile.exp,
2401 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2402 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
2403 gdb.base/ending-run.exp, gdb.base/environ.exp,
2404 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2405 gdb.base/finish.exp, gdb.base/foll-exec.exp,
2406 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
2407 gdb.base/funcargs.exp, gdb.base/help.exp,
2408 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
2409 gdb.base/logical.exp, gdb.base/long_long.exp,
2410 gdb.base/maint.exp, gdb.base/mips_pro.exp,
2411 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
2412 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
2413 gdb.base/pointers.exp, gdb.base/printcmds.exp,
2414 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
2415 gdb.base/regs.exp, gdb.base/relational.exp,
2416 gdb.base/remote.exp, gdb.base/reread.exp,
2417 gdb.base/restore.exp, gdb.base/return2.exp,
2418 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
2419 gdb.base/selftest.exp, gdb.base/setshow.exp,
2420 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2421 gdb.base/sigall.exp, gdb.base/signals.exp,
2422 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
2423 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2424 gdb.base/step-test.exp, gdb.base/structs.c,
2425 gdb.base/structs.exp, gdb.base/structs2.exp,
2426 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
2427 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
2428 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
2429 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2430 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
2431 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
2432 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
2433 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
2434 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
2435 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
2436 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
2437 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
2438 gdb.fortran/types.exp, gdb.java/jmisc.exp,
2439 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2440 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
2441 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2442 gdb.trace/circ.exp, gdb.trace/collection.exp,
2443 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
2444 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2445 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
2446 gdb.trace/report.exp, gdb.trace/save-trace.exp,
2447 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2448 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2449 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
2450 notices.
2451
dc96c6c7 24522001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
2453
2454 * gdb.base/varargs.c (find_max_double): Fix printf format string:
2455 first arg is int not float.
2456
dc96c6c7 24572001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
2458
2459 * gdb.base/reread.exp: Unsupported for non-native targets;
2460 doesn't work for remote debugging.
2461
9b0c4aeb
FN
24622001-02-19 Fernando Nasser <fnasser@redhat.com>
2463
2464 From Drew Moseley <dmoseley@redhat.com>
2465 * gdb.base/ending-run.exp: Properly handle the BSP state when
2466 stepping past the end of main.
2467
02aa71d5
MC
24682001-02-19 John Moore <jmoore@redhat.com>
2469
2470 * gdb.base/commands.exp (infrun_breakpoint_command_test):
2471 Converted HPUX fix for non-expected items following multiple
2472 step commands into general solution for all platforms.
2473
1fa449a4
MC
24742001-02-18 Michael Chastain <chastain@redhat.com>
2475
2476 * gdb.c++/classes.exp (do_tests): Change runto statements
2477 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2478 statements demangler agnostic.
2479 * gdb.c++/virtfunc.exp (do_tests): Likewise.
2480 (gdb_virtfunc_restart): Likewise.
2481
b2f9ec70
MC
24822001-02-14 Michael Chastain <chastain@redhat.com>
2483
2484 * gdb.c++/inherit.exp (do_tests): Change runto statements
2485 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2486 statements demangler agnostic.
2487
cf74b8ca
AC
2488Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
2489
2490 * gdb.threads/pthreads.exp: Unify pass/fail messages for
2491 ``continue to bkpt at common_routine in thread 2'' and ``stopped
2492 before calling common_routine 15 times'' tests.
2493
99f78f56
MC
24942001-02-11 Michael Chastain <chastain@redhat.com>
2495
2496 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
2497 Helps the test script figure out which demangler is in use.
2498 (dm_type_foo_ref): Ditto.
2499 (dm_type_int_star): Ditto.
2500 (dm_type_long_star): Ditto.
2501 (dm_type_unsigned_int): Ditto.
2502 (dm_type_void): Ditto.
2503 (dm_type_void_star): Ditto.
99707966 2504 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
2505 Probe the gdb demangler and set variables to accommodate
2506 formatting differences.
2507 (info_func_regexp): New function. Same as info_func, but
2508 matches against a regexp.
2509 (info_func): Match against a literal string.
2510 (print_addr_2): New function. Match against a literal string,
2511 which can be different from the input to gdb.
2512 (print_addr): Simply call print_addr_2 with the same argument twice.
2513 (test_lookup_operator_functions): Use demangler formatting variables.
2514 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
2515 the tests in the same order as the C++ class declaration.
2516 (test_paddr_operator_functions): Ditto.
2517 (test_paddr_overloaded_functions): Ditto.
2518 (test_paddr_hairy_functions): Use demangler formatting variables.
2519 Add reference to gdb/19 for related tests.
2520 (do_tests): Call probe_demangler.
2521
1de8f023
KB
25222001-01-30 Kevin Buettner <kevinb@redhat.com>
2523
2524 * gdb.c++/templates.cc (printf): Remove unused function definition.
2525
ca3f91ed
MS
25262001-01-26 Felix Lee <flee@redhat.com>
2527
2528 * sid.exp (sid_exit): Pass host, not target, to remote_close.
2529
25302001-01-25 matthew green <mrg@redhat.com>
2531
2532 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
2533 up sid.
2534 (sid_exit): Call `remote_pop_conn' after GDB is gone.
2535
25362001-01-25 matthew green <mrg@redhat.com>
2537
2538 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
2539 Deprecate $sid_spawn_id.
2540 (sid_exit): Remove code necessary only for `spawn.'
2541
25422001-01-25 matthew green <mrg@redhat.com>
2543
2544 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2545
fb18ec4a
MC
25462001-01-28 Michael Chastain <chastain@redhat.com>
2547
2548 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
2549 to call when tests fail. It takes gdb out of the overloaded
2550 function choice menu back to the main prompt, so that the test
2551 program stays synchronized.
2552 (set_bp_overloaded): New proc to collect all the common
2553 code for setting a breakpoint on an overloaded name. Calls
2554 take_gdb_out_of_choice_menu when needed.
2555 (menu_overload1arg): New variable to collect the repeated
2556 instances of the expected menu for an overloaded name. Change
2557 the regular expression to handle changes in g++ type encoding:
2558 "void" can be either "void" or "", and "unsigned int" can be
2559 either "unsigned int" or "unsigned".
2560 (continue_to_bp_overloaded): Change regular expressions to handle
2561 changes in g++ type encoding.
2562 (no proc): Call take_gdb_out_of_choice_menu when needed.
2563 Remove redundant calls to "info break". Accept either "canceled"
2564 or "cancelled". Change regular expressions in "info break"
2565 calls to handle changes in g++ type encoding. Give all tests
2566 unique strings.
2567
9c646a6e
BE
25682001-01-17 Ben Elliston <bje@redhat.com>
2569
2570 * config/sid.exp: New file.
2571
9549d9c1
AC
2572Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
2573
2574 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
2575
dc96c6c7 25762000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
2577
2578 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
2579 Add a RE to accept a non-ascii char if one is ever presented.
2580
b4df4f68
FN
25812000-12-20 Fernando Nasser <fnasser@redhat.com>
2582
297dd0fd 2583 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 2584
dc96c6c7 25852000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
2586
2587 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
2588 in regexp. One '\' does not suffice on Linux.
2589
4a7bddb6
MC
25902000-12-09 Michael Chastain <chastain@redhat.com>
2591
2592 * gdb.base/break.exp (test_clear_command): Use a marker function
2593 rather than 'main' for the test function. Also move this
2594 test to an execution point where the marker function names are
2595 guaranteed to be bound to functions. (Executing tests after a
2596 'finish' from main runs into name conflicts with local names
2597 in __libc_start_main).
2598
dc96c6c7 25992000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
2600
2601 * gdb.base/finish.exp: New test for gdb's "finish" command.
2602 * gdb.base/return2.exp: New test for gdb's "return" command.
2603 * gdb.base/return2.c: New source file for above.
2604
dc96c6c7 26052000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
2606
2607 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
2608 * gdb.base/miscexprs.exp: Ditto.
2609 * gdb.base/pointers.exp: Ditto.
2610 * gdb.c++/derivation.exp: Ditto.
2611 * gdb.c++/local.exp: Ditto.
2612 * gdb.c++/namespace.exp: Ditto.
2613 * gdb.c++/overload.exp: Ditto.
2614 * gdb.c++/ref-types.exp: Ditto.
2615
dc96c6c7 26162000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
2617
2618 * gdb.base/constvars.exp: Test result of "up" command.
2619 * gdb.base/miscexprs.exp: Ditto.
2620 * gdb.base/pointers.exp: Ditto.
2621 * gdb.base/scope.exp: Ditto.
2622 * gdb.c++/derivation.exp: Ditto.
2623 * gdb.c++/local.exp: Ditto.
2624 * gdb.c++/namespace.exp: Ditto.
2625 * gdb.c++/overload.exp: Ditto.
2626 * gdb.c++/ref-types.exp: Ditto.
2627
44097287
FN
26282000-11-22 Michael Chastain <chastain@redhat.com>
2629
2630 * mips_pro.exp: Accept either "middle -> top -> main" or
2631 "middle -> main" in the backtrace, because gcc can optimize
2632 tail calls to jumps. Remove setup_xfail for the hppa case.
2633 Add a comment with the original warning messages from PR 3016,
2634 which was filed in 1993, to preserve them for posterity.
2635
9d2e1bab
ND
26362000-11-17 Nick Duffek <nsd@redhat.com>
2637
2638 * lib/gdb.exp (gdb_test): Override timeout with board info.
2639
1aca8eb7
ND
26402000-11-17 Nick Duffek <nsd@redhat.com>
2641
2642 * gdb.base/display.exp: Don't kill running stub. Add "again" to
2643 the second kill and detach messages.
2644
93076499
ND
26452000-11-17 Nick Duffek <nsd@redhat.com>
2646
2647 * configure.in: Add AC_EXEEXT.
2648 * configure: Regenerate.
2649 * Makefile.in (just-check): Export EXEEXT.
2650 * lib/gdb.exp ($EXEEXT): Import from environment.
2651 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
2652 expect "maint dump-me" on Cygwin.
2653 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
2654 $EXEEXT.
2655
30e87cd3
ND
26562000-11-17 Nick Duffek <nsd@redhat.com>
2657
2658 * gdb.base/break.exp: Test backtrace and finish from called
2659 function on all platforms, not just HP-UX.
2660
dc96c6c7 26612000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
2662
2663 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
2664 code from gdb_target_monitor, so it can be used independantly
2665 for gdbserver. Also comment out an unnecessary PUTS.
2666
dc96c6c7 26672000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
2668
2669 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
2670 * gdb.base/corefile.exp: Expect the message "Program is being
2671 debugged already" when we send the "corefile" command, since
2672 the preceeding gdb_load may have connected gdb to a remote target.
2673 * gdb.base/display.exp: Disable hardware watchpoints if new
2674 board info variable "no_hardware_watchpoints" is true.
2675 Replace single-letter commands with more readable ones.
2676 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
2677 if new board info variable "no_hardware_watchpoints" is true.
2678 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
2679 to see if stdio (printf) testing is possible.
2680 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
2681 board info variable "no_hardware_watchpoints" is true. Use new
2682 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
2683
39124dea
FN
26842000-11-13 Fernando Nasser <fnasser@redhat.com>
2685
2686 From Orjan Friberg <orjanf@axis.com>:
2687 * gdb.base/printcmds.exp: Escape curly braces followed by a number
2688 in array print pattern match.
2689
a9e2e984
FN
26902000-11-09 Fernando Nasser <fnasser@redhat.com>
2691
2692 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
2693 spelling "cancelled" to U.S. spelling "canceled" to match changes
2694 made to gdb.
2695 * gdb.c++/ovldbreak.exp: Ditto.
2696
c7db355b
PS
26972000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2698
2699 * gdb.base/callfuncs.c (main): Moved to end of file, call
2700 t_double_values to initialize the FPU before inferior calls are made.
2701 * gdb.base/callfuncs.exp: Test for register preservation after calling
2702 inferior functions. Add tests for continuining, finishing and
2703 returning from a stop in a call dummy.
2704
dc96c6c7 27052000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
2706
2707 * gdb.base/commands.exp: Break up long lines, and re-indent.
2708
dc96c6c7 27092000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
2710
2711 * config/gdbserver.exp: Rewritten from the ground up, to make it
2712 compatible with the current dejagnu tree, and to make it work with
2713 the new "gdbserver" in libremote.
2714
dc96c6c7 27152000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2716
2717 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
2718 * gdb.base/varargs.exp: Skip entire test if no printf support.
2719 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
2720 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
2721
dc96c6c7 27222000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
2723
2724 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
2725 no floating point support.
2726 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
2727 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
2728 * gdb.base/call-rt-st.exp: Ditto.
2729 * gdb.base/call-strs.exp: Ditto.
2730
bac5fc66
JG
27312000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
2732
2733 * gdb.base/sizeof.c: include <stdio.h>.
2734
2735 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
2736 'finish', otherwise uncaptured gdb_prompt would potentially
2737 throw remaining test points out of sync.
2738
b22a6027
SB
27392000-07-26 Scott Bambrough <scottb@netwinder.org>
2740
2741 * gdb.base/recurse.exp: Run tests for all targets.
2742 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
2743 gnu-oldld case on ARM.
2744 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
2745 for ARM targets.
2746
d8231941
AG
2747Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
2748
2749 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
2750 * gdb.java/configure: Rebuild.
2751
8caabe69
AG
2752Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
2753
2754 * gdb.java/jv-exp.exp: New file.
2755
9d273ca3
AG
2756Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
2757
2758 * configure: Rebuilt.
2759 * configure.in (configdirs): Add gdb.java.
2760 * gdb.java/jmisc.java: New file.
2761 * gdb.java/jmisc.exp: New file.
2762 * gdb.java/Makefile.in: New file.
2763 * gdb.java/configure: Rebuilt.
2764 * gdb.java/configure.in: New file.
2765 * lib/java.exp: New file.
2766
4f823a66
AC
2767Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
2768
2769 * gdb.base/exprs.exp: Test casts to a pointer including over and
2770 underflow.
2771
2391e11d
AC
2772Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
2773
2774 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
2775 and the compilers sizes.
2776
54602222
ND
27772000-07-09 Nick Duffek <nsd@redhat.com>
2778
2779 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
2780 (use_methods): New function.
2781 (main): Call use_methods().
2782 * gdb.c++/classes.exp (test_method_param_class): New procedure.
2783 (do_tests): Call test_method_param_class.
2784
2bec0572
ND
27852000-07-09 Nick Duffek <nsd@redhat.com>
2786
2787 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
2788 spelling.
2789 (test_enums): New procedure. Move enum tests from end of script
2790 to here. Set breakpoint on function name instead of line number.
2791 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
2792 (enums2): New marker function.
2793 (enums1): New function.
2794 (main): Call enums1(). Move enum tests to enums1().
2795
78492fde
AC
2796Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
2797
2798 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
2799 compile/link program. Update line numbers.
2800 * gdb.asm/d10v.inc: Define ``startup''.
2801 * gdb.asm/asmsrc1.s: Add definition of _start.
2802
49a2cef8
AC
2803Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
2804
2805 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
2806
3e6c8688
EZ
28072000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2808
2809 * gdb.base/maint.exp: Add 'maint print architecture' item to output
2810 of 'help maint print' command.
2811
9ff5cbe9
AC
2812Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
2813
2814 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
2815 they use gdb_expect_list.
2816
17c579bd
AC
2817Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
2818
2819 * gdb.base/commands.exp: Use ``set remote
2820 memory-read-packet-size'' instead of ``set endian big'' to test
2821 long commands.
2822
e6d71bf3
DB
28232000-06-03 Daniel Berlin <dan@cgsoftware.com>
2824
2825 * gdb.c++/templates.exp (do_tests): Make all of these work under
2826 g++, and stop skipping them.
2827
2828 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
2829 work under g++.
2830
e5f9ba7b
MS
2831 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
2832 initialization.
2833
dc96c6c7 28342000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
2835
2836 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
2837 the regular expression: accept an (almost) arbitrary sequence of
2838 "frames-invalid" and "breakpoints-invalid" messages both before
2839 and after the "starting" message.
2840
dc96c6c7 28412000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
2842
2843 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 2844
dc96c6c7 28452000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
2846
2847 * gdb.base/annota1.exp (annotate-signal-handler-caller):
2848 Relax the regular expression a little, make it pass on Solaris 8.
2849
8216cda9
KB
28502000-05-12 Kevin Buettner <kevinb@redhat.com>
2851
2852 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
2853 a call, do not require that gdb stop on the line after the call.
2854 Instead, it is permissible for gdb to stop on the line of the
2855 call itself.
2856
1a570b2f
MS
28572000-05-12 Michael Snyder <msnyder@.cygnus.com>
2858
2859 * gdb.base/break.exp (bp on small function, optimized file):
2860 Add a second pass pattern. The behavior differs here between stabs
2861 and dwarf for one-line functions. Stabs preserves two line symbols
2862 (one before the prologue and one after) with the same line number,
2863 but dwarf regards these as duplicates and discards one of them.
2864 Therefore the address after the prologue (where the breakpoint is)
2865 has no exactly matching line symbol, and GDB reports the breakpoint
2866 as if it were in the middle of a line rather than at the beginning.
2867
dc96c6c7 28682000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
2869
2870 * gdb.base/interrupt.exp: Make "pass" message say "send"
2871 rather than "send_gdb" (for consistancy).
2872
7d418785
AC
2873Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
2874
2875 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
2876 * gdb.c++/templates.cc: Properly check for GCC version number.
2877 * lib/compiler.cc: Likewise
2878
dc96c6c7 28792000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
2880
2881 * gdb.base/break.exp: When compiled with -O2 optimization,
2882 gdb may not stop at the first line of main, due to code motion.
2883
dc96c6c7 28842000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
2885
2886 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
2887 This test depends on parsing the printf output from the target.
2888 Since the sparclet stub doesn't do stdio, this will never work.
2889 * gdb.base/call-rt-st.exp: ditto.
2890 * gdb.base/call-strs: ditto.
2891
dc96c6c7 28922000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
2893
2894 * gdb.base/miscexprs.exp: make sizeof long array test portable.
2895
2896 * gdb.base/ending-run.exp: After connecting to a remote target,
2897 but before running, the target will appear to be in a random
2898 location. Specify both a file and a line for breakpoints.
2899 Also, the function that calls main may be called 'init'
2900 rather than 'start'.
2901
a5a51225
EZ
29022000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2903
2904 * gdb.base/help.exp: Update output for add-symbol-file command.
2905
7930cc7c
FN
29062000-04-10 Fernando Nasser <fnasser@cygnus.com>
2907
2908 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2909 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
2910
23e37ab1
C
29112000-04-07 J.T. Conklin <jtc@redback.com>
2912
e93c542c
C
2913 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
2914
23e37ab1
C
2915 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
2916
591b8fa3
PDM
2917Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
2918
2919 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
2920 values that can be represented exactly.
2921 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
2922 above change, and to not check against the directory part of the source
2923 file name.
2924 (step into print_long_arg_list): Likewise.
2925 (print print_small_structs from print_long_arg_list): Likewise.
2926 (print print_long_arg_list): Likewise.
2927
7a495180
EZ
29282000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2929
30b53638 2930 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 2931
beb998c6
AC
2932Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
2933
2934 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
2935
1c689132
DB
29362000-03-25 Daniel Berlin <dan@cgsoftware.com>
2937
2938 * gdb.base/commands.exp (deprecated_command_test): Add test for
2939 deprecate with no arguments.
2940
c1790a9d
JL
29412000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
2942
2943 * gdb.base/break.exp: Add new test for setting breakpoints on
2944 optimized code so we can test breakpoints work even when function
2945 prologues may be optimized away
2946
003ba290
FN
29472000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2948
2949 From David Whedon <dwhedon@gordian.com>
2950 * gdb.base/commands.exp : Added command deprecator tests.
2951
6837a0a2
DB
29522000-03-22 Daniel Berlin <dan@cgsoftware.com>
2953
2954 * gdb.base/help.exp: Added test for new apropos command.
2955
b9593231
KB
29562000-03-21 Kevin Buettner <kevinb@redhat.com>
2957
2958 * gdb.base/pointers.c (usevar): New function.
2959 (main): Make sure that global variables v_int_pointer2, rptr,
2960 and y are all referenced someplace in the program by calling
2961 usevar() on them. [Some linkers delete symbols which are
2962 never referenced. The space remains, but there's no way to
2963 get a (symbolic) handle on the variable from the debugger.]
2964
751a959b
EZ
29652000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2966
2967 * gdb.base/printcmds.c: Add typedeffed arrays.
2968
2969 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
2970 procedure to test arrays that are typedef'd.
2971
73a93a32
JI
29722000-03-13 James Ingham <jingham@leda.cygnus.com>
2973
2974 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 2975 the library directories.
73a93a32 2976
fb40c209
AC
2977Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
2978
2979 * configure.in (configdirs): Add sub directory gdb.mi.
2980 * configure: Re-generate.
2981
2982 * gdb.mi: New directory.
beb998c6 2983
ee4dd2c9
AC
29842000-02-25 Scott Bambrough <scottb@netwinder.org>
2985
2986 * gdb.base/long_long.exp: Correct test suite failure when printing
2987 a long long value as a double on ARM platforms.
2988
70f0cc22
JB
29892000-02-16 Jim Blandy <jimb@redhat.com>
2990
2991 * gdb.base/break.exp ("breakpoint line number"): Make sure the
2992 default source file is set properly before running this test.
2993
853819b8
EZ
29942000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2995
2996 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
2997 gdbtk/library directory, not in gdbtcl2.
2998
dfcd3bfb
JM
29992000-02-04 Jim Blandy <jimb@redhat.com>
3000
3001 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
3002 backslash from regexp pattern.
3003
3004 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
3005 procedure. Use it to run all the "continue to bp overloaded"
3006 tests. Note that this changes the names of the tests slightly.
3007 If the breakpoint hit message includes a hex PC value, because
3008 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
3009 from the real source code, still consider that a pass.
3010
3011 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
3012 XFAIL here if the breakpoint message contains a hex address. Note
3013 similar change on 1999-11-02.
3014
3015 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
3016
3017 * gdb.base/ptype.exp: Establish a default source file before
3018 calling get_debug_format.
3019
30202000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
3021
3022 * gdb.base/watchpoint.exp: Remove duplication of test messages.
3023
8b93c638
JM
30242000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3025
3026 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
3027 of successive stepi commands -- while in the prologue we should see
3028 the function entry bracket.
3029
30302000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3031
3032 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
3033 reach __change_mode() when stepping through the end of main().
3034
c5394b80
JM
30352000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
3036
3037 * gdb.base/default.exp: Fix expected pattern.
3038 * gdb.base/help.exp: Same.
3039
0d06e24b
JM
30402000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3041
3042 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
3043 Don't use xfail's because that affects only the following test.
beb998c6 3044
0d06e24b
JM
3045 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
3046 solaris or linux.
3047
3048 * gdb.base/selftest.exp: Update to reflect changes to main.c.
3049
dc96c6c7 30502000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 3051
beb998c6 3052 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
3053 "A syntax error" rather than "A parse error". Accept both.
3054
30552000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
3056
3057 * gdb.base/default.exp: Remove OS dependent string from "target
3058 remote" test.
3059 * gdb.base/help.exp: Same for "help target remote" test.
3060
c3f6f71d
JM
30612000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3062
3063 From Jim Kingdon <kingdon@redhat.com>:
3064
3065 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
3066 prompt (cleanup rather than necessity, but still might keep output
3067 from spilling to next test).
3068
30692000-01-02 Fred Fish <fnf@cygnus.com>
3070
3071 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
3072 AIX, which defines them in <sys/types.h>.
3073
ed9a39eb 30741999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 3075
ed9a39eb
JM
3076 * gdb.base/default.exp: Match arm* etc instead of arm in "info
3077 float" test.
3078
30791999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 3080
ed9a39eb 3081 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
3082
3083 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
3084 outermost frame disallowed".
3085
30861999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
3087
3088 * gdb.base/setvar.exp: New tests for setting the value of a struct
3089 with a constant list.
3090
30911999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3092
3093 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
3094 require the user to type a cast before setting the value of a struct.
3095
de57eccd
JM
30961999-12-06 Jim Blandy <jimb@cygnus.com>
3097
3098 * gdb.base/default.exp: Expect the new 'info float' command on
3099 all i386 platforms.
3100
3101 * gdb.threads/linux-dp.exp: Expand our ability to recognize
3102 LinuxThreads libraries that don't support debugging.
3103
c2d11a7d
JM
3104Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3105
3106 * gdb.base/remote.c: Fill the buffer with truely random data.
3107 Change the buffer type to ``unsigned char'' to simplify size
3108 arithmetic.
3109
3110 * gdb.base/remote.exp: Reduce download numbers by one. Typical
3111 stub only handles 400-1 byte packets. Verify that the download
3112 worked.
3113
31141999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
3115
3116 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
3117 tests, using UNRESOLVED for the untested cases. Also, does not wait
3118 for a timeout if the prompt was received before a recognizable pattern.
3119
31201999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
3121
3122 * lib/gdb.exp (gdb_expect_list): Fix spelling.
3123
31241999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3125
3126 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
3127 watchpoints.
3128
31291999-11-24 Jason Merrill <jason@casey.cygnus.com>
3130
3131 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
3132
3133 * gdb.c++/local.exp: Be more flexible in recognizing local class
3134 name mangling. Don't allow horribly truncated method names.
3135 * gdb.c++/derivation.exp: Expect protected inheritance.
3136 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
3137 * gdb.c++/virtfunc.exp: Likewise.
3138 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
3139 when printing a nested enum.
3140
31411999-11-22 Jim Blandy <jimb@cygnus.com>
3142
3143 * gdb.base/step-test.exp: Properly await GDB's response to setting
3144 a breakpoint on the call to large_struct_by_value.
3145
3146 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
3147 just because we have debug info for the `start' function.
3148
31491999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
3150
3151 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
3152 "Unknown signal" messages, which indicate (on LinuxThreads) that
3153 GDB doesn't know how to debug threads on this system. This is
3154 better than hanging while philosopher 0 dumps chatter into gdb.log.
3155
31561999-11-18 Tom Tromey <tromey@cygnus.com>
3157
3158 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
3159
31601999-11-18 Fred Fish <fnf@cygnus.com>
3161
3162 * gdb.base/coremaker2.c: Add sample program for generating
3163 cores that is more self contained than coremaker.c. Eventually
3164 I'll add more code to this and tie it into the testsuite.
3165
4ce44c66
JM
31661999-11-12 Stan Shebs <shebs@andros.cygnus.com>
3167
3168 * gdb.base/dollar.exp: Remove, now in gdb.hp.
3169
31701999-11-10 Jimmy Guo <guo@cup.hp.com>
3171
3172 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
3173 from $srcdir/lib/.
3174 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
3175 and gdb.c++/.
3176
3177 * gdb.c++/derivation.exp: remove redundant get compiler info code.
3178
beb998c6 3179 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
3180 'continue with watch' test point.
3181
31821999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
3183
3184 Merged from p2linux-990323-branch:
beb998c6 3185
4ce44c66
JM
3186 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
3187
11cf8741
JM
3188Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
3189
3190 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
3191 {limit,fixed}''. Test ``set download-write-size''.
3192
3193Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
3194
3195 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
3196 gdb_expect_list.
3197
3198Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
3199
3200 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
3201
32021999-11-03 Mark Salter <msalter@cygnus.com>
3203
3204 * gdb.base/break.exp: Fix "stub continue" pattern.
3205
32061999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
3207
3208 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
3209
32101999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
3211
3212 * gdb.base/display.exp ("finish"): Add timeout clause.
3213
3214 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
3215 plain prompt clause, so this doesn't have to time out in order to
3216 fail.
3217
3218 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
3219 breakpoint hit messages include an address.
3220
3221 * gdb.base/display.exp: Don't forget to escape parens in regular
3222 expressions. Unix regexp notatation sucks.
3223
32241999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3225
3226 * gdb.base/annota1.exp: Test for annotate-signalled: change output
3227 order for 'signalled' message.
3228
5c44784c
JM
32291999-11-01 Stan Shebs <shebs@andros.cygnus.com>
3230
3231 From Jimmy Guo <guo@cup.hp.com>:
3232 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
3233 * gdb.base/annota1.c: Add code for tests to work with.
3234
32351999-10-26 Frank Ch. Eigler <fche@cygnus.com>
3236
3237 * gdb.base/remote.exp: New test for remote downloading settings.
3238 * gdb.base/remote.c: New file with large .data.
3239
917317f4
JM
32401999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
3241
3242 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
3243 for LinuxThreads support, merged from the Code Fusion branch.
3244
3245Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
3246
3247 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
3248 containing exp_continue into a while within an expect. Don't
3249 attempt a start more than three times. Check return value from
3250 gdb_load.
beb998c6 3251
2df3850c
JM
3252Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
3253
3254 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
3255 a pass case.
3256
2acceee2
JM
32571999-10-01 Kevin Buettner <kevinb@cygnus.com>
3258
3259 * gdb.base/break.c (main): Added a statement that we can step
3260 off of.
3261 * gdb.base/break.exp: Added tests for setting a breakpoint
3262 at an offset and stepping onto a breakpoint.
3263
32641999-10-01 Fred Fish <fnf@cygnus.com>
3265
beb998c6 3266 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
3267 gdb output.
3268
c2c6d25f
JM
32691999-09-18 Jim Blandy <jimb@cris.red-bean.com>
3270
3271 * gdb.base/break.exp: Code locations are in hex, don't forget!
3272 (For HP-UX.)
3273
32741999-09-17 Stan Shebs <shebs@andros.cygnus.com>
3275
3276 * condbreak.exp: Use break.c as test program.
3277 * condbreak.c: Remove, redundant with break.c.
3278
32791999-09-15 Stan Shebs <shebs@andros.cygnus.com>
3280
3281 * config/monitor.exp (gdb_target_monitor): Disable X- and
3282 Z-packets if the target needs it.
3283
32841999-09-13 James Ingham <jingham@leda.cygnus.com>
3285
3286 * gdb.c++/overload.exp: Added tests for listing overloaded
3287 functions with function pointers in the arg, explicitly calling
3288 out the version you want.
3289
cff3e48b
JM
32901999-09-09 Stan Shebs <shebs@andros.cygnus.com>
3291
3292 * long_long.exp: Add variations of test cases that work for
3293 targets with 16-bit ints and 32-bit doubles.
3294
d4f3574e
SS
32951999-09-08 Stan Shebs <shebs@andros.cygnus.com>
3296
3297 * break.c (main): Compare a possibly-uninitialized argc with an
3298 unlikely value that fits in 16 bits.
3299
33001999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3301
3302 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
3303 0xfeeb, don't want negative numbers if ints are 16 bits.
3304
3305 * lib/gdb.exp (skip_cplus_tests): New proc.
3306 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3307 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
3308 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
3309 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
3310 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
3311 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
3312 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
3313 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
3314
3315 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
3316
3317Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
3318
3319 * gdb.base/corefile.exp (up): Allow a parameter to appear
3320 in the frame that we're going up to.
3321
3322 From Jim Blandy <jimb@cygnus.com>:
3323
3324 * gdb.base/default.exp (info float): Expect some output now.
3325
3326 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
3327 returning floating-point values to fail on the x86.
3328 * gdb.base/callfwmall.exp (do_function_calls): Same.
3329
3330 * gdb.base/list.exp (test_listsize): Correct expectations for
3331 listing line 1 with listsize 2. Also, listing a single line
3332 works now, as does listing three lines. [Kevin's note: There
3333 were a number of other cases fixed too where the expectations
3334 differed...]
3335
33361999-09-02 Stan Shebs <shebs@andros.cygnus.com>
3337
3338 * gdb.base/selftest.exp: Add case for when version prints as
3339 constant string instead of char pointer.
3340
104c1213
JM
33411999-08-25 Stan Shebs <shebs@andros.cygnus.com>
3342
3343 * gdb.base/ending-run.exp: Add Solaris case for what happens when
3344 stepping out of main.
3345
3346 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
3347 G++ used.
3348
3349 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
3350 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
3351
3352 * gdb.c++/ovldbreak.exp: Update match string in test that
3353 includes a warning of multiple breakpoints.
3354
33551999-08-24 Stan Shebs <shebs@andros.cygnus.com>
3356
3357 * gdb.base/display.exp: Improve precision of step-after-finish
3358 added yesterday.
3359
3360 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
3361 test.
3362
3363 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
3364 configs when using G++, not just hppa*.
3365
33661999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3367
3368 * gdb.base/async.c: New file.
3369 * gdb.base/async.exp: New file.
3370
3371Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
3372
3373 * gdb.base/break.exp: Tweak PA specific tests to properly handle
3374 PA64.
3375
53a5351d
JM
3376Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
3377
104c1213
JM
3378 * gdb.base/display.exp: "finish" can leave us mid-line on many
3379 targets, deal with it. Add a small constant to main, instead of
3380 1000 since main+1000 may not be a valid address in the target.
3381
53a5351d
JM
3382 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
3383 on hpux11.
3384
3385 * gdb.base/attach.exp: Handle another hpux11 error message variant
3386 when attaching to a process that does not exist.
3387
33881999-08-19 J.T. Conklin <jtc@redback.com>
3389
3390 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
3391 characters in 'continue to 1241' test.
3392
33931999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3394
3395 * gdb.base/call-ar-st.exp: Add a shorter match case for the
3396 stop in print_long_arg_list, define and use a whitespace
3397 variable in print_small_structs test, add an XFAIL for Solaris.
3398 * gdb.base/dbx.exp: XFAIL func commands until somebody is
3399 interested enough to fix.
3400
7be570e7
JM
34011999-08-13 Keith Seitz <keiths@cygnus.com>
3402
3403 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
3404 (dbx_gdb_load): Remove. Use gdb_load instead, since that
3405 proc knows about targets other than the natives.
3406 (test_assign): Use "gdb_run_cmd" to "run" the target.
3407 Check that we've actually hit the breakpoint at main.
3408 When we attempt to assign a value to a local variable, check
3409 that the variable is in the current scope, i.e., don't use
3410 a test with an empty result.
3411
3412Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
3413
3414 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
3415 command.
3416
34171999-08-09 Stan Shebs <shebs@andros.cygnus.com>
3418
3419 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3420 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
3421 gdb.compat, gdb.threads-hp.
3422 gdb.hp/configure, gdb.hp/configure.in: New files.
3423 gdb.hp/Makefile.in: Recurse into new subdirs.
3424 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
3425 gdb.hp/gdb.objdbg: New directory, tests for debugging info
3426 in object files.
3427 gdb.hp/tools: New directory, aux tools for HP-specific tests.
3428
96baa820
JM
34291999-08-05 Stan Shebs <shebs@andros.cygnus.com>
3430
3431 * gdb.base/display.exp: Help expect by putting a newline in the
3432 funky printf, remove a bogus p/a test.
3433
34341999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3435
3436 * gdb.base/display.exp: Make sure that when we say 'run', we are
3437 connected to the target. This is necessary when running not
3438 natively.
3439
34401999-08-03 Stan Shebs <shebs@andros.cygnus.com>
3441
3442 * gdb.base/step-test.exp: Removed some extraneous messages.
3443
3444 * gdb.base/long_long.exp: Don't run memory examination tests
3445 on little-endian targets (they will need a different set of
3446 results to match).
3447
34481999-08-02 Stan Shebs <shebs@andros.cygnus.com>
3449
3450 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
3451 until somebody decides to fix GDB.
3452
3453 * gdb.base/long_long.c: Stop compiler complaint by specifying long
3454 constant as "ULL".
3455 * gdb.base/long_long.exp: Loosen x/c test, add partial result
3456 matches for a couple x/2 commands.
3457
a0b3c4fd
JM
34581999-07-30 Stan Shebs <shebs@andros.cygnus.com>
3459
3460 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
3461 by merging in ref-types2 tests.
3462 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
3463
3464 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3465 * gdb.c++/Makefile.in: Add standard actions.
3466 (EXECUTABLES): Rename from PROGS, update list.
3467 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
3468 from gdb.hp.
3469 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
3470 foo and bar locals.
3471 * gdb.c++/anon-union.exp: Fix tests to match.
3472 * gdb.c++/classes.exp: Run if HP compiler used, add extra
3473 expect matches to handle output variations.
3474 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
3475 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
3476 output, add HP alternatives for new and delete prints.
3477 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
3478 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
3479 * gdb.c++/demangle.exp: Use $style when reporting failure.
3480 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
3481 * gdb.c++/inherit.exp: Run if HP compiler used, add some
3482 match alternatives.
3483 * gdb.c++/local.exp: Add match alternatives or xfails for HP
3484 compilers.
3485 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
3486 * gdb.c++/method.exp: Add match alternatives.
3487 * gdb.c++/misc.cc: Add bool types.
3488 * gdb.c++/misc.exp: Add tests for bool types.
3489 * gdb.c++/overload.exp: Add xfails.
3490 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
3491 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
3492 add some more template parameter tests (only for HP currently).
3493 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
3494 * gdb.c++/virtfunc.cc: Add return type and value for main.
3495 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
3496 match alternatives.
beb998c6 3497
a0b3c4fd
JM
34981999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3499
3500 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
3501
35021999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
3503
3504 * gdb.base/signals.exp: Don't expect getting a backtrace from
3505 within a signal handler to fail on Linux.
3506
35071999-07-29 Stan Shebs <shebs@andros.cygnus.com>
3508
3509 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3510 * lib/gdb.exp: Remove some gratuitious semicolons.
3511 (delete_breakpoints): Increase timeout.
3512 (gdb_expect): Add -notransfer option.
3513 (gdb_test): Use -notransfer option.
3514 (get_compiler_info): Add f77 case.
3515 (get_compiler): New proc, split out from gdb_preprocess, add f77
3516 case.
3517 (gdb_preprocess): Call get_compiler.
3518
3519 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3520 * gdb.base/attach.exp, gdb.base/display.exp,
3521 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3522 gdb.base/long_long.exp, gdb.base/printcmds.exp,
3523 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3524 third arg to gdb_test.
3525 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3526 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
3527 HP-UX xfails, add others.
3528 * gdb.base/completion.exp: Reflect name change of self-test.
3529 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
3530 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
3531 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
3532 HP failure number.
3533 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
3534 useless HP-UX 10.30 references.
3535 * gdb.base/maint.exp: Loosen matches.
3536 * gdb.base/pointers.c (main): Declare more_code.
3537 * gdb.base/pointers.exp: Match on output of a `next'.
3538 * gdb.base/structs.c: Add prototypes.
3539 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
3540 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
3541
35421999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3543
3544 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
3545 command.
3546
35471999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3548
3549 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
3550 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
3551
3552 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
3553 debug info. Deal with lack of signal hanlder info in stack.
3554
3555 From Jim Kingdon <kingdon@redhat.com>:
3556 * gdb.base/annota1.exp: If printf has debug info, deal with it.
3557
5a2468f5
JM
35581999-07-19 Stan Shebs <shebs@andros.cygnus.com>
3559
3560 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
3561 gdb.base/foll-vfork.exp: Don't run for crosses.
3562
adf40b2e
JM
3563Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3564
3565 * gdb.base/configure.in: Check for gdbvars.exp instead of
3566 a1-selftest.exp.
3567 * gdb.base/configure: Re-generate.
3568
35691999-07-12 Stan Shebs <shebs@andros.cygnus.com>
3570
3571 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
3572 in trying to run first and name is too long.
3573
3574 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
3575 pointers2.c and pointers2.exp, respectively.
3576 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
3577 doschk happier.
3578
43e526b9
JM
35791999-07-08 Stan Shebs <shebs@andros.cygnus.com>
3580
3581 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
3582 callfuncs2.c and callfuncs2.exp.
3583
3584 * gdb.base/list.exp: Remove mistaken xfails.
3585 * gdb.base/list0.h: Add optional prototypes.
3586
9846de1b
JM
3587Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
3588
3589 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
3590 calling malloc.
3591 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
3592 * ptype.exp: Move test for get_debug_format to before its first
3593 use.
3594
35951999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3596
3597 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
3598 * gdb.base/annota2.cc, annota2.exp: Move from here.
3599 * gdb.c++/annota2.cc, annota2.exp: To here.
3600 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
3601
43ff13b4
JM
3602Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3603
3604 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
3605 a consistent format.
3606
085dd6e6
JM
36071999-06-25 Stan Shebs <shebs@andros.cygnus.com>
3608
3609 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3610 * lib/gdb.exp (get_compiler_info): Add detection for assorted
3611 HP compilers, also set the globals $true and $false.
3612
3613 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
3614 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
3615 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
3616 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
3617 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
3618 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
3619 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
3620 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
3621 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
3622 whatis.c} Add C++ compatible function definitions and return
3623 types, add includes for library functions.
3624 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
3625 * gdb.base/step-test.c (myglob): Rename from glob.
3626 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
3627 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
3628 files, move here from gdb.hp.
3629 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
3630 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
3631 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
3632 Adjust line numbers in regexps.
3633
3634 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
3635 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
3636 instead of 0/1.
3637
3638 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
3639 foll-vfork.exp: New files, move here from gdb.hp.
3640 * gdb.base/page.exp: New file, test of pagination command.
3641
3642 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
3643 recursion test.
3644 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
3645
3646 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
3647 gdb.base/solib.exp: Fix compiler invocation process.
3648
3649 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
3650 HP-UX 11, turn off overload resolution explicitly.
3651 * gdb.base/commands.exp: Set argument list explicitly, add
3652 watchpoint test.
3653 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
3654 them work.
3655 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
3656 expressions properly.
3657 * gdb.base/corefile.exp: Loosen the match slightly.
3658 * gdb.base/default.exp: Allow "Error accessing memory" message
3659 also.
3660 * gdb.base/display.exp: Skip over x/0 j if PA64.
3661 * gdb.base/funcargs.exp: Add xfails for HP-UX.
3662 * gdb.base/interrupt.exp: Ditto.
3663 * gdb.base/langs.exp: Add symbolic matches governed by compiler
3664 in use.
3665 * gdb.base/list.exp: Add xfails for HP-UX.
3666 * gdb.base/long_long.exp: Refine some of the numeric matches.
3667 * gdb.base/mips_pro.exp: Xfail on HP-UX.
3668 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
3669 * gdb.base/nodebug.exp: Succeed on more varieties of output.
3670 * gdb.base/opaque.exp: Remove some HP-UX xfails.
3671 * gdb.base/ptype.exp: Succeed on more varieties of output.
3672 * gdb.base/scope.exp: Add xfails for HP-UX.
3673 * gdb.base/sect-cmd.exp: Add more cases.
3674 * gdb.base/setvar.exp: Add xfails for HP-UX.
3675 * gdb.base/shlib-call.exp: Loosen some matches slightly.
3676 * gdb.base/signals.exp: Match on void symbolically.
3677 * gdb.base/step-test.exp: Add case for PA64.
3678 * gdb.base/term.exp: Add exit and restart.
3679 * gdb.base/twice.exp: Clean up after self.
3680 * gdb.base/varargs.exp: Disable overload resolution explicitly.
3681 * gdb.base/whatis.exp: Allow more ways to pass tests.
3682
3683 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
3684 no longer useful.
3685
3686Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
3687
3688 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
3689 list of patterns.
3690 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
3691 print_double_array(double_array)", "continuing to breakpoint
3692 1018", "print print_double_array(array_d)" and "continuing to
3693 1034" tests.
beb998c6 3694
085dd6e6
JM
36951999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3696
3697 * Makefile.in: Add empty html and install-html targets.
3698
36991999-06-24 Stan Shebs <shebs@andros.cygnus.com>
3700
3701 * config/mt-*: Remove, these haven't been used since 1996.
3702
37031999-06-22 Stan Shebs <shebs@andros.cygnus.com>
3704
3705 * gdb.base/call-strs.c, gdb.base/ending-run.c,
3706 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
3707 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
3708
9e0b60a8
JM
37091999-06-18 Stan Shebs <shebs@andros.cygnus.com>
3710
3711 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
3712 simpler match case for the ptype of the big class.
3713
37141999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3715
3716 * gdb.exp: Fix test for gdb_prompt existence.
3717
37181999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3719
3720 * gdb.exp (gdb_test): Add fail after calls to perror.
3721
37221999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3723
3724 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
3725
37261999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3727
3728 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
3729
0f71a2f6
JM
3730Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
3731
3732 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
3733 malloc() is linked in.
3734
37351999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3736
3737 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
3738 step at end.
3739
3740 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
3741
37421999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
3743
3744 * gdb.java/jv-print.exp: New file. (Our first Java test!)
3745
cce74817
JM
3746Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
3747
3748 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
3749 * gdb.base/mips_pro.exp: Likewise.
3750
37511999-06-02 Keith Seitz <keiths@cygnus.com>
3752
3753 * gdb.c++/templates.cc: Change all "new" operators to throw
3754 an exception.
3755 * gdb.c++/cplusfuncs.cc: Likewise.
3756
3757 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
3758
3759Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
3760
3761 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
3762 * gdb.base/ending-run.exp: When stepping out of main, accept a
3763 step into an arbitrary assembler file.
3764
392a587b
JM
37651999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3766
beb998c6 3767 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 3768 "breakpoint-invalid" to be printed.
beb998c6 3769 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
3770 number of "frames-invalid" and "breakpoint-invalid" to be printed.
3771 * gdb.base/annota2.cc: Initialize a.x to 0.
3772
9e086581
JM
37731999-05-17 Keith Seitz <keiths@cygnus.com>
3774
3775 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
3776 when "skip_float_tests" set.
3777 Ditto for "print print_double_array(array_d)", "print print_small_structs",
3778 "print print_ten_doubles", and "step into print_long_arg_list".
3779 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
3780 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
3781 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
3782 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
3783 "skip_float_tests" is set.
3784 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
3785 when "skip_float_tests" set.
beb998c6 3786
cd0fc7c3
SS
37871999-05-06 Keith Seitz <keiths@cygnus.com>
3788
3789 * gdb.base/annota2.cc: Include stdio.h.
3790
3791Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
3792
3793 * gdb.base/crossload.exp: Remove, this has been disabled ever
3794 since BFD stopped including all targets, and cross-GDB gets
3795 plenty of testing anyway.
3796 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
3797 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
3798 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
3799 * gdb.base/README: Remove, was doc for this.
3800 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
3801 needed.
3802
b83266a0
SS
38031999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3804
3805 * gdb.base/call-ar-st.exp: Fix one regular expression in test
3806 output.
3807
3808 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
3809 * gdb.base/annota2.exp: New file. More annotation tests.
3810 * gdb.base/annota1.c: New file. Source file for annota1.exp.
3811 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
3812
38131999-04-23 Angela Marie Thomas <angela@cygnus.com>
3814
3815 * config/cfdbug.exp: New file.
3816
7a292a7a
SS
38171999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
3818
3819 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
3820 Marcus Daniel's and Dale Hawkins's demangler crashes.
3821
3822 * gdb.c++/demangle.exp (test_gnu_style_demangling,
3823 test_lucid_style_demangling, test_arm_style_demangling,
3824 test_hp_style_demangling): Try Tom Tromey's core-dumping
3825 identifier under each demangling style.
3826
38271999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
3828
3829 * gdb.c++/demangle.exp: Include the current demangling style
3830 in all test names.
3831 (current_demangling_style): New global variable.
3832 (set_demangling_style, test_demangling_core, test_demangling,
3833 test_demangling_exact): New functions.
3834 (test_gnu_style_demangling, test_lucid_style_demangling,
3835 test_arm_style_demangling, test_hp_style_demangling): Use those,
3836 instead of calling gdb_test and gdb_test_exact directly.
3837 (catch_demangling_errors): New function, which reports errors
3838 signalled by the demangling test functions in an orderly way.
3839 (do_tests): Use catch_demangling_errors.
3840
38411999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
3842
3843 * gdb.base/signals.exp (test_handle_all_print): Use () for
3844 grouping in expressions, not {}.
3845
3846 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
3847 initialized yet.
3848
38491999-04-01 Stan Shebs <shebs@andros.cygnus.com>
3850
3851 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
3852 are listed.
3853
38541999-03-26 Stan Shebs <shebs@andros.cygnus.com>
3855
3856 * gdb.stabs/weird.exp: Test for CC being defined before
3857 looking at its value.
3858
38591999-03-25 Stan Shebs <shebs@andros.cygnus.com>
3860
3861 * gdb.base/call-ar-st.exp: Remove stray '#'.
3862 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
3863 "short int" and "long int".
3864 * gdb.c++/overload.cc: Cast the string added in the previous
3865 change, to mollify finicky HP compiler.
3866 * gdb.hp/reg-test.exp (testfile): Fix file name.
3867 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 3868
7a292a7a
SS
3869 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
3870 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
3871 alternate form of enum ptype.
3872
c906108c
SS
38731999-03-23 Stan Shebs <shebs@andros.cygnus.com>
3874
7a292a7a
SS
3875 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
3876 * gdb.hp/*.exp: Change all to run compiler probe only after
3877 passing skip_hp_tests, so as not to waste time on guaranteed
3878 failure.
3879
c906108c
SS
3880 * gdb.c++/overload.cc: Pass string instead of char addr, always
3881 init ccpfoo.
3882 * gdb.c++/templates.cc: Fix syntax error.
3883
7a292a7a
SS
3884Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3885
3886 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 3887 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
3888 command.
3889
38901999-03-18 James Ingham <jingham@cygnus.com>
3891
3892 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
3893
3894 * gdb.c++/method.exp: It was testing an uninitialized int on the
3895 stack and assuming it was positive.
3896
3897 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
3898
3899 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 3900 keep it from killing the rest of the tests.
7a292a7a
SS
3901 Use gdb_continue_to_end.
3902
3903 * gdb.base/sigall.exp: use gdb_continue_to_end.
3904
3905 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
3906
3907 * gdb.base/display.exp: use runto_main, not run.
3908
beb998c6
AC
3909 * gdb.base/default.exp: Check for the current error message in the
3910 r abbreviation test.
7a292a7a
SS
3911 Add strongarm to the targets that know info float.
3912
beb998c6 3913 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
3914 run which doesn't work with monitors.
3915
3916 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
3917
3918 * gdb.base/break.exp: use the gdb_continue_to_end proc.
3919
3920 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
3921 program. Traps the case (in Cygmon) when the program never really
3922 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
3923 more places, so I used my name. Sorry Mark...
3924
3925 * config/monitor.exp (gdb_target_monitor): added another
3926 target_info parameter: remotebinarydownload. This will set the
3927 remotebinarydownload flag if this is causing some boards trouble.
3928
39291999-03-18 Mark Salter <msalter@cygnus.com>
3930
3931 * lib/gdb.exp (continue_to_exit): New function.
3932
3933 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
3934 * gdb.base/ending-run.exp: Ditto.
3935 * gdb.base/step-test.exp: Ditto.
3936
39371999-03-16 Stan Shebs <shebs@andros.cygnus.com>
3938
3939 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
3940 (suggested by Art Haas <ahaas@neosoft.com>).
3941
39421999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
3943
3944 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
3945
3946Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
3947
3948 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
3949 descriptions of types (short unsigned int vs unsigned short, etc).
3950
39511999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
3952
3953 * gdb.base/call-strs.exp: Don't assume that `step' will step over
3954 a call to strlen; sometimes we do have sources.
3955
39561999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
3957
3958 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
3959 character, so GDB won't print garbage after its end.
beb998c6 3960
c906108c
SS
3961 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
3962 breakpoint there instead. Sometimes GCC emits memcpy to handle
3963 the large structures being passed by value, so we step into that
3964 instead of sum_array_print, which obscures what we're really testing.
3965 * gdb.base/step-test.exp: However, we do want a test that notices
3966 the bizarre steps into memcpy, so do that here. Add check for
3967 stepping into function calls that pass large structures by value.
3968 ("Is that a noun clause, or are you just happy to see me?")
3969 Remove all references to specific line numbers.
3970 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
3971 New type and function.
3972 (main): Call large_struct_by_value, passing it a large struct by value.
3973 * lib/gdb.exp (gdb_get_line_number): New function.
3974
3975 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
3976 more portable.
3977
7a292a7a
SS
39781999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
3979
c906108c
SS
3980 * lib/gdb.exp: Doc fixes.
3981
7a292a7a
SS
39821999-03-05 Nick Clifton <nickc@cygnus.com>
3983
beb998c6 3984 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
3985
39861999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
3987
c906108c
SS
3988 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
3989 commands. They're not germane to this test, and they don't work
3990 that way on remote targets.
3991
3fc11d3e
JM
39921999-03-01 James Ingham <jingham@cygnus.com>
3993
3994 * Changelog entries merged over from gdb development branch.
3995
3fc11d3e
JM
3996 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
3997
3998 * lib/gdb.exp (gdbtk_analyze_results): Generic function
3999 for outputting results of test run.
4000
2d4a1622 4001 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
4002
4003 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 4004
7a292a7a
SS
40051999-02-25 Felix Lee <flee@cygnus.com>
4006
4007 * lib/gdb.exp (debug_format): initialize
4008
c906108c
SS
40091999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
4010
4011 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
4012 * gdb.base/call-rt-st.c: Ditto.
4013
c906108c
SS
40141999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
4015
4016 * gdb.threads/pthreads.exp (horiz): New variable.
4017 (test_startup): Fix regexps that capture thread numbers.
4018
40191999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
4020
4021 * gdb.base/smoke.exp: Disambiguate two test case names (both
4022 called ``print'').
4023
4024Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4025
4026 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
4027 compilation.
4028
40291999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4030
4031 * gdb.base/miscexprs.exp: Change patterns to match GDB's
4032 actual output formatting.
4033 * gdb.base/smoke.exp: GDB removes leading 0's.
4034 * gdb.base/volatile.exp: Don't check type of remuneration;
4035 that variable is no longer defined in constvars.c.
4036 * gdb.base/step-test.c (main): Exit with explicit exit code.
4037 * gdb.base/step-test.exp: Remove two nexti checks--they are
4038 not portable.
4039
40401999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4041
4042 * gdb.base/help.exp ("help delete display"): Fix test to match
4043 gdb's output.
4044
4045 * gdb.base/long_long.c (known_types): Initialize values to zero.
4046 * gdb.base/long_long.exp: Step one more line
4047 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 4048 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
4049 unique test case names.
4050
4051Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4052
beb998c6 4053 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
4054
4055 * gdb.c++/method.exp: Add missing close brace.
4056
40571999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
4058
4059 * gdb.base/maint.exp: Use 'set height 0' to disable page
4060 prompting, not 'set height 400'.
4061
4062 Fix a bunch of timeouts.
4063 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
4064 four separate tests, so expect doesn't take forever to match a ton
4065 of text against a regexp with lots of .* forms.
4066 ("maint print psymbols", "maint print symbols"): Make some of
4067 these greps more selective, so that expect doesn't try to wade
4068 through huge piles of output and time out.
4069
4070 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
4071
4072 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
4073 tests: one which doesn't expect shlib events to be reported, and
4074 another which does, but is XFAIL for all platforms other than
4075 HP/UX.
4076
4077 * gdb.base/break.exp: Teach the test suite that the `catch
4078 fork', `catch vfork', and `catch exec' commands produce error
4079 messages on platforms that don't provide these features.
4080
4081Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4082
4083 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
4084 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
4085 (shortening names from solib_threshold.exp etc), won't run on
4086 anything but HP-UX for the foreseeable future.
4087 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
4088 reflect move.
4089
4090Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
4091
4092 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
4093 gdb.trace/Makefile.in (clean): Remove all test executables.
4094
4095Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
4096
4097 * gdb.base/shlib-call.exp: add test cases to verify that gdb
4098 successfully re-sets breakpoints in shared libraries.
4099 * gdb.base/shmain.c (main): return 0, don't fall off the end.
4100
4101Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4102
beb998c6
AC
4103 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
4104 and compiled w/o GCC.
c906108c
SS
4105
4106 * gdb.hp/watch-cmd.exp: ditto.
4107
4108 * gdb.hp/watch-hp.exp: ditto.
4109
4110 * gdb.hp/xdb1.exp: ditto.
4111
4112 * gdb.hp/xdb2.exp: ditto.
4113
4114 * gdb.hp/dbx.exp: ditto.
4115
4116Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
4117
4118 * constvars.c: Remove C++-isms.
4119 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
4120 with GCC.
4121
4122Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
4123
4124 The following changes are part of the HP merge.
4125
4126 * gdb.base/break.exp: new tests to verify that catchpoints for
4127 fork, vfork, and exec don't trigger inappropriately.
4128
4129 * gdb.base/opaque.exp: compile one file at a time, then link.
4130
4131 * gdb.base/signals.exp: be more restrictive about which hppa
4132 systems receive a setup_xfail. new tests.
4133
4134 * gdb.base/solib_threshold.build: new file.
4135 * gdb.base/solib_threshold.exp: new file.
4136 * gdb.base/solib_threshold.link_opts: new file.
4137 * gdb.base/solib_threshold.mk: new file.
4138 * gdb.base/gen_solib_threshold.c: new file.
4139
4140 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
4141 tests. New tests for enums inside classes.
4142
4143 * gdb.c++/compiler.cc: indicate support of template debugging.
4144
4145 * gdb.c++/demangle.exp: run hp style demangling tests.
4146
4147 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
4148 tests.
4149
4150 * gdb.c++/misc.cc: changes to support new tests.
4151
4152 * gdb.c++/templates.cc: changes to support HP's compiler; changes
4153 to support new tests.
4154
4155 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
4156 gcc, then skip these tests.
4157
4158Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
4159
4160 The following files are part of the HP merge; some had longer
4161 names at HP, but have been renamed to be no more than 14
4162 characters in length.
4163
4164 * gdb.hp/ambiguous.cc: new file.
4165 * gdb.hp/ambiguous.exp: new file.
4166 * gdb.hp/attach.exp: new file.
4167 * gdb.hp/attach2.exp: new file.
4168 * gdb.hp/classes-hp.exp: new file.
4169 * gdb.hp/ctti.exp: new file.
4170 * gdb.hp/ctti-add.cc: new file.
4171 * gdb.hp/ctti-add1.cc: new file.
4172 * gdb.hp/ctti-add2.cc: new file.
4173 * gdb.hp/ctti-add3.cc: new file.
4174 * gdb.hp/dbx.exp: new file.
4175 * gdb.hp/exception.cc: new file.
4176 * gdb.hp/exception.exp: new file.
4177 * gdb.hp/foll-exec.c: new file.
4178 * gdb.hp/foll-exec.exp: new file.
4179 * gdb.hp/foll-fork.c: new file.
4180 * gdb.hp/foll-fork.exp: new file.
4181 * gdb.hp/foll-vfork.c: new file.
4182 * gdb.hp/foll-vfork.exp: new file.
4183 * gdb.hp/inherit-hp.exp: new file.
4184 * gdb.hp/more-steps.exp: new file.
4185 * gdb.hp/namespace.cc: new file.
4186 * gdb.hp/namespace.exp: new file.
4187 * gdb.hp/optimize.exp: new file.
4188 * gdb.hp/pxdb.c: new file.
4189 * gdb.hp/pxdb.exp: new file.
4190 * gdb.hp/quicksort.exp: new file.
4191 * gdb.hp/reg-test.exp: new file.
4192 * gdb.hp/reg-test.s: new file.
4193 * gdb.hp/sized-enum.c: new file.
4194 * gdb.hp/sized-enum.exp: new file.
4195 * gdb.hp/start-stop.exp: new file.
4196 * gdb.hp/templ-hp.cc: new file.
4197 * gdb.hp/templ-hp.exp: new file.
4198 * gdb.hp/thr-lib.c: new file.
4199 * gdb.hp/thr-lib.exp: new file.
4200 * gdb.hp/thr-lib.h: new file.
4201 * gdb.hp/thr-liblib.c: new file.
4202 * gdb.hp/virtfun-hp.c: new file.
4203 * gdb.hp/virtfun-hp.exp: new file.
4204 * gdb.hp/watch-cmd.exp: new file.
4205 * gdb.hp/watch-hp.exp: new file.
4206 * gdb.hp/xdb1.exp: new file.
4207 * gdb.hp/xdb2.exp: new file.
4208 * gdb.hp/xdb3.exp: new file.
4209
4210Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
4211
4212 The following files are part of the HP merge; some had longer
4213 names at HP, but have been renamed to be no more than 14
4214 characters in length.
4215
4216 * gdb.base/ss.h: new file.
4217 * gdb.base/call-ar-st.c: new file.
4218 * gdb.base/call-ar-st.exp: new file.
4219 * gdb.base/call-rt-st.c: new file.
4220 * gdb.base/call-rt-st-exp: new file.
4221 * gdb.base/call-strs.exp: new file.
4222 * gdb.base/ena-dis-br.exp: new file.
4223 * gdb.base/environ.exp: new file.
4224 * gdb.base/long_long.exp: new file.
4225 * gdb.base/sect-cmd.exp: new file.
4226 * gdb.base/shlib-cl2.exp: new file.
4227 * gdb.base/smoke.exp: new file.
4228 * gdb.base/so-impl-ld.c: new file.
4229 * gdb.base/so-impl-ld.exp: new file.
4230 * gdb.base/so-indr-cl.c: new file.
4231 * gdb.base/so-indr-cl.exp: new file.
4232 * gdb.base/varargs.exp: new file.
4233 * gdb.base/volatile.exp: new file.
4234 * gdb.base/whatis-exp.exp: new file.
7a292a7a 4235 * gdb.base/display.exp: new file.
c906108c
SS
4236 * gdb.c++/derivation.exp: new file.
4237 * gdb.c++/local.exp: new file.
4238 * gdb.c++/member-ptr.exp: new file.
4239 * gdb.c++/overload.exp: new file.
4240 * gdb.c++/ovldbreak.exp: new file.
4241 * gdb.c++/ref-types.exp: new file.
4242 * gdb.c++/ref-types2.exp: new file.
4243 * gdb.c++/userdef.exp: new file.
beb998c6 4244
c906108c
SS
4245Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4246
4247 * gdb.base/default.exp: Reflect wording change in remote.c.
4248
dc96c6c7 4249Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4250
4251 * gdb.base/help.exp: Update to reflect current text.
4252
4253Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
4254
4255 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
4256 they're stack variables and contain garbage.
4257 * gdb.c++/anon-union.exp: new file.
4258
4259 The following changes were made by David Taylor
4260 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4261 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4262 in changes by HP.
4263
4264 * gdb.base/bitops.exp: new file.
4265 * gdb.base/default.exp: change expected messages for catch and
4266 info catch tests to reflect HP merge changes.
4267 * gdb.base/enable-disable-break.exp
4268 * gdb.base/ending-run.c: new file.
4269 * gdb.base/long_long.c: new file.
4270 * gdb.base/maint.exp: new file.
4271 * gdb.base/pointers2.exp: new file.
4272 * gdb.base/shlib-call2.exp: new file.
4273 * gdb.base/solib.exp: new file.
4274 * gdb.base/step-test.c: new file.
4275 * gdb.c++/anon-union.cc: new file.
4276 * gdb.c++/local.cc: new file.
4277 * gdb.c++/member-pointer.cc: new file.
4278 * gdb.c++/method.cc: new file.
4279 * gdb.c++/ref-types.cc: new file.
4280 * gdb.c++/ref-types2.cc: new file.
4281 * gdb.c++/userdef.cc: new file.
beb998c6 4282
c906108c
SS
4283 * gdb.base/scope.exp: compile one file at a time, then link.
4284 * gdb.base/langs.exp: ditto.
4285 * gdb.base/list.exp: ditto.
beb998c6 4286
c906108c
SS
4287Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
4288
4289 The following changes were made by David Taylor
4290 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4291 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4292 in changes by HP.
beb998c6 4293
c906108c
SS
4294 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
4295 skip tests. When compiling pass c++ flag to gdb_compile.
4296 * gdb.c++/
beb998c6 4297
c906108c
SS
4298 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
4299 test for on hppa*-*-hpux*; use args to see if c++ was specified.
4300 (skip_hp_tests): new function.
4301 (gdb_preprocess): new function.
4302
4303 * configure.in (hpdir): decide whether to configure gdb.hp.
4304 * configure: regenerated.
4305
4306 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
4307 to delete on clean.
4308 (EXECUTABLES): update to reflect new additions.
4309 * gdb.base/commands.exp: update message expected.
4310 * gdb.base/default.exp: add copyright notice.
4311 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
4312 * gdb.base/help.exp: update messages to reflect current text.
4313 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
4314 targets for recurse tests.
4315 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
4316 skip this file.
4317
4318 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
4319 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
4320 compilation.
4321 * gdb.c++/misc.exp: ditto.
4322 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
4323 run the tests. tell gdb_compile that it's a c++ compilation.
4324
4325 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 4326
c906108c
SS
4327 * gdb.base/all-bin.exp: new file.
4328 * gdb.base/arithmet.exp: new file.
4329 * gdb.base/assign.exp: new file.
4330 * gdb.base/completion.exp: new file.
4331 * gdb.base/cond-expr.exp: new file.
4332 * gdb.base/condbreak.exp: new file.
4333 * gdb.base/define.exp: new file.
4334 * gdb.base/dollar.exp: new file.
4335 * gdb.base/environment.exp: new file.
4336 * gdb.base/eval-skip.exp: new file.
4337 * gdb.base/jump.exp: new file.
4338 * gdb.base/logical.exp: new file.
4339 * gdb.base/pointers.exp: new file.
4340 * gdb.base/relational.exp: new file.
4341 * gdb.base/section_command.exp: new file.
4342 * gdb.base/whatis-expr.exp: new file.
4343
4344 * gdb.base/all-types.c: new file.
4345 * gdb.base/call-array-struct.c: new file.
4346 * gdb.base/call-return-struct.c: new file.
4347 * gdb.base/call-strings.c: new file.
4348 * gdb.base/callfuncs2.c: new file.
4349 * gdb.base/condbreak.c: new file.
4350 * gdb.base/constvars.c: new file.
4351 * gdb.base/display.c: new file.
4352 * gdb.base/int-type.c: new file.
4353 * gdb.base/jump.c: new file.
4354 * gdb.base/miscexprs.c: new file.
4355 * gdb.base/pointers.c: new file.
4356 * gdb.base/pointers2.c: new file.
4357 * gdb.base/shmain.c: new file.
4358 * gdb.base/shr1.c: new file.
4359 * gdb.base/shr2.c: new file.
4360 * gdb.base/solib.c: new file.
4361 * gdb.base/solib1.c: new file.
4362 * gdb.base/solib2.c: new file.
4363 * gdb.base/varargs.c: new file.
4364 * gdb.c++/derivation.cc: new file.
4365 * gdb.c++/overload.cc: new file.
4366 * gdb.c++/ovldbreak.cc: new file.
4367 * gdb.hp/attach.c: new file.
4368 * gdb.hp/attach2.c: new file.
4369 * gdb.hp/average.c: new file.
4370 * gdb.hp/compiler.c: new file.
4371 * gdb.hp/compiler.cc: new file.
4372 * gdb.hp/execd-program.c: new file.
4373 * gdb.hp/follow-exec.c: new file.
4374 * gdb.hp/follow-fork.c: new file.
4375 * gdb.hp/follow-vfork-and-exec.c: new file.
4376 * gdb.hp/misc-hp.cc: new file.
4377 * gdb.hp/more-steps.c: new file.
4378 * gdb.hp/optimize.c: new file.
4379 * gdb.hp/quicksort.c: new file.
4380 * gdb.hp/run-hp.c: new file.
4381 * gdb.hp/start-stop.c: new file.
4382 * gdb.hp/sum.c: new file.
4383 * gdb.hp/templates-hp.cc: new file.
4384 * gdb.hp/thread-local-in-lib.c: new file.
4385 * gdb.hp/thread-local-in-lib.h: new file.
4386 * gdb.hp/thread-local-in-lib.lib.c: new file.
4387 * gdb.hp/vforked-program.c: new file.
4388 * gdb.hp/virtfunc-hp.cc: new file.
4389 * gdb.hp/watchpoint-hp.c: new file.
4390 * gdb.hp/xdb.c: new file.
4391 * gdb.hp/xdb0.c: new file.
4392 * gdb.hp/xdb0.h: new file.
4393 * gdb.hp/xdb1.c: new file.
4394
4395Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
4396
4397 The following change was made by Edith Epstein
4398 <eepstein@cygnus.com> as part of a project to merge in changes
4399 originally made by HP; HP did not create ChangeLog entries.
4400
4401 * gdb.c++/demangle.exp: changed the expected output for some
4402 ARM-style mangling -- removed second reference to datatype.
4403 For example, maint demangle __dt__11T1__pt__2_cFv
4404 T1<char>::~T1<char>(void)
4405 becomes,
4406 maint demangle __dt__11T1__pt__2_cFv
4407 T1<char>::~T1(void)
4408
4409 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 4410
c906108c
SS
4411Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
4412
4413 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
4414 * gdb.trace/backtrace.exp: Likewise.
4415 * gdb.trace/circ.exp: Likewise.
4416 * gdb.trace/collection.exp: Likewise.
4417 * gdb.trace/deltrace.exp: Likewise.
4418 * gdb.trace/infotrace.exp: Likewise.
4419 * gdb.trace/limits.exp: Likewise.
4420 * gdb.trace/packetlen.exp: Likewise.
4421 * gdb.trace/passc-dyn.exp: Likewise.
4422 * gdb.trace/passcount.exp: Likewise.
4423 * gdb.trace/report.exp: Likewise.
4424 * gdb.trace/save-trace.exp: Likewise.
4425 * gdb.trace/tfind.exp: Likewise.
4426 * gdb.trace/tracecmd.exp: Likewise.
4427 * gdb.trace/while-dyn.exp: Likewise.
4428 * gdb.trace/while-stepping.exp: Likewise.
4429
44301998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
4431
4432 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
4433
4434Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
4435
4436 From Brendan Kehoe:
4437 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
4438 int return types.
4439
4440Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
4441
4442 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
4443 remote dos host testing right.
4444
4445Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
4446
4447 * gdb.base/corefile.exp: remove some xfails.
4448
4449Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
4450
4451 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
4452 have different timestamps.
4453
4454Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
4455
4456 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
4457 gdb.base/default.exp: Replace "exec" with "executable".
4458
4459Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
4460
4461 * gdb.base/default.exp: Change else if to elseif from previous
4462 delta.
4463
4464Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
4465
4466 * gdb.base/default.exp: Add brace missing from previous delta.
4467
4468Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
4469
4470 * gdb.base/default.exp: Support test for info float for all
4471 varieties of arm toolchain.
4472
dc96c6c7 4473Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4474
4475 * gdb.trace/*.exp: remove "remote_download" command.
4476
dc96c6c7 4477Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4478
4479 * gdb.trace/*.exp: remove -gdwarf from compile.
4480
4481Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
4482
4483 * gdb.trace/configure.in(AC_INIT): typo
4484 * gdb.trace/configure: regenerated
4485
dc96c6c7 4486Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4487
4488 * config/m68k-emc.exp: New file.
4489 * lib/<emc-support.exp trace-support.exp}: New files.
4490 * configure.in: add new test directory gdb.trace.
4491 * gdb.trace/{configure configure.in Makefile.in}: New files.
4492 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
4493 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
4494 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
4495 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
4496 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
4497 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
4498 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 4499
dc96c6c7 4500Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4501
4502 * gdb.c++/classes.exp: Change all regular expressions to match
4503 arbitrary combinations of newline/carriage-return, so that they
4504 will work equally well on Unix and Windows.
4505 * gdb.c++/inherit.exp: ditto.
4506 * gdb.c++/virtfunc.exp: ditto.
4507
45081998-08-11 Dawn Perchik <dawn@cygnus.com>
4509
4510 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
4511
c2d11a7d
JM
4512Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
4513
4514 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
4515 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
4516 to use a0-a3/d0-d3 as needed.
4517
4518Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
4519
4520 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4521 * gdb.disasm/am33.exp: Corresponding changes.
4522
c906108c
SS
45231998-07-11 Felix Lee <flee@cygnus.com>
4524
4525 * gdb.base/callfuncs.exp: add cmp10 test.
4526 * gdb.base/callfuncs.c (cmp10): new function.
4527
4528Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
4529
beb998c6 4530 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
4531 into two parts to get around a synchronization problem in expect.
4532
3fc11d3e
JM
4533Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
4534
4535 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
4536
4537 * configure.in: Add options for gdbtk testsuite.
4538
4539 * configure: Regenerate.
4540
4541 * gdb.gdbtk: New directory to hold gdbtk tests.
4542
c906108c
SS
4543Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4544
4545 * gdb.fortran/types.exp: Escape brackets in expect patterns
4546 for test_float_literal_types_accepted tests.
4547 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
4548 before run test.
4549
c2d11a7d
JM
4550Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
4551
4552 * am33.exp: Just compile, do not link the testcase.
4553 * am33.s: Add ".am33" pseudoop to force am33 mode.
4554
c906108c
SS
45551998-06-25 Felix Lee <flee@cygnus.com>
4556
4557 * gdb.base/setshow.exp: make sure $pc is sane.
4558
4559 * gdb.stabs/weird.exp: split expect patterns properly.
4560
c2d11a7d
JM
4561Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
4562
4563 * gdb.disasm/am33.s: New disassembler testfile for the am33.
4564 * gdb.disasm/am33.exp: Run it.
4565
dc96c6c7 4566Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4567
4568 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
4569 match processing (and eliminate spurious timeouts when running).
4570
dc96c6c7 4571Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4572
4573 * gdb.base/signals.exp (test_handle_all_print): put back Mach
4574 exception test, but conditionalize it on target [mach | gnu].
4575
dc96c6c7 4576Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
4577
4578 * gdb.base/overlays.exp: fixup compile line for linker script.
4579
4580Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
4581
4582 * gdb.fortran/types.exp: don't guess at float size.
4583
4584Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
4585
4586 * gdb.base/exprs.exp: delete test that depends on int size.
4587
4588Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
4589
4590 * config/sim.exp: Removed checks for target triplets.
4591 (gdb_target_sim): Use gdb,target_sim_options.
4592
4593Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
4594
4595 * gdb.base/reread.exp: New file.
4596 * gdb.base/reread1.c: New file.
4597 * gdb.base/reread2.c: New file.
4598
4599Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
4600
4601 * config/sim.exp: Use 'target sim -sparclite' when running
4602 SPARClite programs.
4603
4604Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
4605
4606 * gdb.base/structs2.exp: New file.
4607 * gdb.base/structs2.c: New file.
4608
4609Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
4610
4611 * gdb.asm/common.inc: New file.
4612 * gdb.asm/d10v.inc: New file.
4613 * asm-source.exp: Pass -I's to gas to find .inc files.
4614 Update line numbers in expected output.
4615 * asmsrc1.s: Rewrite.
4616 * asmsrc2.s: Rewrite.
4617 * configure.in: Create arch.inc symlink.
4618 * configure: Regenerate.
4619 * Makefile.in (distclean): Delete arch.inc.
4620
4621Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
4622
4623 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
4624 (t_enum_value2): ditto
4625 (t_enum_value3): ditto
4626 (main): ditto
4627Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4628
4629 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
4630 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
4631 change.
4632 Use gdb_test instead of send_gdb/gdb_expect sequences.
4633
4634Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
4635
4636 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
4637 not void.
4638
4639Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
4640
4641 * gdb.base/branches.c: Code with lots of loops and
4642 subroutines. Used to test gdbs ability to single step through PC
4643 changes, especially to test mips-tdep.c:mips_next_pc
4644
4645Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
4646
4647 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
4648 more rigorous EGCS C++ error checking.
4649
4650Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4651
4652 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 4653 tests.
c906108c 4654 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 4655 function when asleep.
c906108c 4656 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
4657 for i*86 Linux and SVR4 signal handling problems.
4658 Remove linux xfail for `next to handler in signals_tests_1', fixed
4659 by recent infrun.c change.
c906108c 4660 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 4661 stack backtraces.
c906108c
SS
4662 Adjust expect pattern in `handle all print' test to match Apr 28 1997
4663 target.[ch] change.
4664
4665Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
4666
4667 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
4668 for a newline from gdb before continuing.
4669 (default_gdb_exit): Just look for y or n.
4670 (gdb_test): Detect abnormal exit from GDB running on DOS; if
4671 it does, fail the rests of the tests in the file.
4672
4673Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
4674
4675 * config/cygmon.exp: New file.
4676
4677Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
4678
4679 * gdb.base/list.exp: Fix problem with "list default lines around
4680 main" test on remote targets.
4681
4682 * gdb.base/scope.exp: Fix problem with filelocal_bss before
4683 run test on remote targets.
4684
4685Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
4686
4687 * gdb.asm: New directory.
4688 * configure.in: Configure it.
4689 * configure: Regenerate.
4690 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
4691 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
4692
4693Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
4694
4695 * config/mn10300-eval.exp: New file to support MN10300 eval board.
4696
dc96c6c7 4697Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4698
c906108c
SS
4699 * gdb.base/overlays (several files): Merge the two overlay
4700 managers into one. Change variables (foox, barx, bazx, grbxx)
4701 back into ints but force them to load in their proper sections.
4702
4703Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
4704
4705 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
4706 on-chip insn memory and IMAP1 to upper 128k.
4707 (D10VCopy): Handle memory regions crossing 16k boundaries.
4708 (D10VCopy): Transfer data in 32 bit chunks.
4709
4710Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
4711
4712 * gdb.base/overlays.c (main): Exit normally when result is
4713 correct.
4714
4715 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
4716 map. Include space for printf in .text segment.
4717
4718 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
4719 updated d10v memory VMA/LMA map.
4720 (D10VCopy): Call D10VTranslate.
beb998c6 4721
c906108c
SS
4722Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
4723
4724 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
4725
4726 * gdb.base/bar.c (barx, bar): Change variable to small array so
4727 that it won't be put into the .sdata - small data -
4728 section. Update reference.
4729 * gdb.base/baz.c (bazx, baz): Ditto.
4730 * gdb.base/foo.c (foox, foo): Ditto.
4731 * gdb.base/grbx.c (grbxx, grbx): Ditto.
4732
4733 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
4734 to be arrays.
beb998c6 4735
dc96c6c7 4736Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 4737
c906108c
SS
4738 * gdb.base/overlays.exp: fix up and get working again.
4739 Add tests for backtraces from an overlay function.
beb998c6 4740
c906108c
SS
4741Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
4742
4743 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
4744 "calling function with watchpoint enabled".
4745
4746Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
4747
4748 * gdb.base/break.exp (test_next_with_recursion): Remove
4749 gdb_suppress_tests for d10v-*-*.
4750 * lib/gdb.exp (gdb_suppress_tests): Disable this function
4751 pending review of whether it is useful or not.
4752
4753Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
4754
4755 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
4756
4757Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
4758
4759 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
4760 * config/dve.exp: New file to support Densan boards.
4761
4762Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
4763
4764 * gdb.base/interrupt.exp: Document problem of simulators, signals,
4765 reads and BSD.
4766
4767Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
4768
4769 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
4770 response.
4771
4772 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
4773
4774Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4775
4776 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
4777 test.
4778
4779 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
4780 target_sizeof_long and target_bigendian_p.
4781 (structs_by_value, structs_by_reference): Check values according
4782 to targets word size and endianess.
beb998c6 4783
c906108c
SS
4784Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4785
4786 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
4787 output.
4788
4789Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
4790
4791 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
4792 Update test of set args help to match source change.
4793
4794Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
4795
4796 * gdb.base/default.exp: Expect help system output to be in
4797 alphabetical order.
4798 * gdb.base/help.exp: Ditto.
4799
4800Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
4801
4802 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
4803 "i*86-pc-linux-gnu*".
4804 * gdb.base/interrupt.exp: Ditto.
4805 * gdb.base/corefile.exp: Ditto.
4806
4807 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
4808 define vxworks when building the testcase.
4809
4810 * gdb.base/ptype.exp: Fix testnames to be unique.
4811 * gdb.base/radix.exp: Ditto.
4812 * gdb.base/term.exp: Ditto.
4813 * gdb.base/whatis.exp: Ditto.
4814 * gdb.c++/classes.exp: Ditto.
4815
4816Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
4817
4818 * gdb.base/callfuncs.exp: Fix indentation.
4819
4820 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
4821 suppress_flag has been set.
4822 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
4823 target feature.
4824
4825Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
4826
4827 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
4828 the testcase.
4829
4830 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
4831 set_debug_traps() and breakpoint().
4832 * gdb.c++/misc.cc (main): Ditto.
4833 * gdb.c++/templates.cc (main): Ditto.
4834 * gdb.c++/virtfunc.cc (main): Ditto.
4835
4836Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
4837
4838 * lib/gdb.exp(gdb_step_for_stub): New function.
4839 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
4840 exists, reload the executable and do a "continue" instead of
4841 doing a jump.
4842 (runto_main): Use gdb_step_for_stub.
beb998c6 4843
c906108c
SS
4844 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
4845 tests to have unique names.
4846 * gdb.base/callfuncs.exp: Ditto.
4847 * gdb.base/commands.exp: Ditto.
4848 * gdb.base/default.exp: Ditto.
4849 * gdb.base/help.exp: Ditto.
4850 * gdb.base/list.exp: Ditto.
4851 * gdb.base/opaque.exp: Ditto.
4852 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
4853 similar tests.
beb998c6 4854
c906108c
SS
4855 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
4856 * gdb.c++/cplusfuncs.cc: Ditto.
4857 * gdb.c++/virtfunc.cc: Ditto.
4858
4859 * config/monitor.exp: Keep track of the last file we saw, rather
4860 than trying to get the info from gdb.
4861
4862 * gdb.fortran/types.exp: Move comment to previous line.
4863
4864Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
4865
4866 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
4867 target mode.
4868
4869Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
4870
4871 From Bob Manson:
4872 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
4873 string from GDB when it connects.
4874
4875 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
4876
4877Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
4878
4879 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
4880 if we can't get a debug format from GDB (we may be testing an
4881 older GDB). Use a 10 second timeout when checking for the format.
4882
4883 * gdb.stabs/weird.exp: Fix quoting.
4884
4885 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
4886
4887Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
4888
4889 * config/arm-ice.exp: New file.
4890
4891Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
4892
4893 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
4894 until it has been modified to work with the new testsuite.
4895
99707966 4896 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
4897 testcase won't compile, cause all of the testcases in the file to
4898 fail instead.
4899
4900 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
4901 (gdb_clear_suppressed): New procedure.
4902 (gdb_stop_suppressing_tests): Only clear suppress_flag if
4903 it contains a positive value.
4904
4905Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
4906
4907 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
4908
4909 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
4910
4911Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
4912
4913 * lib/gdb.exp (setup_xfail_format): New function.
4914 (get_debug_format): New function to get debug format.
4915 (debug_format): New global variable to hold last value set
4916 by get_debug_format.
4917 * gdb.base/list.exp: Call get_debug_format and expect some
4918 tests to fail for DWARF 1 and COFF formats.
4919 * gdb.c++/ptype.exp: Ditto.
4920 * gdb.c++/classes.exp: Ditto.
4921 * gdb.c++/cplusfuncs.exp: Ditto.
4922 * gdb.c++/inherit.exp: Ditto.
4923 * gdb.c++/templates.exp: Ditto.
4924 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 4925
c906108c
SS
4926Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
4927
4928 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
4929 host doesn't have a currently-open connection.
4930
4931 * config/sparclet.exp: Cleanups and fixes to make it generic for
4932 any gdb stub target. Handle cases where gdb doesn't respond when
4933 interrupted in a sane fashion.
4934
4935 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
4936 same thing in a totally different way.
4937
4938 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
4939 setting "timeout".
4940 (gdb_start): We set the global gdb_prompt variable in
4941 default_gdb_init now.
4942
4943Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
4944
4945 * gdb.base/printcmds.exp: Fix "check for floating addition"
4946 regexp to accept results within approx +/- .01 of exact value.
4947 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
4948
4949Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
4950
4951 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
4952 properly.
4953 (gdb_expect): Add optional timeout parameter, and add timeout
4954 value to various calls.
4955 (gdb_suppress_tests): Only give one warning message per group.
4956
4957Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
4958
4959 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
4960 global variables. Handle getting a value for $timeout more
4961 gracefully.
4962
4963Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4964
4965 * lib/gdb.exp: Close connection to remote host if gdb doesn't
4966 initialize.
4967 (default_gdb_init): New procedure; allow gdb_init to be overridden
4968 by a target configuration file.
4969 (gdb_expect): Pass the timeout to remote_expect.
4970
4971 * config/monitor.exp(gdb_load): Fix typo in regexp.
4972
4973Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
4974
4975 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
4976
4977Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
4978
4979 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
4980 here. Call gdb_target_exec before rebooting the target, to make
4981 sure the connection to the target is closed.
4982 (gdb_load): Pass the name of the executable to gdb_target_monitor.
4983 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
4984 Also detect "Timeout reading from remote" error.
4985
4986 * config/gdbserver.exp: Pass the executable being loaded to
4987 gdb_target_monitor. Don't call gdb_file_cmd here; let
4988 gdb_target_monitor do it.
4989
4990 * gdb.disasm/hppa.exp: Don't use exec_output.
4991
4992Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
4993
4994 * gdb.base/list.exp: If we're debugging a non-native target,
4995 try to set the pc register to point to the start of the
4996 program before doing the first list command.
4997
4998 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
4999 test_calls after restarting.
5000
5001 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
5002 reloading.
5003
5004 * gdb.base/watchpoint.exp: Fix typo.
5005
5006 * gdb.base/setshow.exp: Check for use_gdb_stub.
5007
5008 * gdb.base/break.exp: Fix continue until exit test for the gdb
5009 stub case.
5010 * gdb.base/langs.exp: Ditto.
5011
5012 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
5013 gdb_load_offset. If we weren't given a file to load, figure out
5014 what the current file is and use it.
5015
5016 * config/i386-bozo.exp: New file.
5017
5018Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
5019
5020 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
5021 feature.
5022
5023 * config/proelf.exp: New entry.
5024
5025Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
5026
5027 * lib/gdb.exp: Remove spurious .* patterns at the beginning
5028 of regexps.
5029
5030 * gdb.base/watchpoint.exp: Don't run the test_stepping
5031 tests if gdb can't call functions on the target.
5032
5033 * gdb.base/setshow.exp: Don't run the set prompt tests if
5034 the board has gdb_prompt set.
5035
5036Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
5037
5038 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
5039 * gdb.base/commands.exp: Likewise.
5040 * gdb.base/setshow.exp: Likewise.
5041
5042Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
5043
5044 * config/monitor.exp(gdb_start): Look for gdb_prompt target
5045 feature.
5046
5047 * config/i960.exp: New file.
5048
5049Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
5050
5051 * gdb.base/funcargs.exp: Check for gdb,short_int target
5052 feature instead of looking for explicit target triplets.
5053
dc96c6c7 5054Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 5055
beb998c6 5056 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
5057 "p 123DEADBEEF", to check parse_number.
5058 * top.c: change "to enable to enable" to "to enable" in a couple
5059 of help strings.
5060
5061Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
5062
5063 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
5064 on the mn10300.
beb998c6 5065
c906108c
SS
5066Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
5067
5068 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
5069 where the test executable is run with explicit args.
5070 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
5071
5072Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
5073
5074 * gdb.base/run.c: Use FAKEARGV to build test executable that
5075 does not require a command line arg, since most simulators
5076 don't currently support passing such an arg into the simulated
5077 program.
5078 * gdb.base/commands.exp: Change tests to insert the proper
5079 value as the arg to the first recursive factorial call. Change
5080 compilation line to define FAKEARGV at compile time.
5081
5082Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
5083
5084 * gdb.base/recurse.exp: Enable these tests for the mn10300.
5085 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
5086 function with watchpoint enabled" test.
5087
5088Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
5089
5090 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
5091 Don't call gdb_test when the command doesn't return to a gdb prompt.
5092
5093 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
5094 "Tests restarted" messages.
5095
5096Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
5097
5098 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
5099
dc96c6c7 5100Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5101
5102 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
5103 for INFO SYMBOL; add help tests for OVERLAY commands.
5104 * gdb.base/default.exp: add tests for INFO SYMBOL command;
5105 add tests for OVERLAY commands
5106 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
5107 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
5108 * gdb.base/sigall.c: add usestubs code frag
5109 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 5110
c906108c
SS
5111Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
5112
5113 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
5114 failures.
5115 (gdb_stop_suppressing_tests): Note that tests have restarted.
5116
5117Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
5118
5119 * config/h8300.exp: New file.
5120
5121Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
5122
5123 * gdb.base/setshow.exp: Check for the existence of a
5124 feature, not its value.
5125
5126Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
5127
5128 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
5129
5130 * gdb.base/scope.exp: It's now init0(), not init().
5131
5132 * gdb.base/scope0.c: For now, change init() to be init0().
5133
5134 * config/monitor.exp: Use gdb_serial in preference to serial
5135 or netport.
5136
5137 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
5138 and it's not already set.
5139
5140Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
5141
5142 * gdb.base/setshow.exp: Only test the run command if the target
5143 isn't using a stub and if it supports argument passing.
5144
5145Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
5146
5147 * config/udi.exp(gdb_start): Make sure UDICONF is set
5148 properly before starting gdb.
5149
5150Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
5151
5152 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
5153 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
5154 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
5155
5156Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
5157
5158 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
5159 specialized code to reboot the board, use remote_reboot instead.
5160
5161 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
5162
5163 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
5164
5165 * config/monitor.exp: Make sure we disconnect from the target.
5166 Also, try a reboot/reload cycle instead of failing if the
5167 load fails.
5168
5169Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
5170
5171 * gdb.base/default.exp: Don't set match_max.
5172 * gdb.base/help.exp: Ditto.
5173 * gdb.base/list.exp: Ditto.
5174 * gdb.base/signals.exp: Ditto.
5175
5176 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
5177 set, use remote_ld to download the testcase instead of
5178 the GDB loader.
5179
5180Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
5181
5182 * config/vr5000.exp: New file.
5183
5184 * config/monitor.exp(gdb_target_monitor): Add pattern for
5185 "Ending remote" to detect errors in connecting.
5186
5187 * gdb.base/setshow.exp: Add .* within auto language test.
5188
5189 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
5190 target feature.
5191
5192 * config/monitor.exp(gdb_load): Check for a failure when loading,
5193 and reboot the board if necessary.
5194
5195 * gdb.base/setvar.exp(test_set): Handle multiple prints within
5196 a set of tests. Remove print.* from the patterns being checked.
5197
5198Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
5199
5200 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
5201 refer to gdb_spawn_id.
5202
5203 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
5204 longer used.
5205 * config/sparclet.exp: Ditto.
5206 * config/sparclet-old.exp: Ditto.
5207 * config/slite.exp: Ditto.
5208 * config/sim.exp: Ditto.
5209 * gdb.base/funcargs.exp: Ditto.
5210
5211 * lib/gdb.exp:Remove references to gdb_spawn_id.
5212 (gdb_expect): Move to remote.exp.
5213
5214Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
5215
5216 * config/monitor.exp: Detect the "Couldn't establish connection"
5217 message from GDB.
5218
5219Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
5220
5221 * gdb.base/bitfields.exp: Use runto instead of explicit
5222 gdb_run_cmd/gdb_expect sequences.
5223
5224 * gdb.base/break.exp(text_next_with_recursion): Add match for
5225 gdb_expect call.
5226
5227 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
5228 We also need to handle the "A program is being debugged already"
5229 prompt from gdb. Use gdb_test to set the baud rate.
5230
5231 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
5232 to 20000. Really. I mean it.
5233
5234Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5235
5236 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
5237 fails. If suppress_flag is set, skip perror message about not
5238 being able to send to GDB.
5239 (send_gdb): If suppress_flag is set, don't try to send commands to
5240 GDB.
5241 (gdb_expect): If suppress_flag is set, always fail immediately.
5242 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
5243 (gdb_init): Call gdb_stop_suppressing_tests.
5244 (default_gdb_exit): Ditto.
5245 (default_gdb_start): Ditto.
5246
5247 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
5248 gdb_stop_suppressing_tests as appropriate.
5249 * gdb.base/break.exp: Ditto.
5250 * gdb.base/callfuncs.exp: Ditto.
5251 * gdb.base/commands.exp: Ditto.
5252 * gdb.base/exprs.exp: Ditto.
5253 * gdb.base/funcargs.exp: Ditto.
5254 * gdb.base/list.exp: Ditto.
5255 * gdb.base/recurse.exp: Ditto.
5256 * gdb.base/scope.exp: Ditto.
5257 * gdb.base/structs.exp: Ditto.
5258 * gdb.c++/inherit.exp: Ditto.
5259
5260Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
5261
5262 * config/vr4300.exp: New file.
5263
99707966
MC
5264 * gdb.*/*.exp: Call gdb_expect instead of expect.
5265
5266 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
5267
5268Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
5269
5270 * lib/gdb.exp(gdb_init): New function.
5271
5272 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
5273 for each individual variable set.
5274
5275 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
5276 name.
5277
5278 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
5279
5280 * gdb.base/scope.exp: Use gdb_test.
5281
5282 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
5283 aborting; the testsuite driver will do that for us (see
5284 gdb_finish). Also, use gdb_test in a few more places.
5285
5286Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5287
5288 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
5289
5290Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
5291
5292 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
5293 and "add_tests" are not at the same address.
5294
5295Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
5296
5297 * gdb.base/ptype.exp: Use gdb_test.
5298
5299Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
5300
5301 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
5302 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
5303 left in. No longer expect them to fail.
5304
5305 * gdb.stabs/*.mt; Deleted, no longer used.
5306 * gdb.stabs/configure.in: Remove references to target makefile
5307 frags.
5308 * gdb.stabs/configure: Rebuilt.
5309
5310 * gdb.disasm/*.mt: Deleted, no longer used.
5311 * gdb.disasm/configure.in: Remove references to target makefile
5312 frags. Use "sh3.s" as the unique filename for this directory.
5313 * gdb.disasm/configure: Rebuilt.
5314
5315 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
5316 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
5317 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
5318
5319Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
5320
5321 * config/udi.exp: Use mondfe,name instead of remote_host.
5322
5323Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
5324
5325 * gdb.base/watchpoint.exp: Don't expect a failure when calling
5326 a function with a watchpoint enabled on the mn10200.
5327
5328 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
5329 before trying to create it!
5330
5331Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
5332
5333 * config/vx.exp: Use hostname instead of netport.
5334
5335 * config/vxworks.exp: New file.
5336
5337 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
5338
5339 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
5340 gdb before assuming everything worked. Send a ^C if a timeout
5341 occurs.
5342
5343 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
5344 $gdb_spawn_id directly.
5345 (gdb_run_cmd): Try _start as well as start. Use the target feature
5346 gdb,start_symbol as the symbol to start from when jumping.
5347
5348Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
5349
5350 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
5351 redundant) test.
5352
5353 * gdb.base/recurse.exp: Relax final value test for 'b' so that
5354 it doesn't lose for 16bit integer systems.
5355
5356Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
5357
5358 * gdb.fortran/types.exp: If the target doesn't support "double"
5359 data types, then expect "real" types to only be 4 bytes.
5360
5361 * gdb.c++/virtfunc.exp: Expect failure for virtual function
5362 call tests if the target doesn't support inferior function calls.
5363
5364 * gdb.base/printcmds.exp: Allow minor deviation in FP values
5365 in printf tests.
5366
5367Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
5368
5369 * gdb.base/help.exp: Disable "help set", "help show", and
5370 "help support". Simplify regexp for "help stack".
5371
5372 * gdb.base/default.exp: Set match_max to 5000 and the timeout
5373 to 60 seconds. Temporarily set match_max to 15000 around the
5374 "info copying" test.
5375
5376 * gdb.base/nodebug.exp: Don't try to do an inferior function
5377 call if the target doesn't support them.
5378 * gdb.base/printcmds.exp: Likewise.
5379 * gdb.base/setvar.exp: Likewise.
5380 * gdb.base/structs.exp: Likewise.
5381 * gdb.c++/templates.exp: Likewise.
5382 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
5383
5384 * gdb.base/recurse.exp: Enable for the mn10200.
5385
5386 * configure.in: Do configure gdb.stabs directory for *-*-elf
5387 targets.
5388 * configure: Rebuilt.
5389
5390 * gdb.base/break.exp: Check for gdb,noresults before testing
5391 exit status and/or results from the target.
5392 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
5393 * lib/gdb.exp: Remove old (now bogus) initialization of
5394 noinferior, noargs, noresults and nosignals.
5395
5396Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
5397
5398 * config/sh.exp: New file.
5399
5400 * config/slite.exp: Try to connect multiple times to the board
5401 before rebooting. Only send a "monitor run" if need_monitor_run
5402 is set.
5403
5404 * gdb.base/break.exp: Don't do the "stub continue" test if
5405 the target has gdb_stub set.
5406
5407 * gdb.base/callfuncs.exp: Increase the timeout.
5408
5409 * gdb.base/interrupt.exp: Don't even try to compile the testcase
5410 if the target has gdb,noinferiorio set.
5411
5412 * gdb.base/list.exp: Increase match_max to 10000 characters.
5413
5414 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
5415
5416 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
5417 target.
5418
5419 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
5420
5421Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
5422
5423 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
5424 trying to delete the copy of gdb. Catch the file delete so we
5425 don't die if the delete fails; also, the file should be copied to
5426 the host, not to the build.
5427
5428Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
5429
5430 * lib/gdb.exp(gdb_test): Surround the result pattern with
5431 parenthesis in case it contains multiple regexps separated
5432 with |.
5433
5434 * gdb.base/watchpoint.exp: Use gdb_test.
5435 * gdb.base/default.exp: Ditto.
5436
5437Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
5438
99707966 5439 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 5440
c906108c
SS
5441 * gdb.base/scope.exp: Use gdb_test.
5442 * gdb.c++/classes.exp: Ditto.
5443 * gdb.c++/inherit.exp: Ditto.
5444
5445Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
5446
5447 * gdb.base/crossload.exp: Don't use execute_anywhere, use
5448 remote_exec instead.
5449 * gdb.base/corefile.exp: Don't be ridiculous.
5450 * gdb.base/*.c: Add missing stub invocations.
5451
5452Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
5453
5454 * config/slite.exp: Miscellaneous fixes.
5455
5456 * lib/gdb.exp: Fix runto.
5457
5458 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
5459 the target.
5460
5461 * gdb.base/watchpoint.exp: Fix regexp.
5462
5463 * lib/gdb.exp(default_gdb_exit): Add a catch to the
5464 close and wait commands, as the descriptor may now be
5465 invalid. Always call "remote_close host".
5466
5467Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
5468
5469 Major rewrite for testsuite revision.
beb998c6 5470
c906108c
SS
5471 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
5472 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
5473 instead of relying on spawn_id to always contain a valid
5474 spawn id.
5475 (get_compiler_info): New procedure to build the ${binfile}.ci
5476 file, instead of replicating this in N different places.
5477 (gdb_compile): New procedure.
beb998c6 5478
c906108c
SS
5479 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
5480 appropriate arguments) instead of compile. Use gdb_test in a lot
5481 more places. Use send_gdb instead of send. Always run gdb_start
5482 at the start of a testcase, as this is no longer done magically.
5483
5484 config/*-gdb.exp: Rename without the -gdb suffix.
5485
5486 config/mips.exp: Use remote_close instead of exit_remote_shell.
5487 config/monitor.exp: Use target_info instead of looking at
5488 baud, timeout, etc.
5489 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
5490
5491Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5492
5493 * gdb.c++/templates.exp (test_ptype_of_templates),
5494 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
5495 Update expect patterns for destructors and assignment operators
5496 to match corresponding c-typeprint.c changes.
5497 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
5498 to destructor breakpoint test, GDB should be able to set the
5499 destructor breakpoint without specifying arguments.
5500
5501Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
5502
5503 * gdb.threads/pthreads.exp: Change result for failure to compile due
5504 to lack of pthreads runtime support from an error to simply an
5505 unsupported test, per dejagnu standards.
5506
5507Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5508
5509 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
5510 where GDB exits to reduce pattern match time.
5511 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
5512
5513 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
5514
dc96c6c7 5515Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5516
5517 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5518 * gdb.base/default.exp: ditto.
5519 * gdb.base/nodebug.exp: ditto.
5520 * gdb.base/printcmds.exp: ditto.
5521 * gdb.base/ptype.exp: ditto.
5522 * gdb.base/setvar.exp: ditto.
5523 * gdb.base/structs.exp: ditto.
5524 * gdb.base/setshow.c: Guard against uninitialized values of argc.
5525
5526Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
5527
5528 * configure, */configure: Rebuild with autoconf 2.12.
5529
5530Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
5531
5532 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
5533 use new i*86-pc-linux*-gnu quads.
5534 * gdb.base/corefile.exp: Ditto.
5535 * gdb.base/signals.exp: Ditto.
5536 * gdb.base/sigall.exp: Ditto.
5537 * gdb.base/interrupt.exp: Ditto.
5538
5539 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
5540 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
5541 RedHat 4.0.
beb998c6 5542
c906108c
SS
5543 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
5544 linux. This allows the test case to at least compile on latest
5545 linux, but still not run due to missing the threads runtime library.
5546
5547Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5548
5549 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
5550 directory to search gdb directory. Accept and step over conditional
5551 stack alignment code. Consume $prompt in failure cases.
5552 Reset timeout to $oldtimeout instead of some arbitrary value.
5553 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
5554 timeout problems with infinite stack backtraces.
5555 * gdb.base/ptype.exp (ptype struct link, union tu_link):
5556 Accept function parameters for linkfunc member.
5557
5558Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
5559
5560 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
5561 (CXXFLAGS): Remove, unreferenced.
5562 (B_OPTIONS): Add for -B options and add code to initialize with
5563 previous -B options and also add -B option to pick up cross compiled
5564 runtime.
5565 (TARGET_INCLUDES): Add for -I options and add code to initialize when
5566 doing cross compiles.
5567 (target_alias): Declare global.
5568 (xgcc): Set variable to full path of gcc in build tree. Use findfile
5569 to verify that gcc exists in build tree, and if so set CC to that
5570 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 5571
c906108c
SS
5572Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
5573
5574 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
5575 ptype test for anonymous union. Fixup testcase to match
5576 current gcc debug output.
5577
5578Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
5579
5580 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
5581 force argument to an unsigned long type.
5582
5583Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
5584
5585 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
5586 tests and anonymous union print/ptype tests.
5587 * gdb.base/list.exp (test_forward-search): Increase timeout by
5588 5 minutes for the "search extremely long line" case.
5589 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
5590 completely optional and that the pass/fail messages use the command as
5591 the message if that third arg is a null string.
5592 (gdb_test_exact): Arrange that a null string pattern means match a
5593 null string output rather than any output, which might include random
5594 errors.
5595 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
5596 backtrace test.
5597 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
5598 always failing and failure is now exposed by gdb.exp changes.
5599
5600Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
5601
5602 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
5603 weren't being noted.
5604
5605Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5606
5607 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
5608 * gdb.stabs/weird.exp: Remove v_comb xfails.
5609
dc96c6c7 5610Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5611
5612 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
5613 list.exp scope.exp watchpoint.exp]
5614 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 5615
dc96c6c7 5616Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5617
5618 * config/monitor.exp: Increase download timeout to 1000 seconds.
5619
dc96c6c7 5620Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5621
5622 * config/m32r.exp: Increase timeout to 120 seconds.
5623
5624Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
5625
5626 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
5627 and accept older ordering as obsolescent gcc or gdb.
5628 * gdb.c++/templates.exp: Ditto.
5629 * gdb.c++/virtfunc.exp: Ditto.
5630
5631Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
5632
5633 * gdb.base/coremaker.c: Add code to mmap some data so we
5634 can check that it ends up in the core file.
5635 * gdb.base/corefile.exp: Add test to read mmapped data
5636 from core file.
5637
dc96c6c7 5638Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5639
5640 * config/m32r.exp: New file.
5641
5642Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
5643
5644 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
5645 that cflags can contains -gstabs, and work correctly for other tests.
5646
dc96c6c7 5647Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5648
5649 * gdb.base/setshow.exp: New file, tests show and set.
5650 * gdb.base/setshow.c: New file, tests show and set.
5651 * gdb.base/help.exp: Add test for help set|show annotate.
5652 * gdb.base/default.exp: Add test for set|show annotate.
5653
5654Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
5655
5656 * testsuite/gdb.base/break.exp: Make backtrace from factorial
5657 errors unique.
5658 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
5659 explicitly.
5660
5661Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
5662
5663 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
5664 and width commands. This is done elsewhere.
5665 * (gdb_start): Don't call gdb_start_sim here. That's already
5666 done in gdb_load. This fixes lots of failures in default.exp.
5667
5668Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
5669
5670 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5671 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
5672 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
5673 in the same we we treat other failures (since it may be an expected
5674 condition), rather than as an error.
5675 * gdb.base/signals.exp (test_handle_all_print): Revert back to
5676 old test format.
5677
5678Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
5679
5680 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
5681 (distclean maintainer-clean realclean): No need to remove files
5682 twice. Nuke the duplicates.
5683 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 5684 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
5685 Remove config.h along with other config files.
5686
5687Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
5688
5689 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
5690 "p func1 ()" and note that rests of tests are skipped.
5691 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
5692 setup_xfails for "print func2::coremaker_local".
5693 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
5694 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
5695 affected by the previous run test.
5696 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
5697 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
5698 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
5699 "pass int powerset tuple" and "pass modeless int powerset tuple".
5700 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
5701 "real write 4" and "real write 8".
5702 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
5703 setup_xfails for "print vs1 after tuple assign 2",
5704 "print \$i after tuple assign 2", and
5705 "print vs2 after tuple assign 2".
5706 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
5707 meaningful error message and return -1 so the caller can
5708 suppress further tests and avoid a cascade of errors.
beb998c6 5709
c906108c
SS
5710Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
5711
5712 * gdb.base/a1-selftest.exp: Tweak tests to account for new
5713 format for printing version.
5714 * gdb.base/default.exp: Ditto.
5715 * gdb.base/interrupt.exp: Fix problem with cascade of
5716 errors if child process dies while calling a function.
beb998c6 5717
c906108c
SS
5718Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
5719
5720 * Makefile.in (VPATH): Add
5721 * Makefile.in (Makefile, config.status): Fix rules so things get
5722 remade when necessary.
5723
5724Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
5725
5726 * Makefile.in (just-check): Add path to sibling expect dir
5727 to environment variable specified by RPATH_ENVVAR.
5728
5729Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
5730
5731 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
5732 (just-check): Add shared library paths for libstdc++, tk,
5733 tcl, bfd, and opcodes to the environment variable specified
5734 in RPATH_ENVVAR.
5735 * configure.in: Add support to recognize --enable-shared flag
5736 and generate correct value for RPATH_ENVVAR.
5737 * configure: Regenerated with autoconf.
5738
5739Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
5740
5741 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
5742 include all osf versions.
5743 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
5744 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
5745 when target is linux. When failing to build pthreads test
5746 executable, give more meaningful message.
5747 * gdb.threads/pthreads.c: Hpux also uses old definition of second
5748 arg for pthread_create.
beb998c6 5749
c906108c
SS
5750Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
5751
5752 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
5753 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
5754 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
5755 and -lpthreads (everybody else).
5756 (test_startup): Fail gracefully if threads are not supported.
5757 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
5758 "p/c array_index("abcdef",2)" when not gcc compiled.
5759 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
5760 "print func2::coremaker_local" when not gcc compiled.
5761 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
5762 "ptype on opaque struct tagname (statically)",
5763 "ptype on opaque struct tagname (dynamically) 1", and
5764 "ptype on opaque struct tagname (dynamically) 2"
5765 for not compiled with gcc.
5766 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
5767 backtrace when compiled with gcc.
beb998c6 5768 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
5769 than always return success.
5770
5771Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
5772
5773 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
5774
5775Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
5776
5777 * gdb.base/structs.exp: Undo last change.
5778
5779Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
5780
5781 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
5782 encapsulate all the steps/nexts done during self test, starting
5783 at main, and makes them less sensitive to optimization issues.
5784 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
5785 signal handler" test.
5786 * gdb.threads/pthreads.exp: Only run this for native configs.
5787 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
5788 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
5789 tests.
5790 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
5791 for "runto test_calls(void)" test.
beb998c6 5792
c906108c
SS
5793Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
5794
5795 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
5796 and don't expect address info in breakpoint confirmations.
5797
5798Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
5799
5800 * gdb.base/list.exp (test_forward_search): Increase timeout
5801 temporarily by 60 seconds for searching extremely long line,
5802 and then reset to old value when done. Increase expect input
5803 buffer to 10000.
5804
5805Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
5806
5807 * gdb.base/list.exp (test_forward_search): Fix to handle very
5808 long source line without overflowing expect's input buffer.
5809
5810Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
5811
5812 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
5813 "buffer_full".
5814
5815 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
5816 "buffer_full".
5817
5818 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
5819 "buffer_full".
5820
5821 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
5822 "buffer_full".
5823
5824Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
5825
5826 * configure.in (configdirs): Add gdb.threads.
5827 * configure: Regenerated with autoconf.
5828 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
5829 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
5830 * gdb.threads/configure: New, generated with autoconf.
beb998c6 5831
c906108c
SS
5832Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
5833
5834 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
5835
5836Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
5837
5838 * gdb.base/signals.exp (test_handle_all_print): Test separately for
5839 each signal's status in the output of "handle all print".
5840 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
5841 the \r\n sequence that immediately precedes the gdb prompt.
5842 * gdb.base/a1-selftest.exp: Save original timeout and restore
5843 after test.
5844
5845Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
5846
5847 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
5848 symbol.
5849
5850Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5851
5852 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
5853
5854Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
5855
5856 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
5857 timeout by 60 seconds.
5858
5859Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
5860
5861 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
5862 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
5863 error return.
5864
5865Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
5866
5867 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
5868 gdb initialization, also report how long dejagnu waited. Restore
5869 old timeout before doing error return. Temporarily increase timeout
5870 by 3 minutes to allow for slow startups over heavy NFS use.
5871
5872Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
5873
5874 * lib/gdb.exp: Report timeout value for verbosity level 2.
5875 * config/gdbserver.exp: Ditto.
5876 * config/hppro.exp: Ditto.
5877 * config/mips-gdb.exp: Ditto.
5878 * config/monitor.exp: Ditto.
5879 * config/netware.exp: Ditto.
5880 * config/sim-gdb.exp: Ditto.
5881 * config/slite-gdb.exp: Ditto.
5882 * config/udi-gdb.exp: Ditto.
5883 * config/unix-gdb.exp: Ditto.
5884 * config/vx-gdb.exp: Ditto.
5885 * gdb.base/a1-selftest.exp: Ditto.
5886 * gdb.base/a2-run.exp: Ditto.
5887 * gdb.base/break.exp: Ditto.
5888 * gdb.base/corefile.exp: Ditto.
5889 * gdb.base/list.exp: Ditto.
5890 * gdb.base/recurse.exp: Ditto.
5891 * gdb.base/scope.exp: Ditto.
5892 * gdb.base/signals.exp: Ditto.
5893
5894Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5895
5896 * gdb.threads/Makefile.in (docdir): Removed.
5897
5898Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5899
5900 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 5901 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 5902 @srcdir@.
beb998c6 5903 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
5904 autoconf 2.5 or higher.
5905 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
5906
5907Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
5908
5909 * configure: Regenerated.
5910 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
5911 avoid name clashes with SunOS headers.
5912
5913Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
5914
5915 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
5916
5917Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
5918
5919 * gdb.base/callfuncs.exp: Finish last change -- make sure the
5920 prototype information ends up in the compiler info file.
5921
5922Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
5923
5924 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
5925 attempting to regenerate it. Eliminate use of a temporary file
5926 and just generate the info file directly. Source it immediately,
5927 for consistency of use.
5928 * gdb.base/corefile.exp: Ditto
5929 * gdb.base/exprs.exp: Ditto.
5930 * gdb.base/funcargs.exp: Ditto.
5931 * gdb.base/langs.exp: Ditto.
5932 * gdb.base/list.exp: Ditto.
5933 * gdb.base/mips_pro.exp: Ditto.
5934 * gdb.base/nodebug.exp: Ditto.
5935 * gdb.base/opaque.exp: Ditto.
5936 * gdb.base/ptype.exp: Ditto.
5937 * gdb.base/scope.exp: Ditto.
5938 * gdb.base/setvar.exp: Ditto.
5939 * gdb.base/signals.exp: Ditto.
5940 * gdb.base/whatis.exp: Ditto.
5941 * gdb.c++/templates.exp: Ditto.
5942 * gdb.c++/virtfunc.exp: Ditto.
5943 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
5944 whether or not to add -lstdc++ to the compile command line args.
5945
5946Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5947
5948 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
5949 it got fixed by the recent lookup_minimal_symbol_by_pc change.
5950 Increase timeout, a lot of single stepping might be needed if the
5951 target has no hardware watchpoints.
5952
5953Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
5954
5955 * gdb.base/break.exp: Ignore compiler warnings when compiling
5956 break.c.
5957 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
5958 * gdb.base/default.exp: Add h8300 xfails. Handle messages
5959 from remote-sim.
5960 * gdb.base/exprs.exp: Add h8300 xfails.
5961 * gdb.base/funcargs.exp: Likewise.
5962 * gdb.base/nodebug.exp: Likewise.
5963 * gdb.base/printcmds.exp: Likewise.
5964 * gdb.base/ptype.exp: Likewise.
5965 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
5966 h8300 xfails.
beb998c6 5967 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
5968 on the h8300.
5969 * gdb.base/funcargs.c: Explicitly make last constant argument to
5970 call_after_alloca_subr an unsigned long type.
5971 * gdb.base/return.c: Include stdio.h.
5972
5973Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
5974
5975 * config/abug.exp: New file for the older Motorola Bug monitor
5976 that runs on the mvme13x series VME boards.
5977 * config/monitor.exp: Use the new config array for target settings
5978 if they exist.
5979
5980Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
5981
5982 * sim-gdb.exp: Make the SH simulator allocate less space when
5983 it is targeted.
5984
5985Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
5986
5987 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
5988 test.
5989
5990Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
5991
5992 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
5993 "rs6000-*-*" for "list function in include file" when gcc compiled.
5994 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
5995 for "p ctable1[120]".
5996 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
5997 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
5998 Remove setup_xfail for "rs6000-*-*" for
5999 "print 'scope0.c'::filelocal before run".
6000 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
6001 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
6002 since some compilers don't allow both options to be given
6003 on the same command line. Create object file and move it.
beb998c6 6004
c906108c
SS
6005Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
6006
6007 * gdb.base/corefile.exp: Always regenerate the core file, since
6008 we always regenerate the coremaker program. Detect special case
6009 where registers cannot be read from core file.
beb998c6 6010
c906108c
SS
6011Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
6012
6013 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
6014 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
6015 * gdb.c++/templates.exp: Only match on basename of file since
6016 some formats like xcoff don't encode directory information.
6017 * gdb.stabs/weird.exp: Use the right sed script for powerpc
6018 and rs6000 AIX xcoff targets.
6019 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
6020 * configure: Regenerate.
6021 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
6022 here, rather than in distclean.
beb998c6 6023
c906108c
SS
6024Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
6025
6026 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
6027 defined, and use it to compile the test case with -O2. The
6028 native compilation still uses no optimization.
6029 * gdb.base/mips_pro.c: Remove inline assembly code since
6030 it is compiled PIC by default, which results in assembler
6031 warnings that make the testsuite think the compilation
6032 was unsuccessful.
6033
6034Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
6035
6036 * gdb.c++/misc.exp: Add note to message for
6037 "print s.a for foo struct" that this is a known gcc 2.7.2
6038 and earlier bug.
6039
6040Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
6041
6042 * gdb.base/break.exp: Fix pattern for matching "Delete all
6043 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
6044 setup_xfail for deleting all breakpoints test. Fix various
6045 timeout messages to include "(timeout)".
6046 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
6047 for "p t_float_values2(3.14159,float_val2)".
6048 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
6049 for "continue to call2g" when gcc compiled.
6050 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
6051 "up to foo in langs.exp", "show language at foo in langs.exp",
6052 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
6053 and "show language at fsub in langs.exp".
6054 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
6055 "list line 1 in include file", "list message for lines past EOF",
6056 "list function in include file", "list list0.h:foo", and
6057 "list filename:function; nonexistant function".
6058 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
6059 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
6060 and "ptype t_char_array" to be for native cc only.
beb998c6 6061
c906108c
SS
6062Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
6063
beb998c6 6064 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
6065 setup_xfail for "print coremaker_bss", "print coremaker_ro",
6066 "print func2::coremaker_local", and "backtrace in corefile.exp".
6067
6068Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
6069
6070 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
6071 "bt in signals.exp". This problem only appears when running
6072 the testsuite, and then only intermittently.
6073
6074Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
6075
6076 * gdb.base/return.exp (return_tests): Differentiate between
6077 two tests of continuing.
6078
6079Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6080
6081 * */Makefile.in (maintainer-clean): Remove config.log.
6082 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
6083 * gdb.c++/Makefile.in (PROGS): Add inherit.
6084 (clean): Remove *.ci.
6085
6086Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
6087
6088 * gdb.c++/misc.cc: Add test code from Mike Stump.
6089 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
6090
6091Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
6092
6093 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
6094 to "alpha-*-osf2*" and add comment.
6095 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
6096 setup_xfail for "step over execarg initialization" and
6097 "step over corearg initialization".
6098 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
6099 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
6100 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
6101 gcc compiled for "print coremaker_bss", "print coremaker_ro",
6102 "print func2::coremaker_local", and "backtrace in corefile.exp".
6103 * gdb.base/signals.exp: Build and source signals.ci.
6104 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
6105 to be for gcc only.
6106 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 6107
c906108c
SS
6108Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6109
6110 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
6111 Feb 3 procfs.c change.
6112
6113Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
6114
6115 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
6116
6117Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
6118
6119 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
6120 from dejagnu's apparent default of 10 seconds, which gives random
6121 results when running the tests over NFS on moderately loaded systems.
6122 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
6123
6124Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
6125
6126 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
6127 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
6128 result reports.
6129
6130Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
6131
6132 * configure.in (CY_AC_PATH_TCLH): Remove.
6133 * configure: Regenerate.
6134
6135Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
6136
6137 * gdb.c++/Makefile.in (clean): Add missing '{'.
6138
6139Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
6140
6141 * lib/gdb.exp: Provide a default value for noinferior.
6142
6143 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
6144 Load libgloss.exp.
6145
6146Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
6147
6148 * gdb.disasm/hppa.exp: Compile directly into an executable, use
6149 the executable, not the .o to run the tests from.
6150
6151Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
6152
6153 * gdb.base/break.exp: Don't test for program exit or exit status
6154 if $noresults if nonzero.
6155 * gdb.base/langs.exp: Likewise.
6156 * gdb.base/watchpoint.exp: Likewise.
6157
6158 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
6159 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
6160 trying to compile the testcase.
6161
6162Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
6163
6164 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
6165 * gdb.base/signals.exp (continue to handler): Likewise.
6166
6167Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
6168
6169 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
6170
6171 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
6172
6173Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
6174
6175 * gdb.base/corefile.exp: Recognize "not found" as failure
6176 when trying to determine if a core file was generated.
6177 If no core file was generate the first time, try again without
6178 the ulimit -c to work around braindamaged shells.
6179
6180Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
6181
6182 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
6183 [] tests with "test" and enclose string in quotes.
6184 * gdb.stabs/configure: Rebuild
beb998c6 6185
c906108c
SS
6186Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
6187
6188 Changes in sync with expect:
6189 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
6190 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
6191 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
6192 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
6193 argument to AC_REQUIRE.
6194 * configure: Regenerated.
6195
6196Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
6197
6198 * gdb.base/corefile.exp: When generating a core, discard any
6199 error messages about ulimit not found and the "core dumped"
6200 message from the shell that runs the coredumper.
6201
6202Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
6203
6204 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
6205
6206 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
6207 which sed script to run. Expect failure for v_comb test
6208 on PA targets too.
beb998c6 6209
c906108c
SS
6210Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
6211
6212 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
6213 "print func2::coremaker_local" and for "backtrace in corefile.exp"
6214
6215Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
6216
6217 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
6218 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
6219 "sparc-sun-solaris*" xfails for "p v_comb".
6220 * lib/gdb.exp (default_gdb_start): Fix typo.
6221 * gdb.base/corefile.exp: Allow "Core was generated by ..."
6222 messages to not include the full program name that caused
6223 the core dump since some systems (such as solaris) apparently
6224 truncate this path to about 80 characters.
6225 When generating a core file first try increasing the core file
6226 size limit to unlimited since some systems may default it to
6227 zero, and it is harmless to try it. Move the test for failing
6228 to generate a core file to where it will actually get executed.
6229 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
6230 new gdb result from g++ debug info improvements and make old
6231 pattern obsolescent. Also account for size_t differences
6232 (may be int or long).
6233 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
6234 initialization before function call is placed in the delay slot
6235 and thus appears to be skipped over by commands such as "next".
6236
6237Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
6238
6239 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
6240
6241Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
6242
6243 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
6244 input source file; fix code to compile test to deal with this
6245 convention.
6246 * gdb.c++/*.exp: Likewise.
6247
6248Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
6249
6250 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
6251 "bt in signals.exp".
6252
6253Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
6254
6255 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
6256 "step over execarg initialization" and
6257 "step over corearg initialization".
6258
6259Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
6260
6261 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
6262 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
6263
6264Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
6265
6266 From Rob Savoye (rob@poseidon.cygnus.com)
6267 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
6268 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
6269 configure.in}, gdb.disasm/{Makefile.in, configure.in},
6270 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
6271 configure.in}: Major reworking for autoconfig.
6272 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
6273 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
6274 New files.
6275 * config/unix-gdb.exp: Make GDB global.
6276 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
6277 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
6278 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
6279 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
6280 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
6281 term.exp, twice.exp, watchpoint.exp, whatis.exp},
6282 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
6283 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
6284 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
6285 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
6286 pr-8136.exp, result.exp, string.exp, tuples.exp},
6287 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
6288 to returns as necessary, arrange for test to compile own testcase
6289 executable.
6290 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 6291
c906108c
SS
6292Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
6293
6294 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
6295 clear_xfail at end of test which might not call either pass or fail.
6296 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
6297 "backtrace through signal handler".
6298
6299Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6300
6301 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
6302 continuing from a job control stop signal.
6303 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
6304
6305Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
6306
6307 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
6308 * gdb.base/corefile.exp: Likewise.
6309 * gdb.base/funcargs.exp: Likewise.
6310
6311Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
6312
6313 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
6314 * config/monitor.exp: Add support for setting baud rate.
6315
6316Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
6317
6318 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
6319 i*86-*-linux* xfails for "backtrace through signal handler".
6320 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
6321 "print func2::coremaker_local".
6322 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
6323 alpha-dec-osf2* xfail for
6324 "delete all breakpoints when none".
6325
6326Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
6327
6328 * gdb.base/break.exp: Change test that deletes all breakpoints
6329 when no user breakpoints are installed. A post 4.15 change
6330 causes gdb to no longer prompt in this case.
6331
6332Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
6333
6334 * gdb.base/return.exp (return_tests): Change xfail for test
6335 "correct value returned double test" to stop xfailing at
6336 Solaris 2.5. Apparently the bug has been fixed.
6337
6338Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
6339
6340 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
6341 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
6342
6343Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
6344
6345 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
6346 * gdb.disasm/hppa.s: Corresponding changes.
6347
6348Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
6349
6350 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
6351 makefile fragment.
6352 * config/mt-hpux: Deleted.
6353
6354Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
6355
beb998c6 6356 * Many files: When warning about suppressed tests due to a
c906108c
SS
6357 nonexistant test binary, avoid incrementing the warning count.
6358
6359Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
6360
6361 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 6362
c906108c
SS
6363Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6364
6365 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
6366 "sparc-*-solaris2*".
6367
6368Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6369
6370 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
6371 Add global and local variables and initialize them.
6372 * gdb.base/corefile.exp: Test correct mapping of corefile sections
6373 by printing variables. Remove rs6000 and powerpc xfails, BFD now
6374 extracts the file name and terminating signal from the core file.
6375 * TODO: Remove note about tests for correct mapping of corefile.
6376 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
6377 from optimizing it away.
6378 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
6379 handles common blocks.
6380
6381Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
6382
6383 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
6384 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
6385
6386Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
6387
6388 * Makefile.in (maintainer-clean): New target, synonym for
6389 realclean.
6390 * gdb.base/Makefile.in (maintainer-clean): Likewise.
6391 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
6392 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
6393 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
6394 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
6395 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
6396
6397Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
6398
6399 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
6400 xfails when not gcc compiled for "print foo::funclocal".
6401 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
6402 "print foo::funclocal at foo",
6403 "print 'scope1.c'::foo::funclocal at foo",
6404 "print foo::funclocal_bss at foo",
6405 "print 'scope1.c'::foo::funclocal_bss at foo",
6406 "print foo::funclocal_ro at foo",
6407 "print 'scope1.c'::foo::funclocal_ro at foo",
6408 "print bar::funclocal at foo" and
6409 "print 'scope1.c'::bar::funclocal at foo".
6410 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
6411 gcc compiled for "print foo::funclocal at bar".
6412 Expand all messages to ensure that they identify that
6413 the test is at bar().
6414 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
6415 gcc compiled for:
6416 "ptype on opaque struct pointer (statically)",
6417 "ptype on opaque struct tagname (statically)",
6418 "ptype on opaque struct pointer (dynamically) 1",
6419 "ptype on opaque struct tagname (dynamically) 1",
6420 "ptype on opaque struct pointer (dynamically) 2" and
6421 "ptype on opaque struct tagname (dynamically) 2
6422 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
6423 gcc compiled for:
6424 "p datalocal"
6425 "whatis datalocal",
6426 "ptype datalocal",
6427 "p bsslocal",
6428 "whatis bsslocal", and
6429 "ptype bsslocal".
6430 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
6431 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
6432 when not gcc compiled.
6433 * gdb.base/funcargs.exp (float_and_integral_args): Add
6434 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
6435 compiled.
6436 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
6437 "backtrace from call6a" when not gcc compiled.
6438 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
6439 "backtrace from call7a" when not gcc compiled.
6440 * gdb.base/callfuncs.exp (do_function_calls):
6441 Add "hppa*-*-hpux*" xfail when not gcc compiled for
6442 "p t_char_array_values(char_array_val2,char_array_val1)",
6443 "p t_char_array_values(char_array_val1,char_array_val2)",
6444 "p t_char_array_values("carray 1","carray 2")",
6445 "p t_char_array_values("carray 1",char_array_val2)",
6446 "p t_char_array_values(char_array_val1,"carray 2")",
6447 "p sum_args(1,{2})",
6448 "p sum_args(2,{2,3})",
6449 "p sum_args(3,{2,3,4})",
6450 "p sum_args(4,{2,3,4,5})"
6451 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
6452 "backtrace in corefile.exp" when not gcc compiled.
6453
6454Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6455
6456 * gdb.base/signals.exp: Rewrite `handle all print' test as
6457 a procedure. Accept blanks or TABs as whitespace, increase
6458 timeout and expect input buffer size for the large output
6459 from the command. Remove "i*86-*-bsdi2.0" xfail.
6460
6461Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6462
6463 * gdb.base/setvar.exp: Add new testcases for truncation when
6464 assigning invalid values to bitfields.
6465
6466Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
6467
beb998c6 6468 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
6469 mips-sgi-irix* xfail for
6470 "call inferior func with struct - returns char *"
6471 and fix test so that an optional (unsigned char *) cast is
6472 accepted in the result.
6473
6474Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
6475
6476 * gdb.base/funcargs.exp (float_and_integral_args): Remove
6477 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6478 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
6479 * gdb.base/signals.exp: Remove duplicate "handle all print" test
6480 that accidentally got checked in.
6481
6482Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
6483
beb998c6 6484 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
6485 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
6486 compiled test.
6487 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
6488 Add mips-sgi-irix5* xfail for not gcc compiled.
6489 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6490 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
6491 "p top", "whatis top", "p middle", and "whatis middle".
6492 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
6493 "whatis signed char" for not gcc compiled.
6494 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
6495 "set variable signed char=-1 (-1)" and
6496 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
6497 * gdb.base/funcargs.exp (float_and_integral_args):
6498 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
6499 Add mips-sgi-irix* xfail when not gcc compiled for
6500 "continue to call2b".
6501 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
6502 "continue to call2g".
6503 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
6504 "backtrace from call6a"
6505 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
6506 "backtrace from call7k".
6507 Add mips-sgi-irix5* xfail when not gcc compiled for
6508 "backtrace from call7a".
6509 (localvars_after_alloca): Fix gdb_test cmds for
6510 "print * after runto ...".
6511 Remove rs6000-*-* xfails for
6512 "print i after runto localvars_after_alloca" and
6513 "print l after runto localvars_after_alloca"
6514 for all compilers.
6515 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6516 when not compiled with gcc, for:
6517 "print signed char == (minus)",
6518 "print signed char != (minus)",
6519 "print signed char < (minus)",
6520 "print signed char > (minus)".
6521 * gdb.base/callfuncs.exp (do_function_calls):
6522 Add mips-sgi-irix* xfail, when compiled with native compiler, for
6523 "call inferior func with struct - returns char *".
beb998c6 6524 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
6525 "correct value returned double test" to include Solaris 2.4.
6526 * gdb.base/funcargs.exp (float_and_integral_args):
6527 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 6528
c906108c
SS
6529Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6530
6531 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
6532 enumeration bitfields if compiling with GNU C.
6533 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
6534 to empty' prompt.
6535
6536Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
6537
6538 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
6539 test for PRO targets.
6540
6541 * gdb.base/funcargs.exp: Avoid ever setting more than 8
6542 breakpoints in the inferior at any given time by making
6543 two groups of breakpoints for call2*, call6* and call7*
6544 tests.
6545
6546Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6547
6548 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
6549 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
6550 from optimizing it away.
6551 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
6552 "call inferior func with struct".
6553
6554Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
6555
6556 * configure.in: Only configure gdb.chill for particular targets.
6557
6558Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
6559
6560 * gdb.base/Makefile.in: Add action to .c.o transformation
6561 rule that generates a .ci file for each .o file and remove
6562 explicit .c.o rules except for callfuncs.o.
6563 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
6564 generates a .ci file for each .o file and remove explicit
6565 .cc.o rules.
6566 (clean): Remove *.tmp *.ci files.
6567 (EXECUTABLES): Remove templ-info.exp.
6568 * gdb.base/compiler.c: New file.
6569 * gdb.c++/compiler.cc: New file
6570 * gdb.base/scope.exp: Source gdb.base/scope.ci.
6571 Change rs6000-*-* xfail for
6572 "print 'scope0.c'::filelocal_ro" and
6573 "print 'scope1.c'::filelocal" and
6574 "print 'scope1.c'::filelocal_bss" and
6575 "print 'scope1.c'::filelocal_ro" and
6576 "print 'scope1.c'::foo::funclocal" and
6577 "print 'scope1.c'::foo::funclocal_ro" and
6578 "print 'scope1.c'::bar::funclocal" and
6579 "print 'scope0.c'::filelocal_ro" and
6580 "print 'scope1.c'::filelocal at foo" and
6581 "print 'scope1.c'::filelocal_bss at foo" and
6582 "print 'scope1.c'::filelocal_ro at foo" and
6583 "print 'scope1.c'::foo::funclocal at foo" and
6584 "print 'scope1.c'::foo::funclocal_bss at foo" and
6585 "print 'scope1.c'::foo::funclocal_ro at foo" and
6586 "print 'scope1.c'::bar::funclocal at foo" and
6587 "print 'scope0.c'::filelocal_ro" and
6588 "print 'scope1.c'::filelocal" and
6589 "print 'scope1.c'::filelocal_bss" and
6590 "print 'scope1.c'::filelocal_ro" and
6591 "print 'scope1.c'::foo::funclocal" and
6592 "print 'scope1.c'::foo::funclocal_bss" and
6593 "print 'scope1.c'::foo::funclocal_ro" and
6594 "print 'scope1.c'::bar::funclocal" and
6595 "print 'scope1.c'::bar::funclocal_bss"
6596 to only be xfail'd when not compiled with gcc.
beb998c6 6597 Add rs6000-*-* xfail for
c906108c
SS
6598 "print 'scope0.c'::filelocal_bss before run"
6599 when compiled with gcc.
6600 (test_at_main): Add rs6000-*-* xfail for
6601 "print filelocal_ro in test_at_main"
6602 when compiled with gcc.
6603 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 6604 Add rs6000-*-aix* xfail for
c906108c
SS
6605 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
6606 "ptype t_char_array", not compiled with gcc.
6607 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
6608 xfail for "list foo (in include file)" when gcc compiled.
6609 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
6610 (integral_args): Add rs6000-*-* xfail for
6611 "run to call0a" if not compiled with gcc.
6612 (unsigned_integral_args): Add rs6000-*-* xfail for
6613 "run to call1a" if not compiled with gcc.
6614 (float_and_integral_args): Add rs6000-*-* xfail for
6615 "run to call2a" if not compiled with gcc and for
6616 "continue to call2b" for any compiler.
6617 Add rs6000-*-* xfail to
6618 "print f1 after run to call2a" for gcc compiled.
6619 (discard_and_shuffle): Add rs6000-*-* xfail for
6620 "run to call6a".
6621 (shuffle_round_robin): Add rs6000-*-* xfail for
6622 "backtrace from call7a" if not compiled with gcc.
6623 Add rs6000-*-* xfail for
6624 "backtrace from call7b" if compiled with gcc.
6625 (call_after_alloca): Add rs6000-*-* xfail for
6626 "print c in call_after_alloca" and
6627 "print s in call_after_alloca" and
6628 "backtrace from call_after_alloca_subr"
6629 if not compiled with gcc.
6630 (localvars_in_indirect_call): Add rs6000-*-* xfail for
6631 "print c in localvars_in_indirect_call" and
6632 "print c in localvars_in_indirect_call" and
6633 "backtrace in indirectly called function" and
6634 "stepping into indirectly called function"
6635 if not compiled with gcc.
6636 (localvars_after_alloca): Add rs6000-*-* xfail for
6637 "print c after runto localvars_after_alloca" and
6638 "print s after runto localvars_after_alloca" and
6639 "print i after runto localvars_after_alloca" and
6640 "print l after runto localvars_after_alloca"
6641 for all compilers.
6642 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
6643 than whatis-info.exp.
6644 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
6645 than opaque-info.exp.
6646 Setup rs6000-*-* xfail for
beb998c6 6647 "ptype on opaque struct pointer (statically)" and
c906108c
SS
6648 "ptype on opaque struct pointer (dynamically)" when
6649 not compiled with gcc.
6650 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
6651 rather than callf-info.exp.
6652 (do_function_calls): Add clear_xfail for rs6000-*-* for
6653 "p t_float_values2(3.14159,float_val2)". Seems to work
6654 fine there, both with xlc and gcc. Need to find out what
6655 it is doing right and fix other platforms.
6656 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
6657 "call inferior func with struct - returns int",
6658 "call inferior func with struct - returns long",
6659 "call inferior func with struct - returns float",
6660 "call inferior func with struct - returns double",
6661 "call inferior func with struct - returns char *",
6662 but only if not gcc compiled (presumes xlc compiled).
6663 Change rs6000-*-* xfails for
6664 "call inferior func with struct - returns char" and
6665 " call inferior func with struct - returns short" to only
6666 xfail if not using gcc.
6667 (clean mostlyclean): Remove *.ci and *.tmp files.
6668 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
6669 than templ-info.exp.
6670 * gdb.base/langs.exp: Source gdb.base/langs.ci.
6671 Add rs6000-*-* xfail for "up to foo in langs.exp"
6672 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
6673 when not gcc compiled.
beb998c6 6674
c906108c
SS
6675Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6676
6677 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
6678 * gdb.base/corefile.exp: Likewise.
6679 * gdb.base/list.exp: Likewise.
6680 * gdb.base/scope.exp: Likewise.
6681 * gdb.base/siganls.exp: Likewise.
6682
6683 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
6684 compiler output.
6685 * gdb.base/whatis.exp: Likewise.
6686
6687Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
6688
6689 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
6690 failure (opcode table has been fixed to match reality).
6691
6692Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
6693
6694 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
6695 "call inferior func with struct - returns char",
6696 "call inferior func with struct - returns short"
6697
6698 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
6699 "print 'scope0.c'::filelocal at main",
6700 "print 'scope0.c'::filelocal_bss in test_at_main",
6701 "print 'scope0.c'::filelocal at foo",
6702 "print 'scope0.c'::filelocal_bss in test_at_foo",
6703 "print 'scope0.c'::filelocal at bar",
6704 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 6705
c906108c
SS
6706 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
6707 in source file 1". This bug seems to have been fixed with both
6708 gcc and native cc (was native assembler bug?).
6709
6710Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
6711
6712 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
6713 "backtrace through signal handler" to "i*86-*-sysv4*".
6714 * gdb.base/signals.exp: Add xfail for "'next' behaved as
6715 continue" case. Add "known SVR4 bug" to fail message.
6716 Add "i*86-*-bsdi2.0" xfail for "handle all print".
6717 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
6718 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
6719 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
6720 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
6721 "up to foo in langs.exp", "show language at foo in
6722 langs.exp", "up to cppsub_ in langs.exp", "show
6723 language at cppsub_ in langs.exp", "up to fsub in
6724 langs.exp", and "show language at fsub in langs.exp".
6725 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
6726 "bactrace in corefile.exp".
6727 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
6728 "call inferior function with struct - returns float" and
6729 "call inferior function with struct - returns double".
beb998c6 6730
c906108c
SS
6731Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
6732
6733 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
6734 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
6735 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
6736 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
6737
6738Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
6739
6740 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
6741 (or overriden) "CHILL" macro rather then bare "gcc".
6742 Also look for ../../gcc/xgcc since that is what we will
6743 actually need, not "Makefile". Remove following assignment
6744 of CHILL to CHILL_FOR_TARGET because that results in
6745 recursive definition.
6746
6747Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
6748
6749 * gdb.base/corefile.exp: Change xfail for backtrace in
6750 corefile.exp from linuxaout to all linux.
6751 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
6752 cases where we miss the breakpoint at the signal handler
6753 for some reason. Setup xfail for linuxoldld/linuxaout and
6754 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
6755 hitting SIGURG breakpoint.
6756 * gdb.base/signals.exp: Setup xfail for "next" acting like
6757 continue to add linuxoldld. Setup xfail for all linux for
6758 "next to handler in signals_tests_1", "backtrace in
6759 signals_tests_1", "continue to func1", "pass SIGUSR1",
6760 and continue to handler".
6761
6762Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6763
6764 * Update all FSF addresses except those in COPYING* files.
6765
6766Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
6767
6768 * gdb.base/a2-run.exp: Change messages to be more explicit about
6769 the status of args, and quote binfile in results.
6770
6771Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
6772
6773 * gdb.base/callfuncs.exp: Add tests for passing structs to
6774 inferior functions and return various types.
6775 * gdb.base/callfuncs.c: Add functions to receive a struct
6776 and return a member of the struct, in various types.
6777
6778Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6779
6780 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
6781
6782Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6783
6784 * config/vxworks29k.exp: New file, sources vxworks.exp.
6785
6786Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6787
6788 * config/gdbremote.exp: New file. Testing framework using
6789 gdbserver.
6790
6791Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
6792
6793 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
6794 "call function when asleep" and "send end of file".
6795 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
6796 for "backtrace in corefile.exp".
6797 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
6798 for "backtrace through signal handler".
6799 * gdb.base/corefile.exp: Make sure we actually generate a core file
6800 before trying the core tests. Some systems allow the user to suppress
6801 generation of core files and default to that (linux for example).
6802 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
6803 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
6804
6805Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6806
6807 * gdb.threads: New directory with some crude multi-threaded
6808 gdb tests (step.exp and step2.exp).
6809 * config/mt-lynx (STEP_EXECUTABLE): Define.
6810 (THREADFLAGS): Define.
6811
6812Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
6813
6814 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
6815
6816 * gdb.base/signals.exp: Disable whole file for lynx until
6817 further notice.
6818
6819 * gdb.base/signals.exp: xfail test where "next" acts like
6820 "continue" for lynx.
6821
6822 * gdb.base/interrupt.exp: xfail test for calling function while
6823 inferior is asleep for lynx.
6824
6825 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
6826 than one cr-lf after each command.
6827
6828Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6829
6830 * configure.in: Reinstate setting of stabsdirs variable, fix
6831 typo in setting up configdirs for native builds.
6832
6833 * gdb.base/return.exp: Fix typo in return double test.
6834 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
6835 compiler from optimizing them away.
6836
6837Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
6838
6839 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
6840 sequences to be echo'd by gdb when using gdb_test.
6841 * gdb.chill/chexp.exp: Likewise.
6842 * gdb.fortran/exprs.exp: Likewise
6843
6844Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6845
6846 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
6847 after the inferior gdb has started.
6848
6849 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
6850 after each command.
6851 * gdb.base/funcargs.exp: Likewise.
6852 * gdb.base/gdbvars.exp: Likewise.
6853 * gdb.base/interrupt.exp: Likewise.
6854 * gdb.base/list.exp: Likewise.
6855 * gdb.base/watchpoint.exp: Likewise.
6856 * gdb.c++/demangle.exp: Likewise.
6857 * gdb.c++/inherit.exp: Likewise.
6858 * gdb.chill/chexp.exp: Likewise.
6859 * gdb.fortran/exprs.exp: Likewise.
6860
6861 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
6862 test if we can't handle IO to/from the inferior.
6863
6864 * gdb.c++/misc.exp: Always check for a program already being
6865 started after sending a "run" command to gdb.
6866
6867 * gdb.base/twice.exp: Start with a fresh gdb.
6868
6869 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
6870 only depend on gdb's expression code, not the chill runtime.
6871
6872 * gdb.base/return.c: Put return values into variables so we
6873 can have gdb print them rather than depending on the program
6874 to print them.
6875 * gdb.base/return.exp: Corresponding changes.
6876
6877 * lib/gdb.exp: Provide default value for noinferiorio.
6878 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
6879 the inferior.
6880
6881 * gdb.base/break.exp: Always check for a program already being
6882 started after sending a "run" command to gdb.
6883 (text_next_with_recursion): Don't check the output from the
6884 program's printf statement. Instead just make sure the program
6885 exited.
6886
6887 * gdb.base/commands.exp: Protect tests which need arguments with
6888 $noargs conditionals.
6889
6890Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6891
6892 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
6893 of structure member arrays to match gdb/valops.c:value_addr change.
6894
6895Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
6896
6897 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
6898 cases.
6899
6900Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
6901
6902 * configure.in (configdirs): Remove gdb.chill from default list
6903 of subdirs and then add it back in only if doing a native build.
6904 The current chill compiler does not yet work in any cross build.
6905 * Revert all signal changes from Jul 6.
6906 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
6907 for sh-hms targets, allowing these tests to link, with no other
6908 changes. Testing is suppressed by setting "nosignals" in site.exp.
6909
6910Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
6911
6912 * configure.in (signaldirs): Define and add to configdirs for all
6913 targets except some specific ones that are known to not support signals.
6914 Also clean up formatting.
6915 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
6916 (signals, sigall): Remove rules to build.
6917 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
6918 Moved to new gdb.signals directory.
6919 * gdb.signals: New test directory.
6920 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
6921 signals.c signals.exp}: New or moved files.
6922
6923Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
6924
6925 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
6926
6927Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
6928
6929 * gdb.base/return.exp: Xfail `return double' test failure
6930 on at least Solaris 2.3 and handle future/past versions on
6931 a case by case basis as appropriate. Also update message
6932 to include i*86 failures.
6933
6934Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6935
6936 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
6937
6938 * lib/gdb.exp: Fix comment which erroneously identified
6939 gdb_file_cmd as gdb_load (the 19 May change was in fact to
6940 gdb_file_cmd not gdb_load).
6941 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
6942
6943 * gdb.base/setvar.exp: Make test names consistent between pass and
6944 fail cases. Use gdb_test more.
6945
6946Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6947
6948 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
6949
6950Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6951
6952 * gdb.base/help.exp: Fix expected help string for `show commands'.
6953
6954Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
6955
6956 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
6957
6958 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
6959 of a text section.
6960
6961Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
6962
6963 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
6964 that loop eventually terminates. Fix Connection refused logic so
6965 that testsuite will expire nicely.
6966
6967Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
6968
6969 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
6970 config/rom68k.exp: New tcl glue for the appropriate monitors.
6971 These all just end up calling monitor.exp.
6972 * config/monitor.exp (gdb_target_monitor): Handle `Connection
6973 refused' by retrying. Cleanup some timeout issues.
6974 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
6975 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
6976 callers don't have to set/restore global timeout variable.
6977
6978 * The following set of changes centralizes management of the global
6979 timeout variable. This way, it can be set in one target dependent
6980 place instead of dozens of places scattered throughout the test suite.
6981 If you need to lengthen a timeout, then you should either set timeout
6982 in one of the config/{target}.exp files, or multiply it by a factor.
6983 Setting it to an absolute value is always going to lose for some
6984 targets.
6985 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
6986 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
6987 * gdb.base/funcargs.exp: Don't set timeout.
6988 * gdb.base/list.exp (test_forward_search): Only use local timeout.
6989 * gdb.base/printcmds.exp (test_print_string_constants
6990 test_print_array_constants): Don't set timeout.
6991 * gdb.base/ptype.exp: Don't set timeout.
6992 * gdb.base/recurse.exp: Don't set timeout.
6993 * gdb.base/return.exp: Don't set timeout.
6994 * gdb.base/watchpoint.exp: Don't set timeout.
6995 * gdb.c++/classes.exp (do_tests): Don't set timeout.
6996 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
6997
6998Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
6999
7000 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
7001
7002Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7003
7004 * lib/gdb.exp: Disable chill tests for irix5.
7005
7006Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7007
7008 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
7009 each test pass or fail.
7010
7011Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7012
7013 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
7014 xlc not gcc.
7015
7016Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
7017
7018 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
7019
7020Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
7021
7022 * config/est.exp: Fix copyright and comments. Remove dead code.
7023 Use targetname, serialport and baud variables instead of fixed
7024 constants.
7025 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
7026 * config/cpu32bug.exp: New file to support cpu32bug monitors.
7027
7028Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7029
7030 * gdb.base/watchpoint.exp: Don't run
7031 test_watchpoint_triggered_in_syscall for sunos.
7032
7033Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7034
7035 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
7036 they don't seem to exist. Do include stdio.h.
7037
7038Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7039
7040 * gdb.base/a1-selftest.exp: Add alpha xfail.
7041
7042Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7043
7044 * gdb.base/watchpoint.c (main): Prompt before calling read().
7045 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
7046 Revise accordingly. Remove cruft about sending "123" several
7047 times, until it gets noticed. Clean up the "print buf[0]" stuff
7048 so that it passes or fails, and waits for prompts in the usual way.
7049
7050Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7051
7052 * gdb.base/recurse.exp: Fix comment.
7053
7054 * TODO: Remove item about printing variables in nodebug.exp. Add
7055 item about enabling tests which are only run on some targets.
7056
7057 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
7058 fail, make test names unique, use new gdb_test convention
7059 regarding pattern, use gdb_test more, etc.).
7060
7061 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
7062 fail, make test names unique, etc.).
7063
7064Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7065
7066 * gdb.base/nodebug.c: Change return type of top and middle to
7067 short.
7068 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
7069 are fixed by the recent mdebugread.c changes. Allow `short ()'
7070 as type for top and middle.
7071
7072Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7073
7074 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
7075 nearly as I can tell, the whole thing was an accident in Stu's
7076 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
7077 to replace a send/expect pair with gdb_test, but ended up only
7078 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
7079 of 30 Mar 1995 took care of it, but left this vestigial comment
7080 which I am now nuking.
7081
7082Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7083
7084 * gdb.base/break.exp: Look for different line number for
7085 breakpoint at main depending on usestubs.
7086
7087Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7088
7089 * gdb.base/list.exp: Adjust some alternate expect patterns to
7090 match recent list0.c change. Add alternate expect pattern for
7091 output from `list default lines around main' for optimizing
7092 compilers.
7093
7094Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7095
7096 * lib/gdb.exp: If nosignals is not set, set it to 0.
7097
7098Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
7099
7100 * config/slite-gdb.exp: Responds to load symbol table prompt.
7101 * gdb.base/break.exp: Adjust line number, fix rerun.
7102 * gdb.base/langs0.c: Add #ifdef usestubs.
7103
7104Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
7105
7106 * gdb.base/list.exp: Adjust line contents after adding new lines in
7107 list0.c. Also fix a syntax error.
7108
7109 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
7110 * gdb.base/break.exp: ditto.
7111 * gdb.base/list.exp: ditto.
7112 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
7113 * gdb.base/run.c: ditto.
7114 * gdb.base/list0.c: ditto.
7115 * gdb.base/funcargs.c: ditto.
7116
7117Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
7118
7119 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
7120 $targetname, $serialport and $baud instead of hardwired variables.
7121 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
7122 target doesn't support signals.
7123
7124Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
7125
7126 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
7127
7128Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7129
7130 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
7131 Don't rely on the value of an auto variable before it has been
7132 initialized. Use gdb_test more.
7133
7134Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7135
7136 * lib/gdb.exp (default_gdb_version): A version number must start
7137 with a digit, but other than that contains all characters up to
7138 the first whitespace character.
7139
7140Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7141
7142 * gdb.base/commands.exp (breakpoint_command_test): New tests.
7143
7144Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7145
7146 * gdb.c++/*.exp: Warn if executable does not exist. The original
7147 reason for skipping the warning was that configure.in sometimes
7148 intentionally skipped building the executables but the tcl code
7149 had no way of knowing. That (a) was always bogus with respect to
7150 error handling, (b) is no longer true (right now there is no way
7151 to skip C++ tests).
7152
7153 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
7154
7155Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7156
7157 * gdb.base/list.exp: Add expect patterns for output from
7158 SunPRO compiled executables.
7159 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
7160 types.
7161
7162Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7163
7164 * gdb.base/break.exp (test_next_with_recursion): Accept any line
7165 number (we are already testing that the correct source line text
7166 gets printed).
7167
7168 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
7169 that is what is intended, but something needed to be done to get
7170 sunos4 native working again.
7171
7172 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
7173
7174 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
7175 apparently went with a (very) old xfail.
7176
7177Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
7178
7179 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
7180 runto_main is a proc in gdb.exp that will do 'step' for target use
7181 stubs.
7182 * gdb.base/exprs.exp: ditto.
7183 * gdb.base/interrupt.exp: ditto.
7184 * gdb.base/opaque.exp: ditto.
7185 * gdb.base/printcmds.exp: ditto.
7186 * gdb.base/ptype.exp: ditto.
7187 * gdb.base/scope.exp: ditto.
7188 * gdb.base/setvar.exp: ditto.
7189 * gdb.base/signals.exp: ditto.
7190 * gdb.base/twice.exp: ditto.
7191 * gdb.c++/classes.exp: ditto.
7192 * gdb.c++/inherit.exp: ditto.
7193 * gdb.c++/templates.exp: ditto.
7194 * gdb.base/break.exp: no run and hit main for stubs. Change line
7195 numbers for breakpoints and info breakpoint.
7196 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
7197 breakpoint().
7198 * gdb.base/callfuncs.c: ditto.
7199 * gdb.base/exprs: ditto.
7200 * gdb.base/interrupt.c: ditto.
7201 * gdb.base/opaque0.c: ditto.
7202 * gdb.base/printcmds.c: ditto.
7203 * gdb.base/ptype.c: ditto.
7204 * gdb.base/scope0.c: ditto.
7205 * gdb.base/setvar.c: ditto.
7206 * gdb.base/signals.c: ditto.
7207 * gdb.base/twice.c: ditto.
7208 * gdb.c++/misc.cc: ditto.
7209 * gdb.c++/templates.cc: ditto.
7210
7211Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7212
7213 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
7214
7215 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
7216 somewhere between `read' and `main.c'. I'm pretty sure the
7217 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
7218 and it isn't particularly useful.
7219
7220 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
7221
7222Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7223
7224 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
7225
7226Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
7227
7228 * config/mt-slite: add LIBS and -nostdlib.
7229 * config/slite-gdb.exp: add this new file to support sparclite target.
7230
7231Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
7232
7233 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
7234
7235 * gdb.base/a2-run.exp: Change argument to istarget from
7236 "*-*-vxworks" to "*-*-vxworks*".
7237 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
7238
7239Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
7240
7241 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
7242 will not runto main but do a 'step' to step out of breakpoint().
7243 * config/mt-slite: add -Dusestubs.
7244
7245Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7246
7247 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
7248 instead of just @.
7249
7250 * gdb.base/signals.exp: Add test for "handle all print".
7251 * TODO: Remove "handle all print". Also remove item about
7252 checking copyright date (I don't like the idea of a spurious FAIL
7253 based on when we run the tests).
7254
7255 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
7256 for SunOS4 (reason for failure not investigated). Remove
7257 redundant test for $binfile.
7258
7259 * gdb.base/nodebug.c (array_index): Call malloc.
7260
7261 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
7262
7263Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
7264
7265 * gdb.base/recurse.exp: Update gdb_test invocation to use new
7266 conventions and slightly simplify the matching regexp.
7267
7268Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7269
7270 * gdb.base/break.exp: Update gdb_test invocation to use new
7271 convention.
7272
7273 * lib/gdb.exp: If noargs is not set, set it to 0.
7274
7275 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
7276 tests unique.
7277
7278 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
7279
7280Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7281
7282 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
7283 one argument of type "<non-float parameter>".
7284
7285Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
7286
7287 * config/rom68k.exp: New file to support Motorola IDP board.
7288 * gdb.base/a2-run.exp: Skip this file if noargs is set.
7289 * gdb.base/break.c: Change things around so that this program
7290 doesn't depend upon args. This is necessary to make remote
7291 targets work (in general, they can't take args).
7292 * gdb.base/break.exp: Don't try to send args to program. Don't
7293 expect output. Also, replace lots of code with gdb_test.
7294
7295Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7296
7297 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
7298 printing of '\'' (which is what the comment says we are testing,
7299 even though we were not), not '''.
7300 (test_integer_literals_rejected): Test that printing ''' is an error.
7301
7302 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7303 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
7304 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
7305 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
7306 Use gdb_test not test_print_accept.
7307 * lib/gdb.exp: Remove test_print_accept.
7308
7309 * gdb.base/signals.exp (signal_tests_1): Make pass message
7310 consistent with fail message.
7311
7312 * gdb.base/whatis.exp: Remove xfails for printing char vs.
7313 unsigned char; the bug (PR 1821) is fixed.
7314
7315 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
7316
7317 * gdb.base/scope.exp (test_at_localscopes): Call pass for
7318 successful tests--makes xfailing them work right.
7319
7320Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7321
7322 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
7323 only \r\n, not .*. The test can pass .* as the last thing in
7324 $pattern if that is what it wants. In addition to providing this
7325 flexibility, this change should speed up pattern matching in cases
7326 where the pattern already ended with .* (there were a number of
7327 them). This change also helps catch bad patterns--in the old
7328 scheme the typo "char \*" instead of "char \\*" would pass. Now
7329 it is caught.
7330 * Many .exp files: Update callers.
7331
7332 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
7333 clearer and does not spuriously match multiple ('s. Likewise for
7334 ) and *.
7335
7336 * gdb.base/nodebug.exp: Test ability to call a function and pass
7337 it a string (even with no debugging info).
7338
7339 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
7340 "p '\'", which is the same as "p ''" once tcl gets done with
7341 quoting, to "p '\\'", which I suspect is what is intended (one
7342 backslash gets sent to GDB).
7343
7344 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
7345
7346Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7347
7348 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
7349 1817) was fixed literally years ago.
7350
7351Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7352
7353 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
7354 test, it causes stepping out of call_after_alloca_subr with
7355 optimizing compilers.
7356 (localvars_in_indirect_call): Consume GDB prompt if `finish'
7357 fails.
7358
7359 * gdb.c++/templates.exp: Source templ-info.exp only if
7360 the templates executable exists.
7361
7362 * gdb.c++/misc.cc (class Contains_static_instance,
7363 class Contains_nested_static_instance),
7364 gdb.c++/classes.exp (test_static_members): Test printing of
7365 a class that contains a static instance of the class.
7366
7367Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7368
7369 * gdb.base/langs2.c (cppsub_): Don't prototype.
7370 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
7371 only, I believe).
7372
7373Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7374
7375 * lib/gdb.exp (skip_chill_tests): New procedure.
7376
7377 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
7378
7379Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
7380
7381 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
7382 each expect pattern. Cuts runtime from 12 to about 4 seconds.
7383
7384Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7385
7386 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
7387
7388 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
7389 disassemble 8, not 16, instructions for part 4.
7390
7391 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
7392 support the latter anymore.
7393
7394 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
7395 -DNO_PROTOTYPES.
7396 * gdb.base/callfuncs.c: Control use of prototypes based on
7397 NO_PROTOTYPES, not __STDC__.
7398 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
7399 t_float_values2 tests if prototypes in use.
7400
7401 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
7402 t_double_values): When checking differences against DELTA, check
7403 that difference is within the range (-DELTA,DELTA), not just
7404 (-infinity,DELTA).
7405
7406Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
7407
7408 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
7409 'file' command firts, then 'target', then 'load', this is due to gdb
7410 target set up.
7411 * config/mips-gdb.exp: Fix a couple regular exp bugs.
7412
7413Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
7414
7415 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
7416 FP load/store variants.
7417 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
7418
7419Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7420
7421 * gdb.base/term.exp: Do not give a warning if not native, it is
7422 not an abnormal condition.
7423
7424Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
7425
7426 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
7427 t_char_array".
7428
7429Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7430
7431 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
7432 are getting the version number.
7433
7434 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
7435 if not native, it is not an abnormal condition.
7436
7437Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7438
7439 * lib/gdb.exp: Just use "file exists", rather than undocumented
7440 dejagnu procedure "findfile".
7441
7442Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7443
7444 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
7445 (LDFLAGS): Set to -Xlinker -Ur.
7446
7447 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
7448 Removed, these values are set by lib/gdb.exp.
7449
7450 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
7451
7452Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7453
7454 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
7455 of replicating gdb startup code.
7456
7457 * config/mt-vxworks (LDFLAGS): Set to -r.
7458 (CFLAGS_FOR_TARGET): Removed.
7459
7460 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
7461 (gdb) and gdb for vxworks uses (vxgdb).
7462
7463 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
7464 executable is not in the tree and host != target, use sed and
7465 program_transform_name to determine the gdb name used by the
7466 target.
7467
7468 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
7469 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
7470
7471Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7472
7473 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
7474 floats, chars, and shorts where there are ANSI-style function
7475 definitions.
7476
7477 * gdb.base/langs.exp, gdb.base/langs*: New test.
7478 * gdb.base/Makefile.in: Build it.
7479 * TODO: Remove item about checking that C names don't get C++
7480 demangling applied; this test tests it.
7481
7482Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7483
7484 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
7485 went with the const70 xfail. The xfail went away a year ago.
7486
7487 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
7488
7489 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
7490 for hp300.
7491
7492 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
7493
7494 * gdb.base/a1-selftest.exp: Don't run on hp300.
7495
7496Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7497
7498 * Makefile.in (site.exp): Set host_alias and target_alias as well
7499 as host_triplet and target_triplet.
7500
7501Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7502
7503 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
7504
7505 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
7506 places as other ecoff systems).
7507
7508 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
7509 ultrix.
7510
7511Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7512
7513 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
7514 remove them.
7515 * gdb.base/nodebug.exp: Accept "function" in addition to "text
7516 variable and "variable" in addition to "data variable".
7517 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7518
7519 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7520 2.
7521 * gdb.base/list1.c (long_line): Add additional statement at start
7522 of function.
7523 * gdb.base/list.exp (test_forward_search): Update line number to
7524 reflect new statement.
7525
7526Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7527
7528 * gdb.base/signals.exp: Reinitialize searched source directories
7529 after gdb_start call.
7530
7531Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
7532
7533 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
7534 * gdb.stabs/Makefile.in: Likewise.
7535
7536 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
7537 change. Instead split the tests into smaller pieces.
7538 * gdb.disasm/hppa.s: Corresponding changes.
7539
7540Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7541
7542 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7543 Quote ^C when passing it to stty. For some shells ^ is a pipe.
7544
7545 * gdb.base/funcargs.exp: Modify many tests so that every test
7546 either passes or fails. Make some test names unique.
7547
7548Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7549
7550 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7551 Call stty to set interrupt character.
7552
7553 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
7554 for HP assembler versus GNU assembler based on actual behavior of
7555 $(CC), rather than assuming that $(AS) is always the GNU assembler.
7556
7557 * TODO: Suggest a few more stepping tests.
7558
7559Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
7560
7561 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
7562 restart GDB for h8300 after a continue.
7563 (return): Add pattern to match a29k-udi behavior.
7564 * gdb.base/nodebug.exp: Remove obsolete comment.
7565 * gdb.base/regs.exp: New file, testing of register displays.
7566 * gdb.base/return.exp: Fix typo in reference to $objdir.
7567 * gdb.base/whatis.exp: Always start with a fresh GDB.
7568
7569Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7570
7571 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
7572 higher, these tests generate a lot of output.
7573
7574Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7575
7576 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
7577 code following the catch silently ignored some errors; without the
7578 catch they should be thrown like any other tcl error. Also, the
7579 catch used "" instead of {} which meant all the callers who wanted
7580 to include one of the characters "[]$ had to quote it an extra time.
7581 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
7582 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
7583 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
7584 Remove extra quoting.
7585
7586Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
7587
7588 * gdb.base/commands.exp: Make test names unique; every test either
7589 passes or fails. Update some comments.
7590
7591 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
7592
7593Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7594
7595 The following fixes a FAIL caused by the fact that the alpha stabs
7596 configuration didn't use the ".if alpha" code in weird.def.
7597 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
7598 bit pointer, so the 32 bit version works even on the alpha.
7599 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
7600 Remove the stuff which allowed us to have separate versions for
7601 alpha and everything else.
7602
7603 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
7604 regexp which "info func operator\[\](" is supposed to match. Fix
7605 string to send to GDB. Note that GDB still doesn't work right. Add a
7606 new test for "info func .perator\[\](" which GDB does handle correctly.
7607
7608 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
7609
7610Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7611
7612 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
7613 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
7614 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
7615 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
7616 it makes the tests harder to understand and confuses test-o-matic.
7617 The preferred style is that each test provides a PASS or a FAIL,
7618 and has a unique message (e.g. "continue #54" not just "continue")
7619 which is the same for the pass and the fail.
7620 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7621 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
7622 to lib/gdb.exp.
7623 * gdb.base/printcmds.exp: Use test_print_accept. Remove
7624 prt_accept which was basically the same thing. Likewise for
7625 test_print_reject and prt_reject.
7626 * lib/gdb.exp (test_print_reject): Add some more error message
7627 patterns to match from the former printcmds.exp (prt_reject).
7628 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
7629 One defect of the passcount stuff is that some of it failed to
7630 report XPASS where appropriate.
7631 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
7632 stuff before and after arg in expected pattern.
7633 (test_paddr_operator_functions): Re-do test without print_addr_of;
7634 this is the only test which seems to want extra stuff there.
7635
7636Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7637
7638 * gdb.base/nodebug.exp: Update new tests to reflect improved
7639 wording of gdb output.
7640
7641 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
7642 and "ptype" work on variables in files compiled without -g.
7643 Replaces commented out "maint print msymbol" tests.
7644
7645Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7646
7647 * gdb.base/setvar.c (dummy): Call malloc.
7648
7649 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
7650 losing with the irix4 sed.
7651
7652 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
7653 ALRM" on irix4.
7654
7655Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7656
7657 * TODO: Remove items about corefile.exp testing new exec-file and
7658 backtrace; both are now done. Add items about printing enums.
7659
7660Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7661
7662 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
7663 "get signal $thissig" test fails.
7664
7665 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
7666
7667Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7668
7669 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
7670 compiler warning with dec alpha compiler.
7671
7672 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
7673 extra \n from gdb_test call (this explains why the prompt test
7674 that I removed yesterday was there).
7675 (user_defined_command_test): Remove extra \n and prompt test.
7676
7677 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
7678 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
7679 doesn't exist.
7680 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
7681 Also remove alpha workaround, which turns out to be because
7682 SIGABRT == SIGLOST.
7683
7684 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
7685
7686 * gdb.base/help.exp: Don't test "help show".
7687
7688Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7689
7690 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
7691 "set print address" is on.
7692 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
7693 pass prompt to gdb_test; gdb_test already looks for the prompt.
7694
7695 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
7696
7697 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
7698 was a vestige of the manual TESTSTRATEGY, and the purpose of it
7699 was to make sure that gdb can read a core file. But (a) the "read
7700 the corefile" part didn't make it to a1-selftest.exp, we just
7701 delete the corefile after creating it, and (b) we test reading
7702 corefiles in corefile.exp anyway. Also, this test left around a
7703 xgdb process on Solaris.
7704
7705 * gdb.base/corefile.exp: Also test backtrace.
7706
7707Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
7708
7709 * gdb.base/commands.exp: Test a simple user defined command with
7710 arguments and if/while statements; verify the full user command is
7711 printed by "show user".
7712
7713 * gdb.base/commands.exp: Test if/while commands as part of a
7714 breakpoint command list; verify they appear in breakpoint
7715 information.
7716
7717Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7718
7719 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
7720 than by dividing by zero.
7721
7722Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
7723
7724 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
7725 performing an inferior call with watchpoints enabled.
7726 * gdb.base/watchpoint.c (main): Delete second unnecessary read
7727 call.
7728
7729Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7730
7731 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
7732 of "file" command.
7733
7734 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
7735 Add additional pattern for when "int operator int(void);" appears
7736 in a different order.
7737
7738Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7739
7740 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
7741
7742 * gdb.base/help.exp: Replace most of docstrings for "info signals"
7743 and "signal" with ".*".
7744
7745Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7746
7747 * TODO: Add note about "handle all nostop".
7748
7749 * gdb.base/{sigall.c, sigall.exp}: New test.
7750 * gdb.base/Makefile.in: Add it.
7751
7752Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7753
7754 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
7755 when invoking GDB, suppresses any windowing interface.
7756
7757Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
7758
7759 * config/sim-gdb: New file, simulator testing support.
7760
7761Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
7762
7763 * gdb.base/interrupt.exp: Test calling func1 twice.
7764
7765Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
7766
7767 * gdb.base/list.exp (test_forward_search): Set timeout higher
7768 when we'll be getting lots of output from gdb.
7769
7770 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
7771 "init_malloc" to after the expect statement. Run it if that
7772 regexp is taken, but also for two others which happen if source
7773 cannot be found.
7774
7775Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7776
7777 * gdb.base/printcmds.exp: New test, for printing register before
7778 program is running.
7779
7780Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7781
7782 * gdb.base/list.exp: Correct some alternate expect patterns
7783 to reflect changes in list1.c.
7784
7785Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7786
7787 * TODO: Add item regarding large frames.
7788
7789 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
7790
7791 * TODO: Remove item about enabling return.exp; it
7792 is enabled. Suggest a few more "return" tests.
7793
7794Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7795
7796 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
7797 anonymous unions.
7798
7799Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7800
7801 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
7802 and pr-5646.o, so "make" is the same as "make all", not "make
7803 pr-4975.o".
7804
7805Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
7806
7807 * gdb.base/list.exp: Adjust expectations to reflect changes in
7808 list1.c.
7809 (test_forward_search): New test proc.
7810 * gdb.base/list1.c (long_line): New function, has long source line.
7811
7812Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
7813
7814 * gdb.base/a1-selftest.exp: Change initial stepping to know about
7815 additional line of code that was added.
7816
7817Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
7818
7819 * gdb.disasm/hppa.s: Break the large branching tests into smaller
7820 tests so as not to overflow expect's input buffers.
7821 * gdb.disasm/hppa.exp: Corresponding changes.
7822
7823Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7824
7825 Beginnings of template debugging tests.
7826 * gdb.c++/templ-info.cc: New file to test for template
7827 debugging capability of the compiler.
7828 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
7829 templ-info.cc.
7830 * gdb.c++/templates.cc: Add explicit template instantiations
7831 to enable compiling with -fno-implicit-templates. Add destructor
7832 and 'value' method to T5 class for template tests.
7833 * gdb.c++/templates.exp: Add testcases for printing of template
7834 types, setting breakpoints on template methods and calling a
beb998c6 7835 template method.
c906108c
SS
7836
7837Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
7838
7839 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
7840 branch target since some assemblers (gas-2.5) may emit a
7841 relocation for the branch instead of resolving it in the
7842 assembler.
7843
7844Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7845
7846 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
7847 through signal handler.
7848
7849Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7850
7851 * configure.in (*-*-netware): Use config/mt-netware.
7852
7853 * config/mt-netware: New file.
7854 * config/mt-i386-netware: Removed, separate configs for different
7855 netware architectures are no longer needed now that we have
7856 --with-headers.
7857
7858Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7859
7860 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
7861 by the recent changes to use ANSI C arithmetic conversions.
7862
7863Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7864
7865 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
7866 bug involving using inferior_pid to figure out whether to select a
7867 frame.
7868
7869Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
7870
7871 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
7872 match the current disassembler output.
7873
7874Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
7875
7876 * gdb.fortran/exprs.exp: Expect VOID instead of void.
7877 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
7878 types, expect "int" as type of integer values (for now).
7879
7880Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
7881
7882 * gdb.base/commands.exp: New tests for if/while commands.
7883
7884Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
7885
7886 * lib/gdb.exp (runto): Replace sub-pattern for hex value
7887 by .*, since hex values have different syntax in Chill mode.
7888
7889Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7890
7891 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
7892 linefeed from expect pattern for repeated types with indices > 9.
7893
7894Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
7895
7896 First part of Fortran test suite.
7897 * gdb.fortran: New directory.
7898 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
7899
7900Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7901
7902 * gdb.base/default.exp: Update expect pattern for load command
7903 without arguments.
7904
7905Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7906
7907 * configure.in: Change i386 to i[345]86.
7908 * gdb.base/configure.in: Likewise.
7909 * gdb.c++/configure.in: Likewise.
7910 * gdb.chill/configure.in: Likewise.
7911
7912Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
7913
7914 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
7915 patterns, since that is not a valid context for comments.
7916
7917Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
7918
7919 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
7920 repeated types and repeated types with indices > 9.
7921
7922Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7923
7924 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
7925 2417; old bug has been fixed.
7926
7927Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
7928
7929 * gdb.base/interrupt.exp: When trying to wake up the inferior,
7930 send the newline ourselves instead of assuming gdb_test will do
7931 so when passed an empty input string.
7932
7933 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
7934 stabs testcode.
7935
7936Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7937
7938 * lib/gdb.exp (gdb_test): Don't send anything if the first
7939 argument is an empty string. This makes cases where we want to
7940 match output that is already in expect's buffers (for example,
7941 matching a breakpoint after gdb_run_cmd has been called) work
7942 reliably.
7943
7944Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7945
7946 * config/netware.exp: New file.
7947
7948Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7949
7950 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
7951 the -B and -L prefixes so we can find the debugging stub.
7952
7953 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
7954 there and we are using the gcc from the tree.
7955
7956 * gdb.base/types.c: Removed.
7957
7958 * gdb.base/configure.in: Look for makefile fragments in ../config.
7959 Recognize i386-*-netware.
7960 * gdb.c++/configure.in: Likewise.
7961
7962Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7963
7964 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
7965 the correct TCL syntax.
7966
7967Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7968
7969 * gdb.base/opaque.exp: use runto instead of messing around with
7970 breakpoints. Simplify by using gdb_test.
7971
7972 * gdb.base/bitfields.exp: restart between tests on netware targets
7973 because breakpoints aren't relocated after target death. Run
7974 processes to completion.
7975
7976 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
7977
7978Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
7979
7980 * Makefile.in: Remove extra tabs that confuse some versions
7981 of "make". Use the newly built gdb to test with by default,
7982 rather than the first one in the tester's search path.
7983
7984Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
7985
7986 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
7987
7988 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
7989 condition help.
7990
7991Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7992
7993 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
7994
7995 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
7996 running.
7997 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
7998 * gdb.base/funcargs.exp: Likewise.
7999
8000 * gdb.base/bitfields.exp: Simplify by using gdb_test.
8001 * gdb.base/funcargs.exp: Likewise.
8002
8003 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
8004 message is "".
8005
8006Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8007
8008 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
8009 return,signals,twice}.exp: Handle non-existant binaries
8010 consistantly.
8011
8012 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
8013 * gdb.base/Makefile.in: Don't try to generate a core dump, we
8014 might testing a cross development system.
8015
8016Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8017
8018 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
8019 runtest script is relative to ${srcdir}, not ${rootdir}.
8020
8021Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
8022
8023 * gdb.base/signals.exp: Allow for optionality of breakpoint
8024 address.
8025
8026Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8027
8028 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
8029
8030Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8031
8032 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
8033 for size_t definition.
8034 * gdb.c++/templates.cc: Likewise
8035
8036 * config/mt-i386-netware: New file.
8037
8038 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
8039 defined.
8040
8041 * gdb.base/Makefile.in: Added support for systems that name core
8042 files by appending "core" to the program name.
8043 * gdb.base/a1-selftest.exp: Likewise.
8044
8045Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8046
8047 * gdb.base/return.exp: Add comment and message for `return double'
8048 test failure on Sparc Solaris.
8049
8050Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
8051
8052 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
8053
8054Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8055
8056 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
8057 from optimizing them away.
8058 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
8059 patterns to include default constructors and assignment operators,
8060 to match gcc versions beyond 2.5.8. Accept any cplus demangling
8061 character in the output of the virtual base pointer.
8062
8063Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8064
8065 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
8066 expression match in print_addr_of to avoid unintented matches.
8067 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
8068 versions up to 2.5.8.
8069
8070Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8071
8072 * gdb.base/list.exp: Tweak alternate pattern for listing of an
8073 included file to run under newer versions of expect.
8074 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
8075 consecutive >'s in templates to accomodate recent cplus-dem.c change.
8076 Remove xfail for the virtual table of BDDHookV.
8077
8078Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8079
8080 * lib/gdb.exp (string_to_regexp): Set a default result.
8081 (default_gdb_start): Fix misleading message.
8082
8083Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
8084
8085 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
8086 Remove all CC, etc definitions.
8087 * config/mt-hpux: New file.
8088 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
8089 (CFLAGS, LDFLAGS): Define.
8090 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
8091
8092 * Makefile.in (site.exp): Don't insert host_os, etc.
8093 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
8094 (distclean): Check existence of subdir.
8095 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
8096 * gdb.base/Makefile.in: General cleanup and simplification.
8097 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8098 to build executables. Use default rule to build .o files.
8099 (EXPECT, RUNTEST, CC): Fix relative pathname.
8100 (site.exp): Don't insert host_os, etc.
8101 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
8102 and/or SIGUSR1 defined.
8103 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
8104 * gdb.c++/Makefile.in: General cleanup and simplification.
8105 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8106 (CFLAGS): Remove.
8107 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
8108
8109Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
8110
8111 * gdb.base/recurse.exp: Misc changes to get tests running again
8112 after Kung's changes to the watchpoint code.
8113 * gdb.base/watchpoint.exp: Likewise.
8114
8115Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
8116
8117 * lib/gdb.exp (string_to_regexp): Convert {\} also.
8118
8119Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8120
8121 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
8122 * lib/gdb.exp (default_gdb_start): Define.
8123 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
8124 gdb.base/funcargs.exp, gdb.base/opaque.exp,
8125 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
8126 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
8127 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
8128 Don't call gdb_target_udi in between tests.
8129
8130Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8131
8132 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
8133 (which was basically just a local version of the same thing). In
8134 addition to avoiding duplication, gdb_test_exact is faster.
8135 * lib/gdb.exp (gdb_test_exact): Fix typo.
8136
8137 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
8138 don't give an error.
8139
8140 * gdb.base/term.exp: Call delete_breakpoints before starting.
8141
8142 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
8143 (t10): Add comment.
8144
8145Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8146
8147 Reorganization of the GDB Test Suite.
8148
8149 * gdb.base: New directory, contains all the basic tests.
8150 * gdb.c++: New directory, tests specific to C++.
8151 * gdb.chill: New directory, tests specific to Chill.
8152 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
8153 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
8154 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
8155 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
8156 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
8157 t30-31 to chill).
8158 * */gdbme.*: Rename to match appropriate expect scripts.
8159 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
8160 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
8161 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
8162 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
8163 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
8164 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
8165 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
8166 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
8167 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
8168 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
8169 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
8170 gdb.c++/virtfunc.cc: New names of C++ files.
8171 * gdb.chill/chillvars.ch: New name of Chill file.
8172 * gdb.base/configure.in, gdb.c++/configure.in,
8173 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
8174 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
8175 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
8176 * configure.in (configdirs): Update to reflect directory changes.
8177 (target_abbrev): No longer define for any configuration.
8178 * Makefile.in: Cosmetic improvements to header comments.
8179
8180Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8181
8182 Various changes to gdb.t31:
8183
8184 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
8185 * gdbme.ch: Make all key-words and predefineds be upper-case.
8186 * chillvars.exp: Expect key-words and predefinds in upper-case.
8187
8188 * chillvars.exp: Use gdb_test_exact many places.
8189 Change expected output for arrays (which now includes index labels).
8190
8191 * pr-5020.exp, gdme.ch (module PR_5020):
8192 New test, for PR-5020.
8193
8194Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
8195
8196 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
8197 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
8198
8199Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
8200
8201 * Makefile.in: Fix bit-rot in definitions of CHILL,
8202 CHILL_FOR_TARGET and Chill_LIB.
8203 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
8204 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
8205 CHILL, and CHILL_LIB.
8206
8207Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
8208
8209 * Revert the previous changes. Please see Rob's directory
8210 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
8211
8212Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
8213
8214 * Makefile.in, configure.in, config/mips-gdb.exp,
8215 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
8216 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
8217 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
8218 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
8219 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
8220 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
8221 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
8222 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
8223 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
8224 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
8225 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
8226 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
8227 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
8228 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
8229 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
8230 changes from 94Q1.
8231
8232Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
8233
8234 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
8235 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
8236 Rob's new testing fragments.
8237
8238Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
8239
8240 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
8241 lib/gdb.exp: Replace error proc calls with perror.
8242
8243Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8244
8245 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
8246 version also, match on casted version strings, and match on
8247 gdb startup case where the line numbers might be messed up.
8248
8249Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
8250
8251 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
8252 (CFLAGS): Delete it from here.
8253
8254Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
8255
8256 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
8257
8258Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
8259
8260 * Makefile.in (RUNTEST): Default to just "runtest".
8261
8262Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8263
8264 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
8265 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
8266 the code has been restructured.
8267
8268Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8269
8270 * gdb.t00/default.exp (set write): Allow any number of \r and/or
8271 \n, not just one of each.
8272
8273 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
8274 /bin/cc gives a warning if you do.
8275
8276Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
8277
beb998c6 8278 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
8279 __t10ListS_link1ZUiRCUiPT0
8280
8281Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8282
8283 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
8284 on local variables in recursive functions.
8285
8286 * gdb.t07/Makefile.in: Build the new test.
8287
8288Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8289
8290 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
8291 directly. Instead compare the return values from actual calls.
8292
8293Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
8294
8295 * Makefile.in (check): Set TCL_LIBRARY for runtest.
8296
8297Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8298
8299 * From Peter Schauer with minor modifications.
8300 * gdb.t15/return.exp (return_tests): Handle targets where "return"
8301 stops in mid-line in the caller. Add xfail for returning a float
8302 value on X86 targets.
8303
8304Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8305
8306 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
8307 to avoid expect lossage.
8308 (fmem_LRbug_tests): Likewise.
8309 * gdb.disasm/hppa.s: Corresponding changes.
8310
8311 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
8312 conditions to work with latest dejagnu/expect.
8313
8314 * gdb.t15/funcargs.exp (finish from indirect call): No longer
8315 expected to fail on the PA.
8316 (backtrace in call with trampolines): Explicitly require main
8317 to be frame #1 (no trampolines should show up in backtrace).
8318
8319 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
8320 "continue -expect".
8321 * gdb.t06/break.exp: Likewise.
8322 * gdb.t07/watchpoint.exp: Likewise.
8323 * gdb.t13/bitfields.exp: Likewise.
8324 * gdb.t15/{funcargs,return}.exp: Likewise.
8325 * gdb.stabs/weird.exp: Likewise.
8326 * config/{mips,udi}-gdb.exp: Likewise.
8327
8328 * hppa.sed: Enclose comments within a sed command to avoid
8329 losing with the old OSF1 sed.
8330
8331Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8332
8333 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
8334 sequent dynix.
8335 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
8336 * gdb.t15/funcargs.exp: Conditionally step again to really
8337 finish from marker_call_with_trampolines. Handle the case where
8338 the first step from within call_with_trampolines already steps
8339 us back to main.
8340 * gdb.t15/gdbme.c: Add comment to closing brace of
8341 call_with_trampolines for funcargs.exp.
8342
8343Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8344
beb998c6 8345 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
8346 Fix typo(s).
8347
8348Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8349
8350 * gdb.t07/gdbme.c: More code for watchpoint testing.
8351
8352 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
8353 "Hardware watchpoint" throughout file.
8354 (test_watchpoint_triggered_in_syscall): New test.
8355 (test_complex_watchpoint): New test.
8356
8357Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8358
8359 * gdbme.c (call_with_trampolines): New function to try and step
8360 into. Tests trampoline problems on the PA.
8361
8362 * funcargs.exp (localvars_in_indirect_call): No longer expect
8363 stepping into indirect call to fail on PAs.
8364 (test_stepping_over_trampolines): New test.
8365
8366Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8367
8368 * TODO: Add suggestions for static member function tests, and
8369 completion tests.
8370
8371Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8372
8373 * TODO: Add suggestions for "p/a" tests.
8374
8375 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
8376 (default_gdb_exit): Replace all the hair with sending "quit" to
8377 the process with a simple close.
8378
8379Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8380
8381 * TODO: Add suggestions for shared library tests.
8382
8383Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8384
8385 * TODO: Add suggestions for x/s tests.
8386
8387Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8388
8389 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
8390 "enable once", and "enable breakpoints once" with ".*".
8391
8392Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8393
8394 * TODO: Add suggestions about structure passing tests.
8395
8396Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8397
8398 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
8399 the primary1 test, use work around if __GNUC__ < 2.
8400 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
8401 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
8402 Test for bad output rather than waiting for timeout. Issue
8403 second continue only if first continue failed.
8404
8405Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8406
8407 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
8408 operator[] test with gdb_test because the old code didn't seem to
8409 be getting the quoting right with the new dejagnu.
8410
8411Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
8412
8413 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
8414 one from the path.
8415 * Makefile.in: Use a fresh expect if there is one, use runtest
8416 from the src tree if there is one.
beb998c6 8417
c906108c
SS
8418Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8419
8420 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
8421 next over recursive call. Revise the tests from that point on
8422 (which had been skipped) to match GDB's actual (correct) output.
8423
8424 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
8425 with next over a breakpoint whose condition is false.
8426
8427 * gdb.t00/help.exp: Comment out "help set print" tests just like
8428 (and for same reason as) "help set" test.
8429
8430Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8431
8432 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
8433 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
8434
8435Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8436
8437 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
8438 necessary gdb_target_udi.
8439
8440 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
8441
8442 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
8443 1838 and 2417; they are fixed.
8444
8445 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
8446 gdb.t03/ptype.exp (ptype structure, ptype union):
8447 Remove xfails; the test is looser than when the xfails were added.
8448
8449 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
8450 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
8451
8452 * gdb.t01/run.exp: Only run shell test if isnative.
8453
8454 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
8455 since "run" automatically loads if necessary. Call gdb_target_udi
8456 after the "file" since "file" kills any execution target.
8457
8458 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
8459 GDB. GDB doesn't work that way (not anymore at least) on UDI.
8460 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
8461 argument for UDI.
8462
8463Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8464
8465 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
8466
8467 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
8468
8469Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8470
8471 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
8472 properly quoting regexps. This makes the second argument to
8473 demangle a fixed string, which matches the callers, instead of a
8474 shell-style pattern which is what the previous implementation
8475 used. Update some of the callers.
8476
8477Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8478
8479 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
8480 (comib_nullified_tests): Fix typo.
8481 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
8482 strings. No longer expected to fail.
8483
8484 * gdb.disasm/hppa.s (addib_tests): Fix typo.
8485 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
8486 strings. No longer expected to fail.
8487
8488 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
8489 string. No longer expected to fail.
8490
8491Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8492
8493 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
8494 No longer expected to fail.
8495
8496 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
8497 string. No longer expected to fail.
8498
8499Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8500
8501 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
8502 only in the names (I probably got most of them). I was even
8503 generous with some which differed in underscores in names, and
8504 probably missed a few, and I *still* was able to remove almost a
8505 third of the file with almost no impact on testsuite coverage.
8506
8507Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8508
8509 * gdb.t00/default.exp: Match udi_attach error message as well as
8510 the one from child_attach.
8511
8512 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
8513
8514 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
8515
8516 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8517 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8518
8519 * Move test with enums and partial symbols back to
8520 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8521 Reverts the change of 26 May 93. Per today's change to
8522 stabs.texinfo, the behavior that weird.exp was expecting was
8523 unreasonable; what is important is that the compiler+gdb get
8524 things right, which happens with a recent gcc. Also fix the test
8525 to deal with native compilers which put out the stab gdb can't
8526 deal with.
8527
8528Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8529
8530 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
8531 in the names. The main thing these accomplish is to slow things down.
8532 Many more such duplicates surely remain.
8533
8534 * gdb.t00/help.exp: Comment out "help support" test just like
8535 (and for same reason as) "help set" test.
8536
8537Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
8538
8539 * gdb.t06/break.exp: Remove setup_xfails for
8540 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
8541 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
8542 about known bug in gcc to include up through 2.5.8.
8543 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
8544 well as "_vb$".
8545 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
8546 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
8547 with latest gcc and gdb.
8548 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
8549 well as "_vb$".
8550
8551Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8552
8553 * configure.in (hppa*-*-*): Also configure and build stabs-only
8554 tests.
8555
8556Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8557
8558 * gdb.t10/hppa.mt: A makefile fragment for the PA.
8559 * gdb.t10/configure.in (hppa*-*-*): Use it.
8560
8561Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8562
8563 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
8564
8565Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8566
8567 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
8568 versions prior to 1.13.5.
8569
8570Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8571
8572 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
8573 the prompt is at the start of a line.
8574
8575Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8576
8577 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
8578 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
8579 in the copr tests now.
8580 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
8581 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
8582 expected to fail.
8583
8584Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
8585
8586 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
8587 gdb.t31/chillvars.exp, lib/gdb.exp:
8588 Tweak to run under either version of expect.
8589 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
8590 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
8591 * gdb.t11/list.exp: Remove extraneous whitespace.
8592
8593Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8594
8595 * gdb.t16/printcmds.exp (test_print_strings): Accept
8596 "(unsigned char *) " before the string.
8597
8598 * TODO: Add notes about printing of fancy types and GDB expressions.
8599
8600Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
8601
8602 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
8603 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 8604 if doing mips-idt-ecoff.
c906108c
SS
8605
8606Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
8607
8608 * Most .exp files: Tweak to run under either version of expect.
8609
8610Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8611
8612 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
8613 xfails; I'm not sure why they are failing, but not because of PR 1806.
8614
8615Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
8616
8617 * config/unix-gdb.exp: Remove gdb_unload cause it's already
8618 defined in lib/gdb.exp.
8619
8620Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8621
8622 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
8623 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
8624 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
8625 have to be typeless.
8626
8627Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8628
8629 * TODO: Add suggestion for copyright year test.
8630
8631Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
8632
8633 * configure.in (*-*-lynxos*): Add stabs tests.
8634
8635Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8636
8637 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
8638 so insert a tab before any assembler directive in column zero.
8639
8640 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
8641 stores.
8642 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
8643 stores.
8644 (fpu_short_memory_tests): Likewise.
8645
8646Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8647
8648 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
8649 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
8650 .stabs directives in comments.
8651
8652Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8653
8654 * TODO: New file, describing tests we could write.
8655 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
8656
8657Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8658
8659 * gdb.t06/signals.exp: Add kludge to force re-sync.
8660
8661 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
8662 to xgdb instead of gdb, get out of gdb.
8663
8664Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
8665
8666 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
8667 for info.
8668
8669Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8670
8671 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
8672 * gdb.stabs/configure.in (hppa*-*-*): Use it.
8673 * gdb.stabs/hppa.sed: New sed script for the PA.
8674
8675Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8676
8677 * gdb.stabs: Re-write weird.def and configuration to use sed
8678 instead of cpp. sed is portable and POSIX; cpp is neither.
8679
8680Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8681
8682 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
8683
8684Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8685
8686 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
8687
8688Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8689
8690 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
8691 "_vb$".
8692 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
8693 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
8694
8695Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8696
8697 * lib/gdb.exp: Comment out code which depends on non-existent
8698 `transform' procedure.
8699
8700Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
8701
8702 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
8703 * lib/gdb.exp: Transform tool name.
8704 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
8705 1.1's new error handling system.
8706
8707Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8708
8709 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
8710
8711Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8712
8713 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
8714 They made pattern matching so slow that timeouts happened on
8715 heavily loaded systems. Now any output from "show print" which
8716 gets us back to the GDB prompt is a PASS.
8717
8718Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
8719
8720 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
8721
8722Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8723
8724 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
8725
8726 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
8727 It is not from PR 3220.
8728
8729Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8730
8731 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
8732 just started failing because they depended on the order the
8733 subcommands are presented, or exact docstring text. This kind of
8734 test is a pain and has minimal benefit.
8735
8736Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8737
8738 * gdb.t09/corefile.exp: At end of test, use "core" command with
8739 no arguments.
8740
8741Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
8742
8743 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
8744 17}/Makefile.in: Make it possible to run the testsuite with Sun
8745 make and CC = cross gcc by adding explicit build rules for .o
8746 files.
8747
8748Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8749
8750 * gdb.t15/funcargs.exp: Don't put comments on same line as
8751 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 8752
c906108c
SS
8753Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8754
8755 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
8756
8757Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
8758
8759 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
8760 * gdb.t20/inherit.exp: remove three dumplicate entries.
8761
8762Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8763
8764 * gdb.t06/break.exp: For "next over recursive call", fail on any
8765 incorrect output, not just on "factorial (value=2)".
8766
8767Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8768
8769 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
8770 working now. Add an xfail if accesing a bss variable causes
8771 a memory error if the target is not yet run.
8772
8773Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8774
8775 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
8776 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
8777 name of __st* demangling (2 strings). Did Kung really get the
8778 more than 95 others right without testing them?
8779
8780Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
8781
8782 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
8783
8784Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
8785
8786 * configure.in (configdirs): Add gdb.disasm
8787 * gdb.disasm: New directory for GDB disassembler tests.
8788 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
8789
8790Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8791
8792 * gdb.t00/help.exp: Don't test "help set".
8793
8794 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
8795 from within expect statements. None of these happen anymore and
8796 they cause regressions to be silently unnoticed.
8797
8798 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
8799 messages) about known failures with gcc cygnus-2.4.5-930417.
8800
8801 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
8802 comp-info.exp so it gets built if it doesn't exist.
8803
8804 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
8805 it is no longer used.
8806 * gdb.t13/comp-info.c: Removed.
8807
8808Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8809
8810 * gdb.t06/signals.exp: Add xfail for sun3.
8811
8812Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8813
8814 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
8815 relevant because ^C doesn't get sent but failure can be reproduced
8816 interactively).
8817
8818Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8819
8820 * gdb.stabs/alpha.mt: New configuration file for alpha.
8821 * gdb.stabs/configure.in: Use it.
8822 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
8823 sharing with alpha.mt, redefine long to word via preprocessor.
8824 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
8825 for alpha.
8826 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
8827 native cc.
8828 * gdb.t00/teststrategy.exp: Change expect string so that we
8829 consume the `(xgdb)' from the command echo and from the gdb prompt.
8830 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
8831 gdb currently compares all values as long, so this failure probably
8832 applies to any configuration where LONGEST is bigger than a target int.
8833 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
8834 with gcc.
8835 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
8836 to handle opaque pointers, gcc is.
8837 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
8838 as first argument. Include <sys/types.h> and change all operator
8839 new definitions to use size_t.
8840 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
8841 now that we use size_t.
8842
8843Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8844
8845 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
8846 a long or float array cast all array members to the same type.
8847 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
8848 with 64 bit longs.
8849 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
8850 on alpha.
8851 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
8852
8853Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8854
8855 * gdb.t24 (demangle.exp): Constructors of templates have names like
8856 vector<int>::vector(int) not vector<int>::vector<int>(int). See
8857 section 14.6 of the ARM.
8858
8859 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
8860 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
8861 accomplish little and slow down the testsuite.
8862
8863 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
8864 Accept spaces various places.
8865
8866Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8867
8868 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
8869 with watchpoint enabled.
8870
8871 * Makefile.in: Remove definition of CC and remove the second
8872 definition of CXX (the "CXX = gcc" one remains). These definitions
8873 were causing backquotes to be expanded within backquotes, which
8874 doesn't work.
8875
8876Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8877
8878 * gdb.t17/callfuncs.exp: Add "return 0" to end.
8879
8880Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8881
8882 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
8883 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
8884 by mips cc and contains no stabs entries.
8885
8886Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
8887
8888 * config/vx-gdb.exp: Use fake device to load files rather than
8889 NFS.
8890 * lib/gdb.exp: New proc to do "file" command.
8891 * config/unix-gdb.exp: Use new "file" proc.
8892
8893Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8894
8895 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
8896 Rework board rebooting slightly.
8897 (gdb_exit): Don't exit from the remote shell; there isn't one.
8898 * gdb.stabs/weird.exp: If a program is being debugged already,
8899 kill it.
8900 * gdb.t04/setvar.exp: Stop and restart gdb.
8901 * gdb.t05/expr.exp: Likewise.
8902 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
8903 restart gdb and reload the program.
8904 * gdb.t08/opaque.exp: Likewise.
8905 * gdb.t12/scope.exp: Likewise.
8906 * gdb.t13/bitfields.exp: Likewise.
8907 * gdb.t15/funcargs.exp: Likewise.
8908 * gdb.t20/classes.exp: Likewise.
8909 * gdb.t03/ptype.exp: Increase timeout.
8910 * gdb.t16/printcmds.exp (test_print_string_constants,
8911 test_print_array_constants): Likewise.
8912 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
8913 * gdb.t20/classes.exp (do_tests): Likewise.
8914 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
8915
8916Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
8917
8918 * gdb.stabs: Renamed *wierd* to *weird*.
8919
8920Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8921
8922 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
8923 for timeout. Add "known gcc 2.4.5 bug" to failure message.
8924
8925Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8926
8927 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
8928 (do_tests): Remove xfail for whatis on one_var and two_var.
8929
8930Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
8931
8932 * Makefile.in: Made cross building work better by adding
8933 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
8934
8935Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8936
8937 * gdb.t15/{return.c,return.exp,Makefile.in}:
8938 New test, currently commented out.
8939
8940Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
8941
8942 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
8943 still running and removes the leftover named socket so GDb can do
8944 clean restarts.
8945
8946Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
8947
8948 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
8949 console, not GDB.
8950 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
8951 cross testing works better with "make check"
8952 * config/unix-gdb: Use default procedures for exit and version.
8953 * config/vx-gdb.exp: Cleaned up and massaged back to working order
8954 with the newest VxWorks.
8955
8956Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8957
8958 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
8959 old form.
8960
8961 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
8962 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
8963
8964 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
8965
8966 * config/unix-gdb.exp: Remove this version of gdb_exit
8967 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
8968 Rob says he'll look at it when he gets back to testing boards.
8969
8970Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
8971
8972 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
8973 an expected fail for certain ptype commands.
8974
8975 * gdb.t20/classes.exp: Update expected results of "ptype class
8976 Base1" to account for the constructor that now appears in the type.
8977
8978Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
8979
8980 * configure.in (configdirs): Restore gdb.t04, which mysteriously
8981 disappeared from list.
8982 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
8983 "alldone" proc with call to cleanup and exit.
8984 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
8985 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
8986 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
8987 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
8988 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
8989 "alldone" proc with simple returns that suppress remaining
8990 tests. The alldone proc went away many months ago.
8991
8992Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8993
8994 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
8995
8996 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
8997
8998Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8999
9000 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
9001 as vax gdb will display them.
9002
9003Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9004
9005 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
9006 optimizers.
9007
9008 * scope.exp: Change "bad value for localval" messages so each one
9009 is unique.
9010
9011 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
9012 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
9013
9014 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
9015
9016Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9017
9018 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
9019 doesn't exist (due to optimization).
9020
9021Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9022
9023 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
9024 contains \r because the filename is long.
9025
9026 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
9027 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
9028
9029Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9030
9031 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
9032 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
9033 Ultrix.
9034 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
9035 int tests.
9036 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
9037
9038Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
9039
9040 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
9041
9042 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 9043 to match does not match the passing case but still matches the
c906108c
SS
9044 failing case.
9045
9046Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9047
9048 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
9049
9050Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
9051
9052 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
9053 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
9054 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
9055 Remove various versions of gdb_exit.
9056 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
9057 gdb_exit.
9058 * config/unix-gdb.exp: gdb_exit remains here, and should override
9059 the generic version, since it's doing a lot of wierd stuff that
9060 the other versions aren't. FIXME, fold it in, or abandon this
9061 version.
9062
9063Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9064
9065 * gdb.t24/demangle.exp: Add tests for PR 3220.
9066
9067Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9068
9069 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
9070
9071Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
9072
9073 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
9074 "i386-*-*". Works for i486 as well.
9075
9076 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
9077 bug, and expand domain of xfail to all SVR4 systems, since the
9078 actual problem is likely to be in generic SVR4 /proc support.
9079
9080Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9081
9082 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
9083
9084Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
9085
9086 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
9087 xfails for other systems. Match a missing 'Continuing.' as an
9088 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
9089
9090 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
9091 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
9092 Only issue warning for missing executables if -all option is used.
9093
9094 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
9095 file if -all option is used. It's like an unpredictable XFAIL.
9096
9097Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9098
9099 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
9100 for dynamically linked binaries.
9101
9102 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
9103
9104Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9105
9106 * gdb.t20/inherit.exp: Change message for "print tagless struct"
9107 to state that this is a known bug in old versions of g++.
9108
9109Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9110
9111 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
9112 while waiting for `Continuing'.
9113
9114Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
9115
9116 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
9117 in text, data, and bss.
9118 * gdb.t10/nodebug.c: Add local and global test variables for
9119 initialized and uninitialized data.
9120
9121Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9122
9123 * config/unix-gdb.exp (gdb_exit): Add "wait".
9124
9125Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9126
9127 * gdb.t06/signals.exp: xfail the continue from the handler for all
9128 targets.
9129
9130 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
9131 function with watchpoints enabled, the i386 call dummy starts with
9132 a call.
9133
9134 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
9135 386 bsd names its corefiles.
9136
9137Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
9138
9139 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
9140 compilers don't grok it.
9141 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
9142 with small octal ints rather than character constants, which
9143 are signed and might not fit if first promoted to int.
9144
9145Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
9146
9147 * gdb.t09/Makefile.in (clean): Remove corefile.
9148
9149Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9150
9151 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
9152
9153Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9154 and Jim Kingdon (kingdon@cygnus.com)
9155
9156 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
9157 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
9158 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
9159
9160Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9161
9162 * gdb.t17/interrupt.exp: Add xfail for hppa.
9163
9164Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9165
9166 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
9167 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
9168 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
9169 to determine signed-ness of bitfields and use the result to setup
9170 the xfail.
9171 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
9172 * gdb.t15/funcargs.exp: Use them to step until the second indirect
9173 call line is reached if necessary.
9174
9175Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9176
9177 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
9178
9179Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9180
9181 * gdb.t06/break.exp: Also test `clear' command.
9182
9183Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9184
9185 * gdb.t00/teststrategy.exp: Remove extra quote.
9186
9187 * gdb.t07/watchpoint.exp: Change xfail for calling function with
9188 watchpoint enabled to be for all non-68k machines.
9189
9190 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
9191
9192Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9193
9194 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
9195 targets use aout.mt instead of ecoff.mt as gas understands
9196 standard aout format.
9197
9198Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9199
9200 * lib/gdb.exp (runto): Don't insist that function we are running to
9201 was compiled with -g.
9202
9203 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
9204
9205 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
9206 to get back into the read system call.
9207 Accept leading newline in case where we woke it up.
9208
9209Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9210
9211 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
9212 to make the stabs test work on ecoff systems using gcc and -with-stabs.
9213 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
9214 enable ecoff configuration.
9215
9216Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9217
9218 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
9219
9220Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9221
9222 * gdb.t16/printcmds.exp: Add another printf test.
9223
9224Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
9225
9226 * configure.in: If configured -with-stabs on any target, add
9227 stabsdirs to configdirs.
9228
9229Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9230
9231 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
9232 fun" so pattern does not match the command itself.
9233
9234Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9235
9236 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
9237
9238Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9239
9240 * gdb.t17/interrupt.exp: Test for more things.
9241
9242Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9243
9244 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
9245 compiler arranges the code and line numbers.
9246
9247 * gdb.t17/interrupt.exp: Don't send \n after ^C.
9248
9249Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9250
9251 * gdb.t00/help.exp: Increase expect input buffer size.
9252
9253Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9254
9255 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
9256
9257 * gdb.t07/watchpoint.exp: Add xfail for hppa.
9258
9259 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
9260
9261 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
9262 [0-9]*, not just [0-9].
9263
9264Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9265
9266 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
9267
9268 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
9269
9270Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9271
9272 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
9273
9274Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9275
9276 * gdb.t06/signals.c: Add xfails for sun3.
9277
9278 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
9279
9280 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
9281 test_stepping tests.
9282
9283Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9284
9285 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9286
9287 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
9288
9289 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
9290 rather than actually putting it through cpp twice.
9291
9292 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
9293
9294Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
9295
9296 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
9297 no longer needed.
9298
9299Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9300
9301 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
9302
9303 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
9304 C++ features prints as "struct", make it a pass, not an xfail.
9305
9306Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9307
9308 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
9309 Don't require VA to print as "class" rather than "struct".
9310
9311Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
9312
9313 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
9314
9315Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9316
9317 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
9318
9319Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9320
9321 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
9322 order.
9323
9324Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9325
9326 * gdb.t16/printcmds.exp: Add printf tests.
9327
9328 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
9329
9330 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
9331
9332Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
9333
9334 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
9335 pass counts, to counteract any existing or future setup_xfails.
9336
9337Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9338
9339 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
9340 {BEGIN,END}_COMMON for common block instead of STAB.
9341 * gdb.stabs/wierd.exp: Add xfail for rs6000.
9342
9343 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
9344 intp_var should be N_GSYM not N_LSYM.
9345 wierd-aout.S: Use a label for the value of the N_SO.
9346 wierd.def: Remove all backslashes.
9347 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
9348
9349Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9350
9351 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
9352 get the expected next to inheritance3.
9353
9354Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9355
9356 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
9357 now that gcc-2.4 gets it right.
9358
9359Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9360
9361 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
9362
9363 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
9364 generating comp-info.exp which works for cross-compilation.
9365
9366Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
9367
9368 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
9369 "*-*-sysv4.*".
9370
9371Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
9372
9373 * gdb.t01/run.exp: Start with a fresh gdb.
9374 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
9375 SVR4.x.
9376
9377Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
9378
9379 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
9380 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
9381 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
9382 Makefile.in (distclean, realclean): Remove gdbme.c from list of
9383 things to remove.
9384
9385Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
9386
9387 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
9388 test cases from bug reports.
9389
9390Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
9391
9392 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
9393 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
9394 avoid spurious xfails.
9395 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
9396 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
9397 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
9398
9399Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
9400
9401 * gdb.t00/teststrategy.exp: Rework to provide more useful
9402 description of each test, fix problem with systems that define
9403 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
9404 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
9405 results for "next over recursive call" so timeouts aren't taken
9406 by error.
9407
9408Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
9409
9410 * gdb.t12/scope.exp: Test printing of variables before run.
9411
9412 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
9413 printed in wrong order due to sorting.
9414
9415Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
9416
9417 * gdb.t00/teststrategy.exp: Fix expected results for printing
9418 user entered string constant. Is array of char, prints with no
9419 address.
9420
9421 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
9422 commands.
9423 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
9424 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
9425 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
9426 of struct of char arrays.
9427 * gdb.t00/radix.exp: New tests for radix commands.
9428
9429Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
9430
9431 * gdb.t16/printcmd.exp: Print a variable before running program
9432 (with xfail for AIX).
9433
9434Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
9435
9436 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
9437
9438 * gdb.t16/printcmd.exp: Don't print variables before running program.
9439
9440 * gdb.t06/break.exp: Don't require envp argument to main.
9441
9442 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
9443
9444 * gdb.t02/whatis.exp, gdb.t11/list.exp:
9445 Add xfails for rs6000.
9446
9447 * gdb.t02/whatis.exp: Change other tests not to re-test something
9448 we already tested.
9449
9450 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
9451 each type used has a variable of that type.
9452
9453Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
9454
9455 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
9456
9457Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9458
9459 * configure.in: change srctrigger to be a file, not a directory
9460
9461Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
9462
9463 * configure.in (mips-idt-ecoff*): Added trailing '*'.
9464
9465 * gdb.t11/list.exp: Fixed a couple of typos.
9466
9467Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
9468
9469 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
9470 is fixed and PR is closed.
9471 * gdb.t16 (gdbme.c): Add simple test string variable.
9472 * gdb.t16 (printcmds.exp): Add tests with simple test string
9473 variable, primarily for boundaries on "set print elements".
9474
9475Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
9476
9477 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
9478 Make leading 0's optional and don't expect a tab in the middle
9479 of the number.
9480
9481 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
9482
9483 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
9484 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
9485 don't end command passed to gdb_test with newline.
9486
9487 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
9488 signed keyword away, don't expect signed bitfields to be signed.
9489
9490 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
9491 printing with only as many 1's as are in the field as well as printing
9492 with 32 1's (see comment).
9493
9494Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
9495
9496 * gdb.t00/default.exp: Start with a fresh gdb.
9497 * configure.in (configdirs): Remove gdb.t31 until the chill
9498 compiler works again. It no longer is able to find chillrt0
9499 since it isn't in libchill.a anymore.
9500 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
9501 wierd.o, make more modular.
9502 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
9503 spurious newlines that caused problems.
9504
9505Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9506
9507 * Move test with enums and partial symbols from gdb.t03/ptype.exp
9508 to gdb.stabs/wierd.exp since GCC has worked around the bug.
9509 gdb.stabs/wierd.{exp,def}: Many new tests.
9510
9511 * gdb.t00/default.exp: update info line for new message.
9512
9513 * gdb.t02/{whatis.exp,gdbme.c}:
9514 Test that "char *" doesn't print as "caddr_t".
9515
9516Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9517
9518 * gdb.t00/help.exp: Use .* in place of some help messages which
9519 just changed.
9520 gdb.t00/default.exp: Update "info frame" test for new message.
9521 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9522 Remove some xfails
9523
9524Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9525
9526 * gdb.t03/{gdbme.c,ptype.exp}:
9527 Add tests for typedef'd struct and union without tags.
9528 Also check "whatis" on a variable of a typedef'd enum without a tag.
9529
9530 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
9531 PRMS 1823; the bug still exists but isn't reproduced by this test
9532 anymore), and remove rs6000 XFAIL (the bug is fixed).
9533
9534 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
9535 duplicated from whatis.exp. For those that are left, accept
9536 "long", "long int", or "int" for long variables (whatis.exp already
9537 has an XFAIL for "int", so no need to fail it here).
9538
9539 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
9540 Deal with GCC's names for types now that GDB uses the compiler's names.
9541
9542 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
9543 setup_xfail's for sunos4. If we #defined the signed keyword away,
9544 don't expect GDB to know that char it is signed.
9545
9546 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
9547
9548Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
9549
9550 * configure.in (configdirs): Add gdb.t24 for C++ tests that
9551 should work on any system, regardless of debugging format.
9552 * gdb.t21/demangle.exp: Move to gdb.t24.
9553 * gdb.t24/demangle.exp: Move from gdb.t21.
9554 * gdb.t24/{Makefile.in, configure.in}: New files.
9555
9556Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9557
9558 * configure.in: Do gdb.stabs and C++ tests only for stabs.
9559 * gdb.stabs: New directory.
9560
9561Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9562
9563 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
9564 not just "Quit anyway?".
9565
9566Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
9567
9568 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
9569 that all setup_xfails are immediately followed by clear_xfails.
9570
9571Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
9572
9573 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
9574 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
9575 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
9576 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
9577 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
9578 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9579 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9580 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
9581 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
9582 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
9583 gdb.t31/chillvars.exp, lib/gdb.exp:
9584 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
9585 bug-gdb@prep.ai.mit.edu.
9586
9587Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
9588
9589 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
9590 with 0.0, not integer 0.
9591
9592Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
9593
9594 * gdb.t06/break.exp: Update for "Kill the program" message change.
9595
9596Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
9597
9598 * Makefile.in (GDBFLAGS): Set to -nx.
9599 * Makefile.in (site.exp): Use GDBFLAGS.
9600
9601Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9602
9603 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
9604 Makefiles.
9605 (check): depend on just-check.
9606 (just-check): added so that tests can be run without a noop
9607 build pass.
9608
9609Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9610
9611 Switch to using configure's configdirs.
9612 * Makefile.in (Makefile): add configure.in dependency.
9613 (SUBDIRS): removed redundant assignment.
9614 * configure.in: switch subdirs assignment to configdirs.
9615 * gdb.t*/configure.in: new files.
9616
9617Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
9618
9619 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
9620 works.
9621
9622Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
9623
9624 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
9625 in explicit rules. Apparently this is not supported by some makes.
9626
9627Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
9628
9629 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
9630
9631Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9632
9633 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
9634 disappeared.
9635
9636Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9637
9638 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
9639
9640Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
9641
9642 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
9643 watchpoint problem that is now fixed.
9644 * gdb.t30/chexp.exp: Remove setup_xfail for printing
9645 uninitialized convenience variables.
9646 * gdb.t31/chillvars.exp: Fix expected patterns for printing
9647 structures.
9648
9649Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9650
9651 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
9652 which causes expect to get out of sync with gdb on long output
9653 from help set.
9654 * gdb.t09/corefile.exp: Make expected pattern for core file
9655 failing signal and frame output format less sun specific.
9656
9657Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
9658
9659 * gdb.t31/chillvars.exp: Add and remove initial dummy
9660 breakpoint, so that symbol table is forced in.
9661 (Needed at least on Sunos4, though it seems not SVR4.)
9662 * gdb.t31/chillvars.exp: Update for changed output format.
9663
9664Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
9665
9666 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
9667
9668Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
9669
9670 * Makefile.in: Added --srcdir when invoking runtest, removed the
9671 need for a local config file. (optional now)
9672
9673Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
9674
9675 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
9676 failure count used to force early termination. Add some more
9677 expected failures for gnu style demangling.
9678
9679Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9680
9681 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
9682 pmi variable from gdb.t20/gdbme to get optimized away.
9683 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
9684 Check for written corefile upon timeout _and_ eof.
9685
9686Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9687
9688 * config/unix-gdb.exp: Add missing return 0.
9689
9690Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9691
9692 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
9693 test termination.
9694
9695Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
9696
9697 * configure.in (subdirs): Put back gdb.t17 which mysteriously
9698 disappeared.
9699
9700Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
9701
9702 * gdb.t10/crossload.exp: Disable the i860-elf test until such
9703 time as i860 support works.
9704
beb998c6 9705 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
9706 "backtrace 100\r" rather than just "backtrace\r", to match last
9707 change.
9708
9709Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
9710
9711 * config/udi-gdb.exp (gdb_exit): Remove close command.
9712 (gdb_target_udi): New procedure to set the UDI target.
9713 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
9714 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
9715 Added waits for prompts after several question responses. Added
9716 some more responses used by a29k-amd-udi-gdb.
9717 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
9718 pass different arguments, restart UDI connection after program
9719 completion.
9720 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
9721 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9722 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
9723 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
9724 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
9725 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
9726 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9727 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
9728 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
9729 after program completion.
9730 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
9731 compiled with a SELECT_VECS setting.
9732 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
9733 infinite recursion.
9734
9735 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
9736 Added checks for COFF results, and made them expected failures for
9737 all targets. It would be better to make them expected failures
9738 for COFF targets only.
9739
9740Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9741
9742 * Makefile.in: add null dvi target, don't bother to recurse
9743 through test directories for info and install-info; rename
9744 $(datadir) to be dejagnu instead of deja-gnu
9745
9746Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
9747
9748 * gdb.t31/gdbme.ch: Re-enable code that previously caused
9749 compiler to coredump.
9750 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
9751 code.
9752
9753Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
9754
9755 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
9756 coredump.
9757 * gdb.t31/chillvars.exp: Comment out tests that depend on that
9758 code.
9759
9760Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
9761
9762 * gdb.t03/ptype.exp: tests for return code from gdb_test.
9763 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
9764 which in a shell. Deletes xgdb when done.
9765 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
9766 Tests the return from the "set height" or "set width" commands.
9767 Added a few return codes where needed.
9768
9769Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
9770
9771 * Makefile.in (SUBDIRS): Add gdb.t17.
9772 * configure.in (subdirs): Add gdb.t17.
9773 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
9774 files to test gdb's calling of functions in the inferior with
9775 the correct arguments and gdb's ability to retrieve any
9776 result returned.
9777
9778Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
9779
9780 * config/unix-gdb.exp (gdb_exit): Remove close commands that
9781 may be called after gdb goes away. Previous versions of expect
9782 needed these to avoid file descriptor leaks, but they cause
9783 errors with the current revision of expect.
9784 * gdb.t00/gdbvars.exp: Use -re on expected output after
9785 setting sevenbit-strings.
9786 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
9787 to set sevenbit-strings consistent across tests.
9788 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
9789 set sevenbit-strings consistent across tests.
9790
9791Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
9792
9793 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
9794 expected output to match current "expect" expectations.
9795
9796Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
9797
9798 * gdb.t00/default.exp: Change expected output for default "source"
9799 command, to match new gdb behavior which requires a filename to
9800 source.
9801
9802Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
9803
9804 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
9805 expected fail for i486-*-* that misses the marker2 function.
9806 * gdb.t10/crossload.exp (bfddefault): Allow successful
9807 recognition of a format to pass even if no symbols are found.
9808 Explicitly catch failures where the format is not recognized
9809 or is ambiguous, and add the reason to the fail message.
9810 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
9811 the cause is and invalid target and add reason to failure message.
9812 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
9813 elf32-i386, elf32-sparc, and elf32-i860.
9814 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
9815 Set up expected failure for 'filename'::variable scope resolution,
9816 which is now apparently broken on all targets.
9817 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
9818 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
9819 gdb.t23/templates.exp: Change failure for missing binfile into
9820 just a warning.
9821 gdb.t21/demangle.exp: Change all cfront references to 'arm'
9822 references.
9823
9824Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
9825
9826 * gdb.t00/default.exp: Add expected output for default "source"
9827 command, to match new gdb behavior.
9828 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
9829
9830Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
9831
9832 * config/*-gdb.exp: returns an error, rather than exiting on
9833 internal errors.
9834
9835Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
9836
9837 * gdb.t03/gdbme.c: Add pointer to struct variable.
9838 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
9839 referencing struct members.
9840
9841Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
9842
9843 * configure.in (mips-idt-ecoff): New target.
9844 * config/mips-gdb.exp: New file for remote board using MIPS remote
9845 debugging protocol.
9846
9847 * Redid configuration scheme. Removed gdb.t*/configure.in.
9848 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
9849 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
9850 distclean targets. Built executables via .o files. Adjusted
9851 tests to account for source files in $(srcdir) rather than
9852 $(objdir).
9853 * lib/gdb.exp (runto): Don't expect () after the function name,
9854 because it may have arguments.
9855
9856Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
9857
9858 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
9859 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
9860 expected failures for mips-idt-* and mips-sgi-*.
9861 * gdb.t00/default.exp (attach): Kill process if requested.
9862 * gdb.t00/help.exp (help target core, help target): Accept a gdb
9863 that does not read core files.
9864 * gdb.t01/run.exp: Removed checks for exit status code.
9865 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
9866 it is linked in.
9867 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
9868 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
9869 appropriate, rather than doing it by hand.
9870 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
9871 execution.
9872 * gdb.t10/crossload.exp: Kill existing program if needed.
9873 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
9874 appropriate, rather than doing it by hand. Always increase
9875 timeout for this test, not just for VxWorks.
9876
9877Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
9878
9879 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
9880 of Chill STRUCT types and STRUCT values.
9881 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
9882 than "char".
9883 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 9884 struct2): New struct definitions and initializations to test
c906108c
SS
9885 simple Chill STRUCT types.
9886
9887Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
9888
9889 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
9890 the null byte at the end of strings.
9891 * gdb.t00/default.exp: Make show version insensitive to copyright
9892 date.
9893 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
9894 to avoid dependencies on target char signedness.
9895 * gdb.t16/printcmds.exp: Update expected results for explicitly
9896 unsigned char.
9897 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
9898 now work.
9899 * gdb.t21/demangle.exp: Add many more patterns for template
9900 demangling, most of them being expected failures.
9901 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
9902 string we are matching for, to match on the whole string.
9903 * gdb.t21/demangle.exp: Add many new test strings to demangle,
9904 and fix a whole bunch that had incorrect expected output but were
9905 passing anyway because of the bug in "proc demangle".
9906 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
9907 type.
9908 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
9909
9910Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
9911
9912 * gdb/testsuite: made modifications to testcases, etc., to allow
9913 them to work properly given the reorganization of deja-gnu and the
9914 relocation of the testcases from deja-gnu to a "tool" subdirectory.
9915
9916Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
9917
9918 * gdb/testsuite: Initial creation of gdb/testsuite.
9919 Migrated dejagnu testcases and support files for testing nm to
9920 gdb/testsuite from deja-gnu. These files were moved "as is"
9921 with no modifications. This migration is part of a major overhaul
9922 of dejagnu. The modifications to these testcases, etc., which
9923 will allow them to work with the new version of dejagnu will be
9924 made in a future update.
9925\f
9926Local Variables:
9927mode: indented-text
9928left-margin: 8
9929fill-column: 74
9930version-control: never
9931End:
This page took 0.724123 seconds and 4 git commands to generate.