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