2003-04-10 Elena Zannoni <ezannoni@redhat.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
2
3 * gdb.base/completion.exp: Use string_to_regexp to match the
4 working directory name.
5
6 2003-04-09 Jim Blandy <jimb@redhat.com>
7
8 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
9 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
10 after an inferior function call, report the failure, but allow the
11 test to continue.
12
13 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14
15 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
16 with -DPROTOTYPES.
17
18 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
19
20 * gdb.base/break.exp: Revert last patch.
21
22 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
23
24 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
25 with -DPROTOTYPES.
26
27 2003-04-02 Andrew Cagney <cagney@redhat.com>
28
29 * gdb.base/callfuncs.exp: Make "print add" messages unique.
30 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
31 matching directories by the name breakpoint.
32 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
33 Make "continue to marker1" consistent.
34 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
35 message consistent.
36 * lib/gdb.exp: Put "the program is no longer running", and "the
37 program exited" in parenthesis.
38 * lib/mi-support.exp: Ditto.
39
40 2003-04-02 Bob Rossi <bob_rossi@cox.net>
41
42 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
43
44 2003-03-29 Andrew Cagney <cagney@redhat.com>
45
46 * gdb.base/sizeof.c (main): Print the value of '\377'.
47 * gdb.base/sizeof.exp: Check the sign of '\377'.
48
49 2003-03-27 Michael Chastain <mec@shout.net>
50
51 * gdb.base/gdb1090.exp: New file.
52 * gdb.base/gdb1090.cc: New file.
53
54 2003-03-27 J. Brobecker <brobecker@gnat.com>
55
56 * gdb.gdb/observer.exp: New regression test.
57
58 2003-03-27 Michael Chastain <mec@shout.net>
59
60 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
61 * gdb.base/ptype.exp: Likewise.
62
63 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
64
65 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
66
67 2003-03-26 Michael Chastain <mec@shout.net>
68
69 * gdb.base/ptype.exp: Actually use some typedef'd types.
70
71 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
72
73 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
74 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
75
76 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
77
78 * gdb.base/default.exp: Fix regular expression.
79
80 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
81
82 * gdb.base/args.exp: Fix regular expression.
83
84 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
85
86 * gdb.base/help.exp: Allow Win32 child process.
87
88 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
89
90 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
91 when stepping out of main().
92
93 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
94
95 * gdb.base/default.exp: Check for win32 specific message when calling
96 "run" without executable.
97
98 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
99
100 * gdb.base/args.exp: Expect .exe in output.
101
102 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
103
104 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
105 Cygwin native.
106
107 2003-03-17 Andrew Cagney <cagney@redhat.com>
108
109 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
110 vector registes.
111 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
112 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
113
114 2003-03-17 David Carlton <carlton@math.stanford.edu>
115
116 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
117 test, for PR breakpoints/38.
118 Call test_watchpoint_and_breakpoint.
119 * gdb.base/watchpoint.c (func3): New function.
120 (main): Call func3.
121
122 2003-03-04 David Carlton <carlton@math.stanford.edu>
123
124 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
125 Garply<Garply<char> >:: garply".
126 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
127 with respect to PR c++/1111; note also PR c++/1113.
128 (test_template_breakpoints): KFAIL "constructor breakpoint" with
129 respect to PR c++/1062.
130 KFAIL "destructor breakpoint" with respect to PR c++/1112.
131
132 2003-03-03 David Carlton <carlton@math.stanford.edu>
133
134 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
135 with respect to PR c++/57.
136 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
137 c++/826.
138 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
139 respect to PR c++/57.
140
141 2003-03-03 David Carlton <carlton@math.stanford.edu>
142
143 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
144 respect to PR c++/33 into FAILs.
145
146 2003-03-03 Michael Chastain <mec@shout.net>
147
148 * configure.in: Update copyright years.
149
150 2003-03-03 Michael Chastain <mec@shout.net>
151
152 * Makefile.in: Update copyright years.
153
154 2003-02-28 David Carlton <carlton@math.stanford.edu>
155
156 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
157 print class instead of struct and/or superfluous protection
158 specifiers, as long as the resulting output is equivalent to the
159 source code.
160 Delete FIXME from end of messages on tests that don't need
161 fixing.
162
163 2003-02-28 David Carlton <carlton@math.stanford.edu>
164
165 * gdb.c++/templates.exp (do_tests): Allow const in the two
166 Foo<volatile char *>::foo tests.
167
168 2003-02-27 Michael Snyder <msnyder@redhat.com>
169
170 * gdb.base/restore.c (main): Return zero, so exit code
171 will be consistant.
172
173 2003-02-26 David Carlton <carlton@math.stanford.edu>
174
175 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
176 char *>::foo" test with respect to PR c++/33. Create a new test
177 which is identical to that one except that it doesn't put the
178 space between the "char" and the "*"; KFAIL it, too.
179
180 2003-02-26 David Carlton <carlton@math.stanford.edu>
181
182 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
183 template types into either PASSes or KFAILs (corresponding to PR
184 c++/57). Tweak indentation. Update copyright.
185
186 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
187
188 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
189
190 2003-02-13 Michael Chastain <mec@shout.net>
191
192 * gdb.base/exprs.exp: Remove i960 remnants.
193 * gdb.base/funcargs.exp: Likewise.
194 * gdb.base/list.exp: Likewise.
195 * gdb.base/ptype.exp: Likewise.
196
197 2003-02-14 David Carlton <carlton@math.stanford.edu>
198
199 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
200 pEe->D::vg()" from XFAIL to KFAIL.
201
202 2003-02-13 Jason Molenda (jmolenda@apple.com)
203
204 * gdb.base/maint.exp: Update maint print statistics regexp to include
205 new entries.
206
207 2003-02-13 Michael Chastain <mec@shout.net>
208
209 * gdb.c++/inherit.exp: Remove call to get_debug_format.
210
211 2003-02-12 Michael Chastain <mec@shout.net>
212
213 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
214 * gdb.c++/inherit.exp: Likewise.
215 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
216 * gdb.c++/templates.exp: Likewise.
217 * gdb.c++/virtfunc.exp: Likewise.
218
219 2003-02-06 Jason Molenda (jason-cl@molenda.com)
220
221 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
222 why the code is written that way.
223
224 2003-02-05 Michael Chastain <mec@shout.net>
225
226 * gdb.base/dump.exp: Add missing copyright line.
227
228 2003-02-05 Jason Molenda (jason-cl@molenda.com)
229
230 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
231 at the beginning so the breakpoint doesn't get set on the loop.
232
233 2003-02-05 Michael Chastain <mec@shout.net>
234
235 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
236 output for configurations with gcc 2.95.3.
237
238 2003-02-05 Keith Seitz <keiths@redhat.com>
239 Andrew Cagney <ac131313@redhat.com>
240
241 * gdb.mi/mi-cli.exp: New file.
242
243 2003-02-04 Michael Chastain <mec@shout.net>
244
245 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
246 Call perror and then continue.
247
248 2003-02-03 Michael Chastain <mec@shout.net>
249
250 * gdb.c++/pr-1023.cc: New file.
251 * gdb.c++/pr-1023.exp: New file.
252
253 2003-02-05 Jim Blandy <jimb@redhat.com>
254
255 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
256 it's local to foobar. Check for it there, and check that it's not
257 present in main.
258 * gdb.c++/local.cc (marker2): New function.
259 (foobar): Call marker1.
260 (main): Call marker2 instead of marker1.
261
262 2003-02-04 Andrew Cagney <ac131313@redhat.com>
263
264 * gdb.disasm/mn10200.exp: Obsolete file.
265 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
266 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
267 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
268
269 2003-02-04 David Carlton <carlton@math.stanford.edu>
270
271 * gdb.c++/overload.exp: Test intToChar(1).
272 * gdb.c++/overload.cc (intToChar): New.
273 (main): Call intToChar.
274
275 2003-02-03 David Carlton <carlton@math.stanford.edu>
276
277 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
278 'might_kfail' arg.
279 KFAIL some of the continue_to_bp_overloaded calls, according to
280 PR c++/1025.
281
282 2003-02-01 Michael Chastain <mec@shout.net>
283
284 * gdb.base/advance.c (marker1): New marker function.
285 * gdb.base/advance.exp: When the 'advance' command lands on the
286 return breakpoint, it can legitimately stop on either the
287 current line or the next line. Accommodate both outcomes.
288 * gdb.base/until.exp: Likewise.
289
290 2003-02-02 Andrew Cagney <ac131313@redhat.com>
291
292 2002-11-10 Jason Molenda (jason-cl@molenda.com):
293 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
294 now a list, not a tuple.
295 * gdb.mi/mi-var-display.exp: Ditto.
296 * gdb.mi/gdb792.exp: Ditto.
297
298 2003-02-01 Andrew Cagney <ac131313@redhat.com>
299
300 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
301 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
302 stack backtraces.
303 * gdb.mi/mi-syn-frame.c: Part of same.
304
305 2003-02-01 Mark Kettenis <kettenis@gnu.org>
306
307 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
308 gdb.mi/mi1-pthreads.exp: Return instead of calling
309 gdb_suppress_entire_file.
310
311 2003-02-01 Mark Salter <msalter@redhat.com>
312
313 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
314
315 2003-01-31 Mark Salter <msalter@redhat.com>
316
317 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
318 Support empty arg.
319
320 2003-01-30 Michael Chastain <mec@shout.net>
321
322 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
323 This was a workaround for a UTF-8 bug in readline 4.3. The bug
324 has been fixed in gdb/readline on 2003-01-09.
325
326 2003-01-29 Michael Snyder <msnyder@redhat.com>
327
328 * gdb.base/maint.exp: Allow for leading underscore in symbol.
329 * gdb.base/display.exp: Allow for leading underscore in symbol.
330 * gdb.base/args.exp: Skip if target does not support args passing.
331
332 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
333
334 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
335 gdb_test. Accept a list of expect arguments as the third
336 parameter.
337 (gdb_test): Use it.
338
339 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
340
341 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
342 allow for different test tree configurations. Update some
343 tescases accordingly.
344 * gdb.arch/altivec-regs.exp: Ditto.
345 * gdb.asm/asm-source.exp: Ditto.
346 * gdb.base/advance.exp: Ditto.
347 * gdb.base/display.exp: Ditto.
348 * gdb.base/long_long.exp: Ditto.
349 * gdb.base/mips_pro.exp: Ditto.
350 * gdb.base/overlays.exp: Ditto.
351 * gdb.base/relocate.exp: Ditto.
352 * gdb.base/setshow.exp: Ditto.
353 * gdb.base/step-line.exp: Ditto.
354 * gdb.base/step-test.exp: Ditto.
355 * gdb.base/until.exp: Ditto.
356 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
357
358 2003-01-17 David Carlton <carlton@math.stanford.edu>
359
360 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
361 corresponding to PR c++/945.
362 Update copyright.
363
364 2003-01-17 David Carlton <carlton@math.stanford.edu>
365
366 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
367 corresponding to PR c++/68.
368
369 2003-01-17 David Carlton <carlton@math.stanford.edu>
370
371 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
372 (test_paddr_hairy_functions): Call print_addr_2_kfail for
373 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
374
375 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
376
377 * gdb.base/break.exp: Fix change of default location, because of
378 removal of until tests.
379 * gdb.base/help.exp: Update test for new 'until' help message.
380 Add test for help on 'advance'.
381 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
382
383 2003-01-15 Mark Kettenis <kettenis@gnu.org>
384
385 * gdb.base/default.exp: Adapt "info float" test for recent changes
386 to that command. Add test for "info vector".
387 * gdb.base/float.exp: New file. Add test for "info float" that
388 resembles the old test in gdb.base/default.exp.
389
390 2003-01-15 David Carlton <carlton@math.stanford.edu>
391
392 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
393
394 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
395
396 * gdb.base/break.exp: Move the tests of until command from here...
397 * gdb.base/until.exp: ... to here. New file. Add other tests.
398 * gdb.base/advance.c: New file.
399 * gdb.base/advance.exp: New file.
400
401 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
402
403 * gdb.base/args.c: New file.
404 * gdb.base/args.exp: New file.
405
406 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
407
408 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
409
410 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
411
412 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
413
414 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
415
416 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
417 dates.
418
419 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
420
421 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
422
423 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
424
425 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
426 (ptype &*"foo").
427 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
428
429 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
430
431 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
432 * gdb.mi/mi1-console.exp: Likewise.
433
434 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
435
436 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
437 * gdb.mi/mi1-console.exp: Likewise.
438
439 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
440
441 * gdb.c++/overload.exp: Remove some fixed XFAILs.
442
443 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
444
445 * gdb.base/detach.exp: New test.
446
447 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
448
449 * Makefile.in (ALL_SUBDIRS): New variable.
450 (subdirs, clean, distclean): Use it.
451 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
452 regenerating Makefile, since it is generated from the top level.
453 * gdb.asm/Makefile.in: Likewise.
454 * gdb.base/Makefile.in: Likewise.
455 * gdb.c++/Makefile.in: Likewise.
456 * gdb.disasm/Makefile.in: Likewise.
457 * gdb.java/Makefile.in: Likewise.
458 * gdb.mi/Makefile.in: Likewise.
459 * gdb.threads/Makefile.in: Likewise.
460 * gdb.trace/Makefile.in: Likewise.
461
462 2003-01-09 David Carlton <carlton@math.stanford.edu>
463
464 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
465 Add copyright year 2003.
466
467 2003-01-06 Michael Chastain <mec@shout.net>
468
469 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
470 When selecting a thread, 'line' and 'file' are optional.
471 * gdb.mi/mi1-pthreads.exp: Likewise.
472
473 2003-01-06 Andreas Schwab <schwab@suse.de>
474
475 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
476 failures.
477
478 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
479
480 Fix PR gdb/844
481 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
482 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
483
484 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
485 instead of calling gdb_suppress_entire_file.
486 * gdb.threads/print-threads.exp: Likewise.
487 * gdb.threads/schedlock.exp: Likewise.
488
489 * gdb.threads/killed.exp: Return instead of calling
490 gdb_suppress_entire_file.
491 * gdb.threads/linux-dp.exp: Likewise.
492 * gdb.threads/pthreads.exp: Likewise.
493
494 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
495
496 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
497 stabs.
498 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
499 * gdb.base/whatis.exp: Always allow (void) after function names.
500
501 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
502
503 * gdb.c++/casts.exp: Correct regexp.
504
505 2003-01-04 Mark Kettenis <kettenis@gnu.org>
506
507 * configure.in: Call AC_CONFIG_HEADER. Don't call
508 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
509 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
510 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
511 aforementioned directories in the AC_OUPUT call.
512 * config.hin: New file.
513 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
514 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
515 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
516 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
517 pass -I$objdir instead of -I$objdir/$subdir in compilation.
518 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
519 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
520 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
521 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
522 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
523 gdb.threads/configure.in, gdb.threads/configure,
524 gdb.threads/config.in, gdb.trace/configure.in,
525 gdb.trace/configure: Removed.
526
527 2003-01-03 Michael Chastain <mec@shout.net>
528
529 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
530 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
531
532 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
533
534 * gdb.base/store.exp: Fix regular expressions.
535
536 2002-12-28 Mark Kettenis <kettenis@gnu.org>
537
538 * configure.in: Rewrite.
539 * configure: Regenerated.
540
541 2003-01-03 David Carlton <carlton@math.stanford.edu>
542
543 * gdb.base/psymtab.exp: New file.
544 * gdb.base/psymtab1.c: Ditto.
545 * gdb.base/psymtab2.c: Ditto.
546
547 2002-12-23 Adam Fedor <fedor@gnu.org>
548
549 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
550
551 2002-12-23 David Carlton <carlton@math.stanford.edu>
552
553 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
554 and current_directory initialization.
555
556 2002-12-22 Jim Blandy <jimb@redhat.com>
557
558 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
559 rather than as part of the output file name.
560
561 * gdb.base/attach.exp: There's no need to copy the test program to
562 /tmp; that was only ever necessary on HP/UX, and this test is
563 entirely disabled there anyway.
564
565 2002-12-21 Jim Blandy <jimb@redhat.com>
566
567 * gdb.c++/psmang.exp: Doc fix.
568
569 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
570 test.
571
572 2002-12-20 David Carlton <carlton@math.stanford.edu>
573
574 * gdb.c++/annota2.exp: KFAIL annotate-quit.
575
576 2002-12-18 Michael Chastain <mec@shout.net>
577
578 * gdb.c++/annota2.exp: Add copyright year 2002.
579
580 2002-12-17 David Carlton <carlton@math.stanford.edu>
581
582 * gdb.c++/try_catch.cc: Add marker comments.
583 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
584 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
585 * gdb.c++/m-static.cc: Ditto.
586 * gdb.c++/m-static1.cc: Ditto.
587 * gdb.c++/try_catch.cc: Ditto.
588
589 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
590
591 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
592 to see whether we are using the new -environment-directory
593 command which resets via -r or the old version of the command
594 which may prompt the user. Part of fix for gdb/741.
595
596 2002-12-13 Andrew Cagney <ac131313@redhat.com>
597
598 * gdb.fortran/types.exp: Update obsolete comment.
599 * gdb.fortran/exprs.exp: Ditto.
600 * lib/gdb.exp: Delete obsolete code.
601 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
602 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
603 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
604 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
605 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
606 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
607 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
608 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
609 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
610 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
611 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
612 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
613 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
614 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
615 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
616 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
617 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
618 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
619 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
620 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
621 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
622 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
623 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
624 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
625 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
626 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
627 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
628 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
629 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
630 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
631 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
632 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
633 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
634 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
635 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
636 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
637 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
638
639 2002-12-11 David Carlton <carlton@math.stanford.edu>
640
641 * gdb.c++/m-data.exp: Add test for members that shadow global
642 variables: see PR gdb/804.
643 * gdb.c++/m-data.cc: Ditto.
644
645 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
646
647 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
648
649 2002-12-06 David Carlton <carlton@math.stanford.edu>
650
651 * gdb.base/store.c: Don't declare functions static.
652
653 2002-12-04 Andrew Cagney <ac131313@redhat.com>
654
655 * gdb.base/store.exp, gdb.base/store.c: New files.
656
657 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
658
659 * gdb.base/selftest.exp: Update for current gdb.
660
661 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
662
663 * gdb.base/maint.exp: Only dump symbols from one source file
664 or objfile.
665
666 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
667
668 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
669 function call.
670
671 2002-11-25 Jim Blandy <jimb@redhat.com>
672
673 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
674 function appearing in error message.
675
676 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
677
678 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
679
680 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
681
682 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
683 for mi1 and current mi is in correct format. New mi startup message
684 should be in mi console format. This is part of fix for PR gdb/604.
685
686 2002-09-18 Fernando Nasser <fnasser@redhat.com>
687
688 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
689 which explicitly prints the zero offset as "+0".
690
691 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
692
693 * gdb.threads/schedlock.c (args): Make unsigned.
694
695 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
696
697 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
698 numbers. Allow "foo2|selected stack frame".
699 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
700 * gdb.asm/asmsrc2.s: Likewise.
701 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
702 comments.
703 * gdb.asm/mips.inc: New file.
704
705 2002-10-18 Adam Fedor <fedor@gnu.org>
706
707 * gdb.base/default.exp: Update expected output to include 'ObjC'.
708 * gdb.base/help.exp: Likewise.
709
710 2002-10-17 Kevin Buettner <kevinb@redhat.com>
711
712 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
713 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
714
715 2002-10-02 Jim Blandy <jimb@redhat.com>
716
717 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
718
719 2002-10-01 Andrew Cagney <ac131313@redhat.com>
720
721 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
722 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
723 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
724 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
725 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
726 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
727 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
728
729 2002-09-29 Andrew Cagney <ac131313@redhat.com>
730
731 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
732 * mi0-disassemble.exp, mi0-eval.exp: Delete.
733 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
734 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
735 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
736 * mi0-var-block.exp, mi0-var-child.exp: Delete.
737 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
738
739 2002-09-27 Kevin Buettner <kevinb@redhat.com>
740
741 * gdb.base/annota1.exp (info break): Make directory components of
742 path optional since not all compilers emit this debug information.
743
744 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
745 step ends up stepping out of the function instead of stopping on
746 the epilogue.
747
748 2002-09-26 Keith Seitz <keiths@redhat.com>
749
750 * lib/insight-support.exp (gdbtk_start): Figure out where
751 the insight executable is based on where gdb is. Use this
752 executable to start insight instead of gdb.
753
754 2002-09-25 Andrew Cagney <cagney@redhat.com>
755
756 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
757
758 2002-09-24 Andrew Cagney <ac131313@redhat.com>
759
760 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
761 test_isolated_complaints.
762 (test_empty_complaint): New function.
763 (test_empty_complaints): New function. Check no output when no
764 complaints.
765
766 2002-09-19 Jim Blandy <jimb@redhat.com>
767
768 * gdb.base/charset.exp, gdb.base/charset.c: New files.
769
770 2002-09-19 Andrew Cagney <ac131313@redhat.com>
771
772 * gdb.gdb/complaints.exp: New file.
773
774 2002-09-18 Andrew Cagney <ac131313@redhat.com>
775
776 * gdb.base/maint.exp: Check `help maint internal-warning'.
777
778 2002-09-18 David Carlton <carlton@math.stanford.edu>
779
780 * gdb.c++/m-static.exp: Remove breakpoints depending on line
781 numbers, and replace them by a single breakpoint after the
782 constructors are all finished.
783 Add test 4.
784 * gdb.c++/m-static.cc: Add test 4.
785 * gdb.c++/m-static.h: New file.
786 * gdb.c++/m-static1.cc: New file.
787
788 * gdb.c++/printmethod.exp: New file.
789 * gdb.c++/printmethod.cc: New file.
790
791 * gdb.c++/pr-574.exp: New file.
792 * gdb.c++/pr-574.cc: New file.
793
794 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
795
796 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
797 embedded targets which never actually exit.
798
799 2002-09-18 Fernando Nasser <fnasser@redhat.com>
800
801 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
802 "don't step after run" as unresolved or unsupported, instead of xfail.
803
804 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
805
806 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
807 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
808 Add newline to expected string in "step out of main (status wrapper)"
809 case.
810
811 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
812
813 * lib/gdb.exp (rerun_to_main): Allow restarting application.
814 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
815
816 2002-09-17 Tom Tromey <tromey@redhat.com>
817
818 * gdb.base/printcmds.exp (test_print_string_constants): Expect
819 \000, not \0, in double-quoted string.
820
821 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
822
823 * gdb.base/command.exp: Don't expect a "Program exited normally"
824 string after running the commands execution on breakpoint tests.
825
826 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
827
828 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
829
830 2002-09-12 Joel Brobecker <brobecker@gnat.com>
831
832 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
833
834 2002-09-10 Keith Seitz <keiths@redhat.com>
835
836 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
837 runto proc.
838 (mi_run_to_main): Use mi_runto.
839 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
840
841 2002-09-10 Keith Seitz <keiths@redhat.com>
842
843 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
844 regexp for stopping at main. Could have multiple event notifications.
845 Don't assume that main was declared with no parameters.
846 (mi_next): Use mi_step_to.
847 (mi_step): Use mi_next_to.
848
849 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
850
851 * gdb.base/default.exp: Fix expected string in `info float' test.
852
853 2002-09-09 Ben Elliston <bje@redhat.com>
854
855 * config/mips.exp: Update comments.
856 * config/mips-idt.exp: Likewise.
857 * config/nind.exp: Likewise.
858 * config/slite.exp: Likewise.
859 * config/sparclet.exp: Likewise.
860 * config/udi.exp: Likewise.
861 * config/vx.exp: Likewise.
862 * config/vxworks29k.exp: Likewise.
863
864 2002-09-05 Jim Blandy <jimb@redhat.com>
865
866 * gdb.threads/killed.exp: Fix test failure message.
867
868 2002-09-04 Keith Seitz <keiths@redhat.com>
869
870 * lib/mi-support.exp: Update copyright.
871 (mi_gdb_test): Increase the priority of the expected pattern
872 so that it matches gdb_test.
873
874 2002-09-03 Keith Seitz <keiths@redhat.com>
875
876 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
877 Use integer comparison instead of string comparison for testing
878 whether binary was built.
879
880 2002-09-03 Jim Blandy <jimb@redhat.com>
881
882 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
883
884 2002-08-29 Jim Blandy <jimb@redhat.com>
885
886 * gdb.threads/pthreads.exp: Move the portable thread compilation
887 code into a function in lib/gdb.exp, and call that from here.
888 * lib/gdb.exp (gdb_compile_pthreads): New function.
889
890 2002-08-29 Keith Seitz <keiths@redhat.com>
891
892 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
893 expect_out so that callers can get at it.
894
895 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
896
897 * gdb.threads/print-threads.c: New file.
898 * gdb.threads/print-threads.exp: New file.
899 * gdb.threads/schedlock.c: New file.
900 * gdb.threads/schedlock.exp: New file.
901
902 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
903
904 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
905 not altivec.c.
906
907 2002-08-17 Mark Kettenis <kettenis@gnu.org>
908
909 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
910 targets. The problem should be fixed now.
911
912 2002-08-15 Mark Kettenis <kettenis@gnu.org>
913
914 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
915 2002-07-24 change that removes final dots from error messages.
916
917 2002-08-13 Tom Tromey <tromey@redhat.com>
918
919 * gdb.base/readline.exp: New file.
920
921 2002-08-01 Andrew Cagney <ac131313@redhat.com>
922
923 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
924 supress message.
925
926 2002-08-01 Andrew Cagney <cagney@redhat.com>
927
928 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
929 CHILL_FOR_TARGET and CHILL_LIB.
930 * configure.in (configdirs): Remove gdb.chill.
931 * configure: Regenerate.
932 * lib/gdb.exp: Obsolete references to chill.
933 * gdb.fortran/types.exp: Ditto.
934 * gdb.fortran/exprs.exp: Ditto.
935
936 2002-07-30 Kevin Buettner <kevinb@redhat.com>
937
938 * gdb.base/shlib-call.exp (additional_flags): Conditionally
939 set Irix-specific compile and link flags.
940
941 2002-07-29 Kevin Buettner <kevinb@redhat.com>
942
943 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
944 source files. The ``-o'' option doesn't work with the ``-E'' option
945 when using the Irix compiler.
946
947 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
948
949 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
950 Improve support for reusing an exec file. Copy exec file
951 to target, and run gdbserver on the target instead of on the host.
952
953 2002-07-18 Jim Blandy <jimb@redhat.com>
954
955 * gdb.base/ending-run.exp: Don't expect to see the program end in
956 some orderly fashion when we're running on a real stand-alone
957 board.
958
959 * gdb.base/interrupt.exp: Correct logic for skipping tests on
960 targets that don't support interrupts.
961
962 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
963
964 * gdb.base/attach.exp: Add patterns to match output from /proc-based
965 systems.
966 Move comments in expect statements to inside the actions, so that they
967 don't get matched against.
968
969 2002-07-10 Mark Kettenis <kettenis@gnu.org>
970
971 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
972 function when asleep" test.
973
974 2002-07-10 Andrew Cagney <ac131313@redhat.com>
975
976 * gdb.base/page.exp: Rewrite to handle problems with very long
977 `info set' output. Update copyright.
978
979 2002-06-26 Andrew Cagney <ac131313@redhat.com>
980
981 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
982 gdb.threads-hp.
983 * gdb.hp/configure: Regenerate.
984 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
985 * gdb.hp/gdb.threads-hp/configure: Delete file.
986 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
987
988 2002-06-22 Andrew Cagney <ac131313@redhat.com>
989
990 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
991 setlocale, bindtextdomain and textdomain.
992
993 2002-06-11 Jim Blandy <jimb@redhat.com>
994
995 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
996 preprocessor macro information is present.
997
998 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
999 tests.
1000
1001 2002-06-06 Michael Snyder <msnyder@redhat.com>
1002
1003 * gdb.base/overlays.exp: Record addresses of overlay
1004 functions in TCL variables rather than in GDB variables,
1005 to avoid having GDB convert them to pointers (with loss
1006 of information).
1007
1008 * gdb.base/d10v.ld: Merge in several years worth of
1009 default linker script changes.
1010 * gdb.base/long_long.exp: Add check for sizeof (long double).
1011
1012 2002-06-06 Michal Ludvig <mludvig@suse.cz>
1013
1014 * gdb.asm/asm-source.exp: Add x86-64 target.
1015 * gdb.asm/x86_64.inc: New.
1016
1017 2002-05-30 Michael Chastain <mec@shout.net>
1018
1019 From Benjamin Kosnik <bkoz@redhat.com>:
1020 * gdb.c++/m-static.cc: New file.
1021 * gdb.c++/m-static.exp: New file.
1022
1023 2002-05-28 Michael Snyder <msnyder@redhat.com>
1024
1025 * gdb.base/call-ar-st.exp: Allow for reduced floating point
1026 precision.
1027
1028 2002-05-27 Michael Chastain <mec@shout.net>
1029
1030 From Benjamin Kosnik <bkoz@redhat.com>:
1031 * gdb.c++/m-data.cc: New file.
1032 * gdb.c++/m-data.exp: New file.
1033
1034 2002-05-27 Michael Chastain <mec@shout.net>
1035
1036 From Benjamin Kosnik <bkoz@redhat.com>:
1037 * gdb.c++/try_catch.cc: New file.
1038 * gdb.c++/try_catch.exp: New file.
1039
1040 2002-05-27 Michael Chastain <mec@shout.net>
1041
1042 * gdb.c++/local.exp: Accept more nested types in output.
1043
1044 2002-05-26 Michael Chastain <mec@shout.net>
1045
1046 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
1047
1048 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
1049
1050 * lib/gdb.exp (gdb_wrapper_init): Just because
1051 gdb_wrapper_file exists, this does not mean that the file
1052 should not be rebuilt. That is what gdb_wrapper_initialized
1053 is for.
1054 (default_gdb_init): Reset gdb_wrapper_initialized.
1055
1056 2002-05-23 Michael Snyder <msnyder@redhat.com>
1057
1058 * gdb.base/all-bin.exp: Revise previous patch by just reducing
1059 the precision of the floating point test results.
1060 * gdb.base/call-rt-st.exp: Ditto.
1061
1062 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
1063 * gdb.base/call-rt-st.exp: Ditto.
1064
1065 2002-05-19 Michael Chastain <mec@shout.net>
1066
1067 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
1068
1069 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
1070
1071 * configure.in (configdirs): Add gdb.arch.
1072 * configure: Regenerate.
1073
1074 2002-05-17 Jim Blandy <jimb@redhat.com>
1075
1076 * gdb.base/completion.exp: Recognize the more detailed error
1077 messages produced by the macro expander's lexical analyzer.
1078
1079 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
1080
1081 * gdb.arch/altivec-abi.c: New file.
1082 * gdb.arch/altivec-abi.exp: New file.
1083 * gdb.arch/altivec-regs.c: New file.
1084 * gdb.arch/altivec-regs.exp: New file.
1085
1086 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1087
1088 * gdb.base/maint.exp (maint print type): Update for new type
1089 structure.
1090
1091 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
1092
1093 * gdb.arch: New directory.
1094 * gdb.arch/configure.in: New file.
1095 * gdb.arch/configure: New file.
1096 * gdb.arch/Makefile.in: New file.
1097
1098 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
1099
1100 * gdb.asm/asm-source.exp: Add v850 as supported target.
1101 * gdb.asm/v850.inc: New file.
1102
1103 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
1104
1105 * gdb.c++/annota2.exp (annotate-quit): Add comment.
1106
1107 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
1108
1109 * gdb.base/break.exp: Check 'break "marker2"'.
1110
1111 2002-05-10 Michael Snyder <msnyder@redhat.com>
1112
1113 * gdb.base/long_long.exp: Fix typo.
1114
1115 2002-05-10 Jim Blandy <jimb@redhat.com>
1116
1117 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
1118 a bug.
1119
1120 * gdb.base/printcmds.exp (test_integer_literals_rejected):
1121 Recognize more detailed error message produced by the macro
1122 expander's lexical analyzer.
1123 * lib/gdb.exp (test_print_reject): Same.
1124
1125 2002-05-09 Mark Kettenis <kettenis@gnu.org>
1126
1127 * gdb.c++/method.exp: Fix typo.
1128
1129 2002-05-08 Michael Snyder <msnyder@redhat.com>
1130
1131 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
1132 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
1133 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
1134 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
1135 Add iftarget clause for strongarm.
1136
1137 2002-05-06 Michael Snyder <msnyder@redhat.com>
1138
1139 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
1140 (gdb_continue_to_end): Accept output from status wrapper.
1141 * gdb.base/ending-run.exp: Add case for output from status wrapper.
1142 Clean up fail messages to match pass messages.
1143
1144 Enable the "needs_status_wrapper" testsuite feature.
1145 * lib/gdb.exp (gdb_wrapper_init): New procedure.
1146 (gdb_compile): Conditionally call gdb_wrapper_init.
1147 * gdb.base/a2-run.exp: Recognize output from status wrapper.
1148 * gdb.c++/method.exp: Recognize output from status wrapper.
1149
1150 2002-05-06 Ben Elliston <bje@redhat.com>
1151 From Graydon Hoare <graydon@redhat.com>
1152
1153 * config/sid.exp: Include support for "rawsid" protocol.
1154
1155 2002-05-03 Jim Blandy <jimb@redhat.com>
1156
1157 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
1158 * gdb.c++/hang3.C: New file.
1159
1160 2002-05-04 Andrew Cagney <ac131313@redhat.com>
1161
1162 * gdb.base/default.exp: Remove obsolete code.
1163 * gdb.c++/misc.exp: Ditto. Update copyright.
1164 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
1165 * gdb.base/whatis.exp: Ditto. Update copyright.
1166 * gdb.base/scope.exp: Ditto. Update copyright.
1167 * gdb.base/ptype.exp: Ditto. Update copyright.
1168 * gdb.base/printcmds.exp: Ditto. Update copyright.
1169 * gdb.base/opaque.exp: Ditto. Update copyright.
1170 * gdb.base/list.exp: Ditto.
1171 * gdb.base/funcargs.exp: Ditto. Update copyright.
1172 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
1173 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
1174 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
1175 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
1176 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
1177 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
1178
1179 2002-05-02 Michael Snyder <msnyder@redhat.com>
1180
1181 * gdb.base/watchpoint.exp: Add xscale target.
1182 * gdb.base/long_long.exp: Add xscale target.
1183 * gdb.base/default.exp: Add xscale target.
1184
1185 2002-05-01 Jim Blandy <jimb@redhat.com>
1186
1187 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
1188 gdb.c++/hang.exp: New test.
1189
1190 2002-05-01 Fred Fish <fnf@redhat.com>
1191
1192 * gdb.base/completion.exp: Handle completions of "./Make" for
1193 more than one completion possibility, as is the case when we
1194 build and test in the source tree.
1195
1196 2002-04-29 Anthony Green <green@redhat.com>
1197
1198 * gdb.java/jmisc1.exp: New file.
1199 * gdb.java/jmisc2.exp: New file.
1200
1201 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
1202
1203 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
1204
1205 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
1206
1207 * gdb.base/help.exp: Change 'help status' to allow for target
1208 dependent output differences.
1209
1210 2002-04-22 Michael Chastain <mec@shout.net>
1211
1212 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
1213
1214 2002-04-22 Michael Chastain <mec@shout.net>
1215
1216 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
1217
1218 2002-04-17 David S. Miller <davem@redhat.com>
1219
1220 * gdb.asm/sparc64.inc: New file.
1221 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
1222
1223 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
1224
1225 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
1226 instruction file directly into the build tree. Clean up at end of
1227 test.
1228
1229 2002-04-18 David S. Miller <davem@redhat.com>
1230
1231 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
1232 handle 64-bit platforms correctly.
1233 * gdb.base/maint.exp: Likewise.
1234
1235 2002-04-18 Kevin Buettner <kevinb@redhat.com>
1236
1237 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
1238 ``-fpic'' when compiling files comprising a shared library, but
1239 it does need additional linker flags in order to find shared
1240 libraries at run time.
1241
1242 2002-04-18 Kevin Buettner <kevinb@redhat.com>
1243
1244 * gdb.base/cvexpr.c (use): New function.
1245 (main): Invoke use() on all global variables to prevent
1246 some linkers from deleting these otherwise unused symbols.
1247
1248 2002-04-17 Michael Chastain <mec@shout.net>
1249 From David S. Miller <davem@redhat.com>
1250
1251 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
1252 handle 64-bit platforms correctly.
1253
1254 2002-04-12 Michael Snyder <msnyder@redhat.com>
1255 From Jim Blandy <jimb@redhat.com>
1256 * gdb.base/foo.c (foox): Remove section attribute; the linker
1257 script can handle this instead.
1258 * gdb.base/bar.c (barx): Same.
1259 * gdb.base/baz.c (bazx): Same.
1260 * gdb.base/grbx.c (grbxx): Same.
1261
1262 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
1263 manager doesn't automatically unmap overlays unnecessarily.
1264
1265 2002-04-10 Martin M. Hunt <hunt@redhat.com>
1266
1267 * gdb.base/ending-run.exp: Fix pattern for Mips targets
1268 stepping out of main.
1269
1270 2002-04-09 Michael Chastain <mec@shout.net>
1271
1272 * gdb.c++/local.cc (main): Move call to marker1() inside nested
1273 scope so that the nested scope tests will make sense.
1274 * gdb.c++/local.exp: Write patterns that actually work with gcc
1275 (the HP patterns "were never known to work with gcc").
1276 Keep the old aCC patterns too.
1277
1278 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
1279
1280 * gdb.base/attach.exp: Correct target board test.
1281
1282 2002-04-08 Michael Chastain <mec@shout.net>
1283
1284 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
1285 in a const method. Add some xfail and fail cases for configurations
1286 that do not emit the "const ...".
1287
1288 2002-04-07 Michael Chastain <mec@shout.net>
1289
1290 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
1291 Accept "A * const" and "const A * const" as type of "this".
1292 Fix spelling of getFunky throughout. Make messages uniform.
1293
1294 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
1295
1296 Work around for PR gdb/285:
1297 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
1298
1299 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
1300
1301 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
1302 instructions file at run time instead of configure time.
1303 Sometimes we run the test in a directory that is not the one we
1304 configured in.
1305 * gdb.asm/configure.in: Delete creation of symlink.
1306 * gdb.asm/configure: Regenerate.
1307
1308 2002-04-05 J. Brobecker <brobecker@gnat.com>
1309
1310 * gdb.gdb/xfullpath.exp: New test, to exercise the new
1311 xfullpath () function.
1312
1313 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
1314
1315 * gdb.asm/Makefile.in: Correct dependencies.
1316
1317 * gdb.asm/powerpc.inc: New file.
1318 * gdb.asm/asm-source.exp: Add PowerPC.
1319 * gdb.asm/configure.in: Likewise.
1320 * gdb.asm/configure: Regenerated.
1321
1322 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
1323
1324 * gdb.base/relocate.exp: New file.
1325 * gdb.base/relocate.c: New file.
1326
1327 2002-04-04 Fred Fish <fnf@redhat.com>
1328
1329 * gdb.base/step-test.exp: Update comment regarding stopping in
1330 memcpy/bcopy calls inserted as part of the compiler runtime.
1331
1332 2002-04-04 Michael Snyder <msnyder@redhat.com>
1333
1334 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
1335
1336 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
1337
1338 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
1339 (gdb_expect): Remove $notransfer hack.
1340
1341 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
1342
1343 * gdb.c++/classes.exp ("calling method for small class"): Match
1344 updated register output.
1345
1346 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
1347
1348 Fix PR gdb/452
1349 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
1350 when finished. Make gdb_file_cmd send "exec-file" when
1351 appropriate.
1352
1353 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
1354
1355 * gdb.base/attach.exp: Remove extra setup_xfail.
1356
1357 2002-03-26 Michael Snyder <msnyder@redhat.com>
1358
1359 * gdb.base/default.exp: Add tests for dump, append, and restore.
1360 * gdb.base/help.exp: Add tests for dump, append, and restore.
1361 * gdb.base/dump.exp: New file, test dump, append and restore.
1362 * gdb.base/dump.c: New file.
1363
1364 2002-03-27 Michael Snyder <msnyder@redhat.com>
1365
1366 * gdb.base/help.exp: Modify expect strings to reflect
1367 clean-ups in help messages.
1368
1369 2002-03-26 Fred Fish <fnf@redhat.com>
1370
1371 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
1372 have debugging info for those functions and the compiler uses them
1373 internally to copy structs around.
1374
1375 2002-03-26 Fred Fish <fnf@redhat.com>
1376
1377 * gdb.base/list.exp: Revert the change made yesterday and add note
1378 about why we don't list the default lines for remote targets.
1379
1380 2002-03-25 Michael Snyder <msnyder@redhat.com>
1381
1382 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
1383
1384 2002-03-25 Fred Fish <fnf@redhat.com>
1385
1386 * gdb.base/list.exp: This test works on remote targets so remove
1387 the short circuit for remote targets. Update copyright.
1388
1389 2002-03-25 Fred Fish <fnf@redhat.com>
1390
1391 * gdb.base/attach.exp: Fix logic error that was suppressing this
1392 test for all non hppa*-*-hpux* targets, instead of the hp target.
1393 Move comments closer to the suppression point. Also now need to
1394 check that we are running natively.
1395
1396 2002-03-22 Michael Snyder <msnyder@redhat.com>
1397
1398 * gdb.base/default.exp: Add test for gcore. Update copyright.
1399 * gdb.base/help.exp: Add test for gcore. Update copyright.
1400
1401 2002-03-06 Fred Fish <fnf@redhat.com>
1402
1403 * gdb.base/funcargs.c: Remove extraneous ';' character.
1404 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
1405
1406 2002-03-04 Michael Chastain <mec@shout.net>
1407
1408 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
1409 accommodate gcc v3 function signature.
1410 * gdb.mi/mi0-var-cmd-exp: Ditto.
1411
1412 2002-02-24 Andrew Cagney <ac131313@redhat.com>
1413
1414 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
1415 ``GNU/Linux'' or ``Linux kernel''
1416 * testsuite/gdb.threads/pthreads.c: Ditto.
1417
1418 2002-02-24 Michael Chastain <mec@shout.net>
1419
1420 * gdb.threads/pthreads.c (thread1): Add a return statement.
1421 (thread2): Likewise.
1422 (foo): Likewise.
1423
1424 2002-02-23 Michael Chastain <mec@shout.net>
1425
1426 * gdb.threads/linux-dp.c (philosopher): Add a return statement
1427 to placate gcc.
1428
1429 2002-02-23 Michael Chastain <mec@shout.net>
1430
1431 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
1432 test "ptype bint". The test passes on all my stabs configurations.
1433
1434 2002-02-21 Jim Blandy <jimb@redhat.com>
1435
1436 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
1437 filename at a time, and watch for the ones we want to see.
1438
1439 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
1440 types of pointers to prototyped functions.
1441
1442 2002-02-20 Andrew Cagney <ac131313@redhat.com>
1443
1444 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
1445 signed, unsigned and straight char.
1446 (padding_char, padding_short, padding_int, padding_long,
1447 padding_long_long, padding_float, padding_double,
1448 padding_long_double): New global variables.
1449 (fill, fill_structs): New functions.
1450
1451 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
1452 for correctly sized writes. Update copyright.
1453 (get_valueof): New procedure.
1454 (get_sizeof): Call get_valueof.
1455 (check_valueof): New procedure.
1456 (check_padding): New procedure.
1457
1458 2002-02-20 Michael Chastain <mec@shout.net>
1459
1460 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
1461 to setup_xfail. Document some of the remaining calls.
1462
1463 2002-02-18 Michael Chastain <mec@shout.net>
1464
1465 * gdb.c++/userdef.exp: Update copyright year.
1466
1467 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
1468
1469 * gdb.c++/userdef.exp: Test overloaded operators properly.
1470 Remove xfails.
1471
1472 2002-02-14 Michael Snyder <msnyder@redhat.com>
1473
1474 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
1475
1476 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
1477
1478 * gdb.base/a2-run.exp: Check for a remote target properly.
1479 * gdb.base/annota1.exp: Likewise.
1480 * gdb.base/list.exp: Likewise.
1481 * gdb.base/reread.exp: Likewise.
1482 * gdb.base/scope.exp: Likewise.
1483 * gdb.base/shlib-call.exp: Likewise.
1484 * gdb.base/term.exp: Likewise.
1485 * gdb.c++/annota2.exp: Likewise.
1486
1487 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
1488
1489 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
1490
1491 2002-02-10 Michael Chastain <mec@shout.net>
1492
1493 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
1494 (call_after_alloca): Ditto.
1495
1496 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1497
1498 * gdb.base/ending-run.exp: Guard "cont" test with
1499 gdb_skip_stdio_test.
1500
1501 2002-02-06 Jim Blandy <jimb@redhat.com>
1502
1503 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
1504 from here...
1505 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
1506 To here. Disable this test on non-HP platforms. Add big comment.
1507
1508 2002-02-04 Michael Snyder <msnyder@redhat.com>
1509
1510 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
1511 other than d10v and m32r.
1512
1513 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
1514
1515 * gdb.base/default.exp: Rewrite test patterns to reduce time
1516 taken to match them.
1517
1518 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1519
1520 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
1521 Allow a start function above main.
1522 * gdb.threads/linux-dp.exp: Fix copyright date.
1523
1524 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1525
1526 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
1527 (check_philosopher_stack): Check for manager thread before checking
1528 for a just-starting thread.
1529
1530 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1531
1532 From Neil Booth <neil@daikokuya.demon.co.uk>:
1533 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
1534 warnings.
1535
1536 2002-01-21 Fred Fish <fnf@redhat.com>
1537
1538 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
1539 not caller.
1540
1541 2002-01-21 Jim Blandy <jimb@redhat.com>
1542
1543 * gdb.base/reread.exp: Check that GDB properly re-reads the
1544 executable file when it changes while no inferior is running.
1545
1546 2002-01-21 Fred Fish <fnf@redhat.com>
1547
1548 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
1549 optionally accept the "shlib events" variation.
1550
1551 2002-01-21 Jim Blandy <jimb@redhat.com>
1552
1553 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
1554 call `fflush' after every `printf', so that the output is produced
1555 at predictable points, regardless of whatever buffering does (or
1556 doesn't) take place.
1557 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
1558 at different points.
1559
1560 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1561
1562 * gdb.c++/inherit.exp: Update copyright years.
1563 * gdb.c++/method.exp: Likewise.
1564
1565 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1566
1567 * gdb.c++/classes.exp: Update for improved v3 support and skipping
1568 artificial methods/arguments.
1569 * gdb.c++/derivation.exp: Likewise.
1570 * gdb.c++/inherit.exp: Likewise.
1571 * gdb.c++/method.exp: Likewise.
1572 * gdb.c++/virtfunc.exp: Likewise.
1573
1574 2002-01-18 Andrew Cagney <ac131313@redhat.com>
1575
1576 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
1577 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
1578 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
1579 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
1580 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
1581 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
1582
1583 2002-01-17 Jim Blandy <jimb@redhat.com>
1584
1585 * gdb.asm/asm-source.exp (info symbol): Take another shot at
1586 anchoring the pattern matching the entry point symbol's name.
1587
1588 2002-01-17 Andrew Cagney <ac131313@redhat.com>
1589
1590 * gdb.base/maint.exp: Update ``maint internal-error'' to match
1591 continue/quit query. Update copyright.
1592
1593 2002-01-14 Michael Snyder <msnyder@redhat.com>
1594
1595 * gdb.base/gcore.exp: Remove extra debugging output.
1596
1597 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1598
1599 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
1600 for slightly dubious v2 mangled string.
1601
1602 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1603
1604 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
1605
1606 2002-01-10 Jason Merrill <jason@redhat.com>
1607
1608 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
1609
1610 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
1611 constructors.
1612 * gdb.c++/derivation.exp: Likewise.
1613 * gdb.c++/templates.exp: Likewise.
1614 * gdb.c++/virtfunc.exp: Likewise.
1615
1616 2002-01-10 Michael Snyder <msnyder@redhat.com>
1617
1618 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
1619
1620 2002-01-08 Michael Snyder <msnyder@redhat.com>
1621
1622 * gdb.base/gcore.exp: New test for generate-core-file command.
1623 * gdb.base/gcore.c: Testcase for above.
1624 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
1625
1626 2002-01-08 Jason Merrill <jason@redhat.com>
1627
1628 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
1629
1630 2002-01-07 Fred Fish <fnf@redhat.com>
1631
1632 * gdb.c++/overload.exp: Remove unconditional xfails for:
1633 print foo_instance1.overloadargs(1)
1634 print foo_instance1.overloadargs(1, 2)
1635 print foo_instance1.overloadargs(1, 2, 3)
1636 print foo_instance1.overloadargs(1, 2, 3, 4)
1637 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
1638 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
1639 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
1640 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
1641 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
1642 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1643 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
1644 print foo_instance1.overload1arg()
1645 print foo_instance1.overload1arg((char)arg2)
1646 print foo_instance1.overload1arg((signed char)arg3)
1647 print foo_instance1.overload1arg((unsigned char)arg4)
1648 print foo_instance1.overload1arg((int)arg7)
1649 print foo_instance1.overload1arg((unsigned int)arg8)
1650 print foo_instance1.overload1arg((float)arg11)
1651 print foo_instance1.overload1arg((double)arg12)
1652
1653 2002-01-07 Michael Snyder <msnyder@redhat.com>
1654
1655 * gdb.base/huge.exp: New test. Print a very large target data object.
1656 (skip_huge_test): New test variable. Define if you want to skip this
1657 test. The test reads an 8 megabyte data object from the target, so it
1658 might be very time consuming on remote targets with a slow connection.
1659 * gdb.base/huge.c: New file. Test case for above.
1660
1661 2002-01-07 Fred Fish <fnf@redhat.com>
1662
1663 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
1664 g_instance.bfoo, and g_instance.cfoo.
1665
1666 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
1667
1668 * gdb.base/break.c (multi_line_if_conditional): New function.
1669 (multi_ilne_while_conditional): Likewise.
1670 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
1671 IF or WHILE condition puts the breakpoint at the start of
1672 the condition.
1673
1674 * gdb.base/selftest.exp (backtrace through signal handler): Remove
1675 hppa*-*-hpux* expected failure.
1676 * gdb.base/structs.exp (do_function_calls): Similarly.
1677
1678 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
1679 watchpoints.
1680
1681 2002-01-06 Andrew Cagney <ac131313@redhat.com>
1682
1683 Fix PR gdb/66.
1684 * gdb.base/structs.exp: Replace skip for a29k with skip for
1685 gdb,cannot_call_functions.
1686 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
1687 * gdb.base/callfuncs.exp: Ditto.
1688 * gdb.base/call-rt-st.exp: Ditto.
1689 * gdb.base/call-strs.exp: Ditto.
1690 * gdb.base/callfwmall.exp: Ditto.
1691 * gdb.base/scope.exp: Obsolete xfail a29k.
1692 * gdb.c++/misc.exp: Ditto.
1693 * gdb.c++/cplusfuncs.exp: Ditto.
1694 * gdb.base/ptype.exp: Ditto.
1695 * gdb.base/printcmds.exp: Ditto.
1696 * gdb.base/opaque.exp: Ditto.
1697 * gdb.base/list.exp: Ditto.
1698 * gdb.base/funcargs.exp: Ditto.
1699 * gdb.base/default.exp: Ditto.
1700
1701 2002-01-04 Michael Snyder <msnyder@redhat.com>
1702
1703 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
1704 * gdb.base/maint.exp: Add tests for maint info sections options.
1705
1706 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
1707
1708 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
1709
1710 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
1711
1712 * gdb.asm/arm.inc: New file.
1713 * gdb.asm/asm-source.exp: Add arm targets.
1714 * gdb.asm/configure.in: Ditto.
1715 * gdb.asm/configure: Recreated from configure.in.
1716
1717 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
1718
1719 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
1720 with HP's compiler.
1721 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
1722 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
1723 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
1724 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
1725
1726 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
1727 either HP's compilers or GCC.
1728
1729 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
1730 a SIGBUS or SIGSEGV.
1731
1732 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
1733
1734 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
1735 can be compiled with either HP's compiler or GCC.
1736
1737 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
1738 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
1739 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
1740
1741 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
1742 to match current gdb output. Update due to using auto-solib-limit
1743 for limiting instead of overloading auto-solib-add.
1744 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
1745 test program.
1746
1747 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
1748 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
1749 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1750 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
1751 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
1752 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1753 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
1754 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
1755 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
1756 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
1757 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
1758 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
1759 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
1760
1761 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
1762 a SIGTRAP to the inferior.
1763
1764 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
1765
1766 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
1767 Substitute call to target_link by call to gdb_compile.
1768
1769 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
1770
1771 * gdb.base/break.exp: Fix HP specific search string when testing
1772 backtracing in a called function.
1773
1774 * gdb.base/constvars.exp: Only set lang to C++ if we're
1775 compiling the test with HP's compilers.
1776 * gdb.base/volatile.exp: Similarly.
1777
1778 2001-12-19 Jim Blandy <jimb@redhat.com>
1779
1780 * gdb.base/printcmds.exp: Expect the null character to be printed
1781 as '\0', and the '\013' to be printed as '\v'.
1782 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
1783 * gdb.base/setvar.exp: Same.
1784
1785 2001-12-17 Jim Blandy <jimb@redhat.com>
1786
1787 * gdb.base/completion.exp: Rather than completing very long
1788 filenames, which can make the readline library produce output we
1789 don't recognize, cd to the directory first, and then complete
1790 using nice, short relative paths.
1791
1792 * gdb.base/completion.exp: On some systems, there is, in fact, a
1793 variable named `b' in scope, since GDB treats all static
1794 variables as being in scope. So use `no_var_named_this'
1795 instead of `b'.
1796
1797 * gdb.base/corefile.exp: Recognize the message saying that GDB
1798 can't find the core file's registers as a failure.
1799
1800 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
1801
1802 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
1803 test expect string more specific.
1804
1805 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
1806
1807 * gdb.asm/asm-source.exp: Add support for xstormy16.
1808 * gdb.asm/configure.in: Ditto.
1809 * gdb.asm/configure: Rebuild.
1810 * gdb.asm/xstormy16.inc: New file.
1811
1812 2001-12-10 Fred Fish <fnf@redhat.com>
1813
1814 * gdb.base/maint.exp: Update to match changes in type dumping code.
1815
1816 2001-12-10 Jim Blandy <jimb@redhat.com>
1817
1818 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
1819 matching the entry point symbol's name at the beginning of the
1820 line.
1821
1822 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
1823
1824 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
1825 gdb.c++/inherit.exp, gdb.c++/method.exp,
1826 gdb.c++/namespace.exp, gdb.c++/templates.exp,
1827 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
1828 and class layout support.
1829
1830 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
1831
1832 * gdb.c++/classes.exp: Add test for static member function.
1833 * gdb.c++/misc.cc: Add class with static member function.
1834
1835 2001-12-07 Jim Blandy <jimb@redhat.com>
1836
1837 If GDB says it can't find the struct the function returned, report
1838 those tests as `unsupported'.
1839 * gdb.base/call-rt-st.exp (print_struct_call): New function.
1840 Rewrite subsequent tests to use it.
1841
1842 If GDB says it can't find the struct the function returned, report
1843 those tests as `unsupported'.
1844 * gdb.base/structs.exp (call_struct_func): New function.
1845 (do_function_calls): Use call_struct_func to call the functions
1846 returning structs.
1847
1848 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
1849 whether functions are prototyped or not, so we can't possibly pass
1850 arguments to t_float_values2 properly.
1851
1852 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
1853 value of `timeout' for targets other than the mips*tx39-*.
1854
1855 2001-12-06 Michael Snyder <msnyder@redhat.com>
1856
1857 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
1858 and detect whether the start symbol has a leading underscore.
1859
1860 2001-12-04 Jim Blandy <jimb@redhat.com>
1861
1862 * gdb.base/completion.exp: Clarify indentation.
1863
1864 2001-12-03 Jim Blandy <jimb@redhat.com>
1865
1866 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
1867 variables on the S/390, not `.word'.
1868
1869 2001-11-30 Jim Blandy <jimb@redhat.com>
1870
1871 Add assembly-source tests for s390-ibm-linux.
1872 * gdb.asm/s390.inc: New file.
1873 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
1874 the S/390 architecture.
1875 * gdb.asm/configure: Regenerated.
1876
1877 2001-11-30 Michael Snyder <msnyder@redhat.com>
1878
1879 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
1880 next, info source, info sources, info line, global and static
1881 variables, and static functions.
1882 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
1883 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
1884 * gdb.asm/asmsrc1.s: Add a static function and some variables.
1885 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
1886 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
1887 (gdbasm_leave): Restore frame pointer.
1888 (gdbasm_startup): Copy stack set-up from crt0.S.
1889
1890 2001-11-26 Fernando Nasser <fnasser@redhat.com>
1891
1892 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
1893 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
1894 to a local (non-static) variable. Copy tstruct.a to a static buffer
1895 and return a pointer to that buffer.
1896 * gdb.base/callfwmall.c (t_structs_a): Ditto.
1897
1898 2001-11-24 Mark Kettenis <kettenis@gnu.org>
1899
1900 * gdb.asm/configure.in: Fix recognition of ix86 target.
1901 * gdb.asm/configure: Regenerate.
1902
1903 2001-11-21 Michael Snyder <msnyder@redhat.com>
1904
1905 * gdb.asm/sparc.inc: New file.
1906 * gdb.asm/asm-source.exp: Recognize sparc target.
1907 * gdb.asm/configure.in: Recognize sparc target.
1908 * gdb.asm/configure: Regenerate.
1909
1910 2001-11-21 Michael Snyder <msnyder@redhat.com>
1911
1912 * gdb.asm/m32r.inc: New file.
1913 * gdb.asm/asm-source.exp: Recognize m32r target.
1914 * gdb.asm/configure.in: Recognize m32r target.
1915 * gdb.asm/configure: Regenerate.
1916
1917 2001-11-20 Michael Snyder <msnyder@redhat.com>
1918
1919 * gdb.asm/i386.inc: New file.
1920 * gdb.asm/asm-source.exp: Recognize ix86 target.
1921 * gdb.asm/configure.in: Recognize ix86 target.
1922 * gdb.asm/configure: Regenerate.
1923
1924 * gdb.c++/namespace.exp: Fix quotes in output messages.
1925
1926 2001-11-14 Michael Snyder <msnyder@redhat.com>
1927
1928 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
1929 qualifier in a type cast expression, to designate an address
1930 in the instruction space (Harvard architecture).
1931
1932 2001-11-13 Michael Snyder <msnyder@redhat.com>
1933
1934 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
1935 Tests for expressions using 'const' and 'volatile'.
1936
1937 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
1938
1939 * gdb.asm/asm-sources.exp: Allow defining linker flags.
1940
1941 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
1942
1943 * lib/mi-support.exp (mi_run_to_helper): Move comments
1944 outside of gdb_expect.
1945
1946 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
1947
1948 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
1949 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
1950 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
1951 mi0_run_to): New functions.
1952 * gdb.mi/mi-simplerun.exp: Use them.
1953 * gdb.mi/mi0-simplerun.exp: Likewise.
1954 * gdb.mi/mi-var-cmd.exp: Likewise.
1955 * gdb.mi/mi0-var-cmd.exp: Likewise.
1956
1957 2001-11-10 Andrew Cagney <ac131313@redhat.com>
1958
1959 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
1960 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
1961
1962 2001-11-09 Andrew Cagney <ac131313@redhat.com>
1963
1964 * gdb.base/restore.exp: Include $expected value in restored test
1965 message.
1966
1967 2001-11-09 Andrew Cagney <ac131313@redhat.com>
1968
1969 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
1970 implemented.
1971
1972 2001-11-08 Michael Snyder <msnyder@redhat.com>
1973
1974 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
1975 Add pass/fail message for stop at breakpoint in call dummy function.
1976
1977 2001-11-07 Michael Snyder <msnyder@redhat.com>
1978
1979 * gdb.c++/templates.exp (test_template_breakpoints):
1980 If we get an overload menu, but it does not match what
1981 we expect, we still need to issue the "cancel" command.
1982 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
1983 making the whitespace optional. Argument for "new" may be
1984 "unsigned" as well as "unsigned int/long".
1985 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
1986 making the whitespace optional. Also replace "(void) with
1987 "((void|)), making the keyword "void" optional.
1988 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
1989 making the whitespace optional. Also replace "(void) with
1990 "((void|)), making the keyword "void" optional.
1991 * gdb.base/callfuncs.c (t_float_values): This function must
1992 _not_ be prototyped, and the following function (t_float_values2)
1993 must be prototyped (if the compiler supports it), so that GDB
1994 can be tested against both cases. Usually one case involves
1995 promotion of float to double, while the other does not.
1996 * gdb.base/callfwmall.c: Ditto.
1997 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
1998 includes a stack frame for "start".
1999
2000 2001-11-05 Jim Blandy <jimb@redhat.com>
2001
2002 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
2003 pointers are 32 bits long, and that offsets of relocs are always
2004 stored in the data (REL-style), and not in the reloc entry itself
2005 (RELA-style).
2006 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
2007 stabs.
2008
2009 2001-11-01 Michael Snyder <msnyder@redhat.com>
2010
2011 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
2012 and regular expression operators by using quoting.
2013
2014 2001-10-31 Michael Snyder <msnyder@redhat.com>
2015
2016 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
2017 depending on what the symbol table contains.
2018 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
2019 the output of the ptype command. Similarly, accept both "const &"
2020 and "const&".
2021
2022 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
2023
2024 * gdb.base/miscexprs.c (main): Add usage of preprocessor
2025 symbol `STORAGE' to allow to choose the storage class of
2026 the local datastructures.
2027 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
2028 compiler directive.
2029
2030 2001-10-30 Michael Snyder <msnyder@redhat.com>
2031
2032 * gdb.base/jump.exp: Allow it to run for all targets.
2033
2034 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
2035
2036 * gdb.base/call-ar-st.c (print_double_array): Match for loop
2037 with new double_array size.
2038 (main): Change storage class of all local variables to static.
2039 Reduce size of double_array to 9.
2040 * gdb.base/call-ar-st.exp: Increase timeout value.
2041 Change expected output for double array to match new size in
2042 call-ar-st.c.
2043
2044 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
2045
2046 * gdb.base/ending-run.exp: Create identical output when passing
2047 `step to end of run' case. Add regular expression branch satisfying
2048 Stormy16 target.
2049
2050 2001-10-28 Mark Kettenis <kettenis@gnu.org>
2051
2052 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
2053 that we catch the expected failure under Linux/x86.
2054
2055 2001-10-29 Orjan Friberg <orjanf@axis.com>
2056
2057 * gdb.base/setvar.exp: Escape curly braces.
2058 * gdb.stabs/weird.exp: Ditto.
2059
2060 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
2061
2062 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
2063 * gdm.mi/mi0-hack-cli.exp: Likewise.
2064
2065 2001-10-25 Andrew Cagney <ac131313@redhat.com>
2066
2067 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
2068 messages.
2069
2070 2001-10-21 Andrew Cagney <ac131313@redhat.com>
2071
2072 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
2073 checking MI enabled.
2074
2075 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
2076
2077 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
2078
2079 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
2080
2081 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
2082 if gdb child process crashes, just signal an error.
2083
2084 2001-10-02 Jim Blandy <jimb@redhat.com>
2085
2086 * lib/gdb.exp (test_xfail_format): Simplify.
2087
2088 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
2089 front of the variable name `format'. Simplify `if'.
2090
2091 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
2092
2093 * gdb.threads/pthreads.exp: Wait for output and delay
2094 before sending ^C.
2095
2096 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
2097
2098 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
2099 some incorrect output instead of timing out.
2100 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
2101
2102 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
2103
2104 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
2105 check to allow additional `int'.
2106
2107 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
2108
2109 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
2110 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
2111
2112 2001-09-27 Michael Snyder <msnyder@redhat.com>
2113
2114 * lib/gdb.exp (test_debug_format): New proc.
2115 (setup_xfail_format): Use new proc test_debug_format.
2116 * gdb.base/constvars.exp (local_compiler_xfail_check): New
2117 proc; use new service proc test_debug_format.
2118 Replace all other "gcc_compiled" tests with this test.
2119 * gdb.base/volatile.exp (local_compiler_xfail_check): New
2120 proc; use new service proc test_debug_format.
2121 Replace all other "gcc_compiled" tests with this test.
2122
2123 2001-09-27 Michael Snyder <msnyder@redhat.com>
2124
2125 * gdb.base/cvexpr.exp: New file.
2126 * gdb.base/cvexpr.c: New file
2127 Test for expressions using const and volatile keywords.
2128
2129 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
2130
2131 * gdb.base/constvars.exp: Check for different orders of keywords
2132 and additional "int" strings in output.
2133
2134 2001-09-22 Andrew Cagney <ac131313@redhat.com>
2135
2136 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
2137 responses from "help maint".
2138
2139 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
2140
2141 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
2142 to localhost:NNN instead of :NNN, in case Xvfb is listening
2143 only on TCP.
2144
2145 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
2146
2147 * gdb.base/recurse.exp: When checking leaving the watchpoint
2148 scope, recognize when gdb is in function's epilogue and pass.
2149
2150 2001-09-18 Keith Seitz <keiths@redhat.com>
2151
2152 * lib/insight-support.exp (_gdbtk_export_target_info): Add
2153 support for running tests against sid targets.
2154 (gdbtk_done): Ditto.
2155
2156 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
2157
2158 * gdb.base/ending-run.c (main): Set stdout buffersize
2159 to the same reasonable value for any target.
2160 * gdb.base/ending-run.exp: Add a regular expression
2161 to make testsuite happy on Sanyo Stormy16 target.
2162
2163 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
2164
2165 * gdb.base/display.c (do_loops): Add float variable `f'.
2166 Increment f in loop.
2167 * gdb.base/display.exp: Increment timeout by 60 seconds.
2168 Change float display test to use variable `f'.
2169
2170 2001-09-17 Jim Blandy <jimb@redhat.com>
2171
2172 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
2173 overflowing the limited breakpoint tables on some ROM monitors
2174 (like the ROM68K).
2175
2176 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
2177
2178 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
2179 the "-ac" (disable access control) flag.
2180
2181 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
2182
2183 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
2184 ints.
2185
2186 2001-08-30 Keith Seitz <keiths@redhat.com>
2187
2188 * lib/gdb.exp: Move all insight-related functionality into
2189 separate file.
2190 * lib/insight-support.exp: New file.
2191
2192 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
2193
2194 * config/sid.exp (sid_start): Never set sid verbosity; disable
2195 expect_background {} that consumed its stdout; tolerate </dev/null.
2196 Attempt to set endianness override in "sid" protocol mode. Cleanup.
2197
2198 2001-08-18 Andrew Cagney <ac131313@redhat.com>
2199
2200 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
2201 CLI jump command to start it.
2202 (mi_run_to_main): Fail immediatly when unexpected output.
2203
2204 2001-08-18 Andrew Cagney <ac131313@redhat.com>
2205
2206 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
2207 beginning of function. Fix PR gdb/191.
2208
2209 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
2210
2211 * config/sid.exp (sid_start): Don't warn if we cannot figure out
2212 what to force sid endianness to.
2213
2214 2001-08-15 Keith Seitz <keiths@redhat.com>
2215
2216 * lib/gdb.exp (gdbtk_start): Don't set environment
2217 variables for TCL_LIBRARY and friends. Insight will
2218 now figure these out for itself.
2219
2220 2001-08-02 Michael Snyder <msnyder@redhat.com>
2221
2222 * gdb.base/completion.exp: Remove the symbol "a64l" from
2223 the expect string; this is target-specific, and not related
2224 to what is being tested.
2225
2226 2001-08-02 Dave Brolley <brolley@redhat.com>
2227
2228 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
2229
2230 2001-07-25 Michael Snyder <msnyder@redhat.com>
2231
2232 * gdb.base/consecutive.exp: New file. Test stepping over
2233 breakpoints on consecutive instructions.
2234 * gdb.base/consecutive.c: New file.
2235
2236 * gdb.base/call-rt-st.exp: Use double-backslash to quote
2237 curly braces in regular expressions.
2238
2239 2001-07-25 Michael Snyder <msnyder@redhat.com>
2240
2241 * gdb.base/ending-run.exp: Accept "Program exited normally" as
2242 legitimate output from stepping out of main.
2243
2244 2001-07-22 Keith Seitz <keiths@redhat.com>
2245
2246 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
2247 the empty string, do not run the tests.
2248
2249 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2250
2251 * gdb.base/long_long.exp: Detect size of pointer. Take into
2252 account 2-byte pointers when testing for p/a results.
2253
2254 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2255
2256 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
2257 and defined to 1K for m68hc11.
2258 (random_data): Reduce table to 1K for embedded platforms (68hc11).
2259 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
2260 (sizeof_random_data): New variable to tell the size of the data table;
2261 don't test past this size; always run to main.
2262
2263 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2264
2265 * gdb.base/return2.exp: return of long long and double fails for
2266 68HC11; don't execute these tests on that platform.
2267 * gdb.base/return.exp: Return of a double fails for 68hc11.
2268
2269 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2270
2271 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
2272 tests that print a float.
2273 * call-rt-st.exp: Likewise.
2274
2275 2001-07-12 Mark Kettenis <kettenis@gnu.org>
2276
2277 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
2278 running this test on Linux.
2279
2280 2001-06-24 Michael Chastain <chastain@redhat.com>
2281
2282 * gdb.base/arithmet.exp: Remove some tests to make all test names
2283 unique.
2284
2285 2001-07-03 Michael Snyder <msnyder@redhat.com>
2286
2287 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
2288 the output of the ptype command.
2289
2290 2001-07-02 Michael Snyder <msnyder@redhat.com>
2291
2292 * gdb.base/completion.exp: Don't assume that break.c is the only
2293 source file that may contain functions named "marker".
2294 * gdb.base/corefile.exp: Quote the curly braces in regexp.
2295
2296 2001-06-28 Andrew Cagney <ac131313@redhat.com>
2297
2298 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
2299 of files to delete.
2300
2301 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
2302 * gdb.disasm/h8300s.exp: New file.
2303 gdb.disasm/h8300s.s: Likewise.
2304
2305 2001-06-27 Andrew Cagney <ac131313@redhat.com>
2306
2307 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
2308 empty breakpoint tables.
2309
2310 2001-06-25 Andrew Cagney <ac131313@redhat.com>
2311
2312 * lib/mi-support.exp: Update args=... part of stop-reason
2313 patterns. Accept either a list or a tuple.
2314
2315 2001-06-23 Andrew Cagney <ac131313@redhat.com>
2316
2317 * lib/mi-support.exp: Remove local emacs variable defining
2318 change-log-default-name.
2319
2320 2001-06-22 Michael Chastain <chastain@redhat.com>
2321
2322 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
2323 This is operationally compatible with the previous version.
2324
2325 2001-06-13 Jim Blandy <jimb@redhat.com>
2326
2327 * lib/gdb.exp (gdb_test): Doc fix.
2328
2329 2001-06-10 Michael Chastain <chastain@redhat.com>
2330
2331 * gdb.base/exprs.exp: Remove a duplicate test.
2332
2333 2001-06-06 Jim Blandy <jimb@redhat.com>
2334
2335 * gdb.base/return2.exp (main): Use values to test float and double
2336 returns that are not NaN's, to avoid being confused by IEEE
2337 comparison rules.
2338
2339 2001-06-04 Michael Snyder <msnyder@redhat.com>
2340
2341 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
2342 non-zero if control_c fails. Terminate the test on failure,
2343 rather than wait for 12 more tests to time out.
2344
2345 2001-06-06 Jim Blandy <jimb@redhat.com>
2346
2347 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
2348 Don't forget to match the GDB prompt.
2349
2350 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
2351
2352 2001-06-04 Jim Blandy <jimb@redhat.com>
2353
2354 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
2355 command.
2356
2357 2001-05-31 Kevin Buettner <kevinb@redhat.com>
2358
2359 * gdb.base/annota1.exp (info break): Match four or more spaces
2360 after "Address".
2361
2362 2001-05-31 Michael Chastain <chastain@redhat.com>
2363
2364 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
2365 (dm_type_int_star): Likewise.
2366 (dm_type_long_star): Likewise.
2367 (dm_type_void_star): Likewise.
2368
2369 2001-05-29 Kevin Buettner <kevinb@redhat.com>
2370
2371 * gdb.base/completion.exp (INPUTRC): Set this environment variable
2372 to a known value in order to get consistent results regardless
2373 of the setting of INPUTRC or the presence or contents of .inputrc.
2374
2375 2001-05-24 Michael Snyder <msnyder@redhat.com>
2376
2377 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
2378 Don't require that the main thread and the manager thread are the
2379 first in the list.
2380
2381 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
2382 debugging. If test fails, issue an "unsupported" not a "fail".
2383
2384 2001-05-24 Jim Blandy <jimb@redhat.com>
2385
2386 Don't assume that short is shorter than int.
2387 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
2388 assume that shorts are smaller than ints. On a 16-bit machine,
2389 this isn't true.
2390 ("print unsigned char == (~0)"): Add test that verifies that ~0,
2391 an int, is not equal to ~0 stored in an unsigned char. This tests
2392 the same thing that the previous test meant to, but works on
2393 16-bit machines, too.
2394 ("print unsigned char != (~0)"): Same test, complemented.
2395
2396 2001-05-24 Michael Snyder <msnyder@redhat.com>
2397
2398 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
2399 test for (full_coverage == 0). This makes the test run faster,
2400 and prevents dejagnu getting out of step.
2401
2402 2001-05-23 Kevin Buettner <kevinb@redhat.com>
2403
2404 * gdb.base/finish.exp (finish_void): Revise pattern for
2405 stopping on the call statement to not permit stopping at
2406 the start of the instructions comprising the call sequence.
2407
2408 2001-05-19 Michael Chastain <chastain@redhat.com>
2409
2410 * gdb.base/callfuncs.exp: Make all test names unique.
2411 * gdb.base/commands.exp: Make all test names unique.
2412 * gdb.base/condbreak.exp: Make all test names unique.
2413 * gdb.base/dbx.exp: Make all test names unique.
2414 * gdb.base/default.exp: Make all test names unique.
2415 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
2416 and TIMEOUT messages to their corresponding PASS message.
2417 * gdb.base/ending-run.exp: Make all test names unique.
2418 * gdb.base/long_long.exp: Remove duplicate test.
2419
2420 2001-05-21 Kevin Buettner <kevinb@redhat.com>
2421
2422 * gdb.base/finish.exp (finish_void): Allow "finish" command to
2423 stop on the call statement as well as the statement after the
2424 call.
2425
2426 2001-05-21 Michael Snyder <msnyder@redhat.com>
2427
2428 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
2429
2430 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
2431
2432 * gdb.base/completion.exp: Revamp test. Make it execute on all
2433 platforms.
2434
2435 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
2436
2437 * config/gdbserver.exp (gdb_load): Handle the case
2438 in which the arguments to gdbserver are given in the
2439 baseboard configuration file.
2440 Also handle the case in which the server needs to do a
2441 load.
2442
2443 2001-05-07 Keith Seitz <keiths@cygnus.com>
2444
2445 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
2446 set up the display for testing.
2447 (gdbtk_start): Convert all paths to paths that tcl will like.
2448 Export target information to environment.
2449 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
2450 necessary.
2451 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
2452 (to_tcl_path): New proc to convert a given pathname into
2453 a path acceptible as an argument to a tcl command.
2454 (_gdbtk_export_target_info): New proc to export target info
2455 into the environment for gdbtk testing.
2456 (gdbtk_done): New proc to signal end-of-test.
2457
2458 2001-05-06 Jim Blandy <jimb@redhat.com>
2459
2460 * restore.c: Make the code of caller0 correspond to its comment.
2461
2462 2001-05-03 Michael Snyder <msnyder@redhat.com>
2463
2464 * config/sid.exp (gdb_target_sid): Check for error messages.
2465 On error or timeout, don't make expect exit (which will terminate
2466 all subsequent tests); instead just make gdb exit.
2467 (gdb_load): Check for error messages. On error or timeout,
2468 return a negative value.
2469
2470 2001-04-24 Jim Blandy <jimb@redhat.com>
2471
2472 * gdb.c++/templates.exp: If we see the prompt for the overload
2473 list, but we haven't recognized any of the longer patterns,
2474 arrange for this test to fail, not hang.
2475
2476 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
2477 variations.
2478
2479 2001-04-22 Michael Chastain <chastain@redhat.com>
2480
2481 * gdb.c++/local.exp: Use the 'runto' library function.
2482 * gdb.c++/namespace.exp: Likewise.
2483 * gdb.c++/overload.exp: Likewise.
2484
2485 2001-03-26 Kevin Buettner <kevinb@redhat.com>
2486
2487 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
2488 * gdb.base/step-line.exp: New file. Test step/next in presence of
2489 #line directives.
2490 * gdb.base/step-line.c: New file. Test program for the above.
2491 * gdb.base/step-line.inp: New file. We pretend that this file has
2492 been transformed by some other tool into step-line.c.
2493
2494 2001-03-21 Jim Blandy <jimb@redhat.com>
2495
2496 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
2497 unmangled operator names.
2498
2499 2001-03-20 Jim Blandy <jimb@redhat.com>
2500
2501 * gdb.threads/linux-dp.exp: Recognize an additional message
2502 generated by GDB when it doesn't understand how to debug threads
2503 on the target system.
2504
2505 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2506
2507 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
2508
2509 2001-03-12 Michael Chastain <chastain@redhat.com>
2510
2511 * gdb.c++/derivation.exp: Use the 'runto' library function.
2512
2513 2001-03-12 Michael Chastain <chastain@redhat.com>
2514
2515 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
2516
2517 2001-02-24 Michael Chastain <chastain@redhat.com>
2518
2519 * gdb.c++/ref-types.exp: Change handwritten code to library
2520 function 'runto'.
2521
2522 2001-03-16 Orjan Friberg <orjanf@axis.com>
2523
2524 * gdb.base/signals.exp: Set count to 0 explicitly.
2525
2526 2001-03-15 Mark Salter <msalter@redhat.com>
2527
2528 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
2529 (gdb_target_monitor): Add check of gdb_target_cmd return value.
2530 (gdb_load): Add support for additional target_info: gdb_download_size
2531 and gdb_load_timeout.
2532
2533 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
2534
2535 * gdb.base/annota1.exp: Move test of isnative to earlier in the
2536 file -- to prevent failing when the compile fails but we have no
2537 intention of running the tests anyway.
2538
2539 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
2540 tests if set.
2541
2542 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
2543 integers.
2544
2545 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
2546 * gdb.c++/namespace.exp: Ditto.
2547
2548 2001-03-07 Orjan Friberg <orjanf@axis.com>
2549
2550 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
2551 * gdb.base/pointers.exp: Relax pattern match of decimals.
2552
2553 2001-03-06 Kevin Buettner <kevinb@redhat.com>
2554
2555 * Makefile.in, config/abug.exp, config/cfdbug.exp,
2556 config/cpu32bug.exp, config/dve.exp, config/est.exp,
2557 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
2558 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
2559 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
2560 config/sh.exp, config/sid.exp, config/slite.exp,
2561 config/sparclet.exp, config/udi.exp, config/unknown.exp,
2562 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
2563 config/vxworks.exp, config/vxworks29k.exp,
2564 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
2565 gdb.base/all-bin.exp, gdb.base/annota1.exp,
2566 gdb.base/arithmet.exp, gdb.base/assign.exp,
2567 gdb.base/async.exp, gdb.base/attach.exp,
2568 gdb.base/bitfields.exp, gdb.base/bitops.exp,
2569 gdb.base/break.exp, gdb.base/call-ar-st.exp,
2570 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
2571 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
2572 gdb.base/commands.exp, gdb.base/completion.exp,
2573 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2574 gdb.base/constvars.exp, gdb.base/corefile.exp,
2575 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2576 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
2577 gdb.base/ending-run.exp, gdb.base/environ.exp,
2578 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2579 gdb.base/finish.exp, gdb.base/foll-exec.exp,
2580 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
2581 gdb.base/funcargs.exp, gdb.base/help.exp,
2582 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
2583 gdb.base/logical.exp, gdb.base/long_long.exp,
2584 gdb.base/maint.exp, gdb.base/mips_pro.exp,
2585 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
2586 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
2587 gdb.base/pointers.exp, gdb.base/printcmds.exp,
2588 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
2589 gdb.base/regs.exp, gdb.base/relational.exp,
2590 gdb.base/remote.exp, gdb.base/reread.exp,
2591 gdb.base/restore.exp, gdb.base/return2.exp,
2592 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
2593 gdb.base/selftest.exp, gdb.base/setshow.exp,
2594 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2595 gdb.base/sigall.exp, gdb.base/signals.exp,
2596 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
2597 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2598 gdb.base/step-test.exp, gdb.base/structs.c,
2599 gdb.base/structs.exp, gdb.base/structs2.exp,
2600 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
2601 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
2602 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
2603 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2604 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
2605 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
2606 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
2607 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
2608 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
2609 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
2610 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
2611 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
2612 gdb.fortran/types.exp, gdb.java/jmisc.exp,
2613 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2614 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
2615 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2616 gdb.trace/circ.exp, gdb.trace/collection.exp,
2617 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
2618 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2619 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
2620 gdb.trace/report.exp, gdb.trace/save-trace.exp,
2621 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2622 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2623 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
2624 notices.
2625
2626 2001-02-27 Michael Snyder <msnyder@cygnus.com>
2627
2628 * gdb.base/varargs.c (find_max_double): Fix printf format string:
2629 first arg is int not float.
2630
2631 2001-02-22 Michael Snyder <msnyder@cygnus.com>
2632
2633 * gdb.base/reread.exp: Unsupported for non-native targets;
2634 doesn't work for remote debugging.
2635
2636 2001-02-19 Fernando Nasser <fnasser@redhat.com>
2637
2638 From Drew Moseley <dmoseley@redhat.com>
2639 * gdb.base/ending-run.exp: Properly handle the BSP state when
2640 stepping past the end of main.
2641
2642 2001-02-19 John Moore <jmoore@redhat.com>
2643
2644 * gdb.base/commands.exp (infrun_breakpoint_command_test):
2645 Converted HPUX fix for non-expected items following multiple
2646 step commands into general solution for all platforms.
2647
2648 2001-02-18 Michael Chastain <chastain@redhat.com>
2649
2650 * gdb.c++/classes.exp (do_tests): Change runto statements
2651 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2652 statements demangler agnostic.
2653 * gdb.c++/virtfunc.exp (do_tests): Likewise.
2654 (gdb_virtfunc_restart): Likewise.
2655
2656 2001-02-14 Michael Chastain <chastain@redhat.com>
2657
2658 * gdb.c++/inherit.exp (do_tests): Change runto statements
2659 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2660 statements demangler agnostic.
2661
2662 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
2663
2664 * gdb.threads/pthreads.exp: Unify pass/fail messages for
2665 ``continue to bkpt at common_routine in thread 2'' and ``stopped
2666 before calling common_routine 15 times'' tests.
2667
2668 2001-02-11 Michael Chastain <chastain@redhat.com>
2669
2670 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
2671 Helps the test script figure out which demangler is in use.
2672 (dm_type_foo_ref): Ditto.
2673 (dm_type_int_star): Ditto.
2674 (dm_type_long_star): Ditto.
2675 (dm_type_unsigned_int): Ditto.
2676 (dm_type_void): Ditto.
2677 (dm_type_void_star): Ditto.
2678 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
2679 Probe the gdb demangler and set variables to accommodate
2680 formatting differences.
2681 (info_func_regexp): New function. Same as info_func, but
2682 matches against a regexp.
2683 (info_func): Match against a literal string.
2684 (print_addr_2): New function. Match against a literal string,
2685 which can be different from the input to gdb.
2686 (print_addr): Simply call print_addr_2 with the same argument twice.
2687 (test_lookup_operator_functions): Use demangler formatting variables.
2688 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
2689 the tests in the same order as the C++ class declaration.
2690 (test_paddr_operator_functions): Ditto.
2691 (test_paddr_overloaded_functions): Ditto.
2692 (test_paddr_hairy_functions): Use demangler formatting variables.
2693 Add reference to gdb/19 for related tests.
2694 (do_tests): Call probe_demangler.
2695
2696 2001-01-30 Kevin Buettner <kevinb@redhat.com>
2697
2698 * gdb.c++/templates.cc (printf): Remove unused function definition.
2699
2700 2001-01-26 Felix Lee <flee@redhat.com>
2701
2702 * sid.exp (sid_exit): Pass host, not target, to remote_close.
2703
2704 2001-01-25 matthew green <mrg@redhat.com>
2705
2706 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
2707 up sid.
2708 (sid_exit): Call `remote_pop_conn' after GDB is gone.
2709
2710 2001-01-25 matthew green <mrg@redhat.com>
2711
2712 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
2713 Deprecate $sid_spawn_id.
2714 (sid_exit): Remove code necessary only for `spawn.'
2715
2716 2001-01-25 matthew green <mrg@redhat.com>
2717
2718 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2719
2720 2001-01-28 Michael Chastain <chastain@redhat.com>
2721
2722 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
2723 to call when tests fail. It takes gdb out of the overloaded
2724 function choice menu back to the main prompt, so that the test
2725 program stays synchronized.
2726 (set_bp_overloaded): New proc to collect all the common
2727 code for setting a breakpoint on an overloaded name. Calls
2728 take_gdb_out_of_choice_menu when needed.
2729 (menu_overload1arg): New variable to collect the repeated
2730 instances of the expected menu for an overloaded name. Change
2731 the regular expression to handle changes in g++ type encoding:
2732 "void" can be either "void" or "", and "unsigned int" can be
2733 either "unsigned int" or "unsigned".
2734 (continue_to_bp_overloaded): Change regular expressions to handle
2735 changes in g++ type encoding.
2736 (no proc): Call take_gdb_out_of_choice_menu when needed.
2737 Remove redundant calls to "info break". Accept either "canceled"
2738 or "cancelled". Change regular expressions in "info break"
2739 calls to handle changes in g++ type encoding. Give all tests
2740 unique strings.
2741
2742 2001-01-17 Ben Elliston <bje@redhat.com>
2743
2744 * config/sid.exp: New file.
2745
2746 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
2747
2748 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
2749
2750 2000-12-21 Michael Snyder <msnyder@cygnus.com>
2751
2752 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
2753 Add a RE to accept a non-ascii char if one is ever presented.
2754
2755 2000-12-20 Fernando Nasser <fnasser@redhat.com>
2756
2757 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
2758
2759 2000-12-18 Michael Snyder <msnyder@cygnus.com>
2760
2761 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
2762 in regexp. One '\' does not suffice on Linux.
2763
2764 2000-12-09 Michael Chastain <chastain@redhat.com>
2765
2766 * gdb.base/break.exp (test_clear_command): Use a marker function
2767 rather than 'main' for the test function. Also move this
2768 test to an execution point where the marker function names are
2769 guaranteed to be bound to functions. (Executing tests after a
2770 'finish' from main runs into name conflicts with local names
2771 in __libc_start_main).
2772
2773 2000-12-07 Michael Snyder <msnyder@cygnus.com>
2774
2775 * gdb.base/finish.exp: New test for gdb's "finish" command.
2776 * gdb.base/return2.exp: New test for gdb's "return" command.
2777 * gdb.base/return2.c: New source file for above.
2778
2779 2000-12-05 Michael Snyder <msnyder@cygnus.com>
2780
2781 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
2782 * gdb.base/miscexprs.exp: Ditto.
2783 * gdb.base/pointers.exp: Ditto.
2784 * gdb.c++/derivation.exp: Ditto.
2785 * gdb.c++/local.exp: Ditto.
2786 * gdb.c++/namespace.exp: Ditto.
2787 * gdb.c++/overload.exp: Ditto.
2788 * gdb.c++/ref-types.exp: Ditto.
2789
2790 2000-12-05 Michael Snyder <msnyder@cygnus.com>
2791
2792 * gdb.base/constvars.exp: Test result of "up" command.
2793 * gdb.base/miscexprs.exp: Ditto.
2794 * gdb.base/pointers.exp: Ditto.
2795 * gdb.base/scope.exp: Ditto.
2796 * gdb.c++/derivation.exp: Ditto.
2797 * gdb.c++/local.exp: Ditto.
2798 * gdb.c++/namespace.exp: Ditto.
2799 * gdb.c++/overload.exp: Ditto.
2800 * gdb.c++/ref-types.exp: Ditto.
2801
2802 2000-11-22 Michael Chastain <chastain@redhat.com>
2803
2804 * mips_pro.exp: Accept either "middle -> top -> main" or
2805 "middle -> main" in the backtrace, because gcc can optimize
2806 tail calls to jumps. Remove setup_xfail for the hppa case.
2807 Add a comment with the original warning messages from PR 3016,
2808 which was filed in 1993, to preserve them for posterity.
2809
2810 2000-11-17 Nick Duffek <nsd@redhat.com>
2811
2812 * lib/gdb.exp (gdb_test): Override timeout with board info.
2813
2814 2000-11-17 Nick Duffek <nsd@redhat.com>
2815
2816 * gdb.base/display.exp: Don't kill running stub. Add "again" to
2817 the second kill and detach messages.
2818
2819 2000-11-17 Nick Duffek <nsd@redhat.com>
2820
2821 * configure.in: Add AC_EXEEXT.
2822 * configure: Regenerate.
2823 * Makefile.in (just-check): Export EXEEXT.
2824 * lib/gdb.exp ($EXEEXT): Import from environment.
2825 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
2826 expect "maint dump-me" on Cygwin.
2827 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
2828 $EXEEXT.
2829
2830 2000-11-17 Nick Duffek <nsd@redhat.com>
2831
2832 * gdb.base/break.exp: Test backtrace and finish from called
2833 function on all platforms, not just HP-UX.
2834
2835 2000-11-03 Michael Snyder <msnyder@cygnus.com>
2836
2837 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
2838 code from gdb_target_monitor, so it can be used independantly
2839 for gdbserver. Also comment out an unnecessary PUTS.
2840
2841 2000-11-03 Michael Snyder <msnyder@cygnus.com>
2842
2843 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
2844 * gdb.base/corefile.exp: Expect the message "Program is being
2845 debugged already" when we send the "corefile" command, since
2846 the preceeding gdb_load may have connected gdb to a remote target.
2847 * gdb.base/display.exp: Disable hardware watchpoints if new
2848 board info variable "no_hardware_watchpoints" is true.
2849 Replace single-letter commands with more readable ones.
2850 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
2851 if new board info variable "no_hardware_watchpoints" is true.
2852 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
2853 to see if stdio (printf) testing is possible.
2854 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
2855 board info variable "no_hardware_watchpoints" is true. Use new
2856 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
2857
2858 2000-11-13 Fernando Nasser <fnasser@redhat.com>
2859
2860 From Orjan Friberg <orjanf@axis.com>:
2861 * gdb.base/printcmds.exp: Escape curly braces followed by a number
2862 in array print pattern match.
2863
2864 2000-11-09 Fernando Nasser <fnasser@redhat.com>
2865
2866 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
2867 spelling "cancelled" to U.S. spelling "canceled" to match changes
2868 made to gdb.
2869 * gdb.c++/ovldbreak.exp: Ditto.
2870
2871 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2872
2873 * gdb.base/callfuncs.c (main): Moved to end of file, call
2874 t_double_values to initialize the FPU before inferior calls are made.
2875 * gdb.base/callfuncs.exp: Test for register preservation after calling
2876 inferior functions. Add tests for continuining, finishing and
2877 returning from a stop in a call dummy.
2878
2879 2000-10-24 Michael Snyder <msnyder@cygnus.com>
2880
2881 * gdb.base/commands.exp: Break up long lines, and re-indent.
2882
2883 2000-10-19 Michael Snyder <msnyder@cygnus.com>
2884
2885 * config/gdbserver.exp: Rewritten from the ground up, to make it
2886 compatible with the current dejagnu tree, and to make it work with
2887 the new "gdbserver" in libremote.
2888
2889 2000-10-16 Michael Snyder <msnyder@cygnus.com>
2890
2891 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
2892 * gdb.base/varargs.exp: Skip entire test if no printf support.
2893 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
2894 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
2895
2896 2000-10-13 Michael Snyder <msnyder@cygnus.com>
2897
2898 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
2899 no floating point support.
2900 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
2901 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
2902 * gdb.base/call-rt-st.exp: Ditto.
2903 * gdb.base/call-strs.exp: Ditto.
2904
2905 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
2906
2907 * gdb.base/sizeof.c: include <stdio.h>.
2908
2909 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
2910 'finish', otherwise uncaptured gdb_prompt would potentially
2911 throw remaining test points out of sync.
2912
2913 2000-07-26 Scott Bambrough <scottb@netwinder.org>
2914
2915 * gdb.base/recurse.exp: Run tests for all targets.
2916 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
2917 gnu-oldld case on ARM.
2918 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
2919 for ARM targets.
2920
2921 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
2922
2923 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
2924 * gdb.java/configure: Rebuild.
2925
2926 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
2927
2928 * gdb.java/jv-exp.exp: New file.
2929
2930 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
2931
2932 * configure: Rebuilt.
2933 * configure.in (configdirs): Add gdb.java.
2934 * gdb.java/jmisc.java: New file.
2935 * gdb.java/jmisc.exp: New file.
2936 * gdb.java/Makefile.in: New file.
2937 * gdb.java/configure: Rebuilt.
2938 * gdb.java/configure.in: New file.
2939 * lib/java.exp: New file.
2940
2941 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
2942
2943 * gdb.base/exprs.exp: Test casts to a pointer including over and
2944 underflow.
2945
2946 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
2947
2948 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
2949 and the compilers sizes.
2950
2951 2000-07-09 Nick Duffek <nsd@redhat.com>
2952
2953 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
2954 (use_methods): New function.
2955 (main): Call use_methods().
2956 * gdb.c++/classes.exp (test_method_param_class): New procedure.
2957 (do_tests): Call test_method_param_class.
2958
2959 2000-07-09 Nick Duffek <nsd@redhat.com>
2960
2961 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
2962 spelling.
2963 (test_enums): New procedure. Move enum tests from end of script
2964 to here. Set breakpoint on function name instead of line number.
2965 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
2966 (enums2): New marker function.
2967 (enums1): New function.
2968 (main): Call enums1(). Move enum tests to enums1().
2969
2970 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
2971
2972 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
2973 compile/link program. Update line numbers.
2974 * gdb.asm/d10v.inc: Define ``startup''.
2975 * gdb.asm/asmsrc1.s: Add definition of _start.
2976
2977 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
2978
2979 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
2980
2981 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2982
2983 * gdb.base/maint.exp: Add 'maint print architecture' item to output
2984 of 'help maint print' command.
2985
2986 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
2987
2988 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
2989 they use gdb_expect_list.
2990
2991 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
2992
2993 * gdb.base/commands.exp: Use ``set remote
2994 memory-read-packet-size'' instead of ``set endian big'' to test
2995 long commands.
2996
2997 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
2998
2999 * gdb.c++/templates.exp (do_tests): Make all of these work under
3000 g++, and stop skipping them.
3001
3002 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
3003 work under g++.
3004
3005 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
3006 initialization.
3007
3008 2000-06-02 Michael Snyder <msnyder@cygnus.com>
3009
3010 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
3011 the regular expression: accept an (almost) arbitrary sequence of
3012 "frames-invalid" and "breakpoints-invalid" messages both before
3013 and after the "starting" message.
3014
3015 2000-06-02 Michael Snyder <msnyder@cygnus.com>
3016
3017 * gdb.c++/local.exp: This test has never been known to work with g++.
3018
3019 2000-05-18 Michael Snyder <msnyder@cygnus.com>
3020
3021 * gdb.base/annota1.exp (annotate-signal-handler-caller):
3022 Relax the regular expression a little, make it pass on Solaris 8.
3023
3024 2000-05-12 Kevin Buettner <kevinb@redhat.com>
3025
3026 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
3027 a call, do not require that gdb stop on the line after the call.
3028 Instead, it is permissible for gdb to stop on the line of the
3029 call itself.
3030
3031 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
3032
3033 * gdb.base/break.exp (bp on small function, optimized file):
3034 Add a second pass pattern. The behavior differs here between stabs
3035 and dwarf for one-line functions. Stabs preserves two line symbols
3036 (one before the prologue and one after) with the same line number,
3037 but dwarf regards these as duplicates and discards one of them.
3038 Therefore the address after the prologue (where the breakpoint is)
3039 has no exactly matching line symbol, and GDB reports the breakpoint
3040 as if it were in the middle of a line rather than at the beginning.
3041
3042 2000-05-08 Michael Snyder <msnyder@cygnus.com>
3043
3044 * gdb.base/interrupt.exp: Make "pass" message say "send"
3045 rather than "send_gdb" (for consistancy).
3046
3047 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
3048
3049 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
3050 * gdb.c++/templates.cc: Properly check for GCC version number.
3051 * lib/compiler.cc: Likewise
3052
3053 2000-04-28 Michael Snyder <msnyder@cygnus.com>
3054
3055 * gdb.base/break.exp: When compiled with -O2 optimization,
3056 gdb may not stop at the first line of main, due to code motion.
3057
3058 2000-04-26 Michael Snyder <msnyder@cygnus.com>
3059
3060 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
3061 This test depends on parsing the printf output from the target.
3062 Since the sparclet stub doesn't do stdio, this will never work.
3063 * gdb.base/call-rt-st.exp: ditto.
3064 * gdb.base/call-strs: ditto.
3065
3066 2000-04-24 Michael Snyder <msnyder@cygnus.com>
3067
3068 * gdb.base/miscexprs.exp: make sizeof long array test portable.
3069
3070 * gdb.base/ending-run.exp: After connecting to a remote target,
3071 but before running, the target will appear to be in a random
3072 location. Specify both a file and a line for breakpoints.
3073 Also, the function that calls main may be called 'init'
3074 rather than 'start'.
3075
3076 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3077
3078 * gdb.base/help.exp: Update output for add-symbol-file command.
3079
3080 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
3081
3082 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3083 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
3084
3085 2000-04-07 J.T. Conklin <jtc@redback.com>
3086
3087 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
3088
3089 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
3090
3091 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
3092
3093 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
3094 values that can be represented exactly.
3095 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
3096 above change, and to not check against the directory part of the source
3097 file name.
3098 (step into print_long_arg_list): Likewise.
3099 (print print_small_structs from print_long_arg_list): Likewise.
3100 (print print_long_arg_list): Likewise.
3101
3102 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3103
3104 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
3105
3106 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
3107
3108 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
3109
3110 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
3111
3112 * gdb.base/commands.exp (deprecated_command_test): Add test for
3113 deprecate with no arguments.
3114
3115 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
3116
3117 * gdb.base/break.exp: Add new test for setting breakpoints on
3118 optimized code so we can test breakpoints work even when function
3119 prologues may be optimized away
3120
3121 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
3122
3123 From David Whedon <dwhedon@gordian.com>
3124 * gdb.base/commands.exp : Added command deprecator tests.
3125
3126 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
3127
3128 * gdb.base/help.exp: Added test for new apropos command.
3129
3130 2000-03-21 Kevin Buettner <kevinb@redhat.com>
3131
3132 * gdb.base/pointers.c (usevar): New function.
3133 (main): Make sure that global variables v_int_pointer2, rptr,
3134 and y are all referenced someplace in the program by calling
3135 usevar() on them. [Some linkers delete symbols which are
3136 never referenced. The space remains, but there's no way to
3137 get a (symbolic) handle on the variable from the debugger.]
3138
3139 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3140
3141 * gdb.base/printcmds.c: Add typedeffed arrays.
3142
3143 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
3144 procedure to test arrays that are typedef'd.
3145
3146 2000-03-13 James Ingham <jingham@leda.cygnus.com>
3147
3148 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
3149 the library directories.
3150
3151 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
3152
3153 * configure.in (configdirs): Add sub directory gdb.mi.
3154 * configure: Re-generate.
3155
3156 * gdb.mi: New directory.
3157
3158 2000-02-25 Scott Bambrough <scottb@netwinder.org>
3159
3160 * gdb.base/long_long.exp: Correct test suite failure when printing
3161 a long long value as a double on ARM platforms.
3162
3163 2000-02-16 Jim Blandy <jimb@redhat.com>
3164
3165 * gdb.base/break.exp ("breakpoint line number"): Make sure the
3166 default source file is set properly before running this test.
3167
3168 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3169
3170 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
3171 gdbtk/library directory, not in gdbtcl2.
3172
3173 2000-02-04 Jim Blandy <jimb@redhat.com>
3174
3175 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
3176 backslash from regexp pattern.
3177
3178 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
3179 procedure. Use it to run all the "continue to bp overloaded"
3180 tests. Note that this changes the names of the tests slightly.
3181 If the breakpoint hit message includes a hex PC value, because
3182 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
3183 from the real source code, still consider that a pass.
3184
3185 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
3186 XFAIL here if the breakpoint message contains a hex address. Note
3187 similar change on 1999-11-02.
3188
3189 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
3190
3191 * gdb.base/ptype.exp: Establish a default source file before
3192 calling get_debug_format.
3193
3194 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
3195
3196 * gdb.base/watchpoint.exp: Remove duplication of test messages.
3197
3198 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3199
3200 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
3201 of successive stepi commands -- while in the prologue we should see
3202 the function entry bracket.
3203
3204 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3205
3206 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
3207 reach __change_mode() when stepping through the end of main().
3208
3209 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
3210
3211 * gdb.base/default.exp: Fix expected pattern.
3212 * gdb.base/help.exp: Same.
3213
3214 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3215
3216 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
3217 Don't use xfail's because that affects only the following test.
3218
3219 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
3220 solaris or linux.
3221
3222 * gdb.base/selftest.exp: Update to reflect changes to main.c.
3223
3224 2000-01-07 Michael Snyder <msnyder@cygnus.com>
3225
3226 * gdb.base/display.exp: Some yacc parsers like to say
3227 "A syntax error" rather than "A parse error". Accept both.
3228
3229 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
3230
3231 * gdb.base/default.exp: Remove OS dependent string from "target
3232 remote" test.
3233 * gdb.base/help.exp: Same for "help target remote" test.
3234
3235 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3236
3237 From Jim Kingdon <kingdon@redhat.com>:
3238
3239 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
3240 prompt (cleanup rather than necessity, but still might keep output
3241 from spilling to next test).
3242
3243 2000-01-02 Fred Fish <fnf@cygnus.com>
3244
3245 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
3246 AIX, which defines them in <sys/types.h>.
3247
3248 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
3249
3250 * gdb.base/default.exp: Match arm* etc instead of arm in "info
3251 float" test.
3252
3253 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
3254
3255 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
3256
3257 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
3258 outermost frame disallowed".
3259
3260 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
3261
3262 * gdb.base/setvar.exp: New tests for setting the value of a struct
3263 with a constant list.
3264
3265 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3266
3267 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
3268 require the user to type a cast before setting the value of a struct.
3269
3270 1999-12-06 Jim Blandy <jimb@cygnus.com>
3271
3272 * gdb.base/default.exp: Expect the new 'info float' command on
3273 all i386 platforms.
3274
3275 * gdb.threads/linux-dp.exp: Expand our ability to recognize
3276 LinuxThreads libraries that don't support debugging.
3277
3278 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3279
3280 * gdb.base/remote.c: Fill the buffer with truely random data.
3281 Change the buffer type to ``unsigned char'' to simplify size
3282 arithmetic.
3283
3284 * gdb.base/remote.exp: Reduce download numbers by one. Typical
3285 stub only handles 400-1 byte packets. Verify that the download
3286 worked.
3287
3288 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
3289
3290 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
3291 tests, using UNRESOLVED for the untested cases. Also, does not wait
3292 for a timeout if the prompt was received before a recognizable pattern.
3293
3294 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
3295
3296 * lib/gdb.exp (gdb_expect_list): Fix spelling.
3297
3298 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3299
3300 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
3301 watchpoints.
3302
3303 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
3304
3305 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
3306
3307 * gdb.c++/local.exp: Be more flexible in recognizing local class
3308 name mangling. Don't allow horribly truncated method names.
3309 * gdb.c++/derivation.exp: Expect protected inheritance.
3310 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
3311 * gdb.c++/virtfunc.exp: Likewise.
3312 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
3313 when printing a nested enum.
3314
3315 1999-11-22 Jim Blandy <jimb@cygnus.com>
3316
3317 * gdb.base/step-test.exp: Properly await GDB's response to setting
3318 a breakpoint on the call to large_struct_by_value.
3319
3320 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
3321 just because we have debug info for the `start' function.
3322
3323 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
3324
3325 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
3326 "Unknown signal" messages, which indicate (on LinuxThreads) that
3327 GDB doesn't know how to debug threads on this system. This is
3328 better than hanging while philosopher 0 dumps chatter into gdb.log.
3329
3330 1999-11-18 Tom Tromey <tromey@cygnus.com>
3331
3332 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
3333
3334 1999-11-18 Fred Fish <fnf@cygnus.com>
3335
3336 * gdb.base/coremaker2.c: Add sample program for generating
3337 cores that is more self contained than coremaker.c. Eventually
3338 I'll add more code to this and tie it into the testsuite.
3339
3340 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
3341
3342 * gdb.base/dollar.exp: Remove, now in gdb.hp.
3343
3344 1999-11-10 Jimmy Guo <guo@cup.hp.com>
3345
3346 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
3347 from $srcdir/lib/.
3348 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
3349 and gdb.c++/.
3350
3351 * gdb.c++/derivation.exp: remove redundant get compiler info code.
3352
3353 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
3354 'continue with watch' test point.
3355
3356 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
3357
3358 Merged from p2linux-990323-branch:
3359
3360 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
3361
3362 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
3363
3364 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
3365 {limit,fixed}''. Test ``set download-write-size''.
3366
3367 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
3368
3369 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
3370 gdb_expect_list.
3371
3372 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
3373
3374 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
3375
3376 1999-11-03 Mark Salter <msalter@cygnus.com>
3377
3378 * gdb.base/break.exp: Fix "stub continue" pattern.
3379
3380 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
3381
3382 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
3383
3384 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
3385
3386 * gdb.base/display.exp ("finish"): Add timeout clause.
3387
3388 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
3389 plain prompt clause, so this doesn't have to time out in order to
3390 fail.
3391
3392 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
3393 breakpoint hit messages include an address.
3394
3395 * gdb.base/display.exp: Don't forget to escape parens in regular
3396 expressions. Unix regexp notatation sucks.
3397
3398 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3399
3400 * gdb.base/annota1.exp: Test for annotate-signalled: change output
3401 order for 'signalled' message.
3402
3403 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
3404
3405 From Jimmy Guo <guo@cup.hp.com>:
3406 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
3407 * gdb.base/annota1.c: Add code for tests to work with.
3408
3409 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
3410
3411 * gdb.base/remote.exp: New test for remote downloading settings.
3412 * gdb.base/remote.c: New file with large .data.
3413
3414 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
3415
3416 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
3417 for LinuxThreads support, merged from the Code Fusion branch.
3418
3419 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
3420
3421 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
3422 containing exp_continue into a while within an expect. Don't
3423 attempt a start more than three times. Check return value from
3424 gdb_load.
3425
3426 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
3427
3428 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
3429 a pass case.
3430
3431 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
3432
3433 * gdb.base/break.c (main): Added a statement that we can step
3434 off of.
3435 * gdb.base/break.exp: Added tests for setting a breakpoint
3436 at an offset and stepping onto a breakpoint.
3437
3438 1999-10-01 Fred Fish <fnf@cygnus.com>
3439
3440 * gdb.base/help.exp (help add-symbol-file): Update to match current
3441 gdb output.
3442
3443 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
3444
3445 * gdb.base/break.exp: Code locations are in hex, don't forget!
3446 (For HP-UX.)
3447
3448 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
3449
3450 * condbreak.exp: Use break.c as test program.
3451 * condbreak.c: Remove, redundant with break.c.
3452
3453 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
3454
3455 * config/monitor.exp (gdb_target_monitor): Disable X- and
3456 Z-packets if the target needs it.
3457
3458 1999-09-13 James Ingham <jingham@leda.cygnus.com>
3459
3460 * gdb.c++/overload.exp: Added tests for listing overloaded
3461 functions with function pointers in the arg, explicitly calling
3462 out the version you want.
3463
3464 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
3465
3466 * long_long.exp: Add variations of test cases that work for
3467 targets with 16-bit ints and 32-bit doubles.
3468
3469 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
3470
3471 * break.c (main): Compare a possibly-uninitialized argc with an
3472 unlikely value that fits in 16 bits.
3473
3474 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3475
3476 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
3477 0xfeeb, don't want negative numbers if ints are 16 bits.
3478
3479 * lib/gdb.exp (skip_cplus_tests): New proc.
3480 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3481 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
3482 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
3483 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
3484 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
3485 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
3486 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
3487 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
3488
3489 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
3490
3491 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
3492
3493 * gdb.base/corefile.exp (up): Allow a parameter to appear
3494 in the frame that we're going up to.
3495
3496 From Jim Blandy <jimb@cygnus.com>:
3497
3498 * gdb.base/default.exp (info float): Expect some output now.
3499
3500 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
3501 returning floating-point values to fail on the x86.
3502 * gdb.base/callfwmall.exp (do_function_calls): Same.
3503
3504 * gdb.base/list.exp (test_listsize): Correct expectations for
3505 listing line 1 with listsize 2. Also, listing a single line
3506 works now, as does listing three lines. [Kevin's note: There
3507 were a number of other cases fixed too where the expectations
3508 differed...]
3509
3510 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
3511
3512 * gdb.base/selftest.exp: Add case for when version prints as
3513 constant string instead of char pointer.
3514
3515 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
3516
3517 * gdb.base/ending-run.exp: Add Solaris case for what happens when
3518 stepping out of main.
3519
3520 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
3521 G++ used.
3522
3523 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
3524 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
3525
3526 * gdb.c++/ovldbreak.exp: Update match string in test that
3527 includes a warning of multiple breakpoints.
3528
3529 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
3530
3531 * gdb.base/display.exp: Improve precision of step-after-finish
3532 added yesterday.
3533
3534 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
3535 test.
3536
3537 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
3538 configs when using G++, not just hppa*.
3539
3540 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3541
3542 * gdb.base/async.c: New file.
3543 * gdb.base/async.exp: New file.
3544
3545 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
3546
3547 * gdb.base/break.exp: Tweak PA specific tests to properly handle
3548 PA64.
3549
3550 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
3551
3552 * gdb.base/display.exp: "finish" can leave us mid-line on many
3553 targets, deal with it. Add a small constant to main, instead of
3554 1000 since main+1000 may not be a valid address in the target.
3555
3556 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
3557 on hpux11.
3558
3559 * gdb.base/attach.exp: Handle another hpux11 error message variant
3560 when attaching to a process that does not exist.
3561
3562 1999-08-19 J.T. Conklin <jtc@redback.com>
3563
3564 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
3565 characters in 'continue to 1241' test.
3566
3567 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3568
3569 * gdb.base/call-ar-st.exp: Add a shorter match case for the
3570 stop in print_long_arg_list, define and use a whitespace
3571 variable in print_small_structs test, add an XFAIL for Solaris.
3572 * gdb.base/dbx.exp: XFAIL func commands until somebody is
3573 interested enough to fix.
3574
3575 1999-08-13 Keith Seitz <keiths@cygnus.com>
3576
3577 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
3578 (dbx_gdb_load): Remove. Use gdb_load instead, since that
3579 proc knows about targets other than the natives.
3580 (test_assign): Use "gdb_run_cmd" to "run" the target.
3581 Check that we've actually hit the breakpoint at main.
3582 When we attempt to assign a value to a local variable, check
3583 that the variable is in the current scope, i.e., don't use
3584 a test with an empty result.
3585
3586 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
3587
3588 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
3589 command.
3590
3591 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
3592
3593 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3594 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
3595 gdb.compat, gdb.threads-hp.
3596 gdb.hp/configure, gdb.hp/configure.in: New files.
3597 gdb.hp/Makefile.in: Recurse into new subdirs.
3598 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
3599 gdb.hp/gdb.objdbg: New directory, tests for debugging info
3600 in object files.
3601 gdb.hp/tools: New directory, aux tools for HP-specific tests.
3602
3603 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
3604
3605 * gdb.base/display.exp: Help expect by putting a newline in the
3606 funky printf, remove a bogus p/a test.
3607
3608 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3609
3610 * gdb.base/display.exp: Make sure that when we say 'run', we are
3611 connected to the target. This is necessary when running not
3612 natively.
3613
3614 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
3615
3616 * gdb.base/step-test.exp: Removed some extraneous messages.
3617
3618 * gdb.base/long_long.exp: Don't run memory examination tests
3619 on little-endian targets (they will need a different set of
3620 results to match).
3621
3622 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
3623
3624 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
3625 until somebody decides to fix GDB.
3626
3627 * gdb.base/long_long.c: Stop compiler complaint by specifying long
3628 constant as "ULL".
3629 * gdb.base/long_long.exp: Loosen x/c test, add partial result
3630 matches for a couple x/2 commands.
3631
3632 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
3633
3634 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
3635 by merging in ref-types2 tests.
3636 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
3637
3638 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3639 * gdb.c++/Makefile.in: Add standard actions.
3640 (EXECUTABLES): Rename from PROGS, update list.
3641 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
3642 from gdb.hp.
3643 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
3644 foo and bar locals.
3645 * gdb.c++/anon-union.exp: Fix tests to match.
3646 * gdb.c++/classes.exp: Run if HP compiler used, add extra
3647 expect matches to handle output variations.
3648 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
3649 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
3650 output, add HP alternatives for new and delete prints.
3651 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
3652 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
3653 * gdb.c++/demangle.exp: Use $style when reporting failure.
3654 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
3655 * gdb.c++/inherit.exp: Run if HP compiler used, add some
3656 match alternatives.
3657 * gdb.c++/local.exp: Add match alternatives or xfails for HP
3658 compilers.
3659 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
3660 * gdb.c++/method.exp: Add match alternatives.
3661 * gdb.c++/misc.cc: Add bool types.
3662 * gdb.c++/misc.exp: Add tests for bool types.
3663 * gdb.c++/overload.exp: Add xfails.
3664 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
3665 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
3666 add some more template parameter tests (only for HP currently).
3667 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
3668 * gdb.c++/virtfunc.cc: Add return type and value for main.
3669 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
3670 match alternatives.
3671
3672 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3673
3674 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
3675
3676 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
3677
3678 * gdb.base/signals.exp: Don't expect getting a backtrace from
3679 within a signal handler to fail on Linux.
3680
3681 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
3682
3683 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3684 * lib/gdb.exp: Remove some gratuitious semicolons.
3685 (delete_breakpoints): Increase timeout.
3686 (gdb_expect): Add -notransfer option.
3687 (gdb_test): Use -notransfer option.
3688 (get_compiler_info): Add f77 case.
3689 (get_compiler): New proc, split out from gdb_preprocess, add f77
3690 case.
3691 (gdb_preprocess): Call get_compiler.
3692
3693 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3694 * gdb.base/attach.exp, gdb.base/display.exp,
3695 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3696 gdb.base/long_long.exp, gdb.base/printcmds.exp,
3697 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3698 third arg to gdb_test.
3699 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3700 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
3701 HP-UX xfails, add others.
3702 * gdb.base/completion.exp: Reflect name change of self-test.
3703 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
3704 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
3705 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
3706 HP failure number.
3707 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
3708 useless HP-UX 10.30 references.
3709 * gdb.base/maint.exp: Loosen matches.
3710 * gdb.base/pointers.c (main): Declare more_code.
3711 * gdb.base/pointers.exp: Match on output of a `next'.
3712 * gdb.base/structs.c: Add prototypes.
3713 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
3714 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
3715
3716 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3717
3718 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
3719 command.
3720
3721 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3722
3723 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
3724 Fix run to main failures. Watchpoint can be hardware watchpoint.
3725
3726 * gdb.base/annota1.exp: Clean up some more, in case printf has
3727 debug info. Deal with lack of signal hanlder info in stack.
3728
3729 From Jim Kingdon <kingdon@redhat.com>:
3730 * gdb.base/annota1.exp: If printf has debug info, deal with it.
3731
3732 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
3733
3734 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
3735 gdb.base/foll-vfork.exp: Don't run for crosses.
3736
3737 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3738
3739 * gdb.base/configure.in: Check for gdbvars.exp instead of
3740 a1-selftest.exp.
3741 * gdb.base/configure: Re-generate.
3742
3743 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
3744
3745 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
3746 in trying to run first and name is too long.
3747
3748 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
3749 pointers2.c and pointers2.exp, respectively.
3750 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
3751 doschk happier.
3752
3753 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
3754
3755 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
3756 callfuncs2.c and callfuncs2.exp.
3757
3758 * gdb.base/list.exp: Remove mistaken xfails.
3759 * gdb.base/list0.h: Add optional prototypes.
3760
3761 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
3762
3763 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
3764 calling malloc.
3765 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
3766 * ptype.exp: Move test for get_debug_format to before its first
3767 use.
3768
3769 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3770
3771 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
3772 * gdb.base/annota2.cc, annota2.exp: Move from here.
3773 * gdb.c++/annota2.cc, annota2.exp: To here.
3774 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
3775
3776 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3777
3778 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
3779 a consistent format.
3780
3781 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
3782
3783 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3784 * lib/gdb.exp (get_compiler_info): Add detection for assorted
3785 HP compilers, also set the globals $true and $false.
3786
3787 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
3788 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
3789 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
3790 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
3791 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
3792 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
3793 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
3794 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
3795 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
3796 whatis.c} Add C++ compatible function definitions and return
3797 types, add includes for library functions.
3798 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
3799 * gdb.base/step-test.c (myglob): Rename from glob.
3800 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
3801 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
3802 files, move here from gdb.hp.
3803 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
3804 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
3805 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
3806 Adjust line numbers in regexps.
3807
3808 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
3809 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
3810 instead of 0/1.
3811
3812 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
3813 foll-vfork.exp: New files, move here from gdb.hp.
3814 * gdb.base/page.exp: New file, test of pagination command.
3815
3816 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
3817 recursion test.
3818 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
3819
3820 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
3821 gdb.base/solib.exp: Fix compiler invocation process.
3822
3823 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
3824 HP-UX 11, turn off overload resolution explicitly.
3825 * gdb.base/commands.exp: Set argument list explicitly, add
3826 watchpoint test.
3827 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
3828 them work.
3829 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
3830 expressions properly.
3831 * gdb.base/corefile.exp: Loosen the match slightly.
3832 * gdb.base/default.exp: Allow "Error accessing memory" message
3833 also.
3834 * gdb.base/display.exp: Skip over x/0 j if PA64.
3835 * gdb.base/funcargs.exp: Add xfails for HP-UX.
3836 * gdb.base/interrupt.exp: Ditto.
3837 * gdb.base/langs.exp: Add symbolic matches governed by compiler
3838 in use.
3839 * gdb.base/list.exp: Add xfails for HP-UX.
3840 * gdb.base/long_long.exp: Refine some of the numeric matches.
3841 * gdb.base/mips_pro.exp: Xfail on HP-UX.
3842 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
3843 * gdb.base/nodebug.exp: Succeed on more varieties of output.
3844 * gdb.base/opaque.exp: Remove some HP-UX xfails.
3845 * gdb.base/ptype.exp: Succeed on more varieties of output.
3846 * gdb.base/scope.exp: Add xfails for HP-UX.
3847 * gdb.base/sect-cmd.exp: Add more cases.
3848 * gdb.base/setvar.exp: Add xfails for HP-UX.
3849 * gdb.base/shlib-call.exp: Loosen some matches slightly.
3850 * gdb.base/signals.exp: Match on void symbolically.
3851 * gdb.base/step-test.exp: Add case for PA64.
3852 * gdb.base/term.exp: Add exit and restart.
3853 * gdb.base/twice.exp: Clean up after self.
3854 * gdb.base/varargs.exp: Disable overload resolution explicitly.
3855 * gdb.base/whatis.exp: Allow more ways to pass tests.
3856
3857 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
3858 no longer useful.
3859
3860 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
3861
3862 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
3863 list of patterns.
3864 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
3865 print_double_array(double_array)", "continuing to breakpoint
3866 1018", "print print_double_array(array_d)" and "continuing to
3867 1034" tests.
3868
3869 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3870
3871 * Makefile.in: Add empty html and install-html targets.
3872
3873 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
3874
3875 * config/mt-*: Remove, these haven't been used since 1996.
3876
3877 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
3878
3879 * gdb.base/call-strs.c, gdb.base/ending-run.c,
3880 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
3881 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
3882
3883 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
3884
3885 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
3886 simpler match case for the ptype of the big class.
3887
3888 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3889
3890 * gdb.exp: Fix test for gdb_prompt existence.
3891
3892 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3893
3894 * gdb.exp (gdb_test): Add fail after calls to perror.
3895
3896 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3897
3898 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
3899
3900 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3901
3902 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
3903
3904 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
3905
3906 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
3907 malloc() is linked in.
3908
3909 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3910
3911 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
3912 step at end.
3913
3914 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
3915
3916 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
3917
3918 * gdb.java/jv-print.exp: New file. (Our first Java test!)
3919
3920 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
3921
3922 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
3923 * gdb.base/mips_pro.exp: Likewise.
3924
3925 1999-06-02 Keith Seitz <keiths@cygnus.com>
3926
3927 * gdb.c++/templates.cc: Change all "new" operators to throw
3928 an exception.
3929 * gdb.c++/cplusfuncs.cc: Likewise.
3930
3931 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
3932
3933 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
3934
3935 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
3936 * gdb.base/ending-run.exp: When stepping out of main, accept a
3937 step into an arbitrary assembler file.
3938
3939 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3940
3941 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
3942 "breakpoint-invalid" to be printed.
3943 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
3944 number of "frames-invalid" and "breakpoint-invalid" to be printed.
3945 * gdb.base/annota2.cc: Initialize a.x to 0.
3946
3947 1999-05-17 Keith Seitz <keiths@cygnus.com>
3948
3949 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
3950 when "skip_float_tests" set.
3951 Ditto for "print print_double_array(array_d)", "print print_small_structs",
3952 "print print_ten_doubles", and "step into print_long_arg_list".
3953 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
3954 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
3955 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
3956 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
3957 "skip_float_tests" is set.
3958 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
3959 when "skip_float_tests" set.
3960
3961 1999-05-06 Keith Seitz <keiths@cygnus.com>
3962
3963 * gdb.base/annota2.cc: Include stdio.h.
3964
3965 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
3966
3967 * gdb.base/crossload.exp: Remove, this has been disabled ever
3968 since BFD stopped including all targets, and cross-GDB gets
3969 plenty of testing anyway.
3970 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
3971 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
3972 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
3973 * gdb.base/README: Remove, was doc for this.
3974 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
3975 needed.
3976
3977 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3978
3979 * gdb.base/call-ar-st.exp: Fix one regular expression in test
3980 output.
3981
3982 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
3983 * gdb.base/annota2.exp: New file. More annotation tests.
3984 * gdb.base/annota1.c: New file. Source file for annota1.exp.
3985 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
3986
3987 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
3988
3989 * config/cfdbug.exp: New file.
3990
3991 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
3992
3993 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
3994 Marcus Daniel's and Dale Hawkins's demangler crashes.
3995
3996 * gdb.c++/demangle.exp (test_gnu_style_demangling,
3997 test_lucid_style_demangling, test_arm_style_demangling,
3998 test_hp_style_demangling): Try Tom Tromey's core-dumping
3999 identifier under each demangling style.
4000
4001 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
4002
4003 * gdb.c++/demangle.exp: Include the current demangling style
4004 in all test names.
4005 (current_demangling_style): New global variable.
4006 (set_demangling_style, test_demangling_core, test_demangling,
4007 test_demangling_exact): New functions.
4008 (test_gnu_style_demangling, test_lucid_style_demangling,
4009 test_arm_style_demangling, test_hp_style_demangling): Use those,
4010 instead of calling gdb_test and gdb_test_exact directly.
4011 (catch_demangling_errors): New function, which reports errors
4012 signalled by the demangling test functions in an orderly way.
4013 (do_tests): Use catch_demangling_errors.
4014
4015 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
4016
4017 * gdb.base/signals.exp (test_handle_all_print): Use () for
4018 grouping in expressions, not {}.
4019
4020 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
4021 initialized yet.
4022
4023 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
4024
4025 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
4026 are listed.
4027
4028 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
4029
4030 * gdb.stabs/weird.exp: Test for CC being defined before
4031 looking at its value.
4032
4033 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
4034
4035 * gdb.base/call-ar-st.exp: Remove stray '#'.
4036 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
4037 "short int" and "long int".
4038 * gdb.c++/overload.cc: Cast the string added in the previous
4039 change, to mollify finicky HP compiler.
4040 * gdb.hp/reg-test.exp (testfile): Fix file name.
4041 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
4042
4043 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
4044 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
4045 alternate form of enum ptype.
4046
4047 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
4048
4049 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
4050 * gdb.hp/*.exp: Change all to run compiler probe only after
4051 passing skip_hp_tests, so as not to waste time on guaranteed
4052 failure.
4053
4054 * gdb.c++/overload.cc: Pass string instead of char addr, always
4055 init ccpfoo.
4056 * gdb.c++/templates.cc: Fix syntax error.
4057
4058 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4059
4060 * gdb.base/commands.exp: Add test for correct position of '>'
4061 when issuing the 'commands' command after a 'while' or 'if'
4062 command.
4063
4064 1999-03-18 James Ingham <jingham@cygnus.com>
4065
4066 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
4067
4068 * gdb.c++/method.exp: It was testing an uninitialized int on the
4069 stack and assuming it was positive.
4070
4071 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
4072
4073 * gdb.base/step-test.exp: Catch a case where finish is broken and
4074 keep it from killing the rest of the tests.
4075 Use gdb_continue_to_end.
4076
4077 * gdb.base/sigall.exp: use gdb_continue_to_end.
4078
4079 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
4080
4081 * gdb.base/display.exp: use runto_main, not run.
4082
4083 * gdb.base/default.exp: Check for the current error message in the
4084 r abbreviation test.
4085 Add strongarm to the targets that know info float.
4086
4087 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
4088 run which doesn't work with monitors.
4089
4090 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
4091
4092 * gdb.base/break.exp: use the gdb_continue_to_end proc.
4093
4094 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
4095 program. Traps the case (in Cygmon) when the program never really
4096 exits. Same as Mark's continue_to_exit, but I had put it in a lot
4097 more places, so I used my name. Sorry Mark...
4098
4099 * config/monitor.exp (gdb_target_monitor): added another
4100 target_info parameter: remotebinarydownload. This will set the
4101 remotebinarydownload flag if this is causing some boards trouble.
4102
4103 1999-03-18 Mark Salter <msalter@cygnus.com>
4104
4105 * lib/gdb.exp (continue_to_exit): New function.
4106
4107 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
4108 * gdb.base/ending-run.exp: Ditto.
4109 * gdb.base/step-test.exp: Ditto.
4110
4111 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
4112
4113 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
4114 (suggested by Art Haas <ahaas@neosoft.com>).
4115
4116 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
4117
4118 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
4119
4120 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
4121
4122 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
4123 descriptions of types (short unsigned int vs unsigned short, etc).
4124
4125 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
4126
4127 * gdb.base/call-strs.exp: Don't assume that `step' will step over
4128 a call to strlen; sometimes we do have sources.
4129
4130 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
4131
4132 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
4133 character, so GDB won't print garbage after its end.
4134
4135 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
4136 breakpoint there instead. Sometimes GCC emits memcpy to handle
4137 the large structures being passed by value, so we step into that
4138 instead of sum_array_print, which obscures what we're really testing.
4139 * gdb.base/step-test.exp: However, we do want a test that notices
4140 the bizarre steps into memcpy, so do that here. Add check for
4141 stepping into function calls that pass large structures by value.
4142 ("Is that a noun clause, or are you just happy to see me?")
4143 Remove all references to specific line numbers.
4144 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
4145 New type and function.
4146 (main): Call large_struct_by_value, passing it a large struct by value.
4147 * lib/gdb.exp (gdb_get_line_number): New function.
4148
4149 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
4150 more portable.
4151
4152 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
4153
4154 * lib/gdb.exp: Doc fixes.
4155
4156 1999-03-05 Nick Clifton <nickc@cygnus.com>
4157
4158 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
4159
4160 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
4161
4162 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
4163 commands. They're not germane to this test, and they don't work
4164 that way on remote targets.
4165
4166 1999-03-01 James Ingham <jingham@cygnus.com>
4167
4168 * Changelog entries merged over from gdb development branch.
4169
4170 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
4171
4172 * lib/gdb.exp (gdbtk_analyze_results): Generic function
4173 for outputting results of test run.
4174
4175 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
4176
4177 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
4178
4179 1999-02-25 Felix Lee <flee@cygnus.com>
4180
4181 * lib/gdb.exp (debug_format): initialize
4182
4183 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
4184
4185 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
4186 * gdb.base/call-rt-st.c: Ditto.
4187
4188 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
4189
4190 * gdb.threads/pthreads.exp (horiz): New variable.
4191 (test_startup): Fix regexps that capture thread numbers.
4192
4193 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
4194
4195 * gdb.base/smoke.exp: Disambiguate two test case names (both
4196 called ``print'').
4197
4198 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4199
4200 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
4201 compilation.
4202
4203 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4204
4205 * gdb.base/miscexprs.exp: Change patterns to match GDB's
4206 actual output formatting.
4207 * gdb.base/smoke.exp: GDB removes leading 0's.
4208 * gdb.base/volatile.exp: Don't check type of remuneration;
4209 that variable is no longer defined in constvars.c.
4210 * gdb.base/step-test.c (main): Exit with explicit exit code.
4211 * gdb.base/step-test.exp: Remove two nexti checks--they are
4212 not portable.
4213
4214 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4215
4216 * gdb.base/help.exp ("help delete display"): Fix test to match
4217 gdb's output.
4218
4219 * gdb.base/long_long.c (known_types): Initialize values to zero.
4220 * gdb.base/long_long.exp: Step one more line
4221 so 'dec' is initialized in "get to known place". GDB removes
4222 leading zeros. Explicitly ask for hex formatting. Use
4223 unique test case names.
4224
4225 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4226
4227 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
4228
4229 * gdb.c++/method.exp: Add missing close brace.
4230
4231 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
4232
4233 * gdb.base/maint.exp: Use 'set height 0' to disable page
4234 prompting, not 'set height 400'.
4235
4236 Fix a bunch of timeouts.
4237 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
4238 four separate tests, so expect doesn't take forever to match a ton
4239 of text against a regexp with lots of .* forms.
4240 ("maint print psymbols", "maint print symbols"): Make some of
4241 these greps more selective, so that expect doesn't try to wade
4242 through huge piles of output and time out.
4243
4244 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
4245
4246 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
4247 tests: one which doesn't expect shlib events to be reported, and
4248 another which does, but is XFAIL for all platforms other than
4249 HP/UX.
4250
4251 * gdb.base/break.exp: Teach the test suite that the `catch
4252 fork', `catch vfork', and `catch exec' commands produce error
4253 messages on platforms that don't provide these features.
4254
4255 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4256
4257 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
4258 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
4259 (shortening names from solib_threshold.exp etc), won't run on
4260 anything but HP-UX for the foreseeable future.
4261 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
4262 reflect move.
4263
4264 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
4265
4266 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
4267 gdb.trace/Makefile.in (clean): Remove all test executables.
4268
4269 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
4270
4271 * gdb.base/shlib-call.exp: add test cases to verify that gdb
4272 successfully re-sets breakpoints in shared libraries.
4273 * gdb.base/shmain.c (main): return 0, don't fall off the end.
4274
4275 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4276
4277 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
4278 and compiled w/o GCC.
4279
4280 * gdb.hp/watch-cmd.exp: ditto.
4281
4282 * gdb.hp/watch-hp.exp: ditto.
4283
4284 * gdb.hp/xdb1.exp: ditto.
4285
4286 * gdb.hp/xdb2.exp: ditto.
4287
4288 * gdb.hp/dbx.exp: ditto.
4289
4290 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
4291
4292 * constvars.c: Remove C++-isms.
4293 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
4294 with GCC.
4295
4296 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
4297
4298 The following changes are part of the HP merge.
4299
4300 * gdb.base/break.exp: new tests to verify that catchpoints for
4301 fork, vfork, and exec don't trigger inappropriately.
4302
4303 * gdb.base/opaque.exp: compile one file at a time, then link.
4304
4305 * gdb.base/signals.exp: be more restrictive about which hppa
4306 systems receive a setup_xfail. new tests.
4307
4308 * gdb.base/solib_threshold.build: new file.
4309 * gdb.base/solib_threshold.exp: new file.
4310 * gdb.base/solib_threshold.link_opts: new file.
4311 * gdb.base/solib_threshold.mk: new file.
4312 * gdb.base/gen_solib_threshold.c: new file.
4313
4314 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
4315 tests. New tests for enums inside classes.
4316
4317 * gdb.c++/compiler.cc: indicate support of template debugging.
4318
4319 * gdb.c++/demangle.exp: run hp style demangling tests.
4320
4321 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
4322 tests.
4323
4324 * gdb.c++/misc.cc: changes to support new tests.
4325
4326 * gdb.c++/templates.cc: changes to support HP's compiler; changes
4327 to support new tests.
4328
4329 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
4330 gcc, then skip these tests.
4331
4332 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
4333
4334 The following files are part of the HP merge; some had longer
4335 names at HP, but have been renamed to be no more than 14
4336 characters in length.
4337
4338 * gdb.hp/ambiguous.cc: new file.
4339 * gdb.hp/ambiguous.exp: new file.
4340 * gdb.hp/attach.exp: new file.
4341 * gdb.hp/attach2.exp: new file.
4342 * gdb.hp/classes-hp.exp: new file.
4343 * gdb.hp/ctti.exp: new file.
4344 * gdb.hp/ctti-add.cc: new file.
4345 * gdb.hp/ctti-add1.cc: new file.
4346 * gdb.hp/ctti-add2.cc: new file.
4347 * gdb.hp/ctti-add3.cc: new file.
4348 * gdb.hp/dbx.exp: new file.
4349 * gdb.hp/exception.cc: new file.
4350 * gdb.hp/exception.exp: new file.
4351 * gdb.hp/foll-exec.c: new file.
4352 * gdb.hp/foll-exec.exp: new file.
4353 * gdb.hp/foll-fork.c: new file.
4354 * gdb.hp/foll-fork.exp: new file.
4355 * gdb.hp/foll-vfork.c: new file.
4356 * gdb.hp/foll-vfork.exp: new file.
4357 * gdb.hp/inherit-hp.exp: new file.
4358 * gdb.hp/more-steps.exp: new file.
4359 * gdb.hp/namespace.cc: new file.
4360 * gdb.hp/namespace.exp: new file.
4361 * gdb.hp/optimize.exp: new file.
4362 * gdb.hp/pxdb.c: new file.
4363 * gdb.hp/pxdb.exp: new file.
4364 * gdb.hp/quicksort.exp: new file.
4365 * gdb.hp/reg-test.exp: new file.
4366 * gdb.hp/reg-test.s: new file.
4367 * gdb.hp/sized-enum.c: new file.
4368 * gdb.hp/sized-enum.exp: new file.
4369 * gdb.hp/start-stop.exp: new file.
4370 * gdb.hp/templ-hp.cc: new file.
4371 * gdb.hp/templ-hp.exp: new file.
4372 * gdb.hp/thr-lib.c: new file.
4373 * gdb.hp/thr-lib.exp: new file.
4374 * gdb.hp/thr-lib.h: new file.
4375 * gdb.hp/thr-liblib.c: new file.
4376 * gdb.hp/virtfun-hp.c: new file.
4377 * gdb.hp/virtfun-hp.exp: new file.
4378 * gdb.hp/watch-cmd.exp: new file.
4379 * gdb.hp/watch-hp.exp: new file.
4380 * gdb.hp/xdb1.exp: new file.
4381 * gdb.hp/xdb2.exp: new file.
4382 * gdb.hp/xdb3.exp: new file.
4383
4384 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
4385
4386 The following files are part of the HP merge; some had longer
4387 names at HP, but have been renamed to be no more than 14
4388 characters in length.
4389
4390 * gdb.base/ss.h: new file.
4391 * gdb.base/call-ar-st.c: new file.
4392 * gdb.base/call-ar-st.exp: new file.
4393 * gdb.base/call-rt-st.c: new file.
4394 * gdb.base/call-rt-st-exp: new file.
4395 * gdb.base/call-strs.exp: new file.
4396 * gdb.base/ena-dis-br.exp: new file.
4397 * gdb.base/environ.exp: new file.
4398 * gdb.base/long_long.exp: new file.
4399 * gdb.base/sect-cmd.exp: new file.
4400 * gdb.base/shlib-cl2.exp: new file.
4401 * gdb.base/smoke.exp: new file.
4402 * gdb.base/so-impl-ld.c: new file.
4403 * gdb.base/so-impl-ld.exp: new file.
4404 * gdb.base/so-indr-cl.c: new file.
4405 * gdb.base/so-indr-cl.exp: new file.
4406 * gdb.base/varargs.exp: new file.
4407 * gdb.base/volatile.exp: new file.
4408 * gdb.base/whatis-exp.exp: new file.
4409 * gdb.base/display.exp: new file.
4410 * gdb.c++/derivation.exp: new file.
4411 * gdb.c++/local.exp: new file.
4412 * gdb.c++/member-ptr.exp: new file.
4413 * gdb.c++/overload.exp: new file.
4414 * gdb.c++/ovldbreak.exp: new file.
4415 * gdb.c++/ref-types.exp: new file.
4416 * gdb.c++/ref-types2.exp: new file.
4417 * gdb.c++/userdef.exp: new file.
4418
4419 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4420
4421 * gdb.base/default.exp: Reflect wording change in remote.c.
4422
4423 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
4424
4425 * gdb.base/help.exp: Update to reflect current text.
4426
4427 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
4428
4429 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
4430 they're stack variables and contain garbage.
4431 * gdb.c++/anon-union.exp: new file.
4432
4433 The following changes were made by David Taylor
4434 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4435 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4436 in changes by HP.
4437
4438 * gdb.base/bitops.exp: new file.
4439 * gdb.base/default.exp: change expected messages for catch and
4440 info catch tests to reflect HP merge changes.
4441 * gdb.base/enable-disable-break.exp
4442 * gdb.base/ending-run.c: new file.
4443 * gdb.base/long_long.c: new file.
4444 * gdb.base/maint.exp: new file.
4445 * gdb.base/pointers2.exp: new file.
4446 * gdb.base/shlib-call2.exp: new file.
4447 * gdb.base/solib.exp: new file.
4448 * gdb.base/step-test.c: new file.
4449 * gdb.c++/anon-union.cc: new file.
4450 * gdb.c++/local.cc: new file.
4451 * gdb.c++/member-pointer.cc: new file.
4452 * gdb.c++/method.cc: new file.
4453 * gdb.c++/ref-types.cc: new file.
4454 * gdb.c++/ref-types2.cc: new file.
4455 * gdb.c++/userdef.cc: new file.
4456
4457 * gdb.base/scope.exp: compile one file at a time, then link.
4458 * gdb.base/langs.exp: ditto.
4459 * gdb.base/list.exp: ditto.
4460
4461 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
4462
4463 The following changes were made by David Taylor
4464 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4465 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4466 in changes by HP.
4467
4468 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
4469 skip tests. When compiling pass c++ flag to gdb_compile.
4470 * gdb.c++/
4471
4472 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
4473 test for on hppa*-*-hpux*; use args to see if c++ was specified.
4474 (skip_hp_tests): new function.
4475 (gdb_preprocess): new function.
4476
4477 * configure.in (hpdir): decide whether to configure gdb.hp.
4478 * configure: regenerated.
4479
4480 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
4481 to delete on clean.
4482 (EXECUTABLES): update to reflect new additions.
4483 * gdb.base/commands.exp: update message expected.
4484 * gdb.base/default.exp: add copyright notice.
4485 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
4486 * gdb.base/help.exp: update messages to reflect current text.
4487 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
4488 targets for recurse tests.
4489 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
4490 skip this file.
4491
4492 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
4493 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
4494 compilation.
4495 * gdb.c++/misc.exp: ditto.
4496 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
4497 run the tests. tell gdb_compile that it's a c++ compilation.
4498
4499 * gdb.threads/pthreads.exp: fix typo in message.
4500
4501 * gdb.base/all-bin.exp: new file.
4502 * gdb.base/arithmet.exp: new file.
4503 * gdb.base/assign.exp: new file.
4504 * gdb.base/completion.exp: new file.
4505 * gdb.base/cond-expr.exp: new file.
4506 * gdb.base/condbreak.exp: new file.
4507 * gdb.base/define.exp: new file.
4508 * gdb.base/dollar.exp: new file.
4509 * gdb.base/environment.exp: new file.
4510 * gdb.base/eval-skip.exp: new file.
4511 * gdb.base/jump.exp: new file.
4512 * gdb.base/logical.exp: new file.
4513 * gdb.base/pointers.exp: new file.
4514 * gdb.base/relational.exp: new file.
4515 * gdb.base/section_command.exp: new file.
4516 * gdb.base/whatis-expr.exp: new file.
4517
4518 * gdb.base/all-types.c: new file.
4519 * gdb.base/call-array-struct.c: new file.
4520 * gdb.base/call-return-struct.c: new file.
4521 * gdb.base/call-strings.c: new file.
4522 * gdb.base/callfuncs2.c: new file.
4523 * gdb.base/condbreak.c: new file.
4524 * gdb.base/constvars.c: new file.
4525 * gdb.base/display.c: new file.
4526 * gdb.base/int-type.c: new file.
4527 * gdb.base/jump.c: new file.
4528 * gdb.base/miscexprs.c: new file.
4529 * gdb.base/pointers.c: new file.
4530 * gdb.base/pointers2.c: new file.
4531 * gdb.base/shmain.c: new file.
4532 * gdb.base/shr1.c: new file.
4533 * gdb.base/shr2.c: new file.
4534 * gdb.base/solib.c: new file.
4535 * gdb.base/solib1.c: new file.
4536 * gdb.base/solib2.c: new file.
4537 * gdb.base/varargs.c: new file.
4538 * gdb.c++/derivation.cc: new file.
4539 * gdb.c++/overload.cc: new file.
4540 * gdb.c++/ovldbreak.cc: new file.
4541 * gdb.hp/attach.c: new file.
4542 * gdb.hp/attach2.c: new file.
4543 * gdb.hp/average.c: new file.
4544 * gdb.hp/compiler.c: new file.
4545 * gdb.hp/compiler.cc: new file.
4546 * gdb.hp/execd-program.c: new file.
4547 * gdb.hp/follow-exec.c: new file.
4548 * gdb.hp/follow-fork.c: new file.
4549 * gdb.hp/follow-vfork-and-exec.c: new file.
4550 * gdb.hp/misc-hp.cc: new file.
4551 * gdb.hp/more-steps.c: new file.
4552 * gdb.hp/optimize.c: new file.
4553 * gdb.hp/quicksort.c: new file.
4554 * gdb.hp/run-hp.c: new file.
4555 * gdb.hp/start-stop.c: new file.
4556 * gdb.hp/sum.c: new file.
4557 * gdb.hp/templates-hp.cc: new file.
4558 * gdb.hp/thread-local-in-lib.c: new file.
4559 * gdb.hp/thread-local-in-lib.h: new file.
4560 * gdb.hp/thread-local-in-lib.lib.c: new file.
4561 * gdb.hp/vforked-program.c: new file.
4562 * gdb.hp/virtfunc-hp.cc: new file.
4563 * gdb.hp/watchpoint-hp.c: new file.
4564 * gdb.hp/xdb.c: new file.
4565 * gdb.hp/xdb0.c: new file.
4566 * gdb.hp/xdb0.h: new file.
4567 * gdb.hp/xdb1.c: new file.
4568
4569 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
4570
4571 The following change was made by Edith Epstein
4572 <eepstein@cygnus.com> as part of a project to merge in changes
4573 originally made by HP; HP did not create ChangeLog entries.
4574
4575 * gdb.c++/demangle.exp: changed the expected output for some
4576 ARM-style mangling -- removed second reference to datatype.
4577 For example, maint demangle __dt__11T1__pt__2_cFv
4578 T1<char>::~T1<char>(void)
4579 becomes,
4580 maint demangle __dt__11T1__pt__2_cFv
4581 T1<char>::~T1(void)
4582
4583 (test_hp_style_demangling): new hp specific demangling test cases.
4584
4585 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
4586
4587 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
4588 * gdb.trace/backtrace.exp: Likewise.
4589 * gdb.trace/circ.exp: Likewise.
4590 * gdb.trace/collection.exp: Likewise.
4591 * gdb.trace/deltrace.exp: Likewise.
4592 * gdb.trace/infotrace.exp: Likewise.
4593 * gdb.trace/limits.exp: Likewise.
4594 * gdb.trace/packetlen.exp: Likewise.
4595 * gdb.trace/passc-dyn.exp: Likewise.
4596 * gdb.trace/passcount.exp: Likewise.
4597 * gdb.trace/report.exp: Likewise.
4598 * gdb.trace/save-trace.exp: Likewise.
4599 * gdb.trace/tfind.exp: Likewise.
4600 * gdb.trace/tracecmd.exp: Likewise.
4601 * gdb.trace/while-dyn.exp: Likewise.
4602 * gdb.trace/while-stepping.exp: Likewise.
4603
4604 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
4605
4606 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
4607
4608 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
4609
4610 From Brendan Kehoe:
4611 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
4612 int return types.
4613
4614 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
4615
4616 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
4617 remote dos host testing right.
4618
4619 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
4620
4621 * gdb.base/corefile.exp: remove some xfails.
4622
4623 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
4624
4625 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
4626 have different timestamps.
4627
4628 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
4629
4630 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
4631 gdb.base/default.exp: Replace "exec" with "executable".
4632
4633 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
4634
4635 * gdb.base/default.exp: Change else if to elseif from previous
4636 delta.
4637
4638 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
4639
4640 * gdb.base/default.exp: Add brace missing from previous delta.
4641
4642 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
4643
4644 * gdb.base/default.exp: Support test for info float for all
4645 varieties of arm toolchain.
4646
4647 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
4648
4649 * gdb.trace/*.exp: remove "remote_download" command.
4650
4651 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
4652
4653 * gdb.trace/*.exp: remove -gdwarf from compile.
4654
4655 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
4656
4657 * gdb.trace/configure.in(AC_INIT): typo
4658 * gdb.trace/configure: regenerated
4659
4660 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
4661
4662 * config/m68k-emc.exp: New file.
4663 * lib/<emc-support.exp trace-support.exp}: New files.
4664 * configure.in: add new test directory gdb.trace.
4665 * gdb.trace/{configure configure.in Makefile.in}: New files.
4666 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
4667 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
4668 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
4669 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
4670 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
4671 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
4672 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
4673
4674 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
4675
4676 * gdb.c++/classes.exp: Change all regular expressions to match
4677 arbitrary combinations of newline/carriage-return, so that they
4678 will work equally well on Unix and Windows.
4679 * gdb.c++/inherit.exp: ditto.
4680 * gdb.c++/virtfunc.exp: ditto.
4681
4682 1998-08-11 Dawn Perchik <dawn@cygnus.com>
4683
4684 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
4685
4686 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
4687
4688 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
4689 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
4690 to use a0-a3/d0-d3 as needed.
4691
4692 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
4693
4694 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4695 * gdb.disasm/am33.exp: Corresponding changes.
4696
4697 1998-07-11 Felix Lee <flee@cygnus.com>
4698
4699 * gdb.base/callfuncs.exp: add cmp10 test.
4700 * gdb.base/callfuncs.c (cmp10): new function.
4701
4702 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
4703
4704 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
4705 into two parts to get around a synchronization problem in expect.
4706
4707 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
4708
4709 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
4710
4711 * configure.in: Add options for gdbtk testsuite.
4712
4713 * configure: Regenerate.
4714
4715 * gdb.gdbtk: New directory to hold gdbtk tests.
4716
4717 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4718
4719 * gdb.fortran/types.exp: Escape brackets in expect patterns
4720 for test_float_literal_types_accepted tests.
4721 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
4722 before run test.
4723
4724 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
4725
4726 * am33.exp: Just compile, do not link the testcase.
4727 * am33.s: Add ".am33" pseudoop to force am33 mode.
4728
4729 1998-06-25 Felix Lee <flee@cygnus.com>
4730
4731 * gdb.base/setshow.exp: make sure $pc is sane.
4732
4733 * gdb.stabs/weird.exp: split expect patterns properly.
4734
4735 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
4736
4737 * gdb.disasm/am33.s: New disassembler testfile for the am33.
4738 * gdb.disasm/am33.exp: Run it.
4739
4740 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
4741
4742 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
4743 match processing (and eliminate spurious timeouts when running).
4744
4745 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
4746
4747 * gdb.base/signals.exp (test_handle_all_print): put back Mach
4748 exception test, but conditionalize it on target [mach | gnu].
4749
4750 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
4751
4752 * gdb.base/overlays.exp: fixup compile line for linker script.
4753
4754 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
4755
4756 * gdb.fortran/types.exp: don't guess at float size.
4757
4758 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
4759
4760 * gdb.base/exprs.exp: delete test that depends on int size.
4761
4762 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
4763
4764 * config/sim.exp: Removed checks for target triplets.
4765 (gdb_target_sim): Use gdb,target_sim_options.
4766
4767 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
4768
4769 * gdb.base/reread.exp: New file.
4770 * gdb.base/reread1.c: New file.
4771 * gdb.base/reread2.c: New file.
4772
4773 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
4774
4775 * config/sim.exp: Use 'target sim -sparclite' when running
4776 SPARClite programs.
4777
4778 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
4779
4780 * gdb.base/structs2.exp: New file.
4781 * gdb.base/structs2.c: New file.
4782
4783 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
4784
4785 * gdb.asm/common.inc: New file.
4786 * gdb.asm/d10v.inc: New file.
4787 * asm-source.exp: Pass -I's to gas to find .inc files.
4788 Update line numbers in expected output.
4789 * asmsrc1.s: Rewrite.
4790 * asmsrc2.s: Rewrite.
4791 * configure.in: Create arch.inc symlink.
4792 * configure: Regenerate.
4793 * Makefile.in (distclean): Delete arch.inc.
4794
4795 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
4796
4797 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
4798 (t_enum_value2): ditto
4799 (t_enum_value3): ditto
4800 (main): ditto
4801 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4802
4803 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
4804 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
4805 change.
4806 Use gdb_test instead of send_gdb/gdb_expect sequences.
4807
4808 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
4809
4810 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
4811 not void.
4812
4813 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
4814
4815 * gdb.base/branches.c: Code with lots of loops and
4816 subroutines. Used to test gdbs ability to single step through PC
4817 changes, especially to test mips-tdep.c:mips_next_pc
4818
4819 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
4820
4821 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
4822 more rigorous EGCS C++ error checking.
4823
4824 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4825
4826 * gdb.base/help.exp: Clean up `help set args' and `help show args'
4827 tests.
4828 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
4829 function when asleep.
4830 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
4831 for i*86 Linux and SVR4 signal handling problems.
4832 Remove linux xfail for `next to handler in signals_tests_1', fixed
4833 by recent infrun.c change.
4834 Limit backtrace to 10 frames to avoid timeout problems with infinite
4835 stack backtraces.
4836 Adjust expect pattern in `handle all print' test to match Apr 28 1997
4837 target.[ch] change.
4838
4839 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
4840
4841 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
4842 for a newline from gdb before continuing.
4843 (default_gdb_exit): Just look for y or n.
4844 (gdb_test): Detect abnormal exit from GDB running on DOS; if
4845 it does, fail the rests of the tests in the file.
4846
4847 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
4848
4849 * config/cygmon.exp: New file.
4850
4851 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
4852
4853 * gdb.base/list.exp: Fix problem with "list default lines around
4854 main" test on remote targets.
4855
4856 * gdb.base/scope.exp: Fix problem with filelocal_bss before
4857 run test on remote targets.
4858
4859 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
4860
4861 * gdb.asm: New directory.
4862 * configure.in: Configure it.
4863 * configure: Regenerate.
4864 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
4865 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
4866
4867 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
4868
4869 * config/mn10300-eval.exp: New file to support MN10300 eval board.
4870
4871 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
4872
4873 * gdb.base/overlays (several files): Merge the two overlay
4874 managers into one. Change variables (foox, barx, bazx, grbxx)
4875 back into ints but force them to load in their proper sections.
4876
4877 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
4878
4879 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
4880 on-chip insn memory and IMAP1 to upper 128k.
4881 (D10VCopy): Handle memory regions crossing 16k boundaries.
4882 (D10VCopy): Transfer data in 32 bit chunks.
4883
4884 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
4885
4886 * gdb.base/overlays.c (main): Exit normally when result is
4887 correct.
4888
4889 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
4890 map. Include space for printf in .text segment.
4891
4892 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
4893 updated d10v memory VMA/LMA map.
4894 (D10VCopy): Call D10VTranslate.
4895
4896 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
4897
4898 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
4899
4900 * gdb.base/bar.c (barx, bar): Change variable to small array so
4901 that it won't be put into the .sdata - small data -
4902 section. Update reference.
4903 * gdb.base/baz.c (bazx, baz): Ditto.
4904 * gdb.base/foo.c (foox, foo): Ditto.
4905 * gdb.base/grbx.c (grbxx, grbx): Ditto.
4906
4907 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
4908 to be arrays.
4909
4910 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
4911
4912 * gdb.base/overlays.exp: fix up and get working again.
4913 Add tests for backtraces from an overlay function.
4914
4915 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
4916
4917 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
4918 "calling function with watchpoint enabled".
4919
4920 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
4921
4922 * gdb.base/break.exp (test_next_with_recursion): Remove
4923 gdb_suppress_tests for d10v-*-*.
4924 * lib/gdb.exp (gdb_suppress_tests): Disable this function
4925 pending review of whether it is useful or not.
4926
4927 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
4928
4929 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
4930
4931 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
4932
4933 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
4934 * config/dve.exp: New file to support Densan boards.
4935
4936 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
4937
4938 * gdb.base/interrupt.exp: Document problem of simulators, signals,
4939 reads and BSD.
4940
4941 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
4942
4943 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
4944 response.
4945
4946 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
4947
4948 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4949
4950 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
4951 test.
4952
4953 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
4954 target_sizeof_long and target_bigendian_p.
4955 (structs_by_value, structs_by_reference): Check values according
4956 to targets word size and endianess.
4957
4958 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4959
4960 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
4961 output.
4962
4963 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
4964
4965 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
4966 Update test of set args help to match source change.
4967
4968 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
4969
4970 * gdb.base/default.exp: Expect help system output to be in
4971 alphabetical order.
4972 * gdb.base/help.exp: Ditto.
4973
4974 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
4975
4976 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
4977 "i*86-pc-linux-gnu*".
4978 * gdb.base/interrupt.exp: Ditto.
4979 * gdb.base/corefile.exp: Ditto.
4980
4981 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
4982 define vxworks when building the testcase.
4983
4984 * gdb.base/ptype.exp: Fix testnames to be unique.
4985 * gdb.base/radix.exp: Ditto.
4986 * gdb.base/term.exp: Ditto.
4987 * gdb.base/whatis.exp: Ditto.
4988 * gdb.c++/classes.exp: Ditto.
4989
4990 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
4991
4992 * gdb.base/callfuncs.exp: Fix indentation.
4993
4994 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
4995 suppress_flag has been set.
4996 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
4997 target feature.
4998
4999 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
5000
5001 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
5002 the testcase.
5003
5004 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
5005 set_debug_traps() and breakpoint().
5006 * gdb.c++/misc.cc (main): Ditto.
5007 * gdb.c++/templates.cc (main): Ditto.
5008 * gdb.c++/virtfunc.cc (main): Ditto.
5009
5010 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
5011
5012 * lib/gdb.exp(gdb_step_for_stub): New function.
5013 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
5014 exists, reload the executable and do a "continue" instead of
5015 doing a jump.
5016 (runto_main): Use gdb_step_for_stub.
5017
5018 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
5019 tests to have unique names.
5020 * gdb.base/callfuncs.exp: Ditto.
5021 * gdb.base/commands.exp: Ditto.
5022 * gdb.base/default.exp: Ditto.
5023 * gdb.base/help.exp: Ditto.
5024 * gdb.base/list.exp: Ditto.
5025 * gdb.base/opaque.exp: Ditto.
5026 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
5027 similar tests.
5028
5029 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
5030 * gdb.c++/cplusfuncs.cc: Ditto.
5031 * gdb.c++/virtfunc.cc: Ditto.
5032
5033 * config/monitor.exp: Keep track of the last file we saw, rather
5034 than trying to get the info from gdb.
5035
5036 * gdb.fortran/types.exp: Move comment to previous line.
5037
5038 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
5039
5040 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
5041 target mode.
5042
5043 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
5044
5045 From Bob Manson:
5046 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
5047 string from GDB when it connects.
5048
5049 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
5050
5051 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
5052
5053 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
5054 if we can't get a debug format from GDB (we may be testing an
5055 older GDB). Use a 10 second timeout when checking for the format.
5056
5057 * gdb.stabs/weird.exp: Fix quoting.
5058
5059 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
5060
5061 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
5062
5063 * config/arm-ice.exp: New file.
5064
5065 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
5066
5067 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
5068 until it has been modified to work with the new testsuite.
5069
5070 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
5071 testcase won't compile, cause all of the testcases in the file to
5072 fail instead.
5073
5074 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
5075 (gdb_clear_suppressed): New procedure.
5076 (gdb_stop_suppressing_tests): Only clear suppress_flag if
5077 it contains a positive value.
5078
5079 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
5080
5081 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
5082
5083 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
5084
5085 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
5086
5087 * lib/gdb.exp (setup_xfail_format): New function.
5088 (get_debug_format): New function to get debug format.
5089 (debug_format): New global variable to hold last value set
5090 by get_debug_format.
5091 * gdb.base/list.exp: Call get_debug_format and expect some
5092 tests to fail for DWARF 1 and COFF formats.
5093 * gdb.c++/ptype.exp: Ditto.
5094 * gdb.c++/classes.exp: Ditto.
5095 * gdb.c++/cplusfuncs.exp: Ditto.
5096 * gdb.c++/inherit.exp: Ditto.
5097 * gdb.c++/templates.exp: Ditto.
5098 * gdb.c++/virtfunc.exp: Ditto.
5099
5100 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
5101
5102 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
5103 host doesn't have a currently-open connection.
5104
5105 * config/sparclet.exp: Cleanups and fixes to make it generic for
5106 any gdb stub target. Handle cases where gdb doesn't respond when
5107 interrupted in a sane fashion.
5108
5109 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
5110 same thing in a totally different way.
5111
5112 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
5113 setting "timeout".
5114 (gdb_start): We set the global gdb_prompt variable in
5115 default_gdb_init now.
5116
5117 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
5118
5119 * gdb.base/printcmds.exp: Fix "check for floating addition"
5120 regexp to accept results within approx +/- .01 of exact value.
5121 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
5122
5123 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
5124
5125 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
5126 properly.
5127 (gdb_expect): Add optional timeout parameter, and add timeout
5128 value to various calls.
5129 (gdb_suppress_tests): Only give one warning message per group.
5130
5131 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
5132
5133 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
5134 global variables. Handle getting a value for $timeout more
5135 gracefully.
5136
5137 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5138
5139 * lib/gdb.exp: Close connection to remote host if gdb doesn't
5140 initialize.
5141 (default_gdb_init): New procedure; allow gdb_init to be overridden
5142 by a target configuration file.
5143 (gdb_expect): Pass the timeout to remote_expect.
5144
5145 * config/monitor.exp(gdb_load): Fix typo in regexp.
5146
5147 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
5148
5149 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
5150
5151 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
5152
5153 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
5154 here. Call gdb_target_exec before rebooting the target, to make
5155 sure the connection to the target is closed.
5156 (gdb_load): Pass the name of the executable to gdb_target_monitor.
5157 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
5158 Also detect "Timeout reading from remote" error.
5159
5160 * config/gdbserver.exp: Pass the executable being loaded to
5161 gdb_target_monitor. Don't call gdb_file_cmd here; let
5162 gdb_target_monitor do it.
5163
5164 * gdb.disasm/hppa.exp: Don't use exec_output.
5165
5166 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
5167
5168 * gdb.base/list.exp: If we're debugging a non-native target,
5169 try to set the pc register to point to the start of the
5170 program before doing the first list command.
5171
5172 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
5173 test_calls after restarting.
5174
5175 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
5176 reloading.
5177
5178 * gdb.base/watchpoint.exp: Fix typo.
5179
5180 * gdb.base/setshow.exp: Check for use_gdb_stub.
5181
5182 * gdb.base/break.exp: Fix continue until exit test for the gdb
5183 stub case.
5184 * gdb.base/langs.exp: Ditto.
5185
5186 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
5187 gdb_load_offset. If we weren't given a file to load, figure out
5188 what the current file is and use it.
5189
5190 * config/i386-bozo.exp: New file.
5191
5192 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
5193
5194 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
5195 feature.
5196
5197 * config/proelf.exp: New entry.
5198
5199 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
5200
5201 * lib/gdb.exp: Remove spurious .* patterns at the beginning
5202 of regexps.
5203
5204 * gdb.base/watchpoint.exp: Don't run the test_stepping
5205 tests if gdb can't call functions on the target.
5206
5207 * gdb.base/setshow.exp: Don't run the set prompt tests if
5208 the board has gdb_prompt set.
5209
5210 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
5211
5212 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
5213 * gdb.base/commands.exp: Likewise.
5214 * gdb.base/setshow.exp: Likewise.
5215
5216 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
5217
5218 * config/monitor.exp(gdb_start): Look for gdb_prompt target
5219 feature.
5220
5221 * config/i960.exp: New file.
5222
5223 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
5224
5225 * gdb.base/funcargs.exp: Check for gdb,short_int target
5226 feature instead of looking for explicit target triplets.
5227
5228 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
5229
5230 * gdb.base/printcmds.exp: add a couple more tests a la
5231 "p 123DEADBEEF", to check parse_number.
5232 * top.c: change "to enable to enable" to "to enable" in a couple
5233 of help strings.
5234
5235 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
5236
5237 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
5238 on the mn10300.
5239
5240 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
5241
5242 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
5243 where the test executable is run with explicit args.
5244 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
5245
5246 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
5247
5248 * gdb.base/run.c: Use FAKEARGV to build test executable that
5249 does not require a command line arg, since most simulators
5250 don't currently support passing such an arg into the simulated
5251 program.
5252 * gdb.base/commands.exp: Change tests to insert the proper
5253 value as the arg to the first recursive factorial call. Change
5254 compilation line to define FAKEARGV at compile time.
5255
5256 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
5257
5258 * gdb.base/recurse.exp: Enable these tests for the mn10300.
5259 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
5260 function with watchpoint enabled" test.
5261
5262 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
5263
5264 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
5265 Don't call gdb_test when the command doesn't return to a gdb prompt.
5266
5267 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
5268 "Tests restarted" messages.
5269
5270 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
5271
5272 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
5273
5274 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
5275
5276 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
5277 for INFO SYMBOL; add help tests for OVERLAY commands.
5278 * gdb.base/default.exp: add tests for INFO SYMBOL command;
5279 add tests for OVERLAY commands
5280 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
5281 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
5282 * gdb.base/sigall.c: add usestubs code frag
5283 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
5284
5285 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
5286
5287 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
5288 failures.
5289 (gdb_stop_suppressing_tests): Note that tests have restarted.
5290
5291 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
5292
5293 * config/h8300.exp: New file.
5294
5295 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
5296
5297 * gdb.base/setshow.exp: Check for the existence of a
5298 feature, not its value.
5299
5300 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
5301
5302 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
5303
5304 * gdb.base/scope.exp: It's now init0(), not init().
5305
5306 * gdb.base/scope0.c: For now, change init() to be init0().
5307
5308 * config/monitor.exp: Use gdb_serial in preference to serial
5309 or netport.
5310
5311 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
5312 and it's not already set.
5313
5314 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
5315
5316 * gdb.base/setshow.exp: Only test the run command if the target
5317 isn't using a stub and if it supports argument passing.
5318
5319 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
5320
5321 * config/udi.exp(gdb_start): Make sure UDICONF is set
5322 properly before starting gdb.
5323
5324 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
5325
5326 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
5327 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
5328 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
5329
5330 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
5331
5332 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
5333 specialized code to reboot the board, use remote_reboot instead.
5334
5335 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
5336
5337 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
5338
5339 * config/monitor.exp: Make sure we disconnect from the target.
5340 Also, try a reboot/reload cycle instead of failing if the
5341 load fails.
5342
5343 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
5344
5345 * gdb.base/default.exp: Don't set match_max.
5346 * gdb.base/help.exp: Ditto.
5347 * gdb.base/list.exp: Ditto.
5348 * gdb.base/signals.exp: Ditto.
5349
5350 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
5351 set, use remote_ld to download the testcase instead of
5352 the GDB loader.
5353
5354 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
5355
5356 * config/vr5000.exp: New file.
5357
5358 * config/monitor.exp(gdb_target_monitor): Add pattern for
5359 "Ending remote" to detect errors in connecting.
5360
5361 * gdb.base/setshow.exp: Add .* within auto language test.
5362
5363 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
5364 target feature.
5365
5366 * config/monitor.exp(gdb_load): Check for a failure when loading,
5367 and reboot the board if necessary.
5368
5369 * gdb.base/setvar.exp(test_set): Handle multiple prints within
5370 a set of tests. Remove print.* from the patterns being checked.
5371
5372 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
5373
5374 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
5375 refer to gdb_spawn_id.
5376
5377 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
5378 longer used.
5379 * config/sparclet.exp: Ditto.
5380 * config/sparclet-old.exp: Ditto.
5381 * config/slite.exp: Ditto.
5382 * config/sim.exp: Ditto.
5383 * gdb.base/funcargs.exp: Ditto.
5384
5385 * lib/gdb.exp:Remove references to gdb_spawn_id.
5386 (gdb_expect): Move to remote.exp.
5387
5388 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
5389
5390 * config/monitor.exp: Detect the "Couldn't establish connection"
5391 message from GDB.
5392
5393 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
5394
5395 * gdb.base/bitfields.exp: Use runto instead of explicit
5396 gdb_run_cmd/gdb_expect sequences.
5397
5398 * gdb.base/break.exp(text_next_with_recursion): Add match for
5399 gdb_expect call.
5400
5401 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
5402 We also need to handle the "A program is being debugged already"
5403 prompt from gdb. Use gdb_test to set the baud rate.
5404
5405 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
5406 to 20000. Really. I mean it.
5407
5408 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5409
5410 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
5411 fails. If suppress_flag is set, skip perror message about not
5412 being able to send to GDB.
5413 (send_gdb): If suppress_flag is set, don't try to send commands to
5414 GDB.
5415 (gdb_expect): If suppress_flag is set, always fail immediately.
5416 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
5417 (gdb_init): Call gdb_stop_suppressing_tests.
5418 (default_gdb_exit): Ditto.
5419 (default_gdb_start): Ditto.
5420
5421 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
5422 gdb_stop_suppressing_tests as appropriate.
5423 * gdb.base/break.exp: Ditto.
5424 * gdb.base/callfuncs.exp: Ditto.
5425 * gdb.base/commands.exp: Ditto.
5426 * gdb.base/exprs.exp: Ditto.
5427 * gdb.base/funcargs.exp: Ditto.
5428 * gdb.base/list.exp: Ditto.
5429 * gdb.base/recurse.exp: Ditto.
5430 * gdb.base/scope.exp: Ditto.
5431 * gdb.base/structs.exp: Ditto.
5432 * gdb.c++/inherit.exp: Ditto.
5433
5434 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
5435
5436 * config/vr4300.exp: New file.
5437
5438 * gdb.*/*.exp: Call gdb_expect instead of expect.
5439
5440 * lib/gdb.exp(gdb_expect): New function.
5441
5442 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
5443
5444 * lib/gdb.exp(gdb_init): New function.
5445
5446 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
5447 for each individual variable set.
5448
5449 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
5450 name.
5451
5452 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
5453
5454 * gdb.base/scope.exp: Use gdb_test.
5455
5456 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
5457 aborting; the testsuite driver will do that for us (see
5458 gdb_finish). Also, use gdb_test in a few more places.
5459
5460 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5461
5462 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
5463
5464 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
5465
5466 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
5467 and "add_tests" are not at the same address.
5468
5469 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
5470
5471 * gdb.base/ptype.exp: Use gdb_test.
5472
5473 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
5474
5475 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
5476 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
5477 left in. No longer expect them to fail.
5478
5479 * gdb.stabs/*.mt; Deleted, no longer used.
5480 * gdb.stabs/configure.in: Remove references to target makefile
5481 frags.
5482 * gdb.stabs/configure: Rebuilt.
5483
5484 * gdb.disasm/*.mt: Deleted, no longer used.
5485 * gdb.disasm/configure.in: Remove references to target makefile
5486 frags. Use "sh3.s" as the unique filename for this directory.
5487 * gdb.disasm/configure: Rebuilt.
5488
5489 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
5490 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
5491 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
5492
5493 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
5494
5495 * config/udi.exp: Use mondfe,name instead of remote_host.
5496
5497 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
5498
5499 * gdb.base/watchpoint.exp: Don't expect a failure when calling
5500 a function with a watchpoint enabled on the mn10200.
5501
5502 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
5503 before trying to create it!
5504
5505 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
5506
5507 * config/vx.exp: Use hostname instead of netport.
5508
5509 * config/vxworks.exp: New file.
5510
5511 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
5512
5513 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
5514 gdb before assuming everything worked. Send a ^C if a timeout
5515 occurs.
5516
5517 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
5518 $gdb_spawn_id directly.
5519 (gdb_run_cmd): Try _start as well as start. Use the target feature
5520 gdb,start_symbol as the symbol to start from when jumping.
5521
5522 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
5523
5524 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
5525 redundant) test.
5526
5527 * gdb.base/recurse.exp: Relax final value test for 'b' so that
5528 it doesn't lose for 16bit integer systems.
5529
5530 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
5531
5532 * gdb.fortran/types.exp: If the target doesn't support "double"
5533 data types, then expect "real" types to only be 4 bytes.
5534
5535 * gdb.c++/virtfunc.exp: Expect failure for virtual function
5536 call tests if the target doesn't support inferior function calls.
5537
5538 * gdb.base/printcmds.exp: Allow minor deviation in FP values
5539 in printf tests.
5540
5541 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
5542
5543 * gdb.base/help.exp: Disable "help set", "help show", and
5544 "help support". Simplify regexp for "help stack".
5545
5546 * gdb.base/default.exp: Set match_max to 5000 and the timeout
5547 to 60 seconds. Temporarily set match_max to 15000 around the
5548 "info copying" test.
5549
5550 * gdb.base/nodebug.exp: Don't try to do an inferior function
5551 call if the target doesn't support them.
5552 * gdb.base/printcmds.exp: Likewise.
5553 * gdb.base/setvar.exp: Likewise.
5554 * gdb.base/structs.exp: Likewise.
5555 * gdb.c++/templates.exp: Likewise.
5556 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
5557
5558 * gdb.base/recurse.exp: Enable for the mn10200.
5559
5560 * configure.in: Do configure gdb.stabs directory for *-*-elf
5561 targets.
5562 * configure: Rebuilt.
5563
5564 * gdb.base/break.exp: Check for gdb,noresults before testing
5565 exit status and/or results from the target.
5566 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
5567 * lib/gdb.exp: Remove old (now bogus) initialization of
5568 noinferior, noargs, noresults and nosignals.
5569
5570 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
5571
5572 * config/sh.exp: New file.
5573
5574 * config/slite.exp: Try to connect multiple times to the board
5575 before rebooting. Only send a "monitor run" if need_monitor_run
5576 is set.
5577
5578 * gdb.base/break.exp: Don't do the "stub continue" test if
5579 the target has gdb_stub set.
5580
5581 * gdb.base/callfuncs.exp: Increase the timeout.
5582
5583 * gdb.base/interrupt.exp: Don't even try to compile the testcase
5584 if the target has gdb,noinferiorio set.
5585
5586 * gdb.base/list.exp: Increase match_max to 10000 characters.
5587
5588 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
5589
5590 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
5591 target.
5592
5593 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
5594
5595 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
5596
5597 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
5598 trying to delete the copy of gdb. Catch the file delete so we
5599 don't die if the delete fails; also, the file should be copied to
5600 the host, not to the build.
5601
5602 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
5603
5604 * lib/gdb.exp(gdb_test): Surround the result pattern with
5605 parenthesis in case it contains multiple regexps separated
5606 with |.
5607
5608 * gdb.base/watchpoint.exp: Use gdb_test.
5609 * gdb.base/default.exp: Ditto.
5610
5611 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
5612
5613 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
5614
5615 * gdb.base/scope.exp: Use gdb_test.
5616 * gdb.c++/classes.exp: Ditto.
5617 * gdb.c++/inherit.exp: Ditto.
5618
5619 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
5620
5621 * gdb.base/crossload.exp: Don't use execute_anywhere, use
5622 remote_exec instead.
5623 * gdb.base/corefile.exp: Don't be ridiculous.
5624 * gdb.base/*.c: Add missing stub invocations.
5625
5626 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
5627
5628 * config/slite.exp: Miscellaneous fixes.
5629
5630 * lib/gdb.exp: Fix runto.
5631
5632 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
5633 the target.
5634
5635 * gdb.base/watchpoint.exp: Fix regexp.
5636
5637 * lib/gdb.exp(default_gdb_exit): Add a catch to the
5638 close and wait commands, as the descriptor may now be
5639 invalid. Always call "remote_close host".
5640
5641 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
5642
5643 Major rewrite for testsuite revision.
5644
5645 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
5646 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
5647 instead of relying on spawn_id to always contain a valid
5648 spawn id.
5649 (get_compiler_info): New procedure to build the ${binfile}.ci
5650 file, instead of replicating this in N different places.
5651 (gdb_compile): New procedure.
5652
5653 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
5654 appropriate arguments) instead of compile. Use gdb_test in a lot
5655 more places. Use send_gdb instead of send. Always run gdb_start
5656 at the start of a testcase, as this is no longer done magically.
5657
5658 config/*-gdb.exp: Rename without the -gdb suffix.
5659
5660 config/mips.exp: Use remote_close instead of exit_remote_shell.
5661 config/monitor.exp: Use target_info instead of looking at
5662 baud, timeout, etc.
5663 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
5664
5665 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5666
5667 * gdb.c++/templates.exp (test_ptype_of_templates),
5668 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
5669 Update expect patterns for destructors and assignment operators
5670 to match corresponding c-typeprint.c changes.
5671 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
5672 to destructor breakpoint test, GDB should be able to set the
5673 destructor breakpoint without specifying arguments.
5674
5675 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
5676
5677 * gdb.threads/pthreads.exp: Change result for failure to compile due
5678 to lack of pthreads runtime support from an error to simply an
5679 unsupported test, per dejagnu standards.
5680
5681 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5682
5683 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
5684 where GDB exits to reduce pattern match time.
5685 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
5686
5687 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
5688
5689 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
5690
5691 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5692 * gdb.base/default.exp: ditto.
5693 * gdb.base/nodebug.exp: ditto.
5694 * gdb.base/printcmds.exp: ditto.
5695 * gdb.base/ptype.exp: ditto.
5696 * gdb.base/setvar.exp: ditto.
5697 * gdb.base/structs.exp: ditto.
5698 * gdb.base/setshow.c: Guard against uninitialized values of argc.
5699
5700 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
5701
5702 * configure, */configure: Rebuild with autoconf 2.12.
5703
5704 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
5705
5706 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
5707 use new i*86-pc-linux*-gnu quads.
5708 * gdb.base/corefile.exp: Ditto.
5709 * gdb.base/signals.exp: Ditto.
5710 * gdb.base/sigall.exp: Ditto.
5711 * gdb.base/interrupt.exp: Ditto.
5712
5713 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
5714 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
5715 RedHat 4.0.
5716
5717 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
5718 linux. This allows the test case to at least compile on latest
5719 linux, but still not run due to missing the threads runtime library.
5720
5721 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5722
5723 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
5724 directory to search gdb directory. Accept and step over conditional
5725 stack alignment code. Consume $prompt in failure cases.
5726 Reset timeout to $oldtimeout instead of some arbitrary value.
5727 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
5728 timeout problems with infinite stack backtraces.
5729 * gdb.base/ptype.exp (ptype struct link, union tu_link):
5730 Accept function parameters for linkfunc member.
5731
5732 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
5733
5734 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
5735 (CXXFLAGS): Remove, unreferenced.
5736 (B_OPTIONS): Add for -B options and add code to initialize with
5737 previous -B options and also add -B option to pick up cross compiled
5738 runtime.
5739 (TARGET_INCLUDES): Add for -I options and add code to initialize when
5740 doing cross compiles.
5741 (target_alias): Declare global.
5742 (xgcc): Set variable to full path of gcc in build tree. Use findfile
5743 to verify that gcc exists in build tree, and if so set CC to that
5744 gcc and to use B_OPTIONS and TARGET_INCLUDES.
5745
5746 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
5747
5748 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
5749 ptype test for anonymous union. Fixup testcase to match
5750 current gcc debug output.
5751
5752 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
5753
5754 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
5755 force argument to an unsigned long type.
5756
5757 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
5758
5759 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
5760 tests and anonymous union print/ptype tests.
5761 * gdb.base/list.exp (test_forward-search): Increase timeout by
5762 5 minutes for the "search extremely long line" case.
5763 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
5764 completely optional and that the pass/fail messages use the command as
5765 the message if that third arg is a null string.
5766 (gdb_test_exact): Arrange that a null string pattern means match a
5767 null string output rather than any output, which might include random
5768 errors.
5769 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
5770 backtrace test.
5771 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
5772 always failing and failure is now exposed by gdb.exp changes.
5773
5774 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
5775
5776 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
5777 weren't being noted.
5778
5779 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5780
5781 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
5782 * gdb.stabs/weird.exp: Remove v_comb xfails.
5783
5784 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
5785
5786 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
5787 list.exp scope.exp watchpoint.exp]
5788 Make all timeout error msgs explicitly say "(timeout)".
5789
5790 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
5791
5792 * config/monitor.exp: Increase download timeout to 1000 seconds.
5793
5794 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
5795
5796 * config/m32r.exp: Increase timeout to 120 seconds.
5797
5798 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
5799
5800 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
5801 and accept older ordering as obsolescent gcc or gdb.
5802 * gdb.c++/templates.exp: Ditto.
5803 * gdb.c++/virtfunc.exp: Ditto.
5804
5805 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
5806
5807 * gdb.base/coremaker.c: Add code to mmap some data so we
5808 can check that it ends up in the core file.
5809 * gdb.base/corefile.exp: Add test to read mmapped data
5810 from core file.
5811
5812 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
5813
5814 * config/m32r.exp: New file.
5815
5816 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
5817
5818 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
5819 that cflags can contains -gstabs, and work correctly for other tests.
5820
5821 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
5822
5823 * gdb.base/setshow.exp: New file, tests show and set.
5824 * gdb.base/setshow.c: New file, tests show and set.
5825 * gdb.base/help.exp: Add test for help set|show annotate.
5826 * gdb.base/default.exp: Add test for set|show annotate.
5827
5828 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
5829
5830 * testsuite/gdb.base/break.exp: Make backtrace from factorial
5831 errors unique.
5832 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
5833 explicitly.
5834
5835 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
5836
5837 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
5838 and width commands. This is done elsewhere.
5839 * (gdb_start): Don't call gdb_start_sim here. That's already
5840 done in gdb_load. This fixes lots of failures in default.exp.
5841
5842 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
5843
5844 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5845 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
5846 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
5847 in the same we we treat other failures (since it may be an expected
5848 condition), rather than as an error.
5849 * gdb.base/signals.exp (test_handle_all_print): Revert back to
5850 old test format.
5851
5852 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
5853
5854 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
5855 (distclean maintainer-clean realclean): No need to remove files
5856 twice. Nuke the duplicates.
5857 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
5858 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
5859 Remove config.h along with other config files.
5860
5861 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
5862
5863 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
5864 "p func1 ()" and note that rests of tests are skipped.
5865 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
5866 setup_xfails for "print func2::coremaker_local".
5867 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
5868 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
5869 affected by the previous run test.
5870 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
5871 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
5872 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
5873 "pass int powerset tuple" and "pass modeless int powerset tuple".
5874 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
5875 "real write 4" and "real write 8".
5876 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
5877 setup_xfails for "print vs1 after tuple assign 2",
5878 "print \$i after tuple assign 2", and
5879 "print vs2 after tuple assign 2".
5880 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
5881 meaningful error message and return -1 so the caller can
5882 suppress further tests and avoid a cascade of errors.
5883
5884 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
5885
5886 * gdb.base/a1-selftest.exp: Tweak tests to account for new
5887 format for printing version.
5888 * gdb.base/default.exp: Ditto.
5889 * gdb.base/interrupt.exp: Fix problem with cascade of
5890 errors if child process dies while calling a function.
5891
5892 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
5893
5894 * Makefile.in (VPATH): Add
5895 * Makefile.in (Makefile, config.status): Fix rules so things get
5896 remade when necessary.
5897
5898 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
5899
5900 * Makefile.in (just-check): Add path to sibling expect dir
5901 to environment variable specified by RPATH_ENVVAR.
5902
5903 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
5904
5905 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
5906 (just-check): Add shared library paths for libstdc++, tk,
5907 tcl, bfd, and opcodes to the environment variable specified
5908 in RPATH_ENVVAR.
5909 * configure.in: Add support to recognize --enable-shared flag
5910 and generate correct value for RPATH_ENVVAR.
5911 * configure: Regenerated with autoconf.
5912
5913 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
5914
5915 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
5916 include all osf versions.
5917 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
5918 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
5919 when target is linux. When failing to build pthreads test
5920 executable, give more meaningful message.
5921 * gdb.threads/pthreads.c: Hpux also uses old definition of second
5922 arg for pthread_create.
5923
5924 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
5925
5926 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
5927 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
5928 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
5929 and -lpthreads (everybody else).
5930 (test_startup): Fail gracefully if threads are not supported.
5931 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
5932 "p/c array_index("abcdef",2)" when not gcc compiled.
5933 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
5934 "print func2::coremaker_local" when not gcc compiled.
5935 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
5936 "ptype on opaque struct tagname (statically)",
5937 "ptype on opaque struct tagname (dynamically) 1", and
5938 "ptype on opaque struct tagname (dynamically) 2"
5939 for not compiled with gcc.
5940 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
5941 backtrace when compiled with gcc.
5942 * lib/gdb.exp (runto_main): Return result of "runto main" rather
5943 than always return success.
5944
5945 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
5946
5947 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
5948
5949 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
5950
5951 * gdb.base/structs.exp: Undo last change.
5952
5953 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
5954
5955 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
5956 encapsulate all the steps/nexts done during self test, starting
5957 at main, and makes them less sensitive to optimization issues.
5958 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
5959 signal handler" test.
5960 * gdb.threads/pthreads.exp: Only run this for native configs.
5961 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
5962 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
5963 tests.
5964 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
5965 for "runto test_calls(void)" test.
5966
5967 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
5968
5969 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
5970 and don't expect address info in breakpoint confirmations.
5971
5972 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
5973
5974 * gdb.base/list.exp (test_forward_search): Increase timeout
5975 temporarily by 60 seconds for searching extremely long line,
5976 and then reset to old value when done. Increase expect input
5977 buffer to 10000.
5978
5979 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
5980
5981 * gdb.base/list.exp (test_forward_search): Fix to handle very
5982 long source line without overflowing expect's input buffer.
5983
5984 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
5985
5986 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
5987 "buffer_full".
5988
5989 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
5990 "buffer_full".
5991
5992 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
5993 "buffer_full".
5994
5995 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
5996 "buffer_full".
5997
5998 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
5999
6000 * configure.in (configdirs): Add gdb.threads.
6001 * configure: Regenerated with autoconf.
6002 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
6003 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
6004 * gdb.threads/configure: New, generated with autoconf.
6005
6006 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
6007
6008 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
6009
6010 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
6011
6012 * gdb.base/signals.exp (test_handle_all_print): Test separately for
6013 each signal's status in the output of "handle all print".
6014 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
6015 the \r\n sequence that immediately precedes the gdb prompt.
6016 * gdb.base/a1-selftest.exp: Save original timeout and restore
6017 after test.
6018
6019 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
6020
6021 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
6022 symbol.
6023
6024 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6025
6026 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
6027
6028 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
6029
6030 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
6031 timeout by 60 seconds.
6032
6033 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
6034
6035 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
6036 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
6037 error return.
6038
6039 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
6040
6041 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
6042 gdb initialization, also report how long dejagnu waited. Restore
6043 old timeout before doing error return. Temporarily increase timeout
6044 by 3 minutes to allow for slow startups over heavy NFS use.
6045
6046 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
6047
6048 * lib/gdb.exp: Report timeout value for verbosity level 2.
6049 * config/gdbserver.exp: Ditto.
6050 * config/hppro.exp: Ditto.
6051 * config/mips-gdb.exp: Ditto.
6052 * config/monitor.exp: Ditto.
6053 * config/netware.exp: Ditto.
6054 * config/sim-gdb.exp: Ditto.
6055 * config/slite-gdb.exp: Ditto.
6056 * config/udi-gdb.exp: Ditto.
6057 * config/unix-gdb.exp: Ditto.
6058 * config/vx-gdb.exp: Ditto.
6059 * gdb.base/a1-selftest.exp: Ditto.
6060 * gdb.base/a2-run.exp: Ditto.
6061 * gdb.base/break.exp: Ditto.
6062 * gdb.base/corefile.exp: Ditto.
6063 * gdb.base/list.exp: Ditto.
6064 * gdb.base/recurse.exp: Ditto.
6065 * gdb.base/scope.exp: Ditto.
6066 * gdb.base/signals.exp: Ditto.
6067
6068 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6069
6070 * gdb.threads/Makefile.in (docdir): Removed.
6071
6072 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6073
6074 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
6075 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
6076 @srcdir@.
6077 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
6078 autoconf 2.5 or higher.
6079 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
6080
6081 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
6082
6083 * configure: Regenerated.
6084 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
6085 avoid name clashes with SunOS headers.
6086
6087 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
6088
6089 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
6090
6091 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
6092
6093 * gdb.base/callfuncs.exp: Finish last change -- make sure the
6094 prototype information ends up in the compiler info file.
6095
6096 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
6097
6098 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
6099 attempting to regenerate it. Eliminate use of a temporary file
6100 and just generate the info file directly. Source it immediately,
6101 for consistency of use.
6102 * gdb.base/corefile.exp: Ditto
6103 * gdb.base/exprs.exp: Ditto.
6104 * gdb.base/funcargs.exp: Ditto.
6105 * gdb.base/langs.exp: Ditto.
6106 * gdb.base/list.exp: Ditto.
6107 * gdb.base/mips_pro.exp: Ditto.
6108 * gdb.base/nodebug.exp: Ditto.
6109 * gdb.base/opaque.exp: Ditto.
6110 * gdb.base/ptype.exp: Ditto.
6111 * gdb.base/scope.exp: Ditto.
6112 * gdb.base/setvar.exp: Ditto.
6113 * gdb.base/signals.exp: Ditto.
6114 * gdb.base/whatis.exp: Ditto.
6115 * gdb.c++/templates.exp: Ditto.
6116 * gdb.c++/virtfunc.exp: Ditto.
6117 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
6118 whether or not to add -lstdc++ to the compile command line args.
6119
6120 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6121
6122 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
6123 it got fixed by the recent lookup_minimal_symbol_by_pc change.
6124 Increase timeout, a lot of single stepping might be needed if the
6125 target has no hardware watchpoints.
6126
6127 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
6128
6129 * gdb.base/break.exp: Ignore compiler warnings when compiling
6130 break.c.
6131 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
6132 * gdb.base/default.exp: Add h8300 xfails. Handle messages
6133 from remote-sim.
6134 * gdb.base/exprs.exp: Add h8300 xfails.
6135 * gdb.base/funcargs.exp: Likewise.
6136 * gdb.base/nodebug.exp: Likewise.
6137 * gdb.base/printcmds.exp: Likewise.
6138 * gdb.base/ptype.exp: Likewise.
6139 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
6140 h8300 xfails.
6141 * gdb.base/return.exp: Handle float/double precision problems
6142 on the h8300.
6143 * gdb.base/funcargs.c: Explicitly make last constant argument to
6144 call_after_alloca_subr an unsigned long type.
6145 * gdb.base/return.c: Include stdio.h.
6146
6147 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
6148
6149 * config/abug.exp: New file for the older Motorola Bug monitor
6150 that runs on the mvme13x series VME boards.
6151 * config/monitor.exp: Use the new config array for target settings
6152 if they exist.
6153
6154 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
6155
6156 * sim-gdb.exp: Make the SH simulator allocate less space when
6157 it is targeted.
6158
6159 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
6160
6161 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
6162 test.
6163
6164 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
6165
6166 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
6167 "rs6000-*-*" for "list function in include file" when gcc compiled.
6168 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
6169 for "p ctable1[120]".
6170 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
6171 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
6172 Remove setup_xfail for "rs6000-*-*" for
6173 "print 'scope0.c'::filelocal before run".
6174 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
6175 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
6176 since some compilers don't allow both options to be given
6177 on the same command line. Create object file and move it.
6178
6179 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
6180
6181 * gdb.base/corefile.exp: Always regenerate the core file, since
6182 we always regenerate the coremaker program. Detect special case
6183 where registers cannot be read from core file.
6184
6185 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
6186
6187 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
6188 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
6189 * gdb.c++/templates.exp: Only match on basename of file since
6190 some formats like xcoff don't encode directory information.
6191 * gdb.stabs/weird.exp: Use the right sed script for powerpc
6192 and rs6000 AIX xcoff targets.
6193 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
6194 * configure: Regenerate.
6195 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
6196 here, rather than in distclean.
6197
6198 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
6199
6200 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
6201 defined, and use it to compile the test case with -O2. The
6202 native compilation still uses no optimization.
6203 * gdb.base/mips_pro.c: Remove inline assembly code since
6204 it is compiled PIC by default, which results in assembler
6205 warnings that make the testsuite think the compilation
6206 was unsuccessful.
6207
6208 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
6209
6210 * gdb.c++/misc.exp: Add note to message for
6211 "print s.a for foo struct" that this is a known gcc 2.7.2
6212 and earlier bug.
6213
6214 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
6215
6216 * gdb.base/break.exp: Fix pattern for matching "Delete all
6217 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
6218 setup_xfail for deleting all breakpoints test. Fix various
6219 timeout messages to include "(timeout)".
6220 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
6221 for "p t_float_values2(3.14159,float_val2)".
6222 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
6223 for "continue to call2g" when gcc compiled.
6224 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
6225 "up to foo in langs.exp", "show language at foo in langs.exp",
6226 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
6227 and "show language at fsub in langs.exp".
6228 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
6229 "list line 1 in include file", "list message for lines past EOF",
6230 "list function in include file", "list list0.h:foo", and
6231 "list filename:function; nonexistant function".
6232 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
6233 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
6234 and "ptype t_char_array" to be for native cc only.
6235
6236 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
6237
6238 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
6239 setup_xfail for "print coremaker_bss", "print coremaker_ro",
6240 "print func2::coremaker_local", and "backtrace in corefile.exp".
6241
6242 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
6243
6244 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
6245 "bt in signals.exp". This problem only appears when running
6246 the testsuite, and then only intermittently.
6247
6248 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
6249
6250 * gdb.base/return.exp (return_tests): Differentiate between
6251 two tests of continuing.
6252
6253 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6254
6255 * */Makefile.in (maintainer-clean): Remove config.log.
6256 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
6257 * gdb.c++/Makefile.in (PROGS): Add inherit.
6258 (clean): Remove *.ci.
6259
6260 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
6261
6262 * gdb.c++/misc.cc: Add test code from Mike Stump.
6263 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
6264
6265 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
6266
6267 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
6268 to "alpha-*-osf2*" and add comment.
6269 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
6270 setup_xfail for "step over execarg initialization" and
6271 "step over corearg initialization".
6272 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
6273 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
6274 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
6275 gcc compiled for "print coremaker_bss", "print coremaker_ro",
6276 "print func2::coremaker_local", and "backtrace in corefile.exp".
6277 * gdb.base/signals.exp: Build and source signals.ci.
6278 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
6279 to be for gcc only.
6280 * lib/gdb.exp: Move verbose statements outside conditionals.
6281
6282 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6283
6284 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
6285 Feb 3 procfs.c change.
6286
6287 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
6288
6289 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
6290
6291 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
6292
6293 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
6294 from dejagnu's apparent default of 10 seconds, which gives random
6295 results when running the tests over NFS on moderately loaded systems.
6296 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
6297
6298 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
6299
6300 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
6301 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
6302 result reports.
6303
6304 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
6305
6306 * configure.in (CY_AC_PATH_TCLH): Remove.
6307 * configure: Regenerate.
6308
6309 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
6310
6311 * gdb.c++/Makefile.in (clean): Add missing '{'.
6312
6313 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
6314
6315 * lib/gdb.exp: Provide a default value for noinferior.
6316
6317 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
6318 Load libgloss.exp.
6319
6320 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
6321
6322 * gdb.disasm/hppa.exp: Compile directly into an executable, use
6323 the executable, not the .o to run the tests from.
6324
6325 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
6326
6327 * gdb.base/break.exp: Don't test for program exit or exit status
6328 if $noresults if nonzero.
6329 * gdb.base/langs.exp: Likewise.
6330 * gdb.base/watchpoint.exp: Likewise.
6331
6332 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
6333 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
6334 trying to compile the testcase.
6335
6336 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
6337
6338 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
6339 * gdb.base/signals.exp (continue to handler): Likewise.
6340
6341 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
6342
6343 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
6344
6345 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
6346
6347 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
6348
6349 * gdb.base/corefile.exp: Recognize "not found" as failure
6350 when trying to determine if a core file was generated.
6351 If no core file was generate the first time, try again without
6352 the ulimit -c to work around braindamaged shells.
6353
6354 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
6355
6356 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
6357 [] tests with "test" and enclose string in quotes.
6358 * gdb.stabs/configure: Rebuild
6359
6360 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
6361
6362 Changes in sync with expect:
6363 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
6364 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
6365 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
6366 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
6367 argument to AC_REQUIRE.
6368 * configure: Regenerated.
6369
6370 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
6371
6372 * gdb.base/corefile.exp: When generating a core, discard any
6373 error messages about ulimit not found and the "core dumped"
6374 message from the shell that runs the coredumper.
6375
6376 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
6377
6378 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
6379
6380 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
6381 which sed script to run. Expect failure for v_comb test
6382 on PA targets too.
6383
6384 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
6385
6386 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
6387 "print func2::coremaker_local" and for "backtrace in corefile.exp"
6388
6389 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
6390
6391 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
6392 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
6393 "sparc-sun-solaris*" xfails for "p v_comb".
6394 * lib/gdb.exp (default_gdb_start): Fix typo.
6395 * gdb.base/corefile.exp: Allow "Core was generated by ..."
6396 messages to not include the full program name that caused
6397 the core dump since some systems (such as solaris) apparently
6398 truncate this path to about 80 characters.
6399 When generating a core file first try increasing the core file
6400 size limit to unlimited since some systems may default it to
6401 zero, and it is harmless to try it. Move the test for failing
6402 to generate a core file to where it will actually get executed.
6403 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
6404 new gdb result from g++ debug info improvements and make old
6405 pattern obsolescent. Also account for size_t differences
6406 (may be int or long).
6407 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
6408 initialization before function call is placed in the delay slot
6409 and thus appears to be skipped over by commands such as "next".
6410
6411 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
6412
6413 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
6414
6415 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
6416
6417 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
6418 input source file; fix code to compile test to deal with this
6419 convention.
6420 * gdb.c++/*.exp: Likewise.
6421
6422 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
6423
6424 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
6425 "bt in signals.exp".
6426
6427 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
6428
6429 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
6430 "step over execarg initialization" and
6431 "step over corearg initialization".
6432
6433 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
6434
6435 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
6436 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
6437
6438 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
6439
6440 From Rob Savoye (rob@poseidon.cygnus.com)
6441 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
6442 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
6443 configure.in}, gdb.disasm/{Makefile.in, configure.in},
6444 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
6445 configure.in}: Major reworking for autoconfig.
6446 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
6447 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
6448 New files.
6449 * config/unix-gdb.exp: Make GDB global.
6450 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
6451 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
6452 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
6453 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
6454 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
6455 term.exp, twice.exp, watchpoint.exp, whatis.exp},
6456 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
6457 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
6458 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
6459 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
6460 pr-8136.exp, result.exp, string.exp, tuples.exp},
6461 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
6462 to returns as necessary, arrange for test to compile own testcase
6463 executable.
6464 * lib/gdb.exp: Changes for testsuite to compile own test cases.
6465
6466 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
6467
6468 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
6469 clear_xfail at end of test which might not call either pass or fail.
6470 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
6471 "backtrace through signal handler".
6472
6473 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6474
6475 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
6476 continuing from a job control stop signal.
6477 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
6478
6479 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
6480
6481 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
6482 * gdb.base/corefile.exp: Likewise.
6483 * gdb.base/funcargs.exp: Likewise.
6484
6485 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
6486
6487 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
6488 * config/monitor.exp: Add support for setting baud rate.
6489
6490 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
6491
6492 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
6493 i*86-*-linux* xfails for "backtrace through signal handler".
6494 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
6495 "print func2::coremaker_local".
6496 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
6497 alpha-dec-osf2* xfail for
6498 "delete all breakpoints when none".
6499
6500 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
6501
6502 * gdb.base/break.exp: Change test that deletes all breakpoints
6503 when no user breakpoints are installed. A post 4.15 change
6504 causes gdb to no longer prompt in this case.
6505
6506 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
6507
6508 * gdb.base/return.exp (return_tests): Change xfail for test
6509 "correct value returned double test" to stop xfailing at
6510 Solaris 2.5. Apparently the bug has been fixed.
6511
6512 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
6513
6514 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
6515 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
6516
6517 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
6518
6519 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
6520 * gdb.disasm/hppa.s: Corresponding changes.
6521
6522 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
6523
6524 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
6525 makefile fragment.
6526 * config/mt-hpux: Deleted.
6527
6528 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
6529
6530 * Many files: When warning about suppressed tests due to a
6531 nonexistant test binary, avoid incrementing the warning count.
6532
6533 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
6534
6535 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
6536
6537 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6538
6539 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
6540 "sparc-*-solaris2*".
6541
6542 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6543
6544 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
6545 Add global and local variables and initialize them.
6546 * gdb.base/corefile.exp: Test correct mapping of corefile sections
6547 by printing variables. Remove rs6000 and powerpc xfails, BFD now
6548 extracts the file name and terminating signal from the core file.
6549 * TODO: Remove note about tests for correct mapping of corefile.
6550 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
6551 from optimizing it away.
6552 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
6553 handles common blocks.
6554
6555 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
6556
6557 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
6558 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
6559
6560 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
6561
6562 * Makefile.in (maintainer-clean): New target, synonym for
6563 realclean.
6564 * gdb.base/Makefile.in (maintainer-clean): Likewise.
6565 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
6566 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
6567 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
6568 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
6569 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
6570
6571 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
6572
6573 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
6574 xfails when not gcc compiled for "print foo::funclocal".
6575 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
6576 "print foo::funclocal at foo",
6577 "print 'scope1.c'::foo::funclocal at foo",
6578 "print foo::funclocal_bss at foo",
6579 "print 'scope1.c'::foo::funclocal_bss at foo",
6580 "print foo::funclocal_ro at foo",
6581 "print 'scope1.c'::foo::funclocal_ro at foo",
6582 "print bar::funclocal at foo" and
6583 "print 'scope1.c'::bar::funclocal at foo".
6584 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
6585 gcc compiled for "print foo::funclocal at bar".
6586 Expand all messages to ensure that they identify that
6587 the test is at bar().
6588 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
6589 gcc compiled for:
6590 "ptype on opaque struct pointer (statically)",
6591 "ptype on opaque struct tagname (statically)",
6592 "ptype on opaque struct pointer (dynamically) 1",
6593 "ptype on opaque struct tagname (dynamically) 1",
6594 "ptype on opaque struct pointer (dynamically) 2" and
6595 "ptype on opaque struct tagname (dynamically) 2
6596 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
6597 gcc compiled for:
6598 "p datalocal"
6599 "whatis datalocal",
6600 "ptype datalocal",
6601 "p bsslocal",
6602 "whatis bsslocal", and
6603 "ptype bsslocal".
6604 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
6605 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
6606 when not gcc compiled.
6607 * gdb.base/funcargs.exp (float_and_integral_args): Add
6608 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
6609 compiled.
6610 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
6611 "backtrace from call6a" when not gcc compiled.
6612 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
6613 "backtrace from call7a" when not gcc compiled.
6614 * gdb.base/callfuncs.exp (do_function_calls):
6615 Add "hppa*-*-hpux*" xfail when not gcc compiled for
6616 "p t_char_array_values(char_array_val2,char_array_val1)",
6617 "p t_char_array_values(char_array_val1,char_array_val2)",
6618 "p t_char_array_values("carray 1","carray 2")",
6619 "p t_char_array_values("carray 1",char_array_val2)",
6620 "p t_char_array_values(char_array_val1,"carray 2")",
6621 "p sum_args(1,{2})",
6622 "p sum_args(2,{2,3})",
6623 "p sum_args(3,{2,3,4})",
6624 "p sum_args(4,{2,3,4,5})"
6625 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
6626 "backtrace in corefile.exp" when not gcc compiled.
6627
6628 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6629
6630 * gdb.base/signals.exp: Rewrite `handle all print' test as
6631 a procedure. Accept blanks or TABs as whitespace, increase
6632 timeout and expect input buffer size for the large output
6633 from the command. Remove "i*86-*-bsdi2.0" xfail.
6634
6635 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6636
6637 * gdb.base/setvar.exp: Add new testcases for truncation when
6638 assigning invalid values to bitfields.
6639
6640 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
6641
6642 * gdb.base/callfuncs.exp (do_function_calls): Remove
6643 mips-sgi-irix* xfail for
6644 "call inferior func with struct - returns char *"
6645 and fix test so that an optional (unsigned char *) cast is
6646 accepted in the result.
6647
6648 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
6649
6650 * gdb.base/funcargs.exp (float_and_integral_args): Remove
6651 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6652 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
6653 * gdb.base/signals.exp: Remove duplicate "handle all print" test
6654 that accidentally got checked in.
6655
6656 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
6657
6658 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
6659 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
6660 compiled test.
6661 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
6662 Add mips-sgi-irix5* xfail for not gcc compiled.
6663 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6664 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
6665 "p top", "whatis top", "p middle", and "whatis middle".
6666 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
6667 "whatis signed char" for not gcc compiled.
6668 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
6669 "set variable signed char=-1 (-1)" and
6670 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
6671 * gdb.base/funcargs.exp (float_and_integral_args):
6672 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
6673 Add mips-sgi-irix* xfail when not gcc compiled for
6674 "continue to call2b".
6675 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
6676 "continue to call2g".
6677 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
6678 "backtrace from call6a"
6679 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
6680 "backtrace from call7k".
6681 Add mips-sgi-irix5* xfail when not gcc compiled for
6682 "backtrace from call7a".
6683 (localvars_after_alloca): Fix gdb_test cmds for
6684 "print * after runto ...".
6685 Remove rs6000-*-* xfails for
6686 "print i after runto localvars_after_alloca" and
6687 "print l after runto localvars_after_alloca"
6688 for all compilers.
6689 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6690 when not compiled with gcc, for:
6691 "print signed char == (minus)",
6692 "print signed char != (minus)",
6693 "print signed char < (minus)",
6694 "print signed char > (minus)".
6695 * gdb.base/callfuncs.exp (do_function_calls):
6696 Add mips-sgi-irix* xfail, when compiled with native compiler, for
6697 "call inferior func with struct - returns char *".
6698 * gdb.base/return.exp (return_tests): Change xfail for
6699 "correct value returned double test" to include Solaris 2.4.
6700 * gdb.base/funcargs.exp (float_and_integral_args):
6701 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6702
6703 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6704
6705 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
6706 enumeration bitfields if compiling with GNU C.
6707 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
6708 to empty' prompt.
6709
6710 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
6711
6712 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
6713 test for PRO targets.
6714
6715 * gdb.base/funcargs.exp: Avoid ever setting more than 8
6716 breakpoints in the inferior at any given time by making
6717 two groups of breakpoints for call2*, call6* and call7*
6718 tests.
6719
6720 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6721
6722 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
6723 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
6724 from optimizing it away.
6725 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
6726 "call inferior func with struct".
6727
6728 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
6729
6730 * configure.in: Only configure gdb.chill for particular targets.
6731
6732 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
6733
6734 * gdb.base/Makefile.in: Add action to .c.o transformation
6735 rule that generates a .ci file for each .o file and remove
6736 explicit .c.o rules except for callfuncs.o.
6737 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
6738 generates a .ci file for each .o file and remove explicit
6739 .cc.o rules.
6740 (clean): Remove *.tmp *.ci files.
6741 (EXECUTABLES): Remove templ-info.exp.
6742 * gdb.base/compiler.c: New file.
6743 * gdb.c++/compiler.cc: New file
6744 * gdb.base/scope.exp: Source gdb.base/scope.ci.
6745 Change rs6000-*-* xfail for
6746 "print 'scope0.c'::filelocal_ro" and
6747 "print 'scope1.c'::filelocal" and
6748 "print 'scope1.c'::filelocal_bss" and
6749 "print 'scope1.c'::filelocal_ro" and
6750 "print 'scope1.c'::foo::funclocal" and
6751 "print 'scope1.c'::foo::funclocal_ro" and
6752 "print 'scope1.c'::bar::funclocal" and
6753 "print 'scope0.c'::filelocal_ro" and
6754 "print 'scope1.c'::filelocal at foo" and
6755 "print 'scope1.c'::filelocal_bss at foo" and
6756 "print 'scope1.c'::filelocal_ro at foo" and
6757 "print 'scope1.c'::foo::funclocal at foo" and
6758 "print 'scope1.c'::foo::funclocal_bss at foo" and
6759 "print 'scope1.c'::foo::funclocal_ro at foo" and
6760 "print 'scope1.c'::bar::funclocal at foo" and
6761 "print 'scope0.c'::filelocal_ro" and
6762 "print 'scope1.c'::filelocal" and
6763 "print 'scope1.c'::filelocal_bss" and
6764 "print 'scope1.c'::filelocal_ro" and
6765 "print 'scope1.c'::foo::funclocal" and
6766 "print 'scope1.c'::foo::funclocal_bss" and
6767 "print 'scope1.c'::foo::funclocal_ro" and
6768 "print 'scope1.c'::bar::funclocal" and
6769 "print 'scope1.c'::bar::funclocal_bss"
6770 to only be xfail'd when not compiled with gcc.
6771 Add rs6000-*-* xfail for
6772 "print 'scope0.c'::filelocal_bss before run"
6773 when compiled with gcc.
6774 (test_at_main): Add rs6000-*-* xfail for
6775 "print filelocal_ro in test_at_main"
6776 when compiled with gcc.
6777 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
6778 Add rs6000-*-aix* xfail for
6779 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
6780 "ptype t_char_array", not compiled with gcc.
6781 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
6782 xfail for "list foo (in include file)" when gcc compiled.
6783 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
6784 (integral_args): Add rs6000-*-* xfail for
6785 "run to call0a" if not compiled with gcc.
6786 (unsigned_integral_args): Add rs6000-*-* xfail for
6787 "run to call1a" if not compiled with gcc.
6788 (float_and_integral_args): Add rs6000-*-* xfail for
6789 "run to call2a" if not compiled with gcc and for
6790 "continue to call2b" for any compiler.
6791 Add rs6000-*-* xfail to
6792 "print f1 after run to call2a" for gcc compiled.
6793 (discard_and_shuffle): Add rs6000-*-* xfail for
6794 "run to call6a".
6795 (shuffle_round_robin): Add rs6000-*-* xfail for
6796 "backtrace from call7a" if not compiled with gcc.
6797 Add rs6000-*-* xfail for
6798 "backtrace from call7b" if compiled with gcc.
6799 (call_after_alloca): Add rs6000-*-* xfail for
6800 "print c in call_after_alloca" and
6801 "print s in call_after_alloca" and
6802 "backtrace from call_after_alloca_subr"
6803 if not compiled with gcc.
6804 (localvars_in_indirect_call): Add rs6000-*-* xfail for
6805 "print c in localvars_in_indirect_call" and
6806 "print c in localvars_in_indirect_call" and
6807 "backtrace in indirectly called function" and
6808 "stepping into indirectly called function"
6809 if not compiled with gcc.
6810 (localvars_after_alloca): Add rs6000-*-* xfail for
6811 "print c after runto localvars_after_alloca" and
6812 "print s after runto localvars_after_alloca" and
6813 "print i after runto localvars_after_alloca" and
6814 "print l after runto localvars_after_alloca"
6815 for all compilers.
6816 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
6817 than whatis-info.exp.
6818 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
6819 than opaque-info.exp.
6820 Setup rs6000-*-* xfail for
6821 "ptype on opaque struct pointer (statically)" and
6822 "ptype on opaque struct pointer (dynamically)" when
6823 not compiled with gcc.
6824 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
6825 rather than callf-info.exp.
6826 (do_function_calls): Add clear_xfail for rs6000-*-* for
6827 "p t_float_values2(3.14159,float_val2)". Seems to work
6828 fine there, both with xlc and gcc. Need to find out what
6829 it is doing right and fix other platforms.
6830 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
6831 "call inferior func with struct - returns int",
6832 "call inferior func with struct - returns long",
6833 "call inferior func with struct - returns float",
6834 "call inferior func with struct - returns double",
6835 "call inferior func with struct - returns char *",
6836 but only if not gcc compiled (presumes xlc compiled).
6837 Change rs6000-*-* xfails for
6838 "call inferior func with struct - returns char" and
6839 " call inferior func with struct - returns short" to only
6840 xfail if not using gcc.
6841 (clean mostlyclean): Remove *.ci and *.tmp files.
6842 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
6843 than templ-info.exp.
6844 * gdb.base/langs.exp: Source gdb.base/langs.ci.
6845 Add rs6000-*-* xfail for "up to foo in langs.exp"
6846 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
6847 when not gcc compiled.
6848
6849 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6850
6851 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
6852 * gdb.base/corefile.exp: Likewise.
6853 * gdb.base/list.exp: Likewise.
6854 * gdb.base/scope.exp: Likewise.
6855 * gdb.base/siganls.exp: Likewise.
6856
6857 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
6858 compiler output.
6859 * gdb.base/whatis.exp: Likewise.
6860
6861 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
6862
6863 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
6864 failure (opcode table has been fixed to match reality).
6865
6866 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
6867
6868 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
6869 "call inferior func with struct - returns char",
6870 "call inferior func with struct - returns short"
6871
6872 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
6873 "print 'scope0.c'::filelocal at main",
6874 "print 'scope0.c'::filelocal_bss in test_at_main",
6875 "print 'scope0.c'::filelocal at foo",
6876 "print 'scope0.c'::filelocal_bss in test_at_foo",
6877 "print 'scope0.c'::filelocal at bar",
6878 "print 'scope0.c'::filelocal_bss in test_at_bar"
6879
6880 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
6881 in source file 1". This bug seems to have been fixed with both
6882 gcc and native cc (was native assembler bug?).
6883
6884 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
6885
6886 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
6887 "backtrace through signal handler" to "i*86-*-sysv4*".
6888 * gdb.base/signals.exp: Add xfail for "'next' behaved as
6889 continue" case. Add "known SVR4 bug" to fail message.
6890 Add "i*86-*-bsdi2.0" xfail for "handle all print".
6891 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
6892 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
6893 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
6894 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
6895 "up to foo in langs.exp", "show language at foo in
6896 langs.exp", "up to cppsub_ in langs.exp", "show
6897 language at cppsub_ in langs.exp", "up to fsub in
6898 langs.exp", and "show language at fsub in langs.exp".
6899 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
6900 "bactrace in corefile.exp".
6901 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
6902 "call inferior function with struct - returns float" and
6903 "call inferior function with struct - returns double".
6904
6905 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
6906
6907 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
6908 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
6909 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
6910 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
6911
6912 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
6913
6914 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
6915 (or overriden) "CHILL" macro rather then bare "gcc".
6916 Also look for ../../gcc/xgcc since that is what we will
6917 actually need, not "Makefile". Remove following assignment
6918 of CHILL to CHILL_FOR_TARGET because that results in
6919 recursive definition.
6920
6921 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
6922
6923 * gdb.base/corefile.exp: Change xfail for backtrace in
6924 corefile.exp from linuxaout to all linux.
6925 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
6926 cases where we miss the breakpoint at the signal handler
6927 for some reason. Setup xfail for linuxoldld/linuxaout and
6928 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
6929 hitting SIGURG breakpoint.
6930 * gdb.base/signals.exp: Setup xfail for "next" acting like
6931 continue to add linuxoldld. Setup xfail for all linux for
6932 "next to handler in signals_tests_1", "backtrace in
6933 signals_tests_1", "continue to func1", "pass SIGUSR1",
6934 and continue to handler".
6935
6936 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6937
6938 * Update all FSF addresses except those in COPYING* files.
6939
6940 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
6941
6942 * gdb.base/a2-run.exp: Change messages to be more explicit about
6943 the status of args, and quote binfile in results.
6944
6945 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
6946
6947 * gdb.base/callfuncs.exp: Add tests for passing structs to
6948 inferior functions and return various types.
6949 * gdb.base/callfuncs.c: Add functions to receive a struct
6950 and return a member of the struct, in various types.
6951
6952 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6953
6954 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
6955
6956 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6957
6958 * config/vxworks29k.exp: New file, sources vxworks.exp.
6959
6960 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6961
6962 * config/gdbremote.exp: New file. Testing framework using
6963 gdbserver.
6964
6965 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
6966
6967 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
6968 "call function when asleep" and "send end of file".
6969 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
6970 for "backtrace in corefile.exp".
6971 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
6972 for "backtrace through signal handler".
6973 * gdb.base/corefile.exp: Make sure we actually generate a core file
6974 before trying the core tests. Some systems allow the user to suppress
6975 generation of core files and default to that (linux for example).
6976 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
6977 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
6978
6979 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6980
6981 * gdb.threads: New directory with some crude multi-threaded
6982 gdb tests (step.exp and step2.exp).
6983 * config/mt-lynx (STEP_EXECUTABLE): Define.
6984 (THREADFLAGS): Define.
6985
6986 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
6987
6988 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
6989
6990 * gdb.base/signals.exp: Disable whole file for lynx until
6991 further notice.
6992
6993 * gdb.base/signals.exp: xfail test where "next" acts like
6994 "continue" for lynx.
6995
6996 * gdb.base/interrupt.exp: xfail test for calling function while
6997 inferior is asleep for lynx.
6998
6999 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
7000 than one cr-lf after each command.
7001
7002 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7003
7004 * configure.in: Reinstate setting of stabsdirs variable, fix
7005 typo in setting up configdirs for native builds.
7006
7007 * gdb.base/return.exp: Fix typo in return double test.
7008 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
7009 compiler from optimizing them away.
7010
7011 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
7012
7013 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
7014 sequences to be echo'd by gdb when using gdb_test.
7015 * gdb.chill/chexp.exp: Likewise.
7016 * gdb.fortran/exprs.exp: Likewise
7017
7018 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7019
7020 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
7021 after the inferior gdb has started.
7022
7023 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
7024 after each command.
7025 * gdb.base/funcargs.exp: Likewise.
7026 * gdb.base/gdbvars.exp: Likewise.
7027 * gdb.base/interrupt.exp: Likewise.
7028 * gdb.base/list.exp: Likewise.
7029 * gdb.base/watchpoint.exp: Likewise.
7030 * gdb.c++/demangle.exp: Likewise.
7031 * gdb.c++/inherit.exp: Likewise.
7032 * gdb.chill/chexp.exp: Likewise.
7033 * gdb.fortran/exprs.exp: Likewise.
7034
7035 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
7036 test if we can't handle IO to/from the inferior.
7037
7038 * gdb.c++/misc.exp: Always check for a program already being
7039 started after sending a "run" command to gdb.
7040
7041 * gdb.base/twice.exp: Start with a fresh gdb.
7042
7043 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
7044 only depend on gdb's expression code, not the chill runtime.
7045
7046 * gdb.base/return.c: Put return values into variables so we
7047 can have gdb print them rather than depending on the program
7048 to print them.
7049 * gdb.base/return.exp: Corresponding changes.
7050
7051 * lib/gdb.exp: Provide default value for noinferiorio.
7052 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
7053 the inferior.
7054
7055 * gdb.base/break.exp: Always check for a program already being
7056 started after sending a "run" command to gdb.
7057 (text_next_with_recursion): Don't check the output from the
7058 program's printf statement. Instead just make sure the program
7059 exited.
7060
7061 * gdb.base/commands.exp: Protect tests which need arguments with
7062 $noargs conditionals.
7063
7064 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7065
7066 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
7067 of structure member arrays to match gdb/valops.c:value_addr change.
7068
7069 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
7070
7071 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
7072 cases.
7073
7074 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
7075
7076 * configure.in (configdirs): Remove gdb.chill from default list
7077 of subdirs and then add it back in only if doing a native build.
7078 The current chill compiler does not yet work in any cross build.
7079 * Revert all signal changes from Jul 6.
7080 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
7081 for sh-hms targets, allowing these tests to link, with no other
7082 changes. Testing is suppressed by setting "nosignals" in site.exp.
7083
7084 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
7085
7086 * configure.in (signaldirs): Define and add to configdirs for all
7087 targets except some specific ones that are known to not support signals.
7088 Also clean up formatting.
7089 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
7090 (signals, sigall): Remove rules to build.
7091 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
7092 Moved to new gdb.signals directory.
7093 * gdb.signals: New test directory.
7094 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
7095 signals.c signals.exp}: New or moved files.
7096
7097 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
7098
7099 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
7100
7101 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
7102
7103 * gdb.base/return.exp: Xfail `return double' test failure
7104 on at least Solaris 2.3 and handle future/past versions on
7105 a case by case basis as appropriate. Also update message
7106 to include i*86 failures.
7107
7108 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7109
7110 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
7111
7112 * lib/gdb.exp: Fix comment which erroneously identified
7113 gdb_file_cmd as gdb_load (the 19 May change was in fact to
7114 gdb_file_cmd not gdb_load).
7115 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
7116
7117 * gdb.base/setvar.exp: Make test names consistent between pass and
7118 fail cases. Use gdb_test more.
7119
7120 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7121
7122 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
7123
7124 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7125
7126 * gdb.base/help.exp: Fix expected help string for `show commands'.
7127
7128 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
7129
7130 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
7131
7132 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
7133 of a text section.
7134
7135 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
7136
7137 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
7138 that loop eventually terminates. Fix Connection refused logic so
7139 that testsuite will expire nicely.
7140
7141 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
7142
7143 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
7144 config/rom68k.exp: New tcl glue for the appropriate monitors.
7145 These all just end up calling monitor.exp.
7146 * config/monitor.exp (gdb_target_monitor): Handle `Connection
7147 refused' by retrying. Cleanup some timeout issues.
7148 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
7149 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
7150 callers don't have to set/restore global timeout variable.
7151
7152 * The following set of changes centralizes management of the global
7153 timeout variable. This way, it can be set in one target dependent
7154 place instead of dozens of places scattered throughout the test suite.
7155 If you need to lengthen a timeout, then you should either set timeout
7156 in one of the config/{target}.exp files, or multiply it by a factor.
7157 Setting it to an absolute value is always going to lose for some
7158 targets.
7159 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
7160 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
7161 * gdb.base/funcargs.exp: Don't set timeout.
7162 * gdb.base/list.exp (test_forward_search): Only use local timeout.
7163 * gdb.base/printcmds.exp (test_print_string_constants
7164 test_print_array_constants): Don't set timeout.
7165 * gdb.base/ptype.exp: Don't set timeout.
7166 * gdb.base/recurse.exp: Don't set timeout.
7167 * gdb.base/return.exp: Don't set timeout.
7168 * gdb.base/watchpoint.exp: Don't set timeout.
7169 * gdb.c++/classes.exp (do_tests): Don't set timeout.
7170 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
7171
7172 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
7173
7174 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
7175
7176 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7177
7178 * lib/gdb.exp: Disable chill tests for irix5.
7179
7180 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7181
7182 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
7183 each test pass or fail.
7184
7185 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7186
7187 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
7188 xlc not gcc.
7189
7190 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
7191
7192 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
7193
7194 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
7195
7196 * config/est.exp: Fix copyright and comments. Remove dead code.
7197 Use targetname, serialport and baud variables instead of fixed
7198 constants.
7199 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
7200 * config/cpu32bug.exp: New file to support cpu32bug monitors.
7201
7202 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7203
7204 * gdb.base/watchpoint.exp: Don't run
7205 test_watchpoint_triggered_in_syscall for sunos.
7206
7207 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7208
7209 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
7210 they don't seem to exist. Do include stdio.h.
7211
7212 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7213
7214 * gdb.base/a1-selftest.exp: Add alpha xfail.
7215
7216 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7217
7218 * gdb.base/watchpoint.c (main): Prompt before calling read().
7219 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
7220 Revise accordingly. Remove cruft about sending "123" several
7221 times, until it gets noticed. Clean up the "print buf[0]" stuff
7222 so that it passes or fails, and waits for prompts in the usual way.
7223
7224 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7225
7226 * gdb.base/recurse.exp: Fix comment.
7227
7228 * TODO: Remove item about printing variables in nodebug.exp. Add
7229 item about enabling tests which are only run on some targets.
7230
7231 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
7232 fail, make test names unique, use new gdb_test convention
7233 regarding pattern, use gdb_test more, etc.).
7234
7235 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
7236 fail, make test names unique, etc.).
7237
7238 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7239
7240 * gdb.base/nodebug.c: Change return type of top and middle to
7241 short.
7242 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
7243 are fixed by the recent mdebugread.c changes. Allow `short ()'
7244 as type for top and middle.
7245
7246 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7247
7248 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
7249 nearly as I can tell, the whole thing was an accident in Stu's
7250 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
7251 to replace a send/expect pair with gdb_test, but ended up only
7252 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
7253 of 30 Mar 1995 took care of it, but left this vestigial comment
7254 which I am now nuking.
7255
7256 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7257
7258 * gdb.base/break.exp: Look for different line number for
7259 breakpoint at main depending on usestubs.
7260
7261 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7262
7263 * gdb.base/list.exp: Adjust some alternate expect patterns to
7264 match recent list0.c change. Add alternate expect pattern for
7265 output from `list default lines around main' for optimizing
7266 compilers.
7267
7268 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7269
7270 * lib/gdb.exp: If nosignals is not set, set it to 0.
7271
7272 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
7273
7274 * config/slite-gdb.exp: Responds to load symbol table prompt.
7275 * gdb.base/break.exp: Adjust line number, fix rerun.
7276 * gdb.base/langs0.c: Add #ifdef usestubs.
7277
7278 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
7279
7280 * gdb.base/list.exp: Adjust line contents after adding new lines in
7281 list0.c. Also fix a syntax error.
7282
7283 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
7284 * gdb.base/break.exp: ditto.
7285 * gdb.base/list.exp: ditto.
7286 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
7287 * gdb.base/run.c: ditto.
7288 * gdb.base/list0.c: ditto.
7289 * gdb.base/funcargs.c: ditto.
7290
7291 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
7292
7293 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
7294 $targetname, $serialport and $baud instead of hardwired variables.
7295 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
7296 target doesn't support signals.
7297
7298 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
7299
7300 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
7301
7302 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7303
7304 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
7305 Don't rely on the value of an auto variable before it has been
7306 initialized. Use gdb_test more.
7307
7308 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7309
7310 * lib/gdb.exp (default_gdb_version): A version number must start
7311 with a digit, but other than that contains all characters up to
7312 the first whitespace character.
7313
7314 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7315
7316 * gdb.base/commands.exp (breakpoint_command_test): New tests.
7317
7318 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7319
7320 * gdb.c++/*.exp: Warn if executable does not exist. The original
7321 reason for skipping the warning was that configure.in sometimes
7322 intentionally skipped building the executables but the tcl code
7323 had no way of knowing. That (a) was always bogus with respect to
7324 error handling, (b) is no longer true (right now there is no way
7325 to skip C++ tests).
7326
7327 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
7328
7329 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7330
7331 * gdb.base/list.exp: Add expect patterns for output from
7332 SunPRO compiled executables.
7333 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
7334 types.
7335
7336 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7337
7338 * gdb.base/break.exp (test_next_with_recursion): Accept any line
7339 number (we are already testing that the correct source line text
7340 gets printed).
7341
7342 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
7343 that is what is intended, but something needed to be done to get
7344 sunos4 native working again.
7345
7346 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
7347
7348 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
7349 apparently went with a (very) old xfail.
7350
7351 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
7352
7353 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
7354 runto_main is a proc in gdb.exp that will do 'step' for target use
7355 stubs.
7356 * gdb.base/exprs.exp: ditto.
7357 * gdb.base/interrupt.exp: ditto.
7358 * gdb.base/opaque.exp: ditto.
7359 * gdb.base/printcmds.exp: ditto.
7360 * gdb.base/ptype.exp: ditto.
7361 * gdb.base/scope.exp: ditto.
7362 * gdb.base/setvar.exp: ditto.
7363 * gdb.base/signals.exp: ditto.
7364 * gdb.base/twice.exp: ditto.
7365 * gdb.c++/classes.exp: ditto.
7366 * gdb.c++/inherit.exp: ditto.
7367 * gdb.c++/templates.exp: ditto.
7368 * gdb.base/break.exp: no run and hit main for stubs. Change line
7369 numbers for breakpoints and info breakpoint.
7370 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
7371 breakpoint().
7372 * gdb.base/callfuncs.c: ditto.
7373 * gdb.base/exprs: ditto.
7374 * gdb.base/interrupt.c: ditto.
7375 * gdb.base/opaque0.c: ditto.
7376 * gdb.base/printcmds.c: ditto.
7377 * gdb.base/ptype.c: ditto.
7378 * gdb.base/scope0.c: ditto.
7379 * gdb.base/setvar.c: ditto.
7380 * gdb.base/signals.c: ditto.
7381 * gdb.base/twice.c: ditto.
7382 * gdb.c++/misc.cc: ditto.
7383 * gdb.c++/templates.cc: ditto.
7384
7385 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7386
7387 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
7388
7389 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
7390 somewhere between `read' and `main.c'. I'm pretty sure the
7391 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
7392 and it isn't particularly useful.
7393
7394 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
7395
7396 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7397
7398 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
7399
7400 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
7401
7402 * config/mt-slite: add LIBS and -nostdlib.
7403 * config/slite-gdb.exp: add this new file to support sparclite target.
7404
7405 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
7406
7407 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
7408
7409 * gdb.base/a2-run.exp: Change argument to istarget from
7410 "*-*-vxworks" to "*-*-vxworks*".
7411 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
7412
7413 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
7414
7415 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
7416 will not runto main but do a 'step' to step out of breakpoint().
7417 * config/mt-slite: add -Dusestubs.
7418
7419 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7420
7421 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
7422 instead of just @.
7423
7424 * gdb.base/signals.exp: Add test for "handle all print".
7425 * TODO: Remove "handle all print". Also remove item about
7426 checking copyright date (I don't like the idea of a spurious FAIL
7427 based on when we run the tests).
7428
7429 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
7430 for SunOS4 (reason for failure not investigated). Remove
7431 redundant test for $binfile.
7432
7433 * gdb.base/nodebug.c (array_index): Call malloc.
7434
7435 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
7436
7437 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
7438
7439 * gdb.base/recurse.exp: Update gdb_test invocation to use new
7440 conventions and slightly simplify the matching regexp.
7441
7442 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7443
7444 * gdb.base/break.exp: Update gdb_test invocation to use new
7445 convention.
7446
7447 * lib/gdb.exp: If noargs is not set, set it to 0.
7448
7449 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
7450 tests unique.
7451
7452 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
7453
7454 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7455
7456 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
7457 one argument of type "<non-float parameter>".
7458
7459 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
7460
7461 * config/rom68k.exp: New file to support Motorola IDP board.
7462 * gdb.base/a2-run.exp: Skip this file if noargs is set.
7463 * gdb.base/break.c: Change things around so that this program
7464 doesn't depend upon args. This is necessary to make remote
7465 targets work (in general, they can't take args).
7466 * gdb.base/break.exp: Don't try to send args to program. Don't
7467 expect output. Also, replace lots of code with gdb_test.
7468
7469 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7470
7471 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
7472 printing of '\'' (which is what the comment says we are testing,
7473 even though we were not), not '''.
7474 (test_integer_literals_rejected): Test that printing ''' is an error.
7475
7476 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7477 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
7478 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
7479 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
7480 Use gdb_test not test_print_accept.
7481 * lib/gdb.exp: Remove test_print_accept.
7482
7483 * gdb.base/signals.exp (signal_tests_1): Make pass message
7484 consistent with fail message.
7485
7486 * gdb.base/whatis.exp: Remove xfails for printing char vs.
7487 unsigned char; the bug (PR 1821) is fixed.
7488
7489 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
7490
7491 * gdb.base/scope.exp (test_at_localscopes): Call pass for
7492 successful tests--makes xfailing them work right.
7493
7494 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7495
7496 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
7497 only \r\n, not .*. The test can pass .* as the last thing in
7498 $pattern if that is what it wants. In addition to providing this
7499 flexibility, this change should speed up pattern matching in cases
7500 where the pattern already ended with .* (there were a number of
7501 them). This change also helps catch bad patterns--in the old
7502 scheme the typo "char \*" instead of "char \\*" would pass. Now
7503 it is caught.
7504 * Many .exp files: Update callers.
7505
7506 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
7507 clearer and does not spuriously match multiple ('s. Likewise for
7508 ) and *.
7509
7510 * gdb.base/nodebug.exp: Test ability to call a function and pass
7511 it a string (even with no debugging info).
7512
7513 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
7514 "p '\'", which is the same as "p ''" once tcl gets done with
7515 quoting, to "p '\\'", which I suspect is what is intended (one
7516 backslash gets sent to GDB).
7517
7518 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
7519
7520 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7521
7522 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
7523 1817) was fixed literally years ago.
7524
7525 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7526
7527 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
7528 test, it causes stepping out of call_after_alloca_subr with
7529 optimizing compilers.
7530 (localvars_in_indirect_call): Consume GDB prompt if `finish'
7531 fails.
7532
7533 * gdb.c++/templates.exp: Source templ-info.exp only if
7534 the templates executable exists.
7535
7536 * gdb.c++/misc.cc (class Contains_static_instance,
7537 class Contains_nested_static_instance),
7538 gdb.c++/classes.exp (test_static_members): Test printing of
7539 a class that contains a static instance of the class.
7540
7541 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7542
7543 * gdb.base/langs2.c (cppsub_): Don't prototype.
7544 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
7545 only, I believe).
7546
7547 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7548
7549 * lib/gdb.exp (skip_chill_tests): New procedure.
7550
7551 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
7552
7553 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
7554
7555 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
7556 each expect pattern. Cuts runtime from 12 to about 4 seconds.
7557
7558 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7559
7560 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
7561
7562 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
7563 disassemble 8, not 16, instructions for part 4.
7564
7565 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
7566 support the latter anymore.
7567
7568 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
7569 -DNO_PROTOTYPES.
7570 * gdb.base/callfuncs.c: Control use of prototypes based on
7571 NO_PROTOTYPES, not __STDC__.
7572 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
7573 t_float_values2 tests if prototypes in use.
7574
7575 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
7576 t_double_values): When checking differences against DELTA, check
7577 that difference is within the range (-DELTA,DELTA), not just
7578 (-infinity,DELTA).
7579
7580 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
7581
7582 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
7583 'file' command firts, then 'target', then 'load', this is due to gdb
7584 target set up.
7585 * config/mips-gdb.exp: Fix a couple regular exp bugs.
7586
7587 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
7588
7589 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
7590 FP load/store variants.
7591 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
7592
7593 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7594
7595 * gdb.base/term.exp: Do not give a warning if not native, it is
7596 not an abnormal condition.
7597
7598 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
7599
7600 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
7601 t_char_array".
7602
7603 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7604
7605 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
7606 are getting the version number.
7607
7608 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
7609 if not native, it is not an abnormal condition.
7610
7611 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7612
7613 * lib/gdb.exp: Just use "file exists", rather than undocumented
7614 dejagnu procedure "findfile".
7615
7616 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7617
7618 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
7619 (LDFLAGS): Set to -Xlinker -Ur.
7620
7621 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
7622 Removed, these values are set by lib/gdb.exp.
7623
7624 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
7625
7626 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7627
7628 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
7629 of replicating gdb startup code.
7630
7631 * config/mt-vxworks (LDFLAGS): Set to -r.
7632 (CFLAGS_FOR_TARGET): Removed.
7633
7634 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
7635 (gdb) and gdb for vxworks uses (vxgdb).
7636
7637 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
7638 executable is not in the tree and host != target, use sed and
7639 program_transform_name to determine the gdb name used by the
7640 target.
7641
7642 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
7643 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
7644
7645 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7646
7647 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
7648 floats, chars, and shorts where there are ANSI-style function
7649 definitions.
7650
7651 * gdb.base/langs.exp, gdb.base/langs*: New test.
7652 * gdb.base/Makefile.in: Build it.
7653 * TODO: Remove item about checking that C names don't get C++
7654 demangling applied; this test tests it.
7655
7656 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7657
7658 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
7659 went with the const70 xfail. The xfail went away a year ago.
7660
7661 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
7662
7663 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
7664 for hp300.
7665
7666 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
7667
7668 * gdb.base/a1-selftest.exp: Don't run on hp300.
7669
7670 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7671
7672 * Makefile.in (site.exp): Set host_alias and target_alias as well
7673 as host_triplet and target_triplet.
7674
7675 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7676
7677 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
7678
7679 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
7680 places as other ecoff systems).
7681
7682 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
7683 ultrix.
7684
7685 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7686
7687 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
7688 remove them.
7689 * gdb.base/nodebug.exp: Accept "function" in addition to "text
7690 variable and "variable" in addition to "data variable".
7691 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7692
7693 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7694 2.
7695 * gdb.base/list1.c (long_line): Add additional statement at start
7696 of function.
7697 * gdb.base/list.exp (test_forward_search): Update line number to
7698 reflect new statement.
7699
7700 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7701
7702 * gdb.base/signals.exp: Reinitialize searched source directories
7703 after gdb_start call.
7704
7705 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
7706
7707 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
7708 * gdb.stabs/Makefile.in: Likewise.
7709
7710 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
7711 change. Instead split the tests into smaller pieces.
7712 * gdb.disasm/hppa.s: Corresponding changes.
7713
7714 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7715
7716 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7717 Quote ^C when passing it to stty. For some shells ^ is a pipe.
7718
7719 * gdb.base/funcargs.exp: Modify many tests so that every test
7720 either passes or fails. Make some test names unique.
7721
7722 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7723
7724 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7725 Call stty to set interrupt character.
7726
7727 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
7728 for HP assembler versus GNU assembler based on actual behavior of
7729 $(CC), rather than assuming that $(AS) is always the GNU assembler.
7730
7731 * TODO: Suggest a few more stepping tests.
7732
7733 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
7734
7735 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
7736 restart GDB for h8300 after a continue.
7737 (return): Add pattern to match a29k-udi behavior.
7738 * gdb.base/nodebug.exp: Remove obsolete comment.
7739 * gdb.base/regs.exp: New file, testing of register displays.
7740 * gdb.base/return.exp: Fix typo in reference to $objdir.
7741 * gdb.base/whatis.exp: Always start with a fresh GDB.
7742
7743 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7744
7745 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
7746 higher, these tests generate a lot of output.
7747
7748 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7749
7750 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
7751 code following the catch silently ignored some errors; without the
7752 catch they should be thrown like any other tcl error. Also, the
7753 catch used "" instead of {} which meant all the callers who wanted
7754 to include one of the characters "[]$ had to quote it an extra time.
7755 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
7756 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
7757 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
7758 Remove extra quoting.
7759
7760 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
7761
7762 * gdb.base/commands.exp: Make test names unique; every test either
7763 passes or fails. Update some comments.
7764
7765 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
7766
7767 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7768
7769 The following fixes a FAIL caused by the fact that the alpha stabs
7770 configuration didn't use the ".if alpha" code in weird.def.
7771 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
7772 bit pointer, so the 32 bit version works even on the alpha.
7773 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
7774 Remove the stuff which allowed us to have separate versions for
7775 alpha and everything else.
7776
7777 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
7778 regexp which "info func operator\[\](" is supposed to match. Fix
7779 string to send to GDB. Note that GDB still doesn't work right. Add a
7780 new test for "info func .perator\[\](" which GDB does handle correctly.
7781
7782 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
7783
7784 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7785
7786 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
7787 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
7788 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
7789 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
7790 it makes the tests harder to understand and confuses test-o-matic.
7791 The preferred style is that each test provides a PASS or a FAIL,
7792 and has a unique message (e.g. "continue #54" not just "continue")
7793 which is the same for the pass and the fail.
7794 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7795 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
7796 to lib/gdb.exp.
7797 * gdb.base/printcmds.exp: Use test_print_accept. Remove
7798 prt_accept which was basically the same thing. Likewise for
7799 test_print_reject and prt_reject.
7800 * lib/gdb.exp (test_print_reject): Add some more error message
7801 patterns to match from the former printcmds.exp (prt_reject).
7802 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
7803 One defect of the passcount stuff is that some of it failed to
7804 report XPASS where appropriate.
7805 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
7806 stuff before and after arg in expected pattern.
7807 (test_paddr_operator_functions): Re-do test without print_addr_of;
7808 this is the only test which seems to want extra stuff there.
7809
7810 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7811
7812 * gdb.base/nodebug.exp: Update new tests to reflect improved
7813 wording of gdb output.
7814
7815 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
7816 and "ptype" work on variables in files compiled without -g.
7817 Replaces commented out "maint print msymbol" tests.
7818
7819 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7820
7821 * gdb.base/setvar.c (dummy): Call malloc.
7822
7823 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
7824 losing with the irix4 sed.
7825
7826 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
7827 ALRM" on irix4.
7828
7829 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7830
7831 * TODO: Remove items about corefile.exp testing new exec-file and
7832 backtrace; both are now done. Add items about printing enums.
7833
7834 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7835
7836 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
7837 "get signal $thissig" test fails.
7838
7839 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
7840
7841 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7842
7843 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
7844 compiler warning with dec alpha compiler.
7845
7846 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
7847 extra \n from gdb_test call (this explains why the prompt test
7848 that I removed yesterday was there).
7849 (user_defined_command_test): Remove extra \n and prompt test.
7850
7851 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
7852 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
7853 doesn't exist.
7854 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
7855 Also remove alpha workaround, which turns out to be because
7856 SIGABRT == SIGLOST.
7857
7858 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
7859
7860 * gdb.base/help.exp: Don't test "help show".
7861
7862 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7863
7864 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
7865 "set print address" is on.
7866 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
7867 pass prompt to gdb_test; gdb_test already looks for the prompt.
7868
7869 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
7870
7871 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
7872 was a vestige of the manual TESTSTRATEGY, and the purpose of it
7873 was to make sure that gdb can read a core file. But (a) the "read
7874 the corefile" part didn't make it to a1-selftest.exp, we just
7875 delete the corefile after creating it, and (b) we test reading
7876 corefiles in corefile.exp anyway. Also, this test left around a
7877 xgdb process on Solaris.
7878
7879 * gdb.base/corefile.exp: Also test backtrace.
7880
7881 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
7882
7883 * gdb.base/commands.exp: Test a simple user defined command with
7884 arguments and if/while statements; verify the full user command is
7885 printed by "show user".
7886
7887 * gdb.base/commands.exp: Test if/while commands as part of a
7888 breakpoint command list; verify they appear in breakpoint
7889 information.
7890
7891 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7892
7893 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
7894 than by dividing by zero.
7895
7896 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
7897
7898 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
7899 performing an inferior call with watchpoints enabled.
7900 * gdb.base/watchpoint.c (main): Delete second unnecessary read
7901 call.
7902
7903 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7904
7905 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
7906 of "file" command.
7907
7908 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
7909 Add additional pattern for when "int operator int(void);" appears
7910 in a different order.
7911
7912 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7913
7914 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
7915
7916 * gdb.base/help.exp: Replace most of docstrings for "info signals"
7917 and "signal" with ".*".
7918
7919 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7920
7921 * TODO: Add note about "handle all nostop".
7922
7923 * gdb.base/{sigall.c, sigall.exp}: New test.
7924 * gdb.base/Makefile.in: Add it.
7925
7926 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7927
7928 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
7929 when invoking GDB, suppresses any windowing interface.
7930
7931 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
7932
7933 * config/sim-gdb: New file, simulator testing support.
7934
7935 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
7936
7937 * gdb.base/interrupt.exp: Test calling func1 twice.
7938
7939 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
7940
7941 * gdb.base/list.exp (test_forward_search): Set timeout higher
7942 when we'll be getting lots of output from gdb.
7943
7944 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
7945 "init_malloc" to after the expect statement. Run it if that
7946 regexp is taken, but also for two others which happen if source
7947 cannot be found.
7948
7949 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7950
7951 * gdb.base/printcmds.exp: New test, for printing register before
7952 program is running.
7953
7954 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7955
7956 * gdb.base/list.exp: Correct some alternate expect patterns
7957 to reflect changes in list1.c.
7958
7959 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7960
7961 * TODO: Add item regarding large frames.
7962
7963 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
7964
7965 * TODO: Remove item about enabling return.exp; it
7966 is enabled. Suggest a few more "return" tests.
7967
7968 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7969
7970 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
7971 anonymous unions.
7972
7973 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7974
7975 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
7976 and pr-5646.o, so "make" is the same as "make all", not "make
7977 pr-4975.o".
7978
7979 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
7980
7981 * gdb.base/list.exp: Adjust expectations to reflect changes in
7982 list1.c.
7983 (test_forward_search): New test proc.
7984 * gdb.base/list1.c (long_line): New function, has long source line.
7985
7986 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
7987
7988 * gdb.base/a1-selftest.exp: Change initial stepping to know about
7989 additional line of code that was added.
7990
7991 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
7992
7993 * gdb.disasm/hppa.s: Break the large branching tests into smaller
7994 tests so as not to overflow expect's input buffers.
7995 * gdb.disasm/hppa.exp: Corresponding changes.
7996
7997 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7998
7999 Beginnings of template debugging tests.
8000 * gdb.c++/templ-info.cc: New file to test for template
8001 debugging capability of the compiler.
8002 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
8003 templ-info.cc.
8004 * gdb.c++/templates.cc: Add explicit template instantiations
8005 to enable compiling with -fno-implicit-templates. Add destructor
8006 and 'value' method to T5 class for template tests.
8007 * gdb.c++/templates.exp: Add testcases for printing of template
8008 types, setting breakpoints on template methods and calling a
8009 template method.
8010
8011 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
8012
8013 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
8014 branch target since some assemblers (gas-2.5) may emit a
8015 relocation for the branch instead of resolving it in the
8016 assembler.
8017
8018 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8019
8020 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
8021 through signal handler.
8022
8023 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8024
8025 * configure.in (*-*-netware): Use config/mt-netware.
8026
8027 * config/mt-netware: New file.
8028 * config/mt-i386-netware: Removed, separate configs for different
8029 netware architectures are no longer needed now that we have
8030 --with-headers.
8031
8032 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8033
8034 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
8035 by the recent changes to use ANSI C arithmetic conversions.
8036
8037 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8038
8039 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
8040 bug involving using inferior_pid to figure out whether to select a
8041 frame.
8042
8043 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
8044
8045 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
8046 match the current disassembler output.
8047
8048 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
8049
8050 * gdb.fortran/exprs.exp: Expect VOID instead of void.
8051 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
8052 types, expect "int" as type of integer values (for now).
8053
8054 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
8055
8056 * gdb.base/commands.exp: New tests for if/while commands.
8057
8058 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
8059
8060 * lib/gdb.exp (runto): Replace sub-pattern for hex value
8061 by .*, since hex values have different syntax in Chill mode.
8062
8063 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8064
8065 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
8066 linefeed from expect pattern for repeated types with indices > 9.
8067
8068 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
8069
8070 First part of Fortran test suite.
8071 * gdb.fortran: New directory.
8072 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
8073
8074 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8075
8076 * gdb.base/default.exp: Update expect pattern for load command
8077 without arguments.
8078
8079 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8080
8081 * configure.in: Change i386 to i[345]86.
8082 * gdb.base/configure.in: Likewise.
8083 * gdb.c++/configure.in: Likewise.
8084 * gdb.chill/configure.in: Likewise.
8085
8086 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
8087
8088 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
8089 patterns, since that is not a valid context for comments.
8090
8091 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
8092
8093 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
8094 repeated types and repeated types with indices > 9.
8095
8096 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
8097
8098 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
8099 2417; old bug has been fixed.
8100
8101 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
8102
8103 * gdb.base/interrupt.exp: When trying to wake up the inferior,
8104 send the newline ourselves instead of assuming gdb_test will do
8105 so when passed an empty input string.
8106
8107 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
8108 stabs testcode.
8109
8110 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8111
8112 * lib/gdb.exp (gdb_test): Don't send anything if the first
8113 argument is an empty string. This makes cases where we want to
8114 match output that is already in expect's buffers (for example,
8115 matching a breakpoint after gdb_run_cmd has been called) work
8116 reliably.
8117
8118 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8119
8120 * config/netware.exp: New file.
8121
8122 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8123
8124 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
8125 the -B and -L prefixes so we can find the debugging stub.
8126
8127 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
8128 there and we are using the gcc from the tree.
8129
8130 * gdb.base/types.c: Removed.
8131
8132 * gdb.base/configure.in: Look for makefile fragments in ../config.
8133 Recognize i386-*-netware.
8134 * gdb.c++/configure.in: Likewise.
8135
8136 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8137
8138 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
8139 the correct TCL syntax.
8140
8141 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8142
8143 * gdb.base/opaque.exp: use runto instead of messing around with
8144 breakpoints. Simplify by using gdb_test.
8145
8146 * gdb.base/bitfields.exp: restart between tests on netware targets
8147 because breakpoints aren't relocated after target death. Run
8148 processes to completion.
8149
8150 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
8151
8152 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
8153
8154 * Makefile.in: Remove extra tabs that confuse some versions
8155 of "make". Use the newly built gdb to test with by default,
8156 rather than the first one in the tester's search path.
8157
8158 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
8159
8160 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
8161
8162 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
8163 condition help.
8164
8165 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8166
8167 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
8168
8169 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
8170 running.
8171 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
8172 * gdb.base/funcargs.exp: Likewise.
8173
8174 * gdb.base/bitfields.exp: Simplify by using gdb_test.
8175 * gdb.base/funcargs.exp: Likewise.
8176
8177 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
8178 message is "".
8179
8180 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8181
8182 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
8183 return,signals,twice}.exp: Handle non-existant binaries
8184 consistantly.
8185
8186 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
8187 * gdb.base/Makefile.in: Don't try to generate a core dump, we
8188 might testing a cross development system.
8189
8190 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8191
8192 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
8193 runtest script is relative to ${srcdir}, not ${rootdir}.
8194
8195 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
8196
8197 * gdb.base/signals.exp: Allow for optionality of breakpoint
8198 address.
8199
8200 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8201
8202 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
8203
8204 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8205
8206 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
8207 for size_t definition.
8208 * gdb.c++/templates.cc: Likewise
8209
8210 * config/mt-i386-netware: New file.
8211
8212 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
8213 defined.
8214
8215 * gdb.base/Makefile.in: Added support for systems that name core
8216 files by appending "core" to the program name.
8217 * gdb.base/a1-selftest.exp: Likewise.
8218
8219 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8220
8221 * gdb.base/return.exp: Add comment and message for `return double'
8222 test failure on Sparc Solaris.
8223
8224 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
8225
8226 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
8227
8228 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8229
8230 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
8231 from optimizing them away.
8232 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
8233 patterns to include default constructors and assignment operators,
8234 to match gcc versions beyond 2.5.8. Accept any cplus demangling
8235 character in the output of the virtual base pointer.
8236
8237 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8238
8239 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
8240 expression match in print_addr_of to avoid unintented matches.
8241 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
8242 versions up to 2.5.8.
8243
8244 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8245
8246 * gdb.base/list.exp: Tweak alternate pattern for listing of an
8247 included file to run under newer versions of expect.
8248 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
8249 consecutive >'s in templates to accomodate recent cplus-dem.c change.
8250 Remove xfail for the virtual table of BDDHookV.
8251
8252 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8253
8254 * lib/gdb.exp (string_to_regexp): Set a default result.
8255 (default_gdb_start): Fix misleading message.
8256
8257 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
8258
8259 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
8260 Remove all CC, etc definitions.
8261 * config/mt-hpux: New file.
8262 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
8263 (CFLAGS, LDFLAGS): Define.
8264 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
8265
8266 * Makefile.in (site.exp): Don't insert host_os, etc.
8267 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
8268 (distclean): Check existence of subdir.
8269 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
8270 * gdb.base/Makefile.in: General cleanup and simplification.
8271 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8272 to build executables. Use default rule to build .o files.
8273 (EXPECT, RUNTEST, CC): Fix relative pathname.
8274 (site.exp): Don't insert host_os, etc.
8275 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
8276 and/or SIGUSR1 defined.
8277 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
8278 * gdb.c++/Makefile.in: General cleanup and simplification.
8279 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8280 (CFLAGS): Remove.
8281 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
8282
8283 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
8284
8285 * gdb.base/recurse.exp: Misc changes to get tests running again
8286 after Kung's changes to the watchpoint code.
8287 * gdb.base/watchpoint.exp: Likewise.
8288
8289 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
8290
8291 * lib/gdb.exp (string_to_regexp): Convert {\} also.
8292
8293 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8294
8295 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
8296 * lib/gdb.exp (default_gdb_start): Define.
8297 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
8298 gdb.base/funcargs.exp, gdb.base/opaque.exp,
8299 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
8300 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
8301 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
8302 Don't call gdb_target_udi in between tests.
8303
8304 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8305
8306 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
8307 (which was basically just a local version of the same thing). In
8308 addition to avoiding duplication, gdb_test_exact is faster.
8309 * lib/gdb.exp (gdb_test_exact): Fix typo.
8310
8311 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
8312 don't give an error.
8313
8314 * gdb.base/term.exp: Call delete_breakpoints before starting.
8315
8316 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
8317 (t10): Add comment.
8318
8319 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8320
8321 Reorganization of the GDB Test Suite.
8322
8323 * gdb.base: New directory, contains all the basic tests.
8324 * gdb.c++: New directory, tests specific to C++.
8325 * gdb.chill: New directory, tests specific to Chill.
8326 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
8327 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
8328 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
8329 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
8330 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
8331 t30-31 to chill).
8332 * */gdbme.*: Rename to match appropriate expect scripts.
8333 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
8334 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
8335 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
8336 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
8337 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
8338 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
8339 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
8340 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
8341 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
8342 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
8343 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
8344 gdb.c++/virtfunc.cc: New names of C++ files.
8345 * gdb.chill/chillvars.ch: New name of Chill file.
8346 * gdb.base/configure.in, gdb.c++/configure.in,
8347 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
8348 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
8349 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
8350 * configure.in (configdirs): Update to reflect directory changes.
8351 (target_abbrev): No longer define for any configuration.
8352 * Makefile.in: Cosmetic improvements to header comments.
8353
8354 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8355
8356 Various changes to gdb.t31:
8357
8358 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
8359 * gdbme.ch: Make all key-words and predefineds be upper-case.
8360 * chillvars.exp: Expect key-words and predefinds in upper-case.
8361
8362 * chillvars.exp: Use gdb_test_exact many places.
8363 Change expected output for arrays (which now includes index labels).
8364
8365 * pr-5020.exp, gdme.ch (module PR_5020):
8366 New test, for PR-5020.
8367
8368 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
8369
8370 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
8371 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
8372
8373 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
8374
8375 * Makefile.in: Fix bit-rot in definitions of CHILL,
8376 CHILL_FOR_TARGET and Chill_LIB.
8377 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
8378 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
8379 CHILL, and CHILL_LIB.
8380
8381 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
8382
8383 * Revert the previous changes. Please see Rob's directory
8384 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
8385
8386 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
8387
8388 * Makefile.in, configure.in, config/mips-gdb.exp,
8389 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
8390 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
8391 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
8392 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
8393 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
8394 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
8395 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
8396 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
8397 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
8398 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
8399 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
8400 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
8401 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
8402 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
8403 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
8404 changes from 94Q1.
8405
8406 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
8407
8408 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
8409 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
8410 Rob's new testing fragments.
8411
8412 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
8413
8414 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
8415 lib/gdb.exp: Replace error proc calls with perror.
8416
8417 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8418
8419 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
8420 version also, match on casted version strings, and match on
8421 gdb startup case where the line numbers might be messed up.
8422
8423 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
8424
8425 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
8426 (CFLAGS): Delete it from here.
8427
8428 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
8429
8430 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
8431
8432 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
8433
8434 * Makefile.in (RUNTEST): Default to just "runtest".
8435
8436 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8437
8438 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
8439 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
8440 the code has been restructured.
8441
8442 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8443
8444 * gdb.t00/default.exp (set write): Allow any number of \r and/or
8445 \n, not just one of each.
8446
8447 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
8448 /bin/cc gives a warning if you do.
8449
8450 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
8451
8452 * gdb.t24/demangle.exp: change expect pattern of
8453 __t10ListS_link1ZUiRCUiPT0
8454
8455 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8456
8457 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
8458 on local variables in recursive functions.
8459
8460 * gdb.t07/Makefile.in: Build the new test.
8461
8462 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8463
8464 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
8465 directly. Instead compare the return values from actual calls.
8466
8467 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
8468
8469 * Makefile.in (check): Set TCL_LIBRARY for runtest.
8470
8471 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8472
8473 * From Peter Schauer with minor modifications.
8474 * gdb.t15/return.exp (return_tests): Handle targets where "return"
8475 stops in mid-line in the caller. Add xfail for returning a float
8476 value on X86 targets.
8477
8478 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8479
8480 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
8481 to avoid expect lossage.
8482 (fmem_LRbug_tests): Likewise.
8483 * gdb.disasm/hppa.s: Corresponding changes.
8484
8485 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
8486 conditions to work with latest dejagnu/expect.
8487
8488 * gdb.t15/funcargs.exp (finish from indirect call): No longer
8489 expected to fail on the PA.
8490 (backtrace in call with trampolines): Explicitly require main
8491 to be frame #1 (no trampolines should show up in backtrace).
8492
8493 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
8494 "continue -expect".
8495 * gdb.t06/break.exp: Likewise.
8496 * gdb.t07/watchpoint.exp: Likewise.
8497 * gdb.t13/bitfields.exp: Likewise.
8498 * gdb.t15/{funcargs,return}.exp: Likewise.
8499 * gdb.stabs/weird.exp: Likewise.
8500 * config/{mips,udi}-gdb.exp: Likewise.
8501
8502 * hppa.sed: Enclose comments within a sed command to avoid
8503 losing with the old OSF1 sed.
8504
8505 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8506
8507 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
8508 sequent dynix.
8509 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
8510 * gdb.t15/funcargs.exp: Conditionally step again to really
8511 finish from marker_call_with_trampolines. Handle the case where
8512 the first step from within call_with_trampolines already steps
8513 us back to main.
8514 * gdb.t15/gdbme.c: Add comment to closing brace of
8515 call_with_trampolines for funcargs.exp.
8516
8517 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8518
8519 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
8520 Fix typo(s).
8521
8522 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8523
8524 * gdb.t07/gdbme.c: More code for watchpoint testing.
8525
8526 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
8527 "Hardware watchpoint" throughout file.
8528 (test_watchpoint_triggered_in_syscall): New test.
8529 (test_complex_watchpoint): New test.
8530
8531 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8532
8533 * gdbme.c (call_with_trampolines): New function to try and step
8534 into. Tests trampoline problems on the PA.
8535
8536 * funcargs.exp (localvars_in_indirect_call): No longer expect
8537 stepping into indirect call to fail on PAs.
8538 (test_stepping_over_trampolines): New test.
8539
8540 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8541
8542 * TODO: Add suggestions for static member function tests, and
8543 completion tests.
8544
8545 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8546
8547 * TODO: Add suggestions for "p/a" tests.
8548
8549 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
8550 (default_gdb_exit): Replace all the hair with sending "quit" to
8551 the process with a simple close.
8552
8553 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8554
8555 * TODO: Add suggestions for shared library tests.
8556
8557 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8558
8559 * TODO: Add suggestions for x/s tests.
8560
8561 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8562
8563 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
8564 "enable once", and "enable breakpoints once" with ".*".
8565
8566 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8567
8568 * TODO: Add suggestions about structure passing tests.
8569
8570 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8571
8572 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
8573 the primary1 test, use work around if __GNUC__ < 2.
8574 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
8575 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
8576 Test for bad output rather than waiting for timeout. Issue
8577 second continue only if first continue failed.
8578
8579 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8580
8581 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
8582 operator[] test with gdb_test because the old code didn't seem to
8583 be getting the quoting right with the new dejagnu.
8584
8585 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
8586
8587 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
8588 one from the path.
8589 * Makefile.in: Use a fresh expect if there is one, use runtest
8590 from the src tree if there is one.
8591
8592 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8593
8594 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
8595 next over recursive call. Revise the tests from that point on
8596 (which had been skipped) to match GDB's actual (correct) output.
8597
8598 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
8599 with next over a breakpoint whose condition is false.
8600
8601 * gdb.t00/help.exp: Comment out "help set print" tests just like
8602 (and for same reason as) "help set" test.
8603
8604 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8605
8606 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
8607 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
8608
8609 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8610
8611 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
8612 necessary gdb_target_udi.
8613
8614 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
8615
8616 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
8617 1838 and 2417; they are fixed.
8618
8619 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
8620 gdb.t03/ptype.exp (ptype structure, ptype union):
8621 Remove xfails; the test is looser than when the xfails were added.
8622
8623 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
8624 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
8625
8626 * gdb.t01/run.exp: Only run shell test if isnative.
8627
8628 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
8629 since "run" automatically loads if necessary. Call gdb_target_udi
8630 after the "file" since "file" kills any execution target.
8631
8632 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
8633 GDB. GDB doesn't work that way (not anymore at least) on UDI.
8634 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
8635 argument for UDI.
8636
8637 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8638
8639 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
8640
8641 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
8642
8643 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8644
8645 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
8646 properly quoting regexps. This makes the second argument to
8647 demangle a fixed string, which matches the callers, instead of a
8648 shell-style pattern which is what the previous implementation
8649 used. Update some of the callers.
8650
8651 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8652
8653 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
8654 (comib_nullified_tests): Fix typo.
8655 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
8656 strings. No longer expected to fail.
8657
8658 * gdb.disasm/hppa.s (addib_tests): Fix typo.
8659 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
8660 strings. No longer expected to fail.
8661
8662 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
8663 string. No longer expected to fail.
8664
8665 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8666
8667 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
8668 No longer expected to fail.
8669
8670 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
8671 string. No longer expected to fail.
8672
8673 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8674
8675 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
8676 only in the names (I probably got most of them). I was even
8677 generous with some which differed in underscores in names, and
8678 probably missed a few, and I *still* was able to remove almost a
8679 third of the file with almost no impact on testsuite coverage.
8680
8681 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8682
8683 * gdb.t00/default.exp: Match udi_attach error message as well as
8684 the one from child_attach.
8685
8686 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
8687
8688 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
8689
8690 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8691 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8692
8693 * Move test with enums and partial symbols back to
8694 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8695 Reverts the change of 26 May 93. Per today's change to
8696 stabs.texinfo, the behavior that weird.exp was expecting was
8697 unreasonable; what is important is that the compiler+gdb get
8698 things right, which happens with a recent gcc. Also fix the test
8699 to deal with native compilers which put out the stab gdb can't
8700 deal with.
8701
8702 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8703
8704 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
8705 in the names. The main thing these accomplish is to slow things down.
8706 Many more such duplicates surely remain.
8707
8708 * gdb.t00/help.exp: Comment out "help support" test just like
8709 (and for same reason as) "help set" test.
8710
8711 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
8712
8713 * gdb.t06/break.exp: Remove setup_xfails for
8714 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
8715 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
8716 about known bug in gcc to include up through 2.5.8.
8717 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
8718 well as "_vb$".
8719 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
8720 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
8721 with latest gcc and gdb.
8722 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
8723 well as "_vb$".
8724
8725 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8726
8727 * configure.in (hppa*-*-*): Also configure and build stabs-only
8728 tests.
8729
8730 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8731
8732 * gdb.t10/hppa.mt: A makefile fragment for the PA.
8733 * gdb.t10/configure.in (hppa*-*-*): Use it.
8734
8735 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8736
8737 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
8738
8739 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8740
8741 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
8742 versions prior to 1.13.5.
8743
8744 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8745
8746 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
8747 the prompt is at the start of a line.
8748
8749 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8750
8751 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
8752 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
8753 in the copr tests now.
8754 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
8755 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
8756 expected to fail.
8757
8758 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
8759
8760 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
8761 gdb.t31/chillvars.exp, lib/gdb.exp:
8762 Tweak to run under either version of expect.
8763 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
8764 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
8765 * gdb.t11/list.exp: Remove extraneous whitespace.
8766
8767 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8768
8769 * gdb.t16/printcmds.exp (test_print_strings): Accept
8770 "(unsigned char *) " before the string.
8771
8772 * TODO: Add notes about printing of fancy types and GDB expressions.
8773
8774 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
8775
8776 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
8777 * gdb.t06/configure.in: Don't try to compile signals test program
8778 if doing mips-idt-ecoff.
8779
8780 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
8781
8782 * Most .exp files: Tweak to run under either version of expect.
8783
8784 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8785
8786 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
8787 xfails; I'm not sure why they are failing, but not because of PR 1806.
8788
8789 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
8790
8791 * config/unix-gdb.exp: Remove gdb_unload cause it's already
8792 defined in lib/gdb.exp.
8793
8794 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8795
8796 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
8797 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
8798 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
8799 have to be typeless.
8800
8801 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8802
8803 * TODO: Add suggestion for copyright year test.
8804
8805 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
8806
8807 * configure.in (*-*-lynxos*): Add stabs tests.
8808
8809 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8810
8811 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
8812 so insert a tab before any assembler directive in column zero.
8813
8814 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
8815 stores.
8816 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
8817 stores.
8818 (fpu_short_memory_tests): Likewise.
8819
8820 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8821
8822 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
8823 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
8824 .stabs directives in comments.
8825
8826 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8827
8828 * TODO: New file, describing tests we could write.
8829 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
8830
8831 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8832
8833 * gdb.t06/signals.exp: Add kludge to force re-sync.
8834
8835 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
8836 to xgdb instead of gdb, get out of gdb.
8837
8838 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
8839
8840 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
8841 for info.
8842
8843 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8844
8845 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
8846 * gdb.stabs/configure.in (hppa*-*-*): Use it.
8847 * gdb.stabs/hppa.sed: New sed script for the PA.
8848
8849 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8850
8851 * gdb.stabs: Re-write weird.def and configuration to use sed
8852 instead of cpp. sed is portable and POSIX; cpp is neither.
8853
8854 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8855
8856 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
8857
8858 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8859
8860 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
8861
8862 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8863
8864 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
8865 "_vb$".
8866 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
8867 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
8868
8869 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8870
8871 * lib/gdb.exp: Comment out code which depends on non-existent
8872 `transform' procedure.
8873
8874 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
8875
8876 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
8877 * lib/gdb.exp: Transform tool name.
8878 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
8879 1.1's new error handling system.
8880
8881 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8882
8883 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
8884
8885 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8886
8887 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
8888 They made pattern matching so slow that timeouts happened on
8889 heavily loaded systems. Now any output from "show print" which
8890 gets us back to the GDB prompt is a PASS.
8891
8892 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
8893
8894 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
8895
8896 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8897
8898 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
8899
8900 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
8901 It is not from PR 3220.
8902
8903 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8904
8905 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
8906 just started failing because they depended on the order the
8907 subcommands are presented, or exact docstring text. This kind of
8908 test is a pain and has minimal benefit.
8909
8910 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8911
8912 * gdb.t09/corefile.exp: At end of test, use "core" command with
8913 no arguments.
8914
8915 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
8916
8917 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
8918 17}/Makefile.in: Make it possible to run the testsuite with Sun
8919 make and CC = cross gcc by adding explicit build rules for .o
8920 files.
8921
8922 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8923
8924 * gdb.t15/funcargs.exp: Don't put comments on same line as
8925 setup_xfail (@#$*%& tcl braindamage!).
8926
8927 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8928
8929 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
8930
8931 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
8932
8933 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
8934 * gdb.t20/inherit.exp: remove three dumplicate entries.
8935
8936 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8937
8938 * gdb.t06/break.exp: For "next over recursive call", fail on any
8939 incorrect output, not just on "factorial (value=2)".
8940
8941 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8942
8943 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
8944 working now. Add an xfail if accesing a bss variable causes
8945 a memory error if the target is not yet run.
8946
8947 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8948
8949 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
8950 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
8951 name of __st* demangling (2 strings). Did Kung really get the
8952 more than 95 others right without testing them?
8953
8954 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
8955
8956 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
8957
8958 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
8959
8960 * configure.in (configdirs): Add gdb.disasm
8961 * gdb.disasm: New directory for GDB disassembler tests.
8962 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
8963
8964 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8965
8966 * gdb.t00/help.exp: Don't test "help set".
8967
8968 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
8969 from within expect statements. None of these happen anymore and
8970 they cause regressions to be silently unnoticed.
8971
8972 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
8973 messages) about known failures with gcc cygnus-2.4.5-930417.
8974
8975 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
8976 comp-info.exp so it gets built if it doesn't exist.
8977
8978 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
8979 it is no longer used.
8980 * gdb.t13/comp-info.c: Removed.
8981
8982 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8983
8984 * gdb.t06/signals.exp: Add xfail for sun3.
8985
8986 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8987
8988 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
8989 relevant because ^C doesn't get sent but failure can be reproduced
8990 interactively).
8991
8992 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8993
8994 * gdb.stabs/alpha.mt: New configuration file for alpha.
8995 * gdb.stabs/configure.in: Use it.
8996 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
8997 sharing with alpha.mt, redefine long to word via preprocessor.
8998 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
8999 for alpha.
9000 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
9001 native cc.
9002 * gdb.t00/teststrategy.exp: Change expect string so that we
9003 consume the `(xgdb)' from the command echo and from the gdb prompt.
9004 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
9005 gdb currently compares all values as long, so this failure probably
9006 applies to any configuration where LONGEST is bigger than a target int.
9007 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
9008 with gcc.
9009 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
9010 to handle opaque pointers, gcc is.
9011 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
9012 as first argument. Include <sys/types.h> and change all operator
9013 new definitions to use size_t.
9014 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
9015 now that we use size_t.
9016
9017 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9018
9019 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
9020 a long or float array cast all array members to the same type.
9021 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
9022 with 64 bit longs.
9023 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
9024 on alpha.
9025 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
9026
9027 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9028
9029 * gdb.t24 (demangle.exp): Constructors of templates have names like
9030 vector<int>::vector(int) not vector<int>::vector<int>(int). See
9031 section 14.6 of the ARM.
9032
9033 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
9034 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
9035 accomplish little and slow down the testsuite.
9036
9037 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
9038 Accept spaces various places.
9039
9040 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9041
9042 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
9043 with watchpoint enabled.
9044
9045 * Makefile.in: Remove definition of CC and remove the second
9046 definition of CXX (the "CXX = gcc" one remains). These definitions
9047 were causing backquotes to be expanded within backquotes, which
9048 doesn't work.
9049
9050 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
9051
9052 * gdb.t17/callfuncs.exp: Add "return 0" to end.
9053
9054 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9055
9056 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
9057 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
9058 by mips cc and contains no stabs entries.
9059
9060 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
9061
9062 * config/vx-gdb.exp: Use fake device to load files rather than
9063 NFS.
9064 * lib/gdb.exp: New proc to do "file" command.
9065 * config/unix-gdb.exp: Use new "file" proc.
9066
9067 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
9068
9069 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
9070 Rework board rebooting slightly.
9071 (gdb_exit): Don't exit from the remote shell; there isn't one.
9072 * gdb.stabs/weird.exp: If a program is being debugged already,
9073 kill it.
9074 * gdb.t04/setvar.exp: Stop and restart gdb.
9075 * gdb.t05/expr.exp: Likewise.
9076 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
9077 restart gdb and reload the program.
9078 * gdb.t08/opaque.exp: Likewise.
9079 * gdb.t12/scope.exp: Likewise.
9080 * gdb.t13/bitfields.exp: Likewise.
9081 * gdb.t15/funcargs.exp: Likewise.
9082 * gdb.t20/classes.exp: Likewise.
9083 * gdb.t03/ptype.exp: Increase timeout.
9084 * gdb.t16/printcmds.exp (test_print_string_constants,
9085 test_print_array_constants): Likewise.
9086 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
9087 * gdb.t20/classes.exp (do_tests): Likewise.
9088 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
9089
9090 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
9091
9092 * gdb.stabs: Renamed *wierd* to *weird*.
9093
9094 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9095
9096 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
9097 for timeout. Add "known gcc 2.4.5 bug" to failure message.
9098
9099 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
9100
9101 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
9102 (do_tests): Remove xfail for whatis on one_var and two_var.
9103
9104 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
9105
9106 * Makefile.in: Made cross building work better by adding
9107 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
9108
9109 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9110
9111 * gdb.t15/{return.c,return.exp,Makefile.in}:
9112 New test, currently commented out.
9113
9114 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
9115
9116 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
9117 still running and removes the leftover named socket so GDb can do
9118 clean restarts.
9119
9120 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
9121
9122 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
9123 console, not GDB.
9124 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
9125 cross testing works better with "make check"
9126 * config/unix-gdb: Use default procedures for exit and version.
9127 * config/vx-gdb.exp: Cleaned up and massaged back to working order
9128 with the newest VxWorks.
9129
9130 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9131
9132 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
9133 old form.
9134
9135 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
9136 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
9137
9138 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
9139
9140 * config/unix-gdb.exp: Remove this version of gdb_exit
9141 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
9142 Rob says he'll look at it when he gets back to testing boards.
9143
9144 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
9145
9146 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
9147 an expected fail for certain ptype commands.
9148
9149 * gdb.t20/classes.exp: Update expected results of "ptype class
9150 Base1" to account for the constructor that now appears in the type.
9151
9152 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
9153
9154 * configure.in (configdirs): Restore gdb.t04, which mysteriously
9155 disappeared from list.
9156 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
9157 "alldone" proc with call to cleanup and exit.
9158 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
9159 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
9160 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
9161 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
9162 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
9163 "alldone" proc with simple returns that suppress remaining
9164 tests. The alldone proc went away many months ago.
9165
9166 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9167
9168 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
9169
9170 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
9171
9172 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9173
9174 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
9175 as vax gdb will display them.
9176
9177 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9178
9179 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
9180 optimizers.
9181
9182 * scope.exp: Change "bad value for localval" messages so each one
9183 is unique.
9184
9185 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
9186 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
9187
9188 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
9189
9190 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9191
9192 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
9193 doesn't exist (due to optimization).
9194
9195 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9196
9197 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
9198 contains \r because the filename is long.
9199
9200 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
9201 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
9202
9203 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9204
9205 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
9206 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
9207 Ultrix.
9208 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
9209 int tests.
9210 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
9211
9212 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
9213
9214 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
9215
9216 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
9217 to match does not match the passing case but still matches the
9218 failing case.
9219
9220 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9221
9222 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
9223
9224 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
9225
9226 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
9227 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
9228 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
9229 Remove various versions of gdb_exit.
9230 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
9231 gdb_exit.
9232 * config/unix-gdb.exp: gdb_exit remains here, and should override
9233 the generic version, since it's doing a lot of wierd stuff that
9234 the other versions aren't. FIXME, fold it in, or abandon this
9235 version.
9236
9237 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9238
9239 * gdb.t24/demangle.exp: Add tests for PR 3220.
9240
9241 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9242
9243 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
9244
9245 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
9246
9247 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
9248 "i386-*-*". Works for i486 as well.
9249
9250 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
9251 bug, and expand domain of xfail to all SVR4 systems, since the
9252 actual problem is likely to be in generic SVR4 /proc support.
9253
9254 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9255
9256 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
9257
9258 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
9259
9260 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
9261 xfails for other systems. Match a missing 'Continuing.' as an
9262 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
9263
9264 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
9265 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
9266 Only issue warning for missing executables if -all option is used.
9267
9268 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
9269 file if -all option is used. It's like an unpredictable XFAIL.
9270
9271 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9272
9273 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
9274 for dynamically linked binaries.
9275
9276 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
9277
9278 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9279
9280 * gdb.t20/inherit.exp: Change message for "print tagless struct"
9281 to state that this is a known bug in old versions of g++.
9282
9283 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9284
9285 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
9286 while waiting for `Continuing'.
9287
9288 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
9289
9290 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
9291 in text, data, and bss.
9292 * gdb.t10/nodebug.c: Add local and global test variables for
9293 initialized and uninitialized data.
9294
9295 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9296
9297 * config/unix-gdb.exp (gdb_exit): Add "wait".
9298
9299 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9300
9301 * gdb.t06/signals.exp: xfail the continue from the handler for all
9302 targets.
9303
9304 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
9305 function with watchpoints enabled, the i386 call dummy starts with
9306 a call.
9307
9308 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
9309 386 bsd names its corefiles.
9310
9311 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
9312
9313 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
9314 compilers don't grok it.
9315 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
9316 with small octal ints rather than character constants, which
9317 are signed and might not fit if first promoted to int.
9318
9319 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
9320
9321 * gdb.t09/Makefile.in (clean): Remove corefile.
9322
9323 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9324
9325 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
9326
9327 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9328 and Jim Kingdon (kingdon@cygnus.com)
9329
9330 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
9331 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
9332 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
9333
9334 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9335
9336 * gdb.t17/interrupt.exp: Add xfail for hppa.
9337
9338 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9339
9340 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
9341 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
9342 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
9343 to determine signed-ness of bitfields and use the result to setup
9344 the xfail.
9345 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
9346 * gdb.t15/funcargs.exp: Use them to step until the second indirect
9347 call line is reached if necessary.
9348
9349 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9350
9351 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
9352
9353 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9354
9355 * gdb.t06/break.exp: Also test `clear' command.
9356
9357 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9358
9359 * gdb.t00/teststrategy.exp: Remove extra quote.
9360
9361 * gdb.t07/watchpoint.exp: Change xfail for calling function with
9362 watchpoint enabled to be for all non-68k machines.
9363
9364 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
9365
9366 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9367
9368 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
9369 targets use aout.mt instead of ecoff.mt as gas understands
9370 standard aout format.
9371
9372 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9373
9374 * lib/gdb.exp (runto): Don't insist that function we are running to
9375 was compiled with -g.
9376
9377 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
9378
9379 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
9380 to get back into the read system call.
9381 Accept leading newline in case where we woke it up.
9382
9383 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9384
9385 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
9386 to make the stabs test work on ecoff systems using gcc and -with-stabs.
9387 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
9388 enable ecoff configuration.
9389
9390 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9391
9392 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
9393
9394 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9395
9396 * gdb.t16/printcmds.exp: Add another printf test.
9397
9398 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
9399
9400 * configure.in: If configured -with-stabs on any target, add
9401 stabsdirs to configdirs.
9402
9403 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9404
9405 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
9406 fun" so pattern does not match the command itself.
9407
9408 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9409
9410 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
9411
9412 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9413
9414 * gdb.t17/interrupt.exp: Test for more things.
9415
9416 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9417
9418 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
9419 compiler arranges the code and line numbers.
9420
9421 * gdb.t17/interrupt.exp: Don't send \n after ^C.
9422
9423 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9424
9425 * gdb.t00/help.exp: Increase expect input buffer size.
9426
9427 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9428
9429 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
9430
9431 * gdb.t07/watchpoint.exp: Add xfail for hppa.
9432
9433 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
9434
9435 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
9436 [0-9]*, not just [0-9].
9437
9438 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9439
9440 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
9441
9442 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
9443
9444 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9445
9446 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
9447
9448 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9449
9450 * gdb.t06/signals.c: Add xfails for sun3.
9451
9452 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
9453
9454 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
9455 test_stepping tests.
9456
9457 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9458
9459 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9460
9461 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
9462
9463 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
9464 rather than actually putting it through cpp twice.
9465
9466 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
9467
9468 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
9469
9470 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
9471 no longer needed.
9472
9473 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9474
9475 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
9476
9477 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
9478 C++ features prints as "struct", make it a pass, not an xfail.
9479
9480 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9481
9482 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
9483 Don't require VA to print as "class" rather than "struct".
9484
9485 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
9486
9487 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
9488
9489 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9490
9491 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
9492
9493 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9494
9495 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
9496 order.
9497
9498 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9499
9500 * gdb.t16/printcmds.exp: Add printf tests.
9501
9502 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
9503
9504 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
9505
9506 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
9507
9508 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
9509 pass counts, to counteract any existing or future setup_xfails.
9510
9511 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9512
9513 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
9514 {BEGIN,END}_COMMON for common block instead of STAB.
9515 * gdb.stabs/wierd.exp: Add xfail for rs6000.
9516
9517 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
9518 intp_var should be N_GSYM not N_LSYM.
9519 wierd-aout.S: Use a label for the value of the N_SO.
9520 wierd.def: Remove all backslashes.
9521 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
9522
9523 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9524
9525 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
9526 get the expected next to inheritance3.
9527
9528 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9529
9530 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
9531 now that gcc-2.4 gets it right.
9532
9533 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9534
9535 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
9536
9537 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
9538 generating comp-info.exp which works for cross-compilation.
9539
9540 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
9541
9542 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
9543 "*-*-sysv4.*".
9544
9545 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
9546
9547 * gdb.t01/run.exp: Start with a fresh gdb.
9548 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
9549 SVR4.x.
9550
9551 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
9552
9553 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
9554 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
9555 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
9556 Makefile.in (distclean, realclean): Remove gdbme.c from list of
9557 things to remove.
9558
9559 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
9560
9561 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
9562 test cases from bug reports.
9563
9564 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
9565
9566 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
9567 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
9568 avoid spurious xfails.
9569 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
9570 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
9571 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
9572
9573 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
9574
9575 * gdb.t00/teststrategy.exp: Rework to provide more useful
9576 description of each test, fix problem with systems that define
9577 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
9578 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
9579 results for "next over recursive call" so timeouts aren't taken
9580 by error.
9581
9582 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
9583
9584 * gdb.t12/scope.exp: Test printing of variables before run.
9585
9586 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
9587 printed in wrong order due to sorting.
9588
9589 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
9590
9591 * gdb.t00/teststrategy.exp: Fix expected results for printing
9592 user entered string constant. Is array of char, prints with no
9593 address.
9594
9595 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
9596 commands.
9597 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
9598 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
9599 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
9600 of struct of char arrays.
9601 * gdb.t00/radix.exp: New tests for radix commands.
9602
9603 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
9604
9605 * gdb.t16/printcmd.exp: Print a variable before running program
9606 (with xfail for AIX).
9607
9608 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
9609
9610 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
9611
9612 * gdb.t16/printcmd.exp: Don't print variables before running program.
9613
9614 * gdb.t06/break.exp: Don't require envp argument to main.
9615
9616 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
9617
9618 * gdb.t02/whatis.exp, gdb.t11/list.exp:
9619 Add xfails for rs6000.
9620
9621 * gdb.t02/whatis.exp: Change other tests not to re-test something
9622 we already tested.
9623
9624 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
9625 each type used has a variable of that type.
9626
9627 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
9628
9629 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
9630
9631 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9632
9633 * configure.in: change srctrigger to be a file, not a directory
9634
9635 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
9636
9637 * configure.in (mips-idt-ecoff*): Added trailing '*'.
9638
9639 * gdb.t11/list.exp: Fixed a couple of typos.
9640
9641 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
9642
9643 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
9644 is fixed and PR is closed.
9645 * gdb.t16 (gdbme.c): Add simple test string variable.
9646 * gdb.t16 (printcmds.exp): Add tests with simple test string
9647 variable, primarily for boundaries on "set print elements".
9648
9649 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
9650
9651 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
9652 Make leading 0's optional and don't expect a tab in the middle
9653 of the number.
9654
9655 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
9656
9657 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
9658 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
9659 don't end command passed to gdb_test with newline.
9660
9661 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
9662 signed keyword away, don't expect signed bitfields to be signed.
9663
9664 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
9665 printing with only as many 1's as are in the field as well as printing
9666 with 32 1's (see comment).
9667
9668 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
9669
9670 * gdb.t00/default.exp: Start with a fresh gdb.
9671 * configure.in (configdirs): Remove gdb.t31 until the chill
9672 compiler works again. It no longer is able to find chillrt0
9673 since it isn't in libchill.a anymore.
9674 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
9675 wierd.o, make more modular.
9676 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
9677 spurious newlines that caused problems.
9678
9679 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9680
9681 * Move test with enums and partial symbols from gdb.t03/ptype.exp
9682 to gdb.stabs/wierd.exp since GCC has worked around the bug.
9683 gdb.stabs/wierd.{exp,def}: Many new tests.
9684
9685 * gdb.t00/default.exp: update info line for new message.
9686
9687 * gdb.t02/{whatis.exp,gdbme.c}:
9688 Test that "char *" doesn't print as "caddr_t".
9689
9690 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9691
9692 * gdb.t00/help.exp: Use .* in place of some help messages which
9693 just changed.
9694 gdb.t00/default.exp: Update "info frame" test for new message.
9695 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9696 Remove some xfails
9697
9698 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9699
9700 * gdb.t03/{gdbme.c,ptype.exp}:
9701 Add tests for typedef'd struct and union without tags.
9702 Also check "whatis" on a variable of a typedef'd enum without a tag.
9703
9704 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
9705 PRMS 1823; the bug still exists but isn't reproduced by this test
9706 anymore), and remove rs6000 XFAIL (the bug is fixed).
9707
9708 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
9709 duplicated from whatis.exp. For those that are left, accept
9710 "long", "long int", or "int" for long variables (whatis.exp already
9711 has an XFAIL for "int", so no need to fail it here).
9712
9713 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
9714 Deal with GCC's names for types now that GDB uses the compiler's names.
9715
9716 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
9717 setup_xfail's for sunos4. If we #defined the signed keyword away,
9718 don't expect GDB to know that char it is signed.
9719
9720 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
9721
9722 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
9723
9724 * configure.in (configdirs): Add gdb.t24 for C++ tests that
9725 should work on any system, regardless of debugging format.
9726 * gdb.t21/demangle.exp: Move to gdb.t24.
9727 * gdb.t24/demangle.exp: Move from gdb.t21.
9728 * gdb.t24/{Makefile.in, configure.in}: New files.
9729
9730 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9731
9732 * configure.in: Do gdb.stabs and C++ tests only for stabs.
9733 * gdb.stabs: New directory.
9734
9735 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9736
9737 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
9738 not just "Quit anyway?".
9739
9740 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
9741
9742 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
9743 that all setup_xfails are immediately followed by clear_xfails.
9744
9745 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
9746
9747 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
9748 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
9749 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
9750 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
9751 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
9752 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9753 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9754 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
9755 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
9756 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
9757 gdb.t31/chillvars.exp, lib/gdb.exp:
9758 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
9759 bug-gdb@prep.ai.mit.edu.
9760
9761 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
9762
9763 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
9764 with 0.0, not integer 0.
9765
9766 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
9767
9768 * gdb.t06/break.exp: Update for "Kill the program" message change.
9769
9770 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
9771
9772 * Makefile.in (GDBFLAGS): Set to -nx.
9773 * Makefile.in (site.exp): Use GDBFLAGS.
9774
9775 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9776
9777 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
9778 Makefiles.
9779 (check): depend on just-check.
9780 (just-check): added so that tests can be run without a noop
9781 build pass.
9782
9783 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9784
9785 Switch to using configure's configdirs.
9786 * Makefile.in (Makefile): add configure.in dependency.
9787 (SUBDIRS): removed redundant assignment.
9788 * configure.in: switch subdirs assignment to configdirs.
9789 * gdb.t*/configure.in: new files.
9790
9791 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
9792
9793 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
9794 works.
9795
9796 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
9797
9798 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
9799 in explicit rules. Apparently this is not supported by some makes.
9800
9801 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
9802
9803 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
9804
9805 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9806
9807 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
9808 disappeared.
9809
9810 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9811
9812 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
9813
9814 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
9815
9816 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
9817 watchpoint problem that is now fixed.
9818 * gdb.t30/chexp.exp: Remove setup_xfail for printing
9819 uninitialized convenience variables.
9820 * gdb.t31/chillvars.exp: Fix expected patterns for printing
9821 structures.
9822
9823 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9824
9825 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
9826 which causes expect to get out of sync with gdb on long output
9827 from help set.
9828 * gdb.t09/corefile.exp: Make expected pattern for core file
9829 failing signal and frame output format less sun specific.
9830
9831 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
9832
9833 * gdb.t31/chillvars.exp: Add and remove initial dummy
9834 breakpoint, so that symbol table is forced in.
9835 (Needed at least on Sunos4, though it seems not SVR4.)
9836 * gdb.t31/chillvars.exp: Update for changed output format.
9837
9838 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
9839
9840 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
9841
9842 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
9843
9844 * Makefile.in: Added --srcdir when invoking runtest, removed the
9845 need for a local config file. (optional now)
9846
9847 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
9848
9849 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
9850 failure count used to force early termination. Add some more
9851 expected failures for gnu style demangling.
9852
9853 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9854
9855 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
9856 pmi variable from gdb.t20/gdbme to get optimized away.
9857 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
9858 Check for written corefile upon timeout _and_ eof.
9859
9860 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9861
9862 * config/unix-gdb.exp: Add missing return 0.
9863
9864 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9865
9866 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
9867 test termination.
9868
9869 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
9870
9871 * configure.in (subdirs): Put back gdb.t17 which mysteriously
9872 disappeared.
9873
9874 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
9875
9876 * gdb.t10/crossload.exp: Disable the i860-elf test until such
9877 time as i860 support works.
9878
9879 * gdb.t15/funcargs.exp: Fix expected outputs to include
9880 "backtrace 100\r" rather than just "backtrace\r", to match last
9881 change.
9882
9883 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
9884
9885 * config/udi-gdb.exp (gdb_exit): Remove close command.
9886 (gdb_target_udi): New procedure to set the UDI target.
9887 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
9888 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
9889 Added waits for prompts after several question responses. Added
9890 some more responses used by a29k-amd-udi-gdb.
9891 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
9892 pass different arguments, restart UDI connection after program
9893 completion.
9894 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
9895 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9896 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
9897 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
9898 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
9899 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
9900 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9901 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
9902 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
9903 after program completion.
9904 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
9905 compiled with a SELECT_VECS setting.
9906 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
9907 infinite recursion.
9908
9909 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
9910 Added checks for COFF results, and made them expected failures for
9911 all targets. It would be better to make them expected failures
9912 for COFF targets only.
9913
9914 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9915
9916 * Makefile.in: add null dvi target, don't bother to recurse
9917 through test directories for info and install-info; rename
9918 $(datadir) to be dejagnu instead of deja-gnu
9919
9920 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
9921
9922 * gdb.t31/gdbme.ch: Re-enable code that previously caused
9923 compiler to coredump.
9924 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
9925 code.
9926
9927 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
9928
9929 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
9930 coredump.
9931 * gdb.t31/chillvars.exp: Comment out tests that depend on that
9932 code.
9933
9934 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
9935
9936 * gdb.t03/ptype.exp: tests for return code from gdb_test.
9937 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
9938 which in a shell. Deletes xgdb when done.
9939 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
9940 Tests the return from the "set height" or "set width" commands.
9941 Added a few return codes where needed.
9942
9943 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
9944
9945 * Makefile.in (SUBDIRS): Add gdb.t17.
9946 * configure.in (subdirs): Add gdb.t17.
9947 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
9948 files to test gdb's calling of functions in the inferior with
9949 the correct arguments and gdb's ability to retrieve any
9950 result returned.
9951
9952 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
9953
9954 * config/unix-gdb.exp (gdb_exit): Remove close commands that
9955 may be called after gdb goes away. Previous versions of expect
9956 needed these to avoid file descriptor leaks, but they cause
9957 errors with the current revision of expect.
9958 * gdb.t00/gdbvars.exp: Use -re on expected output after
9959 setting sevenbit-strings.
9960 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
9961 to set sevenbit-strings consistent across tests.
9962 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
9963 set sevenbit-strings consistent across tests.
9964
9965 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
9966
9967 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
9968 expected output to match current "expect" expectations.
9969
9970 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
9971
9972 * gdb.t00/default.exp: Change expected output for default "source"
9973 command, to match new gdb behavior which requires a filename to
9974 source.
9975
9976 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
9977
9978 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
9979 expected fail for i486-*-* that misses the marker2 function.
9980 * gdb.t10/crossload.exp (bfddefault): Allow successful
9981 recognition of a format to pass even if no symbols are found.
9982 Explicitly catch failures where the format is not recognized
9983 or is ambiguous, and add the reason to the fail message.
9984 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
9985 the cause is and invalid target and add reason to failure message.
9986 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
9987 elf32-i386, elf32-sparc, and elf32-i860.
9988 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
9989 Set up expected failure for 'filename'::variable scope resolution,
9990 which is now apparently broken on all targets.
9991 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
9992 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
9993 gdb.t23/templates.exp: Change failure for missing binfile into
9994 just a warning.
9995 gdb.t21/demangle.exp: Change all cfront references to 'arm'
9996 references.
9997
9998 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
9999
10000 * gdb.t00/default.exp: Add expected output for default "source"
10001 command, to match new gdb behavior.
10002 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
10003
10004 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
10005
10006 * config/*-gdb.exp: returns an error, rather than exiting on
10007 internal errors.
10008
10009 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
10010
10011 * gdb.t03/gdbme.c: Add pointer to struct variable.
10012 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
10013 referencing struct members.
10014
10015 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
10016
10017 * configure.in (mips-idt-ecoff): New target.
10018 * config/mips-gdb.exp: New file for remote board using MIPS remote
10019 debugging protocol.
10020
10021 * Redid configuration scheme. Removed gdb.t*/configure.in.
10022 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
10023 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
10024 distclean targets. Built executables via .o files. Adjusted
10025 tests to account for source files in $(srcdir) rather than
10026 $(objdir).
10027 * lib/gdb.exp (runto): Don't expect () after the function name,
10028 because it may have arguments.
10029
10030 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
10031
10032 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
10033 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
10034 expected failures for mips-idt-* and mips-sgi-*.
10035 * gdb.t00/default.exp (attach): Kill process if requested.
10036 * gdb.t00/help.exp (help target core, help target): Accept a gdb
10037 that does not read core files.
10038 * gdb.t01/run.exp: Removed checks for exit status code.
10039 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
10040 it is linked in.
10041 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
10042 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
10043 appropriate, rather than doing it by hand.
10044 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
10045 execution.
10046 * gdb.t10/crossload.exp: Kill existing program if needed.
10047 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
10048 appropriate, rather than doing it by hand. Always increase
10049 timeout for this test, not just for VxWorks.
10050
10051 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
10052
10053 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
10054 of Chill STRUCT types and STRUCT values.
10055 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
10056 than "char".
10057 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
10058 struct2): New struct definitions and initializations to test
10059 simple Chill STRUCT types.
10060
10061 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
10062
10063 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
10064 the null byte at the end of strings.
10065 * gdb.t00/default.exp: Make show version insensitive to copyright
10066 date.
10067 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
10068 to avoid dependencies on target char signedness.
10069 * gdb.t16/printcmds.exp: Update expected results for explicitly
10070 unsigned char.
10071 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
10072 now work.
10073 * gdb.t21/demangle.exp: Add many more patterns for template
10074 demangling, most of them being expected failures.
10075 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
10076 string we are matching for, to match on the whole string.
10077 * gdb.t21/demangle.exp: Add many new test strings to demangle,
10078 and fix a whole bunch that had incorrect expected output but were
10079 passing anyway because of the bug in "proc demangle".
10080 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
10081 type.
10082 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
10083
10084 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
10085
10086 * gdb/testsuite: made modifications to testcases, etc., to allow
10087 them to work properly given the reorganization of deja-gnu and the
10088 relocation of the testcases from deja-gnu to a "tool" subdirectory.
10089
10090 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
10091
10092 * gdb/testsuite: Initial creation of gdb/testsuite.
10093 Migrated dejagnu testcases and support files for testing nm to
10094 gdb/testsuite from deja-gnu. These files were moved "as is"
10095 with no modifications. This migration is part of a major overhaul
10096 of dejagnu. The modifications to these testcases, etc., which
10097 will allow them to work with the new version of dejagnu will be
10098 made in a future update.
10099 \f
10100 Local Variables:
10101 mode: indented-text
10102 left-margin: 8
10103 fill-column: 74
10104 version-control: never
10105 End:
This page took 0.248742 seconds and 4 git commands to generate.