* elfread.c (record_minimal_symbol_and_info): Guess the section to
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
fa79d853
JK
1Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
2
3 * gdb.t17/callfuncs.exp: Add "return 0" to end.
4
26a08d15
PS
5Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6
7 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
8 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
9 by mips cc and contains no stabs entries.
10
de8c35cf
RS
11Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
12
13 * config/vx-gdb.exp: Use fake device to load files rather than
14 NFS.
15 * lib/gdb.exp: New proc to do "file" command.
16 * config/unix-gdb.exp: Use new "file" proc.
17
48d10a25
ILT
18Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19
20 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
21 Rework board rebooting slightly.
22 (gdb_exit): Don't exit from the remote shell; there isn't one.
23 * gdb.stabs/weird.exp: If a program is being debugged already,
24 kill it.
25 * gdb.t04/setvar.exp: Stop and restart gdb.
26 * gdb.t05/expr.exp: Likewise.
27 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
28 restart gdb and reload the program.
29 * gdb.t08/opaque.exp: Likewise.
30 * gdb.t12/scope.exp: Likewise.
31 * gdb.t13/bitfields.exp: Likewise.
32 * gdb.t15/funcargs.exp: Likewise.
33 * gdb.t20/classes.exp: Likewise.
34 * gdb.t03/ptype.exp: Increase timeout.
35 * gdb.t16/printcmds.exp (test_print_string_constants,
36 test_print_array_constants): Likewise.
37 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
38 * gdb.t20/classes.exp (do_tests): Likewise.
39 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
40
8cced93d
ILT
41Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
42
43 * gdb.stabs: Renamed *wierd* to *weird*.
44
f424845a
JK
45Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
46
47 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
48 for timeout. Add "known gcc 2.4.5 bug" to failure message.
49
06f63f95
JK
50Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
51
52 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
53 (do_tests): Remove xfail for whatis on one_var and two_var.
54
55Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
56
57 * Makefile.in: Made cross building work better by adding
58 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
59
b7da78d5
JK
60Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
61
62 * gdb.t15/{return.c,return.exp,Makefile.in}:
63 New test, currently commented out.
64
2fd77dab
RS
65Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
66
67 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
68 still running and removes the leftover named socket so GDb can do
69 clean restarts.
70
f6c8cae6
RS
71Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
72
73 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
74 console, not GDB.
75 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
76 cross testing works better with "make check"
77 * config/unix-gdb: Use default procedures for exit and version.
78 * config/vx-gdb.exp: Cleaned up and massaged back to working order
79 with the newest VxWorks.
80
08843cd8
JK
81Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
82
298e9222
JK
83 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
84 old form.
85
86 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
87 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
88
08843cd8
JK
89 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
90
91 * config/unix-gdb.exp: Remove this version of gdb_exit
92 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
93 Rob says he'll look at it when he gets back to testing boards.
94
aed23900
FF
95Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
96
97 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
98 an expected fail for certain ptype commands.
99
100 * gdb.t20/classes.exp: Update expected results of "ptype class
101 Base1" to account for the constructor that now appears in the type.
102
653ae28f
FF
103Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
104
105 * configure.in (configdirs): Restore gdb.t04, which mysteriously
106 disappeared from list.
107 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
108 "alldone" proc with call to cleanup and exit.
109 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
110 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
111 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
112 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
113 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
114 "alldone" proc with simple returns that suppress remaining
115 tests. The alldone proc went away many months ago.
116
84853a53
JK
117Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
118
c69b7db7
JK
119 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
120
84853a53
JK
121 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
122
5e958188
PS
123Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
124
125 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
126 as vax gdb will display them.
127
0e8e9721
JK
128Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
129
64926813
JK
130 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
131 optimizers.
132
7161494d
JK
133 * scope.exp: Change "bad value for localval" messages so each one
134 is unique.
135
62db94cb
JK
136 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
137 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
138
0e8e9721
JK
139 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
140
b606bd8d
JK
141Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
142
143 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
144 doesn't exist (due to optimization).
145
0e0b4e64
JK
146Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
147
b606bd8d
JK
148 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
149 contains \r because the filename is long.
150
0e0b4e64
JK
151 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
152 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
153
adce2225
PS
154Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
155
156 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
157 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
158 Ultrix.
159 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
160 int tests.
161 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
162
9e191927
FF
163Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
164
adce2225
PS
165 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
166
9e191927
FF
167 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
168 to match does not match the passing case but still matches the
169 failing case.
170
285ae57a
JK
171Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
172
173 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
174
7a7d682b
JG
175Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
176
177 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
285ae57a 178 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
7a7d682b
JG
179 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
180 Remove various versions of gdb_exit.
181 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
182 gdb_exit.
183 * config/unix-gdb.exp: gdb_exit remains here, and should override
184 the generic version, since it's doing a lot of wierd stuff that
185 the other versions aren't. FIXME, fold it in, or abandon this
186 version.
187
48c95e5b
JK
188Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
189
190 * gdb.t24/demangle.exp: Add tests for PR 3220.
191
192Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
193
194 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
195
5ad3ae4a
FF
196Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
197
e024d80c
FF
198 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
199 "i386-*-*". Works for i486 as well.
200
5ad3ae4a
FF
201 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
202 bug, and expand domain of xfail to all SVR4 systems, since the
203 actual problem is likely to be in generic SVR4 /proc support.
204
ae039ff3
JK
205Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
206
207 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
208
c0398b8b
FF
209Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
210
869cfa9f
FF
211 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
212 xfails for other systems. Match a missing 'Continuing.' as an
213 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
214
adf18b24
FF
215 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
216 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
217 Only issue warning for missing executables if -all option is used.
218
c0398b8b
FF
219 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
220 file if -all option is used. It's like an unpredictable XFAIL.
221
0685d95f
JK
222Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
223
3241e35d
JK
224 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
225 for dynamically linked binaries.
226
0685d95f
JK
227 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
228
205c1ddc
JK
229Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
230
231 * gdb.t20/inherit.exp: Change message for "print tagless struct"
232 to state that this is a known bug in old versions of g++.
233
6117e42f
JK
234Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
235
236 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
237 while waiting for `Continuing'.
238
d8ab5dbf
FF
239Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
240
241 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
242 in text, data, and bss.
243 * gdb.t10/nodebug.c: Add local and global test variables for
244 initialized and uninitialized data.
245
f4dfe788
JK
246Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
247
248 * config/unix-gdb.exp (gdb_exit): Add "wait".
249
250Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
251
252 * gdb.t06/signals.exp: xfail the continue from the handler for all
253 targets.
254
255 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
256 function with watchpoints enabled, the i386 call dummy starts with
257 a call.
258
259 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
260 386 bsd names its corefiles.
261
a469d3b6
FF
262Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
263
264 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
265 compilers don't grok it.
266 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
267 with small octal ints rather than character constants, which
268 are signed and might not fit if first promoted to int.
269
ad6feb08
FF
270Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
271
272 * gdb.t09/Makefile.in (clean): Remove corefile.
273
274Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
275
276 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
277
a92499ba
JK
278Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
279 and Jim Kingdon (kingdon@cygnus.com)
280
281 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
282 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
283 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
284
c4978d68
JK
285Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
286
287 * gdb.t17/interrupt.exp: Add xfail for hppa.
288
69aa789b
PS
289Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
290
291 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
292 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
293 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
294 to determine signed-ness of bitfields and use the result to setup
295 the xfail.
a4fbb03e 296 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
c4978d68
JK
297 * gdb.t15/funcargs.exp: Use them to step until the second indirect
298 call line is reached if necessary.
69aa789b 299
84123aa6
JK
300Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
301
302 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
303
304Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
305
306 * gdb.t06/break.exp: Also test `clear' command.
307
cb6afa30
JK
308Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
309
002c6d17
JK
310 * gdb.t00/teststrategy.exp: Remove extra quote.
311
6665d54c 312 * gdb.t07/watchpoint.exp: Change xfail for calling function with
84123aa6 313 watchpoint enabled to be for all non-68k machines.
6665d54c 314
cb6afa30
JK
315 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
316
9d77e877
PS
317Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
318
319 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
320 targets use aout.mt instead of ecoff.mt as gas understands
321 standard aout format.
322
675d65db
JK
323Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
324
62d4a686
JK
325 * lib/gdb.exp (runto): Don't insist that function we are running to
326 was compiled with -g.
327
328 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
329
675d65db
JK
330 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
331 to get back into the read system call.
332 Accept leading newline in case where we woke it up.
333
76b098d1
PS
334Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
335
336 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
337 to make the stabs test work on ecoff systems using gcc and -with-stabs.
338 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
339 enable ecoff configuration.
340
0568df2a
JK
341Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
342
343 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
344
e91ceb3c
JK
345Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
346
347 * gdb.t16/printcmds.exp: Add another printf test.
348
6dc31f06
ILT
349Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
350
351 * configure.in: If configured -with-stabs on any target, add
352 stabsdirs to configdirs.
353
5af4f5f6
JK
354Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
355
e91ceb3c
JK
356 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
357 fun" so pattern does not match the command itself.
5af4f5f6 358
4988d8c7
JK
359Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
360
361 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
362
a688a186
JK
363Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
364
365 * gdb.t17/interrupt.exp: Test for more things.
366
2a62a4cb
JK
367Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
368
81074ec8
JK
369 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
370 compiler arranges the code and line numbers.
371
2a62a4cb
JK
372 * gdb.t17/interrupt.exp: Don't send \n after ^C.
373
3ae135ab
PS
374Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
375
376 * gdb.t00/help.exp: Increase expect input buffer size.
377
be7f7549
JK
378Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
379
075aa449
JK
380 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
381
1af6f16c
JK
382 * gdb.t07/watchpoint.exp: Add xfail for hppa.
383
270532f9
JK
384 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
385
be7f7549
JK
386 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
387 [0-9]*, not just [0-9].
388
f2dee08e
JK
389Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
390
9ae07ce5
JK
391 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
392
f2dee08e
JK
393 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
394
afde243f
JK
395Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
396
397 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
398
762665e1
JK
399Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
400
46d284c9
JK
401 * gdb.t06/signals.c: Add xfails for sun3.
402
306ee233
JK
403 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
404
762665e1
JK
405 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
406 test_stepping tests.
407
79f3218c
JK
408Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
409
762665e1
JK
410 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
411
b2618fd8
JK
412 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
413
56f413cd
JK
414 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
415 rather than actually putting it through cpp twice.
416
79f3218c
JK
417 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
418
eae16698
ILT
419Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
420
421 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
422 no longer needed.
423
38e1dd54
JK
424Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
425
b4ace9d3
JK
426 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
427
38e1dd54
JK
428 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
429 C++ features prints as "struct", make it a pass, not an xfail.
430
431Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
432
433 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
434 Don't require VA to print as "class" rather than "struct".
435
b55cc8a2
JK
436Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
437
438 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
439
e02c07a5
JK
440Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
441
442 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
443
444Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
445
446 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
447 order.
448
b4e89979
JK
449Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
450
366f2869
JK
451 * gdb.t16/printcmds.exp: Add printf tests.
452
38c41e92
JK
453 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
454
b4e89979
JK
455 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
456
457Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
458
459 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
460 pass counts, to counteract any existing or future setup_xfails.
461
884e8cd4
JK
462Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
463
f492b6c1
JK
464 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
465 {BEGIN,END}_COMMON for common block instead of STAB.
44443a9b 466 * gdb.stabs/wierd.exp: Add xfail for rs6000.
f492b6c1 467
884e8cd4
JK
468 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
469 intp_var should be N_GSYM not N_LSYM.
470 wierd-aout.S: Use a label for the value of the N_SO.
471 wierd.def: Remove all backslashes.
472 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
473
9325d5af
PS
474Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
475
476 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
477 get the expected next to inheritance3.
478
d2b860e3
PS
479Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
480
481 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
482 now that gcc-2.4 gets it right.
483
f788cf78
JK
484Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
485
2de1aa1c
JK
486 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
487
f788cf78
JK
488 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
489 generating comp-info.exp which works for cross-compilation.
490
6ba7b818
FF
491Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
492
493 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
494 "*-*-sysv4.*".
495
496Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
497
498 * gdb.t01/run.exp: Start with a fresh gdb.
499 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
500 SVR4.x.
501
cfb702c1
FF
502Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
503
504 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
505 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
506 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
507 Makefile.in (distclean, realclean): Remove gdbme.c from list of
508 things to remove.
509
3d26a081
FF
510Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
511
512 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
513 test cases from bug reports.
514
5c0e7bd6
FF
515Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
516
517 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
518 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
519 avoid spurious xfails.
520 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
521 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
522 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
523
212f6219
FF
524Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
525
526 * gdb.t00/teststrategy.exp: Rework to provide more useful
527 description of each test, fix problem with systems that define
528 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
529 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
530 results for "next over recursive call" so timeouts aren't taken
531 by error.
532
69dbdc05
JK
533Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
534
c76f7bb7
JK
535 * gdb.t12/scope.exp: Test printing of variables before run.
536
69dbdc05
JK
537 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
538 printed in wrong order due to sorting.
539
dd9d4fa3
FF
540Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
541
80af2bd3
FF
542 * gdb.t00/teststrategy.exp: Fix expected results for printing
543 user entered string constant. Is array of char, prints with no
544 address.
545
dd9d4fa3
FF
546 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
547 commands.
548 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
549 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
550 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
551 of struct of char arrays.
552 * gdb.t00/radix.exp: New tests for radix commands.
553
49b12db0
JK
554Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
555
556 * gdb.t16/printcmd.exp: Print a variable before running program
557 (with xfail for AIX).
558
729258a3
JK
559Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
560
fcb6cf58
JK
561 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
562
729258a3
JK
563 * gdb.t16/printcmd.exp: Don't print variables before running program.
564
565 * gdb.t06/break.exp: Don't require envp argument to main.
566
567 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
568
569 * gdb.t02/whatis.exp, gdb.t11/list.exp:
570 Add xfails for rs6000.
571
fcb6cf58
JK
572 * gdb.t02/whatis.exp: Change other tests not to re-test something
573 we already tested.
729258a3
JK
574
575 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
576 each type used has a variable of that type.
577
578Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
579
580 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
581
582Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
583
584 * configure.in: change srctrigger to be a file, not a directory
585
b3523cb3
ILT
586Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
587
729258a3
JK
588 * configure.in (mips-idt-ecoff*): Added trailing '*'.
589
b3523cb3
ILT
590 * gdb.t11/list.exp: Fixed a couple of typos.
591
46fc723c
FF
592Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
593
594 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
595 is fixed and PR is closed.
596 * gdb.t16 (gdbme.c): Add simple test string variable.
597 * gdb.t16 (printcmds.exp): Add tests with simple test string
598 variable, primarily for boundaries on "set print elements".
599
942a6600
JK
600Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
601
6a51601e
JK
602 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
603 Make leading 0's optional and don't expect a tab in the middle
604 of the number.
605
bfcba962
JK
606 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
607
608 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
609 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
610 don't end command passed to gdb_test with newline.
611
942a6600
JK
612 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
613 signed keyword away, don't expect signed bitfields to be signed.
614
615 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
616 printing with only as many 1's as are in the field as well as printing
617 with 32 1's (see comment).
618
35c254be
FF
619Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
620
88db2feb 621 * gdb.t00/default.exp: Start with a fresh gdb.
dd294fc0
FF
622 * configure.in (configdirs): Remove gdb.t31 until the chill
623 compiler works again. It no longer is able to find chillrt0
624 since it isn't in libchill.a anymore.
150ab440
FF
625 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
626 wierd.o, make more modular.
35c254be
FF
627 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
628 spurious newlines that caused problems.
629
18ef9146
JK
630Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
631
5bd22ca8 632 * Move test with enums and partial symbols from gdb.t03/ptype.exp
12a09603
JK
633 to gdb.stabs/wierd.exp since GCC has worked around the bug.
634 gdb.stabs/wierd.{exp,def}: Many new tests.
635
18ef9146
JK
636 * gdb.t00/default.exp: update info line for new message.
637
638 * gdb.t02/{whatis.exp,gdbme.c}:
639 Test that "char *" doesn't print as "caddr_t".
640
2d10304e
JK
641Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
642
643 * gdb.t00/help.exp: Use .* in place of some help messages which
644 just changed.
645 gdb.t00/default.exp: Update "info frame" test for new message.
646 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
29b34f10 647 Remove some xfails
2d10304e 648
e726f3b5
JK
649Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
650
c6d70012
JK
651 * gdb.t03/{gdbme.c,ptype.exp}:
652 Add tests for typedef'd struct and union without tags.
2d10304e 653 Also check "whatis" on a variable of a typedef'd enum without a tag.
c6d70012 654
f43c2f05
JK
655 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
656 PRMS 1823; the bug still exists but isn't reproduced by this test
657 anymore), and remove rs6000 XFAIL (the bug is fixed).
e726f3b5
JK
658
659 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
660 duplicated from whatis.exp. For those that are left, accept
661 "long", "long int", or "int" for long variables (whatis.exp already
662 has an XFAIL for "int", so no need to fail it here).
663
664 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
665 Deal with GCC's names for types now that GDB uses the compiler's names.
666
667 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
668 setup_xfail's for sunos4. If we #defined the signed keyword away,
669 don't expect GDB to know that char it is signed.
670
671 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
672
0b3c22df
FF
673Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
674
675 * configure.in (configdirs): Add gdb.t24 for C++ tests that
676 should work on any system, regardless of debugging format.
677 * gdb.t21/demangle.exp: Move to gdb.t24.
678 * gdb.t24/demangle.exp: Move from gdb.t21.
679 * gdb.t24/{Makefile.in, configure.in}: New files.
680
681Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
682
683 * configure.in: Do gdb.stabs and C++ tests only for stabs.
684 * gdb.stabs: New directory.
685
8ce07a21
JK
686Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
687
688 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
689 not just "Quit anyway?".
690
27daf1a9
FF
691Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
692
693 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
694 that all setup_xfails are immediately followed by clear_xfails.
695
696Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
697
698 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
699 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
700 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
701 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
702 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
703 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
704 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
705 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
706 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
707 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
708 gdb.t31/chillvars.exp, lib/gdb.exp:
709 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
710 bug-gdb@prep.ai.mit.edu.
711
712Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
713
714 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
715 with 0.0, not integer 0.
716
717Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
718
719 * gdb.t06/break.exp: Update for "Kill the program" message change.
720
fb40210a
FF
721Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
722
723 * Makefile.in (GDBFLAGS): Set to -nx.
724 * Makefile.in (site.exp): Use GDBFLAGS.
725
c1fb4e49
RP
726Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
727
728 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
729 Makefiles.
ab8603ea
RP
730 (check): depend on just-check.
731 (just-check): added so that tests can be run without a noop
732 build pass.
c1fb4e49
RP
733
734Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
735
736 Switch to using configure's configdirs.
737 * Makefile.in (Makefile): add configure.in dependency.
738 (SUBDIRS): removed redundant assignment.
739 * configure.in: switch subdirs assignment to configdirs.
740 * gdb.t*/configure.in: new files.
741
5959dcea
ILT
742Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
743
744 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
745 works.
746
fbc3492c
FF
747Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
748
749 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
750 in explicit rules. Apparently this is not supported by some makes.
751
512e5f94
JG
752Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
753
754 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
755
987b4233
PS
756Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
757
758 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
759 disappeared.
760
acb771de
JG
761Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
762
763 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
764
a08317af
FF
765Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
766
767 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
768 watchpoint problem that is now fixed.
769 * gdb.t30/chexp.exp: Remove setup_xfail for printing
770 uninitialized convenience variables.
771 * gdb.t31/chillvars.exp: Fix expected patterns for printing
772 structures.
773
774Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
775
776 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
777 which causes expect to get out of sync with gdb on long output
778 from help set.
779 * gdb.t09/corefile.exp: Make expected pattern for core file
780 failing signal and frame output format less sun specific.
781
b54a2f2d
PB
782Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
783
784 * gdb.t31/chillvars.exp: Add and remove initial dummy
785 breakpoint, so that symbol table is forced in.
786 (Needed at least on Sunos4, though it seems not SVR4.)
787 * gdb.t31/chillvars.exp: Update for changed output format.
788
ce307257
RS
789Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
790
791 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
792
793Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
794
795 * Makefile.in: Added --srcdir when invoking runtest, removed the
796 need for a local config file. (optional now)
797
bee218aa
FF
798Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
799
800 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
801 failure count used to force early termination. Add some more
802 expected failures for gnu style demangling.
803
804Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
805
806 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
807 pmi variable from gdb.t20/gdbme to get optimized away.
808 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
809 Check for written corefile upon timeout _and_ eof.
810
1096d1de
PS
811Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
812
813 * config/unix-gdb.exp: Add missing return 0.
814
72ea43e6
PS
815Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
816
817 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
818 test termination.
819
7007db96
FF
820Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
821
822 * configure.in (subdirs): Put back gdb.t17 which mysteriously
823 disappeared.
824
63305a73
FF
825Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
826
7007db96
FF
827 * gdb.t10/crossload.exp: Disable the i860-elf test until such
828 time as i860 support works.
829
63305a73
FF
830 * gdb.t15/funcargs.exp: Fix expected outputs to include
831 "backtrace 100\r" rather than just "backtrace\r", to match last
832 change.
833
5f2912cc
ILT
834Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
835
836 * config/udi-gdb.exp (gdb_exit): Remove close command.
837 (gdb_target_udi): New procedure to set the UDI target.
838 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
839 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
840 Added waits for prompts after several question responses. Added
841 some more responses used by a29k-amd-udi-gdb.
842 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
843 pass different arguments, restart UDI connection after program
844 completion.
845 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
846 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
847 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
848 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
849 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
850 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
851 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
852 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
853 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
854 after program completion.
855 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
856 compiled with a SELECT_VECS setting.
857 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
858 infinite recursion.
859
860 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
861 Added checks for COFF results, and made them expected failures for
862 all targets. It would be better to make them expected failures
863 for COFF targets only.
864
21ce979a
DZ
865Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
866
867 * Makefile.in: add null dvi target, don't bother to recurse
ebc0f582
DZ
868 through test directories for info and install-info; rename
869 $(datadir) to be dejagnu instead of deja-gnu
21ce979a 870
214aa244
FF
871Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
872
214aa244
FF
873 * gdb.t31/gdbme.ch: Re-enable code that previously caused
874 compiler to coredump.
875 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
876 code.
214aa244 877
bfb33935
FF
878Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
879
bfb33935
FF
880 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
881 coredump.
882 * gdb.t31/chillvars.exp: Comment out tests that depend on that
883 code.
bfb33935 884
3d0bd7d3
RS
885Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
886
887 * gdb.t03/ptype.exp: tests for return code from gdb_test.
888 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
889 which in a shell. Deletes xgdb when done.
890 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
891 Tests the return from the "set height" or "set width" commands.
892 Added a few return codes where needed.
893
bc803007
FF
894Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
895
04fb224c
FF
896 * Makefile.in (SUBDIRS): Add gdb.t17.
897 * configure.in (subdirs): Add gdb.t17.
bc803007
FF
898 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
899 files to test gdb's calling of functions in the inferior with
900 the correct arguments and gdb's ability to retrieve any
901 result returned.
902
400b81b5
FF
903Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
904
905 * config/unix-gdb.exp (gdb_exit): Remove close commands that
906 may be called after gdb goes away. Previous versions of expect
907 needed these to avoid file descriptor leaks, but they cause
908 errors with the current revision of expect.
909 * gdb.t00/gdbvars.exp: Use -re on expected output after
910 setting sevenbit-strings.
911 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
912 to set sevenbit-strings consistent across tests.
400b81b5
FF
913 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
914 set sevenbit-strings consistent across tests.
400b81b5 915
96b99583
FF
916Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
917
918 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
919 expected output to match current "expect" expectations.
920
d3b43da8
FF
921Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
922
923 * gdb.t00/default.exp: Change expected output for default "source"
924 command, to match new gdb behavior which requires a filename to
925 source.
926
fa5366da
FF
927Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
928
929 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
930 expected fail for i486-*-* that misses the marker2 function.
931 * gdb.t10/crossload.exp (bfddefault): Allow successful
932 recognition of a format to pass even if no symbols are found.
933 Explicitly catch failures where the format is not recognized
934 or is ambiguous, and add the reason to the fail message.
935 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
936 the cause is and invalid target and add reason to failure message.
937 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
938 elf32-i386, elf32-sparc, and elf32-i860.
939 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
940 Set up expected failure for 'filename'::variable scope resolution,
941 which is now apparently broken on all targets.
942 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
943 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
944 gdb.t23/templates.exp: Change failure for missing binfile into
945 just a warning.
946 gdb.t21/demangle.exp: Change all cfront references to 'arm'
947 references.
948
949Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
950
951 * gdb.t00/default.exp: Add expected output for default "source"
952 command, to match new gdb behavior.
953 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
954
1be6caef
RS
955Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
956
957 * config/*-gdb.exp: returns an error, rather than exiting on
958 internal errors.
959
960Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
961
962 * gdb.t03/gdbme.c: Add pointer to struct variable.
963 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
964 referencing struct members.
965
01cec5c8
ILT
966Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
967
1be6caef
RS
968 * configure.in (mips-idt-ecoff): New target.
969 * config/mips-gdb.exp: New file for remote board using MIPS remote
970 debugging protocol.
971
01cec5c8
ILT
972 * Redid configuration scheme. Removed gdb.t*/configure.in.
973 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
974 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
975 distclean targets. Built executables via .o files. Adjusted
976 tests to account for source files in $(srcdir) rather than
977 $(objdir).
978 * lib/gdb.exp (runto): Don't expect () after the function name,
979 because it may have arguments.
980
5b272a2d
ILT
981Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
982
983 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
984 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
985 expected failures for mips-idt-* and mips-sgi-*.
986 * gdb.t00/default.exp (attach): Kill process if requested.
987 * gdb.t00/help.exp (help target core, help target): Accept a gdb
988 that does not read core files.
989 * gdb.t01/run.exp: Removed checks for exit status code.
990 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
991 it is linked in.
992 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
993 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
994 appropriate, rather than doing it by hand.
995 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
996 execution.
997 * gdb.t10/crossload.exp: Kill existing program if needed.
998 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
999 appropriate, rather than doing it by hand. Always increase
1000 timeout for this test, not just for VxWorks.
1001
16aa4b53
FF
1002Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
1003
16aa4b53
FF
1004 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
1005 of Chill STRUCT types and STRUCT values.
1006 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
1007 than "char".
1008 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
1009 struct2): New struct definitions and initializations to test
1010 simple Chill STRUCT types.
16aa4b53 1011
ff7f25de
FF
1012Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
1013
1014 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
1015 the null byte at the end of strings.
1016 * gdb.t00/default.exp: Make show version insensitive to copyright
1017 date.
1018 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
1019 to avoid dependencies on target char signedness.
1020 * gdb.t16/printcmds.exp: Update expected results for explicitly
1021 unsigned char.
1022 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
1023 now work.
1024 * gdb.t21/demangle.exp: Add many more patterns for template
1025 demangling, most of them being expected failures.
1026 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
1027 string we are matching for, to match on the whole string.
1028 * gdb.t21/demangle.exp: Add many new test strings to demangle,
1029 and fix a whole bunch that had incorrect expected output but were
1030 passing anyway because of the bug in "proc demangle".
ff7f25de
FF
1031 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
1032 type.
1033 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
ff7f25de 1034
bf3d2b75
MW
1035Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
1036
1037 * gdb/testsuite: made modifications to testcases, etc., to allow
1038 them to work properly given the reorganization of deja-gnu and the
1039 relocation of the testcases from deja-gnu to a "tool" subdirectory.
1040
19fa4a0a
MW
1041Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
1042
1043 * gdb/testsuite: Initial creation of gdb/testsuite.
1044 Migrated dejagnu testcases and support files for testing nm to
1045 gdb/testsuite from deja-gnu. These files were moved "as is"
1046 with no modifications. This migration is part of a major overhaul
1047 of dejagnu. The modifications to these testcases, etc., which
1048 will allow them to work with the new version of dejagnu will be
1049 made in a future update.
1050
This page took 0.120659 seconds and 4 git commands to generate.