* gdb.disasm/sh3.s: Source for sh3 disassembler tests.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 start-sanitize-sh3e
2 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
3
4 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
5 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
6 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
7 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
8
9 end-sanitize-sh3e
10 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
11
12 * gdb.base/corefile.exp: Change xfail for backtrace in
13 corefile.exp from linuxaout to all linux.
14 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
15 cases where we miss the breakpoint at the signal handler
16 for some reason. Setup xfail for linuxoldld/linuxaout and
17 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
18 hitting SIGURG breakpoint.
19 * gdb.base/signals.exp: Setup xfail for "next" acting like
20 continue to add linuxoldld. Setup xfail for all linux for
21 "next to handler in signals_tests_1", "backtrace in
22 signals_tests_1", "continue to func1", "pass SIGUSR1",
23 and continue to handler".
24
25 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
26
27 * Update all FSF addresses except those in COPYING* files.
28
29 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
30
31 * gdb.base/a2-run.exp: Change messages to be more explicit about
32 the status of args, and quote binfile in results.
33
34 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
35
36 * gdb.base/callfuncs.exp: Add tests for passing structs to
37 inferior functions and return various types.
38 * gdb.base/callfuncs.c: Add functions to receive a struct
39 and return a member of the struct, in various types.
40
41 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
42
43 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
44
45 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
46
47 * config/vxworks29k.exp: New file, sources vxworks.exp.
48
49 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
50
51 * config/gdbremote.exp: New file. Testing framework using
52 gdbserver.
53
54 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
55
56 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
57 "call function when asleep" and "send end of file".
58 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
59 for "backtrace in corefile.exp".
60 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
61 for "backtrace through signal handler".
62 * gdb.base/corefile.exp: Make sure we actually generate a core file
63 before trying the core tests. Some systems allow the user to suppress
64 generation of core files and default to that (linux for example).
65 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
66 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
67
68 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
69
70 * gdb.threads: New directory with some crude multi-threaded
71 gdb tests (step.exp and step2.exp).
72 * config/mt-lynx (STEP_EXECUTABLE): Define.
73 (THREADFLAGS): Define.
74
75 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
76
77 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
78
79 * gdb.base/signals.exp: Disable whole file for lynx until
80 further notice.
81
82 * gdb.base/signals.exp: xfail test where "next" acts like
83 "continue" for lynx.
84
85 * gdb.base/interrupt.exp: xfail test for calling function while
86 inferior is asleep for lynx.
87
88 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
89 than one cr-lf after each command.
90
91 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
92
93 * configure.in: Reinstate setting of stabsdirs variable, fix
94 typo in setting up configdirs for native builds.
95
96 * gdb.base/return.exp: Fix typo in return double test.
97 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
98 compiler from optimizing them away.
99
100 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
101
102 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
103 sequences to be echo'd by gdb when using gdb_test.
104 * gdb.chill/chexp.exp: Likewise.
105 * gdb.fortran/exprs.exp: Likewise
106
107 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
108
109 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
110 after the inferior gdb has started.
111
112 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
113 after each command.
114 * gdb.base/funcargs.exp: Likewise.
115 * gdb.base/gdbvars.exp: Likewise.
116 * gdb.base/interrupt.exp: Likewise.
117 * gdb.base/list.exp: Likewise.
118 * gdb.base/watchpoint.exp: Likewise.
119 * gdb.c++/demangle.exp: Likewise.
120 * gdb.c++/inherit.exp: Likewise.
121 * gdb.chill/chexp.exp: Likewise.
122 * gdb.fortran/exprs.exp: Likewise.
123
124 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
125 test if we can't handle IO to/from the inferior.
126
127 * gdb.c++/misc.exp: Always check for a program already being
128 started after sending a "run" command to gdb.
129
130 * gdb.base/twice.exp: Start with a fresh gdb.
131
132 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
133 only depend on gdb's expression code, not the chill runtime.
134
135 * gdb.base/return.c: Put return values into variables so we
136 can have gdb print them rather than depending on the program
137 to print them.
138 * gdb.base/return.exp: Corresponding changes.
139
140 * lib/gdb.exp: Provide default value for noinferiorio.
141 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
142 the inferior.
143
144 * gdb.base/break.exp: Always check for a program already being
145 started after sending a "run" command to gdb.
146 (text_next_with_recursion): Don't check the output from the
147 program's printf statement. Instead just make sure the program
148 exited.
149
150 * gdb.base/commands.exp: Protect tests which need arguments with
151 $noargs conditionals.
152
153 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
154
155 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
156 of structure member arrays to match gdb/valops.c:value_addr change.
157
158 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
159
160 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
161 cases.
162
163 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@rtl.cygnus.com)
164
165 * configure.in (configdirs): Remove gdb.chill from default list
166 of subdirs and then add it back in only if doing a native build.
167 The current chill compiler does not yet work in any cross build.
168 * Revert all signal changes from Jul 6.
169 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
170 for sh-hms targets, allowing these tests to link, with no other
171 changes. Testing is suppressed by setting "nosignals" in site.exp.
172
173 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
174
175 * configure.in (signaldirs): Define and add to configdirs for all
176 targets except some specific ones that are known to not support signals.
177 Also clean up formatting.
178 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
179 (signals, sigall): Remove rules to build.
180 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
181 Moved to new gdb.signals directory.
182 * gdb.signals: New test directory.
183 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
184 signals.c signals.exp}: New or moved files.
185
186 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
187
188 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
189
190 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
191
192 * gdb.base/return.exp: Xfail `return double' test failure
193 on at least Solaris 2.3 and handle future/past versions on
194 a case by case basis as appropriate. Also update message
195 to include i*86 failures.
196
197 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
198
199 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
200
201 * lib/gdb.exp: Fix comment which erroneously identified
202 gdb_file_cmd as gdb_load (the 19 May change was in fact to
203 gdb_file_cmd not gdb_load).
204 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
205
206 * gdb.base/setvar.exp: Make test names consistent between pass and
207 fail cases. Use gdb_test more.
208
209 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
210
211 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
212
213 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
214
215 * gdb.base/help.exp: Fix expected help string for `show commands'.
216
217 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
218
219 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
220
221 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
222 of a text section.
223
224 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
225
226 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
227 that loop eventually terminates. Fix Connection refused logic so
228 that testsuite will expire nicely.
229
230 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
231
232 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
233 config/rom68k.exp: New tcl glue for the appropriate monitors.
234 These all just end up calling monitor.exp.
235 * config/monitor.exp (gdb_target_monitor): Handle `Connection
236 refused' by retrying. Cleanup some timeout issues.
237 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
238 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
239 callers don't have to set/restore global timeout variable.
240
241 * The following set of changes centralizes management of the global
242 timeout variable. This way, it can be set in one target dependent
243 place instead of dozens of places scattered throughout the test suite.
244 If you need to lengthen a timeout, then you should either set timeout
245 in one of the config/{target}.exp files, or multiply it by a factor.
246 Setting it to an absolute value is always going to lose for some
247 targets.
248 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
249 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
250 * gdb.base/funcargs.exp: Don't set timeout.
251 * gdb.base/list.exp (test_forward_search): Only use local timeout.
252 * gdb.base/printcmds.exp (test_print_string_constants
253 test_print_array_constants): Don't set timeout.
254 * gdb.base/ptype.exp: Don't set timeout.
255 * gdb.base/recurse.exp: Don't set timeout.
256 * gdb.base/return.exp: Don't set timeout.
257 * gdb.base/watchpoint.exp: Don't set timeout.
258 * gdb.c++/classes.exp (do_tests): Don't set timeout.
259 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
260
261 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
262
263 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
264
265 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
266
267 * lib/gdb.exp: Disable chill tests for irix5.
268
269 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
270
271 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
272 each test pass or fail.
273
274 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
275
276 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
277 xlc not gcc.
278
279 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
280
281 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
282
283 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
284
285 * config/est.exp: Fix copyright and comments. Remove dead code.
286 Use targetname, serialport and baud variables instead of fixed
287 constants.
288 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
289 * config/cpu32bug.exp: New file to support cpu32bug monitors.
290
291 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
292
293 * gdb.base/watchpoint.exp: Don't run
294 test_watchpoint_triggered_in_syscall for sunos.
295
296 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
297
298 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
299 they don't seem to exist. Do include stdio.h.
300
301 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
302
303 * gdb.base/a1-selftest.exp: Add alpha xfail.
304
305 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
306
307 * gdb.base/watchpoint.c (main): Prompt before calling read().
308 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
309 Revise accordingly. Remove cruft about sending "123" several
310 times, until it gets noticed. Clean up the "print buf[0]" stuff
311 so that it passes or fails, and waits for prompts in the usual way.
312
313 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
314
315 * gdb.base/recurse.exp: Fix comment.
316
317 * TODO: Remove item about printing variables in nodebug.exp. Add
318 item about enabling tests which are only run on some targets.
319
320 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
321 fail, make test names unique, use new gdb_test convention
322 regarding pattern, use gdb_test more, etc.).
323
324 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
325 fail, make test names unique, etc.).
326
327 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
328
329 * gdb.base/nodebug.c: Change return type of top and middle to
330 short.
331 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
332 are fixed by the recent mdebugread.c changes. Allow `short ()'
333 as type for top and middle.
334
335 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
336
337 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
338 nearly as I can tell, the whole thing was an accident in Stu's
339 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
340 to replace a send/expect pair with gdb_test, but ended up only
341 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
342 of 30 Mar 1995 took care of it, but left this vestigial comment
343 which I am now nuking.
344
345 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
346
347 * gdb.base/break.exp: Look for different line number for
348 breakpoint at main depending on usestubs.
349
350 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
351
352 * gdb.base/list.exp: Adjust some alternate expect patterns to
353 match recent list0.c change. Add alternate expect pattern for
354 output from `list default lines around main' for optimizing
355 compilers.
356
357 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
358
359 * lib/gdb.exp: If nosignals is not set, set it to 0.
360
361 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
362
363 * config/slite-gdb.exp: Responds to load symbol table prompt.
364 * gdb.base/break.exp: Adjust line number, fix rerun.
365 * gdb.base/langs0.c: Add #ifdef usestubs.
366
367 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
368
369 * gdb.base/list.exp: Adjust line contents after adding new lines in
370 list0.c. Also fix a syntax error.
371
372 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
373 * gdb.base/break.exp: ditto.
374 * gdb.base/list.exp: ditto.
375 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
376 * gdb.base/run.c: ditto.
377 * gdb.base/list0.c: ditto.
378 * gdb.base/funcargs.c: ditto.
379
380 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
381
382 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
383 $targetname, $serialport and $baud instead of hardwired variables.
384 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
385 target doesn't support signals.
386
387 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
388
389 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
390
391 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
392
393 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
394 Don't rely on the value of an auto variable before it has been
395 initialized. Use gdb_test more.
396
397 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
398
399 * lib/gdb.exp (default_gdb_version): A version number must start
400 with a digit, but other than that contains all characters up to
401 the first whitespace character.
402
403 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
404
405 * gdb.base/commands.exp (breakpoint_command_test): New tests.
406
407 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
408
409 * gdb.c++/*.exp: Warn if executable does not exist. The original
410 reason for skipping the warning was that configure.in sometimes
411 intentionally skipped building the executables but the tcl code
412 had no way of knowing. That (a) was always bogus with respect to
413 error handling, (b) is no longer true (right now there is no way
414 to skip C++ tests).
415
416 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
417
418 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
419
420 * gdb.base/list.exp: Add expect patterns for output from
421 SunPRO compiled executables.
422 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
423 types.
424
425 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
426
427 * gdb.base/break.exp (test_next_with_recursion): Accept any line
428 number (we are already testing that the correct source line text
429 gets printed).
430
431 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
432 that is what is intended, but something needed to be done to get
433 sunos4 native working again.
434
435 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
436
437 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
438 apparently went with a (very) old xfail.
439
440 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
441
442 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
443 runto_main is a proc in gdb.exp that will do 'step' for target use
444 stubs.
445 * gdb.base/exprs.exp: ditto.
446 * gdb.base/interrupt.exp: ditto.
447 * gdb.base/opaque.exp: ditto.
448 * gdb.base/printcmds.exp: ditto.
449 * gdb.base/ptype.exp: ditto.
450 * gdb.base/scope.exp: ditto.
451 * gdb.base/setvar.exp: ditto.
452 * gdb.base/signals.exp: ditto.
453 * gdb.base/twice.exp: ditto.
454 * gdb.c++/classes.exp: ditto.
455 * gdb.c++/inherit.exp: ditto.
456 * gdb.c++/templates.exp: ditto.
457 * gdb.base/break.exp: no run and hit main for stubs. Change line
458 numbers for breakpoints and info breakpoint.
459 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
460 breakpoint().
461 * gdb.base/callfuncs.c: ditto.
462 * gdb.base/exprs: ditto.
463 * gdb.base/interrupt.c: ditto.
464 * gdb.base/opaque0.c: ditto.
465 * gdb.base/printcmds.c: ditto.
466 * gdb.base/ptype.c: ditto.
467 * gdb.base/scope0.c: ditto.
468 * gdb.base/setvar.c: ditto.
469 * gdb.base/signals.c: ditto.
470 * gdb.base/twice.c: ditto.
471 * gdb.c++/misc.cc: ditto.
472 * gdb.c++/templates.cc: ditto.
473
474 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
475
476 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
477
478 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
479 somewhere between `read' and `main.c'. I'm pretty sure the
480 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
481 and it isn't particularly useful.
482
483 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
484
485 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
486
487 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
488
489 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
490
491 * config/mt-slite: add LIBS and -nostdlib.
492 * config/slite-gdb.exp: add this new file to support sparclite target.
493
494 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
495
496 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
497
498 * gdb.base/a2-run.exp: Change argument to istarget from
499 "*-*-vxworks" to "*-*-vxworks*".
500 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
501
502 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
503
504 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
505 will not runto main but do a 'step' to step out of breakpoint().
506 * config/mt-slite: add -Dusestubs.
507
508 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
509
510 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
511 instead of just @.
512
513 * gdb.base/signals.exp: Add test for "handle all print".
514 * TODO: Remove "handle all print". Also remove item about
515 checking copyright date (I don't like the idea of a spurious FAIL
516 based on when we run the tests).
517
518 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
519 for SunOS4 (reason for failure not investigated). Remove
520 redundant test for $binfile.
521
522 * gdb.base/nodebug.c (array_index): Call malloc.
523
524 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
525
526 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
527
528 * gdb.base/recurse.exp: Update gdb_test invocation to use new
529 conventions and slightly simplify the matching regexp.
530
531 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
532
533 * gdb.base/break.exp: Update gdb_test invocation to use new
534 convention.
535
536 * lib/gdb.exp: If noargs is not set, set it to 0.
537
538 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
539 tests unique.
540
541 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
542
543 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
544
545 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
546 one argument of type "<non-float parameter>".
547
548 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
549
550 * config/rom68k.exp: New file to support Motorola IDP board.
551 * gdb.base/a2-run.exp: Skip this file if noargs is set.
552 * gdb.base/break.c: Change things around so that this program
553 doesn't depend upon args. This is necessary to make remote
554 targets work (in general, they can't take args).
555 * gdb.base/break.exp: Don't try to send args to program. Don't
556 expect output. Also, replace lots of code with gdb_test.
557
558 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
559
560 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
561 printing of '\'' (which is what the comment says we are testing,
562 even though we were not), not '''.
563 (test_integer_literals_rejected): Test that printing ''' is an error.
564
565 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
566 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
567 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
568 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
569 Use gdb_test not test_print_accept.
570 * lib/gdb.exp: Remove test_print_accept.
571
572 * gdb.base/signals.exp (signal_tests_1): Make pass message
573 consistent with fail message.
574
575 * gdb.base/whatis.exp: Remove xfails for printing char vs.
576 unsigned char; the bug (PR 1821) is fixed.
577
578 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
579
580 * gdb.base/scope.exp (test_at_localscopes): Call pass for
581 successful tests--makes xfailing them work right.
582
583 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
584
585 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
586 only \r\n, not .*. The test can pass .* as the last thing in
587 $pattern if that is what it wants. In addition to providing this
588 flexibility, this change should speed up pattern matching in cases
589 where the pattern already ended with .* (there were a number of
590 them). This change also helps catch bad patterns--in the old
591 scheme the typo "char \*" instead of "char \\*" would pass. Now
592 it is caught.
593 * Many .exp files: Update callers.
594
595 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
596 clearer and does not spuriously match multiple ('s. Likewise for
597 ) and *.
598
599 * gdb.base/nodebug.exp: Test ability to call a function and pass
600 it a string (even with no debugging info).
601
602 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
603 "p '\'", which is the same as "p ''" once tcl gets done with
604 quoting, to "p '\\'", which I suspect is what is intended (one
605 backslash gets sent to GDB).
606
607 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
608
609 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
610
611 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
612 1817) was fixed literally years ago.
613
614 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
615
616 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
617 test, it causes stepping out of call_after_alloca_subr with
618 optimizing compilers.
619 (localvars_in_indirect_call): Consume GDB prompt if `finish'
620 fails.
621
622 * gdb.c++/templates.exp: Source templ-info.exp only if
623 the templates executable exists.
624
625 * gdb.c++/misc.cc (class Contains_static_instance,
626 class Contains_nested_static_instance),
627 gdb.c++/classes.exp (test_static_members): Test printing of
628 a class that contains a static instance of the class.
629
630 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
631
632 * gdb.base/langs2.c (cppsub_): Don't prototype.
633 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
634 only, I believe).
635
636 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
637
638 * lib/gdb.exp (skip_chill_tests): New procedure.
639
640 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
641
642 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
643
644 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
645 each expect pattern. Cuts runtime from 12 to about 4 seconds.
646
647 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
648
649 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
650
651 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
652 disassemble 8, not 16, instructions for part 4.
653
654 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
655 support the latter anymore.
656
657 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
658 -DNO_PROTOTYPES.
659 * gdb.base/callfuncs.c: Control use of prototypes based on
660 NO_PROTOTYPES, not __STDC__.
661 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
662 t_float_values2 tests if prototypes in use.
663
664 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
665 t_double_values): When checking differences against DELTA, check
666 that difference is within the range (-DELTA,DELTA), not just
667 (-infinity,DELTA).
668
669 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
670
671 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
672 'file' command firts, then 'target', then 'load', this is due to gdb
673 target set up.
674 * config/mips-gdb.exp: Fix a couple regular exp bugs.
675
676 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
677
678 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
679 FP load/store variants.
680 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
681
682 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
683
684 * gdb.base/term.exp: Do not give a warning if not native, it is
685 not an abnormal condition.
686
687 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
688
689 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
690 t_char_array".
691
692 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
693
694 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
695 are getting the version number.
696
697 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
698 if not native, it is not an abnormal condition.
699
700 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
701
702 * lib/gdb.exp: Just use "file exists", rather than undocumented
703 dejagnu procedure "findfile".
704
705 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
706
707 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
708 (LDFLAGS): Set to -Xlinker -Ur.
709
710 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
711 Removed, these values are set by lib/gdb.exp.
712
713 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
714
715 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
716
717 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
718 of replicating gdb startup code.
719
720 * config/mt-vxworks (LDFLAGS): Set to -r.
721 (CFLAGS_FOR_TARGET): Removed.
722
723 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
724 (gdb) and gdb for vxworks uses (vxgdb).
725
726 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
727 executable is not in the tree and host != target, use sed and
728 program_transform_name to determine the gdb name used by the
729 target.
730
731 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
732 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
733
734 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
735
736 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
737 floats, chars, and shorts where there are ANSI-style function
738 definitions.
739
740 * gdb.base/langs.exp, gdb.base/langs*: New test.
741 * gdb.base/Makefile.in: Build it.
742 * TODO: Remove item about checking that C names don't get C++
743 demangling applied; this test tests it.
744
745 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
746
747 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
748 went with the const70 xfail. The xfail went away a year ago.
749
750 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
751
752 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
753 for hp300.
754
755 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
756
757 * gdb.base/a1-selftest.exp: Don't run on hp300.
758
759 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
760
761 * Makefile.in (site.exp): Set host_alias and target_alias as well
762 as host_triplet and target_triplet.
763
764 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
765
766 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
767
768 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
769 places as other ecoff systems).
770
771 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
772 ultrix.
773
774 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
775
776 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
777 remove them.
778 * gdb.base/nodebug.exp: Accept "function" in addition to "text
779 variable and "variable" in addition to "data variable".
780 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
781
782 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
783 2.
784 * gdb.base/list1.c (long_line): Add additional statement at start
785 of function.
786 * gdb.base/list.exp (test_forward_search): Update line number to
787 reflect new statement.
788
789 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
790
791 * gdb.base/signals.exp: Reinitialize searched source directories
792 after gdb_start call.
793
794 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
795
796 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
797 * gdb.stabs/Makefile.in: Likewise.
798
799 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
800 change. Instead split the tests into smaller pieces.
801 * gdb.disasm/hppa.s: Corresponding changes.
802
803 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
804
805 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
806 Quote ^C when passing it to stty. For some shells ^ is a pipe.
807
808 * gdb.base/funcargs.exp: Modify many tests so that every test
809 either passes or fails. Make some test names unique.
810
811 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
812
813 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
814 Call stty to set interrupt character.
815
816 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
817 for HP assembler versus GNU assembler based on actual behavior of
818 $(CC), rather than assuming that $(AS) is always the GNU assembler.
819
820 * TODO: Suggest a few more stepping tests.
821
822 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
823
824 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
825 restart GDB for h8300 after a continue.
826 (return): Add pattern to match a29k-udi behavior.
827 * gdb.base/nodebug.exp: Remove obsolete comment.
828 * gdb.base/regs.exp: New file, testing of register displays.
829 * gdb.base/return.exp: Fix typo in reference to $objdir.
830 * gdb.base/whatis.exp: Always start with a fresh GDB.
831
832 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
833
834 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
835 higher, these tests generate a lot of output.
836
837 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
838
839 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
840 code following the catch silently ignored some errors; without the
841 catch they should be thrown like any other tcl error. Also, the
842 catch used "" instead of {} which meant all the callers who wanted
843 to include one of the characters "[]$ had to quote it an extra time.
844 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
845 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
846 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
847 Remove extra quoting.
848
849 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
850
851 * gdb.base/commands.exp: Make test names unique; every test either
852 passes or fails. Update some comments.
853
854 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
855
856 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
857
858 The following fixes a FAIL caused by the fact that the alpha stabs
859 configuration didn't use the ".if alpha" code in weird.def.
860 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
861 bit pointer, so the 32 bit version works even on the alpha.
862 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
863 Remove the stuff which allowed us to have separate versions for
864 alpha and everything else.
865
866 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
867 regexp which "info func operator\[\](" is supposed to match. Fix
868 string to send to GDB. Note that GDB still doesn't work right. Add a
869 new test for "info func .perator\[\](" which GDB does handle correctly.
870
871 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
872
873 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
874
875 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
876 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
877 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
878 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
879 it makes the tests harder to understand and confuses test-o-matic.
880 The preferred style is that each test provides a PASS or a FAIL,
881 and has a unique message (e.g. "continue #54" not just "continue")
882 which is the same for the pass and the fail.
883 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
884 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
885 to lib/gdb.exp.
886 * gdb.base/printcmds.exp: Use test_print_accept. Remove
887 prt_accept which was basically the same thing. Likewise for
888 test_print_reject and prt_reject.
889 * lib/gdb.exp (test_print_reject): Add some more error message
890 patterns to match from the former printcmds.exp (prt_reject).
891 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
892 One defect of the passcount stuff is that some of it failed to
893 report XPASS where appropriate.
894 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
895 stuff before and after arg in expected pattern.
896 (test_paddr_operator_functions): Re-do test without print_addr_of;
897 this is the only test which seems to want extra stuff there.
898
899 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
900
901 * gdb.base/nodebug.exp: Update new tests to reflect improved
902 wording of gdb output.
903
904 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
905 and "ptype" work on variables in files compiled without -g.
906 Replaces commented out "maint print msymbol" tests.
907
908 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
909
910 * gdb.base/setvar.c (dummy): Call malloc.
911
912 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
913 losing with the irix4 sed.
914
915 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
916 ALRM" on irix4.
917
918 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
919
920 * TODO: Remove items about corefile.exp testing new exec-file and
921 backtrace; both are now done. Add items about printing enums.
922
923 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
924
925 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
926 "get signal $thissig" test fails.
927
928 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
929
930 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
931
932 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
933 compiler warning with dec alpha compiler.
934
935 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
936 extra \n from gdb_test call (this explains why the prompt test
937 that I removed yesterday was there).
938 (user_defined_command_test): Remove extra \n and prompt test.
939
940 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
941 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
942 doesn't exist.
943 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
944 Also remove alpha workaround, which turns out to be because
945 SIGABRT == SIGLOST.
946
947 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
948
949 * gdb.base/help.exp: Don't test "help show".
950
951 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
952
953 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
954 "set print address" is on.
955 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
956 pass prompt to gdb_test; gdb_test already looks for the prompt.
957
958 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
959
960 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
961 was a vestige of the manual TESTSTRATEGY, and the purpose of it
962 was to make sure that gdb can read a core file. But (a) the "read
963 the corefile" part didn't make it to a1-selftest.exp, we just
964 delete the corefile after creating it, and (b) we test reading
965 corefiles in corefile.exp anyway. Also, this test left around a
966 xgdb process on Solaris.
967
968 * gdb.base/corefile.exp: Also test backtrace.
969
970 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
971
972 * gdb.base/commands.exp: Test a simple user defined command with
973 arguments and if/while statements; verify the full user command is
974 printed by "show user".
975
976 * gdb.base/commands.exp: Test if/while commands as part of a
977 breakpoint command list; verify they appear in breakpoint
978 information.
979
980 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
981
982 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
983 than by dividing by zero.
984
985 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
986
987 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
988 performing an inferior call with watchpoints enabled.
989 * gdb.base/watchpoint.c (main): Delete second unnecessary read
990 call.
991
992 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
993
994 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
995 of "file" command.
996
997 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
998 Add additional pattern for when "int operator int(void);" appears
999 in a different order.
1000
1001 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
1002
1003 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
1004
1005 * gdb.base/help.exp: Replace most of docstrings for "info signals"
1006 and "signal" with ".*".
1007
1008 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1009
1010 * TODO: Add note about "handle all nostop".
1011
1012 * gdb.base/{sigall.c, sigall.exp}: New test.
1013 * gdb.base/Makefile.in: Add it.
1014
1015 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
1016
1017 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
1018 when invoking GDB, suppresses any windowing interface.
1019
1020 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
1021
1022 * config/sim-gdb: New file, simulator testing support.
1023
1024 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
1025
1026 * gdb.base/interrupt.exp: Test calling func1 twice.
1027
1028 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
1029
1030 * gdb.base/list.exp (test_forward_search): Set timeout higher
1031 when we'll be getting lots of output from gdb.
1032
1033 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
1034 "init_malloc" to after the expect statement. Run it if that
1035 regexp is taken, but also for two others which happen if source
1036 cannot be found.
1037
1038 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1039
1040 * gdb.base/printcmds.exp: New test, for printing register before
1041 program is running.
1042
1043 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1044
1045 * gdb.base/list.exp: Correct some alternate expect patterns
1046 to reflect changes in list1.c.
1047
1048 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1049
1050 * TODO: Add item regarding large frames.
1051
1052 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
1053
1054 * TODO: Remove item about enabling return.exp; it
1055 is enabled. Suggest a few more "return" tests.
1056
1057 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1058
1059 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
1060 anonymous unions.
1061
1062 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1063
1064 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
1065 and pr-5646.o, so "make" is the same as "make all", not "make
1066 pr-4975.o".
1067
1068 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
1069
1070 * gdb.base/list.exp: Adjust expectations to reflect changes in
1071 list1.c.
1072 (test_forward_search): New test proc.
1073 * gdb.base/list1.c (long_line): New function, has long source line.
1074
1075 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
1076
1077 * gdb.base/a1-selftest.exp: Change initial stepping to know about
1078 additional line of code that was added.
1079
1080 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
1081
1082 * gdb.disasm/hppa.s: Break the large branching tests into smaller
1083 tests so as not to overflow expect's input buffers.
1084 * gdb.disasm/hppa.exp: Corresponding changes.
1085
1086 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1087
1088 Beginnings of template debugging tests.
1089 * gdb.c++/templ-info.cc: New file to test for template
1090 debugging capability of the compiler.
1091 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
1092 templ-info.cc.
1093 * gdb.c++/templates.cc: Add explicit template instantiations
1094 to enable compiling with -fno-implicit-templates. Add destructor
1095 and 'value' method to T5 class for template tests.
1096 * gdb.c++/templates.exp: Add testcases for printing of template
1097 types, setting breakpoints on template methods and calling a
1098 template method.
1099
1100 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
1101
1102 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
1103 branch target since some assemblers (gas-2.5) may emit a
1104 relocation for the branch instead of resolving it in the
1105 assembler.
1106
1107 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1108
1109 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
1110 through signal handler.
1111
1112 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
1113
1114 * configure.in (*-*-netware): Use config/mt-netware.
1115
1116 * config/mt-netware: New file.
1117 * config/mt-i386-netware: Removed, separate configs for different
1118 netware architectures are no longer needed now that we have
1119 --with-headers.
1120
1121 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1122
1123 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
1124 by the recent changes to use ANSI C arithmetic conversions.
1125
1126 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1127
1128 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
1129 bug involving using inferior_pid to figure out whether to select a
1130 frame.
1131
1132 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
1133
1134 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
1135 match the current disassembler output.
1136
1137 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
1138
1139 * gdb.fortran/exprs.exp: Expect VOID instead of void.
1140 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
1141 types, expect "int" as type of integer values (for now).
1142
1143 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
1144
1145 * gdb.base/commands.exp: New tests for if/while commands.
1146
1147 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
1148
1149 * lib/gdb.exp (runto): Replace sub-pattern for hex value
1150 by .*, since hex values have different syntax in Chill mode.
1151
1152 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1153
1154 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
1155 linefeed from expect pattern for repeated types with indices > 9.
1156
1157 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
1158
1159 First part of Fortran test suite.
1160 * gdb.fortran: New directory.
1161 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
1162
1163 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1164
1165 * gdb.base/default.exp: Update expect pattern for load command
1166 without arguments.
1167
1168 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1169
1170 * configure.in: Change i386 to i[345]86.
1171 * gdb.base/configure.in: Likewise.
1172 * gdb.c++/configure.in: Likewise.
1173 * gdb.chill/configure.in: Likewise.
1174
1175 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
1176
1177 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
1178 patterns, since that is not a valid context for comments.
1179
1180 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
1181
1182 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
1183 repeated types and repeated types with indices > 9.
1184
1185 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
1186
1187 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
1188 2417; old bug has been fixed.
1189
1190 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
1191
1192 * gdb.base/interrupt.exp: When trying to wake up the inferior,
1193 send the newline ourselves instead of assuming gdb_test will do
1194 so when passed an empty input string.
1195
1196 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
1197 stabs testcode.
1198
1199 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
1200
1201 * lib/gdb.exp (gdb_test): Don't send anything if the first
1202 argument is an empty string. This makes cases where we want to
1203 match output that is already in expect's buffers (for example,
1204 matching a breakpoint after gdb_run_cmd has been called) work
1205 reliably.
1206
1207 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
1208
1209 * config/netware.exp: New file.
1210
1211 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
1212
1213 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
1214 the -B and -L prefixes so we can find the debugging stub.
1215
1216 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
1217 there and we are using the gcc from the tree.
1218
1219 * gdb.base/types.c: Removed.
1220
1221 * gdb.base/configure.in: Look for makefile fragments in ../config.
1222 Recognize i386-*-netware.
1223 * gdb.c++/configure.in: Likewise.
1224
1225 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1226
1227 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
1228 the correct TCL syntax.
1229
1230 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
1231
1232 * gdb.base/opaque.exp: use runto instead of messing around with
1233 breakpoints. Simplify by using gdb_test.
1234
1235 * gdb.base/bitfields.exp: restart between tests on netware targets
1236 because breakpoints aren't relocated after target death. Run
1237 processes to completion.
1238
1239 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
1240
1241 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
1242
1243 * Makefile.in: Remove extra tabs that confuse some versions
1244 of "make". Use the newly built gdb to test with by default,
1245 rather than the first one in the tester's search path.
1246
1247 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
1248
1249 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
1250
1251 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
1252 condition help.
1253
1254 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
1255
1256 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
1257
1258 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
1259 running.
1260 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
1261 * gdb.base/funcargs.exp: Likewise.
1262
1263 * gdb.base/bitfields.exp: Simplify by using gdb_test.
1264 * gdb.base/funcargs.exp: Likewise.
1265
1266 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
1267 message is "".
1268
1269 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
1270
1271 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
1272 return,signals,twice}.exp: Handle non-existant binaries
1273 consistantly.
1274
1275 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
1276 * gdb.base/Makefile.in: Don't try to generate a core dump, we
1277 might testing a cross development system.
1278
1279 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
1280
1281 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
1282 runtest script is relative to ${srcdir}, not ${rootdir}.
1283
1284 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
1285
1286 * gdb.base/signals.exp: Allow for optionality of breakpoint
1287 address.
1288
1289 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1290
1291 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
1292
1293 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
1294
1295 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
1296 for size_t definition.
1297 * gdb.c++/templates.cc: Likewise
1298
1299 * config/mt-i386-netware: New file.
1300
1301 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
1302 defined.
1303
1304 * gdb.base/Makefile.in: Added support for systems that name core
1305 files by appending "core" to the program name.
1306 * gdb.base/a1-selftest.exp: Likewise.
1307
1308 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1309
1310 * gdb.base/return.exp: Add comment and message for `return double'
1311 test failure on Sparc Solaris.
1312
1313 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
1314
1315 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
1316
1317 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1318
1319 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
1320 from optimizing them away.
1321 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
1322 patterns to include default constructors and assignment operators,
1323 to match gcc versions beyond 2.5.8. Accept any cplus demangling
1324 character in the output of the virtual base pointer.
1325
1326 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1327
1328 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
1329 expression match in print_addr_of to avoid unintented matches.
1330 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
1331 versions up to 2.5.8.
1332
1333 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1334
1335 * gdb.base/list.exp: Tweak alternate pattern for listing of an
1336 included file to run under newer versions of expect.
1337 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
1338 consecutive >'s in templates to accomodate recent cplus-dem.c change.
1339 Remove xfail for the virtual table of BDDHookV.
1340
1341 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
1342
1343 * lib/gdb.exp (string_to_regexp): Set a default result.
1344 (default_gdb_start): Fix misleading message.
1345
1346 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
1347
1348 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
1349 Remove all CC, etc definitions.
1350 * config/mt-hpux: New file.
1351 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
1352 (CFLAGS, LDFLAGS): Define.
1353 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
1354
1355 * Makefile.in (site.exp): Don't insert host_os, etc.
1356 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
1357 (distclean): Check existence of subdir.
1358 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
1359 * gdb.base/Makefile.in: General cleanup and simplification.
1360 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
1361 to build executables. Use default rule to build .o files.
1362 (EXPECT, RUNTEST, CC): Fix relative pathname.
1363 (site.exp): Don't insert host_os, etc.
1364 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
1365 and/or SIGUSR1 defined.
1366 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
1367 * gdb.c++/Makefile.in: General cleanup and simplification.
1368 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
1369 (CFLAGS): Remove.
1370 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
1371
1372 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
1373
1374 * gdb.base/recurse.exp: Misc changes to get tests running again
1375 after Kung's changes to the watchpoint code.
1376 * gdb.base/watchpoint.exp: Likewise.
1377
1378 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
1379
1380 * lib/gdb.exp (string_to_regexp): Convert {\} also.
1381
1382 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
1383
1384 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
1385 * lib/gdb.exp (default_gdb_start): Define.
1386 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
1387 gdb.base/funcargs.exp, gdb.base/opaque.exp,
1388 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
1389 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
1390 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
1391 Don't call gdb_target_udi in between tests.
1392
1393 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1394
1395 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
1396 (which was basically just a local version of the same thing). In
1397 addition to avoiding duplication, gdb_test_exact is faster.
1398 * lib/gdb.exp (gdb_test_exact): Fix typo.
1399
1400 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
1401 don't give an error.
1402
1403 * gdb.base/term.exp: Call delete_breakpoints before starting.
1404
1405 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
1406 (t10): Add comment.
1407
1408 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
1409
1410 Reorganization of the GDB Test Suite.
1411
1412 * gdb.base: New directory, contains all the basic tests.
1413 * gdb.c++: New directory, tests specific to C++.
1414 * gdb.chill: New directory, tests specific to Chill.
1415 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
1416 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
1417 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
1418 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
1419 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
1420 t30-31 to chill).
1421 * */gdbme.*: Rename to match appropriate expect scripts.
1422 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
1423 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
1424 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
1425 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
1426 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
1427 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
1428 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
1429 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
1430 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
1431 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
1432 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
1433 gdb.c++/virtfunc.cc: New names of C++ files.
1434 * gdb.chill/chillvars.ch: New name of Chill file.
1435 * gdb.base/configure.in, gdb.c++/configure.in,
1436 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
1437 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
1438 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
1439 * configure.in (configdirs): Update to reflect directory changes.
1440 (target_abbrev): No longer define for any configuration.
1441 * Makefile.in: Cosmetic improvements to header comments.
1442
1443 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
1444
1445 Various changes to gdb.t31:
1446
1447 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
1448 * gdbme.ch: Make all key-words and predefineds be upper-case.
1449 * chillvars.exp: Expect key-words and predefinds in upper-case.
1450
1451 * chillvars.exp: Use gdb_test_exact many places.
1452 Change expected output for arrays (which now includes index labels).
1453
1454 * pr-5020.exp, gdme.ch (module PR_5020):
1455 New test, for PR-5020.
1456
1457 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
1458
1459 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
1460 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
1461
1462 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
1463
1464 * Makefile.in: Fix bit-rot in definitions of CHILL,
1465 CHILL_FOR_TARGET and Chill_LIB.
1466 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
1467 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
1468 CHILL, and CHILL_LIB.
1469
1470 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
1471
1472 * Revert the previous changes. Please see Rob's directory
1473 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
1474
1475 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
1476
1477 * Makefile.in, configure.in, config/mips-gdb.exp,
1478 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
1479 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
1480 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
1481 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
1482 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
1483 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
1484 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
1485 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
1486 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
1487 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
1488 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
1489 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
1490 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
1491 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
1492 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
1493 changes from 94Q1.
1494
1495 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
1496
1497 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
1498 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
1499 Rob's new testing fragments.
1500
1501 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
1502
1503 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
1504 lib/gdb.exp: Replace error proc calls with perror.
1505
1506 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
1507
1508 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
1509 version also, match on casted version strings, and match on
1510 gdb startup case where the line numbers might be messed up.
1511
1512 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
1513
1514 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
1515 (CFLAGS): Delete it from here.
1516
1517 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
1518
1519 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
1520
1521 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
1522
1523 * Makefile.in (RUNTEST): Default to just "runtest".
1524
1525 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1526
1527 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
1528 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
1529 the code has been restructured.
1530
1531 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1532
1533 * gdb.t00/default.exp (set write): Allow any number of \r and/or
1534 \n, not just one of each.
1535
1536 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
1537 /bin/cc gives a warning if you do.
1538
1539 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
1540
1541 * gdb.t24/demangle.exp: change expect pattern of
1542 __t10ListS_link1ZUiRCUiPT0
1543
1544 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1545
1546 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
1547 on local variables in recursive functions.
1548
1549 * gdb.t07/Makefile.in: Build the new test.
1550
1551 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1552
1553 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
1554 directly. Instead compare the return values from actual calls.
1555
1556 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
1557
1558 * Makefile.in (check): Set TCL_LIBRARY for runtest.
1559
1560 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1561
1562 * From Peter Schauer with minor modifications.
1563 * gdb.t15/return.exp (return_tests): Handle targets where "return"
1564 stops in mid-line in the caller. Add xfail for returning a float
1565 value on X86 targets.
1566
1567 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1568
1569 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
1570 to avoid expect lossage.
1571 (fmem_LRbug_tests): Likewise.
1572 * gdb.disasm/hppa.s: Corresponding changes.
1573
1574 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
1575 conditions to work with latest dejagnu/expect.
1576
1577 * gdb.t15/funcargs.exp (finish from indirect call): No longer
1578 expected to fail on the PA.
1579 (backtrace in call with trampolines): Explicitly require main
1580 to be frame #1 (no trampolines should show up in backtrace).
1581
1582 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
1583 "continue -expect".
1584 * gdb.t06/break.exp: Likewise.
1585 * gdb.t07/watchpoint.exp: Likewise.
1586 * gdb.t13/bitfields.exp: Likewise.
1587 * gdb.t15/{funcargs,return}.exp: Likewise.
1588 * gdb.stabs/weird.exp: Likewise.
1589 * config/{mips,udi}-gdb.exp: Likewise.
1590
1591 * hppa.sed: Enclose comments within a sed command to avoid
1592 losing with the old OSF1 sed.
1593
1594 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1595
1596 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
1597 sequent dynix.
1598 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
1599 * gdb.t15/funcargs.exp: Conditionally step again to really
1600 finish from marker_call_with_trampolines. Handle the case where
1601 the first step from within call_with_trampolines already steps
1602 us back to main.
1603 * gdb.t15/gdbme.c: Add comment to closing brace of
1604 call_with_trampolines for funcargs.exp.
1605
1606 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1607
1608 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
1609 Fix typo(s).
1610
1611 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1612
1613 * gdb.t07/gdbme.c: More code for watchpoint testing.
1614
1615 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
1616 "Hardware watchpoint" throughout file.
1617 (test_watchpoint_triggered_in_syscall): New test.
1618 (test_complex_watchpoint): New test.
1619
1620 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1621
1622 * gdbme.c (call_with_trampolines): New function to try and step
1623 into. Tests trampoline problems on the PA.
1624
1625 * funcargs.exp (localvars_in_indirect_call): No longer expect
1626 stepping into indirect call to fail on PAs.
1627 (test_stepping_over_trampolines): New test.
1628
1629 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1630
1631 * TODO: Add suggestions for static member function tests, and
1632 completion tests.
1633
1634 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1635
1636 * TODO: Add suggestions for "p/a" tests.
1637
1638 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
1639 (default_gdb_exit): Replace all the hair with sending "quit" to
1640 the process with a simple close.
1641
1642 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1643
1644 * TODO: Add suggestions for shared library tests.
1645
1646 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1647
1648 * TODO: Add suggestions for x/s tests.
1649
1650 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1651
1652 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
1653 "enable once", and "enable breakpoints once" with ".*".
1654
1655 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1656
1657 * TODO: Add suggestions about structure passing tests.
1658
1659 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1660
1661 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
1662 the primary1 test, use work around if __GNUC__ < 2.
1663 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
1664 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
1665 Test for bad output rather than waiting for timeout. Issue
1666 second continue only if first continue failed.
1667
1668 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1669
1670 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
1671 operator[] test with gdb_test because the old code didn't seem to
1672 be getting the quoting right with the new dejagnu.
1673
1674 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
1675
1676 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
1677 one from the path.
1678 * Makefile.in: Use a fresh expect if there is one, use runtest
1679 from the src tree if there is one.
1680
1681 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1682
1683 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
1684 next over recursive call. Revise the tests from that point on
1685 (which had been skipped) to match GDB's actual (correct) output.
1686
1687 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
1688 with next over a breakpoint whose condition is false.
1689
1690 * gdb.t00/help.exp: Comment out "help set print" tests just like
1691 (and for same reason as) "help set" test.
1692
1693 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1694
1695 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
1696 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
1697
1698 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1699
1700 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
1701 necessary gdb_target_udi.
1702
1703 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
1704
1705 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
1706 1838 and 2417; they are fixed.
1707
1708 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
1709 gdb.t03/ptype.exp (ptype structure, ptype union):
1710 Remove xfails; the test is looser than when the xfails were added.
1711
1712 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
1713 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
1714
1715 * gdb.t01/run.exp: Only run shell test if isnative.
1716
1717 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
1718 since "run" automatically loads if necessary. Call gdb_target_udi
1719 after the "file" since "file" kills any execution target.
1720
1721 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
1722 GDB. GDB doesn't work that way (not anymore at least) on UDI.
1723 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
1724 argument for UDI.
1725
1726 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1727
1728 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
1729
1730 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
1731
1732 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1733
1734 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
1735 properly quoting regexps. This makes the second argument to
1736 demangle a fixed string, which matches the callers, instead of a
1737 shell-style pattern which is what the previous implementation
1738 used. Update some of the callers.
1739
1740 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1741
1742 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
1743 (comib_nullified_tests): Fix typo.
1744 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
1745 strings. No longer expected to fail.
1746
1747 * gdb.disasm/hppa.s (addib_tests): Fix typo.
1748 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
1749 strings. No longer expected to fail.
1750
1751 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
1752 string. No longer expected to fail.
1753
1754 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1755
1756 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
1757 No longer expected to fail.
1758
1759 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
1760 string. No longer expected to fail.
1761
1762 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1763
1764 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
1765 only in the names (I probably got most of them). I was even
1766 generous with some which differed in underscores in names, and
1767 probably missed a few, and I *still* was able to remove almost a
1768 third of the file with almost no impact on testsuite coverage.
1769
1770 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1771
1772 * gdb.t00/default.exp: Match udi_attach error message as well as
1773 the one from child_attach.
1774
1775 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
1776
1777 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
1778
1779 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
1780 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
1781
1782 * Move test with enums and partial symbols back to
1783 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
1784 Reverts the change of 26 May 93. Per today's change to
1785 stabs.texinfo, the behavior that weird.exp was expecting was
1786 unreasonable; what is important is that the compiler+gdb get
1787 things right, which happens with a recent gcc. Also fix the test
1788 to deal with native compilers which put out the stab gdb can't
1789 deal with.
1790
1791 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1792
1793 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
1794 in the names. The main thing these accomplish is to slow things down.
1795 Many more such duplicates surely remain.
1796
1797 * gdb.t00/help.exp: Comment out "help support" test just like
1798 (and for same reason as) "help set" test.
1799
1800 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
1801
1802 * gdb.t06/break.exp: Remove setup_xfails for
1803 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
1804 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
1805 about known bug in gcc to include up through 2.5.8.
1806 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
1807 well as "_vb$".
1808 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
1809 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
1810 with latest gcc and gdb.
1811 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
1812 well as "_vb$".
1813
1814 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1815
1816 * configure.in (hppa*-*-*): Also configure and build stabs-only
1817 tests.
1818
1819 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1820
1821 * gdb.t10/hppa.mt: A makefile fragment for the PA.
1822 * gdb.t10/configure.in (hppa*-*-*): Use it.
1823
1824 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1825
1826 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
1827
1828 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1829
1830 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
1831 versions prior to 1.13.5.
1832
1833 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1834
1835 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
1836 the prompt is at the start of a line.
1837
1838 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1839
1840 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
1841 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
1842 in the copr tests now.
1843 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
1844 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
1845 expected to fail.
1846
1847 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
1848
1849 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
1850 gdb.t31/chillvars.exp, lib/gdb.exp:
1851 Tweak to run under either version of expect.
1852 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
1853 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
1854 * gdb.t11/list.exp: Remove extraneous whitespace.
1855
1856 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1857
1858 * gdb.t16/printcmds.exp (test_print_strings): Accept
1859 "(unsigned char *) " before the string.
1860
1861 * TODO: Add notes about printing of fancy types and GDB expressions.
1862
1863 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
1864
1865 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
1866 * gdb.t06/configure.in: Don't try to compile signals test program
1867 if doing mips-idt-ecoff.
1868
1869 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
1870
1871 * Most .exp files: Tweak to run under either version of expect.
1872
1873 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1874
1875 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
1876 xfails; I'm not sure why they are failing, but not because of PR 1806.
1877
1878 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
1879
1880 * config/unix-gdb.exp: Remove gdb_unload cause it's already
1881 defined in lib/gdb.exp.
1882
1883 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1884
1885 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
1886 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
1887 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
1888 have to be typeless.
1889
1890 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1891
1892 * TODO: Add suggestion for copyright year test.
1893
1894 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
1895
1896 * configure.in (*-*-lynxos*): Add stabs tests.
1897
1898 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1899
1900 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
1901 so insert a tab before any assembler directive in column zero.
1902
1903 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
1904 stores.
1905 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
1906 stores.
1907 (fpu_short_memory_tests): Likewise.
1908
1909 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1910
1911 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
1912 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
1913 .stabs directives in comments.
1914
1915 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1916
1917 * TODO: New file, describing tests we could write.
1918 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
1919
1920 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1921
1922 * gdb.t06/signals.exp: Add kludge to force re-sync.
1923
1924 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
1925 to xgdb instead of gdb, get out of gdb.
1926
1927 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
1928
1929 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
1930 for info.
1931
1932 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1933
1934 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
1935 * gdb.stabs/configure.in (hppa*-*-*): Use it.
1936 * gdb.stabs/hppa.sed: New sed script for the PA.
1937
1938 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1939
1940 * gdb.stabs: Re-write weird.def and configuration to use sed
1941 instead of cpp. sed is portable and POSIX; cpp is neither.
1942
1943 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1944
1945 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
1946
1947 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1948
1949 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
1950
1951 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1952
1953 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
1954 "_vb$".
1955 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
1956 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
1957
1958 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1959
1960 * lib/gdb.exp: Comment out code which depends on non-existent
1961 `transform' procedure.
1962
1963 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
1964
1965 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
1966 * lib/gdb.exp: Transform tool name.
1967 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
1968 1.1's new error handling system.
1969
1970 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1971
1972 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
1973
1974 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1975
1976 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
1977 They made pattern matching so slow that timeouts happened on
1978 heavily loaded systems. Now any output from "show print" which
1979 gets us back to the GDB prompt is a PASS.
1980
1981 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
1982
1983 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
1984
1985 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1986
1987 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
1988
1989 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
1990 It is not from PR 3220.
1991
1992 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1993
1994 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
1995 just started failing because they depended on the order the
1996 subcommands are presented, or exact docstring text. This kind of
1997 test is a pain and has minimal benefit.
1998
1999 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2000
2001 * gdb.t09/corefile.exp: At end of test, use "core" command with
2002 no arguments.
2003
2004 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
2005
2006 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
2007 17}/Makefile.in: Make it possible to run the testsuite with Sun
2008 make and CC = cross gcc by adding explicit build rules for .o
2009 files.
2010
2011 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2012
2013 * gdb.t15/funcargs.exp: Don't put comments on same line as
2014 setup_xfail (@#$*%& tcl braindamage!).
2015
2016 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2017
2018 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
2019
2020 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
2021
2022 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
2023 * gdb.t20/inherit.exp: remove three dumplicate entries.
2024
2025 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2026
2027 * gdb.t06/break.exp: For "next over recursive call", fail on any
2028 incorrect output, not just on "factorial (value=2)".
2029
2030 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2031
2032 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
2033 working now. Add an xfail if accesing a bss variable causes
2034 a memory error if the target is not yet run.
2035
2036 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2037
2038 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
2039 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
2040 name of __st* demangling (2 strings). Did Kung really get the
2041 more than 95 others right without testing them?
2042
2043 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
2044
2045 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
2046
2047 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
2048
2049 * configure.in (configdirs): Add gdb.disasm
2050 * gdb.disasm: New directory for GDB disassembler tests.
2051 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
2052
2053 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2054
2055 * gdb.t00/help.exp: Don't test "help set".
2056
2057 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
2058 from within expect statements. None of these happen anymore and
2059 they cause regressions to be silently unnoticed.
2060
2061 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
2062 messages) about known failures with gcc cygnus-2.4.5-930417.
2063
2064 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
2065 comp-info.exp so it gets built if it doesn't exist.
2066
2067 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
2068 it is no longer used.
2069 * gdb.t13/comp-info.c: Removed.
2070
2071 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
2072
2073 * gdb.t06/signals.exp: Add xfail for sun3.
2074
2075 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2076
2077 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
2078 relevant because ^C doesn't get sent but failure can be reproduced
2079 interactively).
2080
2081 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2082
2083 * gdb.stabs/alpha.mt: New configuration file for alpha.
2084 * gdb.stabs/configure.in: Use it.
2085 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
2086 sharing with alpha.mt, redefine long to word via preprocessor.
2087 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
2088 for alpha.
2089 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
2090 native cc.
2091 * gdb.t00/teststrategy.exp: Change expect string so that we
2092 consume the `(xgdb)' from the command echo and from the gdb prompt.
2093 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
2094 gdb currently compares all values as long, so this failure probably
2095 applies to any configuration where LONGEST is bigger than a target int.
2096 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
2097 with gcc.
2098 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
2099 to handle opaque pointers, gcc is.
2100 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
2101 as first argument. Include <sys/types.h> and change all operator
2102 new definitions to use size_t.
2103 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
2104 now that we use size_t.
2105
2106 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2107
2108 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
2109 a long or float array cast all array members to the same type.
2110 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
2111 with 64 bit longs.
2112 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
2113 on alpha.
2114 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
2115
2116 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2117
2118 * gdb.t24 (demangle.exp): Constructors of templates have names like
2119 vector<int>::vector(int) not vector<int>::vector<int>(int). See
2120 section 14.6 of the ARM.
2121
2122 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
2123 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
2124 accomplish little and slow down the testsuite.
2125
2126 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
2127 Accept spaces various places.
2128
2129 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2130
2131 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
2132 with watchpoint enabled.
2133
2134 * Makefile.in: Remove definition of CC and remove the second
2135 definition of CXX (the "CXX = gcc" one remains). These definitions
2136 were causing backquotes to be expanded within backquotes, which
2137 doesn't work.
2138
2139 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
2140
2141 * gdb.t17/callfuncs.exp: Add "return 0" to end.
2142
2143 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2144
2145 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
2146 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
2147 by mips cc and contains no stabs entries.
2148
2149 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
2150
2151 * config/vx-gdb.exp: Use fake device to load files rather than
2152 NFS.
2153 * lib/gdb.exp: New proc to do "file" command.
2154 * config/unix-gdb.exp: Use new "file" proc.
2155
2156 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2157
2158 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
2159 Rework board rebooting slightly.
2160 (gdb_exit): Don't exit from the remote shell; there isn't one.
2161 * gdb.stabs/weird.exp: If a program is being debugged already,
2162 kill it.
2163 * gdb.t04/setvar.exp: Stop and restart gdb.
2164 * gdb.t05/expr.exp: Likewise.
2165 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
2166 restart gdb and reload the program.
2167 * gdb.t08/opaque.exp: Likewise.
2168 * gdb.t12/scope.exp: Likewise.
2169 * gdb.t13/bitfields.exp: Likewise.
2170 * gdb.t15/funcargs.exp: Likewise.
2171 * gdb.t20/classes.exp: Likewise.
2172 * gdb.t03/ptype.exp: Increase timeout.
2173 * gdb.t16/printcmds.exp (test_print_string_constants,
2174 test_print_array_constants): Likewise.
2175 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
2176 * gdb.t20/classes.exp (do_tests): Likewise.
2177 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
2178
2179 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
2180
2181 * gdb.stabs: Renamed *wierd* to *weird*.
2182
2183 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
2184
2185 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
2186 for timeout. Add "known gcc 2.4.5 bug" to failure message.
2187
2188 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
2189
2190 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
2191 (do_tests): Remove xfail for whatis on one_var and two_var.
2192
2193 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
2194
2195 * Makefile.in: Made cross building work better by adding
2196 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
2197
2198 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2199
2200 * gdb.t15/{return.c,return.exp,Makefile.in}:
2201 New test, currently commented out.
2202
2203 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
2204
2205 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
2206 still running and removes the leftover named socket so GDb can do
2207 clean restarts.
2208
2209 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
2210
2211 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
2212 console, not GDB.
2213 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
2214 cross testing works better with "make check"
2215 * config/unix-gdb: Use default procedures for exit and version.
2216 * config/vx-gdb.exp: Cleaned up and massaged back to working order
2217 with the newest VxWorks.
2218
2219 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2220
2221 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
2222 old form.
2223
2224 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
2225 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
2226
2227 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
2228
2229 * config/unix-gdb.exp: Remove this version of gdb_exit
2230 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
2231 Rob says he'll look at it when he gets back to testing boards.
2232
2233 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
2234
2235 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
2236 an expected fail for certain ptype commands.
2237
2238 * gdb.t20/classes.exp: Update expected results of "ptype class
2239 Base1" to account for the constructor that now appears in the type.
2240
2241 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
2242
2243 * configure.in (configdirs): Restore gdb.t04, which mysteriously
2244 disappeared from list.
2245 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
2246 "alldone" proc with call to cleanup and exit.
2247 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
2248 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
2249 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
2250 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
2251 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
2252 "alldone" proc with simple returns that suppress remaining
2253 tests. The alldone proc went away many months ago.
2254
2255 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2256
2257 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
2258
2259 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
2260
2261 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2262
2263 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
2264 as vax gdb will display them.
2265
2266 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2267
2268 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
2269 optimizers.
2270
2271 * scope.exp: Change "bad value for localval" messages so each one
2272 is unique.
2273
2274 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
2275 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
2276
2277 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
2278
2279 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2280
2281 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
2282 doesn't exist (due to optimization).
2283
2284 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2285
2286 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
2287 contains \r because the filename is long.
2288
2289 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
2290 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
2291
2292 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2293
2294 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
2295 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
2296 Ultrix.
2297 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
2298 int tests.
2299 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
2300
2301 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
2302
2303 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
2304
2305 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
2306 to match does not match the passing case but still matches the
2307 failing case.
2308
2309 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2310
2311 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
2312
2313 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
2314
2315 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
2316 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
2317 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
2318 Remove various versions of gdb_exit.
2319 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
2320 gdb_exit.
2321 * config/unix-gdb.exp: gdb_exit remains here, and should override
2322 the generic version, since it's doing a lot of wierd stuff that
2323 the other versions aren't. FIXME, fold it in, or abandon this
2324 version.
2325
2326 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2327
2328 * gdb.t24/demangle.exp: Add tests for PR 3220.
2329
2330 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2331
2332 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
2333
2334 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
2335
2336 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
2337 "i386-*-*". Works for i486 as well.
2338
2339 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
2340 bug, and expand domain of xfail to all SVR4 systems, since the
2341 actual problem is likely to be in generic SVR4 /proc support.
2342
2343 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2344
2345 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
2346
2347 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
2348
2349 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
2350 xfails for other systems. Match a missing 'Continuing.' as an
2351 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
2352
2353 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
2354 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
2355 Only issue warning for missing executables if -all option is used.
2356
2357 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
2358 file if -all option is used. It's like an unpredictable XFAIL.
2359
2360 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2361
2362 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
2363 for dynamically linked binaries.
2364
2365 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
2366
2367 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2368
2369 * gdb.t20/inherit.exp: Change message for "print tagless struct"
2370 to state that this is a known bug in old versions of g++.
2371
2372 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2373
2374 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
2375 while waiting for `Continuing'.
2376
2377 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
2378
2379 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
2380 in text, data, and bss.
2381 * gdb.t10/nodebug.c: Add local and global test variables for
2382 initialized and uninitialized data.
2383
2384 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2385
2386 * config/unix-gdb.exp (gdb_exit): Add "wait".
2387
2388 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2389
2390 * gdb.t06/signals.exp: xfail the continue from the handler for all
2391 targets.
2392
2393 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
2394 function with watchpoints enabled, the i386 call dummy starts with
2395 a call.
2396
2397 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
2398 386 bsd names its corefiles.
2399
2400 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
2401
2402 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
2403 compilers don't grok it.
2404 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
2405 with small octal ints rather than character constants, which
2406 are signed and might not fit if first promoted to int.
2407
2408 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
2409
2410 * gdb.t09/Makefile.in (clean): Remove corefile.
2411
2412 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2413
2414 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
2415
2416 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2417 and Jim Kingdon (kingdon@cygnus.com)
2418
2419 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
2420 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
2421 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
2422
2423 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2424
2425 * gdb.t17/interrupt.exp: Add xfail for hppa.
2426
2427 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2428
2429 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
2430 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
2431 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
2432 to determine signed-ness of bitfields and use the result to setup
2433 the xfail.
2434 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
2435 * gdb.t15/funcargs.exp: Use them to step until the second indirect
2436 call line is reached if necessary.
2437
2438 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2439
2440 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
2441
2442 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2443
2444 * gdb.t06/break.exp: Also test `clear' command.
2445
2446 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
2447
2448 * gdb.t00/teststrategy.exp: Remove extra quote.
2449
2450 * gdb.t07/watchpoint.exp: Change xfail for calling function with
2451 watchpoint enabled to be for all non-68k machines.
2452
2453 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
2454
2455 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2456
2457 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
2458 targets use aout.mt instead of ecoff.mt as gas understands
2459 standard aout format.
2460
2461 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
2462
2463 * lib/gdb.exp (runto): Don't insist that function we are running to
2464 was compiled with -g.
2465
2466 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
2467
2468 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
2469 to get back into the read system call.
2470 Accept leading newline in case where we woke it up.
2471
2472 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2473
2474 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
2475 to make the stabs test work on ecoff systems using gcc and -with-stabs.
2476 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
2477 enable ecoff configuration.
2478
2479 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2480
2481 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
2482
2483 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2484
2485 * gdb.t16/printcmds.exp: Add another printf test.
2486
2487 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
2488
2489 * configure.in: If configured -with-stabs on any target, add
2490 stabsdirs to configdirs.
2491
2492 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2493
2494 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
2495 fun" so pattern does not match the command itself.
2496
2497 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2498
2499 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
2500
2501 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2502
2503 * gdb.t17/interrupt.exp: Test for more things.
2504
2505 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2506
2507 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
2508 compiler arranges the code and line numbers.
2509
2510 * gdb.t17/interrupt.exp: Don't send \n after ^C.
2511
2512 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2513
2514 * gdb.t00/help.exp: Increase expect input buffer size.
2515
2516 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2517
2518 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
2519
2520 * gdb.t07/watchpoint.exp: Add xfail for hppa.
2521
2522 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
2523
2524 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
2525 [0-9]*, not just [0-9].
2526
2527 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2528
2529 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
2530
2531 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
2532
2533 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2534
2535 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
2536
2537 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2538
2539 * gdb.t06/signals.c: Add xfails for sun3.
2540
2541 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
2542
2543 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
2544 test_stepping tests.
2545
2546 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2547
2548 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
2549
2550 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
2551
2552 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
2553 rather than actually putting it through cpp twice.
2554
2555 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
2556
2557 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
2558
2559 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
2560 no longer needed.
2561
2562 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2563
2564 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
2565
2566 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
2567 C++ features prints as "struct", make it a pass, not an xfail.
2568
2569 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2570
2571 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
2572 Don't require VA to print as "class" rather than "struct".
2573
2574 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
2575
2576 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
2577
2578 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2579
2580 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
2581
2582 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2583
2584 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
2585 order.
2586
2587 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2588
2589 * gdb.t16/printcmds.exp: Add printf tests.
2590
2591 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
2592
2593 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
2594
2595 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
2596
2597 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
2598 pass counts, to counteract any existing or future setup_xfails.
2599
2600 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2601
2602 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
2603 {BEGIN,END}_COMMON for common block instead of STAB.
2604 * gdb.stabs/wierd.exp: Add xfail for rs6000.
2605
2606 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
2607 intp_var should be N_GSYM not N_LSYM.
2608 wierd-aout.S: Use a label for the value of the N_SO.
2609 wierd.def: Remove all backslashes.
2610 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
2611
2612 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2613
2614 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
2615 get the expected next to inheritance3.
2616
2617 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2618
2619 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
2620 now that gcc-2.4 gets it right.
2621
2622 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2623
2624 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
2625
2626 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
2627 generating comp-info.exp which works for cross-compilation.
2628
2629 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
2630
2631 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
2632 "*-*-sysv4.*".
2633
2634 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
2635
2636 * gdb.t01/run.exp: Start with a fresh gdb.
2637 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
2638 SVR4.x.
2639
2640 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
2641
2642 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
2643 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
2644 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
2645 Makefile.in (distclean, realclean): Remove gdbme.c from list of
2646 things to remove.
2647
2648 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
2649
2650 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
2651 test cases from bug reports.
2652
2653 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
2654
2655 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
2656 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
2657 avoid spurious xfails.
2658 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
2659 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
2660 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
2661
2662 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
2663
2664 * gdb.t00/teststrategy.exp: Rework to provide more useful
2665 description of each test, fix problem with systems that define
2666 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
2667 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
2668 results for "next over recursive call" so timeouts aren't taken
2669 by error.
2670
2671 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
2672
2673 * gdb.t12/scope.exp: Test printing of variables before run.
2674
2675 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
2676 printed in wrong order due to sorting.
2677
2678 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
2679
2680 * gdb.t00/teststrategy.exp: Fix expected results for printing
2681 user entered string constant. Is array of char, prints with no
2682 address.
2683
2684 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
2685 commands.
2686 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
2687 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
2688 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
2689 of struct of char arrays.
2690 * gdb.t00/radix.exp: New tests for radix commands.
2691
2692 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
2693
2694 * gdb.t16/printcmd.exp: Print a variable before running program
2695 (with xfail for AIX).
2696
2697 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
2698
2699 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
2700
2701 * gdb.t16/printcmd.exp: Don't print variables before running program.
2702
2703 * gdb.t06/break.exp: Don't require envp argument to main.
2704
2705 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
2706
2707 * gdb.t02/whatis.exp, gdb.t11/list.exp:
2708 Add xfails for rs6000.
2709
2710 * gdb.t02/whatis.exp: Change other tests not to re-test something
2711 we already tested.
2712
2713 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
2714 each type used has a variable of that type.
2715
2716 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
2717
2718 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
2719
2720 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2721
2722 * configure.in: change srctrigger to be a file, not a directory
2723
2724 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
2725
2726 * configure.in (mips-idt-ecoff*): Added trailing '*'.
2727
2728 * gdb.t11/list.exp: Fixed a couple of typos.
2729
2730 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
2731
2732 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
2733 is fixed and PR is closed.
2734 * gdb.t16 (gdbme.c): Add simple test string variable.
2735 * gdb.t16 (printcmds.exp): Add tests with simple test string
2736 variable, primarily for boundaries on "set print elements".
2737
2738 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
2739
2740 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
2741 Make leading 0's optional and don't expect a tab in the middle
2742 of the number.
2743
2744 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
2745
2746 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
2747 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
2748 don't end command passed to gdb_test with newline.
2749
2750 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
2751 signed keyword away, don't expect signed bitfields to be signed.
2752
2753 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
2754 printing with only as many 1's as are in the field as well as printing
2755 with 32 1's (see comment).
2756
2757 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
2758
2759 * gdb.t00/default.exp: Start with a fresh gdb.
2760 * configure.in (configdirs): Remove gdb.t31 until the chill
2761 compiler works again. It no longer is able to find chillrt0
2762 since it isn't in libchill.a anymore.
2763 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
2764 wierd.o, make more modular.
2765 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
2766 spurious newlines that caused problems.
2767
2768 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2769
2770 * Move test with enums and partial symbols from gdb.t03/ptype.exp
2771 to gdb.stabs/wierd.exp since GCC has worked around the bug.
2772 gdb.stabs/wierd.{exp,def}: Many new tests.
2773
2774 * gdb.t00/default.exp: update info line for new message.
2775
2776 * gdb.t02/{whatis.exp,gdbme.c}:
2777 Test that "char *" doesn't print as "caddr_t".
2778
2779 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2780
2781 * gdb.t00/help.exp: Use .* in place of some help messages which
2782 just changed.
2783 gdb.t00/default.exp: Update "info frame" test for new message.
2784 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
2785 Remove some xfails
2786
2787 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2788
2789 * gdb.t03/{gdbme.c,ptype.exp}:
2790 Add tests for typedef'd struct and union without tags.
2791 Also check "whatis" on a variable of a typedef'd enum without a tag.
2792
2793 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
2794 PRMS 1823; the bug still exists but isn't reproduced by this test
2795 anymore), and remove rs6000 XFAIL (the bug is fixed).
2796
2797 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
2798 duplicated from whatis.exp. For those that are left, accept
2799 "long", "long int", or "int" for long variables (whatis.exp already
2800 has an XFAIL for "int", so no need to fail it here).
2801
2802 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
2803 Deal with GCC's names for types now that GDB uses the compiler's names.
2804
2805 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
2806 setup_xfail's for sunos4. If we #defined the signed keyword away,
2807 don't expect GDB to know that char it is signed.
2808
2809 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
2810
2811 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
2812
2813 * configure.in (configdirs): Add gdb.t24 for C++ tests that
2814 should work on any system, regardless of debugging format.
2815 * gdb.t21/demangle.exp: Move to gdb.t24.
2816 * gdb.t24/demangle.exp: Move from gdb.t21.
2817 * gdb.t24/{Makefile.in, configure.in}: New files.
2818
2819 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2820
2821 * configure.in: Do gdb.stabs and C++ tests only for stabs.
2822 * gdb.stabs: New directory.
2823
2824 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2825
2826 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
2827 not just "Quit anyway?".
2828
2829 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
2830
2831 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
2832 that all setup_xfails are immediately followed by clear_xfails.
2833
2834 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
2835
2836 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
2837 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
2838 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
2839 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
2840 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
2841 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
2842 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
2843 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
2844 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
2845 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
2846 gdb.t31/chillvars.exp, lib/gdb.exp:
2847 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
2848 bug-gdb@prep.ai.mit.edu.
2849
2850 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
2851
2852 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
2853 with 0.0, not integer 0.
2854
2855 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
2856
2857 * gdb.t06/break.exp: Update for "Kill the program" message change.
2858
2859 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
2860
2861 * Makefile.in (GDBFLAGS): Set to -nx.
2862 * Makefile.in (site.exp): Use GDBFLAGS.
2863
2864 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
2865
2866 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
2867 Makefiles.
2868 (check): depend on just-check.
2869 (just-check): added so that tests can be run without a noop
2870 build pass.
2871
2872 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
2873
2874 Switch to using configure's configdirs.
2875 * Makefile.in (Makefile): add configure.in dependency.
2876 (SUBDIRS): removed redundant assignment.
2877 * configure.in: switch subdirs assignment to configdirs.
2878 * gdb.t*/configure.in: new files.
2879
2880 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
2881
2882 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
2883 works.
2884
2885 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
2886
2887 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
2888 in explicit rules. Apparently this is not supported by some makes.
2889
2890 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
2891
2892 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
2893
2894 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2895
2896 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
2897 disappeared.
2898
2899 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
2900
2901 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
2902
2903 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
2904
2905 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
2906 watchpoint problem that is now fixed.
2907 * gdb.t30/chexp.exp: Remove setup_xfail for printing
2908 uninitialized convenience variables.
2909 * gdb.t31/chillvars.exp: Fix expected patterns for printing
2910 structures.
2911
2912 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2913
2914 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
2915 which causes expect to get out of sync with gdb on long output
2916 from help set.
2917 * gdb.t09/corefile.exp: Make expected pattern for core file
2918 failing signal and frame output format less sun specific.
2919
2920 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
2921
2922 * gdb.t31/chillvars.exp: Add and remove initial dummy
2923 breakpoint, so that symbol table is forced in.
2924 (Needed at least on Sunos4, though it seems not SVR4.)
2925 * gdb.t31/chillvars.exp: Update for changed output format.
2926
2927 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
2928
2929 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
2930
2931 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
2932
2933 * Makefile.in: Added --srcdir when invoking runtest, removed the
2934 need for a local config file. (optional now)
2935
2936 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
2937
2938 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
2939 failure count used to force early termination. Add some more
2940 expected failures for gnu style demangling.
2941
2942 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2943
2944 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
2945 pmi variable from gdb.t20/gdbme to get optimized away.
2946 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
2947 Check for written corefile upon timeout _and_ eof.
2948
2949 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2950
2951 * config/unix-gdb.exp: Add missing return 0.
2952
2953 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2954
2955 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
2956 test termination.
2957
2958 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
2959
2960 * configure.in (subdirs): Put back gdb.t17 which mysteriously
2961 disappeared.
2962
2963 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
2964
2965 * gdb.t10/crossload.exp: Disable the i860-elf test until such
2966 time as i860 support works.
2967
2968 * gdb.t15/funcargs.exp: Fix expected outputs to include
2969 "backtrace 100\r" rather than just "backtrace\r", to match last
2970 change.
2971
2972 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
2973
2974 * config/udi-gdb.exp (gdb_exit): Remove close command.
2975 (gdb_target_udi): New procedure to set the UDI target.
2976 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
2977 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
2978 Added waits for prompts after several question responses. Added
2979 some more responses used by a29k-amd-udi-gdb.
2980 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
2981 pass different arguments, restart UDI connection after program
2982 completion.
2983 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
2984 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
2985 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
2986 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
2987 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
2988 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
2989 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
2990 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
2991 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
2992 after program completion.
2993 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
2994 compiled with a SELECT_VECS setting.
2995 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
2996 infinite recursion.
2997
2998 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
2999 Added checks for COFF results, and made them expected failures for
3000 all targets. It would be better to make them expected failures
3001 for COFF targets only.
3002
3003 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
3004
3005 * Makefile.in: add null dvi target, don't bother to recurse
3006 through test directories for info and install-info; rename
3007 $(datadir) to be dejagnu instead of deja-gnu
3008
3009 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
3010
3011 * gdb.t31/gdbme.ch: Re-enable code that previously caused
3012 compiler to coredump.
3013 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
3014 code.
3015
3016 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
3017
3018 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
3019 coredump.
3020 * gdb.t31/chillvars.exp: Comment out tests that depend on that
3021 code.
3022
3023 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
3024
3025 * gdb.t03/ptype.exp: tests for return code from gdb_test.
3026 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
3027 which in a shell. Deletes xgdb when done.
3028 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
3029 Tests the return from the "set height" or "set width" commands.
3030 Added a few return codes where needed.
3031
3032 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
3033
3034 * Makefile.in (SUBDIRS): Add gdb.t17.
3035 * configure.in (subdirs): Add gdb.t17.
3036 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
3037 files to test gdb's calling of functions in the inferior with
3038 the correct arguments and gdb's ability to retrieve any
3039 result returned.
3040
3041 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
3042
3043 * config/unix-gdb.exp (gdb_exit): Remove close commands that
3044 may be called after gdb goes away. Previous versions of expect
3045 needed these to avoid file descriptor leaks, but they cause
3046 errors with the current revision of expect.
3047 * gdb.t00/gdbvars.exp: Use -re on expected output after
3048 setting sevenbit-strings.
3049 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
3050 to set sevenbit-strings consistent across tests.
3051 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
3052 set sevenbit-strings consistent across tests.
3053
3054 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
3055
3056 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
3057 expected output to match current "expect" expectations.
3058
3059 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
3060
3061 * gdb.t00/default.exp: Change expected output for default "source"
3062 command, to match new gdb behavior which requires a filename to
3063 source.
3064
3065 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
3066
3067 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
3068 expected fail for i486-*-* that misses the marker2 function.
3069 * gdb.t10/crossload.exp (bfddefault): Allow successful
3070 recognition of a format to pass even if no symbols are found.
3071 Explicitly catch failures where the format is not recognized
3072 or is ambiguous, and add the reason to the fail message.
3073 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
3074 the cause is and invalid target and add reason to failure message.
3075 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
3076 elf32-i386, elf32-sparc, and elf32-i860.
3077 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
3078 Set up expected failure for 'filename'::variable scope resolution,
3079 which is now apparently broken on all targets.
3080 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
3081 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
3082 gdb.t23/templates.exp: Change failure for missing binfile into
3083 just a warning.
3084 gdb.t21/demangle.exp: Change all cfront references to 'arm'
3085 references.
3086
3087 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
3088
3089 * gdb.t00/default.exp: Add expected output for default "source"
3090 command, to match new gdb behavior.
3091 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
3092
3093 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
3094
3095 * config/*-gdb.exp: returns an error, rather than exiting on
3096 internal errors.
3097
3098 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
3099
3100 * gdb.t03/gdbme.c: Add pointer to struct variable.
3101 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
3102 referencing struct members.
3103
3104 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
3105
3106 * configure.in (mips-idt-ecoff): New target.
3107 * config/mips-gdb.exp: New file for remote board using MIPS remote
3108 debugging protocol.
3109
3110 * Redid configuration scheme. Removed gdb.t*/configure.in.
3111 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
3112 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
3113 distclean targets. Built executables via .o files. Adjusted
3114 tests to account for source files in $(srcdir) rather than
3115 $(objdir).
3116 * lib/gdb.exp (runto): Don't expect () after the function name,
3117 because it may have arguments.
3118
3119 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
3120
3121 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
3122 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
3123 expected failures for mips-idt-* and mips-sgi-*.
3124 * gdb.t00/default.exp (attach): Kill process if requested.
3125 * gdb.t00/help.exp (help target core, help target): Accept a gdb
3126 that does not read core files.
3127 * gdb.t01/run.exp: Removed checks for exit status code.
3128 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
3129 it is linked in.
3130 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
3131 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
3132 appropriate, rather than doing it by hand.
3133 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
3134 execution.
3135 * gdb.t10/crossload.exp: Kill existing program if needed.
3136 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
3137 appropriate, rather than doing it by hand. Always increase
3138 timeout for this test, not just for VxWorks.
3139
3140 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
3141
3142 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
3143 of Chill STRUCT types and STRUCT values.
3144 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
3145 than "char".
3146 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
3147 struct2): New struct definitions and initializations to test
3148 simple Chill STRUCT types.
3149
3150 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
3151
3152 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
3153 the null byte at the end of strings.
3154 * gdb.t00/default.exp: Make show version insensitive to copyright
3155 date.
3156 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
3157 to avoid dependencies on target char signedness.
3158 * gdb.t16/printcmds.exp: Update expected results for explicitly
3159 unsigned char.
3160 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
3161 now work.
3162 * gdb.t21/demangle.exp: Add many more patterns for template
3163 demangling, most of them being expected failures.
3164 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
3165 string we are matching for, to match on the whole string.
3166 * gdb.t21/demangle.exp: Add many new test strings to demangle,
3167 and fix a whole bunch that had incorrect expected output but were
3168 passing anyway because of the bug in "proc demangle".
3169 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
3170 type.
3171 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
3172
3173 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
3174
3175 * gdb/testsuite: made modifications to testcases, etc., to allow
3176 them to work properly given the reorganization of deja-gnu and the
3177 relocation of the testcases from deja-gnu to a "tool" subdirectory.
3178
3179 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
3180
3181 * gdb/testsuite: Initial creation of gdb/testsuite.
3182 Migrated dejagnu testcases and support files for testing nm to
3183 gdb/testsuite from deja-gnu. These files were moved "as is"
3184 with no modifications. This migration is part of a major overhaul
3185 of dejagnu. The modifications to these testcases, etc., which
3186 will allow them to work with the new version of dejagnu will be
3187 made in a future update.
3188 \f
3189 Local Variables:
3190 mode: indented-text
3191 left-margin: 8
3192 fill-column: 74
3193 version-control: never
3194 End:
This page took 0.111312 seconds and 5 git commands to generate.