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