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