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