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