import gdb-19990504 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
b83266a0
SS
11999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2
3 * gdb.base/call-ar-st.exp: Fix one regular expression in test
4 output.
5
6 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
7 * gdb.base/annota2.exp: New file. More annotation tests.
8 * gdb.base/annota1.c: New file. Source file for annota1.exp.
9 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
10
111999-04-23 Angela Marie Thomas <angela@cygnus.com>
12
13 * config/cfdbug.exp: New file.
14
7a292a7a
SS
151999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
16
17 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
18 Marcus Daniel's and Dale Hawkins's demangler crashes.
19
20 * gdb.c++/demangle.exp (test_gnu_style_demangling,
21 test_lucid_style_demangling, test_arm_style_demangling,
22 test_hp_style_demangling): Try Tom Tromey's core-dumping
23 identifier under each demangling style.
24
251999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
26
27 * gdb.c++/demangle.exp: Include the current demangling style
28 in all test names.
29 (current_demangling_style): New global variable.
30 (set_demangling_style, test_demangling_core, test_demangling,
31 test_demangling_exact): New functions.
32 (test_gnu_style_demangling, test_lucid_style_demangling,
33 test_arm_style_demangling, test_hp_style_demangling): Use those,
34 instead of calling gdb_test and gdb_test_exact directly.
35 (catch_demangling_errors): New function, which reports errors
36 signalled by the demangling test functions in an orderly way.
37 (do_tests): Use catch_demangling_errors.
38
391999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
40
41 * gdb.base/signals.exp (test_handle_all_print): Use () for
42 grouping in expressions, not {}.
43
44 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
45 initialized yet.
46
471999-04-01 Stan Shebs <shebs@andros.cygnus.com>
48
49 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
50 are listed.
51
521999-03-26 Stan Shebs <shebs@andros.cygnus.com>
53
54 * gdb.stabs/weird.exp: Test for CC being defined before
55 looking at its value.
56
571999-03-25 Stan Shebs <shebs@andros.cygnus.com>
58
59 * gdb.base/call-ar-st.exp: Remove stray '#'.
60 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
61 "short int" and "long int".
62 * gdb.c++/overload.cc: Cast the string added in the previous
63 change, to mollify finicky HP compiler.
64 * gdb.hp/reg-test.exp (testfile): Fix file name.
65 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
66
67 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
68 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
69 alternate form of enum ptype.
70
c906108c
SS
711999-03-23 Stan Shebs <shebs@andros.cygnus.com>
72
7a292a7a
SS
73 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
74 * gdb.hp/*.exp: Change all to run compiler probe only after
75 passing skip_hp_tests, so as not to waste time on guaranteed
76 failure.
77
c906108c
SS
78 * gdb.c++/overload.cc: Pass string instead of char addr, always
79 init ccpfoo.
80 * gdb.c++/templates.cc: Fix syntax error.
81
7a292a7a
SS
82Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
83
84 * gdb.base/commands.exp: Add test for correct position of '>'
85 when issuing the 'commands' command after a 'while' or 'if'
86 command.
87
881999-03-18 James Ingham <jingham@cygnus.com>
89
90 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
91
92 * gdb.c++/method.exp: It was testing an uninitialized int on the
93 stack and assuming it was positive.
94
95 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
96
97 * gdb.base/step-test.exp: Catch a case where finish is broken and
98 keep it from killing the rest of the tests.
99 Use gdb_continue_to_end.
100
101 * gdb.base/sigall.exp: use gdb_continue_to_end.
102
103 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
104
105 * gdb.base/display.exp: use runto_main, not run.
106
107 * gdb.base/default.exp: Check for the current error message in the
108 r abbreviation test.
109 Add strongarm to the targets that know info float.
110
111 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
112 run which doesn't work with monitors.
113
114 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
115
116 * gdb.base/break.exp: use the gdb_continue_to_end proc.
117
118 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
119 program. Traps the case (in Cygmon) when the program never really
120 exits. Same as Mark's continue_to_exit, but I had put it in a lot
121 more places, so I used my name. Sorry Mark...
122
123 * config/monitor.exp (gdb_target_monitor): added another
124 target_info parameter: remotebinarydownload. This will set the
125 remotebinarydownload flag if this is causing some boards trouble.
126
1271999-03-18 Mark Salter <msalter@cygnus.com>
128
129 * lib/gdb.exp (continue_to_exit): New function.
130
131 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
132 * gdb.base/ending-run.exp: Ditto.
133 * gdb.base/step-test.exp: Ditto.
134
1351999-03-16 Stan Shebs <shebs@andros.cygnus.com>
136
137 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
138 (suggested by Art Haas <ahaas@neosoft.com>).
139
1401999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
141
142 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
143
144Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
145
146 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
147 descriptions of types (short unsigned int vs unsigned short, etc).
148
1491999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
150
151 * gdb.base/call-strs.exp: Don't assume that `step' will step over
152 a call to strlen; sometimes we do have sources.
153
1541999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
155
156 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
157 character, so GDB won't print garbage after its end.
158
159 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
160 breakpoint there instead. Sometimes GCC emits memcpy to handle
161 the large structures being passed by value, so we step into that
162 instead of sum_array_print, which obscures what we're really testing.
163 * gdb.base/step-test.exp: However, we do want a test that notices
164 the bizarre steps into memcpy, so do that here. Add check for
165 stepping into function calls that pass large structures by value.
166 ("Is that a noun clause, or are you just happy to see me?")
167 Remove all references to specific line numbers.
168 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
169 New type and function.
170 (main): Call large_struct_by_value, passing it a large struct by value.
171 * lib/gdb.exp (gdb_get_line_number): New function.
172
173 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
174 more portable.
175
7a292a7a
SS
1761999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
177
c906108c
SS
178 * lib/gdb.exp: Doc fixes.
179
7a292a7a
SS
1801999-03-05 Nick Clifton <nickc@cygnus.com>
181
182 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
183
1841999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
185
c906108c
SS
186 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
187 commands. They're not germane to this test, and they don't work
188 that way on remote targets.
189
7a292a7a
SS
1901999-02-25 Felix Lee <flee@cygnus.com>
191
192 * lib/gdb.exp (debug_format): initialize
193
c906108c
SS
1941999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
195
196 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
197 * gdb.base/call-rt-st.c: Ditto.
198
c906108c
SS
1991999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
200
201 * gdb.threads/pthreads.exp (horiz): New variable.
202 (test_startup): Fix regexps that capture thread numbers.
203
2041999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
205
206 * gdb.base/smoke.exp: Disambiguate two test case names (both
207 called ``print'').
208
209Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
210
211 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
212 compilation.
213
2141999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
215
216 * gdb.base/miscexprs.exp: Change patterns to match GDB's
217 actual output formatting.
218 * gdb.base/smoke.exp: GDB removes leading 0's.
219 * gdb.base/volatile.exp: Don't check type of remuneration;
220 that variable is no longer defined in constvars.c.
221 * gdb.base/step-test.c (main): Exit with explicit exit code.
222 * gdb.base/step-test.exp: Remove two nexti checks--they are
223 not portable.
224
2251999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
226
227 * gdb.base/help.exp ("help delete display"): Fix test to match
228 gdb's output.
229
230 * gdb.base/long_long.c (known_types): Initialize values to zero.
231 * gdb.base/long_long.exp: Step one more line
232 so 'dec' is initialized in "get to known place". GDB removes
233 leading zeros. Explicitly ask for hex formatting. Use
234 unique test case names.
235
236Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
237
238 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
239
240 * gdb.c++/method.exp: Add missing close brace.
241
2421999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
243
244 * gdb.base/maint.exp: Use 'set height 0' to disable page
245 prompting, not 'set height 400'.
246
247 Fix a bunch of timeouts.
248 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
249 four separate tests, so expect doesn't take forever to match a ton
250 of text against a regexp with lots of .* forms.
251 ("maint print psymbols", "maint print symbols"): Make some of
252 these greps more selective, so that expect doesn't try to wade
253 through huge piles of output and time out.
254
255 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
256
257 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
258 tests: one which doesn't expect shlib events to be reported, and
259 another which does, but is XFAIL for all platforms other than
260 HP/UX.
261
262 * gdb.base/break.exp: Teach the test suite that the `catch
263 fork', `catch vfork', and `catch exec' commands produce error
264 messages on platforms that don't provide these features.
265
266Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
267
268 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
269 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
270 (shortening names from solib_threshold.exp etc), won't run on
271 anything but HP-UX for the foreseeable future.
272 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
273 reflect move.
274
275Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
276
277 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
278 gdb.trace/Makefile.in (clean): Remove all test executables.
279
280Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
281
282 * gdb.base/shlib-call.exp: add test cases to verify that gdb
283 successfully re-sets breakpoints in shared libraries.
284 * gdb.base/shmain.c (main): return 0, don't fall off the end.
285
286Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
287
288 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
289 and compiled w/o GCC.
290
291 * gdb.hp/watch-cmd.exp: ditto.
292
293 * gdb.hp/watch-hp.exp: ditto.
294
295 * gdb.hp/xdb1.exp: ditto.
296
297 * gdb.hp/xdb2.exp: ditto.
298
299 * gdb.hp/dbx.exp: ditto.
300
301Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
302
303 * constvars.c: Remove C++-isms.
304 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
305 with GCC.
306
307Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
308
309 The following changes are part of the HP merge.
310
311 * gdb.base/break.exp: new tests to verify that catchpoints for
312 fork, vfork, and exec don't trigger inappropriately.
313
314 * gdb.base/opaque.exp: compile one file at a time, then link.
315
316 * gdb.base/signals.exp: be more restrictive about which hppa
317 systems receive a setup_xfail. new tests.
318
319 * gdb.base/solib_threshold.build: new file.
320 * gdb.base/solib_threshold.exp: new file.
321 * gdb.base/solib_threshold.link_opts: new file.
322 * gdb.base/solib_threshold.mk: new file.
323 * gdb.base/gen_solib_threshold.c: new file.
324
325 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
326 tests. New tests for enums inside classes.
327
328 * gdb.c++/compiler.cc: indicate support of template debugging.
329
330 * gdb.c++/demangle.exp: run hp style demangling tests.
331
332 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
333 tests.
334
335 * gdb.c++/misc.cc: changes to support new tests.
336
337 * gdb.c++/templates.cc: changes to support HP's compiler; changes
338 to support new tests.
339
340 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
341 gcc, then skip these tests.
342
343Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
344
345 The following files are part of the HP merge; some had longer
346 names at HP, but have been renamed to be no more than 14
347 characters in length.
348
349 * gdb.hp/ambiguous.cc: new file.
350 * gdb.hp/ambiguous.exp: new file.
351 * gdb.hp/attach.exp: new file.
352 * gdb.hp/attach2.exp: new file.
353 * gdb.hp/classes-hp.exp: new file.
354 * gdb.hp/ctti.exp: new file.
355 * gdb.hp/ctti-add.cc: new file.
356 * gdb.hp/ctti-add1.cc: new file.
357 * gdb.hp/ctti-add2.cc: new file.
358 * gdb.hp/ctti-add3.cc: new file.
359 * gdb.hp/dbx.exp: new file.
360 * gdb.hp/exception.cc: new file.
361 * gdb.hp/exception.exp: new file.
362 * gdb.hp/foll-exec.c: new file.
363 * gdb.hp/foll-exec.exp: new file.
364 * gdb.hp/foll-fork.c: new file.
365 * gdb.hp/foll-fork.exp: new file.
366 * gdb.hp/foll-vfork.c: new file.
367 * gdb.hp/foll-vfork.exp: new file.
368 * gdb.hp/inherit-hp.exp: new file.
369 * gdb.hp/more-steps.exp: new file.
370 * gdb.hp/namespace.cc: new file.
371 * gdb.hp/namespace.exp: new file.
372 * gdb.hp/optimize.exp: new file.
373 * gdb.hp/pxdb.c: new file.
374 * gdb.hp/pxdb.exp: new file.
375 * gdb.hp/quicksort.exp: new file.
376 * gdb.hp/reg-test.exp: new file.
377 * gdb.hp/reg-test.s: new file.
378 * gdb.hp/sized-enum.c: new file.
379 * gdb.hp/sized-enum.exp: new file.
380 * gdb.hp/start-stop.exp: new file.
381 * gdb.hp/templ-hp.cc: new file.
382 * gdb.hp/templ-hp.exp: new file.
383 * gdb.hp/thr-lib.c: new file.
384 * gdb.hp/thr-lib.exp: new file.
385 * gdb.hp/thr-lib.h: new file.
386 * gdb.hp/thr-liblib.c: new file.
387 * gdb.hp/virtfun-hp.c: new file.
388 * gdb.hp/virtfun-hp.exp: new file.
389 * gdb.hp/watch-cmd.exp: new file.
390 * gdb.hp/watch-hp.exp: new file.
391 * gdb.hp/xdb1.exp: new file.
392 * gdb.hp/xdb2.exp: new file.
393 * gdb.hp/xdb3.exp: new file.
394
395Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
396
397 The following files are part of the HP merge; some had longer
398 names at HP, but have been renamed to be no more than 14
399 characters in length.
400
401 * gdb.base/ss.h: new file.
402 * gdb.base/call-ar-st.c: new file.
403 * gdb.base/call-ar-st.exp: new file.
404 * gdb.base/call-rt-st.c: new file.
405 * gdb.base/call-rt-st-exp: new file.
406 * gdb.base/call-strs.exp: new file.
407 * gdb.base/ena-dis-br.exp: new file.
408 * gdb.base/environ.exp: new file.
409 * gdb.base/long_long.exp: new file.
410 * gdb.base/sect-cmd.exp: new file.
411 * gdb.base/shlib-cl2.exp: new file.
412 * gdb.base/smoke.exp: new file.
413 * gdb.base/so-impl-ld.c: new file.
414 * gdb.base/so-impl-ld.exp: new file.
415 * gdb.base/so-indr-cl.c: new file.
416 * gdb.base/so-indr-cl.exp: new file.
417 * gdb.base/varargs.exp: new file.
418 * gdb.base/volatile.exp: new file.
419 * gdb.base/whatis-exp.exp: new file.
7a292a7a 420 * gdb.base/display.exp: new file.
c906108c
SS
421 * gdb.c++/derivation.exp: new file.
422 * gdb.c++/local.exp: new file.
423 * gdb.c++/member-ptr.exp: new file.
424 * gdb.c++/overload.exp: new file.
425 * gdb.c++/ovldbreak.exp: new file.
426 * gdb.c++/ref-types.exp: new file.
427 * gdb.c++/ref-types2.exp: new file.
428 * gdb.c++/userdef.exp: new file.
429
430Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
431
432 * gdb.base/default.exp: Reflect wording change in remote.c.
433
434Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
435
436 * gdb.base/help.exp: Update to reflect current text.
437
438Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
439
440 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
441 they're stack variables and contain garbage.
442 * gdb.c++/anon-union.exp: new file.
443
444 The following changes were made by David Taylor
445 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
446 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
447 in changes by HP.
448
449 * gdb.base/bitops.exp: new file.
450 * gdb.base/default.exp: change expected messages for catch and
451 info catch tests to reflect HP merge changes.
452 * gdb.base/enable-disable-break.exp
453 * gdb.base/ending-run.c: new file.
454 * gdb.base/long_long.c: new file.
455 * gdb.base/maint.exp: new file.
456 * gdb.base/pointers2.exp: new file.
457 * gdb.base/shlib-call2.exp: new file.
458 * gdb.base/solib.exp: new file.
459 * gdb.base/step-test.c: new file.
460 * gdb.c++/anon-union.cc: new file.
461 * gdb.c++/local.cc: new file.
462 * gdb.c++/member-pointer.cc: new file.
463 * gdb.c++/method.cc: new file.
464 * gdb.c++/ref-types.cc: new file.
465 * gdb.c++/ref-types2.cc: new file.
466 * gdb.c++/userdef.cc: new file.
467
468 * gdb.base/scope.exp: compile one file at a time, then link.
469 * gdb.base/langs.exp: ditto.
470 * gdb.base/list.exp: ditto.
471
472Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
473
474 The following changes were made by David Taylor
475 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
476 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
477 in changes by HP.
478
479 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
480 skip tests. When compiling pass c++ flag to gdb_compile.
481 * gdb.c++/
482
483 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
484 test for on hppa*-*-hpux*; use args to see if c++ was specified.
485 (skip_hp_tests): new function.
486 (gdb_preprocess): new function.
487
488 * configure.in (hpdir): decide whether to configure gdb.hp.
489 * configure: regenerated.
490
491 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
492 to delete on clean.
493 (EXECUTABLES): update to reflect new additions.
494 * gdb.base/commands.exp: update message expected.
495 * gdb.base/default.exp: add copyright notice.
496 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
497 * gdb.base/help.exp: update messages to reflect current text.
498 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
499 targets for recurse tests.
500 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
501 skip this file.
502
503 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
504 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
505 compilation.
506 * gdb.c++/misc.exp: ditto.
507 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
508 run the tests. tell gdb_compile that it's a c++ compilation.
509
510 * gdb.threads/pthreads.exp: fix typo in message.
511
512 * gdb.base/all-bin.exp: new file.
513 * gdb.base/arithmet.exp: new file.
514 * gdb.base/assign.exp: new file.
515 * gdb.base/completion.exp: new file.
516 * gdb.base/cond-expr.exp: new file.
517 * gdb.base/condbreak.exp: new file.
518 * gdb.base/define.exp: new file.
519 * gdb.base/dollar.exp: new file.
520 * gdb.base/environment.exp: new file.
521 * gdb.base/eval-skip.exp: new file.
522 * gdb.base/jump.exp: new file.
523 * gdb.base/logical.exp: new file.
524 * gdb.base/pointers.exp: new file.
525 * gdb.base/relational.exp: new file.
526 * gdb.base/section_command.exp: new file.
527 * gdb.base/whatis-expr.exp: new file.
528
529 * gdb.base/all-types.c: new file.
530 * gdb.base/call-array-struct.c: new file.
531 * gdb.base/call-return-struct.c: new file.
532 * gdb.base/call-strings.c: new file.
533 * gdb.base/callfuncs2.c: new file.
534 * gdb.base/condbreak.c: new file.
535 * gdb.base/constvars.c: new file.
536 * gdb.base/display.c: new file.
537 * gdb.base/int-type.c: new file.
538 * gdb.base/jump.c: new file.
539 * gdb.base/miscexprs.c: new file.
540 * gdb.base/pointers.c: new file.
541 * gdb.base/pointers2.c: new file.
542 * gdb.base/shmain.c: new file.
543 * gdb.base/shr1.c: new file.
544 * gdb.base/shr2.c: new file.
545 * gdb.base/solib.c: new file.
546 * gdb.base/solib1.c: new file.
547 * gdb.base/solib2.c: new file.
548 * gdb.base/varargs.c: new file.
549 * gdb.c++/derivation.cc: new file.
550 * gdb.c++/overload.cc: new file.
551 * gdb.c++/ovldbreak.cc: new file.
552 * gdb.hp/attach.c: new file.
553 * gdb.hp/attach2.c: new file.
554 * gdb.hp/average.c: new file.
555 * gdb.hp/compiler.c: new file.
556 * gdb.hp/compiler.cc: new file.
557 * gdb.hp/execd-program.c: new file.
558 * gdb.hp/follow-exec.c: new file.
559 * gdb.hp/follow-fork.c: new file.
560 * gdb.hp/follow-vfork-and-exec.c: new file.
561 * gdb.hp/misc-hp.cc: new file.
562 * gdb.hp/more-steps.c: new file.
563 * gdb.hp/optimize.c: new file.
564 * gdb.hp/quicksort.c: new file.
565 * gdb.hp/run-hp.c: new file.
566 * gdb.hp/start-stop.c: new file.
567 * gdb.hp/sum.c: new file.
568 * gdb.hp/templates-hp.cc: new file.
569 * gdb.hp/thread-local-in-lib.c: new file.
570 * gdb.hp/thread-local-in-lib.h: new file.
571 * gdb.hp/thread-local-in-lib.lib.c: new file.
572 * gdb.hp/vforked-program.c: new file.
573 * gdb.hp/virtfunc-hp.cc: new file.
574 * gdb.hp/watchpoint-hp.c: new file.
575 * gdb.hp/xdb.c: new file.
576 * gdb.hp/xdb0.c: new file.
577 * gdb.hp/xdb0.h: new file.
578 * gdb.hp/xdb1.c: new file.
579
580Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
581
582 The following change was made by Edith Epstein
583 <eepstein@cygnus.com> as part of a project to merge in changes
584 originally made by HP; HP did not create ChangeLog entries.
585
586 * gdb.c++/demangle.exp: changed the expected output for some
587 ARM-style mangling -- removed second reference to datatype.
588 For example, maint demangle __dt__11T1__pt__2_cFv
589 T1<char>::~T1<char>(void)
590 becomes,
591 maint demangle __dt__11T1__pt__2_cFv
592 T1<char>::~T1(void)
593
594 (test_hp_style_demangling): new hp specific demangling test cases.
595
596Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
597
598 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
599 * gdb.trace/backtrace.exp: Likewise.
600 * gdb.trace/circ.exp: Likewise.
601 * gdb.trace/collection.exp: Likewise.
602 * gdb.trace/deltrace.exp: Likewise.
603 * gdb.trace/infotrace.exp: Likewise.
604 * gdb.trace/limits.exp: Likewise.
605 * gdb.trace/packetlen.exp: Likewise.
606 * gdb.trace/passc-dyn.exp: Likewise.
607 * gdb.trace/passcount.exp: Likewise.
608 * gdb.trace/report.exp: Likewise.
609 * gdb.trace/save-trace.exp: Likewise.
610 * gdb.trace/tfind.exp: Likewise.
611 * gdb.trace/tracecmd.exp: Likewise.
612 * gdb.trace/while-dyn.exp: Likewise.
613 * gdb.trace/while-stepping.exp: Likewise.
614
6151998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
616
617 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
618
619Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
620
621 From Brendan Kehoe:
622 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
623 int return types.
624
625Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
626
627 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
628 remote dos host testing right.
629
630Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
631
632 * gdb.base/corefile.exp: remove some xfails.
633
634Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
635
636 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
637 have different timestamps.
638
639Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
640
641 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
642 gdb.base/default.exp: Replace "exec" with "executable".
643
644Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
645
646 * gdb.base/default.exp: Change else if to elseif from previous
647 delta.
648
649Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
650
651 * gdb.base/default.exp: Add brace missing from previous delta.
652
653Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
654
655 * gdb.base/default.exp: Support test for info float for all
656 varieties of arm toolchain.
657
658Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
659
660 * gdb.trace/*.exp: remove "remote_download" command.
661
662Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
663
664 * gdb.trace/*.exp: remove -gdwarf from compile.
665
666Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
667
668 * gdb.trace/configure.in(AC_INIT): typo
669 * gdb.trace/configure: regenerated
670
671Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
672
673 * config/m68k-emc.exp: New file.
674 * lib/<emc-support.exp trace-support.exp}: New files.
675 * configure.in: add new test directory gdb.trace.
676 * gdb.trace/{configure configure.in Makefile.in}: New files.
677 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
678 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
679 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
680 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
681 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
682 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
683 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
684
685Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
686
687 * gdb.c++/classes.exp: Change all regular expressions to match
688 arbitrary combinations of newline/carriage-return, so that they
689 will work equally well on Unix and Windows.
690 * gdb.c++/inherit.exp: ditto.
691 * gdb.c++/virtfunc.exp: ditto.
692
6931998-08-11 Dawn Perchik <dawn@cygnus.com>
694
695 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
696
6971998-07-11 Felix Lee <flee@cygnus.com>
698
699 * gdb.base/callfuncs.exp: add cmp10 test.
700 * gdb.base/callfuncs.c (cmp10): new function.
701
702Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
703
704 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
705 into two parts to get around a synchronization problem in expect.
706
7a292a7a 707
c906108c
SS
708Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
709
710 * gdb.fortran/types.exp: Escape brackets in expect patterns
711 for test_float_literal_types_accepted tests.
712 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
713 before run test.
714
7151998-06-25 Felix Lee <flee@cygnus.com>
716
717 * gdb.base/setshow.exp: make sure $pc is sane.
718
719 * gdb.stabs/weird.exp: split expect patterns properly.
720
721Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
722
723 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
724 match processing (and eliminate spurious timeouts when running).
725
726Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
727
728 * gdb.base/signals.exp (test_handle_all_print): put back Mach
729 exception test, but conditionalize it on target [mach | gnu].
730
731Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
732
733 * gdb.base/overlays.exp: fixup compile line for linker script.
734
735Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
736
737 * gdb.fortran/types.exp: don't guess at float size.
738
739Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
740
741 * gdb.base/exprs.exp: delete test that depends on int size.
742
743Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
744
745 * config/sim.exp: Removed checks for target triplets.
746 (gdb_target_sim): Use gdb,target_sim_options.
747
748Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
749
750 * gdb.base/reread.exp: New file.
751 * gdb.base/reread1.c: New file.
752 * gdb.base/reread2.c: New file.
753
754Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
755
756 * config/sim.exp: Use 'target sim -sparclite' when running
757 SPARClite programs.
758
759Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
760
761 * gdb.base/structs2.exp: New file.
762 * gdb.base/structs2.c: New file.
763
764Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
765
766 * gdb.asm/common.inc: New file.
767 * gdb.asm/d10v.inc: New file.
768 * asm-source.exp: Pass -I's to gas to find .inc files.
769 Update line numbers in expected output.
770 * asmsrc1.s: Rewrite.
771 * asmsrc2.s: Rewrite.
772 * configure.in: Create arch.inc symlink.
773 * configure: Regenerate.
774 * Makefile.in (distclean): Delete arch.inc.
775
776Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
777
778 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
779 (t_enum_value2): ditto
780 (t_enum_value3): ditto
781 (main): ditto
782Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
783
784 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
785 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
786 change.
787 Use gdb_test instead of send_gdb/gdb_expect sequences.
788
789Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
790
791 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
792 not void.
793
794Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
795
796 * gdb.base/branches.c: Code with lots of loops and
797 subroutines. Used to test gdbs ability to single step through PC
798 changes, especially to test mips-tdep.c:mips_next_pc
799
800Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
801
802 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
803 more rigorous EGCS C++ error checking.
804
805Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
806
807 * gdb.base/help.exp: Clean up `help set args' and `help show args'
808 tests.
809 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
810 function when asleep.
811 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
812 for i*86 Linux and SVR4 signal handling problems.
813 Remove linux xfail for `next to handler in signals_tests_1', fixed
814 by recent infrun.c change.
815 Limit backtrace to 10 frames to avoid timeout problems with infinite
816 stack backtraces.
817 Adjust expect pattern in `handle all print' test to match Apr 28 1997
818 target.[ch] change.
819
820Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
821
822 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
823 for a newline from gdb before continuing.
824 (default_gdb_exit): Just look for y or n.
825 (gdb_test): Detect abnormal exit from GDB running on DOS; if
826 it does, fail the rests of the tests in the file.
827
828Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
829
830 * config/cygmon.exp: New file.
831
832Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
833
834 * gdb.base/list.exp: Fix problem with "list default lines around
835 main" test on remote targets.
836
837 * gdb.base/scope.exp: Fix problem with filelocal_bss before
838 run test on remote targets.
839
840Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
841
842 * gdb.asm: New directory.
843 * configure.in: Configure it.
844 * configure: Regenerate.
845 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
846 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
847
848Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
849
850 * config/mn10300-eval.exp: New file to support MN10300 eval board.
851
852Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
853
854 * gdb.base/overlays (several files): Merge the two overlay
855 managers into one. Change variables (foox, barx, bazx, grbxx)
856 back into ints but force them to load in their proper sections.
857
858Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
859
860 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
861 on-chip insn memory and IMAP1 to upper 128k.
862 (D10VCopy): Handle memory regions crossing 16k boundaries.
863 (D10VCopy): Transfer data in 32 bit chunks.
864
865Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
866
867 * gdb.base/overlays.c (main): Exit normally when result is
868 correct.
869
870 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
871 map. Include space for printf in .text segment.
872
873 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
874 updated d10v memory VMA/LMA map.
875 (D10VCopy): Call D10VTranslate.
876
877Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
878
879 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
880
881 * gdb.base/bar.c (barx, bar): Change variable to small array so
882 that it won't be put into the .sdata - small data -
883 section. Update reference.
884 * gdb.base/baz.c (bazx, baz): Ditto.
885 * gdb.base/foo.c (foox, foo): Ditto.
886 * gdb.base/grbx.c (grbxx, grbx): Ditto.
887
888 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889 to be arrays.
890
891Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
892
893 * gdb.base/overlays.exp: fix up and get working again.
894 Add tests for backtraces from an overlay function.
895
896Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
897
898 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
899 "calling function with watchpoint enabled".
900
901Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
902
903 * gdb.base/break.exp (test_next_with_recursion): Remove
904 gdb_suppress_tests for d10v-*-*.
905 * lib/gdb.exp (gdb_suppress_tests): Disable this function
906 pending review of whether it is useful or not.
907
908Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
909
910 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
911
912Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
913
914 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
915 * config/dve.exp: New file to support Densan boards.
916
917Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
918
919 * gdb.base/interrupt.exp: Document problem of simulators, signals,
920 reads and BSD.
921
922Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
923
924 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
925 response.
926
927 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
928
929Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
930
931 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
932 test.
933
934 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
935 target_sizeof_long and target_bigendian_p.
936 (structs_by_value, structs_by_reference): Check values according
937 to targets word size and endianess.
938
939Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
940
941 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
942 output.
943
944Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
945
946 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
947 Update test of set args help to match source change.
948
949Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
950
951 * gdb.base/default.exp: Expect help system output to be in
952 alphabetical order.
953 * gdb.base/help.exp: Ditto.
954
955Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
956
957 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
958 "i*86-pc-linux-gnu*".
959 * gdb.base/interrupt.exp: Ditto.
960 * gdb.base/corefile.exp: Ditto.
961
962 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
963 define vxworks when building the testcase.
964
965 * gdb.base/ptype.exp: Fix testnames to be unique.
966 * gdb.base/radix.exp: Ditto.
967 * gdb.base/term.exp: Ditto.
968 * gdb.base/whatis.exp: Ditto.
969 * gdb.c++/classes.exp: Ditto.
970
971Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
972
973 * gdb.base/callfuncs.exp: Fix indentation.
974
975 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
976 suppress_flag has been set.
977 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
978 target feature.
979
980Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
981
982 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
983 the testcase.
984
985 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
986 set_debug_traps() and breakpoint().
987 * gdb.c++/misc.cc (main): Ditto.
988 * gdb.c++/templates.cc (main): Ditto.
989 * gdb.c++/virtfunc.cc (main): Ditto.
990
991Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
992
993 * lib/gdb.exp(gdb_step_for_stub): New function.
994 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
995 exists, reload the executable and do a "continue" instead of
996 doing a jump.
997 (runto_main): Use gdb_step_for_stub.
998
999 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
1000 tests to have unique names.
1001 * gdb.base/callfuncs.exp: Ditto.
1002 * gdb.base/commands.exp: Ditto.
1003 * gdb.base/default.exp: Ditto.
1004 * gdb.base/help.exp: Ditto.
1005 * gdb.base/list.exp: Ditto.
1006 * gdb.base/opaque.exp: Ditto.
1007 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
1008 similar tests.
1009
1010 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
1011 * gdb.c++/cplusfuncs.cc: Ditto.
1012 * gdb.c++/virtfunc.cc: Ditto.
1013
1014 * config/monitor.exp: Keep track of the last file we saw, rather
1015 than trying to get the info from gdb.
1016
1017 * gdb.fortran/types.exp: Move comment to previous line.
1018
1019Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
1020
1021 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
1022 target mode.
1023
1024Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
1025
1026 From Bob Manson:
1027 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
1028 string from GDB when it connects.
1029
1030 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
1031
1032Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
1033
1034 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
1035 if we can't get a debug format from GDB (we may be testing an
1036 older GDB). Use a 10 second timeout when checking for the format.
1037
1038 * gdb.stabs/weird.exp: Fix quoting.
1039
1040 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
1041
1042Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
1043
1044 * config/arm-ice.exp: New file.
1045
1046Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
1047
1048 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
1049 until it has been modified to work with the new testsuite.
1050
1051 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
1052 testcase won't compile, cause all of the testcases in the file to
1053 fail instead.
1054
1055 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
1056 (gdb_clear_suppressed): New procedure.
1057 (gdb_stop_suppressing_tests): Only clear suppress_flag if
1058 it contains a positive value.
1059
1060Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
1061
1062 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
1063
1064 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
1065
1066Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
1067
1068 * lib/gdb.exp (setup_xfail_format): New function.
1069 (get_debug_format): New function to get debug format.
1070 (debug_format): New global variable to hold last value set
1071 by get_debug_format.
1072 * gdb.base/list.exp: Call get_debug_format and expect some
1073 tests to fail for DWARF 1 and COFF formats.
1074 * gdb.c++/ptype.exp: Ditto.
1075 * gdb.c++/classes.exp: Ditto.
1076 * gdb.c++/cplusfuncs.exp: Ditto.
1077 * gdb.c++/inherit.exp: Ditto.
1078 * gdb.c++/templates.exp: Ditto.
1079 * gdb.c++/virtfunc.exp: Ditto.
1080
1081Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
1082
1083 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
1084 host doesn't have a currently-open connection.
1085
1086 * config/sparclet.exp: Cleanups and fixes to make it generic for
1087 any gdb stub target. Handle cases where gdb doesn't respond when
1088 interrupted in a sane fashion.
1089
1090 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
1091 same thing in a totally different way.
1092
1093 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
1094 setting "timeout".
1095 (gdb_start): We set the global gdb_prompt variable in
1096 default_gdb_init now.
1097
1098Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
1099
1100 * gdb.base/printcmds.exp: Fix "check for floating addition"
1101 regexp to accept results within approx +/- .01 of exact value.
1102 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
1103
1104Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
1105
1106 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
1107 properly.
1108 (gdb_expect): Add optional timeout parameter, and add timeout
1109 value to various calls.
1110 (gdb_suppress_tests): Only give one warning message per group.
1111
1112Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
1113
1114 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
1115 global variables. Handle getting a value for $timeout more
1116 gracefully.
1117
1118Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
1119
1120 * lib/gdb.exp: Close connection to remote host if gdb doesn't
1121 initialize.
1122 (default_gdb_init): New procedure; allow gdb_init to be overridden
1123 by a target configuration file.
1124 (gdb_expect): Pass the timeout to remote_expect.
1125
1126 * config/monitor.exp(gdb_load): Fix typo in regexp.
1127
1128Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
1129
1130 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
1131
1132Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
1133
1134 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
1135 here. Call gdb_target_exec before rebooting the target, to make
1136 sure the connection to the target is closed.
1137 (gdb_load): Pass the name of the executable to gdb_target_monitor.
1138 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
1139 Also detect "Timeout reading from remote" error.
1140
1141 * config/gdbserver.exp: Pass the executable being loaded to
1142 gdb_target_monitor. Don't call gdb_file_cmd here; let
1143 gdb_target_monitor do it.
1144
1145 * gdb.disasm/hppa.exp: Don't use exec_output.
1146
1147Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
1148
1149 * gdb.base/list.exp: If we're debugging a non-native target,
1150 try to set the pc register to point to the start of the
1151 program before doing the first list command.
1152
1153 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
1154 test_calls after restarting.
1155
1156 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
1157 reloading.
1158
1159 * gdb.base/watchpoint.exp: Fix typo.
1160
1161 * gdb.base/setshow.exp: Check for use_gdb_stub.
1162
1163 * gdb.base/break.exp: Fix continue until exit test for the gdb
1164 stub case.
1165 * gdb.base/langs.exp: Ditto.
1166
1167 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
1168 gdb_load_offset. If we weren't given a file to load, figure out
1169 what the current file is and use it.
1170
1171 * config/i386-bozo.exp: New file.
1172
1173Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
1174
1175 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
1176 feature.
1177
1178 * config/proelf.exp: New entry.
1179
1180Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
1181
1182 * lib/gdb.exp: Remove spurious .* patterns at the beginning
1183 of regexps.
1184
1185 * gdb.base/watchpoint.exp: Don't run the test_stepping
1186 tests if gdb can't call functions on the target.
1187
1188 * gdb.base/setshow.exp: Don't run the set prompt tests if
1189 the board has gdb_prompt set.
1190
1191Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
1192
1193 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
1194 * gdb.base/commands.exp: Likewise.
1195 * gdb.base/setshow.exp: Likewise.
1196
1197Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
1198
1199 * config/monitor.exp(gdb_start): Look for gdb_prompt target
1200 feature.
1201
1202 * config/i960.exp: New file.
1203
1204Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
1205
1206 * gdb.base/funcargs.exp: Check for gdb,short_int target
1207 feature instead of looking for explicit target triplets.
1208
1209Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
1210
1211 * gdb.base/printcmds.exp: add a couple more tests a la
1212 "p 123DEADBEEF", to check parse_number.
1213 * top.c: change "to enable to enable" to "to enable" in a couple
1214 of help strings.
1215
1216Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
1217
1218 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
1219 on the mn10300.
1220
1221Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
1222
1223 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
1224 where the test executable is run with explicit args.
1225 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
1226
1227Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
1228
1229 * gdb.base/run.c: Use FAKEARGV to build test executable that
1230 does not require a command line arg, since most simulators
1231 don't currently support passing such an arg into the simulated
1232 program.
1233 * gdb.base/commands.exp: Change tests to insert the proper
1234 value as the arg to the first recursive factorial call. Change
1235 compilation line to define FAKEARGV at compile time.
1236
1237Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
1238
1239 * gdb.base/recurse.exp: Enable these tests for the mn10300.
1240 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
1241 function with watchpoint enabled" test.
1242
1243Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
1244
1245 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
1246 Don't call gdb_test when the command doesn't return to a gdb prompt.
1247
1248 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
1249 "Tests restarted" messages.
1250
1251Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
1252
1253 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
1254
1255Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
1256
1257 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
1258 for INFO SYMBOL; add help tests for OVERLAY commands.
1259 * gdb.base/default.exp: add tests for INFO SYMBOL command;
1260 add tests for OVERLAY commands
1261 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
1262 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
1263 * gdb.base/sigall.c: add usestubs code frag
1264 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
1265
1266Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
1267
1268 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
1269 failures.
1270 (gdb_stop_suppressing_tests): Note that tests have restarted.
1271
1272Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
1273
1274 * config/h8300.exp: New file.
1275
1276Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
1277
1278 * gdb.base/setshow.exp: Check for the existence of a
1279 feature, not its value.
1280
1281Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
1282
1283 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
1284
1285 * gdb.base/scope.exp: It's now init0(), not init().
1286
1287 * gdb.base/scope0.c: For now, change init() to be init0().
1288
1289 * config/monitor.exp: Use gdb_serial in preference to serial
1290 or netport.
1291
1292 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
1293 and it's not already set.
1294
1295Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
1296
1297 * gdb.base/setshow.exp: Only test the run command if the target
1298 isn't using a stub and if it supports argument passing.
1299
1300Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
1301
1302 * config/udi.exp(gdb_start): Make sure UDICONF is set
1303 properly before starting gdb.
1304
1305Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
1306
1307 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
1308 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
1309 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
1310
1311Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
1312
1313 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
1314 specialized code to reboot the board, use remote_reboot instead.
1315
1316 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
1317
1318 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
1319
1320 * config/monitor.exp: Make sure we disconnect from the target.
1321 Also, try a reboot/reload cycle instead of failing if the
1322 load fails.
1323
1324Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
1325
1326 * gdb.base/default.exp: Don't set match_max.
1327 * gdb.base/help.exp: Ditto.
1328 * gdb.base/list.exp: Ditto.
1329 * gdb.base/signals.exp: Ditto.
1330
1331 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
1332 set, use remote_ld to download the testcase instead of
1333 the GDB loader.
1334
1335Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
1336
1337 * config/vr5000.exp: New file.
1338
1339 * config/monitor.exp(gdb_target_monitor): Add pattern for
1340 "Ending remote" to detect errors in connecting.
1341
1342 * gdb.base/setshow.exp: Add .* within auto language test.
1343
1344 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
1345 target feature.
1346
1347 * config/monitor.exp(gdb_load): Check for a failure when loading,
1348 and reboot the board if necessary.
1349
1350 * gdb.base/setvar.exp(test_set): Handle multiple prints within
1351 a set of tests. Remove print.* from the patterns being checked.
1352
1353Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
1354
1355 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
1356 refer to gdb_spawn_id.
1357
1358 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
1359 longer used.
1360 * config/sparclet.exp: Ditto.
1361 * config/sparclet-old.exp: Ditto.
1362 * config/slite.exp: Ditto.
1363 * config/sim.exp: Ditto.
1364 * gdb.base/funcargs.exp: Ditto.
1365
1366 * lib/gdb.exp:Remove references to gdb_spawn_id.
1367 (gdb_expect): Move to remote.exp.
1368
1369Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
1370
1371 * config/monitor.exp: Detect the "Couldn't establish connection"
1372 message from GDB.
1373
1374Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
1375
1376 * gdb.base/bitfields.exp: Use runto instead of explicit
1377 gdb_run_cmd/gdb_expect sequences.
1378
1379 * gdb.base/break.exp(text_next_with_recursion): Add match for
1380 gdb_expect call.
1381
1382 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
1383 We also need to handle the "A program is being debugged already"
1384 prompt from gdb. Use gdb_test to set the baud rate.
1385
1386 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
1387 to 20000. Really. I mean it.
1388
1389Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
1390
1391 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
1392 fails. If suppress_flag is set, skip perror message about not
1393 being able to send to GDB.
1394 (send_gdb): If suppress_flag is set, don't try to send commands to
1395 GDB.
1396 (gdb_expect): If suppress_flag is set, always fail immediately.
1397 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
1398 (gdb_init): Call gdb_stop_suppressing_tests.
1399 (default_gdb_exit): Ditto.
1400 (default_gdb_start): Ditto.
1401
1402 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
1403 gdb_stop_suppressing_tests as appropriate.
1404 * gdb.base/break.exp: Ditto.
1405 * gdb.base/callfuncs.exp: Ditto.
1406 * gdb.base/commands.exp: Ditto.
1407 * gdb.base/exprs.exp: Ditto.
1408 * gdb.base/funcargs.exp: Ditto.
1409 * gdb.base/list.exp: Ditto.
1410 * gdb.base/recurse.exp: Ditto.
1411 * gdb.base/scope.exp: Ditto.
1412 * gdb.base/structs.exp: Ditto.
1413 * gdb.c++/inherit.exp: Ditto.
1414
1415Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
1416
1417 * config/vr4300.exp: New file.
1418
1419 * gdb.*/*.exp: Call gdb_expect instead of expect.
1420
1421 * lib/gdb.exp(gdb_expect): New function.
1422
1423Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
1424
1425 * lib/gdb.exp(gdb_init): New function.
1426
1427 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
1428 for each individual variable set.
1429
1430 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
1431 name.
1432
1433 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
1434
1435 * gdb.base/scope.exp: Use gdb_test.
1436
1437 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
1438 aborting; the testsuite driver will do that for us (see
1439 gdb_finish). Also, use gdb_test in a few more places.
1440
1441Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
1442
1443 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
1444
1445Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
1446
1447 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
1448 and "add_tests" are not at the same address.
1449
1450Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
1451
1452 * gdb.base/ptype.exp: Use gdb_test.
1453
1454Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
1455
1456 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
1457 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
1458 left in. No longer expect them to fail.
1459
1460 * gdb.stabs/*.mt; Deleted, no longer used.
1461 * gdb.stabs/configure.in: Remove references to target makefile
1462 frags.
1463 * gdb.stabs/configure: Rebuilt.
1464
1465 * gdb.disasm/*.mt: Deleted, no longer used.
1466 * gdb.disasm/configure.in: Remove references to target makefile
1467 frags. Use "sh3.s" as the unique filename for this directory.
1468 * gdb.disasm/configure: Rebuilt.
1469
1470 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
1471 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
1472 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
1473
1474Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
1475
1476 * config/udi.exp: Use mondfe,name instead of remote_host.
1477
1478Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
1479
1480 * gdb.base/watchpoint.exp: Don't expect a failure when calling
1481 a function with a watchpoint enabled on the mn10200.
1482
1483 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
1484 before trying to create it!
1485
1486Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
1487
1488 * config/vx.exp: Use hostname instead of netport.
1489
1490 * config/vxworks.exp: New file.
1491
1492 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
1493
1494 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
1495 gdb before assuming everything worked. Send a ^C if a timeout
1496 occurs.
1497
1498 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
1499 $gdb_spawn_id directly.
1500 (gdb_run_cmd): Try _start as well as start. Use the target feature
1501 gdb,start_symbol as the symbol to start from when jumping.
1502
1503Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
1504
1505 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
1506 redundant) test.
1507
1508 * gdb.base/recurse.exp: Relax final value test for 'b' so that
1509 it doesn't lose for 16bit integer systems.
1510
1511Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
1512
1513 * gdb.fortran/types.exp: If the target doesn't support "double"
1514 data types, then expect "real" types to only be 4 bytes.
1515
1516 * gdb.c++/virtfunc.exp: Expect failure for virtual function
1517 call tests if the target doesn't support inferior function calls.
1518
1519 * gdb.base/printcmds.exp: Allow minor deviation in FP values
1520 in printf tests.
1521
1522Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
1523
1524 * gdb.base/help.exp: Disable "help set", "help show", and
1525 "help support". Simplify regexp for "help stack".
1526
1527 * gdb.base/default.exp: Set match_max to 5000 and the timeout
1528 to 60 seconds. Temporarily set match_max to 15000 around the
1529 "info copying" test.
1530
1531 * gdb.base/nodebug.exp: Don't try to do an inferior function
1532 call if the target doesn't support them.
1533 * gdb.base/printcmds.exp: Likewise.
1534 * gdb.base/setvar.exp: Likewise.
1535 * gdb.base/structs.exp: Likewise.
1536 * gdb.c++/templates.exp: Likewise.
1537 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
1538
1539 * gdb.base/recurse.exp: Enable for the mn10200.
1540
1541 * configure.in: Do configure gdb.stabs directory for *-*-elf
1542 targets.
1543 * configure: Rebuilt.
1544
1545 * gdb.base/break.exp: Check for gdb,noresults before testing
1546 exit status and/or results from the target.
1547 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
1548 * lib/gdb.exp: Remove old (now bogus) initialization of
1549 noinferior, noargs, noresults and nosignals.
1550
1551Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
1552
1553 * config/sh.exp: New file.
1554
1555 * config/slite.exp: Try to connect multiple times to the board
1556 before rebooting. Only send a "monitor run" if need_monitor_run
1557 is set.
1558
1559 * gdb.base/break.exp: Don't do the "stub continue" test if
1560 the target has gdb_stub set.
1561
1562 * gdb.base/callfuncs.exp: Increase the timeout.
1563
1564 * gdb.base/interrupt.exp: Don't even try to compile the testcase
1565 if the target has gdb,noinferiorio set.
1566
1567 * gdb.base/list.exp: Increase match_max to 10000 characters.
1568
1569 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
1570
1571 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
1572 target.
1573
1574 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
1575
1576Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
1577
1578 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
1579 trying to delete the copy of gdb. Catch the file delete so we
1580 don't die if the delete fails; also, the file should be copied to
1581 the host, not to the build.
1582
1583Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
1584
1585 * lib/gdb.exp(gdb_test): Surround the result pattern with
1586 parenthesis in case it contains multiple regexps separated
1587 with |.
1588
1589 * gdb.base/watchpoint.exp: Use gdb_test.
1590 * gdb.base/default.exp: Ditto.
1591
1592Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
1593
1594 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
1595
1596 * gdb.base/scope.exp: Use gdb_test.
1597 * gdb.c++/classes.exp: Ditto.
1598 * gdb.c++/inherit.exp: Ditto.
1599
1600Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
1601
1602 * gdb.base/crossload.exp: Don't use execute_anywhere, use
1603 remote_exec instead.
1604 * gdb.base/corefile.exp: Don't be ridiculous.
1605 * gdb.base/*.c: Add missing stub invocations.
1606
1607Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
1608
1609 * config/slite.exp: Miscellaneous fixes.
1610
1611 * lib/gdb.exp: Fix runto.
1612
1613 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
1614 the target.
1615
1616 * gdb.base/watchpoint.exp: Fix regexp.
1617
1618 * lib/gdb.exp(default_gdb_exit): Add a catch to the
1619 close and wait commands, as the descriptor may now be
1620 invalid. Always call "remote_close host".
1621
1622Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
1623
1624 Major rewrite for testsuite revision.
1625
1626 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
1627 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
1628 instead of relying on spawn_id to always contain a valid
1629 spawn id.
1630 (get_compiler_info): New procedure to build the ${binfile}.ci
1631 file, instead of replicating this in N different places.
1632 (gdb_compile): New procedure.
1633
1634 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
1635 appropriate arguments) instead of compile. Use gdb_test in a lot
1636 more places. Use send_gdb instead of send. Always run gdb_start
1637 at the start of a testcase, as this is no longer done magically.
1638
1639 config/*-gdb.exp: Rename without the -gdb suffix.
1640
1641 config/mips.exp: Use remote_close instead of exit_remote_shell.
1642 config/monitor.exp: Use target_info instead of looking at
1643 baud, timeout, etc.
1644 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
1645
1646Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1647
1648 * gdb.c++/templates.exp (test_ptype_of_templates),
1649 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
1650 Update expect patterns for destructors and assignment operators
1651 to match corresponding c-typeprint.c changes.
1652 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
1653 to destructor breakpoint test, GDB should be able to set the
1654 destructor breakpoint without specifying arguments.
1655
1656Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
1657
1658 * gdb.threads/pthreads.exp: Change result for failure to compile due
1659 to lack of pthreads runtime support from an error to simply an
1660 unsupported test, per dejagnu standards.
1661
1662Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1663
1664 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
1665 where GDB exits to reduce pattern match time.
1666 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
1667
1668 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
1669
1670Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
1671
1672 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
1673 * gdb.base/default.exp: ditto.
1674 * gdb.base/nodebug.exp: ditto.
1675 * gdb.base/printcmds.exp: ditto.
1676 * gdb.base/ptype.exp: ditto.
1677 * gdb.base/setvar.exp: ditto.
1678 * gdb.base/structs.exp: ditto.
1679 * gdb.base/setshow.c: Guard against uninitialized values of argc.
1680
1681Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
1682
1683 * configure, */configure: Rebuild with autoconf 2.12.
1684
1685Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
1686
1687 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
1688 use new i*86-pc-linux*-gnu quads.
1689 * gdb.base/corefile.exp: Ditto.
1690 * gdb.base/signals.exp: Ditto.
1691 * gdb.base/sigall.exp: Ditto.
1692 * gdb.base/interrupt.exp: Ditto.
1693
1694 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
1695 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
1696 RedHat 4.0.
1697
1698 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
1699 linux. This allows the test case to at least compile on latest
1700 linux, but still not run due to missing the threads runtime library.
1701
1702Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1703
1704 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
1705 directory to search gdb directory. Accept and step over conditional
1706 stack alignment code. Consume $prompt in failure cases.
1707 Reset timeout to $oldtimeout instead of some arbitrary value.
1708 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
1709 timeout problems with infinite stack backtraces.
1710 * gdb.base/ptype.exp (ptype struct link, union tu_link):
1711 Accept function parameters for linkfunc member.
1712
1713Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
1714
1715 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
1716 (CXXFLAGS): Remove, unreferenced.
1717 (B_OPTIONS): Add for -B options and add code to initialize with
1718 previous -B options and also add -B option to pick up cross compiled
1719 runtime.
1720 (TARGET_INCLUDES): Add for -I options and add code to initialize when
1721 doing cross compiles.
1722 (target_alias): Declare global.
1723 (xgcc): Set variable to full path of gcc in build tree. Use findfile
1724 to verify that gcc exists in build tree, and if so set CC to that
1725 gcc and to use B_OPTIONS and TARGET_INCLUDES.
1726
1727Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
1728
1729 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
1730 ptype test for anonymous union. Fixup testcase to match
1731 current gcc debug output.
1732
1733Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
1734
1735 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
1736 force argument to an unsigned long type.
1737
1738Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
1739
1740 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
1741 tests and anonymous union print/ptype tests.
1742 * gdb.base/list.exp (test_forward-search): Increase timeout by
1743 5 minutes for the "search extremely long line" case.
1744 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
1745 completely optional and that the pass/fail messages use the command as
1746 the message if that third arg is a null string.
1747 (gdb_test_exact): Arrange that a null string pattern means match a
1748 null string output rather than any output, which might include random
1749 errors.
1750 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
1751 backtrace test.
1752 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
1753 always failing and failure is now exposed by gdb.exp changes.
1754
1755Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
1756
1757 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
1758 weren't being noted.
1759
1760Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1761
1762 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
1763 * gdb.stabs/weird.exp: Remove v_comb xfails.
1764
1765Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
1766
1767 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
1768 list.exp scope.exp watchpoint.exp]
1769 Make all timeout error msgs explicitly say "(timeout)".
1770
1771Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
1772
1773 * config/monitor.exp: Increase download timeout to 1000 seconds.
1774
1775Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
1776
1777 * config/m32r.exp: Increase timeout to 120 seconds.
1778
1779Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
1780
1781 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
1782 and accept older ordering as obsolescent gcc or gdb.
1783 * gdb.c++/templates.exp: Ditto.
1784 * gdb.c++/virtfunc.exp: Ditto.
1785
1786Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
1787
1788 * gdb.base/coremaker.c: Add code to mmap some data so we
1789 can check that it ends up in the core file.
1790 * gdb.base/corefile.exp: Add test to read mmapped data
1791 from core file.
1792
1793Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
1794
1795 * config/m32r.exp: New file.
1796
1797Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
1798
1799 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
1800 that cflags can contains -gstabs, and work correctly for other tests.
1801
1802Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cleaver.cygnus.com>
1803
1804 * gdb.base/setshow.exp: New file, tests show and set.
1805 * gdb.base/setshow.c: New file, tests show and set.
1806 * gdb.base/help.exp: Add test for help set|show annotate.
1807 * gdb.base/default.exp: Add test for set|show annotate.
1808
1809Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
1810
1811 * testsuite/gdb.base/break.exp: Make backtrace from factorial
1812 errors unique.
1813 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
1814 explicitly.
1815
1816Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
1817
1818 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
1819 and width commands. This is done elsewhere.
1820 * (gdb_start): Don't call gdb_start_sim here. That's already
1821 done in gdb_load. This fixes lots of failures in default.exp.
1822
1823Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
1824
1825 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
1826 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
1827 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
1828 in the same we we treat other failures (since it may be an expected
1829 condition), rather than as an error.
1830 * gdb.base/signals.exp (test_handle_all_print): Revert back to
1831 old test format.
1832
1833Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
1834
1835 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
1836 (distclean maintainer-clean realclean): No need to remove files
1837 twice. Nuke the duplicates.
1838 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
1839 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
1840 Remove config.h along with other config files.
1841
1842Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
1843
1844 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
1845 "p func1 ()" and note that rests of tests are skipped.
1846 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
1847 setup_xfails for "print func2::coremaker_local".
1848 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
1849 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
1850 affected by the previous run test.
1851 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
1852 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
1853 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
1854 "pass int powerset tuple" and "pass modeless int powerset tuple".
1855 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
1856 "real write 4" and "real write 8".
1857 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
1858 setup_xfails for "print vs1 after tuple assign 2",
1859 "print \$i after tuple assign 2", and
1860 "print vs2 after tuple assign 2".
1861 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
1862 meaningful error message and return -1 so the caller can
1863 suppress further tests and avoid a cascade of errors.
1864
1865Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
1866
1867 * gdb.base/a1-selftest.exp: Tweak tests to account for new
1868 format for printing version.
1869 * gdb.base/default.exp: Ditto.
1870 * gdb.base/interrupt.exp: Fix problem with cascade of
1871 errors if child process dies while calling a function.
1872
1873Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
1874
1875 * Makefile.in (VPATH): Add
1876 * Makefile.in (Makefile, config.status): Fix rules so things get
1877 remade when necessary.
1878
1879Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
1880
1881 * Makefile.in (just-check): Add path to sibling expect dir
1882 to environment variable specified by RPATH_ENVVAR.
1883
1884Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
1885
1886 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
1887 (just-check): Add shared library paths for libstdc++, tk,
1888 tcl, bfd, and opcodes to the environment variable specified
1889 in RPATH_ENVVAR.
1890 * configure.in: Add support to recognize --enable-shared flag
1891 and generate correct value for RPATH_ENVVAR.
1892 * configure: Regenerated with autoconf.
1893
1894Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
1895
1896 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
1897 include all osf versions.
1898 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
1899 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
1900 when target is linux. When failing to build pthreads test
1901 executable, give more meaningful message.
1902 * gdb.threads/pthreads.c: Hpux also uses old definition of second
1903 arg for pthread_create.
1904
1905Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
1906
1907 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
1908 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
1909 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
1910 and -lpthreads (everybody else).
1911 (test_startup): Fail gracefully if threads are not supported.
1912 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
1913 "p/c array_index("abcdef",2)" when not gcc compiled.
1914 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
1915 "print func2::coremaker_local" when not gcc compiled.
1916 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
1917 "ptype on opaque struct tagname (statically)",
1918 "ptype on opaque struct tagname (dynamically) 1", and
1919 "ptype on opaque struct tagname (dynamically) 2"
1920 for not compiled with gcc.
1921 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
1922 backtrace when compiled with gcc.
1923 * lib/gdb.exp (runto_main): Return result of "runto main" rather
1924 than always return success.
1925
1926Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
1927
1928 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
1929
1930Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
1931
1932 * gdb.base/structs.exp: Undo last change.
1933
1934Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
1935
1936 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
1937 encapsulate all the steps/nexts done during self test, starting
1938 at main, and makes them less sensitive to optimization issues.
1939 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
1940 signal handler" test.
1941 * gdb.threads/pthreads.exp: Only run this for native configs.
1942 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
1943 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
1944 tests.
1945 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
1946 for "runto test_calls(void)" test.
1947
1948Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
1949
1950 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
1951 and don't expect address info in breakpoint confirmations.
1952
1953Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
1954
1955 * gdb.base/list.exp (test_forward_search): Increase timeout
1956 temporarily by 60 seconds for searching extremely long line,
1957 and then reset to old value when done. Increase expect input
1958 buffer to 10000.
1959
1960Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
1961
1962 * gdb.base/list.exp (test_forward_search): Fix to handle very
1963 long source line without overflowing expect's input buffer.
1964
1965Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
1966
1967 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
1968 "buffer_full".
1969
1970 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
1971 "buffer_full".
1972
1973 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
1974 "buffer_full".
1975
1976 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
1977 "buffer_full".
1978
1979Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
1980
1981 * configure.in (configdirs): Add gdb.threads.
1982 * configure: Regenerated with autoconf.
1983 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
1984 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
1985 * gdb.threads/configure: New, generated with autoconf.
1986
1987Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
1988
1989 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
1990
1991Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
1992
1993 * gdb.base/signals.exp (test_handle_all_print): Test separately for
1994 each signal's status in the output of "handle all print".
1995 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
1996 the \r\n sequence that immediately precedes the gdb prompt.
1997 * gdb.base/a1-selftest.exp: Save original timeout and restore
1998 after test.
1999
2000Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
2001
2002 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
2003 symbol.
2004
2005Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
2006
2007 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
2008
2009Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
2010
2011 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
2012 timeout by 60 seconds.
2013
2014Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
2015
2016 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
2017 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
2018 error return.
2019
2020Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
2021
2022 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
2023 gdb initialization, also report how long dejagnu waited. Restore
2024 old timeout before doing error return. Temporarily increase timeout
2025 by 3 minutes to allow for slow startups over heavy NFS use.
2026
2027Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
2028
2029 * lib/gdb.exp: Report timeout value for verbosity level 2.
2030 * config/gdbserver.exp: Ditto.
2031 * config/hppro.exp: Ditto.
2032 * config/mips-gdb.exp: Ditto.
2033 * config/monitor.exp: Ditto.
2034 * config/netware.exp: Ditto.
2035 * config/sim-gdb.exp: Ditto.
2036 * config/slite-gdb.exp: Ditto.
2037 * config/udi-gdb.exp: Ditto.
2038 * config/unix-gdb.exp: Ditto.
2039 * config/vx-gdb.exp: Ditto.
2040 * gdb.base/a1-selftest.exp: Ditto.
2041 * gdb.base/a2-run.exp: Ditto.
2042 * gdb.base/break.exp: Ditto.
2043 * gdb.base/corefile.exp: Ditto.
2044 * gdb.base/list.exp: Ditto.
2045 * gdb.base/recurse.exp: Ditto.
2046 * gdb.base/scope.exp: Ditto.
2047 * gdb.base/signals.exp: Ditto.
2048
2049Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2050
2051 * gdb.threads/Makefile.in (docdir): Removed.
2052
2053Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
2054
2055 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
2056 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
2057 @srcdir@.
2058 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
2059 autoconf 2.5 or higher.
2060 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
2061
2062Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
2063
2064 * configure: Regenerated.
2065 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
2066 avoid name clashes with SunOS headers.
2067
2068Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
2069
2070 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
2071
2072Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
2073
2074 * gdb.base/callfuncs.exp: Finish last change -- make sure the
2075 prototype information ends up in the compiler info file.
2076
2077Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
2078
2079 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
2080 attempting to regenerate it. Eliminate use of a temporary file
2081 and just generate the info file directly. Source it immediately,
2082 for consistency of use.
2083 * gdb.base/corefile.exp: Ditto
2084 * gdb.base/exprs.exp: Ditto.
2085 * gdb.base/funcargs.exp: Ditto.
2086 * gdb.base/langs.exp: Ditto.
2087 * gdb.base/list.exp: Ditto.
2088 * gdb.base/mips_pro.exp: Ditto.
2089 * gdb.base/nodebug.exp: Ditto.
2090 * gdb.base/opaque.exp: Ditto.
2091 * gdb.base/ptype.exp: Ditto.
2092 * gdb.base/scope.exp: Ditto.
2093 * gdb.base/setvar.exp: Ditto.
2094 * gdb.base/signals.exp: Ditto.
2095 * gdb.base/whatis.exp: Ditto.
2096 * gdb.c++/templates.exp: Ditto.
2097 * gdb.c++/virtfunc.exp: Ditto.
2098 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
2099 whether or not to add -lstdc++ to the compile command line args.
2100
2101Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2102
2103 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
2104 it got fixed by the recent lookup_minimal_symbol_by_pc change.
2105 Increase timeout, a lot of single stepping might be needed if the
2106 target has no hardware watchpoints.
2107
2108Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
2109
2110 * gdb.base/break.exp: Ignore compiler warnings when compiling
2111 break.c.
2112 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
2113 * gdb.base/default.exp: Add h8300 xfails. Handle messages
2114 from remote-sim.
2115 * gdb.base/exprs.exp: Add h8300 xfails.
2116 * gdb.base/funcargs.exp: Likewise.
2117 * gdb.base/nodebug.exp: Likewise.
2118 * gdb.base/printcmds.exp: Likewise.
2119 * gdb.base/ptype.exp: Likewise.
2120 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
2121 h8300 xfails.
2122 * gdb.base/return.exp: Handle float/double precision problems
2123 on the h8300.
2124 * gdb.base/funcargs.c: Explicitly make last constant argument to
2125 call_after_alloca_subr an unsigned long type.
2126 * gdb.base/return.c: Include stdio.h.
2127
2128Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
2129
2130 * config/abug.exp: New file for the older Motorola Bug monitor
2131 that runs on the mvme13x series VME boards.
2132 * config/monitor.exp: Use the new config array for target settings
2133 if they exist.
2134
2135Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
2136
2137 * sim-gdb.exp: Make the SH simulator allocate less space when
2138 it is targeted.
2139
2140Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
2141
2142 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
2143 test.
2144
2145Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
2146
2147 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
2148 "rs6000-*-*" for "list function in include file" when gcc compiled.
2149 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
2150 for "p ctable1[120]".
2151 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
2152 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
2153 Remove setup_xfail for "rs6000-*-*" for
2154 "print 'scope0.c'::filelocal before run".
2155 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
2156 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
2157 since some compilers don't allow both options to be given
2158 on the same command line. Create object file and move it.
2159
2160Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
2161
2162 * gdb.base/corefile.exp: Always regenerate the core file, since
2163 we always regenerate the coremaker program. Detect special case
2164 where registers cannot be read from core file.
2165
2166Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
2167
2168 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
2169 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
2170 * gdb.c++/templates.exp: Only match on basename of file since
2171 some formats like xcoff don't encode directory information.
2172 * gdb.stabs/weird.exp: Use the right sed script for powerpc
2173 and rs6000 AIX xcoff targets.
2174 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
2175 * configure: Regenerate.
2176 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
2177 here, rather than in distclean.
2178
2179Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
2180
2181 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
2182 defined, and use it to compile the test case with -O2. The
2183 native compilation still uses no optimization.
2184 * gdb.base/mips_pro.c: Remove inline assembly code since
2185 it is compiled PIC by default, which results in assembler
2186 warnings that make the testsuite think the compilation
2187 was unsuccessful.
2188
2189Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
2190
2191 * gdb.c++/misc.exp: Add note to message for
2192 "print s.a for foo struct" that this is a known gcc 2.7.2
2193 and earlier bug.
2194
2195Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
2196
2197 * gdb.base/break.exp: Fix pattern for matching "Delete all
2198 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
2199 setup_xfail for deleting all breakpoints test. Fix various
2200 timeout messages to include "(timeout)".
2201 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
2202 for "p t_float_values2(3.14159,float_val2)".
2203 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
2204 for "continue to call2g" when gcc compiled.
2205 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
2206 "up to foo in langs.exp", "show language at foo in langs.exp",
2207 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
2208 and "show language at fsub in langs.exp".
2209 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
2210 "list line 1 in include file", "list message for lines past EOF",
2211 "list function in include file", "list list0.h:foo", and
2212 "list filename:function; nonexistant function".
2213 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
2214 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
2215 and "ptype t_char_array" to be for native cc only.
2216
2217Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
2218
2219 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
2220 setup_xfail for "print coremaker_bss", "print coremaker_ro",
2221 "print func2::coremaker_local", and "backtrace in corefile.exp".
2222
2223Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
2224
2225 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
2226 "bt in signals.exp". This problem only appears when running
2227 the testsuite, and then only intermittently.
2228
2229Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
2230
2231 * gdb.base/return.exp (return_tests): Differentiate between
2232 two tests of continuing.
2233
2234Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
2235
2236 * */Makefile.in (maintainer-clean): Remove config.log.
2237 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
2238 * gdb.c++/Makefile.in (PROGS): Add inherit.
2239 (clean): Remove *.ci.
2240
2241Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
2242
2243 * gdb.c++/misc.cc: Add test code from Mike Stump.
2244 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
2245
2246Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
2247
2248 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
2249 to "alpha-*-osf2*" and add comment.
2250 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
2251 setup_xfail for "step over execarg initialization" and
2252 "step over corearg initialization".
2253 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
2254 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
2255 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
2256 gcc compiled for "print coremaker_bss", "print coremaker_ro",
2257 "print func2::coremaker_local", and "backtrace in corefile.exp".
2258 * gdb.base/signals.exp: Build and source signals.ci.
2259 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
2260 to be for gcc only.
2261 * lib/gdb.exp: Move verbose statements outside conditionals.
2262
2263Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2264
2265 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
2266 Feb 3 procfs.c change.
2267
2268Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
2269
2270 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
2271
2272Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
2273
2274 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
2275 from dejagnu's apparent default of 10 seconds, which gives random
2276 results when running the tests over NFS on moderately loaded systems.
2277 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
2278
2279Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
2280
2281 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
2282 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
2283 result reports.
2284
2285Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
2286
2287 * configure.in (CY_AC_PATH_TCLH): Remove.
2288 * configure: Regenerate.
2289
2290Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
2291
2292 * gdb.c++/Makefile.in (clean): Add missing '{'.
2293
2294Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
2295
2296 * lib/gdb.exp: Provide a default value for noinferior.
2297
2298 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
2299 Load libgloss.exp.
2300
2301Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
2302
2303 * gdb.disasm/hppa.exp: Compile directly into an executable, use
2304 the executable, not the .o to run the tests from.
2305
2306Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
2307
2308 * gdb.base/break.exp: Don't test for program exit or exit status
2309 if $noresults if nonzero.
2310 * gdb.base/langs.exp: Likewise.
2311 * gdb.base/watchpoint.exp: Likewise.
2312
2313 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
2314 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
2315 trying to compile the testcase.
2316
2317Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
2318
2319 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
2320 * gdb.base/signals.exp (continue to handler): Likewise.
2321
2322Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
2323
2324 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
2325
2326 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
2327
2328Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
2329
2330 * gdb.base/corefile.exp: Recognize "not found" as failure
2331 when trying to determine if a core file was generated.
2332 If no core file was generate the first time, try again without
2333 the ulimit -c to work around braindamaged shells.
2334
2335Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
2336
2337 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
2338 [] tests with "test" and enclose string in quotes.
2339 * gdb.stabs/configure: Rebuild
2340
2341Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
2342
2343 Changes in sync with expect:
2344 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
2345 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
2346 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
2347 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
2348 argument to AC_REQUIRE.
2349 * configure: Regenerated.
2350
2351Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
2352
2353 * gdb.base/corefile.exp: When generating a core, discard any
2354 error messages about ulimit not found and the "core dumped"
2355 message from the shell that runs the coredumper.
2356
2357Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
2358
2359 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
2360
2361 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
2362 which sed script to run. Expect failure for v_comb test
2363 on PA targets too.
2364
2365Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
2366
2367 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
2368 "print func2::coremaker_local" and for "backtrace in corefile.exp"
2369
2370Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
2371
2372 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
2373 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
2374 "sparc-sun-solaris*" xfails for "p v_comb".
2375 * lib/gdb.exp (default_gdb_start): Fix typo.
2376 * gdb.base/corefile.exp: Allow "Core was generated by ..."
2377 messages to not include the full program name that caused
2378 the core dump since some systems (such as solaris) apparently
2379 truncate this path to about 80 characters.
2380 When generating a core file first try increasing the core file
2381 size limit to unlimited since some systems may default it to
2382 zero, and it is harmless to try it. Move the test for failing
2383 to generate a core file to where it will actually get executed.
2384 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
2385 new gdb result from g++ debug info improvements and make old
2386 pattern obsolescent. Also account for size_t differences
2387 (may be int or long).
2388 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
2389 initialization before function call is placed in the delay slot
2390 and thus appears to be skipped over by commands such as "next".
2391
2392Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
2393
2394 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
2395
2396Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
2397
2398 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
2399 input source file; fix code to compile test to deal with this
2400 convention.
2401 * gdb.c++/*.exp: Likewise.
2402
2403Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
2404
2405 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
2406 "bt in signals.exp".
2407
2408Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
2409
2410 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
2411 "step over execarg initialization" and
2412 "step over corearg initialization".
2413
2414Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
2415
2416 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
2417 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
2418
2419Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
2420
2421 From Rob Savoye (rob@poseidon.cygnus.com)
2422 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
2423 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
2424 configure.in}, gdb.disasm/{Makefile.in, configure.in},
2425 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
2426 configure.in}: Major reworking for autoconfig.
2427 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
2428 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
2429 New files.
2430 * config/unix-gdb.exp: Make GDB global.
2431 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
2432 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
2433 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
2434 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
2435 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
2436 term.exp, twice.exp, watchpoint.exp, whatis.exp},
2437 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
2438 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
2439 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
2440 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
2441 pr-8136.exp, result.exp, string.exp, tuples.exp},
2442 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
2443 to returns as necessary, arrange for test to compile own testcase
2444 executable.
2445 * lib/gdb.exp: Changes for testsuite to compile own test cases.
2446
2447Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
2448
2449 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
2450 clear_xfail at end of test which might not call either pass or fail.
2451 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
2452 "backtrace through signal handler".
2453
2454Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2455
2456 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
2457 continuing from a job control stop signal.
2458 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
2459
2460Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
2461
2462 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
2463 * gdb.base/corefile.exp: Likewise.
2464 * gdb.base/funcargs.exp: Likewise.
2465
2466Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
2467
2468 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
2469 * config/monitor.exp: Add support for setting baud rate.
2470
2471Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
2472
2473 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
2474 i*86-*-linux* xfails for "backtrace through signal handler".
2475 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
2476 "print func2::coremaker_local".
2477 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
2478 alpha-dec-osf2* xfail for
2479 "delete all breakpoints when none".
2480
2481Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
2482
2483 * gdb.base/break.exp: Change test that deletes all breakpoints
2484 when no user breakpoints are installed. A post 4.15 change
2485 causes gdb to no longer prompt in this case.
2486
2487Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
2488
2489 * gdb.base/return.exp (return_tests): Change xfail for test
2490 "correct value returned double test" to stop xfailing at
2491 Solaris 2.5. Apparently the bug has been fixed.
2492
2493Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
2494
2495 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
2496 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
2497
2498Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
2499
2500 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
2501 * gdb.disasm/hppa.s: Corresponding changes.
2502
2503Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
2504
2505 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
2506 makefile fragment.
2507 * config/mt-hpux: Deleted.
2508
2509Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
2510
2511 * Many files: When warning about suppressed tests due to a
2512 nonexistant test binary, avoid incrementing the warning count.
2513
2514Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
2515
2516 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
2517
2518Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2519
2520 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
2521 "sparc-*-solaris2*".
2522
2523Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2524
2525 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
2526 Add global and local variables and initialize them.
2527 * gdb.base/corefile.exp: Test correct mapping of corefile sections
2528 by printing variables. Remove rs6000 and powerpc xfails, BFD now
2529 extracts the file name and terminating signal from the core file.
2530 * TODO: Remove note about tests for correct mapping of corefile.
2531 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
2532 from optimizing it away.
2533 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
2534 handles common blocks.
2535
2536Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
2537
2538 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
2539 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
2540
2541Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
2542
2543 * Makefile.in (maintainer-clean): New target, synonym for
2544 realclean.
2545 * gdb.base/Makefile.in (maintainer-clean): Likewise.
2546 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
2547 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
2548 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
2549 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
2550 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
2551
2552Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
2553
2554 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
2555 xfails when not gcc compiled for "print foo::funclocal".
2556 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
2557 "print foo::funclocal at foo",
2558 "print 'scope1.c'::foo::funclocal at foo",
2559 "print foo::funclocal_bss at foo",
2560 "print 'scope1.c'::foo::funclocal_bss at foo",
2561 "print foo::funclocal_ro at foo",
2562 "print 'scope1.c'::foo::funclocal_ro at foo",
2563 "print bar::funclocal at foo" and
2564 "print 'scope1.c'::bar::funclocal at foo".
2565 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
2566 gcc compiled for "print foo::funclocal at bar".
2567 Expand all messages to ensure that they identify that
2568 the test is at bar().
2569 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
2570 gcc compiled for:
2571 "ptype on opaque struct pointer (statically)",
2572 "ptype on opaque struct tagname (statically)",
2573 "ptype on opaque struct pointer (dynamically) 1",
2574 "ptype on opaque struct tagname (dynamically) 1",
2575 "ptype on opaque struct pointer (dynamically) 2" and
2576 "ptype on opaque struct tagname (dynamically) 2
2577 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
2578 gcc compiled for:
2579 "p datalocal"
2580 "whatis datalocal",
2581 "ptype datalocal",
2582 "p bsslocal",
2583 "whatis bsslocal", and
2584 "ptype bsslocal".
2585 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
2586 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
2587 when not gcc compiled.
2588 * gdb.base/funcargs.exp (float_and_integral_args): Add
2589 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
2590 compiled.
2591 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
2592 "backtrace from call6a" when not gcc compiled.
2593 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
2594 "backtrace from call7a" when not gcc compiled.
2595 * gdb.base/callfuncs.exp (do_function_calls):
2596 Add "hppa*-*-hpux*" xfail when not gcc compiled for
2597 "p t_char_array_values(char_array_val2,char_array_val1)",
2598 "p t_char_array_values(char_array_val1,char_array_val2)",
2599 "p t_char_array_values("carray 1","carray 2")",
2600 "p t_char_array_values("carray 1",char_array_val2)",
2601 "p t_char_array_values(char_array_val1,"carray 2")",
2602 "p sum_args(1,{2})",
2603 "p sum_args(2,{2,3})",
2604 "p sum_args(3,{2,3,4})",
2605 "p sum_args(4,{2,3,4,5})"
2606 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
2607 "backtrace in corefile.exp" when not gcc compiled.
2608
2609Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2610
2611 * gdb.base/signals.exp: Rewrite `handle all print' test as
2612 a procedure. Accept blanks or TABs as whitespace, increase
2613 timeout and expect input buffer size for the large output
2614 from the command. Remove "i*86-*-bsdi2.0" xfail.
2615
2616Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2617
2618 * gdb.base/setvar.exp: Add new testcases for truncation when
2619 assigning invalid values to bitfields.
2620
2621Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
2622
2623 * gdb.base/callfuncs.exp (do_function_calls): Remove
2624 mips-sgi-irix* xfail for
2625 "call inferior func with struct - returns char *"
2626 and fix test so that an optional (unsigned char *) cast is
2627 accepted in the result.
2628
2629Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
2630
2631 * gdb.base/funcargs.exp (float_and_integral_args): Remove
2632 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
2633 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
2634 * gdb.base/signals.exp: Remove duplicate "handle all print" test
2635 that accidentally got checked in.
2636
2637Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
2638
2639 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
2640 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
2641 compiled test.
2642 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
2643 Add mips-sgi-irix5* xfail for not gcc compiled.
2644 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
2645 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
2646 "p top", "whatis top", "p middle", and "whatis middle".
2647 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
2648 "whatis signed char" for not gcc compiled.
2649 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
2650 "set variable signed char=-1 (-1)" and
2651 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
2652 * gdb.base/funcargs.exp (float_and_integral_args):
2653 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
2654 Add mips-sgi-irix* xfail when not gcc compiled for
2655 "continue to call2b".
2656 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
2657 "continue to call2g".
2658 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
2659 "backtrace from call6a"
2660 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
2661 "backtrace from call7k".
2662 Add mips-sgi-irix5* xfail when not gcc compiled for
2663 "backtrace from call7a".
2664 (localvars_after_alloca): Fix gdb_test cmds for
2665 "print * after runto ...".
2666 Remove rs6000-*-* xfails for
2667 "print i after runto localvars_after_alloca" and
2668 "print l after runto localvars_after_alloca"
2669 for all compilers.
2670 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
2671 when not compiled with gcc, for:
2672 "print signed char == (minus)",
2673 "print signed char != (minus)",
2674 "print signed char < (minus)",
2675 "print signed char > (minus)".
2676 * gdb.base/callfuncs.exp (do_function_calls):
2677 Add mips-sgi-irix* xfail, when compiled with native compiler, for
2678 "call inferior func with struct - returns char *".
2679 * gdb.base/return.exp (return_tests): Change xfail for
2680 "correct value returned double test" to include Solaris 2.4.
2681 * gdb.base/funcargs.exp (float_and_integral_args):
2682 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
2683
2684Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2685
2686 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
2687 enumeration bitfields if compiling with GNU C.
2688 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
2689 to empty' prompt.
2690
2691Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
2692
2693 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
2694 test for PRO targets.
2695
2696 * gdb.base/funcargs.exp: Avoid ever setting more than 8
2697 breakpoints in the inferior at any given time by making
2698 two groups of breakpoints for call2*, call6* and call7*
2699 tests.
2700
2701Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2702
2703 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
2704 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
2705 from optimizing it away.
2706 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
2707 "call inferior func with struct".
2708
2709Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
2710
2711 * configure.in: Only configure gdb.chill for particular targets.
2712
2713Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
2714
2715 * gdb.base/Makefile.in: Add action to .c.o transformation
2716 rule that generates a .ci file for each .o file and remove
2717 explicit .c.o rules except for callfuncs.o.
2718 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
2719 generates a .ci file for each .o file and remove explicit
2720 .cc.o rules.
2721 (clean): Remove *.tmp *.ci files.
2722 (EXECUTABLES): Remove templ-info.exp.
2723 * gdb.base/compiler.c: New file.
2724 * gdb.c++/compiler.cc: New file
2725 * gdb.base/scope.exp: Source gdb.base/scope.ci.
2726 Change rs6000-*-* xfail for
2727 "print 'scope0.c'::filelocal_ro" and
2728 "print 'scope1.c'::filelocal" and
2729 "print 'scope1.c'::filelocal_bss" and
2730 "print 'scope1.c'::filelocal_ro" and
2731 "print 'scope1.c'::foo::funclocal" and
2732 "print 'scope1.c'::foo::funclocal_ro" and
2733 "print 'scope1.c'::bar::funclocal" and
2734 "print 'scope0.c'::filelocal_ro" and
2735 "print 'scope1.c'::filelocal at foo" and
2736 "print 'scope1.c'::filelocal_bss at foo" and
2737 "print 'scope1.c'::filelocal_ro at foo" and
2738 "print 'scope1.c'::foo::funclocal at foo" and
2739 "print 'scope1.c'::foo::funclocal_bss at foo" and
2740 "print 'scope1.c'::foo::funclocal_ro at foo" and
2741 "print 'scope1.c'::bar::funclocal at foo" and
2742 "print 'scope0.c'::filelocal_ro" and
2743 "print 'scope1.c'::filelocal" and
2744 "print 'scope1.c'::filelocal_bss" and
2745 "print 'scope1.c'::filelocal_ro" and
2746 "print 'scope1.c'::foo::funclocal" and
2747 "print 'scope1.c'::foo::funclocal_bss" and
2748 "print 'scope1.c'::foo::funclocal_ro" and
2749 "print 'scope1.c'::bar::funclocal" and
2750 "print 'scope1.c'::bar::funclocal_bss"
2751 to only be xfail'd when not compiled with gcc.
2752 Add rs6000-*-* xfail for
2753 "print 'scope0.c'::filelocal_bss before run"
2754 when compiled with gcc.
2755 (test_at_main): Add rs6000-*-* xfail for
2756 "print filelocal_ro in test_at_main"
2757 when compiled with gcc.
2758 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
2759 Add rs6000-*-aix* xfail for
2760 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
2761 "ptype t_char_array", not compiled with gcc.
2762 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
2763 xfail for "list foo (in include file)" when gcc compiled.
2764 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
2765 (integral_args): Add rs6000-*-* xfail for
2766 "run to call0a" if not compiled with gcc.
2767 (unsigned_integral_args): Add rs6000-*-* xfail for
2768 "run to call1a" if not compiled with gcc.
2769 (float_and_integral_args): Add rs6000-*-* xfail for
2770 "run to call2a" if not compiled with gcc and for
2771 "continue to call2b" for any compiler.
2772 Add rs6000-*-* xfail to
2773 "print f1 after run to call2a" for gcc compiled.
2774 (discard_and_shuffle): Add rs6000-*-* xfail for
2775 "run to call6a".
2776 (shuffle_round_robin): Add rs6000-*-* xfail for
2777 "backtrace from call7a" if not compiled with gcc.
2778 Add rs6000-*-* xfail for
2779 "backtrace from call7b" if compiled with gcc.
2780 (call_after_alloca): Add rs6000-*-* xfail for
2781 "print c in call_after_alloca" and
2782 "print s in call_after_alloca" and
2783 "backtrace from call_after_alloca_subr"
2784 if not compiled with gcc.
2785 (localvars_in_indirect_call): Add rs6000-*-* xfail for
2786 "print c in localvars_in_indirect_call" and
2787 "print c in localvars_in_indirect_call" and
2788 "backtrace in indirectly called function" and
2789 "stepping into indirectly called function"
2790 if not compiled with gcc.
2791 (localvars_after_alloca): Add rs6000-*-* xfail for
2792 "print c after runto localvars_after_alloca" and
2793 "print s after runto localvars_after_alloca" and
2794 "print i after runto localvars_after_alloca" and
2795 "print l after runto localvars_after_alloca"
2796 for all compilers.
2797 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
2798 than whatis-info.exp.
2799 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
2800 than opaque-info.exp.
2801 Setup rs6000-*-* xfail for
2802 "ptype on opaque struct pointer (statically)" and
2803 "ptype on opaque struct pointer (dynamically)" when
2804 not compiled with gcc.
2805 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
2806 rather than callf-info.exp.
2807 (do_function_calls): Add clear_xfail for rs6000-*-* for
2808 "p t_float_values2(3.14159,float_val2)". Seems to work
2809 fine there, both with xlc and gcc. Need to find out what
2810 it is doing right and fix other platforms.
2811 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
2812 "call inferior func with struct - returns int",
2813 "call inferior func with struct - returns long",
2814 "call inferior func with struct - returns float",
2815 "call inferior func with struct - returns double",
2816 "call inferior func with struct - returns char *",
2817 but only if not gcc compiled (presumes xlc compiled).
2818 Change rs6000-*-* xfails for
2819 "call inferior func with struct - returns char" and
2820 " call inferior func with struct - returns short" to only
2821 xfail if not using gcc.
2822 (clean mostlyclean): Remove *.ci and *.tmp files.
2823 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
2824 than templ-info.exp.
2825 * gdb.base/langs.exp: Source gdb.base/langs.ci.
2826 Add rs6000-*-* xfail for "up to foo in langs.exp"
2827 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
2828 when not gcc compiled.
2829
2830Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
2831
2832 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
2833 * gdb.base/corefile.exp: Likewise.
2834 * gdb.base/list.exp: Likewise.
2835 * gdb.base/scope.exp: Likewise.
2836 * gdb.base/siganls.exp: Likewise.
2837
2838 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
2839 compiler output.
2840 * gdb.base/whatis.exp: Likewise.
2841
2842Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
2843
2844 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
2845 failure (opcode table has been fixed to match reality).
2846
2847Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
2848
2849 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
2850 "call inferior func with struct - returns char",
2851 "call inferior func with struct - returns short"
2852
2853 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
2854 "print 'scope0.c'::filelocal at main",
2855 "print 'scope0.c'::filelocal_bss in test_at_main",
2856 "print 'scope0.c'::filelocal at foo",
2857 "print 'scope0.c'::filelocal_bss in test_at_foo",
2858 "print 'scope0.c'::filelocal at bar",
2859 "print 'scope0.c'::filelocal_bss in test_at_bar"
2860
2861 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
2862 in source file 1". This bug seems to have been fixed with both
2863 gcc and native cc (was native assembler bug?).
2864
2865Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
2866
2867 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
2868 "backtrace through signal handler" to "i*86-*-sysv4*".
2869 * gdb.base/signals.exp: Add xfail for "'next' behaved as
2870 continue" case. Add "known SVR4 bug" to fail message.
2871 Add "i*86-*-bsdi2.0" xfail for "handle all print".
2872 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
2873 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
2874 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
2875 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
2876 "up to foo in langs.exp", "show language at foo in
2877 langs.exp", "up to cppsub_ in langs.exp", "show
2878 language at cppsub_ in langs.exp", "up to fsub in
2879 langs.exp", and "show language at fsub in langs.exp".
2880 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
2881 "bactrace in corefile.exp".
2882 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
2883 "call inferior function with struct - returns float" and
2884 "call inferior function with struct - returns double".
2885
2886Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
2887
2888 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
2889 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
2890 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
2891 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
2892
2893Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
2894
2895 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
2896 (or overriden) "CHILL" macro rather then bare "gcc".
2897 Also look for ../../gcc/xgcc since that is what we will
2898 actually need, not "Makefile". Remove following assignment
2899 of CHILL to CHILL_FOR_TARGET because that results in
2900 recursive definition.
2901
2902Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
2903
2904 * gdb.base/corefile.exp: Change xfail for backtrace in
2905 corefile.exp from linuxaout to all linux.
2906 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
2907 cases where we miss the breakpoint at the signal handler
2908 for some reason. Setup xfail for linuxoldld/linuxaout and
2909 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
2910 hitting SIGURG breakpoint.
2911 * gdb.base/signals.exp: Setup xfail for "next" acting like
2912 continue to add linuxoldld. Setup xfail for all linux for
2913 "next to handler in signals_tests_1", "backtrace in
2914 signals_tests_1", "continue to func1", "pass SIGUSR1",
2915 and continue to handler".
2916
2917Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
2918
2919 * Update all FSF addresses except those in COPYING* files.
2920
2921Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
2922
2923 * gdb.base/a2-run.exp: Change messages to be more explicit about
2924 the status of args, and quote binfile in results.
2925
2926Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
2927
2928 * gdb.base/callfuncs.exp: Add tests for passing structs to
2929 inferior functions and return various types.
2930 * gdb.base/callfuncs.c: Add functions to receive a struct
2931 and return a member of the struct, in various types.
2932
2933Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2934
2935 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
2936
2937Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
2938
2939 * config/vxworks29k.exp: New file, sources vxworks.exp.
2940
2941Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
2942
2943 * config/gdbremote.exp: New file. Testing framework using
2944 gdbserver.
2945
2946Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
2947
2948 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
2949 "call function when asleep" and "send end of file".
2950 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
2951 for "backtrace in corefile.exp".
2952 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
2953 for "backtrace through signal handler".
2954 * gdb.base/corefile.exp: Make sure we actually generate a core file
2955 before trying the core tests. Some systems allow the user to suppress
2956 generation of core files and default to that (linux for example).
2957 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
2958 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
2959
2960Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
2961
2962 * gdb.threads: New directory with some crude multi-threaded
2963 gdb tests (step.exp and step2.exp).
2964 * config/mt-lynx (STEP_EXECUTABLE): Define.
2965 (THREADFLAGS): Define.
2966
2967Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
2968
2969 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
2970
2971 * gdb.base/signals.exp: Disable whole file for lynx until
2972 further notice.
2973
2974 * gdb.base/signals.exp: xfail test where "next" acts like
2975 "continue" for lynx.
2976
2977 * gdb.base/interrupt.exp: xfail test for calling function while
2978 inferior is asleep for lynx.
2979
2980 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
2981 than one cr-lf after each command.
2982
2983Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2984
2985 * configure.in: Reinstate setting of stabsdirs variable, fix
2986 typo in setting up configdirs for native builds.
2987
2988 * gdb.base/return.exp: Fix typo in return double test.
2989 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
2990 compiler from optimizing them away.
2991
2992Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
2993
2994 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
2995 sequences to be echo'd by gdb when using gdb_test.
2996 * gdb.chill/chexp.exp: Likewise.
2997 * gdb.fortran/exprs.exp: Likewise
2998
2999Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
3000
3001 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
3002 after the inferior gdb has started.
3003
3004 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
3005 after each command.
3006 * gdb.base/funcargs.exp: Likewise.
3007 * gdb.base/gdbvars.exp: Likewise.
3008 * gdb.base/interrupt.exp: Likewise.
3009 * gdb.base/list.exp: Likewise.
3010 * gdb.base/watchpoint.exp: Likewise.
3011 * gdb.c++/demangle.exp: Likewise.
3012 * gdb.c++/inherit.exp: Likewise.
3013 * gdb.chill/chexp.exp: Likewise.
3014 * gdb.fortran/exprs.exp: Likewise.
3015
3016 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
3017 test if we can't handle IO to/from the inferior.
3018
3019 * gdb.c++/misc.exp: Always check for a program already being
3020 started after sending a "run" command to gdb.
3021
3022 * gdb.base/twice.exp: Start with a fresh gdb.
3023
3024 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
3025 only depend on gdb's expression code, not the chill runtime.
3026
3027 * gdb.base/return.c: Put return values into variables so we
3028 can have gdb print them rather than depending on the program
3029 to print them.
3030 * gdb.base/return.exp: Corresponding changes.
3031
3032 * lib/gdb.exp: Provide default value for noinferiorio.
3033 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
3034 the inferior.
3035
3036 * gdb.base/break.exp: Always check for a program already being
3037 started after sending a "run" command to gdb.
3038 (text_next_with_recursion): Don't check the output from the
3039 program's printf statement. Instead just make sure the program
3040 exited.
3041
3042 * gdb.base/commands.exp: Protect tests which need arguments with
3043 $noargs conditionals.
3044
3045Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3046
3047 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
3048 of structure member arrays to match gdb/valops.c:value_addr change.
3049
3050Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
3051
3052 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
3053 cases.
3054
3055Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
3056
3057 * configure.in (configdirs): Remove gdb.chill from default list
3058 of subdirs and then add it back in only if doing a native build.
3059 The current chill compiler does not yet work in any cross build.
3060 * Revert all signal changes from Jul 6.
3061 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
3062 for sh-hms targets, allowing these tests to link, with no other
3063 changes. Testing is suppressed by setting "nosignals" in site.exp.
3064
3065Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
3066
3067 * configure.in (signaldirs): Define and add to configdirs for all
3068 targets except some specific ones that are known to not support signals.
3069 Also clean up formatting.
3070 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
3071 (signals, sigall): Remove rules to build.
3072 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
3073 Moved to new gdb.signals directory.
3074 * gdb.signals: New test directory.
3075 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
3076 signals.c signals.exp}: New or moved files.
3077
3078Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
3079
3080 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
3081
3082Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
3083
3084 * gdb.base/return.exp: Xfail `return double' test failure
3085 on at least Solaris 2.3 and handle future/past versions on
3086 a case by case basis as appropriate. Also update message
3087 to include i*86 failures.
3088
3089Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3090
3091 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
3092
3093 * lib/gdb.exp: Fix comment which erroneously identified
3094 gdb_file_cmd as gdb_load (the 19 May change was in fact to
3095 gdb_file_cmd not gdb_load).
3096 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
3097
3098 * gdb.base/setvar.exp: Make test names consistent between pass and
3099 fail cases. Use gdb_test more.
3100
3101Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3102
3103 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
3104
3105Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3106
3107 * gdb.base/help.exp: Fix expected help string for `show commands'.
3108
3109Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
3110
3111 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
3112
3113 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
3114 of a text section.
3115
3116Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
3117
3118 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
3119 that loop eventually terminates. Fix Connection refused logic so
3120 that testsuite will expire nicely.
3121
3122Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
3123
3124 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
3125 config/rom68k.exp: New tcl glue for the appropriate monitors.
3126 These all just end up calling monitor.exp.
3127 * config/monitor.exp (gdb_target_monitor): Handle `Connection
3128 refused' by retrying. Cleanup some timeout issues.
3129 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
3130 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
3131 callers don't have to set/restore global timeout variable.
3132
3133 * The following set of changes centralizes management of the global
3134 timeout variable. This way, it can be set in one target dependent
3135 place instead of dozens of places scattered throughout the test suite.
3136 If you need to lengthen a timeout, then you should either set timeout
3137 in one of the config/{target}.exp files, or multiply it by a factor.
3138 Setting it to an absolute value is always going to lose for some
3139 targets.
3140 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
3141 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
3142 * gdb.base/funcargs.exp: Don't set timeout.
3143 * gdb.base/list.exp (test_forward_search): Only use local timeout.
3144 * gdb.base/printcmds.exp (test_print_string_constants
3145 test_print_array_constants): Don't set timeout.
3146 * gdb.base/ptype.exp: Don't set timeout.
3147 * gdb.base/recurse.exp: Don't set timeout.
3148 * gdb.base/return.exp: Don't set timeout.
3149 * gdb.base/watchpoint.exp: Don't set timeout.
3150 * gdb.c++/classes.exp (do_tests): Don't set timeout.
3151 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
3152
3153Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
3154
3155 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
3156
3157Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3158
3159 * lib/gdb.exp: Disable chill tests for irix5.
3160
3161Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3162
3163 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
3164 each test pass or fail.
3165
3166Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3167
3168 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
3169 xlc not gcc.
3170
3171Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
3172
3173 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
3174
3175Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
3176
3177 * config/est.exp: Fix copyright and comments. Remove dead code.
3178 Use targetname, serialport and baud variables instead of fixed
3179 constants.
3180 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
3181 * config/cpu32bug.exp: New file to support cpu32bug monitors.
3182
3183Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3184
3185 * gdb.base/watchpoint.exp: Don't run
3186 test_watchpoint_triggered_in_syscall for sunos.
3187
3188Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3189
3190 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
3191 they don't seem to exist. Do include stdio.h.
3192
3193Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3194
3195 * gdb.base/a1-selftest.exp: Add alpha xfail.
3196
3197Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3198
3199 * gdb.base/watchpoint.c (main): Prompt before calling read().
3200 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
3201 Revise accordingly. Remove cruft about sending "123" several
3202 times, until it gets noticed. Clean up the "print buf[0]" stuff
3203 so that it passes or fails, and waits for prompts in the usual way.
3204
3205Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3206
3207 * gdb.base/recurse.exp: Fix comment.
3208
3209 * TODO: Remove item about printing variables in nodebug.exp. Add
3210 item about enabling tests which are only run on some targets.
3211
3212 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
3213 fail, make test names unique, use new gdb_test convention
3214 regarding pattern, use gdb_test more, etc.).
3215
3216 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
3217 fail, make test names unique, etc.).
3218
3219Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3220
3221 * gdb.base/nodebug.c: Change return type of top and middle to
3222 short.
3223 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
3224 are fixed by the recent mdebugread.c changes. Allow `short ()'
3225 as type for top and middle.
3226
3227Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3228
3229 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
3230 nearly as I can tell, the whole thing was an accident in Stu's
3231 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
3232 to replace a send/expect pair with gdb_test, but ended up only
3233 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
3234 of 30 Mar 1995 took care of it, but left this vestigial comment
3235 which I am now nuking.
3236
3237Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3238
3239 * gdb.base/break.exp: Look for different line number for
3240 breakpoint at main depending on usestubs.
3241
3242Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3243
3244 * gdb.base/list.exp: Adjust some alternate expect patterns to
3245 match recent list0.c change. Add alternate expect pattern for
3246 output from `list default lines around main' for optimizing
3247 compilers.
3248
3249Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3250
3251 * lib/gdb.exp: If nosignals is not set, set it to 0.
3252
3253Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
3254
3255 * config/slite-gdb.exp: Responds to load symbol table prompt.
3256 * gdb.base/break.exp: Adjust line number, fix rerun.
3257 * gdb.base/langs0.c: Add #ifdef usestubs.
3258
3259Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
3260
3261 * gdb.base/list.exp: Adjust line contents after adding new lines in
3262 list0.c. Also fix a syntax error.
3263
3264 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
3265 * gdb.base/break.exp: ditto.
3266 * gdb.base/list.exp: ditto.
3267 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
3268 * gdb.base/run.c: ditto.
3269 * gdb.base/list0.c: ditto.
3270 * gdb.base/funcargs.c: ditto.
3271
3272Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
3273
3274 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
3275 $targetname, $serialport and $baud instead of hardwired variables.
3276 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
3277 target doesn't support signals.
3278
3279Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
3280
3281 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
3282
3283Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3284
3285 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
3286 Don't rely on the value of an auto variable before it has been
3287 initialized. Use gdb_test more.
3288
3289Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3290
3291 * lib/gdb.exp (default_gdb_version): A version number must start
3292 with a digit, but other than that contains all characters up to
3293 the first whitespace character.
3294
3295Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3296
3297 * gdb.base/commands.exp (breakpoint_command_test): New tests.
3298
3299Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3300
3301 * gdb.c++/*.exp: Warn if executable does not exist. The original
3302 reason for skipping the warning was that configure.in sometimes
3303 intentionally skipped building the executables but the tcl code
3304 had no way of knowing. That (a) was always bogus with respect to
3305 error handling, (b) is no longer true (right now there is no way
3306 to skip C++ tests).
3307
3308 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
3309
3310Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3311
3312 * gdb.base/list.exp: Add expect patterns for output from
3313 SunPRO compiled executables.
3314 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
3315 types.
3316
3317Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3318
3319 * gdb.base/break.exp (test_next_with_recursion): Accept any line
3320 number (we are already testing that the correct source line text
3321 gets printed).
3322
3323 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
3324 that is what is intended, but something needed to be done to get
3325 sunos4 native working again.
3326
3327 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
3328
3329 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
3330 apparently went with a (very) old xfail.
3331
3332Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
3333
3334 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
3335 runto_main is a proc in gdb.exp that will do 'step' for target use
3336 stubs.
3337 * gdb.base/exprs.exp: ditto.
3338 * gdb.base/interrupt.exp: ditto.
3339 * gdb.base/opaque.exp: ditto.
3340 * gdb.base/printcmds.exp: ditto.
3341 * gdb.base/ptype.exp: ditto.
3342 * gdb.base/scope.exp: ditto.
3343 * gdb.base/setvar.exp: ditto.
3344 * gdb.base/signals.exp: ditto.
3345 * gdb.base/twice.exp: ditto.
3346 * gdb.c++/classes.exp: ditto.
3347 * gdb.c++/inherit.exp: ditto.
3348 * gdb.c++/templates.exp: ditto.
3349 * gdb.base/break.exp: no run and hit main for stubs. Change line
3350 numbers for breakpoints and info breakpoint.
3351 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
3352 breakpoint().
3353 * gdb.base/callfuncs.c: ditto.
3354 * gdb.base/exprs: ditto.
3355 * gdb.base/interrupt.c: ditto.
3356 * gdb.base/opaque0.c: ditto.
3357 * gdb.base/printcmds.c: ditto.
3358 * gdb.base/ptype.c: ditto.
3359 * gdb.base/scope0.c: ditto.
3360 * gdb.base/setvar.c: ditto.
3361 * gdb.base/signals.c: ditto.
3362 * gdb.base/twice.c: ditto.
3363 * gdb.c++/misc.cc: ditto.
3364 * gdb.c++/templates.cc: ditto.
3365
3366Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3367
3368 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
3369
3370 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
3371 somewhere between `read' and `main.c'. I'm pretty sure the
3372 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
3373 and it isn't particularly useful.
3374
3375 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
3376
3377Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3378
3379 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
3380
3381Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
3382
3383 * config/mt-slite: add LIBS and -nostdlib.
3384 * config/slite-gdb.exp: add this new file to support sparclite target.
3385
3386Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
3387
3388 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
3389
3390 * gdb.base/a2-run.exp: Change argument to istarget from
3391 "*-*-vxworks" to "*-*-vxworks*".
3392 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
3393
3394Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
3395
3396 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
3397 will not runto main but do a 'step' to step out of breakpoint().
3398 * config/mt-slite: add -Dusestubs.
3399
3400Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3401
3402 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
3403 instead of just @.
3404
3405 * gdb.base/signals.exp: Add test for "handle all print".
3406 * TODO: Remove "handle all print". Also remove item about
3407 checking copyright date (I don't like the idea of a spurious FAIL
3408 based on when we run the tests).
3409
3410 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
3411 for SunOS4 (reason for failure not investigated). Remove
3412 redundant test for $binfile.
3413
3414 * gdb.base/nodebug.c (array_index): Call malloc.
3415
3416 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
3417
3418Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
3419
3420 * gdb.base/recurse.exp: Update gdb_test invocation to use new
3421 conventions and slightly simplify the matching regexp.
3422
3423Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3424
3425 * gdb.base/break.exp: Update gdb_test invocation to use new
3426 convention.
3427
3428 * lib/gdb.exp: If noargs is not set, set it to 0.
3429
3430 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
3431 tests unique.
3432
3433 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
3434
3435Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3436
3437 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
3438 one argument of type "<non-float parameter>".
3439
3440Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
3441
3442 * config/rom68k.exp: New file to support Motorola IDP board.
3443 * gdb.base/a2-run.exp: Skip this file if noargs is set.
3444 * gdb.base/break.c: Change things around so that this program
3445 doesn't depend upon args. This is necessary to make remote
3446 targets work (in general, they can't take args).
3447 * gdb.base/break.exp: Don't try to send args to program. Don't
3448 expect output. Also, replace lots of code with gdb_test.
3449
3450Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3451
3452 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
3453 printing of '\'' (which is what the comment says we are testing,
3454 even though we were not), not '''.
3455 (test_integer_literals_rejected): Test that printing ''' is an error.
3456
3457 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
3458 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
3459 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
3460 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
3461 Use gdb_test not test_print_accept.
3462 * lib/gdb.exp: Remove test_print_accept.
3463
3464 * gdb.base/signals.exp (signal_tests_1): Make pass message
3465 consistent with fail message.
3466
3467 * gdb.base/whatis.exp: Remove xfails for printing char vs.
3468 unsigned char; the bug (PR 1821) is fixed.
3469
3470 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
3471
3472 * gdb.base/scope.exp (test_at_localscopes): Call pass for
3473 successful tests--makes xfailing them work right.
3474
3475Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3476
3477 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
3478 only \r\n, not .*. The test can pass .* as the last thing in
3479 $pattern if that is what it wants. In addition to providing this
3480 flexibility, this change should speed up pattern matching in cases
3481 where the pattern already ended with .* (there were a number of
3482 them). This change also helps catch bad patterns--in the old
3483 scheme the typo "char \*" instead of "char \\*" would pass. Now
3484 it is caught.
3485 * Many .exp files: Update callers.
3486
3487 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
3488 clearer and does not spuriously match multiple ('s. Likewise for
3489 ) and *.
3490
3491 * gdb.base/nodebug.exp: Test ability to call a function and pass
3492 it a string (even with no debugging info).
3493
3494 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
3495 "p '\'", which is the same as "p ''" once tcl gets done with
3496 quoting, to "p '\\'", which I suspect is what is intended (one
3497 backslash gets sent to GDB).
3498
3499 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
3500
3501Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3502
3503 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
3504 1817) was fixed literally years ago.
3505
3506Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3507
3508 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
3509 test, it causes stepping out of call_after_alloca_subr with
3510 optimizing compilers.
3511 (localvars_in_indirect_call): Consume GDB prompt if `finish'
3512 fails.
3513
3514 * gdb.c++/templates.exp: Source templ-info.exp only if
3515 the templates executable exists.
3516
3517 * gdb.c++/misc.cc (class Contains_static_instance,
3518 class Contains_nested_static_instance),
3519 gdb.c++/classes.exp (test_static_members): Test printing of
3520 a class that contains a static instance of the class.
3521
3522Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3523
3524 * gdb.base/langs2.c (cppsub_): Don't prototype.
3525 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
3526 only, I believe).
3527
3528Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3529
3530 * lib/gdb.exp (skip_chill_tests): New procedure.
3531
3532 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
3533
3534Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
3535
3536 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
3537 each expect pattern. Cuts runtime from 12 to about 4 seconds.
3538
3539Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3540
3541 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
3542
3543 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
3544 disassemble 8, not 16, instructions for part 4.
3545
3546 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
3547 support the latter anymore.
3548
3549 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
3550 -DNO_PROTOTYPES.
3551 * gdb.base/callfuncs.c: Control use of prototypes based on
3552 NO_PROTOTYPES, not __STDC__.
3553 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
3554 t_float_values2 tests if prototypes in use.
3555
3556 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
3557 t_double_values): When checking differences against DELTA, check
3558 that difference is within the range (-DELTA,DELTA), not just
3559 (-infinity,DELTA).
3560
3561Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
3562
3563 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
3564 'file' command firts, then 'target', then 'load', this is due to gdb
3565 target set up.
3566 * config/mips-gdb.exp: Fix a couple regular exp bugs.
3567
3568Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
3569
3570 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
3571 FP load/store variants.
3572 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
3573
3574Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
3575
3576 * gdb.base/term.exp: Do not give a warning if not native, it is
3577 not an abnormal condition.
3578
3579Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
3580
3581 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
3582 t_char_array".
3583
3584Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
3585
3586 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
3587 are getting the version number.
3588
3589 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
3590 if not native, it is not an abnormal condition.
3591
3592Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3593
3594 * lib/gdb.exp: Just use "file exists", rather than undocumented
3595 dejagnu procedure "findfile".
3596
3597Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3598
3599 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
3600 (LDFLAGS): Set to -Xlinker -Ur.
3601
3602 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
3603 Removed, these values are set by lib/gdb.exp.
3604
3605 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
3606
3607Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3608
3609 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
3610 of replicating gdb startup code.
3611
3612 * config/mt-vxworks (LDFLAGS): Set to -r.
3613 (CFLAGS_FOR_TARGET): Removed.
3614
3615 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
3616 (gdb) and gdb for vxworks uses (vxgdb).
3617
3618 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
3619 executable is not in the tree and host != target, use sed and
3620 program_transform_name to determine the gdb name used by the
3621 target.
3622
3623 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
3624 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
3625
3626Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3627
3628 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
3629 floats, chars, and shorts where there are ANSI-style function
3630 definitions.
3631
3632 * gdb.base/langs.exp, gdb.base/langs*: New test.
3633 * gdb.base/Makefile.in: Build it.
3634 * TODO: Remove item about checking that C names don't get C++
3635 demangling applied; this test tests it.
3636
3637Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3638
3639 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
3640 went with the const70 xfail. The xfail went away a year ago.
3641
3642 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
3643
3644 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
3645 for hp300.
3646
3647 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
3648
3649 * gdb.base/a1-selftest.exp: Don't run on hp300.
3650
3651Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3652
3653 * Makefile.in (site.exp): Set host_alias and target_alias as well
3654 as host_triplet and target_triplet.
3655
3656Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3657
3658 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
3659
3660 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
3661 places as other ecoff systems).
3662
3663 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
3664 ultrix.
3665
3666Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3667
3668 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
3669 remove them.
3670 * gdb.base/nodebug.exp: Accept "function" in addition to "text
3671 variable and "variable" in addition to "data variable".
3672 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
3673
3674 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
3675 2.
3676 * gdb.base/list1.c (long_line): Add additional statement at start
3677 of function.
3678 * gdb.base/list.exp (test_forward_search): Update line number to
3679 reflect new statement.
3680
3681Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3682
3683 * gdb.base/signals.exp: Reinitialize searched source directories
3684 after gdb_start call.
3685
3686Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
3687
3688 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
3689 * gdb.stabs/Makefile.in: Likewise.
3690
3691 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
3692 change. Instead split the tests into smaller pieces.
3693 * gdb.disasm/hppa.s: Corresponding changes.
3694
3695Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3696
3697 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
3698 Quote ^C when passing it to stty. For some shells ^ is a pipe.
3699
3700 * gdb.base/funcargs.exp: Modify many tests so that every test
3701 either passes or fails. Make some test names unique.
3702
3703Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3704
3705 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
3706 Call stty to set interrupt character.
3707
3708 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
3709 for HP assembler versus GNU assembler based on actual behavior of
3710 $(CC), rather than assuming that $(AS) is always the GNU assembler.
3711
3712 * TODO: Suggest a few more stepping tests.
3713
3714Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
3715
3716 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
3717 restart GDB for h8300 after a continue.
3718 (return): Add pattern to match a29k-udi behavior.
3719 * gdb.base/nodebug.exp: Remove obsolete comment.
3720 * gdb.base/regs.exp: New file, testing of register displays.
3721 * gdb.base/return.exp: Fix typo in reference to $objdir.
3722 * gdb.base/whatis.exp: Always start with a fresh GDB.
3723
3724Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3725
3726 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
3727 higher, these tests generate a lot of output.
3728
3729Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3730
3731 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
3732 code following the catch silently ignored some errors; without the
3733 catch they should be thrown like any other tcl error. Also, the
3734 catch used "" instead of {} which meant all the callers who wanted
3735 to include one of the characters "[]$ had to quote it an extra time.
3736 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
3737 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
3738 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
3739 Remove extra quoting.
3740
3741Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
3742
3743 * gdb.base/commands.exp: Make test names unique; every test either
3744 passes or fails. Update some comments.
3745
3746 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
3747
3748Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3749
3750 The following fixes a FAIL caused by the fact that the alpha stabs
3751 configuration didn't use the ".if alpha" code in weird.def.
3752 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
3753 bit pointer, so the 32 bit version works even on the alpha.
3754 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
3755 Remove the stuff which allowed us to have separate versions for
3756 alpha and everything else.
3757
3758 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
3759 regexp which "info func operator\[\](" is supposed to match. Fix
3760 string to send to GDB. Note that GDB still doesn't work right. Add a
3761 new test for "info func .perator\[\](" which GDB does handle correctly.
3762
3763 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
3764
3765Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3766
3767 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
3768 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
3769 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
3770 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
3771 it makes the tests harder to understand and confuses test-o-matic.
3772 The preferred style is that each test provides a PASS or a FAIL,
3773 and has a unique message (e.g. "continue #54" not just "continue")
3774 which is the same for the pass and the fail.
3775 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
3776 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
3777 to lib/gdb.exp.
3778 * gdb.base/printcmds.exp: Use test_print_accept. Remove
3779 prt_accept which was basically the same thing. Likewise for
3780 test_print_reject and prt_reject.
3781 * lib/gdb.exp (test_print_reject): Add some more error message
3782 patterns to match from the former printcmds.exp (prt_reject).
3783 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
3784 One defect of the passcount stuff is that some of it failed to
3785 report XPASS where appropriate.
3786 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
3787 stuff before and after arg in expected pattern.
3788 (test_paddr_operator_functions): Re-do test without print_addr_of;
3789 this is the only test which seems to want extra stuff there.
3790
3791Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
3792
3793 * gdb.base/nodebug.exp: Update new tests to reflect improved
3794 wording of gdb output.
3795
3796 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
3797 and "ptype" work on variables in files compiled without -g.
3798 Replaces commented out "maint print msymbol" tests.
3799
3800Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
3801
3802 * gdb.base/setvar.c (dummy): Call malloc.
3803
3804 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
3805 losing with the irix4 sed.
3806
3807 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
3808 ALRM" on irix4.
3809
3810Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
3811
3812 * TODO: Remove items about corefile.exp testing new exec-file and
3813 backtrace; both are now done. Add items about printing enums.
3814
3815Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
3816
3817 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
3818 "get signal $thissig" test fails.
3819
3820 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
3821
3822Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
3823
3824 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
3825 compiler warning with dec alpha compiler.
3826
3827 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
3828 extra \n from gdb_test call (this explains why the prompt test
3829 that I removed yesterday was there).
3830 (user_defined_command_test): Remove extra \n and prompt test.
3831
3832 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
3833 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
3834 doesn't exist.
3835 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
3836 Also remove alpha workaround, which turns out to be because
3837 SIGABRT == SIGLOST.
3838
3839 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
3840
3841 * gdb.base/help.exp: Don't test "help show".
3842
3843Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
3844
3845 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
3846 "set print address" is on.
3847 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
3848 pass prompt to gdb_test; gdb_test already looks for the prompt.
3849
3850 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
3851
3852 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
3853 was a vestige of the manual TESTSTRATEGY, and the purpose of it
3854 was to make sure that gdb can read a core file. But (a) the "read
3855 the corefile" part didn't make it to a1-selftest.exp, we just
3856 delete the corefile after creating it, and (b) we test reading
3857 corefiles in corefile.exp anyway. Also, this test left around a
3858 xgdb process on Solaris.
3859
3860 * gdb.base/corefile.exp: Also test backtrace.
3861
3862Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
3863
3864 * gdb.base/commands.exp: Test a simple user defined command with
3865 arguments and if/while statements; verify the full user command is
3866 printed by "show user".
3867
3868 * gdb.base/commands.exp: Test if/while commands as part of a
3869 breakpoint command list; verify they appear in breakpoint
3870 information.
3871
3872Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
3873
3874 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
3875 than by dividing by zero.
3876
3877Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
3878
3879 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
3880 performing an inferior call with watchpoints enabled.
3881 * gdb.base/watchpoint.c (main): Delete second unnecessary read
3882 call.
3883
3884Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
3885
3886 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
3887 of "file" command.
3888
3889 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
3890 Add additional pattern for when "int operator int(void);" appears
3891 in a different order.
3892
3893Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
3894
3895 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
3896
3897 * gdb.base/help.exp: Replace most of docstrings for "info signals"
3898 and "signal" with ".*".
3899
3900Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3901
3902 * TODO: Add note about "handle all nostop".
3903
3904 * gdb.base/{sigall.c, sigall.exp}: New test.
3905 * gdb.base/Makefile.in: Add it.
3906
3907Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
3908
3909 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
3910 when invoking GDB, suppresses any windowing interface.
3911
3912Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
3913
3914 * config/sim-gdb: New file, simulator testing support.
3915
3916Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
3917
3918 * gdb.base/interrupt.exp: Test calling func1 twice.
3919
3920Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
3921
3922 * gdb.base/list.exp (test_forward_search): Set timeout higher
3923 when we'll be getting lots of output from gdb.
3924
3925 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
3926 "init_malloc" to after the expect statement. Run it if that
3927 regexp is taken, but also for two others which happen if source
3928 cannot be found.
3929
3930Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3931
3932 * gdb.base/printcmds.exp: New test, for printing register before
3933 program is running.
3934
3935Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3936
3937 * gdb.base/list.exp: Correct some alternate expect patterns
3938 to reflect changes in list1.c.
3939
3940Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3941
3942 * TODO: Add item regarding large frames.
3943
3944 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
3945
3946 * TODO: Remove item about enabling return.exp; it
3947 is enabled. Suggest a few more "return" tests.
3948
3949Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3950
3951 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
3952 anonymous unions.
3953
3954Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
3955
3956 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
3957 and pr-5646.o, so "make" is the same as "make all", not "make
3958 pr-4975.o".
3959
3960Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
3961
3962 * gdb.base/list.exp: Adjust expectations to reflect changes in
3963 list1.c.
3964 (test_forward_search): New test proc.
3965 * gdb.base/list1.c (long_line): New function, has long source line.
3966
3967Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
3968
3969 * gdb.base/a1-selftest.exp: Change initial stepping to know about
3970 additional line of code that was added.
3971
3972Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
3973
3974 * gdb.disasm/hppa.s: Break the large branching tests into smaller
3975 tests so as not to overflow expect's input buffers.
3976 * gdb.disasm/hppa.exp: Corresponding changes.
3977
3978Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3979
3980 Beginnings of template debugging tests.
3981 * gdb.c++/templ-info.cc: New file to test for template
3982 debugging capability of the compiler.
3983 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
3984 templ-info.cc.
3985 * gdb.c++/templates.cc: Add explicit template instantiations
3986 to enable compiling with -fno-implicit-templates. Add destructor
3987 and 'value' method to T5 class for template tests.
3988 * gdb.c++/templates.exp: Add testcases for printing of template
3989 types, setting breakpoints on template methods and calling a
3990 template method.
3991
3992Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
3993
3994 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
3995 branch target since some assemblers (gas-2.5) may emit a
3996 relocation for the branch instead of resolving it in the
3997 assembler.
3998
3999Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4000
4001 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
4002 through signal handler.
4003
4004Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4005
4006 * configure.in (*-*-netware): Use config/mt-netware.
4007
4008 * config/mt-netware: New file.
4009 * config/mt-i386-netware: Removed, separate configs for different
4010 netware architectures are no longer needed now that we have
4011 --with-headers.
4012
4013Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4014
4015 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
4016 by the recent changes to use ANSI C arithmetic conversions.
4017
4018Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4019
4020 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
4021 bug involving using inferior_pid to figure out whether to select a
4022 frame.
4023
4024Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
4025
4026 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
4027 match the current disassembler output.
4028
4029Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
4030
4031 * gdb.fortran/exprs.exp: Expect VOID instead of void.
4032 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
4033 types, expect "int" as type of integer values (for now).
4034
4035Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
4036
4037 * gdb.base/commands.exp: New tests for if/while commands.
4038
4039Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
4040
4041 * lib/gdb.exp (runto): Replace sub-pattern for hex value
4042 by .*, since hex values have different syntax in Chill mode.
4043
4044Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4045
4046 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
4047 linefeed from expect pattern for repeated types with indices > 9.
4048
4049Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
4050
4051 First part of Fortran test suite.
4052 * gdb.fortran: New directory.
4053 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
4054
4055Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4056
4057 * gdb.base/default.exp: Update expect pattern for load command
4058 without arguments.
4059
4060Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
4061
4062 * configure.in: Change i386 to i[345]86.
4063 * gdb.base/configure.in: Likewise.
4064 * gdb.c++/configure.in: Likewise.
4065 * gdb.chill/configure.in: Likewise.
4066
4067Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
4068
4069 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
4070 patterns, since that is not a valid context for comments.
4071
4072Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
4073
4074 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
4075 repeated types and repeated types with indices > 9.
4076
4077Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
4078
4079 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
4080 2417; old bug has been fixed.
4081
4082Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
4083
4084 * gdb.base/interrupt.exp: When trying to wake up the inferior,
4085 send the newline ourselves instead of assuming gdb_test will do
4086 so when passed an empty input string.
4087
4088 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
4089 stabs testcode.
4090
4091Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4092
4093 * lib/gdb.exp (gdb_test): Don't send anything if the first
4094 argument is an empty string. This makes cases where we want to
4095 match output that is already in expect's buffers (for example,
4096 matching a breakpoint after gdb_run_cmd has been called) work
4097 reliably.
4098
4099Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4100
4101 * config/netware.exp: New file.
4102
4103Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4104
4105 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
4106 the -B and -L prefixes so we can find the debugging stub.
4107
4108 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
4109 there and we are using the gcc from the tree.
4110
4111 * gdb.base/types.c: Removed.
4112
4113 * gdb.base/configure.in: Look for makefile fragments in ../config.
4114 Recognize i386-*-netware.
4115 * gdb.c++/configure.in: Likewise.
4116
4117Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4118
4119 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
4120 the correct TCL syntax.
4121
4122Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4123
4124 * gdb.base/opaque.exp: use runto instead of messing around with
4125 breakpoints. Simplify by using gdb_test.
4126
4127 * gdb.base/bitfields.exp: restart between tests on netware targets
4128 because breakpoints aren't relocated after target death. Run
4129 processes to completion.
4130
4131 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
4132
4133Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
4134
4135 * Makefile.in: Remove extra tabs that confuse some versions
4136 of "make". Use the newly built gdb to test with by default,
4137 rather than the first one in the tester's search path.
4138
4139Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
4140
4141 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
4142
4143 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
4144 condition help.
4145
4146Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4147
4148 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
4149
4150 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
4151 running.
4152 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
4153 * gdb.base/funcargs.exp: Likewise.
4154
4155 * gdb.base/bitfields.exp: Simplify by using gdb_test.
4156 * gdb.base/funcargs.exp: Likewise.
4157
4158 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
4159 message is "".
4160
4161Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4162
4163 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
4164 return,signals,twice}.exp: Handle non-existant binaries
4165 consistantly.
4166
4167 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
4168 * gdb.base/Makefile.in: Don't try to generate a core dump, we
4169 might testing a cross development system.
4170
4171Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4172
4173 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
4174 runtest script is relative to ${srcdir}, not ${rootdir}.
4175
4176Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
4177
4178 * gdb.base/signals.exp: Allow for optionality of breakpoint
4179 address.
4180
4181Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4182
4183 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
4184
4185Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
4186
4187 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
4188 for size_t definition.
4189 * gdb.c++/templates.cc: Likewise
4190
4191 * config/mt-i386-netware: New file.
4192
4193 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
4194 defined.
4195
4196 * gdb.base/Makefile.in: Added support for systems that name core
4197 files by appending "core" to the program name.
4198 * gdb.base/a1-selftest.exp: Likewise.
4199
4200Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4201
4202 * gdb.base/return.exp: Add comment and message for `return double'
4203 test failure on Sparc Solaris.
4204
4205Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
4206
4207 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
4208
4209Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4210
4211 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
4212 from optimizing them away.
4213 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
4214 patterns to include default constructors and assignment operators,
4215 to match gcc versions beyond 2.5.8. Accept any cplus demangling
4216 character in the output of the virtual base pointer.
4217
4218Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4219
4220 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
4221 expression match in print_addr_of to avoid unintented matches.
4222 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
4223 versions up to 2.5.8.
4224
4225Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4226
4227 * gdb.base/list.exp: Tweak alternate pattern for listing of an
4228 included file to run under newer versions of expect.
4229 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
4230 consecutive >'s in templates to accomodate recent cplus-dem.c change.
4231 Remove xfail for the virtual table of BDDHookV.
4232
4233Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
4234
4235 * lib/gdb.exp (string_to_regexp): Set a default result.
4236 (default_gdb_start): Fix misleading message.
4237
4238Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
4239
4240 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
4241 Remove all CC, etc definitions.
4242 * config/mt-hpux: New file.
4243 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
4244 (CFLAGS, LDFLAGS): Define.
4245 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
4246
4247 * Makefile.in (site.exp): Don't insert host_os, etc.
4248 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
4249 (distclean): Check existence of subdir.
4250 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
4251 * gdb.base/Makefile.in: General cleanup and simplification.
4252 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
4253 to build executables. Use default rule to build .o files.
4254 (EXPECT, RUNTEST, CC): Fix relative pathname.
4255 (site.exp): Don't insert host_os, etc.
4256 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
4257 and/or SIGUSR1 defined.
4258 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
4259 * gdb.c++/Makefile.in: General cleanup and simplification.
4260 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
4261 (CFLAGS): Remove.
4262 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
4263
4264Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
4265
4266 * gdb.base/recurse.exp: Misc changes to get tests running again
4267 after Kung's changes to the watchpoint code.
4268 * gdb.base/watchpoint.exp: Likewise.
4269
4270Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
4271
4272 * lib/gdb.exp (string_to_regexp): Convert {\} also.
4273
4274Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
4275
4276 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
4277 * lib/gdb.exp (default_gdb_start): Define.
4278 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
4279 gdb.base/funcargs.exp, gdb.base/opaque.exp,
4280 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
4281 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
4282 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
4283 Don't call gdb_target_udi in between tests.
4284
4285Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4286
4287 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
4288 (which was basically just a local version of the same thing). In
4289 addition to avoiding duplication, gdb_test_exact is faster.
4290 * lib/gdb.exp (gdb_test_exact): Fix typo.
4291
4292 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
4293 don't give an error.
4294
4295 * gdb.base/term.exp: Call delete_breakpoints before starting.
4296
4297 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
4298 (t10): Add comment.
4299
4300Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
4301
4302 Reorganization of the GDB Test Suite.
4303
4304 * gdb.base: New directory, contains all the basic tests.
4305 * gdb.c++: New directory, tests specific to C++.
4306 * gdb.chill: New directory, tests specific to Chill.
4307 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
4308 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
4309 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
4310 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
4311 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
4312 t30-31 to chill).
4313 * */gdbme.*: Rename to match appropriate expect scripts.
4314 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
4315 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
4316 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
4317 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
4318 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
4319 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
4320 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
4321 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
4322 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
4323 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
4324 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
4325 gdb.c++/virtfunc.cc: New names of C++ files.
4326 * gdb.chill/chillvars.ch: New name of Chill file.
4327 * gdb.base/configure.in, gdb.c++/configure.in,
4328 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
4329 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
4330 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
4331 * configure.in (configdirs): Update to reflect directory changes.
4332 (target_abbrev): No longer define for any configuration.
4333 * Makefile.in: Cosmetic improvements to header comments.
4334
4335Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
4336
4337 Various changes to gdb.t31:
4338
4339 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
4340 * gdbme.ch: Make all key-words and predefineds be upper-case.
4341 * chillvars.exp: Expect key-words and predefinds in upper-case.
4342
4343 * chillvars.exp: Use gdb_test_exact many places.
4344 Change expected output for arrays (which now includes index labels).
4345
4346 * pr-5020.exp, gdme.ch (module PR_5020):
4347 New test, for PR-5020.
4348
4349Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
4350
4351 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
4352 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
4353
4354Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
4355
4356 * Makefile.in: Fix bit-rot in definitions of CHILL,
4357 CHILL_FOR_TARGET and Chill_LIB.
4358 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
4359 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
4360 CHILL, and CHILL_LIB.
4361
4362Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
4363
4364 * Revert the previous changes. Please see Rob's directory
4365 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
4366
4367Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
4368
4369 * Makefile.in, configure.in, config/mips-gdb.exp,
4370 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
4371 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
4372 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
4373 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
4374 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
4375 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
4376 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
4377 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
4378 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
4379 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
4380 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
4381 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
4382 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
4383 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
4384 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
4385 changes from 94Q1.
4386
4387Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
4388
4389 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
4390 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
4391 Rob's new testing fragments.
4392
4393Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
4394
4395 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
4396 lib/gdb.exp: Replace error proc calls with perror.
4397
4398Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
4399
4400 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
4401 version also, match on casted version strings, and match on
4402 gdb startup case where the line numbers might be messed up.
4403
4404Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
4405
4406 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
4407 (CFLAGS): Delete it from here.
4408
4409Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
4410
4411 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
4412
4413Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
4414
4415 * Makefile.in (RUNTEST): Default to just "runtest".
4416
4417Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4418
4419 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
4420 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
4421 the code has been restructured.
4422
4423Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4424
4425 * gdb.t00/default.exp (set write): Allow any number of \r and/or
4426 \n, not just one of each.
4427
4428 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
4429 /bin/cc gives a warning if you do.
4430
4431Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
4432
4433 * gdb.t24/demangle.exp: change expect pattern of
4434 __t10ListS_link1ZUiRCUiPT0
4435
4436Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4437
4438 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
4439 on local variables in recursive functions.
4440
4441 * gdb.t07/Makefile.in: Build the new test.
4442
4443Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4444
4445 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
4446 directly. Instead compare the return values from actual calls.
4447
4448Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
4449
4450 * Makefile.in (check): Set TCL_LIBRARY for runtest.
4451
4452Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4453
4454 * From Peter Schauer with minor modifications.
4455 * gdb.t15/return.exp (return_tests): Handle targets where "return"
4456 stops in mid-line in the caller. Add xfail for returning a float
4457 value on X86 targets.
4458
4459Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4460
4461 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
4462 to avoid expect lossage.
4463 (fmem_LRbug_tests): Likewise.
4464 * gdb.disasm/hppa.s: Corresponding changes.
4465
4466 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
4467 conditions to work with latest dejagnu/expect.
4468
4469 * gdb.t15/funcargs.exp (finish from indirect call): No longer
4470 expected to fail on the PA.
4471 (backtrace in call with trampolines): Explicitly require main
4472 to be frame #1 (no trampolines should show up in backtrace).
4473
4474 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
4475 "continue -expect".
4476 * gdb.t06/break.exp: Likewise.
4477 * gdb.t07/watchpoint.exp: Likewise.
4478 * gdb.t13/bitfields.exp: Likewise.
4479 * gdb.t15/{funcargs,return}.exp: Likewise.
4480 * gdb.stabs/weird.exp: Likewise.
4481 * config/{mips,udi}-gdb.exp: Likewise.
4482
4483 * hppa.sed: Enclose comments within a sed command to avoid
4484 losing with the old OSF1 sed.
4485
4486Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4487
4488 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
4489 sequent dynix.
4490 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
4491 * gdb.t15/funcargs.exp: Conditionally step again to really
4492 finish from marker_call_with_trampolines. Handle the case where
4493 the first step from within call_with_trampolines already steps
4494 us back to main.
4495 * gdb.t15/gdbme.c: Add comment to closing brace of
4496 call_with_trampolines for funcargs.exp.
4497
4498Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4499
4500 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
4501 Fix typo(s).
4502
4503Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4504
4505 * gdb.t07/gdbme.c: More code for watchpoint testing.
4506
4507 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
4508 "Hardware watchpoint" throughout file.
4509 (test_watchpoint_triggered_in_syscall): New test.
4510 (test_complex_watchpoint): New test.
4511
4512Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4513
4514 * gdbme.c (call_with_trampolines): New function to try and step
4515 into. Tests trampoline problems on the PA.
4516
4517 * funcargs.exp (localvars_in_indirect_call): No longer expect
4518 stepping into indirect call to fail on PAs.
4519 (test_stepping_over_trampolines): New test.
4520
4521Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4522
4523 * TODO: Add suggestions for static member function tests, and
4524 completion tests.
4525
4526Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4527
4528 * TODO: Add suggestions for "p/a" tests.
4529
4530 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
4531 (default_gdb_exit): Replace all the hair with sending "quit" to
4532 the process with a simple close.
4533
4534Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4535
4536 * TODO: Add suggestions for shared library tests.
4537
4538Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4539
4540 * TODO: Add suggestions for x/s tests.
4541
4542Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4543
4544 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
4545 "enable once", and "enable breakpoints once" with ".*".
4546
4547Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4548
4549 * TODO: Add suggestions about structure passing tests.
4550
4551Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4552
4553 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
4554 the primary1 test, use work around if __GNUC__ < 2.
4555 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
4556 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
4557 Test for bad output rather than waiting for timeout. Issue
4558 second continue only if first continue failed.
4559
4560Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
4561
4562 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
4563 operator[] test with gdb_test because the old code didn't seem to
4564 be getting the quoting right with the new dejagnu.
4565
4566Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
4567
4568 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
4569 one from the path.
4570 * Makefile.in: Use a fresh expect if there is one, use runtest
4571 from the src tree if there is one.
4572
4573Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
4574
4575 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
4576 next over recursive call. Revise the tests from that point on
4577 (which had been skipped) to match GDB's actual (correct) output.
4578
4579 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
4580 with next over a breakpoint whose condition is false.
4581
4582 * gdb.t00/help.exp: Comment out "help set print" tests just like
4583 (and for same reason as) "help set" test.
4584
4585Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4586
4587 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
4588 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
4589
4590Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4591
4592 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
4593 necessary gdb_target_udi.
4594
4595 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
4596
4597 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
4598 1838 and 2417; they are fixed.
4599
4600 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
4601 gdb.t03/ptype.exp (ptype structure, ptype union):
4602 Remove xfails; the test is looser than when the xfails were added.
4603
4604 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
4605 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
4606
4607 * gdb.t01/run.exp: Only run shell test if isnative.
4608
4609 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
4610 since "run" automatically loads if necessary. Call gdb_target_udi
4611 after the "file" since "file" kills any execution target.
4612
4613 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
4614 GDB. GDB doesn't work that way (not anymore at least) on UDI.
4615 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
4616 argument for UDI.
4617
4618Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
4619
4620 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
4621
4622 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
4623
4624Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4625
4626 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
4627 properly quoting regexps. This makes the second argument to
4628 demangle a fixed string, which matches the callers, instead of a
4629 shell-style pattern which is what the previous implementation
4630 used. Update some of the callers.
4631
4632Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4633
4634 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
4635 (comib_nullified_tests): Fix typo.
4636 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
4637 strings. No longer expected to fail.
4638
4639 * gdb.disasm/hppa.s (addib_tests): Fix typo.
4640 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
4641 strings. No longer expected to fail.
4642
4643 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
4644 string. No longer expected to fail.
4645
4646Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4647
4648 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
4649 No longer expected to fail.
4650
4651 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
4652 string. No longer expected to fail.
4653
4654Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4655
4656 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
4657 only in the names (I probably got most of them). I was even
4658 generous with some which differed in underscores in names, and
4659 probably missed a few, and I *still* was able to remove almost a
4660 third of the file with almost no impact on testsuite coverage.
4661
4662Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4663
4664 * gdb.t00/default.exp: Match udi_attach error message as well as
4665 the one from child_attach.
4666
4667 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
4668
4669 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
4670
4671 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
4672 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
4673
4674 * Move test with enums and partial symbols back to
4675 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
4676 Reverts the change of 26 May 93. Per today's change to
4677 stabs.texinfo, the behavior that weird.exp was expecting was
4678 unreasonable; what is important is that the compiler+gdb get
4679 things right, which happens with a recent gcc. Also fix the test
4680 to deal with native compilers which put out the stab gdb can't
4681 deal with.
4682
4683Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4684
4685 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
4686 in the names. The main thing these accomplish is to slow things down.
4687 Many more such duplicates surely remain.
4688
4689 * gdb.t00/help.exp: Comment out "help support" test just like
4690 (and for same reason as) "help set" test.
4691
4692Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
4693
4694 * gdb.t06/break.exp: Remove setup_xfails for
4695 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
4696 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
4697 about known bug in gcc to include up through 2.5.8.
4698 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
4699 well as "_vb$".
4700 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
4701 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
4702 with latest gcc and gdb.
4703 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
4704 well as "_vb$".
4705
4706Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4707
4708 * configure.in (hppa*-*-*): Also configure and build stabs-only
4709 tests.
4710
4711Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4712
4713 * gdb.t10/hppa.mt: A makefile fragment for the PA.
4714 * gdb.t10/configure.in (hppa*-*-*): Use it.
4715
4716Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4717
4718 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
4719
4720Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4721
4722 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
4723 versions prior to 1.13.5.
4724
4725Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4726
4727 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
4728 the prompt is at the start of a line.
4729
4730Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
4731
4732 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
4733 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
4734 in the copr tests now.
4735 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
4736 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
4737 expected to fail.
4738
4739Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
4740
4741 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
4742 gdb.t31/chillvars.exp, lib/gdb.exp:
4743 Tweak to run under either version of expect.
4744 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
4745 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
4746 * gdb.t11/list.exp: Remove extraneous whitespace.
4747
4748Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4749
4750 * gdb.t16/printcmds.exp (test_print_strings): Accept
4751 "(unsigned char *) " before the string.
4752
4753 * TODO: Add notes about printing of fancy types and GDB expressions.
4754
4755Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
4756
4757 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
4758 * gdb.t06/configure.in: Don't try to compile signals test program
4759 if doing mips-idt-ecoff.
4760
4761Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
4762
4763 * Most .exp files: Tweak to run under either version of expect.
4764
4765Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4766
4767 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
4768 xfails; I'm not sure why they are failing, but not because of PR 1806.
4769
4770Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
4771
4772 * config/unix-gdb.exp: Remove gdb_unload cause it's already
4773 defined in lib/gdb.exp.
4774
4775Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4776
4777 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
4778 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
4779 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
4780 have to be typeless.
4781
4782Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
4783
4784 * TODO: Add suggestion for copyright year test.
4785
4786Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
4787
4788 * configure.in (*-*-lynxos*): Add stabs tests.
4789
4790Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4791
4792 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
4793 so insert a tab before any assembler directive in column zero.
4794
4795 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
4796 stores.
4797 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
4798 stores.
4799 (fpu_short_memory_tests): Likewise.
4800
4801Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4802
4803 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
4804 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
4805 .stabs directives in comments.
4806
4807Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4808
4809 * TODO: New file, describing tests we could write.
4810 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
4811
4812Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4813
4814 * gdb.t06/signals.exp: Add kludge to force re-sync.
4815
4816 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
4817 to xgdb instead of gdb, get out of gdb.
4818
4819Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
4820
4821 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
4822 for info.
4823
4824Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
4825
4826 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
4827 * gdb.stabs/configure.in (hppa*-*-*): Use it.
4828 * gdb.stabs/hppa.sed: New sed script for the PA.
4829
4830Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4831
4832 * gdb.stabs: Re-write weird.def and configuration to use sed
4833 instead of cpp. sed is portable and POSIX; cpp is neither.
4834
4835Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4836
4837 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
4838
4839Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4840
4841 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
4842
4843Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4844
4845 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
4846 "_vb$".
4847 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
4848 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
4849
4850Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4851
4852 * lib/gdb.exp: Comment out code which depends on non-existent
4853 `transform' procedure.
4854
4855Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
4856
4857 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
4858 * lib/gdb.exp: Transform tool name.
4859 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
4860 1.1's new error handling system.
4861
4862Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4863
4864 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
4865
4866Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4867
4868 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
4869 They made pattern matching so slow that timeouts happened on
4870 heavily loaded systems. Now any output from "show print" which
4871 gets us back to the GDB prompt is a PASS.
4872
4873Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
4874
4875 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
4876
4877Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4878
4879 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
4880
4881 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
4882 It is not from PR 3220.
4883
4884Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4885
4886 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
4887 just started failing because they depended on the order the
4888 subcommands are presented, or exact docstring text. This kind of
4889 test is a pain and has minimal benefit.
4890
4891Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4892
4893 * gdb.t09/corefile.exp: At end of test, use "core" command with
4894 no arguments.
4895
4896Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
4897
4898 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
4899 17}/Makefile.in: Make it possible to run the testsuite with Sun
4900 make and CC = cross gcc by adding explicit build rules for .o
4901 files.
4902
4903Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4904
4905 * gdb.t15/funcargs.exp: Don't put comments on same line as
4906 setup_xfail (@#$*%& tcl braindamage!).
4907
4908Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4909
4910 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
4911
4912Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
4913
4914 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
4915 * gdb.t20/inherit.exp: remove three dumplicate entries.
4916
4917Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4918
4919 * gdb.t06/break.exp: For "next over recursive call", fail on any
4920 incorrect output, not just on "factorial (value=2)".
4921
4922Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4923
4924 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
4925 working now. Add an xfail if accesing a bss variable causes
4926 a memory error if the target is not yet run.
4927
4928Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4929
4930 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
4931 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
4932 name of __st* demangling (2 strings). Did Kung really get the
4933 more than 95 others right without testing them?
4934
4935Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
4936
4937 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
4938
4939Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
4940
4941 * configure.in (configdirs): Add gdb.disasm
4942 * gdb.disasm: New directory for GDB disassembler tests.
4943 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
4944
4945Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4946
4947 * gdb.t00/help.exp: Don't test "help set".
4948
4949 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
4950 from within expect statements. None of these happen anymore and
4951 they cause regressions to be silently unnoticed.
4952
4953 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
4954 messages) about known failures with gcc cygnus-2.4.5-930417.
4955
4956 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
4957 comp-info.exp so it gets built if it doesn't exist.
4958
4959 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
4960 it is no longer used.
4961 * gdb.t13/comp-info.c: Removed.
4962
4963Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
4964
4965 * gdb.t06/signals.exp: Add xfail for sun3.
4966
4967Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
4968
4969 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
4970 relevant because ^C doesn't get sent but failure can be reproduced
4971 interactively).
4972
4973Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4974
4975 * gdb.stabs/alpha.mt: New configuration file for alpha.
4976 * gdb.stabs/configure.in: Use it.
4977 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
4978 sharing with alpha.mt, redefine long to word via preprocessor.
4979 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
4980 for alpha.
4981 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
4982 native cc.
4983 * gdb.t00/teststrategy.exp: Change expect string so that we
4984 consume the `(xgdb)' from the command echo and from the gdb prompt.
4985 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
4986 gdb currently compares all values as long, so this failure probably
4987 applies to any configuration where LONGEST is bigger than a target int.
4988 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
4989 with gcc.
4990 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
4991 to handle opaque pointers, gcc is.
4992 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
4993 as first argument. Include <sys/types.h> and change all operator
4994 new definitions to use size_t.
4995 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
4996 now that we use size_t.
4997
4998Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4999
5000 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
5001 a long or float array cast all array members to the same type.
5002 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
5003 with 64 bit longs.
5004 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
5005 on alpha.
5006 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
5007
5008Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5009
5010 * gdb.t24 (demangle.exp): Constructors of templates have names like
5011 vector<int>::vector(int) not vector<int>::vector<int>(int). See
5012 section 14.6 of the ARM.
5013
5014 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
5015 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
5016 accomplish little and slow down the testsuite.
5017
5018 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
5019 Accept spaces various places.
5020
5021Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5022
5023 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
5024 with watchpoint enabled.
5025
5026 * Makefile.in: Remove definition of CC and remove the second
5027 definition of CXX (the "CXX = gcc" one remains). These definitions
5028 were causing backquotes to be expanded within backquotes, which
5029 doesn't work.
5030
5031Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
5032
5033 * gdb.t17/callfuncs.exp: Add "return 0" to end.
5034
5035Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5036
5037 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
5038 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
5039 by mips cc and contains no stabs entries.
5040
5041Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
5042
5043 * config/vx-gdb.exp: Use fake device to load files rather than
5044 NFS.
5045 * lib/gdb.exp: New proc to do "file" command.
5046 * config/unix-gdb.exp: Use new "file" proc.
5047
5048Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
5049
5050 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
5051 Rework board rebooting slightly.
5052 (gdb_exit): Don't exit from the remote shell; there isn't one.
5053 * gdb.stabs/weird.exp: If a program is being debugged already,
5054 kill it.
5055 * gdb.t04/setvar.exp: Stop and restart gdb.
5056 * gdb.t05/expr.exp: Likewise.
5057 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
5058 restart gdb and reload the program.
5059 * gdb.t08/opaque.exp: Likewise.
5060 * gdb.t12/scope.exp: Likewise.
5061 * gdb.t13/bitfields.exp: Likewise.
5062 * gdb.t15/funcargs.exp: Likewise.
5063 * gdb.t20/classes.exp: Likewise.
5064 * gdb.t03/ptype.exp: Increase timeout.
5065 * gdb.t16/printcmds.exp (test_print_string_constants,
5066 test_print_array_constants): Likewise.
5067 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
5068 * gdb.t20/classes.exp (do_tests): Likewise.
5069 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
5070
5071Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
5072
5073 * gdb.stabs: Renamed *wierd* to *weird*.
5074
5075Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
5076
5077 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
5078 for timeout. Add "known gcc 2.4.5 bug" to failure message.
5079
5080Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
5081
5082 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
5083 (do_tests): Remove xfail for whatis on one_var and two_var.
5084
5085Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
5086
5087 * Makefile.in: Made cross building work better by adding
5088 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
5089
5090Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5091
5092 * gdb.t15/{return.c,return.exp,Makefile.in}:
5093 New test, currently commented out.
5094
5095Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
5096
5097 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
5098 still running and removes the leftover named socket so GDb can do
5099 clean restarts.
5100
5101Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
5102
5103 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
5104 console, not GDB.
5105 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
5106 cross testing works better with "make check"
5107 * config/unix-gdb: Use default procedures for exit and version.
5108 * config/vx-gdb.exp: Cleaned up and massaged back to working order
5109 with the newest VxWorks.
5110
5111Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5112
5113 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
5114 old form.
5115
5116 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
5117 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
5118
5119 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
5120
5121 * config/unix-gdb.exp: Remove this version of gdb_exit
5122 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
5123 Rob says he'll look at it when he gets back to testing boards.
5124
5125Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
5126
5127 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
5128 an expected fail for certain ptype commands.
5129
5130 * gdb.t20/classes.exp: Update expected results of "ptype class
5131 Base1" to account for the constructor that now appears in the type.
5132
5133Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
5134
5135 * configure.in (configdirs): Restore gdb.t04, which mysteriously
5136 disappeared from list.
5137 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
5138 "alldone" proc with call to cleanup and exit.
5139 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
5140 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
5141 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
5142 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
5143 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
5144 "alldone" proc with simple returns that suppress remaining
5145 tests. The alldone proc went away many months ago.
5146
5147Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5148
5149 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
5150
5151 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
5152
5153Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5154
5155 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
5156 as vax gdb will display them.
5157
5158Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5159
5160 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
5161 optimizers.
5162
5163 * scope.exp: Change "bad value for localval" messages so each one
5164 is unique.
5165
5166 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
5167 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
5168
5169 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
5170
5171Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5172
5173 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
5174 doesn't exist (due to optimization).
5175
5176Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5177
5178 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
5179 contains \r because the filename is long.
5180
5181 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
5182 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
5183
5184Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5185
5186 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
5187 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
5188 Ultrix.
5189 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
5190 int tests.
5191 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
5192
5193Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
5194
5195 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
5196
5197 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
5198 to match does not match the passing case but still matches the
5199 failing case.
5200
5201Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5202
5203 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
5204
5205Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
5206
5207 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
5208 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
5209 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
5210 Remove various versions of gdb_exit.
5211 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
5212 gdb_exit.
5213 * config/unix-gdb.exp: gdb_exit remains here, and should override
5214 the generic version, since it's doing a lot of wierd stuff that
5215 the other versions aren't. FIXME, fold it in, or abandon this
5216 version.
5217
5218Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5219
5220 * gdb.t24/demangle.exp: Add tests for PR 3220.
5221
5222Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5223
5224 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
5225
5226Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
5227
5228 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
5229 "i386-*-*". Works for i486 as well.
5230
5231 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
5232 bug, and expand domain of xfail to all SVR4 systems, since the
5233 actual problem is likely to be in generic SVR4 /proc support.
5234
5235Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5236
5237 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
5238
5239Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
5240
5241 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
5242 xfails for other systems. Match a missing 'Continuing.' as an
5243 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
5244
5245 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
5246 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
5247 Only issue warning for missing executables if -all option is used.
5248
5249 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
5250 file if -all option is used. It's like an unpredictable XFAIL.
5251
5252Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5253
5254 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
5255 for dynamically linked binaries.
5256
5257 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
5258
5259Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5260
5261 * gdb.t20/inherit.exp: Change message for "print tagless struct"
5262 to state that this is a known bug in old versions of g++.
5263
5264Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5265
5266 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
5267 while waiting for `Continuing'.
5268
5269Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
5270
5271 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
5272 in text, data, and bss.
5273 * gdb.t10/nodebug.c: Add local and global test variables for
5274 initialized and uninitialized data.
5275
5276Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5277
5278 * config/unix-gdb.exp (gdb_exit): Add "wait".
5279
5280Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5281
5282 * gdb.t06/signals.exp: xfail the continue from the handler for all
5283 targets.
5284
5285 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
5286 function with watchpoints enabled, the i386 call dummy starts with
5287 a call.
5288
5289 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
5290 386 bsd names its corefiles.
5291
5292Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
5293
5294 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
5295 compilers don't grok it.
5296 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
5297 with small octal ints rather than character constants, which
5298 are signed and might not fit if first promoted to int.
5299
5300Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
5301
5302 * gdb.t09/Makefile.in (clean): Remove corefile.
5303
5304Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5305
5306 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
5307
5308Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5309 and Jim Kingdon (kingdon@cygnus.com)
5310
5311 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
5312 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
5313 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
5314
5315Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5316
5317 * gdb.t17/interrupt.exp: Add xfail for hppa.
5318
5319Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5320
5321 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
5322 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
5323 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
5324 to determine signed-ness of bitfields and use the result to setup
5325 the xfail.
5326 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
5327 * gdb.t15/funcargs.exp: Use them to step until the second indirect
5328 call line is reached if necessary.
5329
5330Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5331
5332 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
5333
5334Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5335
5336 * gdb.t06/break.exp: Also test `clear' command.
5337
5338Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
5339
5340 * gdb.t00/teststrategy.exp: Remove extra quote.
5341
5342 * gdb.t07/watchpoint.exp: Change xfail for calling function with
5343 watchpoint enabled to be for all non-68k machines.
5344
5345 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
5346
5347Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5348
5349 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
5350 targets use aout.mt instead of ecoff.mt as gas understands
5351 standard aout format.
5352
5353Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
5354
5355 * lib/gdb.exp (runto): Don't insist that function we are running to
5356 was compiled with -g.
5357
5358 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
5359
5360 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
5361 to get back into the read system call.
5362 Accept leading newline in case where we woke it up.
5363
5364Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5365
5366 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
5367 to make the stabs test work on ecoff systems using gcc and -with-stabs.
5368 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
5369 enable ecoff configuration.
5370
5371Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5372
5373 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
5374
5375Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5376
5377 * gdb.t16/printcmds.exp: Add another printf test.
5378
5379Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
5380
5381 * configure.in: If configured -with-stabs on any target, add
5382 stabsdirs to configdirs.
5383
5384Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5385
5386 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
5387 fun" so pattern does not match the command itself.
5388
5389Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5390
5391 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
5392
5393Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5394
5395 * gdb.t17/interrupt.exp: Test for more things.
5396
5397Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5398
5399 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
5400 compiler arranges the code and line numbers.
5401
5402 * gdb.t17/interrupt.exp: Don't send \n after ^C.
5403
5404Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5405
5406 * gdb.t00/help.exp: Increase expect input buffer size.
5407
5408Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5409
5410 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
5411
5412 * gdb.t07/watchpoint.exp: Add xfail for hppa.
5413
5414 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
5415
5416 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
5417 [0-9]*, not just [0-9].
5418
5419Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5420
5421 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
5422
5423 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
5424
5425Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5426
5427 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
5428
5429Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5430
5431 * gdb.t06/signals.c: Add xfails for sun3.
5432
5433 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
5434
5435 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
5436 test_stepping tests.
5437
5438Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5439
5440 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
5441
5442 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
5443
5444 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
5445 rather than actually putting it through cpp twice.
5446
5447 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
5448
5449Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
5450
5451 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
5452 no longer needed.
5453
5454Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5455
5456 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
5457
5458 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
5459 C++ features prints as "struct", make it a pass, not an xfail.
5460
5461Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5462
5463 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
5464 Don't require VA to print as "class" rather than "struct".
5465
5466Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
5467
5468 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
5469
5470Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5471
5472 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
5473
5474Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5475
5476 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
5477 order.
5478
5479Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5480
5481 * gdb.t16/printcmds.exp: Add printf tests.
5482
5483 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
5484
5485 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
5486
5487Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
5488
5489 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
5490 pass counts, to counteract any existing or future setup_xfails.
5491
5492Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5493
5494 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
5495 {BEGIN,END}_COMMON for common block instead of STAB.
5496 * gdb.stabs/wierd.exp: Add xfail for rs6000.
5497
5498 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
5499 intp_var should be N_GSYM not N_LSYM.
5500 wierd-aout.S: Use a label for the value of the N_SO.
5501 wierd.def: Remove all backslashes.
5502 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
5503
5504Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5505
5506 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
5507 get the expected next to inheritance3.
5508
5509Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5510
5511 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
5512 now that gcc-2.4 gets it right.
5513
5514Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5515
5516 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
5517
5518 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
5519 generating comp-info.exp which works for cross-compilation.
5520
5521Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
5522
5523 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
5524 "*-*-sysv4.*".
5525
5526Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
5527
5528 * gdb.t01/run.exp: Start with a fresh gdb.
5529 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
5530 SVR4.x.
5531
5532Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
5533
5534 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
5535 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
5536 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
5537 Makefile.in (distclean, realclean): Remove gdbme.c from list of
5538 things to remove.
5539
5540Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
5541
5542 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
5543 test cases from bug reports.
5544
5545Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
5546
5547 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
5548 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
5549 avoid spurious xfails.
5550 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
5551 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
5552 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
5553
5554Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
5555
5556 * gdb.t00/teststrategy.exp: Rework to provide more useful
5557 description of each test, fix problem with systems that define
5558 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
5559 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
5560 results for "next over recursive call" so timeouts aren't taken
5561 by error.
5562
5563Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
5564
5565 * gdb.t12/scope.exp: Test printing of variables before run.
5566
5567 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
5568 printed in wrong order due to sorting.
5569
5570Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
5571
5572 * gdb.t00/teststrategy.exp: Fix expected results for printing
5573 user entered string constant. Is array of char, prints with no
5574 address.
5575
5576 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
5577 commands.
5578 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
5579 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
5580 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
5581 of struct of char arrays.
5582 * gdb.t00/radix.exp: New tests for radix commands.
5583
5584Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
5585
5586 * gdb.t16/printcmd.exp: Print a variable before running program
5587 (with xfail for AIX).
5588
5589Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
5590
5591 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
5592
5593 * gdb.t16/printcmd.exp: Don't print variables before running program.
5594
5595 * gdb.t06/break.exp: Don't require envp argument to main.
5596
5597 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
5598
5599 * gdb.t02/whatis.exp, gdb.t11/list.exp:
5600 Add xfails for rs6000.
5601
5602 * gdb.t02/whatis.exp: Change other tests not to re-test something
5603 we already tested.
5604
5605 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
5606 each type used has a variable of that type.
5607
5608Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
5609
5610 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
5611
5612Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5613
5614 * configure.in: change srctrigger to be a file, not a directory
5615
5616Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
5617
5618 * configure.in (mips-idt-ecoff*): Added trailing '*'.
5619
5620 * gdb.t11/list.exp: Fixed a couple of typos.
5621
5622Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
5623
5624 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
5625 is fixed and PR is closed.
5626 * gdb.t16 (gdbme.c): Add simple test string variable.
5627 * gdb.t16 (printcmds.exp): Add tests with simple test string
5628 variable, primarily for boundaries on "set print elements".
5629
5630Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
5631
5632 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
5633 Make leading 0's optional and don't expect a tab in the middle
5634 of the number.
5635
5636 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
5637
5638 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
5639 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
5640 don't end command passed to gdb_test with newline.
5641
5642 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
5643 signed keyword away, don't expect signed bitfields to be signed.
5644
5645 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
5646 printing with only as many 1's as are in the field as well as printing
5647 with 32 1's (see comment).
5648
5649Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
5650
5651 * gdb.t00/default.exp: Start with a fresh gdb.
5652 * configure.in (configdirs): Remove gdb.t31 until the chill
5653 compiler works again. It no longer is able to find chillrt0
5654 since it isn't in libchill.a anymore.
5655 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
5656 wierd.o, make more modular.
5657 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
5658 spurious newlines that caused problems.
5659
5660Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5661
5662 * Move test with enums and partial symbols from gdb.t03/ptype.exp
5663 to gdb.stabs/wierd.exp since GCC has worked around the bug.
5664 gdb.stabs/wierd.{exp,def}: Many new tests.
5665
5666 * gdb.t00/default.exp: update info line for new message.
5667
5668 * gdb.t02/{whatis.exp,gdbme.c}:
5669 Test that "char *" doesn't print as "caddr_t".
5670
5671Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5672
5673 * gdb.t00/help.exp: Use .* in place of some help messages which
5674 just changed.
5675 gdb.t00/default.exp: Update "info frame" test for new message.
5676 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
5677 Remove some xfails
5678
5679Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5680
5681 * gdb.t03/{gdbme.c,ptype.exp}:
5682 Add tests for typedef'd struct and union without tags.
5683 Also check "whatis" on a variable of a typedef'd enum without a tag.
5684
5685 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
5686 PRMS 1823; the bug still exists but isn't reproduced by this test
5687 anymore), and remove rs6000 XFAIL (the bug is fixed).
5688
5689 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
5690 duplicated from whatis.exp. For those that are left, accept
5691 "long", "long int", or "int" for long variables (whatis.exp already
5692 has an XFAIL for "int", so no need to fail it here).
5693
5694 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
5695 Deal with GCC's names for types now that GDB uses the compiler's names.
5696
5697 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
5698 setup_xfail's for sunos4. If we #defined the signed keyword away,
5699 don't expect GDB to know that char it is signed.
5700
5701 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
5702
5703Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
5704
5705 * configure.in (configdirs): Add gdb.t24 for C++ tests that
5706 should work on any system, regardless of debugging format.
5707 * gdb.t21/demangle.exp: Move to gdb.t24.
5708 * gdb.t24/demangle.exp: Move from gdb.t21.
5709 * gdb.t24/{Makefile.in, configure.in}: New files.
5710
5711Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5712
5713 * configure.in: Do gdb.stabs and C++ tests only for stabs.
5714 * gdb.stabs: New directory.
5715
5716Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
5717
5718 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
5719 not just "Quit anyway?".
5720
5721Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
5722
5723 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
5724 that all setup_xfails are immediately followed by clear_xfails.
5725
5726Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
5727
5728 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
5729 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
5730 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
5731 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
5732 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
5733 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
5734 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
5735 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
5736 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
5737 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
5738 gdb.t31/chillvars.exp, lib/gdb.exp:
5739 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
5740 bug-gdb@prep.ai.mit.edu.
5741
5742Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
5743
5744 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
5745 with 0.0, not integer 0.
5746
5747Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
5748
5749 * gdb.t06/break.exp: Update for "Kill the program" message change.
5750
5751Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
5752
5753 * Makefile.in (GDBFLAGS): Set to -nx.
5754 * Makefile.in (site.exp): Use GDBFLAGS.
5755
5756Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
5757
5758 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
5759 Makefiles.
5760 (check): depend on just-check.
5761 (just-check): added so that tests can be run without a noop
5762 build pass.
5763
5764Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
5765
5766 Switch to using configure's configdirs.
5767 * Makefile.in (Makefile): add configure.in dependency.
5768 (SUBDIRS): removed redundant assignment.
5769 * configure.in: switch subdirs assignment to configdirs.
5770 * gdb.t*/configure.in: new files.
5771
5772Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
5773
5774 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
5775 works.
5776
5777Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
5778
5779 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
5780 in explicit rules. Apparently this is not supported by some makes.
5781
5782Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
5783
5784 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
5785
5786Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5787
5788 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
5789 disappeared.
5790
5791Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
5792
5793 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
5794
5795Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
5796
5797 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
5798 watchpoint problem that is now fixed.
5799 * gdb.t30/chexp.exp: Remove setup_xfail for printing
5800 uninitialized convenience variables.
5801 * gdb.t31/chillvars.exp: Fix expected patterns for printing
5802 structures.
5803
5804Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5805
5806 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
5807 which causes expect to get out of sync with gdb on long output
5808 from help set.
5809 * gdb.t09/corefile.exp: Make expected pattern for core file
5810 failing signal and frame output format less sun specific.
5811
5812Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
5813
5814 * gdb.t31/chillvars.exp: Add and remove initial dummy
5815 breakpoint, so that symbol table is forced in.
5816 (Needed at least on Sunos4, though it seems not SVR4.)
5817 * gdb.t31/chillvars.exp: Update for changed output format.
5818
5819Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
5820
5821 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
5822
5823Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
5824
5825 * Makefile.in: Added --srcdir when invoking runtest, removed the
5826 need for a local config file. (optional now)
5827
5828Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
5829
5830 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
5831 failure count used to force early termination. Add some more
5832 expected failures for gnu style demangling.
5833
5834Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5835
5836 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
5837 pmi variable from gdb.t20/gdbme to get optimized away.
5838 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
5839 Check for written corefile upon timeout _and_ eof.
5840
5841Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5842
5843 * config/unix-gdb.exp: Add missing return 0.
5844
5845Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5846
5847 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
5848 test termination.
5849
5850Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
5851
5852 * configure.in (subdirs): Put back gdb.t17 which mysteriously
5853 disappeared.
5854
5855Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
5856
5857 * gdb.t10/crossload.exp: Disable the i860-elf test until such
5858 time as i860 support works.
5859
5860 * gdb.t15/funcargs.exp: Fix expected outputs to include
5861 "backtrace 100\r" rather than just "backtrace\r", to match last
5862 change.
5863
5864Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
5865
5866 * config/udi-gdb.exp (gdb_exit): Remove close command.
5867 (gdb_target_udi): New procedure to set the UDI target.
5868 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
5869 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
5870 Added waits for prompts after several question responses. Added
5871 some more responses used by a29k-amd-udi-gdb.
5872 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
5873 pass different arguments, restart UDI connection after program
5874 completion.
5875 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
5876 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
5877 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
5878 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
5879 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
5880 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
5881 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
5882 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
5883 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
5884 after program completion.
5885 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
5886 compiled with a SELECT_VECS setting.
5887 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
5888 infinite recursion.
5889
5890 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
5891 Added checks for COFF results, and made them expected failures for
5892 all targets. It would be better to make them expected failures
5893 for COFF targets only.
5894
5895Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
5896
5897 * Makefile.in: add null dvi target, don't bother to recurse
5898 through test directories for info and install-info; rename
5899 $(datadir) to be dejagnu instead of deja-gnu
5900
5901Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
5902
5903 * gdb.t31/gdbme.ch: Re-enable code that previously caused
5904 compiler to coredump.
5905 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
5906 code.
5907
5908Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
5909
5910 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
5911 coredump.
5912 * gdb.t31/chillvars.exp: Comment out tests that depend on that
5913 code.
5914
5915Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
5916
5917 * gdb.t03/ptype.exp: tests for return code from gdb_test.
5918 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
5919 which in a shell. Deletes xgdb when done.
5920 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
5921 Tests the return from the "set height" or "set width" commands.
5922 Added a few return codes where needed.
5923
5924Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
5925
5926 * Makefile.in (SUBDIRS): Add gdb.t17.
5927 * configure.in (subdirs): Add gdb.t17.
5928 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
5929 files to test gdb's calling of functions in the inferior with
5930 the correct arguments and gdb's ability to retrieve any
5931 result returned.
5932
5933Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
5934
5935 * config/unix-gdb.exp (gdb_exit): Remove close commands that
5936 may be called after gdb goes away. Previous versions of expect
5937 needed these to avoid file descriptor leaks, but they cause
5938 errors with the current revision of expect.
5939 * gdb.t00/gdbvars.exp: Use -re on expected output after
5940 setting sevenbit-strings.
5941 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
5942 to set sevenbit-strings consistent across tests.
5943 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
5944 set sevenbit-strings consistent across tests.
5945
5946Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
5947
5948 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
5949 expected output to match current "expect" expectations.
5950
5951Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
5952
5953 * gdb.t00/default.exp: Change expected output for default "source"
5954 command, to match new gdb behavior which requires a filename to
5955 source.
5956
5957Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
5958
5959 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
5960 expected fail for i486-*-* that misses the marker2 function.
5961 * gdb.t10/crossload.exp (bfddefault): Allow successful
5962 recognition of a format to pass even if no symbols are found.
5963 Explicitly catch failures where the format is not recognized
5964 or is ambiguous, and add the reason to the fail message.
5965 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
5966 the cause is and invalid target and add reason to failure message.
5967 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
5968 elf32-i386, elf32-sparc, and elf32-i860.
5969 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
5970 Set up expected failure for 'filename'::variable scope resolution,
5971 which is now apparently broken on all targets.
5972 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
5973 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
5974 gdb.t23/templates.exp: Change failure for missing binfile into
5975 just a warning.
5976 gdb.t21/demangle.exp: Change all cfront references to 'arm'
5977 references.
5978
5979Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
5980
5981 * gdb.t00/default.exp: Add expected output for default "source"
5982 command, to match new gdb behavior.
5983 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
5984
5985Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
5986
5987 * config/*-gdb.exp: returns an error, rather than exiting on
5988 internal errors.
5989
5990Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
5991
5992 * gdb.t03/gdbme.c: Add pointer to struct variable.
5993 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
5994 referencing struct members.
5995
5996Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
5997
5998 * configure.in (mips-idt-ecoff): New target.
5999 * config/mips-gdb.exp: New file for remote board using MIPS remote
6000 debugging protocol.
6001
6002 * Redid configuration scheme. Removed gdb.t*/configure.in.
6003 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
6004 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
6005 distclean targets. Built executables via .o files. Adjusted
6006 tests to account for source files in $(srcdir) rather than
6007 $(objdir).
6008 * lib/gdb.exp (runto): Don't expect () after the function name,
6009 because it may have arguments.
6010
6011Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
6012
6013 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
6014 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
6015 expected failures for mips-idt-* and mips-sgi-*.
6016 * gdb.t00/default.exp (attach): Kill process if requested.
6017 * gdb.t00/help.exp (help target core, help target): Accept a gdb
6018 that does not read core files.
6019 * gdb.t01/run.exp: Removed checks for exit status code.
6020 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
6021 it is linked in.
6022 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
6023 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
6024 appropriate, rather than doing it by hand.
6025 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
6026 execution.
6027 * gdb.t10/crossload.exp: Kill existing program if needed.
6028 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
6029 appropriate, rather than doing it by hand. Always increase
6030 timeout for this test, not just for VxWorks.
6031
6032Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
6033
6034 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
6035 of Chill STRUCT types and STRUCT values.
6036 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
6037 than "char".
6038 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
6039 struct2): New struct definitions and initializations to test
6040 simple Chill STRUCT types.
6041
6042Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
6043
6044 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
6045 the null byte at the end of strings.
6046 * gdb.t00/default.exp: Make show version insensitive to copyright
6047 date.
6048 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
6049 to avoid dependencies on target char signedness.
6050 * gdb.t16/printcmds.exp: Update expected results for explicitly
6051 unsigned char.
6052 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
6053 now work.
6054 * gdb.t21/demangle.exp: Add many more patterns for template
6055 demangling, most of them being expected failures.
6056 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
6057 string we are matching for, to match on the whole string.
6058 * gdb.t21/demangle.exp: Add many new test strings to demangle,
6059 and fix a whole bunch that had incorrect expected output but were
6060 passing anyway because of the bug in "proc demangle".
6061 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
6062 type.
6063 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
6064
6065Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
6066
6067 * gdb/testsuite: made modifications to testcases, etc., to allow
6068 them to work properly given the reorganization of deja-gnu and the
6069 relocation of the testcases from deja-gnu to a "tool" subdirectory.
6070
6071Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
6072
6073 * gdb/testsuite: Initial creation of gdb/testsuite.
6074 Migrated dejagnu testcases and support files for testing nm to
6075 gdb/testsuite from deja-gnu. These files were moved "as is"
6076 with no modifications. This migration is part of a major overhaul
6077 of dejagnu. The modifications to these testcases, etc., which
6078 will allow them to work with the new version of dejagnu will be
6079 made in a future update.
6080\f
6081Local Variables:
6082mode: indented-text
6083left-margin: 8
6084fill-column: 74
6085version-control: never
6086End:
This page took 0.501195 seconds and 4 git commands to generate.