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