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