Since d10v is public now, remove all sanitization statements
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
f43e619c
JL
1Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
2
f8cc5c61
JL
3 * gdb.stabs/*.mt; Deleted, no longer used.
4 * gdb.stabs/configure.in: Remove references to target makefile
5 frags.
6 * gdb.stabs/configure: Rebuilt.
7
f43e619c
JL
8 * gdb.disasm/*.mt: Deleted, no longer used.
9 * gdb.disasm/configure.in: Remove references to target makefile
10 frags. Use "sh3.s" as the unique filename for this directory.
11 * gdb.disasm/configure: Rebuilt.
12
13 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
14 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
15 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
16
76abb184
BM
17Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
18
19 * config/udi.exp: Use mondfe,name instead of remote_host.
20
9e40b4f1
JL
21Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
22
3d6ab69f
JL
23 * gdb.base/watchpoint.exp: Don't expect a failure when calling
24 a function with a watchpoint enabled on the mn10200.
25
9e40b4f1
JL
26 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
27 before trying to create it!
28
6a590607
BM
29Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
30
dba77cd7
BM
31 * config/vx.exp: Use hostname instead of netport.
32
33 * config/vxworks.exp: New file.
34
35 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
36
37 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
38 gdb before assuming everything worked. Send a ^C if a timeout
39 occurs.
40
6a590607
BM
41 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
42 $gdb_spawn_id directly.
dba77cd7
BM
43 (gdb_run_cmd): Try _start as well as start. Use the target feature
44 gdb,start_symbol as the symbol to start from when jumping.
6a590607 45
797b43f6
JL
46Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
47
66e7ce0a
JL
48 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
49 redundant) test.
50
797b43f6
JL
51 * gdb.base/recurse.exp: Relax final value test for 'b' so that
52 it doesn't lose for 16bit integer systems.
53
ad9f858a
JL
54Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
55
28ec59b4
JL
56 * gdb.fortran/types.exp: If the target doesn't support "double"
57 data types, then expect "real" types to only be 4 bytes.
58
2f54eeea
JL
59 * gdb.c++/virtfunc.exp: Expect failure for virtual function
60 call tests if the target doesn't support inferior function calls.
61
ad9f858a
JL
62 * gdb.base/printcmds.exp: Allow minor deviation in FP values
63 in printf tests.
64
0979e7bd
JL
65Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
66
6382554a
JL
67 * gdb.base/help.exp: Disable "help set", "help show", and
68 "help support". Simplify regexp for "help stack".
69
fed72bef
JL
70 * gdb.base/default.exp: Set match_max to 5000 and the timeout
71 to 60 seconds. Temporarily set match_max to 15000 around the
72 "info copying" test.
73
dada5105
JL
74 * gdb.base/nodebug.exp: Don't try to do an inferior function
75 call if the target doesn't support them.
76 * gdb.base/printcmds.exp: Likewise.
77 * gdb.base/setvar.exp: Likewise.
78 * gdb.base/structs.exp: Likewise.
79 * gdb.c++/templates.exp: Likewise.
80 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
81
82 * gdb.base/recurse.exp: Enable for the mn10200.
83
84 * configure.in: Do configure gdb.stabs directory for *-*-elf
85 targets.
86 * configure: Rebuilt.
87
0979e7bd
JL
88 * gdb.base/break.exp: Check for gdb,noresults before testing
89 exit status and/or results from the target.
90 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
91 * lib/gdb.exp: Remove old (now bogus) initialization of
92 noinferior, noargs, noresults and nosignals.
93
5d05bf0d
BM
94Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
95
96 * config/sh.exp: New file.
97
98 * config/slite.exp: Try to connect multiple times to the board
99 before rebooting. Only send a "monitor run" if need_monitor_run
100 is set.
101
102 * gdb.base/break.exp: Don't do the "stub continue" test if
103 the target has gdb_stub set.
104
105 * gdb.base/callfuncs.exp: Increase the timeout.
106
107 * gdb.base/interrupt.exp: Don't even try to compile the testcase
108 if the target has gdb,noinferiorio set.
109
110 * gdb.base/list.exp: Increase match_max to 10000 characters.
111
112 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
113
114 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
115 target.
116
117 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
118
94b25813
BM
119Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
120
121 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
122 trying to delete the copy of gdb. Catch the file delete so we
123 don't die if the delete fails; also, the file should be copied to
124 the host, not to the build.
125
0d8017ba
BM
126Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
127
128 * lib/gdb.exp(gdb_test): Surround the result pattern with
129 parenthesis in case it contains multiple regexps separated
130 with |.
131
132 * gdb.base/watchpoint.exp: Use gdb_test.
133 * gdb.base/default.exp: Ditto.
134
85fbaa74
BM
135Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
136
137 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
138
139 * gdb.base/scope.exp: Use gdb_test.
140 * gdb.c++/classes.exp: Ditto.
141 * gdb.c++/inherit.exp: Ditto.
142
05a21390
BM
143Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
144
145 * gdb.base/crossload.exp: Don't use execute_anywhere, use
146 remote_exec instead.
147 * gdb.base/corefile.exp: Don't be ridiculous.
148 * gdb.base/*.c: Add missing stub invocations.
149
83b1cc25
BM
150Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
151
0e865b39
BM
152 * config/slite.exp: Miscellaneous fixes.
153
ef87597c
BM
154 * lib/gdb.exp: Fix runto.
155
156 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
157 the target.
158
159 * gdb.base/watchpoint.exp: Fix regexp.
160
83b1cc25
BM
161 * lib/gdb.exp(default_gdb_exit): Add a catch to the
162 close and wait commands, as the descriptor may now be
163 invalid. Always call "remote_close host".
164
787f6220
BM
165Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
166
167 Major rewrite for testsuite revision.
168
169 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
170 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
171 instead of relying on spawn_id to always contain a valid
172 spawn id.
173 (get_compiler_info): New procedure to build the ${binfile}.ci
174 file, instead of replicating this in N different places.
175 (gdb_compile): New procedure.
176
177 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
178 appropriate arguments) instead of compile. Use gdb_test in a lot
179 more places. Use send_gdb instead of send. Always run gdb_start
180 at the start of a testcase, as this is no longer done magically.
181
182 config/*-gdb.exp: Rename without the -gdb suffix.
183
184 config/mips.exp: Use remote_close instead of exit_remote_shell.
185 config/monitor.exp: Use target_info instead of looking at
186 baud, timeout, etc.
187 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
188
189Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
190
191 * gdb.c++/templates.exp (test_ptype_of_templates),
192 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
193 Update expect patterns for destructors and assignment operators
194 to match corresponding c-typeprint.c changes.
195 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
196 to destructor breakpoint test, GDB should be able to set the
197 destructor breakpoint without specifying arguments.
198
199Tue Dec 3 20:17:52 1996 Fred Fish <fnf@ninemoons.com>
200
201 * gdb.threads/pthreads.exp: Change result for failure to compile due
202 to lack of pthreads runtime support from an error to simply an
203 unsupported test, per dejagnu standards.
204
205Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
206
207 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
208 where GDB exits to reduce pattern match time.
209 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
210
211 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
212
50f04a5a
MS
213Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
214
215 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
216 * gdb.base/default.exp: ditto.
217 * gdb.base/nodebug.exp: ditto.
218 * gdb.base/printcmds.exp: ditto.
219 * gdb.base/ptype.exp: ditto.
220 * gdb.base/setvar.exp: ditto.
221 * gdb.base/structs.exp: ditto.
222 * gdb.base/setshow.c: Guard against uninitialized values of argc.
223
d45358c6
ILT
224Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
225
226 * configure, */configure: Rebuild with autoconf 2.12.
227
228Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
229
230 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
231 use new i*86-pc-linux*-gnu quads.
232 * gdb.base/corefile.exp: Ditto.
233 * gdb.base/signals.exp: Ditto.
234 * gdb.base/sigall.exp: Ditto.
235 * gdb.base/interrupt.exp: Ditto.
236
237 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
238 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
239 RedHat 4.0.
240
241 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
242 linux. This allows the test case to at least compile on latest
243 linux, but still not run due to missing the threads runtime library.
244
49c7ee7b
PS
245Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
246
247 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
248 directory to search gdb directory. Accept and step over conditional
249 stack alignment code. Consume $prompt in failure cases.
250 Reset timeout to $oldtimeout instead of some arbitrary value.
251 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
252 timeout problems with infinite stack backtraces.
253 * gdb.base/ptype.exp (ptype struct link, union tu_link):
254 Accept function parameters for linkfunc member.
255
af4a96bc
FF
256Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
257
258 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
259 (CXXFLAGS): Remove, unreferenced.
d45358c6
ILT
260 (B_OPTIONS): Add for -B options and add code to initialize with
261 previous -B options and also add -B option to pick up cross compiled
262 runtime.
af4a96bc
FF
263 (TARGET_INCLUDES): Add for -I options and add code to initialize when
264 doing cross compiles.
265 (target_alias): Declare global.
266 (xgcc): Set variable to full path of gcc in build tree. Use findfile
267 to verify that gcc exists in build tree, and if so set CC to that
268 gcc and to use B_OPTIONS and TARGET_INCLUDES.
269
270Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
271
272 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
273 ptype test for anonymous union. Fixup testcase to match
274 current gcc debug output.
275
d5e51b25
JL
276Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
277
278 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
279 force argument to an unsigned long type.
280
77814fa8
FF
281Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
282
283 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
284 tests and anonymous union print/ptype tests.
285 * gdb.base/list.exp (test_forward-search): Increase timeout by
286 5 minutes for the "search extremely long line" case.
287 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
288 completely optional and that the pass/fail messages use the command as
289 the message if that third arg is a null string.
290 (gdb_test_exact): Arrange that a null string pattern means match a
291 null string output rather than any output, which might include random
292 errors.
293 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
294 backtrace test.
295 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
296 always failing and failure is now exposed by gdb.exp changes.
297
cb87e99f
FF
298Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
299
300 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
301 weren't being noted.
302
134a3f78
PS
303Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
304
305 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
306 * gdb.stabs/weird.exp: Remove v_comb xfails.
307
7d03ae5e
MS
308start-sanitize-m32r
309Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
310
311 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
312 list.exp scope.exp watchpoint.exp]
313 Make all timeout error msgs explicitly say "(timeout)".
7d03ae5e 314
134a3f78 315end-sanitize-m32r
7d03ae5e
MS
316 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
317
318 * config/monitor.exp: Increase download timeout to 1000 seconds.
319
320start-sanitize-m32r
321Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
322
323 * config/m32r.exp: Increase timeout to 120 seconds.
324
325end-sanitize-m32r
326
327 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
1c9e6690
FF
328
329 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
330 and accept older ordering as obsolescent gcc or gdb.
331 * gdb.c++/templates.exp: Ditto.
332 * gdb.c++/virtfunc.exp: Ditto.
333
7a6e9133
FF
334Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
335
336 * gdb.base/coremaker.c: Add code to mmap some data so we
337 can check that it ends up in the core file.
338 * gdb.base/corefile.exp: Add test to read mmapped data
339 from core file.
340
f8931413
MS
341start-sanitize-m32r
342Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
343
344 * config/m32r.exp: New file.
345end-sanitize-m32r
346
347Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
348
349 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
350 that cflags can contains -gstabs, and work correctly for other tests.
351
79654d0b
MS
352Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
353
354 * gdb.base/setshow.exp: New file, tests show and set.
355 * gdb.base/setshow.c: New file, tests show and set.
356 * gdb.base/help.exp: Add test for help set|show annotate.
357 * gdb.base/default.exp: Add test for set|show annotate.
358
f8931413
MS
359Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
360
361 * testsuite/gdb.base/break.exp: Make backtrace from factorial
362 errors unique.
363 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
364 explicitly.
365
4ed1437f
SG
366Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
367
368 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
369 and width commands. This is done elsewhere.
370 * (gdb_start): Don't call gdb_start_sim here. That's already
371 done in gdb_load. This fixes lots of failures in default.exp.
372
373Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
374
375 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
376 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
377 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
378 in the same we we treat other failures (since it may be an expected
379 condition), rather than as an error.
380 * gdb.base/signals.exp (test_handle_all_print): Revert back to
381 old test format.
382
90a0f3aa
FF
383Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
384
385 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
386 (distclean maintainer-clean realclean): No need to remove files
387 twice. Nuke the duplicates.
388 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
389 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
390 Remove config.h along with other config files.
391
f646eef4
FF
392Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
393
394 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
395 "p func1 ()" and note that rests of tests are skipped.
396 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
397 setup_xfails for "print func2::coremaker_local".
398 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
399 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
400 affected by the previous run test.
401 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
402 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
403 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
404 "pass int powerset tuple" and "pass modeless int powerset tuple".
405 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
406 "real write 4" and "real write 8".
407 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
408 setup_xfails for "print vs1 after tuple assign 2",
409 "print \$i after tuple assign 2", and
410 "print vs2 after tuple assign 2".
411 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
412 meaningful error message and return -1 so the caller can
413 suppress further tests and avoid a cascade of errors.
414
415Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
416
417 * gdb.base/a1-selftest.exp: Tweak tests to account for new
418 format for printing version.
419 * gdb.base/default.exp: Ditto.
420 * gdb.base/interrupt.exp: Fix problem with cascade of
421 errors if child process dies while calling a function.
422
423Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
424
425 * Makefile.in (VPATH): Add
426 * Makefile.in (Makefile, config.status): Fix rules so things get
427 remade when necessary.
428
c03e48e8
FF
429Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
430
431 * Makefile.in (just-check): Add path to sibling expect dir
432 to environment variable specified by RPATH_ENVVAR.
433
20ece597
FF
434Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
435
436 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
437 (just-check): Add shared library paths for libstdc++, tk,
438 tcl, bfd, and opcodes to the environment variable specified
439 in RPATH_ENVVAR.
440 * configure.in: Add support to recognize --enable-shared flag
441 and generate correct value for RPATH_ENVVAR.
442 * configure: Regenerated with autoconf.
443
444Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
445
446 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
447 include all osf versions.
448 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
449 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
450 when target is linux. When failing to build pthreads test
451 executable, give more meaningful message.
452 * gdb.threads/pthreads.c: Hpux also uses old definition of second
453 arg for pthread_create.
454
455Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
456
457 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
458 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
459 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
460 and -lpthreads (everybody else).
461 (test_startup): Fail gracefully if threads are not supported.
462 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
463 "p/c array_index("abcdef",2)" when not gcc compiled.
464 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
465 "print func2::coremaker_local" when not gcc compiled.
466 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
467 "ptype on opaque struct tagname (statically)",
468 "ptype on opaque struct tagname (dynamically) 1", and
469 "ptype on opaque struct tagname (dynamically) 2"
470 for not compiled with gcc.
471 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
472 backtrace when compiled with gcc.
473 * lib/gdb.exp (runto_main): Return result of "runto main" rather
474 than always return success.
475
476Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
477
478 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
479
480Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
481
482 * gdb.base/structs.exp: Undo last change.
483
d9538961
FF
484Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
485
486 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
487 encapsulate all the steps/nexts done during self test, starting
488 at main, and makes them less sensitive to optimization issues.
489 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
490 signal handler" test.
491 * gdb.threads/pthreads.exp: Only run this for native configs.
d9538961
FF
492 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
493 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
494 tests.
495 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
496 for "runto test_calls(void)" test.
497
10e3e339
FF
498Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
499
500 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
501 and don't expect address info in breakpoint confirmations.
502
ab5aa3dc
FF
503Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
504
505 * gdb.base/list.exp (test_forward_search): Increase timeout
506 temporarily by 60 seconds for searching extremely long line,
507 and then reset to old value when done. Increase expect input
508 buffer to 10000.
509
74945486
FF
510Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
511
512 * gdb.base/list.exp (test_forward_search): Fix to handle very
513 long source line without overflowing expect's input buffer.
514
7b2e7e89
TT
515Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
516
517 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
518 "buffer_full".
519
520 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
521 "buffer_full".
522
523 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
524 "buffer_full".
525
526 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
527 "buffer_full".
528
e0effbae
FF
529Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
530
531 * configure.in (configdirs): Add gdb.threads.
532 * configure: Regenerated with autoconf.
533 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
534 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
535 * gdb.threads/configure: New, generated with autoconf.
536
e7dc69ff
FF
537Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
538
539 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
540
5fac6a39
FF
541Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
542
543 * gdb.base/signals.exp (test_handle_all_print): Test separately for
544 each signal's status in the output of "handle all print".
545 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
546 the \r\n sequence that immediately precedes the gdb prompt.
547 * gdb.base/a1-selftest.exp: Save original timeout and restore
548 after test.
549
61e842ad
JL
550Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
551
552 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
553 symbol.
554
e95a45af
BK
555Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
556
557 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
558
5fc34cfd
FF
559Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
560
561 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
562 timeout by 60 seconds.
563
c137ee97
FF
564Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
565
566 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
567 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
568 error return.
569
302fcffb
FF
570Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
571
572 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
573 gdb initialization, also report how long dejagnu waited. Restore
574 old timeout before doing error return. Temporarily increase timeout
575 by 3 minutes to allow for slow startups over heavy NFS use.
576
a26fa899
FF
577Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
578
579 * lib/gdb.exp: Report timeout value for verbosity level 2.
580 * config/gdbserver.exp: Ditto.
581 * config/hppro.exp: Ditto.
582 * config/mips-gdb.exp: Ditto.
583 * config/monitor.exp: Ditto.
584 * config/netware.exp: Ditto.
585 * config/sim-gdb.exp: Ditto.
586 * config/slite-gdb.exp: Ditto.
587 * config/udi-gdb.exp: Ditto.
588 * config/unix-gdb.exp: Ditto.
589 * config/vx-gdb.exp: Ditto.
590 * gdb.base/a1-selftest.exp: Ditto.
591 * gdb.base/a2-run.exp: Ditto.
592 * gdb.base/break.exp: Ditto.
593 * gdb.base/corefile.exp: Ditto.
594 * gdb.base/list.exp: Ditto.
595 * gdb.base/recurse.exp: Ditto.
596 * gdb.base/scope.exp: Ditto.
597 * gdb.base/signals.exp: Ditto.
598
f09c6a96
JM
599Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
600
601 * gdb.threads/Makefile.in (docdir): Removed.
602
6c890568
JM
603Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
604
605 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
606 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
607 @srcdir@.
608 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
609 autoconf 2.5 or higher.
610 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
611
612Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
613
614 * configure: Regenerated.
615 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
616 avoid name clashes with SunOS headers.
617
618Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
619
620 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
621
551f3fbb
JL
622Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
623
624 * gdb.base/callfuncs.exp: Finish last change -- make sure the
625 prototype information ends up in the compiler info file.
626
04d5f3d6
FF
627Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
628
629 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
630 attempting to regenerate it. Eliminate use of a temporary file
631 and just generate the info file directly. Source it immediately,
632 for consistency of use.
633 * gdb.base/corefile.exp: Ditto
634 * gdb.base/exprs.exp: Ditto.
635 * gdb.base/funcargs.exp: Ditto.
636 * gdb.base/langs.exp: Ditto.
637 * gdb.base/list.exp: Ditto.
638 * gdb.base/mips_pro.exp: Ditto.
639 * gdb.base/nodebug.exp: Ditto.
640 * gdb.base/opaque.exp: Ditto.
641 * gdb.base/ptype.exp: Ditto.
642 * gdb.base/scope.exp: Ditto.
643 * gdb.base/setvar.exp: Ditto.
644 * gdb.base/signals.exp: Ditto.
645 * gdb.base/whatis.exp: Ditto.
646 * gdb.c++/templates.exp: Ditto.
647 * gdb.c++/virtfunc.exp: Ditto.
648 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
649 whether or not to add -lstdc++ to the compile command line args.
650
651Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
652
653 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
654 it got fixed by the recent lookup_minimal_symbol_by_pc change.
655 Increase timeout, a lot of single stepping might be needed if the
656 target has no hardware watchpoints.
657
cca075fb
JL
658Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
659
660 * gdb.base/break.exp: Ignore compiler warnings when compiling
661 break.c.
662 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
663 * gdb.base/default.exp: Add h8300 xfails. Handle messages
664 from remote-sim.
665 * gdb.base/exprs.exp: Add h8300 xfails.
666 * gdb.base/funcargs.exp: Likewise.
667 * gdb.base/nodebug.exp: Likewise.
668 * gdb.base/printcmds.exp: Likewise.
669 * gdb.base/ptype.exp: Likewise.
670 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
671 h8300 xfails.
672 * gdb.base/return.exp: Handle float/double precision problems
673 on the h8300.
674 * gdb.base/funcargs.c: Explicitly make last constant argument to
675 call_after_alloca_subr an unsigned long type.
676 * gdb.base/return.c: Include stdio.h.
677
4db6401f
RS
678Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
679
680 * config/abug.exp: New file for the older Motorola Bug monitor
681 that runs on the mvme13x series VME boards.
682 * config/monitor.exp: Use the new config array for target settings
683 if they exist.
684
ec6239dc
SS
685Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
686
687 * sim-gdb.exp: Make the SH simulator allocate less space when
688 it is targeted.
689
d124785e
JL
690Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
691
692 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
693 test.
694
695Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
696
697 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
698 "rs6000-*-*" for "list function in include file" when gcc compiled.
699 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
700 for "p ctable1[120]".
701 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
702 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
703 Remove setup_xfail for "rs6000-*-*" for
704 "print 'scope0.c'::filelocal before run".
705 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
706 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
707 since some compilers don't allow both options to be given
708 on the same command line. Create object file and move it.
709
8ce1c210
FF
710Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
711
712 * gdb.base/corefile.exp: Always regenerate the core file, since
713 we always regenerate the coremaker program. Detect special case
d2309db1 714 where registers cannot be read from core file.
8ce1c210 715
a9424716
FF
716Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
717
718 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
719 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
720 * gdb.c++/templates.exp: Only match on basename of file since
721 some formats like xcoff don't encode directory information.
722 * gdb.stabs/weird.exp: Use the right sed script for powerpc
723 and rs6000 AIX xcoff targets.
724 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
725 * configure: Regenerate.
726 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
727 here, rather than in distclean.
728
9b4df2e5
FF
729Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
730
731 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
732 defined, and use it to compile the test case with -O2. The
733 native compilation still uses no optimization.
734 * gdb.base/mips_pro.c: Remove inline assembly code since
735 it is compiled PIC by default, which results in assembler
736 warnings that make the testsuite think the compilation
737 was unsuccessful.
738
6991e957
FF
739Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
740
741 * gdb.c++/misc.exp: Add note to message for
742 "print s.a for foo struct" that this is a known gcc 2.7.2
743 and earlier bug.
744
1b5b9581
FF
745Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
746
747 * gdb.base/break.exp: Fix pattern for matching "Delete all
748 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
749 setup_xfail for deleting all breakpoints test. Fix various
750 timeout messages to include "(timeout)".
751 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
752 for "p t_float_values2(3.14159,float_val2)".
753 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
754 for "continue to call2g" when gcc compiled.
755 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
756 "up to foo in langs.exp", "show language at foo in langs.exp",
757 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
758 and "show language at fsub in langs.exp".
759 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
760 "list line 1 in include file", "list message for lines past EOF",
761 "list function in include file", "list list0.h:foo", and
762 "list filename:function; nonexistant function".
763 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
764 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
765 and "ptype t_char_array" to be for native cc only.
766
a1cdb717
FF
767Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
768
769 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
770 setup_xfail for "print coremaker_bss", "print coremaker_ro",
771 "print func2::coremaker_local", and "backtrace in corefile.exp".
772
38b92747
FF
773Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
774
775 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
776 "bt in signals.exp". This problem only appears when running
777 the testsuite, and then only intermittently.
778
063c5ee0
SS
779Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
780
781 * gdb.base/return.exp (return_tests): Differentiate between
782 two tests of continuing.
783
784Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
785
786 * */Makefile.in (maintainer-clean): Remove config.log.
787 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
788 * gdb.c++/Makefile.in (PROGS): Add inherit.
789 (clean): Remove *.ci.
790
791Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
792
793 * gdb.c++/misc.cc: Add test code from Mike Stump.
794 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
795
8a25c34c
FF
796Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
797
798 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
799 to "alpha-*-osf2*" and add comment.
800 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
801 setup_xfail for "step over execarg initialization" and
802 "step over corearg initialization".
803 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
804 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
805 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
806 gcc compiled for "print coremaker_bss", "print coremaker_ro",
807 "print func2::coremaker_local", and "backtrace in corefile.exp".
808 * gdb.base/signals.exp: Build and source signals.ci.
8a25c34c
FF
809 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
810 to be for gcc only.
811 * lib/gdb.exp: Move verbose statements outside conditionals.
812
8b495156
FF
813Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
814
815 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
816 Feb 3 procfs.c change.
817
a7e254ec
FF
818Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
819
820 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
821
5c7516ee 822Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
baa833b9 823
5c7516ee 824 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
a7e254ec
FF
825 from dejagnu's apparent default of 10 seconds, which gives random
826 results when running the tests over NFS on moderately loaded systems.
5c7516ee
FF
827 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
828
829Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
830
831 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
832 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
833 result reports.
baa833b9 834
950251de
FF
835Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
836
837 * configure.in (CY_AC_PATH_TCLH): Remove.
838 * configure: Regenerate.
839
2f4e239c
FF
840Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
841
842 * gdb.c++/Makefile.in (clean): Add missing '{'.
843
4771fe15
JL
844Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
845
2f4e239c
FF
846 * lib/gdb.exp: Provide a default value for noinferior.
847
4771fe15
JL
848 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
849 Load libgloss.exp.
850
a827a33f
JL
851Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
852
853 * gdb.disasm/hppa.exp: Compile directly into an executable, use
854 the executable, not the .o to run the tests from.
855
9b2ceeb1
JL
856Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
857
1be1bc38
JL
858 * gdb.base/break.exp: Don't test for program exit or exit status
859 if $noresults if nonzero.
860 * gdb.base/langs.exp: Likewise.
861 * gdb.base/watchpoint.exp: Likewise.
862
9b2ceeb1
JL
863 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
864 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
865 trying to compile the testcase.
866
eb47fd9d
DE
867Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
868
869 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
9b2ceeb1 870 * gdb.base/signals.exp (continue to handler): Likewise.
eb47fd9d 871
a4ff5d33
PB
872Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
873
ef11a529
PB
874 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
875
a4ff5d33
PB
876 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
877
546bfba8
JL
878Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
879
880 * gdb.base/corefile.exp: Recognize "not found" as failure
881 when trying to determine if a core file was generated.
882 If no core file was generate the first time, try again without
883 the ulimit -c to work around braindamaged shells.
884
8dd0158f
FF
885Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
886
c4e13a27
FF
887 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
888 [] tests with "test" and enclose string in quotes.
889 * gdb.stabs/configure: Rebuild
890
4e327047
TT
891Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
892
893 Changes in sync with expect:
894 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
895 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
896 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
897 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
898 argument to AC_REQUIRE.
899 * configure: Regenerated.
900
4b2dd778
FF
901Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
902
903 * gdb.base/corefile.exp: When generating a core, discard any
904 error messages about ulimit not found and the "core dumped"
905 message from the shell that runs the coredumper.
906
0069d9a0
JL
907Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
908
978be38e
JL
909 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
910
0069d9a0
JL
911 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
912 which sed script to run. Expect failure for v_comb test
913 on PA targets too.
914
915Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
916
917 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
918 "print func2::coremaker_local" and for "backtrace in corefile.exp"
919
89e6c70d
FF
920Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
921
af6d4d16
FF
922 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
923 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
924 "sparc-sun-solaris*" xfails for "p v_comb".
89e6c70d
FF
925 * lib/gdb.exp (default_gdb_start): Fix typo.
926 * gdb.base/corefile.exp: Allow "Core was generated by ..."
927 messages to not include the full program name that caused
928 the core dump since some systems (such as solaris) apparently
929 truncate this path to about 80 characters.
930 When generating a core file first try increasing the core file
931 size limit to unlimited since some systems may default it to
932 zero, and it is harmless to try it. Move the test for failing
933 to generate a core file to where it will actually get executed.
934 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
935 new gdb result from g++ debug info improvements and make old
936 pattern obsolescent. Also account for size_t differences
937 (may be int or long).
938 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
939 initialization before function call is placed in the delay slot
940 and thus appears to be skipped over by commands such as "next".
941
f526457c
SS
942Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
943
944 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
945
946Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
947
948 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
949 input source file; fix code to compile test to deal with this
950 convention.
951 * gdb.c++/*.exp: Likewise.
952
edc1ccab
FF
953Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
954
955 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
956 "bt in signals.exp".
957
958Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
959
960 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
961 "step over execarg initialization" and
962 "step over corearg initialization".
963
964Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
965
966 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
967 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
968
782445c7
FF
969Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
970
971 From Rob Savoye (rob@poseidon.cygnus.com)
972 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
edc1ccab
FF
973 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
974 configure.in}, gdb.disasm/{Makefile.in, configure.in},
975 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
976 configure.in}: Major reworking for autoconfig.
782445c7 977 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
edc1ccab
FF
978 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
979 New files.
782445c7 980 * config/unix-gdb.exp: Make GDB global.
edc1ccab
FF
981 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
982 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
983 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
984 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
985 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
986 term.exp, twice.exp, watchpoint.exp, whatis.exp},
987 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
988 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
989 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
990 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
991 pr-8136.exp, result.exp, string.exp, tuples.exp},
782445c7 992 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
edc1ccab
FF
993 to returns as necessary, arrange for test to compile own testcase
994 executable.
782445c7
FF
995 * lib/gdb.exp: Changes for testsuite to compile own test cases.
996
997Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
998
999 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
1000 clear_xfail at end of test which might not call either pass or fail.
1001 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
1002 "backtrace through signal handler".
1003
1004Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1005
1006 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
1007 continuing from a job control stop signal.
1008 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
1009
dfbb1a26
JL
1010Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
1011
1012 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
1013 * gdb.base/corefile.exp: Likewise.
1014 * gdb.base/funcargs.exp: Likewise.
1015
1016Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
1017
1018 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
1019 * config/monitor.exp: Add support for setting baud rate.
1020
1021Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
536a7a16
FF
1022
1023 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
1024 i*86-*-linux* xfails for "backtrace through signal handler".
1025 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
1026 "print func2::coremaker_local".
1027 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
dfbb1a26 1028 alpha-dec-osf2* xfail for
536a7a16 1029 "delete all breakpoints when none".
536a7a16 1030
b998e7b8
FF
1031Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
1032
1033 * gdb.base/break.exp: Change test that deletes all breakpoints
1034 when no user breakpoints are installed. A post 4.15 change
1035 causes gdb to no longer prompt in this case.
1036
c7c26058
FF
1037Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
1038
1039 * gdb.base/return.exp (return_tests): Change xfail for test
1040 "correct value returned double test" to stop xfailing at
1041 Solaris 2.5. Apparently the bug has been fixed.
1042
1130734d
FF
1043Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
1044
1045 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
1046 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
1047
cb016f01
JL
1048Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
1049
1050 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
1051 * gdb.disasm/hppa.s: Corresponding changes.
1052
1053Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
1054
1055 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
1056 makefile fragment.
1057 * config/mt-hpux: Deleted.
1058
00c916f4
JL
1059Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
1060
1061 * Many files: When warning about suppressed tests due to a
1062 nonexistant test binary, avoid incrementing the warning count.
1063
1064Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
1065
1066 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
1067
56040190
PS
1068Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1069
1070 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
1071 "sparc-*-solaris2*".
1072
1073Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1074
1075 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
1076 Add global and local variables and initialize them.
1077 * gdb.base/corefile.exp: Test correct mapping of corefile sections
1078 by printing variables. Remove rs6000 and powerpc xfails, BFD now
1079 extracts the file name and terminating signal from the core file.
1080 * TODO: Remove note about tests for correct mapping of corefile.
1081 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
1082 from optimizing it away.
1083 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
1084 handles common blocks.
1085
d4f1e4ee
JL
1086Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
1087
1088 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
1089 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
1090
582433a8
ILT
1091Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
1092
1093 * Makefile.in (maintainer-clean): New target, synonym for
1094 realclean.
1095 * gdb.base/Makefile.in (maintainer-clean): Likewise.
1096 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
1097 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
1098 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
1099 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
1100 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
1101
462bde03
FF
1102Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
1103
1104 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
1105 xfails when not gcc compiled for "print foo::funclocal".
1106 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
1107 "print foo::funclocal at foo",
1108 "print 'scope1.c'::foo::funclocal at foo",
1109 "print foo::funclocal_bss at foo",
1110 "print 'scope1.c'::foo::funclocal_bss at foo",
1111 "print foo::funclocal_ro at foo",
1112 "print 'scope1.c'::foo::funclocal_ro at foo",
1113 "print bar::funclocal at foo" and
1114 "print 'scope1.c'::bar::funclocal at foo".
1115 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
1116 gcc compiled for "print foo::funclocal at bar".
1117 Expand all messages to ensure that they identify that
1118 the test is at bar().
1119 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
1120 gcc compiled for:
1121 "ptype on opaque struct pointer (statically)",
1122 "ptype on opaque struct tagname (statically)",
1123 "ptype on opaque struct pointer (dynamically) 1",
1124 "ptype on opaque struct tagname (dynamically) 1",
1125 "ptype on opaque struct pointer (dynamically) 2" and
1126 "ptype on opaque struct tagname (dynamically) 2
1127 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
1128 gcc compiled for:
1129 "p datalocal"
1130 "whatis datalocal",
1131 "ptype datalocal",
1132 "p bsslocal",
1133 "whatis bsslocal", and
1134 "ptype bsslocal".
1135 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
1136 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
1137 when not gcc compiled.
1138 * gdb.base/funcargs.exp (float_and_integral_args): Add
1139 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
1140 compiled.
1141 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
1142 "backtrace from call6a" when not gcc compiled.
1143 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
1144 "backtrace from call7a" when not gcc compiled.
1145 * gdb.base/callfuncs.exp (do_function_calls):
1146 Add "hppa*-*-hpux*" xfail when not gcc compiled for
1147 "p t_char_array_values(char_array_val2,char_array_val1)",
1148 "p t_char_array_values(char_array_val1,char_array_val2)",
1149 "p t_char_array_values("carray 1","carray 2")",
1150 "p t_char_array_values("carray 1",char_array_val2)",
1151 "p t_char_array_values(char_array_val1,"carray 2")",
1152 "p sum_args(1,{2})",
1153 "p sum_args(2,{2,3})",
1154 "p sum_args(3,{2,3,4})",
1155 "p sum_args(4,{2,3,4,5})"
1156 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
1157 "backtrace in corefile.exp" when not gcc compiled.
1158
7eb10f9a
PS
1159Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1160
1161 * gdb.base/signals.exp: Rewrite `handle all print' test as
1162 a procedure. Accept blanks or TABs as whitespace, increase
1163 timeout and expect input buffer size for the large output
1164 from the command. Remove "i*86-*-bsdi2.0" xfail.
1165
5b1748d4
PS
1166Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1167
1168 * gdb.base/setvar.exp: Add new testcases for truncation when
1169 assigning invalid values to bitfields.
1170
218f9f03
FF
1171Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
1172
1173 * gdb.base/callfuncs.exp (do_function_calls): Remove
1174 mips-sgi-irix* xfail for
1175 "call inferior func with struct - returns char *"
1176 and fix test so that an optional (unsigned char *) cast is
1177 accepted in the result.
1178
c08e5694
FF
1179Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
1180
1181 * gdb.base/funcargs.exp (float_and_integral_args): Remove
1182 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
1183 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
1184 * gdb.base/signals.exp: Remove duplicate "handle all print" test
1185 that accidentally got checked in.
1186
5762d8c6
FF
1187Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
1188
1189 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
1190 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
1191 compiled test.
1192 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
1193 Add mips-sgi-irix5* xfail for not gcc compiled.
1194 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
1195 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
1196 "p top", "whatis top", "p middle", and "whatis middle".
1197 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
1198 "whatis signed char" for not gcc compiled.
1199 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
1200 "set variable signed char=-1 (-1)" and
1201 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
1202 * gdb.base/funcargs.exp (float_and_integral_args):
1203 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
1204 Add mips-sgi-irix* xfail when not gcc compiled for
1205 "continue to call2b".
1206 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
1207 "continue to call2g".
1208 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
1209 "backtrace from call6a"
1210 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
1211 "backtrace from call7k".
1212 Add mips-sgi-irix5* xfail when not gcc compiled for
1213 "backtrace from call7a".
1214 (localvars_after_alloca): Fix gdb_test cmds for
1215 "print * after runto ...".
1216 Remove rs6000-*-* xfails for
1217 "print i after runto localvars_after_alloca" and
1218 "print l after runto localvars_after_alloca"
1219 for all compilers.
1220 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
1221 when not compiled with gcc, for:
1222 "print signed char == (minus)",
1223 "print signed char != (minus)",
1224 "print signed char < (minus)",
1225 "print signed char > (minus)".
1226 * gdb.base/callfuncs.exp (do_function_calls):
1227 Add mips-sgi-irix* xfail, when compiled with native compiler, for
1228 "call inferior func with struct - returns char *".
1229 * gdb.base/return.exp (return_tests): Change xfail for
1230 "correct value returned double test" to include Solaris 2.4.
1231 * gdb.base/funcargs.exp (float_and_integral_args):
1232 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
1233
3c88a10a
PS
1234Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1235
1236 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
1237 enumeration bitfields if compiling with GNU C.
1238 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
1239 to empty' prompt.
1240
80d28979
JL
1241Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
1242
b9ba33e6
JL
1243 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
1244 test for PRO targets.
1245
80d28979
JL
1246 * gdb.base/funcargs.exp: Avoid ever setting more than 8
1247 breakpoints in the inferior at any given time by making
1248 two groups of breakpoints for call2*, call6* and call7*
1249 tests.
1250
71568251
PS
1251Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1252
1253 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
1254 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
1255 from optimizing it away.
1256 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
1257 "call inferior func with struct".
1258
46ce3de0
SS
1259Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
1260
1261 * configure.in: Only configure gdb.chill for particular targets.
1262
ce102e96
FF
1263Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
1264
1265 * gdb.base/Makefile.in: Add action to .c.o transformation
1266 rule that generates a .ci file for each .o file and remove
1267 explicit .c.o rules except for callfuncs.o.
1268 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
1269 generates a .ci file for each .o file and remove explicit
1270 .cc.o rules.
1271 (clean): Remove *.tmp *.ci files.
1272 (EXECUTABLES): Remove templ-info.exp.
1273 * gdb.base/compiler.c: New file.
1274 * gdb.c++/compiler.cc: New file
1275 * gdb.base/scope.exp: Source gdb.base/scope.ci.
1276 Change rs6000-*-* xfail for
1277 "print 'scope0.c'::filelocal_ro" and
1278 "print 'scope1.c'::filelocal" and
1279 "print 'scope1.c'::filelocal_bss" and
1280 "print 'scope1.c'::filelocal_ro" and
1281 "print 'scope1.c'::foo::funclocal" and
1282 "print 'scope1.c'::foo::funclocal_ro" and
1283 "print 'scope1.c'::bar::funclocal" and
1284 "print 'scope0.c'::filelocal_ro" and
1285 "print 'scope1.c'::filelocal at foo" and
1286 "print 'scope1.c'::filelocal_bss at foo" and
1287 "print 'scope1.c'::filelocal_ro at foo" and
1288 "print 'scope1.c'::foo::funclocal at foo" and
1289 "print 'scope1.c'::foo::funclocal_bss at foo" and
1290 "print 'scope1.c'::foo::funclocal_ro at foo" and
1291 "print 'scope1.c'::bar::funclocal at foo" and
1292 "print 'scope0.c'::filelocal_ro" and
1293 "print 'scope1.c'::filelocal" and
1294 "print 'scope1.c'::filelocal_bss" and
1295 "print 'scope1.c'::filelocal_ro" and
1296 "print 'scope1.c'::foo::funclocal" and
1297 "print 'scope1.c'::foo::funclocal_bss" and
1298 "print 'scope1.c'::foo::funclocal_ro" and
1299 "print 'scope1.c'::bar::funclocal" and
1300 "print 'scope1.c'::bar::funclocal_bss"
1301 to only be xfail'd when not compiled with gcc.
1302 Add rs6000-*-* xfail for
1303 "print 'scope0.c'::filelocal_bss before run"
1304 when compiled with gcc.
1305 (test_at_main): Add rs6000-*-* xfail for
1306 "print filelocal_ro in test_at_main"
1307 when compiled with gcc.
1308 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
1309 Add rs6000-*-aix* xfail for
1310 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
1311 "ptype t_char_array", not compiled with gcc.
1312 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
1313 xfail for "list foo (in include file)" when gcc compiled.
1314 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
1315 (integral_args): Add rs6000-*-* xfail for
1316 "run to call0a" if not compiled with gcc.
1317 (unsigned_integral_args): Add rs6000-*-* xfail for
1318 "run to call1a" if not compiled with gcc.
1319 (float_and_integral_args): Add rs6000-*-* xfail for
1320 "run to call2a" if not compiled with gcc and for
1321 "continue to call2b" for any compiler.
1322 Add rs6000-*-* xfail to
1323 "print f1 after run to call2a" for gcc compiled.
1324 (discard_and_shuffle): Add rs6000-*-* xfail for
1325 "run to call6a".
1326 (shuffle_round_robin): Add rs6000-*-* xfail for
1327 "backtrace from call7a" if not compiled with gcc.
1328 Add rs6000-*-* xfail for
1329 "backtrace from call7b" if compiled with gcc.
1330 (call_after_alloca): Add rs6000-*-* xfail for
1331 "print c in call_after_alloca" and
1332 "print s in call_after_alloca" and
1333 "backtrace from call_after_alloca_subr"
1334 if not compiled with gcc.
1335 (localvars_in_indirect_call): Add rs6000-*-* xfail for
1336 "print c in localvars_in_indirect_call" and
1337 "print c in localvars_in_indirect_call" and
1338 "backtrace in indirectly called function" and
1339 "stepping into indirectly called function"
1340 if not compiled with gcc.
1341 (localvars_after_alloca): Add rs6000-*-* xfail for
1342 "print c after runto localvars_after_alloca" and
1343 "print s after runto localvars_after_alloca" and
1344 "print i after runto localvars_after_alloca" and
1345 "print l after runto localvars_after_alloca"
1346 for all compilers.
1347 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
1348 than whatis-info.exp.
1349 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
1350 than opaque-info.exp.
1351 Setup rs6000-*-* xfail for
1352 "ptype on opaque struct pointer (statically)" and
1353 "ptype on opaque struct pointer (dynamically)" when
1354 not compiled with gcc.
1355 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
1356 rather than callf-info.exp.
1357 (do_function_calls): Add clear_xfail for rs6000-*-* for
1358 "p t_float_values2(3.14159,float_val2)". Seems to work
1359 fine there, both with xlc and gcc. Need to find out what
1360 it is doing right and fix other platforms.
1361 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
1362 "call inferior func with struct - returns int",
1363 "call inferior func with struct - returns long",
1364 "call inferior func with struct - returns float",
1365 "call inferior func with struct - returns double",
1366 "call inferior func with struct - returns char *",
1367 but only if not gcc compiled (presumes xlc compiled).
1368 Change rs6000-*-* xfails for
1369 "call inferior func with struct - returns char" and
1370 " call inferior func with struct - returns short" to only
1371 xfail if not using gcc.
1372 (clean mostlyclean): Remove *.ci and *.tmp files.
1373 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
1374 than templ-info.exp.
1375 * gdb.base/langs.exp: Source gdb.base/langs.ci.
1376 Add rs6000-*-* xfail for "up to foo in langs.exp"
1377 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
1378 when not gcc compiled.
1379
5c6f833b
JL
1380Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1381
1382 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
1383 * gdb.base/corefile.exp: Likewise.
1384 * gdb.base/list.exp: Likewise.
1385 * gdb.base/scope.exp: Likewise.
1386 * gdb.base/siganls.exp: Likewise.
1387
1388 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
1389 compiler output.
1390 * gdb.base/whatis.exp: Likewise.
1391
e334d7ea
JL
1392Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
1393
1394 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
1395 failure (opcode table has been fixed to match reality).
1396
c08e5694 1397Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
ce102e96
FF
1398
1399 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
1400 "call inferior func with struct - returns char",
1401 "call inferior func with struct - returns short"
1402
1403 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
1404 "print 'scope0.c'::filelocal at main",
1405 "print 'scope0.c'::filelocal_bss in test_at_main",
1406 "print 'scope0.c'::filelocal at foo",
1407 "print 'scope0.c'::filelocal_bss in test_at_foo",
1408 "print 'scope0.c'::filelocal at bar",
1409 "print 'scope0.c'::filelocal_bss in test_at_bar"
1410
1411 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
1412 in source file 1". This bug seems to have been fixed with both
1413 gcc and native cc (was native assembler bug?).
1414
06c87bef
FF
1415Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
1416
1417 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
1418 "backtrace through signal handler" to "i*86-*-sysv4*".
1419 * gdb.base/signals.exp: Add xfail for "'next' behaved as
1420 continue" case. Add "known SVR4 bug" to fail message.
1421 Add "i*86-*-bsdi2.0" xfail for "handle all print".
1422 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
1423 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
1424 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
1425 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
1426 "up to foo in langs.exp", "show language at foo in
1427 langs.exp", "up to cppsub_ in langs.exp", "show
1428 language at cppsub_ in langs.exp", "up to fsub in
1429 langs.exp", and "show language at fsub in langs.exp".
1430 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
1431 "bactrace in corefile.exp".
1432 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
1433 "call inferior function with struct - returns float" and
1434 "call inferior function with struct - returns double".
1435
98395eaf
JL
1436Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
1437
1438 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
1439 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
1440 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
1441 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
1442
06c87bef
FF
1443Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
1444
1445 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
1446 (or overriden) "CHILL" macro rather then bare "gcc".
1447 Also look for ../../gcc/xgcc since that is what we will
1448 actually need, not "Makefile". Remove following assignment
1449 of CHILL to CHILL_FOR_TARGET because that results in
1450 recursive definition.
1451
db186b3d
FF
1452Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
1453
1454 * gdb.base/corefile.exp: Change xfail for backtrace in
1455 corefile.exp from linuxaout to all linux.
1456 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
1457 cases where we miss the breakpoint at the signal handler
1458 for some reason. Setup xfail for linuxoldld/linuxaout and
1459 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
1460 hitting SIGURG breakpoint.
1461 * gdb.base/signals.exp: Setup xfail for "next" acting like
1462 continue to add linuxoldld. Setup xfail for all linux for
1463 "next to handler in signals_tests_1", "backtrace in
1464 signals_tests_1", "continue to func1", "pass SIGUSR1",
1465 and continue to handler".
1466
1467Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1468
1469 * Update all FSF addresses except those in COPYING* files.
1470
87544f53
FF
1471Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
1472
1473 * gdb.base/a2-run.exp: Change messages to be more explicit about
1474 the status of args, and quote binfile in results.
1475
eed4066f
FF
1476Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
1477
1478 * gdb.base/callfuncs.exp: Add tests for passing structs to
1479 inferior functions and return various types.
1480 * gdb.base/callfuncs.c: Add functions to receive a struct
1481 and return a member of the struct, in various types.
1482
96fd3d08
PS
1483Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1484
1485 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
1486
1487Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
1488
1489 * config/vxworks29k.exp: New file, sources vxworks.exp.
1490
e72d8622
JL
1491Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1492
1493 * config/gdbremote.exp: New file. Testing framework using
1494 gdbserver.
1495
3b013a3a
FF
1496Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
1497
1498 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
1499 "call function when asleep" and "send end of file".
1500 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
1501 for "backtrace in corefile.exp".
1502 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
1503 for "backtrace through signal handler".
1504 * gdb.base/corefile.exp: Make sure we actually generate a core file
1505 before trying the core tests. Some systems allow the user to suppress
1506 generation of core files and default to that (linux for example).
1507 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
1508 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
1509
1510Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1511
1512 * gdb.threads: New directory with some crude multi-threaded
1513 gdb tests (step.exp and step2.exp).
1514 * config/mt-lynx (STEP_EXECUTABLE): Define.
1515 (THREADFLAGS): Define.
1516
2f11e8d4
JL
1517Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
1518
d9d9e563
JL
1519 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
1520
8b67f01d
JL
1521 * gdb.base/signals.exp: Disable whole file for lynx until
1522 further notice.
1523
2f11e8d4
JL
1524 * gdb.base/signals.exp: xfail test where "next" acts like
1525 "continue" for lynx.
23843691 1526
92d9020d
JL
1527 * gdb.base/interrupt.exp: xfail test for calling function while
1528 inferior is asleep for lynx.
1529
23843691
JL
1530 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
1531 than one cr-lf after each command.
1532
fe3c360b
PS
1533Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1534
1535 * configure.in: Reinstate setting of stabsdirs variable, fix
1536 typo in setting up configdirs for native builds.
1537
1538 * gdb.base/return.exp: Fix typo in return double test.
1539 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
1540 compiler from optimizing them away.
1541
1542Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
1543
1544 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
1545 sequences to be echo'd by gdb when using gdb_test.
1546 * gdb.chill/chexp.exp: Likewise.
1547 * gdb.fortran/exprs.exp: Likewise
1548
f1c9e446
JL
1549Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1550
1551 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
1552 after the inferior gdb has started.
1553
1554 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
1555 after each command.
1556 * gdb.base/funcargs.exp: Likewise.
1557 * gdb.base/gdbvars.exp: Likewise.
1558 * gdb.base/interrupt.exp: Likewise.
1559 * gdb.base/list.exp: Likewise.
1560 * gdb.base/watchpoint.exp: Likewise.
1561 * gdb.c++/demangle.exp: Likewise.
1562 * gdb.c++/inherit.exp: Likewise.
1563 * gdb.chill/chexp.exp: Likewise.
1564 * gdb.fortran/exprs.exp: Likewise.
f4c40a88 1565
9ce4ab84
JL
1566 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
1567 test if we can't handle IO to/from the inferior.
1568
35e7ac7f
JL
1569 * gdb.c++/misc.exp: Always check for a program already being
1570 started after sending a "run" command to gdb.
1571
b2620293
JL
1572 * gdb.base/twice.exp: Start with a fresh gdb.
1573
780f9763
JL
1574 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
1575 only depend on gdb's expression code, not the chill runtime.
1576
f20dfd56
JL
1577 * gdb.base/return.c: Put return values into variables so we
1578 can have gdb print them rather than depending on the program
1579 to print them.
1580 * gdb.base/return.exp: Corresponding changes.
1581
46e8d411
JL
1582 * lib/gdb.exp: Provide default value for noinferiorio.
1583 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
1584 the inferior.
1585
8c72d4fc
JL
1586 * gdb.base/break.exp: Always check for a program already being
1587 started after sending a "run" command to gdb.
1588 (text_next_with_recursion): Don't check the output from the
1589 program's printf statement. Instead just make sure the program
1590 exited.
1591
f4c40a88
JL
1592 * gdb.base/commands.exp: Protect tests which need arguments with
1593 $noargs conditionals.
1594
4bbec291
PS
1595Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1596
1597 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
1598 of structure member arrays to match gdb/valops.c:value_addr change.
1599
1600Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
1601
1602 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
1603 cases.
1604
c08e5694 1605Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
b49f423b 1606
69423808
FF
1607 * configure.in (configdirs): Remove gdb.chill from default list
1608 of subdirs and then add it back in only if doing a native build.
1609 The current chill compiler does not yet work in any cross build.
b49f423b
FF
1610 * Revert all signal changes from Jul 6.
1611 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
1612 for sh-hms targets, allowing these tests to link, with no other
1613 changes. Testing is suppressed by setting "nosignals" in site.exp.
1614
1615Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
1616
1617 * configure.in (signaldirs): Define and add to configdirs for all
1618 targets except some specific ones that are known to not support signals.
1619 Also clean up formatting.
1620 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
1621 (signals, sigall): Remove rules to build.
1622 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
1623 Moved to new gdb.signals directory.
1624 * gdb.signals: New test directory.
1625 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
1626 signals.c signals.exp}: New or moved files.
1627
c9f7cd7b
JL
1628Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
1629
1630 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
1631
b49f423b 1632Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
b9f12fd9
FF
1633
1634 * gdb.base/return.exp: Xfail `return double' test failure
1635 on at least Solaris 2.3 and handle future/past versions on
1636 a case by case basis as appropriate. Also update message
1637 to include i*86 failures.
1638
0835edd6
JK
1639Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1640
b9f12fd9
FF
1641 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
1642
1643 * lib/gdb.exp: Fix comment which erroneously identified
1644 gdb_file_cmd as gdb_load (the 19 May change was in fact to
1645 gdb_file_cmd not gdb_load).
1646 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
1647
0835edd6
JK
1648 * gdb.base/setvar.exp: Make test names consistent between pass and
1649 fail cases. Use gdb_test more.
1650
1651Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1652
1653 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
1654
1655Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1656
1657 * gdb.base/help.exp: Fix expected help string for `show commands'.
1658
fe5d4b85
JK
1659Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
1660
1661 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
1662
1663 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
1664 of a text section.
1665
f031fc2c
SG
1666Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
1667
1668 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
7c71315c
SG
1669 that loop eventually terminates. Fix Connection refused logic so
1670 that testsuite will expire nicely.
f031fc2c 1671
7e7b4a02
SG
1672Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
1673
1674 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
1675 config/rom68k.exp: New tcl glue for the appropriate monitors.
1676 These all just end up calling monitor.exp.
1677 * config/monitor.exp (gdb_target_monitor): Handle `Connection
1678 refused' by retrying. Cleanup some timeout issues.
1679 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
1680 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
1681 callers don't have to set/restore global timeout variable.
1682
1683 * The following set of changes centralizes management of the global
1684 timeout variable. This way, it can be set in one target dependent
1685 place instead of dozens of places scattered throughout the test suite.
1686 If you need to lengthen a timeout, then you should either set timeout
1687 in one of the config/{target}.exp files, or multiply it by a factor.
1688 Setting it to an absolute value is always going to lose for some
1689 targets.
1690 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
1691 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
1692 * gdb.base/funcargs.exp: Don't set timeout.
1693 * gdb.base/list.exp (test_forward_search): Only use local timeout.
1694 * gdb.base/printcmds.exp (test_print_string_constants
1695 test_print_array_constants): Don't set timeout.
1696 * gdb.base/ptype.exp: Don't set timeout.
1697 * gdb.base/recurse.exp: Don't set timeout.
1698 * gdb.base/return.exp: Don't set timeout.
1699 * gdb.base/watchpoint.exp: Don't set timeout.
1700 * gdb.c++/classes.exp (do_tests): Don't set timeout.
1701 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
1702
5c36767e
TG
1703Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
1704
1705 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
1706
1707Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1708
1709 * lib/gdb.exp: Disable chill tests for irix5.
1710
7da20c11
JK
1711Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1712
1713 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
1714 each test pass or fail.
1715
b074fd2f
JK
1716Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1717
1718 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
1719 xlc not gcc.
1720
1e2bb164
SG
1721Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
1722
1723 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
1724
43967a76
SG
1725Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
1726
1727 * config/est.exp: Fix copyright and comments. Remove dead code.
1728 Use targetname, serialport and baud variables instead of fixed
1729 constants.
1730 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
1731 * config/cpu32bug.exp: New file to support cpu32bug monitors.
1732
4c5eefab
JK
1733Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1734
1735 * gdb.base/watchpoint.exp: Don't run
1736 test_watchpoint_triggered_in_syscall for sunos.
1737
1738Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1739
1740 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
1741 they don't seem to exist. Do include stdio.h.
1742
9b86fdca
JK
1743Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1744
1745 * gdb.base/a1-selftest.exp: Add alpha xfail.
1746
1747Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1748
1749 * gdb.base/watchpoint.c (main): Prompt before calling read().
1750 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
1751 Revise accordingly. Remove cruft about sending "123" several
1752 times, until it gets noticed. Clean up the "print buf[0]" stuff
1753 so that it passes or fails, and waits for prompts in the usual way.
1754
06ce5be9
JK
1755Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1756
4dc75a28
JK
1757 * gdb.base/recurse.exp: Fix comment.
1758
1759 * TODO: Remove item about printing variables in nodebug.exp. Add
1760 item about enabling tests which are only run on some targets.
1761
1762 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
1763 fail, make test names unique, use new gdb_test convention
1764 regarding pattern, use gdb_test more, etc.).
1765
06ce5be9
JK
1766 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
1767 fail, make test names unique, etc.).
1768
6b61e21d
PS
1769Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1770
1771 * gdb.base/nodebug.c: Change return type of top and middle to
1772 short.
1773 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
1774 are fixed by the recent mdebugread.c changes. Allow `short ()'
1775 as type for top and middle.
1776
84ccb887
JK
1777Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1778
1779 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
1780 nearly as I can tell, the whole thing was an accident in Stu's
1781 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
1782 to replace a send/expect pair with gdb_test, but ended up only
1783 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
1784 of 30 Mar 1995 took care of it, but left this vestigial comment
1785 which I am now nuking.
1786
1787Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1788
1789 * gdb.base/break.exp: Look for different line number for
1790 breakpoint at main depending on usestubs.
1791
4507de2d
PS
1792Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1793
1794 * gdb.base/list.exp: Adjust some alternate expect patterns to
1795 match recent list0.c change. Add alternate expect pattern for
1796 output from `list default lines around main' for optimizing
1797 compilers.
1798
24b26999
JK
1799Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1800
1801 * lib/gdb.exp: If nosignals is not set, set it to 0.
1802
241b4dff
KH
1803Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
1804
1805 * config/slite-gdb.exp: Responds to load symbol table prompt.
1806 * gdb.base/break.exp: Adjust line number, fix rerun.
1807 * gdb.base/langs0.c: Add #ifdef usestubs.
1808
6413ee42
KH
1809Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
1810
a04abecc
KH
1811 * gdb.base/list.exp: Adjust line contents after adding new lines in
1812 list0.c. Also fix a syntax error.
1813
6413ee42
KH
1814 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
1815 * gdb.base/break.exp: ditto.
1816 * gdb.base/list.exp: ditto.
1817 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
1818 * gdb.base/run.c: ditto.
1819 * gdb.base/list0.c: ditto.
1820 * gdb.base/funcargs.c: ditto.
1821
f66a7902
SG
1822Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
1823
1824 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
1825 $targetname, $serialport and $baud instead of hardwired variables.
1826 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
1827 target doesn't support signals.
1828
3c23a941
KH
1829Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
1830
1831 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
1832
d87e7706
JK
1833Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1834
1835 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
1836 Don't rely on the value of an auto variable before it has been
1837 initialized. Use gdb_test more.
1838
b34b32e7
JK
1839Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1840
1841 * lib/gdb.exp (default_gdb_version): A version number must start
1842 with a digit, but other than that contains all characters up to
1843 the first whitespace character.
1844
d894a6e9
JK
1845Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1846
1847 * gdb.base/commands.exp (breakpoint_command_test): New tests.
1848
74cb8a36
JK
1849Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1850
1851 * gdb.c++/*.exp: Warn if executable does not exist. The original
1852 reason for skipping the warning was that configure.in sometimes
1853 intentionally skipped building the executables but the tcl code
1854 had no way of knowing. That (a) was always bogus with respect to
1855 error handling, (b) is no longer true (right now there is no way
1856 to skip C++ tests).
1857
1858 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
1859
766de354
PS
1860Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1861
1862 * gdb.base/list.exp: Add expect patterns for output from
1863 SunPRO compiled executables.
1864 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
1865 types.
1866
1ef0c066
JK
1867Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1868
62f2c808
JK
1869 * gdb.base/break.exp (test_next_with_recursion): Accept any line
1870 number (we are already testing that the correct source line text
1871 gets printed).
1872
1873 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
1874 that is what is intended, but something needed to be done to get
1875 sunos4 native working again.
1876
1877 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
1878
1ef0c066
JK
1879 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
1880 apparently went with a (very) old xfail.
1881
a302b5c2
KH
1882Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
1883
1884 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
1885 runto_main is a proc in gdb.exp that will do 'step' for target use
1886 stubs.
1887 * gdb.base/exprs.exp: ditto.
1888 * gdb.base/interrupt.exp: ditto.
1889 * gdb.base/opaque.exp: ditto.
1890 * gdb.base/printcmds.exp: ditto.
1891 * gdb.base/ptype.exp: ditto.
1892 * gdb.base/scope.exp: ditto.
1893 * gdb.base/setvar.exp: ditto.
1894 * gdb.base/signals.exp: ditto.
1895 * gdb.base/twice.exp: ditto.
1896 * gdb.c++/classes.exp: ditto.
1897 * gdb.c++/inherit.exp: ditto.
1898 * gdb.c++/templates.exp: ditto.
1899 * gdb.base/break.exp: no run and hit main for stubs. Change line
1900 numbers for breakpoints and info breakpoint.
1901 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
1902 breakpoint().
1903 * gdb.base/callfuncs.c: ditto.
1904 * gdb.base/exprs: ditto.
1905 * gdb.base/interrupt.c: ditto.
1906 * gdb.base/opaque0.c: ditto.
1907 * gdb.base/printcmds.c: ditto.
1908 * gdb.base/ptype.c: ditto.
1909 * gdb.base/scope0.c: ditto.
1910 * gdb.base/setvar.c: ditto.
1911 * gdb.base/signals.c: ditto.
1912 * gdb.base/twice.c: ditto.
1913 * gdb.c++/misc.cc: ditto.
1914 * gdb.c++/templates.cc: ditto.
1915
6e131ad8
JK
1916Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1917
8c7ab5da
JK
1918 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
1919
ac35a003
JK
1920 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
1921 somewhere between `read' and `main.c'. I'm pretty sure the
1922 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
1923 and it isn't particularly useful.
1924
6e131ad8
JK
1925 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
1926
91e3c246
JK
1927Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1928
1929 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
1930
40ee1402
KH
1931Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
1932
1933 * config/mt-slite: add LIBS and -nostdlib.
1934 * config/slite-gdb.exp: add this new file to support sparclite target.
1935
11c54b4f
DE
1936Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
1937
1938 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
948121f2
DE
1939
1940 * gdb.base/a2-run.exp: Change argument to istarget from
1941 "*-*-vxworks" to "*-*-vxworks*".
1942 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
1943
1c2258cc
KH
1944Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
1945
1946 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
1947 will not runto main but do a 'step' to step out of breakpoint().
1948 * config/mt-slite: add -Dusestubs.
1949
1d30b948
JK
1950Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1951
8abe0b3d
JK
1952 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
1953 instead of just @.
1954
0926990e
JK
1955 * gdb.base/signals.exp: Add test for "handle all print".
1956 * TODO: Remove "handle all print". Also remove item about
1957 checking copyright date (I don't like the idea of a spurious FAIL
1958 based on when we run the tests).
1959
31a425c3
JK
1960 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
1961 for SunOS4 (reason for failure not investigated). Remove
1962 redundant test for $binfile.
1963
edcea375
JK
1964 * gdb.base/nodebug.c (array_index): Call malloc.
1965
1d30b948
JK
1966 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
1967
eead772b
JL
1968Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
1969
1970 * gdb.base/recurse.exp: Update gdb_test invocation to use new
1971 conventions and slightly simplify the matching regexp.
1972
96528ad5
JK
1973Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1974
eead772b
JL
1975 * gdb.base/break.exp: Update gdb_test invocation to use new
1976 convention.
1977
1978 * lib/gdb.exp: If noargs is not set, set it to 0.
1979
c793c274 1980 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
9d96ecba 1981 tests unique.
c793c274 1982
f2ee99a4 1983 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
96528ad5 1984
3c727f72
JK
1985Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1986
1987 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
1988 one argument of type "<non-float parameter>".
1989
e8a256f8
SG
1990Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
1991
1992 * config/rom68k.exp: New file to support Motorola IDP board.
1993 * gdb.base/a2-run.exp: Skip this file if noargs is set.
1994 * gdb.base/break.c: Change things around so that this program
1995 doesn't depend upon args. This is necessary to make remote
1996 targets work (in general, they can't take args).
1997 * gdb.base/break.exp: Don't try to send args to program. Don't
1998 expect output. Also, replace lots of code with gdb_test.
1999
67f35633
JK
2000Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2001
a59f104e
JK
2002 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
2003 printing of '\'' (which is what the comment says we are testing,
2004 even though we were not), not '''.
2005 (test_integer_literals_rejected): Test that printing ''' is an error.
2006
2007 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
2008 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
2009 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
2010 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
2011 Use gdb_test not test_print_accept.
2012 * lib/gdb.exp: Remove test_print_accept.
2013
82f14c54
JK
2014 * gdb.base/signals.exp (signal_tests_1): Make pass message
2015 consistent with fail message.
2016
67f35633
JK
2017 * gdb.base/whatis.exp: Remove xfails for printing char vs.
2018 unsigned char; the bug (PR 1821) is fixed.
2019
2020 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
2021
2022 * gdb.base/scope.exp (test_at_localscopes): Call pass for
2023 successful tests--makes xfailing them work right.
2024
05918905
JK
2025Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2026
4081daa1
JK
2027 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
2028 only \r\n, not .*. The test can pass .* as the last thing in
2029 $pattern if that is what it wants. In addition to providing this
2030 flexibility, this change should speed up pattern matching in cases
2031 where the pattern already ended with .* (there were a number of
2032 them). This change also helps catch bad patterns--in the old
2033 scheme the typo "char \*" instead of "char \\*" would pass. Now
2034 it is caught.
2035 * Many .exp files: Update callers.
2036
9be82863
JK
2037 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
2038 clearer and does not spuriously match multiple ('s. Likewise for
2039 ) and *.
2040
fcb869f1
JK
2041 * gdb.base/nodebug.exp: Test ability to call a function and pass
2042 it a string (even with no debugging info).
2043
05918905
JK
2044 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
2045 "p '\'", which is the same as "p ''" once tcl gets done with
2046 quoting, to "p '\\'", which I suspect is what is intended (one
2047 backslash gets sent to GDB).
2048
2049 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
2050
2f8996dc
JK
2051Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2052
2053 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
2054 1817) was fixed literally years ago.
2055
07b96357
PS
2056Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2057
2058 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
2059 test, it causes stepping out of call_after_alloca_subr with
2060 optimizing compilers.
2061 (localvars_in_indirect_call): Consume GDB prompt if `finish'
2062 fails.
2063
d4f389f6
PS
2064 * gdb.c++/templates.exp: Source templ-info.exp only if
2065 the templates executable exists.
2066
07b96357
PS
2067 * gdb.c++/misc.cc (class Contains_static_instance,
2068 class Contains_nested_static_instance),
2069 gdb.c++/classes.exp (test_static_members): Test printing of
2070 a class that contains a static instance of the class.
2071
2072Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2073
2074 * gdb.base/langs2.c (cppsub_): Don't prototype.
2075 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
2076 only, I believe).
2077
54e85b8b
JK
2078Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2079
a331c834
JK
2080 * lib/gdb.exp (skip_chill_tests): New procedure.
2081
54e85b8b
JK
2082 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
2083
4eb2d219
JL
2084Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
2085
2086 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
2087 each expect pattern. Cuts runtime from 12 to about 4 seconds.
2088
60fdbf97
JK
2089Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2090
4eb2d219
JL
2091 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
2092
b77a4fbe
JK
2093 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
2094 disassemble 8, not 16, instructions for part 4.
2095
cc5be366
JK
2096 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
2097 support the latter anymore.
2098
60fdbf97
JK
2099 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
2100 -DNO_PROTOTYPES.
2101 * gdb.base/callfuncs.c: Control use of prototypes based on
54e85b8b 2102 NO_PROTOTYPES, not __STDC__.
60fdbf97
JK
2103 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
2104 t_float_values2 tests if prototypes in use.
2105
2106 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
2107 t_double_values): When checking differences against DELTA, check
2108 that difference is within the range (-DELTA,DELTA), not just
2109 (-infinity,DELTA).
2110
cb58e516
KH
2111Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
2112
2113 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
2114 'file' command firts, then 'target', then 'load', this is due to gdb
2115 target set up.
2116 * config/mips-gdb.exp: Fix a couple regular exp bugs.
2117
b5f105b7
JL
2118Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
2119
2120 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
2121 FP load/store variants.
2122 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
2123
6aa082e0
JK
2124Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
2125
2126 * gdb.base/term.exp: Do not give a warning if not native, it is
2127 not an abnormal condition.
2128
7cf24958
JK
2129Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
2130
2131 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
2132 t_char_array".
2133
0794ff45
JK
2134Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
2135
566ac567
JK
2136 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
2137 are getting the version number.
2138
0794ff45
JK
2139 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
2140 if not native, it is not an abnormal condition.
2141
f7ef65ff
JK
2142Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2143
2144 * lib/gdb.exp: Just use "file exists", rather than undocumented
2145 dejagnu procedure "findfile".
2146
65424cda
C
2147Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2148
2b53190d
C
2149 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
2150 (LDFLAGS): Set to -Xlinker -Ur.
2151
65424cda
C
2152 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
2153 Removed, these values are set by lib/gdb.exp.
2154
2155 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
2156
9c79b8b5
C
2157Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2158
983bfa63
C
2159 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
2160 of replicating gdb startup code.
2161
2162 * config/mt-vxworks (LDFLAGS): Set to -r.
2163 (CFLAGS_FOR_TARGET): Removed.
2164
2165 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
2166 (gdb) and gdb for vxworks uses (vxgdb).
2167
be813d02
C
2168 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
2169 executable is not in the tree and host != target, use sed and
2170 program_transform_name to determine the gdb name used by the
2171 target.
2172
9c79b8b5
C
2173 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
2174 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
2175
c44c67b5
JK
2176Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2177
9c79b8b5
C
2178 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
2179 floats, chars, and shorts where there are ANSI-style function
2180 definitions.
bc778001 2181
c44c67b5
JK
2182 * gdb.base/langs.exp, gdb.base/langs*: New test.
2183 * gdb.base/Makefile.in: Build it.
2184 * TODO: Remove item about checking that C names don't get C++
2185 demangling applied; this test tests it.
2186
1fb1efcd
JK
2187Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2188
08bac7ad
JK
2189 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
2190 went with the const70 xfail. The xfail went away a year ago.
2191
ad325d68
JK
2192 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
2193
6b045866
JK
2194 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
2195 for hp300.
2196
1eff7097
JK
2197 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
2198
1fb1efcd
JK
2199 * gdb.base/a1-selftest.exp: Don't run on hp300.
2200
f78d026a
JK
2201Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2202
2203 * Makefile.in (site.exp): Set host_alias and target_alias as well
2204 as host_triplet and target_triplet.
2205
3c1c71bf
JK
2206Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2207
f78d026a
JK
2208 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
2209
2210 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
2211 places as other ecoff systems).
372bb8b4 2212
3c1c71bf
JK
2213 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
2214 ultrix.
2215
f51b66ca
JK
2216Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2217
09837152
JK
2218 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
2219 remove them.
2220 * gdb.base/nodebug.exp: Accept "function" in addition to "text
2221 variable and "variable" in addition to "data variable".
2222 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
2223
f51b66ca
JK
2224 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
2225 2.
2226 * gdb.base/list1.c (long_line): Add additional statement at start
2227 of function.
2228 * gdb.base/list.exp (test_forward_search): Update line number to
2229 reflect new statement.
2230
2231Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2232
2233 * gdb.base/signals.exp: Reinitialize searched source directories
2234 after gdb_start call.
2235
333a8dde
JL
2236Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
2237
2238 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
2239 * gdb.stabs/Makefile.in: Likewise.
2240
2241 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
2242 change. Instead split the tests into smaller pieces.
2243 * gdb.disasm/hppa.s: Corresponding changes.
2244
a4efaf7c
JK
2245Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2246
e29b45a8
JK
2247 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
2248 Quote ^C when passing it to stty. For some shells ^ is a pipe.
2249
a4efaf7c
JK
2250 * gdb.base/funcargs.exp: Modify many tests so that every test
2251 either passes or fails. Make some test names unique.
2252
669c9fe3
JK
2253Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2254
66b063c0
JK
2255 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
2256 Call stty to set interrupt character.
2257
958f6a13
JK
2258 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
2259 for HP assembler versus GNU assembler based on actual behavior of
2260 $(CC), rather than assuming that $(AS) is always the GNU assembler.
2261
669c9fe3
JK
2262 * TODO: Suggest a few more stepping tests.
2263
c429bbab
SS
2264Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
2265
2266 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
2267 restart GDB for h8300 after a continue.
2268 (return): Add pattern to match a29k-udi behavior.
2269 * gdb.base/nodebug.exp: Remove obsolete comment.
2270 * gdb.base/regs.exp: New file, testing of register displays.
2271 * gdb.base/return.exp: Fix typo in reference to $objdir.
2272 * gdb.base/whatis.exp: Always start with a fresh GDB.
2273
7010dbce
JK
2274Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2275
2276 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
2277 higher, these tests generate a lot of output.
2278
6535b97b
JK
2279Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2280
2281 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
2282 code following the catch silently ignored some errors; without the
2283 catch they should be thrown like any other tcl error. Also, the
2284 catch used "" instead of {} which meant all the callers who wanted
2285 to include one of the characters "[]$ had to quote it an extra time.
2286 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
2287 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
2288 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
2289 Remove extra quoting.
2290
36491e5b
JL
2291Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
2292
af2e6b15
JL
2293 * gdb.base/commands.exp: Make test names unique; every test either
2294 passes or fails. Update some comments.
2295
36491e5b
JL
2296 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
2297
e1a6b67a
JK
2298Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2299
89ac6f79
JK
2300 The following fixes a FAIL caused by the fact that the alpha stabs
2301 configuration didn't use the ".if alpha" code in weird.def.
2302 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
2303 bit pointer, so the 32 bit version works even on the alpha.
2304 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
2305 Remove the stuff which allowed us to have separate versions for
2306 alpha and everything else.
2307
b2385a0a
JK
2308 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
2309 regexp which "info func operator\[\](" is supposed to match. Fix
2310 string to send to GDB. Note that GDB still doesn't work right. Add a
2311 new test for "info func .perator\[\](" which GDB does handle correctly.
2312
e1a6b67a
JK
2313 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
2314
f34c8766
JK
2315Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2316
2317 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
2318 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
2319 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
2320 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
2321 it makes the tests harder to understand and confuses test-o-matic.
2322 The preferred style is that each test provides a PASS or a FAIL,
2323 and has a unique message (e.g. "continue #54" not just "continue")
2324 which is the same for the pass and the fail.
2325 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
2326 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
2327 to lib/gdb.exp.
2328 * gdb.base/printcmds.exp: Use test_print_accept. Remove
2329 prt_accept which was basically the same thing. Likewise for
2330 test_print_reject and prt_reject.
2331 * lib/gdb.exp (test_print_reject): Add some more error message
2332 patterns to match from the former printcmds.exp (prt_reject).
2333 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
2334 One defect of the passcount stuff is that some of it failed to
2335 report XPASS where appropriate.
2336 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
2337 stuff before and after arg in expected pattern.
2338 (test_paddr_operator_functions): Re-do test without print_addr_of;
2339 this is the only test which seems to want extra stuff there.
2340
29f25f6f
JK
2341Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
2342
f34c8766
JK
2343 * gdb.base/nodebug.exp: Update new tests to reflect improved
2344 wording of gdb output.
2345
29f25f6f
JK
2346 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
2347 and "ptype" work on variables in files compiled without -g.
2348 Replaces commented out "maint print msymbol" tests.
2349
0c72a5b7
JK
2350Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
2351
66833626
JK
2352 * gdb.base/setvar.c (dummy): Call malloc.
2353
24f5d04a
JK
2354 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
2355 losing with the irix4 sed.
2356
0c72a5b7
JK
2357 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
2358 ALRM" on irix4.
2359
d722005e
JK
2360Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
2361
2362 * TODO: Remove items about corefile.exp testing new exec-file and
2363 backtrace; both are now done. Add items about printing enums.
2364
770b7c59
JK
2365Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
2366
2d593cdd
JK
2367 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
2368 "get signal $thissig" test fails.
2369
770b7c59
JK
2370 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
2371
4a9758ed
JK
2372Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
2373
59235564
JK
2374 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
2375 compiler warning with dec alpha compiler.
2376
2377 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
2378 extra \n from gdb_test call (this explains why the prompt test
2379 that I removed yesterday was there).
2380 (user_defined_command_test): Remove extra \n and prompt test.
2381
2382 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
2383 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
2384 doesn't exist.
2385 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
2386 Also remove alpha workaround, which turns out to be because
2387 SIGABRT == SIGLOST.
2388
3074a46d
JK
2389 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
2390
4a9758ed
JK
2391 * gdb.base/help.exp: Don't test "help show".
2392
4a2170f0
JK
2393Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
2394
4a9758ed
JK
2395 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
2396 "set print address" is on.
2397 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
2398 pass prompt to gdb_test; gdb_test already looks for the prompt.
2399
8bc80016
JK
2400 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
2401
4a2170f0
JK
2402 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
2403 was a vestige of the manual TESTSTRATEGY, and the purpose of it
2404 was to make sure that gdb can read a core file. But (a) the "read
2405 the corefile" part didn't make it to a1-selftest.exp, we just
2406 delete the corefile after creating it, and (b) we test reading
2407 corefiles in corefile.exp anyway. Also, this test left around a
2408 xgdb process on Solaris.
2409
2410 * gdb.base/corefile.exp: Also test backtrace.
2411
cba9d85e
JL
2412Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
2413
b0c29749
JL
2414 * gdb.base/commands.exp: Test a simple user defined command with
2415 arguments and if/while statements; verify the full user command is
2416 printed by "show user".
2417
cba9d85e
JL
2418 * gdb.base/commands.exp: Test if/while commands as part of a
2419 breakpoint command list; verify they appear in breakpoint
2420 information.
2421
74549306
JK
2422Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
2423
2424 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
2425 than by dividing by zero.
2426
4f9045b4
JL
2427Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
2428
2429 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
2430 performing an inferior call with watchpoints enabled.
2431 * gdb.base/watchpoint.c (main): Delete second unnecessary read
2432 call.
2433
6fd417ff
JK
2434Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
2435
d7c6f0f7
JK
2436 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
2437 of "file" command.
2438
6fd417ff
JK
2439 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
2440 Add additional pattern for when "int operator int(void);" appears
2441 in a different order.
2442
07112465
JK
2443Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
2444
229ad466
JK
2445 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
2446
07112465
JK
2447 * gdb.base/help.exp: Replace most of docstrings for "info signals"
2448 and "signal" with ".*".
2449
d71511fb
JK
2450Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2451
2452 * TODO: Add note about "handle all nostop".
2453
2454 * gdb.base/{sigall.c, sigall.exp}: New test.
2455 * gdb.base/Makefile.in: Add it.
2456
26e4dcae
SS
2457Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
2458
2459 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
2460 when invoking GDB, suppresses any windowing interface.
2461
8ef36cf3
SS
2462Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
2463
2464 * config/sim-gdb: New file, simulator testing support.
2465
61c4b14e
JL
2466Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
2467
2468 * gdb.base/interrupt.exp: Test calling func1 twice.
2469
9b826d6d
JK
2470Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
2471
2472 * gdb.base/list.exp (test_forward_search): Set timeout higher
2473 when we'll be getting lots of output from gdb.
2474
2475 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
2476 "init_malloc" to after the expect statement. Run it if that
2477 regexp is taken, but also for two others which happen if source
2478 cannot be found.
2479
0427f3ec
JK
2480Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2481
2482 * gdb.base/printcmds.exp: New test, for printing register before
2483 program is running.
2484
633e6238
PS
2485Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2486
2487 * gdb.base/list.exp: Correct some alternate expect patterns
2488 to reflect changes in list1.c.
2489
cdb09cd6
JK
2490Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2491
4ec56c1f
JK
2492 * TODO: Add item regarding large frames.
2493
cdb09cd6
JK
2494 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
2495
2496 * TODO: Remove item about enabling return.exp; it
2497 is enabled. Suggest a few more "return" tests.
2498
528d1a8d
PS
2499Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2500
2501 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
2502 anonymous unions.
2503
fd82583b
JK
2504Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2505
2506 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
528d1a8d 2507 and pr-5646.o, so "make" is the same as "make all", not "make
fd82583b
JK
2508 pr-4975.o".
2509
75d1ef13
SS
2510Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
2511
2512 * gdb.base/list.exp: Adjust expectations to reflect changes in
2513 list1.c.
2514 (test_forward_search): New test proc.
2515 * gdb.base/list1.c (long_line): New function, has long source line.
2516
2517Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
2518
2519 * gdb.base/a1-selftest.exp: Change initial stepping to know about
2520 additional line of code that was added.
2521
002199bc
JL
2522Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
2523
2524 * gdb.disasm/hppa.s: Break the large branching tests into smaller
2525 tests so as not to overflow expect's input buffers.
2526 * gdb.disasm/hppa.exp: Corresponding changes.
2527
52e895cb
PS
2528Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2529
2530 Beginnings of template debugging tests.
2531 * gdb.c++/templ-info.cc: New file to test for template
2532 debugging capability of the compiler.
2533 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
2534 templ-info.cc.
2535 * gdb.c++/templates.cc: Add explicit template instantiations
2536 to enable compiling with -fno-implicit-templates. Add destructor
2537 and 'value' method to T5 class for template tests.
2538 * gdb.c++/templates.exp: Add testcases for printing of template
2539 types, setting breakpoints on template methods and calling a
2540 template method.
2541
2542Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
2543
2544 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
2545 branch target since some assemblers (gas-2.5) may emit a
2546 relocation for the branch instead of resolving it in the
2547 assembler.
2548
68906e4c
PS
2549Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2550
2551 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
2552 through signal handler.
2553
6b55e5e3
C
2554Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
2555
2556 * configure.in (*-*-netware): Use config/mt-netware.
2557
2558 * config/mt-netware: New file.
2559 * config/mt-i386-netware: Removed, separate configs for different
2560 netware architectures are no longer needed now that we have
2561 --with-headers.
2562
2563Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2564
2565 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
2566 by the recent changes to use ANSI C arithmetic conversions.
2567
62433a30
JK
2568Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2569
2570 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
2571 bug involving using inferior_pid to figure out whether to select a
2572 frame.
2573
2574Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
2575
2576 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
2577 match the current disassembler output.
2578
2579Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
2580
2581 * gdb.fortran/exprs.exp: Expect VOID instead of void.
2582 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
2583 types, expect "int" as type of integer values (for now).
2584
9fa1bd1f
JL
2585Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
2586
2587 * gdb.base/commands.exp: New tests for if/while commands.
2588
b19d7c45
PB
2589Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
2590
2591 * lib/gdb.exp (runto): Replace sub-pattern for hex value
2592 by .*, since hex values have different syntax in Chill mode.
2593
146d1b55
PS
2594Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2595
2596 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
2597 linefeed from expect pattern for repeated types with indices > 9.
2598
68622837
SS
2599Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
2600
2601 First part of Fortran test suite.
2602 * gdb.fortran: New directory.
2603 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
2604
176d5504
PS
2605Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2606
2607 * gdb.base/default.exp: Update expect pattern for load command
2608 without arguments.
2609
2c5d4a34
ILT
2610Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2611
2612 * configure.in: Change i386 to i[345]86.
2613 * gdb.base/configure.in: Likewise.
2614 * gdb.c++/configure.in: Likewise.
2615 * gdb.chill/configure.in: Likewise.
2616
70bcd4bc
SS
2617Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
2618
2619 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
2620 patterns, since that is not a valid context for comments.
2621
2622Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
2623
2624 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
2625 repeated types and repeated types with indices > 9.
2626
3cbe9f4d
SS
2627Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
2628
2629 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
2630 2417; old bug has been fixed.
2631
5278c61d
JL
2632Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
2633
b42f02ba
JL
2634 * gdb.base/interrupt.exp: When trying to wake up the inferior,
2635 send the newline ourselves instead of assuming gdb_test will do
2636 so when passed an empty input string.
2637
5278c61d
JL
2638 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
2639 stabs testcode.
2640
2641Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
2642
2643 * lib/gdb.exp (gdb_test): Don't send anything if the first
2644 argument is an empty string. This makes cases where we want to
2645 match output that is already in expect's buffers (for example,
2646 matching a breakpoint after gdb_run_cmd has been called) work
2647 reliably.
2648
662bd263
C
2649Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
2650
2651 * config/netware.exp: New file.
2652
9f70e450
C
2653Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
2654
af1fa5e7
C
2655 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
2656 the -B and -L prefixes so we can find the debugging stub.
2657
c2926ab7
C
2658 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
2659 there and we are using the gcc from the tree.
2660
2661 * gdb.base/types.c: Removed.
2662
9f70e450
C
2663 * gdb.base/configure.in: Look for makefile fragments in ../config.
2664 Recognize i386-*-netware.
2665 * gdb.c++/configure.in: Likewise.
2666
d938d0f9
PS
2667Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2668
2669 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
2670 the correct TCL syntax.
2671
08104d73
C
2672Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
2673
2674 * gdb.base/opaque.exp: use runto instead of messing around with
9f70e450 2675 breakpoints. Simplify by using gdb_test.
08104d73
C
2676
2677 * gdb.base/bitfields.exp: restart between tests on netware targets
2678 because breakpoints aren't relocated after target death. Run
2679 processes to completion.
2680
2681 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
2682
dedd81f1
FF
2683Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
2684
2685 * Makefile.in: Remove extra tabs that confuse some versions
2686 of "make". Use the newly built gdb to test with by default,
2687 rather than the first one in the tester's search path.
2688
a924cf19
SS
2689Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
2690
73e484b4
SS
2691 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
2692
a924cf19
SS
2693 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
2694 condition help.
2695
3e304ddf
C
2696Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
2697
4704ece7
C
2698 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
2699
3236e984
C
2700 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
2701 running.
2702 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
4704ece7 2703 * gdb.base/funcargs.exp: Likewise.
3236e984 2704
4704ece7
C
2705 * gdb.base/bitfields.exp: Simplify by using gdb_test.
2706 * gdb.base/funcargs.exp: Likewise.
3e304ddf
C
2707
2708 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
2709 message is "".
2710
8f2d75fc
C
2711Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
2712
98f6da4f
C
2713 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
2714 return,signals,twice}.exp: Handle non-existant binaries
2715 consistantly.
2716
8f2d75fc
C
2717 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
2718 * gdb.base/Makefile.in: Don't try to generate a core dump, we
2719 might testing a cross development system.
2720
2721Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
2722
2723 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
2724 runtest script is relative to ${srcdir}, not ${rootdir}.
2725
802a2b00
SS
2726Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
2727
2728 * gdb.base/signals.exp: Allow for optionality of breakpoint
2729 address.
2730
7f5f5630
JK
2731Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2732
2733 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
2734
29a3db49
C
2735Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
2736
cdb181cb
C
2737 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
2738 for size_t definition.
2739 * gdb.c++/templates.cc: Likewise
2740
c14cb8ce
C
2741 * config/mt-i386-netware: New file.
2742
f3c8d097
C
2743 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
2744 defined.
2745
29a3db49
C
2746 * gdb.base/Makefile.in: Added support for systems that name core
2747 files by appending "core" to the program name.
2748 * gdb.base/a1-selftest.exp: Likewise.
2749
c3ac803f
PS
2750Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2751
2752 * gdb.base/return.exp: Add comment and message for `return double'
2753 test failure on Sparc Solaris.
2754
2755Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
2756
2757 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
2758
89597457
PS
2759Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2760
2761 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
2762 from optimizing them away.
2763 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
2764 patterns to include default constructors and assignment operators,
c3ac803f
PS
2765 to match gcc versions beyond 2.5.8. Accept any cplus demangling
2766 character in the output of the virtual base pointer.
89597457 2767
15c7f0c7
PS
2768Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2769
2770 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
2771 expression match in print_addr_of to avoid unintented matches.
2772 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
2773 versions up to 2.5.8.
2774
55f3c2b4
PS
2775Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2776
2777 * gdb.base/list.exp: Tweak alternate pattern for listing of an
2778 included file to run under newer versions of expect.
2779 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
2780 consecutive >'s in templates to accomodate recent cplus-dem.c change.
2781 Remove xfail for the virtual table of BDDHookV.
2782
a8594cb3
SS
2783Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
2784
2785 * lib/gdb.exp (string_to_regexp): Set a default result.
2786 (default_gdb_start): Fix misleading message.
2787
48f6098e
SS
2788Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
2789
9da7b237
SS
2790 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
2791 Remove all CC, etc definitions.
2792 * config/mt-hpux: New file.
2793 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
2794 (CFLAGS, LDFLAGS): Define.
2795 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
2796
48f6098e
SS
2797 * Makefile.in (site.exp): Don't insert host_os, etc.
2798 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
2799 (distclean): Check existence of subdir.
2800 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
2801 * gdb.base/Makefile.in: General cleanup and simplification.
2802 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
2803 to build executables. Use default rule to build .o files.
2804 (EXPECT, RUNTEST, CC): Fix relative pathname.
2805 (site.exp): Don't insert host_os, etc.
2806 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
2807 and/or SIGUSR1 defined.
2808 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
2809 * gdb.c++/Makefile.in: General cleanup and simplification.
2810 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
2811 (CFLAGS): Remove.
2812 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
2813
d3f6b463
JL
2814Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
2815
2816 * gdb.base/recurse.exp: Misc changes to get tests running again
2817 after Kung's changes to the watchpoint code.
2818 * gdb.base/watchpoint.exp: Likewise.
2819
2820Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
2821
2822 * lib/gdb.exp (string_to_regexp): Convert {\} also.
2823
0fba9aa2
SS
2824Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
2825
2826 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
2827 * lib/gdb.exp (default_gdb_start): Define.
2828 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
2829 gdb.base/funcargs.exp, gdb.base/opaque.exp,
2830 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
2831 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
2832 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
2833 Don't call gdb_target_udi in between tests.
2834
63fb699b
JK
2835Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2836
68361314
JK
2837 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
2838 (which was basically just a local version of the same thing). In
2839 addition to avoiding duplication, gdb_test_exact is faster.
2840 * lib/gdb.exp (gdb_test_exact): Fix typo.
2841
31711c69
JK
2842 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
2843 don't give an error.
68361314 2844
31711c69
JK
2845 * gdb.base/term.exp: Call delete_breakpoints before starting.
2846
63fb699b
JK
2847 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
2848 (t10): Add comment.
2849
33268150
SS
2850Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
2851
2852 Reorganization of the GDB Test Suite.
2853
2854 * gdb.base: New directory, contains all the basic tests.
2855 * gdb.c++: New directory, tests specific to C++.
2856 * gdb.chill: New directory, tests specific to Chill.
2857 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
2858 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
2859 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
2860 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
2861 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
2862 t30-31 to chill).
2863 * */gdbme.*: Rename to match appropriate expect scripts.
2864 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
2865 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
2866 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
2867 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
2868 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
2869 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
2870 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
2871 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
2872 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
2873 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
2874 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
2875 gdb.c++/virtfunc.cc: New names of C++ files.
2876 * gdb.chill/chillvars.ch: New name of Chill file.
2877 * gdb.base/configure.in, gdb.c++/configure.in,
2878 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
2879 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
2880 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
2881 * configure.in (configdirs): Update to reflect directory changes.
2882 (target_abbrev): No longer define for any configuration.
2883 * Makefile.in: Cosmetic improvements to header comments.
2884
b11f2c1f
PB
2885Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
2886
2887 Various changes to gdb.t31:
2888
2889 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
2890 * gdbme.ch: Make all key-words and predefineds be upper-case.
2891 * chillvars.exp: Expect key-words and predefinds in upper-case.
2892
2893 * chillvars.exp: Use gdb_test_exact many places.
2894 Change expected output for arrays (which now includes index labels).
2895
2896 * pr-5020.exp, gdme.ch (module PR_5020):
2897 New test, for PR-5020.
2898
f2d5a56e
PB
2899Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
2900
2901 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
2902 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
2903
0b9158e6
PB
2904Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
2905
2906 * Makefile.in: Fix bit-rot in definitions of CHILL,
2907 CHILL_FOR_TARGET and Chill_LIB.
2908 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
2909 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
2910 CHILL, and CHILL_LIB.
2911
90fba5fa
BC
2912Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
2913
2914 * Revert the previous changes. Please see Rob's directory
2915 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
2916
2f109983
BC
2917Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
2918
2919 * Makefile.in, configure.in, config/mips-gdb.exp,
2920 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
2921 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
2922 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
2923 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
2924 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
2925 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
2926 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
2927 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
2928 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
2929 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
2930 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
2931 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
2932 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
2933 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
2934 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
2935 changes from 94Q1.
2936
2937Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
d7096b92
BC
2938
2939 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
2940 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
2941 Rob's new testing fragments.
2942
8f07e537
BC
2943Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
2944
2945 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
2946 lib/gdb.exp: Replace error proc calls with perror.
2947
b17fd29d
SS
2948Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
2949
2950 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
2951 version also, match on casted version strings, and match on
2952 gdb startup case where the line numbers might be messed up.
2953
0c575f2d
BC
2954Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
2955
2956 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
2957 (CFLAGS): Delete it from here.
2958
4d2ad0a8
BC
2959Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
2960
2961 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
2962
526637b5
SS
2963Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
2964
2965 * Makefile.in (RUNTEST): Default to just "runtest".
2966
9b63f09c
JL
2967Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2968
2969 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
2970 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
2971 the code has been restructured.
2972
739324d7
JK
2973Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2974
2975 * gdb.t00/default.exp (set write): Allow any number of \r and/or
2976 \n, not just one of each.
2977
2978 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
2979 /bin/cc gives a warning if you do.
2980
0cb7d54f
KH
2981Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
2982
2983 * gdb.t24/demangle.exp: change expect pattern of
2984 __t10ListS_link1ZUiRCUiPT0
2985
fa75e476
JL
2986Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2987
2988 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
2989 on local variables in recursive functions.
2990
2991 * gdb.t07/Makefile.in: Build the new test.
2992
b3e258b4
JL
2993Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2994
194e9928 2995 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
b3e258b4
JL
2996 directly. Instead compare the return values from actual calls.
2997
099c286e
BC
2998Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
2999
3000 * Makefile.in (check): Set TCL_LIBRARY for runtest.
3001
bff07199
JL
3002Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3003
3004 * From Peter Schauer with minor modifications.
3005 * gdb.t15/return.exp (return_tests): Handle targets where "return"
3006 stops in mid-line in the caller. Add xfail for returning a float
3007 value on X86 targets.
3008
f0705d18
JL
3009Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3010
67808d3e
JL
3011 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
3012 to avoid expect lossage.
3013 (fmem_LRbug_tests): Likewise.
3014 * gdb.disasm/hppa.s: Corresponding changes.
3015
f911e417
JL
3016 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
3017 conditions to work with latest dejagnu/expect.
3018
7e550eb3
JL
3019 * gdb.t15/funcargs.exp (finish from indirect call): No longer
3020 expected to fail on the PA.
3021 (backtrace in call with trampolines): Explicitly require main
3022 to be frame #1 (no trampolines should show up in backtrace).
3023
19155bc2
JL
3024 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
3025 "continue -expect".
3026 * gdb.t06/break.exp: Likewise.
3027 * gdb.t07/watchpoint.exp: Likewise.
3028 * gdb.t13/bitfields.exp: Likewise.
3029 * gdb.t15/{funcargs,return}.exp: Likewise.
3030 * gdb.stabs/weird.exp: Likewise.
3031 * config/{mips,udi}-gdb.exp: Likewise.
3032
f0705d18
JL
3033 * hppa.sed: Enclose comments within a sed command to avoid
3034 losing with the old OSF1 sed.
3035
1f655b81
PS
3036Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3037
3038 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
3039 sequent dynix.
3040 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
3041 * gdb.t15/funcargs.exp: Conditionally step again to really
3042 finish from marker_call_with_trampolines. Handle the case where
3043 the first step from within call_with_trampolines already steps
3044 us back to main.
3045 * gdb.t15/gdbme.c: Add comment to closing brace of
3046 call_with_trampolines for funcargs.exp.
3047
374bc5d7
JL
3048Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3049
3050 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
3051 Fix typo(s).
3052
28a21812
JL
3053Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3054
3055 * gdb.t07/gdbme.c: More code for watchpoint testing.
3056
3057 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
3058 "Hardware watchpoint" throughout file.
3059 (test_watchpoint_triggered_in_syscall): New test.
3060 (test_complex_watchpoint): New test.
3061
277c24a1
JL
3062Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3063
3064 * gdbme.c (call_with_trampolines): New function to try and step
3065 into. Tests trampoline problems on the PA.
3066
3067 * funcargs.exp (localvars_in_indirect_call): No longer expect
3068 stepping into indirect call to fail on PAs.
3069 (test_stepping_over_trampolines): New test.
3070
b93e563c
JK
3071Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3072
3073 * TODO: Add suggestions for static member function tests, and
3074 completion tests.
3075
3006c5ac
JK
3076Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3077
b93e563c
JK
3078 * TODO: Add suggestions for "p/a" tests.
3079
3006c5ac
JK
3080 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
3081 (default_gdb_exit): Replace all the hair with sending "quit" to
3082 the process with a simple close.
3083
7e1f3405
JK
3084Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3085
3086 * TODO: Add suggestions for shared library tests.
3087
d19fc879
JK
3088Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3089
3090 * TODO: Add suggestions for x/s tests.
3091
45f43ce2
JK
3092Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3093
3094 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
3095 "enable once", and "enable breakpoints once" with ".*".
3096
24f81557
JK
3097Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3098
27677e75 3099 * TODO: Add suggestions about structure passing tests.
24f81557 3100
cbb99ebb
PS
3101Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3102
3103 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
3104 the primary1 test, use work around if __GNUC__ < 2.
3105 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
3106 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
3107 Test for bad output rather than waiting for timeout. Issue
3108 second continue only if first continue failed.
3109
31b03fe4
JK
3110Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
3111
3112 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
3113 operator[] test with gdb_test because the old code didn't seem to
3114 be getting the quoting right with the new dejagnu.
3115
2f109983
BC
3116Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
3117
3118 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
3119 one from the path.
3120 * Makefile.in: Use a fresh expect if there is one, use runtest
3121 from the src tree if there is one.
3122
b4f6f3c1
JK
3123Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
3124
90e58b6c
JK
3125 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
3126 next over recursive call. Revise the tests from that point on
3127 (which had been skipped) to match GDB's actual (correct) output.
3128
3129 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
3130 with next over a breakpoint whose condition is false.
3131
b4f6f3c1
JK
3132 * gdb.t00/help.exp: Comment out "help set print" tests just like
3133 (and for same reason as) "help set" test.
3134
34535b44
JL
3135Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3136
3137 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
3138 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
3139
d3b06c5f
JK
3140Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3141
34535b44
JL
3142 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
3143 necessary gdb_target_udi.
3144
2558ba5d
JK
3145 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
3146
fd70af24
JK
3147 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
3148 1838 and 2417; they are fixed.
5bf58105 3149
fd70af24
JK
3150 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
3151 gdb.t03/ptype.exp (ptype structure, ptype union):
3152 Remove xfails; the test is looser than when the xfails were added.
5bf58105
JK
3153
3154 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
3155 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
3156
b6999724
JK
3157 * gdb.t01/run.exp: Only run shell test if isnative.
3158
ebbed4c4 3159 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
2558ba5d
JK
3160 since "run" automatically loads if necessary. Call gdb_target_udi
3161 after the "file" since "file" kills any execution target.
ebbed4c4 3162
d3b06c5f
JK
3163 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
3164 GDB. GDB doesn't work that way (not anymore at least) on UDI.
34535b44
JL
3165 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
3166 argument for UDI.
d3b06c5f 3167
60f1cc98
JK
3168Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
3169
3170 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
3171
3172 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
3173
3c409d20
JK
3174Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3175
3176 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
3177 properly quoting regexps. This makes the second argument to
3178 demangle a fixed string, which matches the callers, instead of a
3179 shell-style pattern which is what the previous implementation
3180 used. Update some of the callers.
3181
ddb01977
JL
3182Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3183
90e77b4a
JL
3184 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
3185 (comib_nullified_tests): Fix typo.
3186 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
3187 strings. No longer expected to fail.
3188
8a1f1fba
JL
3189 * gdb.disasm/hppa.s (addib_tests): Fix typo.
3190 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
3191 strings. No longer expected to fail.
3192
ddb01977
JL
3193 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
3194 string. No longer expected to fail.
3195
6b4eae93
JL
3196Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3197
647d688b
JL
3198 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
3199 No longer expected to fail.
3200
6b4eae93
JL
3201 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
3202 string. No longer expected to fail.
3203
81268ac8
JK
3204Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3205
3206 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
3207 only in the names (I probably got most of them). I was even
3208 generous with some which differed in underscores in names, and
3209 probably missed a few, and I *still* was able to remove almost a
3210 third of the file with almost no impact on testsuite coverage.
3211
a8493f59
JK
3212Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3213
b2c41678
JK
3214 * gdb.t00/default.exp: Match udi_attach error message as well as
3215 the one from child_attach.
3216
3217 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
3218
3219 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
3220
3221 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
3222 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
3223
a8493f59
JK
3224 * Move test with enums and partial symbols back to
3225 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
3226 Reverts the change of 26 May 93. Per today's change to
3227 stabs.texinfo, the behavior that weird.exp was expecting was
3228 unreasonable; what is important is that the compiler+gdb get
3229 things right, which happens with a recent gcc. Also fix the test
3230 to deal with native compilers which put out the stab gdb can't
3231 deal with.
3232
48c667b4
JK
3233Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3234
a7409c54
JK
3235 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
3236 in the names. The main thing these accomplish is to slow things down.
3237 Many more such duplicates surely remain.
3238
48c667b4
JK
3239 * gdb.t00/help.exp: Comment out "help support" test just like
3240 (and for same reason as) "help set" test.
3241
9f388ef8
FF
3242Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
3243
3244 * gdb.t06/break.exp: Remove setup_xfails for
3245 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
3246 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
3247 about known bug in gcc to include up through 2.5.8.
3248 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
3249 well as "_vb$".
3250 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
83fe861e 3251 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
9f388ef8
FF
3252 with latest gcc and gdb.
3253 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
3254 well as "_vb$".
3255
7d251816
JL
3256Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3257
3258 * configure.in (hppa*-*-*): Also configure and build stabs-only
3259 tests.
3260
4a5242e8
JL
3261Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3262
3263 * gdb.t10/hppa.mt: A makefile fragment for the PA.
3264 * gdb.t10/configure.in (hppa*-*-*): Use it.
3265
4b471f93
PS
3266Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3267
3268 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
3269
a3435c0e
PS
3270Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3271
3272 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
3273 versions prior to 1.13.5.
3274
77918505
JK
3275Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3276
3277 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
3278 the prompt is at the start of a line.
3279
46ee83a0
JL
3280Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
3281
3282 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
3283 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
3284 in the copr tests now.
3285 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
3286 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
3287 expected to fail.
3288
0ab6de23 3289Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
3dcb8617 3290
80edc7cb
JK
3291 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
3292 gdb.t31/chillvars.exp, lib/gdb.exp:
3293 Tweak to run under either version of expect.
3294 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
3295 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
3296 * gdb.t11/list.exp: Remove extraneous whitespace.
3297
3298Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3299
3300 * gdb.t16/printcmds.exp (test_print_strings): Accept
3301 "(unsigned char *) " before the string.
3302
3303 * TODO: Add notes about printing of fancy types and GDB expressions.
3dcb8617
JK
3304
3305Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
3306
3307 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
3308 * gdb.t06/configure.in: Don't try to compile signals test program
3309 if doing mips-idt-ecoff.
3310
3311Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
3312
3313 * Most .exp files: Tweak to run under either version of expect.
3314
44d25056
JK
3315Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3316
3317 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
3318 xfails; I'm not sure why they are failing, but not because of PR 1806.
3319
c36a1486
RS
3320Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
3321
3322 * config/unix-gdb.exp: Remove gdb_unload cause it's already
3323 defined in lib/gdb.exp.
3324
2db87e22
PS
3325Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3326
3327 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
3328 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
3329 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
3330 have to be typeless.
3331
3332Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3333
3334 * TODO: Add suggestion for copyright year test.
3335
e1beb230
SS
3336Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
3337
3338 * configure.in (*-*-lynxos*): Add stabs tests.
3339
af5ede6e
JL
3340Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
3341
e1beb230
SS
3342 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
3343 so insert a tab before any assembler directive in column zero.
3344
af5ede6e
JL
3345 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
3346 stores.
3347 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
3348 stores.
3349 (fpu_short_memory_tests): Likewise.
3350
3351Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3352
3353 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
3354 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
3355 .stabs directives in comments.
3356
b0f4ec40
JK
3357Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3358
3359 * TODO: New file, describing tests we could write.
d910c7e9 3360 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
b0f4ec40 3361
64143621
JK
3362Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3363
dfbaacfa
JK
3364 * gdb.t06/signals.exp: Add kludge to force re-sync.
3365
64143621
JK
3366 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
3367 to xgdb instead of gdb, get out of gdb.
3368
92a6c3cc
JK
3369Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
3370
3371 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
3372 for info.
3373
20fde16a
JL
3374Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
3375
3376 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
3377 * gdb.stabs/configure.in (hppa*-*-*): Use it.
3378 * gdb.stabs/hppa.sed: New sed script for the PA.
3379
aad143dc
JK
3380Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3381
3382 * gdb.stabs: Re-write weird.def and configuration to use sed
3383 instead of cpp. sed is portable and POSIX; cpp is neither.
3384
b219511b
JK
3385Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3386
3387 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
3388
3971f61b
JK
3389Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3390
3391 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
3392
4a8f7bf1
JK
3393Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3394
073cca33
JK
3395 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
3396 "_vb$".
4a8f7bf1
JK
3397 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
3398 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
3399
51763ee2
JK
3400Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3401
3402 * lib/gdb.exp: Comment out code which depends on non-existent
3403 `transform' procedure.
3404
85174909
RS
3405Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
3406
eba272f3 3407 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
85174909
RS
3408 * lib/gdb.exp: Transform tool name.
3409 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
3410 1.1's new error handling system.
3411
95bfaf1c
JK
3412Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3413
3414 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
3415
3416Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3417
3418 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
3419 They made pattern matching so slow that timeouts happened on
3420 heavily loaded systems. Now any output from "show print" which
3421 gets us back to the GDB prompt is a PASS.
3422
12f4fe6c
SG
3423Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
3424
3425 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
3426
bb42d443
JK
3427Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3428
3c1423d6
JK
3429 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
3430
bb42d443
JK
3431 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
3432 It is not from PR 3220.
3433
33732871
JK
3434Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3435
3436 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
3437 just started failing because they depended on the order the
3438 subcommands are presented, or exact docstring text. This kind of
3439 test is a pain and has minimal benefit.
3440
bf96935b
JK
3441Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3442
3443 * gdb.t09/corefile.exp: At end of test, use "core" command with
3444 no arguments.
3445
486b3fe1
SG
3446Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
3447
3448 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
3449 17}/Makefile.in: Make it possible to run the testsuite with Sun
3450 make and CC = cross gcc by adding explicit build rules for .o
3451 files.
3452
e00def2d
JK
3453Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3454
3455 * gdb.t15/funcargs.exp: Don't put comments on same line as
3456 setup_xfail (@#$*%& tcl braindamage!).
486b3fe1 3457
f9a96aa3
JK
3458Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3459
3460 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
3461
3462Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
3463
3464 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
3465 * gdb.t20/inherit.exp: remove three dumplicate entries.
3466
d699eb21
JK
3467Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3468
3469 * gdb.t06/break.exp: For "next over recursive call", fail on any
3470 incorrect output, not just on "factorial (value=2)".
3471
cfb56ba2
JK
3472Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3473
3474 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
3475 working now. Add an xfail if accesing a bss variable causes
3476 a memory error if the target is not yet run.
3477
81d460c7
JK
3478Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3479
3480 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
3481 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
3482 name of __st* demangling (2 strings). Did Kung really get the
3483 more than 95 others right without testing them?
3484
ff24cba9
KH
3485Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
3486
3487 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
3488
47882638
JK
3489Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
3490
3491 * configure.in (configdirs): Add gdb.disasm
3492 * gdb.disasm: New directory for GDB disassembler tests.
3493 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
3494
89c394ec
JK
3495Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3496
a86bd05a
JK
3497 * gdb.t00/help.exp: Don't test "help set".
3498
74aa67d3
JK
3499 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
3500 from within expect statements. None of these happen anymore and
3501 they cause regressions to be silently unnoticed.
486e58a5 3502
74aa67d3
JK
3503 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
3504 messages) about known failures with gcc cygnus-2.4.5-930417.
f1642921 3505
89c394ec
JK
3506 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
3507 comp-info.exp so it gets built if it doesn't exist.
3508
3509 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
3510 it is no longer used.
3511 * gdb.t13/comp-info.c: Removed.
3512
9536b32c
JK
3513Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
3514
3515 * gdb.t06/signals.exp: Add xfail for sun3.
3516
ce5d0204
JK
3517Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3518
3519 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
3520 relevant because ^C doesn't get sent but failure can be reproduced
3521 interactively).
3522
a72e9833
PS
3523Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3524
3525 * gdb.stabs/alpha.mt: New configuration file for alpha.
3526 * gdb.stabs/configure.in: Use it.
3527 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
3528 sharing with alpha.mt, redefine long to word via preprocessor.
3529 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
3530 for alpha.
3531 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
3532 native cc.
3533 * gdb.t00/teststrategy.exp: Change expect string so that we
3534 consume the `(xgdb)' from the command echo and from the gdb prompt.
3535 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
3536 gdb currently compares all values as long, so this failure probably
3537 applies to any configuration where LONGEST is bigger than a target int.
3538 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
3539 with gcc.
3540 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
3541 to handle opaque pointers, gcc is.
3542 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
3543 as first argument. Include <sys/types.h> and change all operator
3544 new definitions to use size_t.
3545 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
3546 now that we use size_t.
3547
3548Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3549
3550 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
3551 a long or float array cast all array members to the same type.
3552 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
3553 with 64 bit longs.
3554 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
3555 on alpha.
3556 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
3557
83eba394
JK
3558Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3559
74869987
JK
3560 * gdb.t24 (demangle.exp): Constructors of templates have names like
3561 vector<int>::vector(int) not vector<int>::vector<int>(int). See
3562 section 14.6 of the ARM.
3563
3564 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
3565 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
3566 accomplish little and slow down the testsuite.
3567
83eba394
JK
3568 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
3569 Accept spaces various places.
3570
a0f3541f
JK
3571Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3572
83eba394
JK
3573 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
3574 with watchpoint enabled.
3575
a0f3541f
JK
3576 * Makefile.in: Remove definition of CC and remove the second
3577 definition of CXX (the "CXX = gcc" one remains). These definitions
3578 were causing backquotes to be expanded within backquotes, which
3579 doesn't work.
3580
fa79d853
JK
3581Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
3582
3583 * gdb.t17/callfuncs.exp: Add "return 0" to end.
3584
26a08d15
PS
3585Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3586
3587 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
3588 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
3589 by mips cc and contains no stabs entries.
3590
de8c35cf
RS
3591Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
3592
3593 * config/vx-gdb.exp: Use fake device to load files rather than
3594 NFS.
3595 * lib/gdb.exp: New proc to do "file" command.
3596 * config/unix-gdb.exp: Use new "file" proc.
3597
48d10a25
ILT
3598Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
3599
3600 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
3601 Rework board rebooting slightly.
3602 (gdb_exit): Don't exit from the remote shell; there isn't one.
3603 * gdb.stabs/weird.exp: If a program is being debugged already,
3604 kill it.
3605 * gdb.t04/setvar.exp: Stop and restart gdb.
3606 * gdb.t05/expr.exp: Likewise.
3607 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
3608 restart gdb and reload the program.
3609 * gdb.t08/opaque.exp: Likewise.
3610 * gdb.t12/scope.exp: Likewise.
3611 * gdb.t13/bitfields.exp: Likewise.
3612 * gdb.t15/funcargs.exp: Likewise.
3613 * gdb.t20/classes.exp: Likewise.
3614 * gdb.t03/ptype.exp: Increase timeout.
3615 * gdb.t16/printcmds.exp (test_print_string_constants,
3616 test_print_array_constants): Likewise.
3617 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
3618 * gdb.t20/classes.exp (do_tests): Likewise.
3619 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
3620
8cced93d
ILT
3621Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
3622
3623 * gdb.stabs: Renamed *wierd* to *weird*.
3624
f424845a
JK
3625Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
3626
3627 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
3628 for timeout. Add "known gcc 2.4.5 bug" to failure message.
3629
06f63f95
JK
3630Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
3631
3632 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
3633 (do_tests): Remove xfail for whatis on one_var and two_var.
3634
3635Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
3636
3637 * Makefile.in: Made cross building work better by adding
3638 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
3639
b7da78d5
JK
3640Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3641
3642 * gdb.t15/{return.c,return.exp,Makefile.in}:
3643 New test, currently commented out.
3644
2fd77dab
RS
3645Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
3646
3647 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
3648 still running and removes the leftover named socket so GDb can do
3649 clean restarts.
3650
f6c8cae6
RS
3651Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
3652
3653 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
3654 console, not GDB.
3655 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
3656 cross testing works better with "make check"
3657 * config/unix-gdb: Use default procedures for exit and version.
3658 * config/vx-gdb.exp: Cleaned up and massaged back to working order
3659 with the newest VxWorks.
3660
08843cd8
JK
3661Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3662
298e9222
JK
3663 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
3664 old form.
3665
3666 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
3667 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
3668
08843cd8
JK
3669 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
3670
3671 * config/unix-gdb.exp: Remove this version of gdb_exit
3672 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
3673 Rob says he'll look at it when he gets back to testing boards.
3674
aed23900
FF
3675Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
3676
3677 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
3678 an expected fail for certain ptype commands.
3679
3680 * gdb.t20/classes.exp: Update expected results of "ptype class
3681 Base1" to account for the constructor that now appears in the type.
3682
653ae28f
FF
3683Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
3684
3685 * configure.in (configdirs): Restore gdb.t04, which mysteriously
3686 disappeared from list.
3687 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
3688 "alldone" proc with call to cleanup and exit.
3689 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
3690 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
3691 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
3692 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
3693 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
3694 "alldone" proc with simple returns that suppress remaining
3695 tests. The alldone proc went away many months ago.
3696
84853a53
JK
3697Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3698
c69b7db7
JK
3699 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
3700
84853a53
JK
3701 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
3702
5e958188
PS
3703Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3704
3705 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
3706 as vax gdb will display them.
3707
0e8e9721
JK
3708Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3709
64926813
JK
3710 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
3711 optimizers.
3712
7161494d
JK
3713 * scope.exp: Change "bad value for localval" messages so each one
3714 is unique.
3715
62db94cb
JK
3716 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
3717 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
3718
0e8e9721
JK
3719 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
3720
b606bd8d
JK
3721Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3722
3723 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
3724 doesn't exist (due to optimization).
3725
0e0b4e64
JK
3726Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3727
b606bd8d
JK
3728 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
3729 contains \r because the filename is long.
3730
0e0b4e64
JK
3731 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
3732 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
3733
adce2225
PS
3734Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3735
3736 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
3737 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
3738 Ultrix.
3739 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
3740 int tests.
3741 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
3742
9e191927
FF
3743Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
3744
adce2225
PS
3745 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
3746
9e191927
FF
3747 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
3748 to match does not match the passing case but still matches the
3749 failing case.
3750
285ae57a
JK
3751Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3752
3753 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
3754
7a7d682b
JG
3755Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
3756
3757 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
285ae57a 3758 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
7a7d682b
JG
3759 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
3760 Remove various versions of gdb_exit.
3761 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
3762 gdb_exit.
3763 * config/unix-gdb.exp: gdb_exit remains here, and should override
3764 the generic version, since it's doing a lot of wierd stuff that
3765 the other versions aren't. FIXME, fold it in, or abandon this
3766 version.
3767
48c95e5b
JK
3768Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3769
3770 * gdb.t24/demangle.exp: Add tests for PR 3220.
3771
3772Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3773
d722005e 3774 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
48c95e5b 3775
5ad3ae4a
FF
3776Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
3777
e024d80c
FF
3778 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
3779 "i386-*-*". Works for i486 as well.
3780
5ad3ae4a
FF
3781 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
3782 bug, and expand domain of xfail to all SVR4 systems, since the
3783 actual problem is likely to be in generic SVR4 /proc support.
3784
ae039ff3
JK
3785Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3786
3787 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
3788
c0398b8b
FF
3789Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
3790
869cfa9f
FF
3791 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
3792 xfails for other systems. Match a missing 'Continuing.' as an
3793 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
3794
adf18b24
FF
3795 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
3796 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
3797 Only issue warning for missing executables if -all option is used.
3798
c0398b8b
FF
3799 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
3800 file if -all option is used. It's like an unpredictable XFAIL.
3801
0685d95f
JK
3802Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3803
3241e35d
JK
3804 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
3805 for dynamically linked binaries.
3806
0685d95f
JK
3807 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
3808
205c1ddc
JK
3809Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3810
3811 * gdb.t20/inherit.exp: Change message for "print tagless struct"
3812 to state that this is a known bug in old versions of g++.
3813
6117e42f
JK
3814Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3815
3816 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
3817 while waiting for `Continuing'.
3818
d8ab5dbf
FF
3819Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
3820
3821 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
3822 in text, data, and bss.
3823 * gdb.t10/nodebug.c: Add local and global test variables for
3824 initialized and uninitialized data.
3825
f4dfe788
JK
3826Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3827
3828 * config/unix-gdb.exp (gdb_exit): Add "wait".
3829
3830Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3831
3832 * gdb.t06/signals.exp: xfail the continue from the handler for all
3833 targets.
3834
3835 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
3836 function with watchpoints enabled, the i386 call dummy starts with
3837 a call.
3838
3839 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
3840 386 bsd names its corefiles.
3841
a469d3b6
FF
3842Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
3843
3844 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
3845 compilers don't grok it.
3846 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
3847 with small octal ints rather than character constants, which
3848 are signed and might not fit if first promoted to int.
3849
ad6feb08
FF
3850Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
3851
3852 * gdb.t09/Makefile.in (clean): Remove corefile.
3853
3854Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3855
3856 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
3857
a92499ba
JK
3858Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3859 and Jim Kingdon (kingdon@cygnus.com)
3860
3861 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
3862 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
3863 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
3864
c4978d68
JK
3865Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3866
3867 * gdb.t17/interrupt.exp: Add xfail for hppa.
3868
69aa789b
PS
3869Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3870
3871 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
3872 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
3873 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
3874 to determine signed-ness of bitfields and use the result to setup
3875 the xfail.
a4fbb03e 3876 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
c4978d68
JK
3877 * gdb.t15/funcargs.exp: Use them to step until the second indirect
3878 call line is reached if necessary.
69aa789b 3879
84123aa6
JK
3880Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3881
3882 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
3883
3884Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3885
3886 * gdb.t06/break.exp: Also test `clear' command.
3887
cb6afa30
JK
3888Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
3889
002c6d17
JK
3890 * gdb.t00/teststrategy.exp: Remove extra quote.
3891
6665d54c 3892 * gdb.t07/watchpoint.exp: Change xfail for calling function with
84123aa6 3893 watchpoint enabled to be for all non-68k machines.
6665d54c 3894
cb6afa30
JK
3895 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
3896
9d77e877
PS
3897Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3898
3899 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
3900 targets use aout.mt instead of ecoff.mt as gas understands
3901 standard aout format.
3902
675d65db
JK
3903Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
3904
62d4a686
JK
3905 * lib/gdb.exp (runto): Don't insist that function we are running to
3906 was compiled with -g.
3907
3908 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
3909
675d65db
JK
3910 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
3911 to get back into the read system call.
3912 Accept leading newline in case where we woke it up.
3913
76b098d1
PS
3914Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3915
3916 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
3917 to make the stabs test work on ecoff systems using gcc and -with-stabs.
3918 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
3919 enable ecoff configuration.
3920
0568df2a
JK
3921Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3922
3923 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
3924
e91ceb3c
JK
3925Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3926
3927 * gdb.t16/printcmds.exp: Add another printf test.
3928
6dc31f06
ILT
3929Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
3930
3931 * configure.in: If configured -with-stabs on any target, add
3932 stabsdirs to configdirs.
3933
5af4f5f6
JK
3934Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3935
e91ceb3c
JK
3936 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
3937 fun" so pattern does not match the command itself.
5af4f5f6 3938
4988d8c7
JK
3939Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3940
3941 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
3942
a688a186
JK
3943Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3944
3945 * gdb.t17/interrupt.exp: Test for more things.
3946
2a62a4cb
JK
3947Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3948
81074ec8
JK
3949 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
3950 compiler arranges the code and line numbers.
3951
2a62a4cb
JK
3952 * gdb.t17/interrupt.exp: Don't send \n after ^C.
3953
3ae135ab
PS
3954Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3955
3956 * gdb.t00/help.exp: Increase expect input buffer size.
3957
be7f7549
JK
3958Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3959
075aa449
JK
3960 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
3961
1af6f16c
JK
3962 * gdb.t07/watchpoint.exp: Add xfail for hppa.
3963
270532f9
JK
3964 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
3965
be7f7549
JK
3966 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
3967 [0-9]*, not just [0-9].
3968
f2dee08e
JK
3969Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3970
9ae07ce5
JK
3971 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
3972
f2dee08e
JK
3973 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
3974
afde243f
JK
3975Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3976
3977 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
3978
762665e1
JK
3979Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3980
46d284c9
JK
3981 * gdb.t06/signals.c: Add xfails for sun3.
3982
306ee233
JK
3983 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
3984
762665e1
JK
3985 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
3986 test_stepping tests.
3987
79f3218c
JK
3988Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3989
762665e1
JK
3990 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
3991
b2618fd8
JK
3992 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
3993
56f413cd
JK
3994 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
3995 rather than actually putting it through cpp twice.
3996
79f3218c
JK
3997 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
3998
eae16698
ILT
3999Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
4000
4001 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
4002 no longer needed.
4003
38e1dd54
JK
4004Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4005
b4ace9d3
JK
4006 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
4007
38e1dd54
JK
4008 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
4009 C++ features prints as "struct", make it a pass, not an xfail.
4010
4011Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4012
4013 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
4014 Don't require VA to print as "class" rather than "struct".
4015
b55cc8a2
JK
4016Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
4017
4018 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
4019
e02c07a5
JK
4020Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4021
4022 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
4023
4024Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4025
4026 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
4027 order.
4028
b4e89979
JK
4029Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4030
366f2869
JK
4031 * gdb.t16/printcmds.exp: Add printf tests.
4032
38c41e92
JK
4033 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
4034
b4e89979
JK
4035 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
4036
4037Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
4038
4039 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
4040 pass counts, to counteract any existing or future setup_xfails.
4041
884e8cd4
JK
4042Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4043
f492b6c1
JK
4044 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
4045 {BEGIN,END}_COMMON for common block instead of STAB.
44443a9b 4046 * gdb.stabs/wierd.exp: Add xfail for rs6000.
f492b6c1 4047
884e8cd4
JK
4048 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
4049 intp_var should be N_GSYM not N_LSYM.
4050 wierd-aout.S: Use a label for the value of the N_SO.
4051 wierd.def: Remove all backslashes.
4052 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
4053
9325d5af
PS
4054Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4055
4056 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
4057 get the expected next to inheritance3.
4058
d2b860e3
PS
4059Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4060
4061 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
4062 now that gcc-2.4 gets it right.
4063
f788cf78
JK
4064Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4065
2de1aa1c
JK
4066 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
4067
f788cf78
JK
4068 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
4069 generating comp-info.exp which works for cross-compilation.
4070
6ba7b818
FF
4071Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
4072
4073 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
4074 "*-*-sysv4.*".
4075
4076Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
4077
4078 * gdb.t01/run.exp: Start with a fresh gdb.
4079 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
4080 SVR4.x.
4081
cfb702c1
FF
4082Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
4083
4084 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
4085 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
4086 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
4087 Makefile.in (distclean, realclean): Remove gdbme.c from list of
4088 things to remove.
4089
3d26a081
FF
4090Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
4091
4092 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
4093 test cases from bug reports.
4094
5c0e7bd6
FF
4095Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
4096
4097 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
4098 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
4099 avoid spurious xfails.
4100 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
4101 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
4102 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
4103
212f6219
FF
4104Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
4105
4106 * gdb.t00/teststrategy.exp: Rework to provide more useful
4107 description of each test, fix problem with systems that define
4108 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
4109 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
4110 results for "next over recursive call" so timeouts aren't taken
4111 by error.
4112
69dbdc05
JK
4113Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
4114
c76f7bb7
JK
4115 * gdb.t12/scope.exp: Test printing of variables before run.
4116
69dbdc05
JK
4117 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
4118 printed in wrong order due to sorting.
4119
dd9d4fa3
FF
4120Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
4121
80af2bd3
FF
4122 * gdb.t00/teststrategy.exp: Fix expected results for printing
4123 user entered string constant. Is array of char, prints with no
4124 address.
4125
dd9d4fa3
FF
4126 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
4127 commands.
4128 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
4129 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
4130 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
4131 of struct of char arrays.
4132 * gdb.t00/radix.exp: New tests for radix commands.
4133
49b12db0
JK
4134Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
4135
4136 * gdb.t16/printcmd.exp: Print a variable before running program
4137 (with xfail for AIX).
4138
729258a3
JK
4139Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
4140
fcb6cf58
JK
4141 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
4142
729258a3
JK
4143 * gdb.t16/printcmd.exp: Don't print variables before running program.
4144
4145 * gdb.t06/break.exp: Don't require envp argument to main.
4146
4147 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
4148
4149 * gdb.t02/whatis.exp, gdb.t11/list.exp:
4150 Add xfails for rs6000.
4151
fcb6cf58
JK
4152 * gdb.t02/whatis.exp: Change other tests not to re-test something
4153 we already tested.
729258a3
JK
4154
4155 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
4156 each type used has a variable of that type.
4157
4158Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
4159
4160 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
4161
4162Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4163
4164 * configure.in: change srctrigger to be a file, not a directory
4165
b3523cb3
ILT
4166Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
4167
729258a3
JK
4168 * configure.in (mips-idt-ecoff*): Added trailing '*'.
4169
b3523cb3
ILT
4170 * gdb.t11/list.exp: Fixed a couple of typos.
4171
46fc723c
FF
4172Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
4173
4174 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
4175 is fixed and PR is closed.
4176 * gdb.t16 (gdbme.c): Add simple test string variable.
4177 * gdb.t16 (printcmds.exp): Add tests with simple test string
4178 variable, primarily for boundaries on "set print elements".
4179
942a6600
JK
4180Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
4181
6a51601e
JK
4182 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
4183 Make leading 0's optional and don't expect a tab in the middle
4184 of the number.
4185
bfcba962
JK
4186 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
4187
4188 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
4189 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
4190 don't end command passed to gdb_test with newline.
4191
942a6600
JK
4192 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
4193 signed keyword away, don't expect signed bitfields to be signed.
4194
4195 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
4196 printing with only as many 1's as are in the field as well as printing
4197 with 32 1's (see comment).
4198
35c254be
FF
4199Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
4200
88db2feb 4201 * gdb.t00/default.exp: Start with a fresh gdb.
dd294fc0
FF
4202 * configure.in (configdirs): Remove gdb.t31 until the chill
4203 compiler works again. It no longer is able to find chillrt0
4204 since it isn't in libchill.a anymore.
150ab440
FF
4205 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
4206 wierd.o, make more modular.
35c254be
FF
4207 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
4208 spurious newlines that caused problems.
4209
18ef9146
JK
4210Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4211
5bd22ca8 4212 * Move test with enums and partial symbols from gdb.t03/ptype.exp
12a09603
JK
4213 to gdb.stabs/wierd.exp since GCC has worked around the bug.
4214 gdb.stabs/wierd.{exp,def}: Many new tests.
4215
18ef9146
JK
4216 * gdb.t00/default.exp: update info line for new message.
4217
4218 * gdb.t02/{whatis.exp,gdbme.c}:
4219 Test that "char *" doesn't print as "caddr_t".
4220
2d10304e
JK
4221Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4222
4223 * gdb.t00/help.exp: Use .* in place of some help messages which
4224 just changed.
4225 gdb.t00/default.exp: Update "info frame" test for new message.
4226 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
29b34f10 4227 Remove some xfails
2d10304e 4228
e726f3b5
JK
4229Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4230
c6d70012
JK
4231 * gdb.t03/{gdbme.c,ptype.exp}:
4232 Add tests for typedef'd struct and union without tags.
2d10304e 4233 Also check "whatis" on a variable of a typedef'd enum without a tag.
c6d70012 4234
f43c2f05
JK
4235 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
4236 PRMS 1823; the bug still exists but isn't reproduced by this test
4237 anymore), and remove rs6000 XFAIL (the bug is fixed).
e726f3b5
JK
4238
4239 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
4240 duplicated from whatis.exp. For those that are left, accept
4241 "long", "long int", or "int" for long variables (whatis.exp already
4242 has an XFAIL for "int", so no need to fail it here).
4243
4244 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
4245 Deal with GCC's names for types now that GDB uses the compiler's names.
4246
4247 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
4248 setup_xfail's for sunos4. If we #defined the signed keyword away,
4249 don't expect GDB to know that char it is signed.
4250
4251 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
4252
0b3c22df
FF
4253Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
4254
4255 * configure.in (configdirs): Add gdb.t24 for C++ tests that
4256 should work on any system, regardless of debugging format.
4257 * gdb.t21/demangle.exp: Move to gdb.t24.
4258 * gdb.t24/demangle.exp: Move from gdb.t21.
4259 * gdb.t24/{Makefile.in, configure.in}: New files.
4260
4261Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4262
4263 * configure.in: Do gdb.stabs and C++ tests only for stabs.
4264 * gdb.stabs: New directory.
4265
8ce07a21
JK
4266Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4267
4268 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
4269 not just "Quit anyway?".
4270
27daf1a9
FF
4271Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
4272
4273 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
4274 that all setup_xfails are immediately followed by clear_xfails.
4275
4276Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
4277
4278 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
4279 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
4280 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
4281 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
4282 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
4283 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
4284 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
4285 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
4286 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
4287 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
4288 gdb.t31/chillvars.exp, lib/gdb.exp:
4289 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
4290 bug-gdb@prep.ai.mit.edu.
4291
4292Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
4293
4294 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
4295 with 0.0, not integer 0.
4296
4297Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
4298
4299 * gdb.t06/break.exp: Update for "Kill the program" message change.
4300
fb40210a
FF
4301Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
4302
4303 * Makefile.in (GDBFLAGS): Set to -nx.
4304 * Makefile.in (site.exp): Use GDBFLAGS.
4305
c1fb4e49
RP
4306Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
4307
4308 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
4309 Makefiles.
ab8603ea
RP
4310 (check): depend on just-check.
4311 (just-check): added so that tests can be run without a noop
4312 build pass.
c1fb4e49
RP
4313
4314Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
4315
4316 Switch to using configure's configdirs.
4317 * Makefile.in (Makefile): add configure.in dependency.
4318 (SUBDIRS): removed redundant assignment.
4319 * configure.in: switch subdirs assignment to configdirs.
4320 * gdb.t*/configure.in: new files.
4321
5959dcea
ILT
4322Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
4323
4324 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
4325 works.
4326
fbc3492c
FF
4327Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
4328
4329 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
4330 in explicit rules. Apparently this is not supported by some makes.
4331
512e5f94
JG
4332Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
4333
4334 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
4335
987b4233
PS
4336Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4337
4338 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
4339 disappeared.
4340
acb771de
JG
4341Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
4342
4343 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
4344
a08317af
FF
4345Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
4346
4347 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
4348 watchpoint problem that is now fixed.
4349 * gdb.t30/chexp.exp: Remove setup_xfail for printing
4350 uninitialized convenience variables.
4351 * gdb.t31/chillvars.exp: Fix expected patterns for printing
4352 structures.
4353
4354Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4355
4356 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
4357 which causes expect to get out of sync with gdb on long output
4358 from help set.
4359 * gdb.t09/corefile.exp: Make expected pattern for core file
4360 failing signal and frame output format less sun specific.
4361
b54a2f2d
PB
4362Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
4363
4364 * gdb.t31/chillvars.exp: Add and remove initial dummy
4365 breakpoint, so that symbol table is forced in.
4366 (Needed at least on Sunos4, though it seems not SVR4.)
4367 * gdb.t31/chillvars.exp: Update for changed output format.
4368
ce307257
RS
4369Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
4370
4371 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
4372
4373Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
4374
4375 * Makefile.in: Added --srcdir when invoking runtest, removed the
4376 need for a local config file. (optional now)
4377
bee218aa
FF
4378Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
4379
4380 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
4381 failure count used to force early termination. Add some more
4382 expected failures for gnu style demangling.
4383
4384Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4385
4386 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
4387 pmi variable from gdb.t20/gdbme to get optimized away.
4388 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
4389 Check for written corefile upon timeout _and_ eof.
4390
1096d1de
PS
4391Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4392
4393 * config/unix-gdb.exp: Add missing return 0.
4394
72ea43e6
PS
4395Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4396
4397 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
4398 test termination.
4399
7007db96
FF
4400Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
4401
4402 * configure.in (subdirs): Put back gdb.t17 which mysteriously
4403 disappeared.
4404
63305a73
FF
4405Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
4406
7007db96
FF
4407 * gdb.t10/crossload.exp: Disable the i860-elf test until such
4408 time as i860 support works.
4409
63305a73
FF
4410 * gdb.t15/funcargs.exp: Fix expected outputs to include
4411 "backtrace 100\r" rather than just "backtrace\r", to match last
4412 change.
4413
5f2912cc
ILT
4414Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
4415
4416 * config/udi-gdb.exp (gdb_exit): Remove close command.
4417 (gdb_target_udi): New procedure to set the UDI target.
4418 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
4419 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
4420 Added waits for prompts after several question responses. Added
4421 some more responses used by a29k-amd-udi-gdb.
4422 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
4423 pass different arguments, restart UDI connection after program
4424 completion.
4425 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
4426 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
4427 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
4428 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
4429 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
4430 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
4431 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
4432 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
4433 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
4434 after program completion.
4435 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
4436 compiled with a SELECT_VECS setting.
4437 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
4438 infinite recursion.
4439
4440 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
4441 Added checks for COFF results, and made them expected failures for
4442 all targets. It would be better to make them expected failures
4443 for COFF targets only.
4444
21ce979a
DZ
4445Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
4446
4447 * Makefile.in: add null dvi target, don't bother to recurse
ebc0f582
DZ
4448 through test directories for info and install-info; rename
4449 $(datadir) to be dejagnu instead of deja-gnu
21ce979a 4450
214aa244
FF
4451Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
4452
214aa244
FF
4453 * gdb.t31/gdbme.ch: Re-enable code that previously caused
4454 compiler to coredump.
4455 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
4456 code.
214aa244 4457
bfb33935
FF
4458Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
4459
bfb33935
FF
4460 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
4461 coredump.
4462 * gdb.t31/chillvars.exp: Comment out tests that depend on that
4463 code.
bfb33935 4464
3d0bd7d3
RS
4465Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
4466
4467 * gdb.t03/ptype.exp: tests for return code from gdb_test.
4468 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
4469 which in a shell. Deletes xgdb when done.
4470 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
4471 Tests the return from the "set height" or "set width" commands.
4472 Added a few return codes where needed.
4473
bc803007
FF
4474Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
4475
04fb224c
FF
4476 * Makefile.in (SUBDIRS): Add gdb.t17.
4477 * configure.in (subdirs): Add gdb.t17.
bc803007
FF
4478 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
4479 files to test gdb's calling of functions in the inferior with
4480 the correct arguments and gdb's ability to retrieve any
4481 result returned.
4482
400b81b5
FF
4483Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
4484
4485 * config/unix-gdb.exp (gdb_exit): Remove close commands that
4486 may be called after gdb goes away. Previous versions of expect
4487 needed these to avoid file descriptor leaks, but they cause
4488 errors with the current revision of expect.
4489 * gdb.t00/gdbvars.exp: Use -re on expected output after
4490 setting sevenbit-strings.
4491 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
4492 to set sevenbit-strings consistent across tests.
400b81b5
FF
4493 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
4494 set sevenbit-strings consistent across tests.
400b81b5 4495
96b99583
FF
4496Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
4497
4498 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
4499 expected output to match current "expect" expectations.
4500
d3b43da8
FF
4501Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
4502
4503 * gdb.t00/default.exp: Change expected output for default "source"
4504 command, to match new gdb behavior which requires a filename to
4505 source.
4506
fa5366da
FF
4507Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
4508
4509 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
4510 expected fail for i486-*-* that misses the marker2 function.
4511 * gdb.t10/crossload.exp (bfddefault): Allow successful
4512 recognition of a format to pass even if no symbols are found.
4513 Explicitly catch failures where the format is not recognized
4514 or is ambiguous, and add the reason to the fail message.
4515 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
4516 the cause is and invalid target and add reason to failure message.
4517 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
4518 elf32-i386, elf32-sparc, and elf32-i860.
4519 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
4520 Set up expected failure for 'filename'::variable scope resolution,
4521 which is now apparently broken on all targets.
4522 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
4523 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
4524 gdb.t23/templates.exp: Change failure for missing binfile into
4525 just a warning.
4526 gdb.t21/demangle.exp: Change all cfront references to 'arm'
4527 references.
4528
4529Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
4530
4531 * gdb.t00/default.exp: Add expected output for default "source"
4532 command, to match new gdb behavior.
4533 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
4534
1be6caef
RS
4535Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
4536
4537 * config/*-gdb.exp: returns an error, rather than exiting on
4538 internal errors.
4539
4540Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
4541
4542 * gdb.t03/gdbme.c: Add pointer to struct variable.
4543 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
4544 referencing struct members.
4545
01cec5c8
ILT
4546Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
4547
1be6caef
RS
4548 * configure.in (mips-idt-ecoff): New target.
4549 * config/mips-gdb.exp: New file for remote board using MIPS remote
4550 debugging protocol.
4551
01cec5c8
ILT
4552 * Redid configuration scheme. Removed gdb.t*/configure.in.
4553 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
4554 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
4555 distclean targets. Built executables via .o files. Adjusted
4556 tests to account for source files in $(srcdir) rather than
4557 $(objdir).
4558 * lib/gdb.exp (runto): Don't expect () after the function name,
4559 because it may have arguments.
4560
5b272a2d
ILT
4561Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
4562
4563 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
4564 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
4565 expected failures for mips-idt-* and mips-sgi-*.
4566 * gdb.t00/default.exp (attach): Kill process if requested.
4567 * gdb.t00/help.exp (help target core, help target): Accept a gdb
4568 that does not read core files.
4569 * gdb.t01/run.exp: Removed checks for exit status code.
4570 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
4571 it is linked in.
4572 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
4573 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
4574 appropriate, rather than doing it by hand.
4575 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
4576 execution.
4577 * gdb.t10/crossload.exp: Kill existing program if needed.
4578 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
4579 appropriate, rather than doing it by hand. Always increase
4580 timeout for this test, not just for VxWorks.
4581
16aa4b53
FF
4582Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
4583
16aa4b53
FF
4584 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
4585 of Chill STRUCT types and STRUCT values.
4586 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
4587 than "char".
4588 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
4589 struct2): New struct definitions and initializations to test
4590 simple Chill STRUCT types.
16aa4b53 4591
ff7f25de
FF
4592Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
4593
4594 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
4595 the null byte at the end of strings.
4596 * gdb.t00/default.exp: Make show version insensitive to copyright
4597 date.
4598 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
4599 to avoid dependencies on target char signedness.
4600 * gdb.t16/printcmds.exp: Update expected results for explicitly
4601 unsigned char.
4602 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
4603 now work.
4604 * gdb.t21/demangle.exp: Add many more patterns for template
4605 demangling, most of them being expected failures.
4606 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
4607 string we are matching for, to match on the whole string.
4608 * gdb.t21/demangle.exp: Add many new test strings to demangle,
4609 and fix a whole bunch that had incorrect expected output but were
4610 passing anyway because of the bug in "proc demangle".
ff7f25de
FF
4611 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
4612 type.
4613 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
ff7f25de 4614
bf3d2b75
MW
4615Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
4616
4617 * gdb/testsuite: made modifications to testcases, etc., to allow
4618 them to work properly given the reorganization of deja-gnu and the
4619 relocation of the testcases from deja-gnu to a "tool" subdirectory.
4620
19fa4a0a
MW
4621Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
4622
4623 * gdb/testsuite: Initial creation of gdb/testsuite.
4624 Migrated dejagnu testcases and support files for testing nm to
4625 gdb/testsuite from deja-gnu. These files were moved "as is"
4626 with no modifications. This migration is part of a major overhaul
4627 of dejagnu. The modifications to these testcases, etc., which
4628 will allow them to work with the new version of dejagnu will be
4629 made in a future update.
80edc7cb
JK
4630\f
4631Local Variables:
4632mode: indented-text
4633left-margin: 8
4634fill-column: 74
4635version-control: never
4636End:
This page took 0.517309 seconds and 4 git commands to generate.