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