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