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