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