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