* gdb.asm/asm-source.exp: Make sure the final link succeeds on
[platform/upstream/binutils.git] / gdb / testsuite / ChangeLog
1 2003-05-30  Mark Kettenis  <kettenis@gnu.org>
2
3         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
4         FreeBSD.
5
6 2003-05-29  Richard Henderson  <rth@redhat.com>
7
8         * gdb.asm/alpha.inc: New file.
9         * gdb.asm/asm-source.exp: Use it.
10
11 2003-05-29  Jim Blandy  <jimb@redhat.com>
12
13         * gdb.base/corefile.exp: Find corefiles on Linux, which names them
14         'core.PID'.
15
16 2003-05-22  Jim Blandy  <jimb@redhat.com>
17
18         * gdb.base/corefile.exp: Tolerate stuff after argument parens in
19         backtrace.
20         
21 2003-05-20  David Carlton  <carlton@math.stanford.edu>
22
23         * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
24         this time.
25
26 2003-05-19  David Carlton  <carlton@bactrian.org>
27
28         * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
29         * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
30
31 2003-05-19  David Carlton  <carlton@bactrian.org>
32
33         * gdb.c++/namespace.exp: Add namespace scope and anonymous
34         namespace tests.
35         Bump copyright date.
36         * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
37         (main): Call C::D::marker2.
38         * gdb.c++/namespace1.cc: New file.
39
40 2003-05-14  Jeff Johnston  <jjohnstn@redhat.com>
41
42         Roland McGrath  <roland@redhat.com>
43         * gdb.threads/linux-dp.exp: Account for fact that in nptl model 
44         there is no manager thread.
45
46 2003-05-08  Jeff Johnston  <jjohnstn@redhat.com>
47
48         * gdb.threads/schedlock.exp: Remove assumption that all threads 
49         will run in a particular small time slice.  Also ensure we break 
50         in one of the child threads rather than the main thread.
51
52 2003-05-07  Jim Blandy  <jimb@redhat.com>
53
54         Add support for assembly source testing on the s390x.
55         * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
56         architecture.
57         * gdb.asm/s390x.inc: New file.
58
59         * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
60         succession of 'if' statements.
61
62 2003-05-05  Andrew Cagney  <cagney@redhat.com>
63
64         * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
65
66 2003-05-05  Andrew Cagney  <cagney@redhat.com>
67
68         * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
69         DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
70
71 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
72
73         * gdb.base/charset.exp: Update based on new behavior of set/show
74         charset commands.
75
76 2003-05-01  Andrew Cagney  <cagney@redhat.com>
77
78         * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
79         variable do not give memory errors.
80
81 2003-04-30  Adam Fedor  <fedor@gnu.org>
82
83         * Makefile.in (ALL_SUBDIRS): Add gdb.objc
84         * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
85         * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
86         gdb.objc/basicclass.m: : New files
87
88         * lib/gdb.exp (gdb_compile_objc): New procedure.
89
90 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
91
92         * gdb.base/signals.exp: Make backtrace tests more specific.
93
94 2003-04-23  David Carlton  <carlton@bactrian.org>
95
96         * gdb.c++/maint.exp (test_first_component): Add tests for
97         'operator' in more locations.
98
99 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
100
101         * gdb.base/args.exp: Invoke gdb_load for simulator targets.
102
103 2003-04-16  Elena Zannoni  <ezannoni@redhat.com>
104
105         * gdb.base/completion.exp: Make 'info func mark' complete on 'info
106         func marke' instead. Update test name.
107
108 2003-04-15  David Carlton  <carlton@math.stanford.edu>
109
110         * gdb.c++/maint.exp: New file.
111
112 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
113
114         * gdb.threads/schedlock.c: Change type of thread function argument
115         to long, to avoid warnings on 64-bit platforms.
116
117 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
118
119         * gdb.base/attach.exp: Add new message from ptrace in case of
120         attaching to nonexistent process.
121         
122 2003-04-11  Jim Blandy  <jimb@redhat.com>
123
124         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
125         gdb.c++/userdef.cc: Place comments on the lines to which the
126         marker function might return.
127         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
128         gdb.c++/userdef.exp: Look for those comments to check that we've
129         returned to the right place, instead of checking line numbers.
130
131 2003-04-11  Elena Zannoni  <ezannoni@redhat.com>
132
133         * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
134         match on sourcefile name, instead of directory name.
135
136 2003-04-10  Elena Zannoni  <ezannoni@redhat.com>
137
138         * gdb.base/completion.exp: Use string_to_regexp to match the 
139         working directory name.
140
141 2003-04-09  Jim Blandy  <jimb@redhat.com>
142
143         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
144         gdb.c++/userdef.exp: If GDB fails to restore the selected frame
145         after an inferior function call, report the failure, but allow the
146         test to continue.
147
148 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
149
150         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
151         with -DPROTOTYPES.
152
153 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
154
155         * gdb.base/break.exp: Revert last patch.
156
157 2003-04-04  Stephane Carrez  <stcarrez@nerim.fr>
158
159         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
160         with -DPROTOTYPES.
161
162 2003-04-02  Andrew Cagney  <cagney@redhat.com>
163
164         * gdb.base/callfuncs.exp: Make "print add" messages unique.
165         * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
166         matching directories by the name breakpoint.
167         * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
168         Make "continue to marker1" consistent.
169         * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
170         message consistent.
171         * lib/gdb.exp: Put "the program is no longer running", and "the
172         program exited" in parenthesis.
173         * lib/mi-support.exp: Ditto.
174         
175 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
176     
177         * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
178
179 2003-03-29  Andrew Cagney  <cagney@redhat.com>
180
181         * gdb.base/sizeof.c (main): Print the value of '\377'.
182         * gdb.base/sizeof.exp: Check the sign of '\377'.
183
184 2003-03-27  Michael Chastain  <mec@shout.net>
185
186         * gdb.base/gdb1090.exp: New file.
187         * gdb.base/gdb1090.cc: New file.
188
189 2003-03-27  J. Brobecker  <brobecker@gnat.com>
190
191         * gdb.gdb/observer.exp: New regression test.
192
193 2003-03-27  Michael Chastain  <mec@shout.net>
194
195         * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
196         * gdb.base/ptype.exp: Likewise.
197
198 2003-03-27  Corinna Vinschen  <vinschen@redhat.com>
199
200         * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
201
202 2003-03-26  Michael Chastain  <mec@shout.net>
203
204         * gdb.base/ptype.exp: Actually use some typedef'd types.
205
206 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
207
208         * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
209         * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
210
211 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
212
213         * gdb.base/default.exp: Fix regular expression.
214
215 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
216
217         * gdb.base/args.exp: Fix regular expression.
218
219 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
220
221         * gdb.base/help.exp: Allow Win32 child process.
222
223 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
224
225         * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
226         when stepping out of main().
227
228 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
229
230         * gdb.base/default.exp: Check for win32 specific message when calling
231         "run" without executable.
232
233 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
234
235         * gdb.base/args.exp: Expect .exe in output.
236
237 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
238
239         * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
240         Cygwin native.
241
242 2003-03-17  Andrew Cagney  <cagney@redhat.com>
243
244         From Elena Zannoni <ezannoni@redhat.com>.  Test e500 abi and
245         vector registes.
246         * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
247         * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
248
249 2003-03-17  David Carlton  <carlton@math.stanford.edu>
250
251         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
252         test, for PR breakpoints/38.
253         Call test_watchpoint_and_breakpoint.
254         * gdb.base/watchpoint.c (func3): New function.
255         (main): Call func3.
256
257 2003-03-04  David Carlton  <carlton@math.stanford.edu>
258
259         * gdb.c++/templates.exp (do_tests): Accept valid const in "print
260         Garply<Garply<char> >:: garply".
261         (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
262         with respect to PR c++/1111; note also PR c++/1113.
263         (test_template_breakpoints): KFAIL "constructor breakpoint" with
264         respect to PR c++/1062.
265         KFAIL "destructor breakpoint" with respect to PR c++/1112.
266
267 2003-03-03  David Carlton  <carlton@math.stanford.edu>
268
269         * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
270         with respect to PR c++/57.
271         KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
272         c++/826.
273         Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
274         respect to PR c++/57.
275
276 2003-03-03  David Carlton  <carlton@math.stanford.edu>
277
278         * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
279         respect to PR c++/33 into FAILs.
280
281 2003-03-03  Michael Chastain  <mec@shout.net>
282
283         * configure.in: Update copyright years.
284
285 2003-03-03  Michael Chastain  <mec@shout.net>
286
287         * Makefile.in: Update copyright years.
288
289 2003-02-28  David Carlton  <carlton@math.stanford.edu>
290
291         * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
292         print class instead of struct and/or superfluous protection
293         specifiers, as long as the resulting output is equivalent to the
294         source code.
295         Delete FIXME from end of messages on tests that don't need
296         fixing.
297
298 2003-02-28  David Carlton  <carlton@math.stanford.edu>
299
300         * gdb.c++/templates.exp (do_tests): Allow const in the two
301         Foo<volatile char *>::foo tests.
302
303 2003-02-27  Michael Snyder  <msnyder@redhat.com>
304
305         * gdb.base/restore.c (main): Return zero, so exit code 
306         will be consistant.
307
308 2003-02-26  David Carlton  <carlton@math.stanford.edu>
309
310         * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
311         char *>::foo" test with respect to PR c++/33.  Create a new test
312         which is identical to that one except that it doesn't put the
313         space between the "char" and the "*"; KFAIL it, too.
314
315 2003-02-26  David Carlton  <carlton@math.stanford.edu>
316
317         * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
318         template types into either PASSes or KFAILs (corresponding to PR
319         c++/57).  Tweak indentation.  Update copyright.
320
321 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
322
323         * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
324
325 2003-02-13  Michael Chastain  <mec@shout.net>
326
327         * gdb.base/exprs.exp: Remove i960 remnants.
328         * gdb.base/funcargs.exp: Likewise.
329         * gdb.base/list.exp: Likewise.
330         * gdb.base/ptype.exp: Likewise.
331
332 2003-02-14  David Carlton  <carlton@math.stanford.edu>
333
334         * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
335         pEe->D::vg()" from XFAIL to KFAIL.
336
337 2003-02-13  Jason Molenda  (jmolenda@apple.com)
338
339         * gdb.base/maint.exp: Update maint print statistics regexp to include
340         new entries.
341
342 2003-02-13  Michael Chastain  <mec@shout.net>
343
344         * gdb.c++/inherit.exp: Remove call to get_debug_format.
345
346 2003-02-12  Michael Chastain  <mec@shout.net>
347
348         * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
349         * gdb.c++/inherit.exp: Likewise.
350         * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
351         * gdb.c++/templates.exp: Likewise.
352         * gdb.c++/virtfunc.exp: Likewise.
353
354 2003-02-06  Jason Molenda  (jason-cl@molenda.com)
355
356         * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
357         why the code is written that way.
358
359 2003-02-05  Michael Chastain  <mec@shout.net>
360
361         * gdb.base/dump.exp: Add missing copyright line.
362
363 2003-02-05  Jason Molenda  (jason-cl@molenda.com)
364
365         * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
366         at the beginning so the breakpoint doesn't get set on the loop.
367
368 2003-02-05  Michael Chastain  <mec@shout.net>
369
370         * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
371         output for configurations with gcc 2.95.3.
372
373 2003-02-05  Keith Seitz  <keiths@redhat.com>
374             Andrew Cagney  <ac131313@redhat.com>
375
376         * gdb.mi/mi-cli.exp: New file.
377         
378 2003-02-04  Michael Chastain  <mec@shout.net>
379
380         * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
381         Call perror and then continue.
382
383 2003-02-03  Michael Chastain  <mec@shout.net>
384
385         * gdb.c++/pr-1023.cc: New file.
386         * gdb.c++/pr-1023.exp: New file.
387
388 2003-02-05  Jim Blandy  <jimb@redhat.com>
389
390         * gdb.c++/local.exp: Don't expect Local to be in scope in main;
391         it's local to foobar.  Check for it there, and check that it's not
392         present in main.
393         * gdb.c++/local.cc (marker2): New function.
394         (foobar): Call marker1.
395         (main): Call marker2 instead of marker1.
396
397 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
398
399         * gdb.disasm/mn10200.exp: Obsolete file.
400         * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
401         * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
402         * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
403
404 2003-02-04  David Carlton  <carlton@math.stanford.edu>
405
406         * gdb.c++/overload.exp: Test intToChar(1).
407         * gdb.c++/overload.cc (intToChar): New.
408         (main): Call intToChar.
409
410 2003-02-03  David Carlton  <carlton@math.stanford.edu>
411
412         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
413         'might_kfail' arg.
414         KFAIL some of the continue_to_bp_overloaded calls, according to
415         PR c++/1025.
416
417 2003-02-01  Michael Chastain  <mec@shout.net>
418
419         * gdb.base/advance.c (marker1): New marker function.
420         * gdb.base/advance.exp: When the 'advance' command lands on the
421         return breakpoint, it can legitimately stop on either the
422         current line or the next line.  Accommodate both outcomes.
423         * gdb.base/until.exp: Likewise.
424
425 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
426
427         2002-11-10 Jason Molenda (jason-cl@molenda.com):
428         * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
429         now a list, not a tuple.
430         * gdb.mi/mi-var-display.exp: Ditto.
431         * gdb.mi/gdb792.exp: Ditto.
432
433 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
434
435         From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
436         * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
437         stack backtraces.
438         * gdb.mi/mi-syn-frame.c: Part of same.
439
440 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
441
442         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
443         gdb.mi/mi1-pthreads.exp: Return instead of calling
444         gdb_suppress_entire_file.
445
446 2003-02-01  Mark Salter  <msalter@redhat.com>
447
448         * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
449
450 2003-01-31  Mark Salter  <msalter@redhat.com>
451
452         * lib/mi-support.exp (mi_gdb_load): Support remote targets.
453         Support empty arg.
454
455 2003-01-30  Michael Chastain  <mec@shout.net>
456
457         * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
458         This was a workaround for a UTF-8 bug in readline 4.3.  The bug
459         has been fixed in gdb/readline on 2003-01-09.
460
461 2003-01-29  Michael Snyder  <msnyder@redhat.com>
462
463         * gdb.base/maint.exp: Allow for leading underscore in symbol.
464         * gdb.base/display.exp: Allow for leading underscore in symbol.
465         * gdb.base/args.exp: Skip if target does not support args passing.
466
467 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
468
469         * lib/gdb.exp (gdb_test_multiple): New function, cloned from
470         gdb_test.  Accept a list of expect arguments as the third
471         parameter.
472         (gdb_test): Use it.
473
474 2003-01-20  Elena Zannoni  <ezannoni@redhat.com>
475
476         * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
477         allow for different test tree configurations.  Update some
478         tescases accordingly.
479         * gdb.arch/altivec-regs.exp: Ditto.
480         * gdb.asm/asm-source.exp: Ditto.
481         * gdb.base/advance.exp: Ditto.
482         * gdb.base/display.exp: Ditto.
483         * gdb.base/long_long.exp: Ditto. 
484         * gdb.base/mips_pro.exp: Ditto.
485         * gdb.base/overlays.exp: Ditto.
486         * gdb.base/relocate.exp: Ditto.
487         * gdb.base/setshow.exp: Ditto.
488         * gdb.base/step-line.exp: Ditto.
489         * gdb.base/step-test.exp: Ditto.
490         * gdb.base/until.exp: Ditto.
491         * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
492
493 2003-01-17  David Carlton  <carlton@math.stanford.edu>
494
495         * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
496         corresponding to PR c++/945.
497         Update copyright.
498
499 2003-01-17  David Carlton  <carlton@math.stanford.edu>
500
501         * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
502         corresponding to PR c++/68.
503
504 2003-01-17  David Carlton  <carlton@math.stanford.edu>
505
506         * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
507         (test_paddr_hairy_functions): Call print_addr_2_kfail for
508         hairyfunc5 through hairyfunc7.  KFAIL for PR c++/19.
509
510 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
511
512         * gdb.base/break.exp: Fix change of default location, because of
513         removal of until tests.
514         * gdb.base/help.exp: Update test for new 'until' help message.
515         Add test for help on 'advance'.
516         * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
517
518 2003-01-15  Mark Kettenis  <kettenis@gnu.org>
519
520         * gdb.base/default.exp: Adapt "info float" test for recent changes
521         to that command.  Add test for "info vector".
522         * gdb.base/float.exp: New file.  Add test for "info float" that
523         resembles the old test in gdb.base/default.exp.
524
525 2003-01-15  David Carlton  <carlton@math.stanford.edu>
526
527         * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
528
529 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
530
531         * gdb.base/break.exp: Move the tests of until command from here...
532         * gdb.base/until.exp: ... to here. New file. Add other tests.
533         * gdb.base/advance.c: New file.
534         * gdb.base/advance.exp: New file.
535
536 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
537
538         * gdb.base/args.c: New file.
539         * gdb.base/args.exp: New file.
540
541 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
542
543         * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
544
545 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
546
547         * gdb.threads/killed.exp: Use KFAIL for gdb/568.
548
549 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
550
551         * gdb.base/constvars.exp: Remove two extra XFAILs.  Update copyright
552         dates.
553
554 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
555
556         * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
557
558 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
559
560         * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
561         (ptype &*"foo").
562         * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
563
564 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
565
566         * gdb.mi/mi-console.exp: Remove extra "(known bug)".
567         * gdb.mi/mi1-console.exp: Likewise.
568
569 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
570
571         * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
572         * gdb.mi/mi1-console.exp: Likewise.
573
574 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
575
576         * gdb.c++/overload.exp: Remove some fixed XFAILs.
577
578 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
579
580         * gdb.base/detach.exp: New test.
581
582 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
583
584         * Makefile.in (ALL_SUBDIRS): New variable.
585         (subdirs, clean, distclean): Use it.
586         * gdb.arch/Makefile.in: Clean up Makefile.  Remove rules for
587         regenerating Makefile, since it is generated from the top level.
588         * gdb.asm/Makefile.in: Likewise.
589         * gdb.base/Makefile.in: Likewise.
590         * gdb.c++/Makefile.in: Likewise.
591         * gdb.disasm/Makefile.in: Likewise.
592         * gdb.java/Makefile.in: Likewise.
593         * gdb.mi/Makefile.in: Likewise.
594         * gdb.threads/Makefile.in: Likewise.
595         * gdb.trace/Makefile.in: Likewise.
596
597 2003-01-09  David Carlton  <carlton@math.stanford.edu>
598
599         * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
600         Add copyright year 2003.
601
602 2003-01-06  Michael Chastain  <mec@shout.net>
603
604         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
605         When selecting a thread, 'line' and 'file' are optional.
606         * gdb.mi/mi1-pthreads.exp: Likewise.
607
608 2003-01-06  Andreas Schwab  <schwab@suse.de>
609
610         * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
611         failures.
612
613 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
614
615         Fix PR gdb/844
616         * lib/gdb.exp (gdb_compile): Handle "quiet" option.
617         (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
618
619         * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads.  Return
620         instead of calling gdb_suppress_entire_file.
621         * gdb.threads/print-threads.exp: Likewise.
622         * gdb.threads/schedlock.exp: Likewise.
623
624         * gdb.threads/killed.exp: Return instead of calling
625         gdb_suppress_entire_file.
626         * gdb.threads/linux-dp.exp: Likewise.
627         * gdb.threads/pthreads.exp: Likewise.
628
629 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
630
631         * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
632         stabs.
633         * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
634         * gdb.base/whatis.exp: Always allow (void) after function names.
635
636 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
637
638         * gdb.c++/casts.exp: Correct regexp.
639
640 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
641
642         * configure.in: Call AC_CONFIG_HEADER.  Don't call
643         AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
644         gdb.disasm, gdb.mi, gdb.threads and gdb.trace.  Call
645         AC_CHECK_HEADERS on pthread.h.  Put Makefiles in the
646         aforementioned directories in the AC_OUPUT call.
647         * config.hin: New file.
648         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
649         gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
650         gdb.threads/killed.exp, gdb.threads/print-threads.exp,
651         gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
652         pass -I$objdir instead of -I$objdir/$subdir in compilation.
653         * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
654         gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
655         gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
656         gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
657         gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
658         gdb.threads/configure.in, gdb.threads/configure,
659         gdb.threads/config.in, gdb.trace/configure.in,
660         gdb.trace/configure: Removed.
661
662 2003-01-03  Michael Chastain  <mec@shout.net>
663
664         * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
665         testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
666
667 2003-01-03  Daniel Jacobowitz  <drow@mvista.com>
668
669         * gdb.base/store.exp: Fix regular expressions.
670
671 2002-12-28  Mark Kettenis  <kettenis@gnu.org>
672
673         * configure.in: Rewrite.
674         * configure: Regenerated.
675
676 2003-01-03  David Carlton  <carlton@math.stanford.edu>
677
678         * gdb.base/psymtab.exp: New file.
679         * gdb.base/psymtab1.c: Ditto.
680         * gdb.base/psymtab2.c: Ditto.
681
682 2002-12-23  Adam Fedor  <fedor@gnu.org>
683
684         * gdb.base/maint.exp: Update expect output to include 'ObjC'.
685
686 2002-12-23  David Carlton  <carlton@math.stanford.edu>
687
688         * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
689         and current_directory initialization.
690
691 2002-12-22  Jim Blandy  <jimb@redhat.com>
692
693         * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
694         rather than as part of the output file name.
695
696         * gdb.base/attach.exp: There's no need to copy the test program to
697         /tmp; that was only ever necessary on HP/UX, and this test is
698         entirely disabled there anyway.
699
700 2002-12-21  Jim Blandy  <jimb@redhat.com>
701
702         * gdb.c++/psmang.exp: Doc fix.
703
704         * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
705         test.
706
707 2002-12-20  David Carlton  <carlton@math.stanford.edu>
708
709         * gdb.c++/annota2.exp: KFAIL annotate-quit.
710
711 2002-12-18  Michael Chastain  <mec@shout.net>
712
713         * gdb.c++/annota2.exp: Add copyright year 2002.
714
715 2002-12-17  David Carlton  <carlton@math.stanford.edu>
716
717         * gdb.c++/try_catch.cc: Add marker comments.
718         * gdb.c++/try_catch.exp: Get line numbers from marker comments.
719         * gdb.c++/m-data.cc: Delete namespace __gnu_test.
720         * gdb.c++/m-static.cc: Ditto.
721         * gdb.c++/m-static1.cc: Ditto.
722         * gdb.c++/try_catch.cc: Ditto.
723
724 2002-12-16  Jeff Johnston  <jjohnstn@redhat.com>
725
726         * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
727         to see whether we are using the new -environment-directory
728         command which resets via -r or the old version of the command
729         which may prompt the user.  Part of fix for gdb/741.
730
731 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
732
733         * gdb.fortran/types.exp: Update obsolete comment.
734         * gdb.fortran/exprs.exp: Ditto.
735         * lib/gdb.exp: Delete obsolete code.
736         * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
737         * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
738         * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
739         * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
740         * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
741         * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
742         * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
743         * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
744         * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
745         * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
746         * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
747         * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
748         * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
749         * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
750         * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
751         * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
752         * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
753         * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
754         * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
755         * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
756         * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
757         * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
758         * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
759         * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
760         * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
761         * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
762         * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
763         * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
764         * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
765         * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
766         * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
767         * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
768         * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
769         * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
770         * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
771         * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
772         * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
773
774 2002-12-11  David Carlton  <carlton@math.stanford.edu>
775
776         * gdb.c++/m-data.exp: Add test for members that shadow global
777         variables: see PR gdb/804.
778         * gdb.c++/m-data.cc: Ditto.
779
780 2002-12-10  Daniel Jacobowitz  <drow@mvista.com>
781
782         * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
783
784 2002-12-06  David Carlton  <carlton@math.stanford.edu>
785
786         * gdb.base/store.c: Don't declare functions static.
787
788 2002-12-04  Andrew Cagney  <ac131313@redhat.com>
789
790         * gdb.base/store.exp, gdb.base/store.c: New files.
791
792 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
793
794         * gdb.base/selftest.exp: Update for current gdb.
795
796 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
797
798         * gdb.base/maint.exp: Only dump symbols from one source file
799         or objfile.
800
801 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
802
803         * gdb.base/step-test.exp: Allow MIPS to return to the line of a
804         function call.
805
806 2002-11-25  Jim Blandy  <jimb@redhat.com>
807
808         * lib/mi-support.exp (mi_delete_breakpoints): Change name of
809         function appearing in error message.
810
811 2002-11-21  Daniel Jacobowitz  <drow@mvista.com>
812
813         * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
814
815 2002-11-08  Jeff Johnston  <jjohnstn@redhat.com>
816
817         * lib/mi-support.exp (mi_gdb_start): Verify the startup message 
818         for mi1 and current mi is in correct format.  New mi startup message 
819         should be in mi console format.  This is part of fix for PR gdb/604.
820
821 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
822
823         * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
824         which explicitly prints the zero offset as "+0".
825
826 2002-10-22  Daniel Jacobowitz  <drow@mvista.com>
827
828         * gdb.threads/schedlock.c (args): Make unsigned.
829
830 2002-10-21  Daniel Jacobowitz  <drow@mvista.com>
831
832         * gdb.asm/asm-source.exp: Add "mips*-*" pattern.  Update line
833         numbers.  Allow "foo2|selected stack frame".
834         * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
835         * gdb.asm/asmsrc2.s: Likewise.
836         * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end.  Update
837         comments.
838         * gdb.asm/mips.inc: New file.
839
840 2002-10-18  Adam Fedor  <fedor@gnu.org>
841
842         * gdb.base/default.exp: Update expected output to include 'ObjC'.
843         * gdb.base/help.exp: Likewise.
844
845 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
846
847         * gdb.base/constvars.c (struct crass, struct crisp): New structs.
848         * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
849
850 2002-10-02  Jim Blandy  <jimb@redhat.com>
851
852         * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
853
854 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
855
856         * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
857         * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
858         * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
859         * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
860         * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
861         * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
862         * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
863
864 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
865
866         * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
867         * mi0-disassemble.exp, mi0-eval.exp: Delete.
868         * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
869         * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
870         * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
871         * mi0-var-block.exp, mi0-var-child.exp: Delete.
872         * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
873         
874 2002-09-27  Kevin Buettner  <kevinb@redhat.com>
875
876         * gdb.base/annota1.exp (info break): Make directory components of
877         path optional since not all compilers emit this debug information.
878
879         * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
880         step ends up stepping out of the function instead of stopping on
881         the epilogue.
882
883 2002-09-26  Keith Seitz  <keiths@redhat.com>
884
885         * lib/insight-support.exp (gdbtk_start): Figure out where
886         the insight executable is based on where gdb is. Use this
887         executable to start insight instead of gdb.
888
889 2002-09-25  Andrew Cagney  <cagney@redhat.com>
890
891         * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
892
893 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
894
895         * gdb.gdb/complaints.exp (test_initial_complaints): Rename
896         test_isolated_complaints.
897         (test_empty_complaint): New function.
898         (test_empty_complaints): New function.  Check no output when no
899         complaints.
900         
901 2002-09-19  Jim Blandy  <jimb@redhat.com>
902
903         * gdb.base/charset.exp, gdb.base/charset.c: New files.
904
905 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
906
907         * gdb.gdb/complaints.exp: New file.
908
909 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
910
911         * gdb.base/maint.exp: Check `help maint internal-warning'.
912
913 2002-09-18  David Carlton  <carlton@math.stanford.edu>
914
915         * gdb.c++/m-static.exp: Remove breakpoints depending on line
916         numbers, and replace them by a single breakpoint after the
917         constructors are all finished.
918         Add test 4.
919         * gdb.c++/m-static.cc: Add test 4.
920         * gdb.c++/m-static.h: New file.
921         * gdb.c++/m-static1.cc: New file.
922
923         * gdb.c++/printmethod.exp: New file.
924         * gdb.c++/printmethod.cc: New file.
925
926         * gdb.c++/pr-574.exp: New file.
927         * gdb.c++/pr-574.cc: New file.
928
929 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
930
931         * gdb.base/ending-run.exp: Add handling of "step to end of run" for
932         embedded targets which never actually exit.
933
934 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
935
936         * gdb.base/ending-run.exp: Properly mark "continue after exit" and
937         "don't step after run" as unresolved or unsupported, instead of xfail.
938
939 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
940
941         * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
942         allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
943         Add newline to expected string in "step out of main (status wrapper)"
944         case.
945
946 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
947
948         * lib/gdb.exp (rerun_to_main): Allow restarting application.
949         * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
950
951 2002-09-17  Tom Tromey  <tromey@redhat.com>
952
953         * gdb.base/printcmds.exp (test_print_string_constants): Expect
954         \000, not \0, in double-quoted string.
955
956 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
957
958         * gdb.base/command.exp: Don't expect a "Program exited normally"
959         string after running the commands execution on breakpoint tests.
960
961 2002-09-13  Corinna Vinschen  <vinschen@redhat.com>
962
963         * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
964
965 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
966
967         * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
968
969 2002-09-10  Keith Seitz  <keiths@redhat.com>
970
971         * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
972         runto proc.
973         (mi_run_to_main): Use mi_runto.
974         (mi_execute_to): Renamed from mi_run_to. Changed all callers.
975
976 2002-09-10  Keith Seitz  <keiths@redhat.com>
977
978         * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
979         regexp for stopping at main. Could have multiple event notifications.
980         Don't assume that main was declared with no parameters.
981         (mi_next): Use mi_step_to.
982         (mi_step): Use mi_next_to.
983
984 2002-09-09  Corinna Vinschen  <vinschen@redhat.com>
985
986         * gdb.base/default.exp: Fix expected string in `info float' test.
987
988 2002-09-09  Ben Elliston  <bje@redhat.com>
989
990         * config/mips.exp: Update comments.
991         * config/mips-idt.exp: Likewise.
992         * config/nind.exp: Likewise.
993         * config/slite.exp: Likewise.
994         * config/sparclet.exp: Likewise.
995         * config/udi.exp: Likewise.
996         * config/vx.exp: Likewise.
997         * config/vxworks29k.exp: Likewise.
998
999 2002-09-05  Jim Blandy  <jimb@redhat.com>
1000
1001         * gdb.threads/killed.exp: Fix test failure message.
1002
1003 2002-09-04  Keith Seitz  <keiths@redhat.com>
1004
1005         * lib/mi-support.exp: Update copyright.
1006         (mi_gdb_test): Increase the priority of the expected pattern
1007         so that it matches gdb_test.
1008
1009 2002-09-03  Keith Seitz  <keiths@redhat.com>
1010
1011         * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
1012         Use integer comparison instead of string comparison for testing
1013         whether binary was built.
1014
1015 2002-09-03  Jim Blandy  <jimb@redhat.com>
1016
1017         * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
1018
1019 2002-08-29  Jim Blandy  <jimb@redhat.com>
1020
1021         * gdb.threads/pthreads.exp: Move the portable thread compilation
1022         code into a function in lib/gdb.exp, and call that from here.
1023         * lib/gdb.exp (gdb_compile_pthreads): New function.
1024
1025 2002-08-29  Keith Seitz  <keiths@redhat.com>
1026
1027         * lib/mi-support.exp (mi_gdb_test): Add global declaration for
1028         expect_out so that callers can get at it.
1029
1030 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
1031
1032         * gdb.threads/print-threads.c: New file.
1033         * gdb.threads/print-threads.exp: New file.
1034         * gdb.threads/schedlock.c: New file.
1035         * gdb.threads/schedlock.exp: New file.
1036
1037 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
1038
1039         * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
1040         not altivec.c.
1041
1042 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
1043
1044         * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
1045         targets.  The problem should be fixed now.
1046
1047 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
1048
1049         * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
1050         2002-07-24 change that removes final dots from error messages.
1051
1052 2002-08-13  Tom Tromey  <tromey@redhat.com>
1053
1054         * gdb.base/readline.exp: New file.
1055
1056 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
1057
1058         * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
1059         supress message.
1060
1061 2002-08-01  Andrew Cagney  <cagney@redhat.com>
1062
1063         * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
1064         CHILL_FOR_TARGET and CHILL_LIB.
1065         * configure.in (configdirs): Remove gdb.chill.
1066         * configure: Regenerate.
1067         * lib/gdb.exp: Obsolete references to chill.
1068         * gdb.fortran/types.exp: Ditto.
1069         * gdb.fortran/exprs.exp: Ditto.
1070
1071 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
1072
1073         * gdb.base/shlib-call.exp (additional_flags): Conditionally
1074         set Irix-specific compile and link flags.
1075
1076 2002-07-29  Kevin Buettner  <kevinb@redhat.com>
1077
1078         * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
1079         source files.  The ``-o'' option doesn't work with the ``-E'' option
1080         when using the Irix compiler.
1081
1082 2002-07-19  Daniel Jacobowitz  <drow@mvista.com>
1083
1084         * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
1085         Improve support for reusing an exec file.  Copy exec file
1086         to target, and run gdbserver on the target instead of on the host.
1087
1088 2002-07-18  Jim Blandy  <jimb@redhat.com>
1089
1090         * gdb.base/ending-run.exp: Don't expect to see the program end in
1091         some orderly fashion when we're running on a real stand-alone
1092         board.
1093
1094         * gdb.base/interrupt.exp: Correct logic for skipping tests on
1095         targets that don't support interrupts.
1096
1097 2002-07-10  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
1098
1099         * gdb.base/attach.exp: Add patterns to match output from /proc-based
1100         systems.
1101         Move comments in expect statements to inside the actions, so that they
1102         don't get matched against.
1103
1104 2002-07-10  Mark Kettenis  <kettenis@gnu.org>
1105
1106         * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
1107         function when asleep" test.
1108
1109 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
1110
1111         * gdb.base/page.exp: Rewrite to handle problems with very long
1112         `info set' output.  Update copyright.
1113
1114 2002-06-26  Andrew Cagney  <ac131313@redhat.com>
1115
1116         * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
1117         gdb.threads-hp.
1118         * gdb.hp/configure: Regenerate.
1119         * gdb.hp/gdb.threads-hp/configure.in: Delete file.
1120         * gdb.hp/gdb.threads-hp/configure: Delete file.
1121         * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
1122
1123 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
1124
1125         * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
1126         setlocale, bindtextdomain and textdomain.
1127
1128 2002-06-11  Jim Blandy  <jimb@redhat.com>
1129
1130         * lib/gdb.exp (get_debug_format): Tolerate message saying whether
1131         preprocessor macro information is present.
1132
1133         * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
1134         tests.
1135
1136 2002-06-06  Michael Snyder  <msnyder@redhat.com>
1137
1138         * gdb.base/overlays.exp: Record addresses of overlay
1139         functions in TCL variables rather than in GDB variables,
1140         to avoid having GDB convert them to pointers (with loss
1141         of information).
1142
1143         * gdb.base/d10v.ld: Merge in several years worth of 
1144         default linker script changes.
1145         * gdb.base/long_long.exp: Add check for sizeof (long double).
1146
1147 2002-06-06  Michal Ludvig  <mludvig@suse.cz>
1148
1149         * gdb.asm/asm-source.exp: Add x86-64 target.
1150         * gdb.asm/x86_64.inc: New.
1151         
1152 2002-05-30  Michael Chastain  <mec@shout.net>
1153
1154         From Benjamin Kosnik <bkoz@redhat.com>:
1155         * gdb.c++/m-static.cc: New file.
1156         * gdb.c++/m-static.exp: New file.
1157
1158 2002-05-28  Michael Snyder  <msnyder@redhat.com>
1159
1160         * gdb.base/call-ar-st.exp: Allow for reduced floating point
1161         precision.
1162
1163 2002-05-27  Michael Chastain  <mec@shout.net>
1164
1165         From Benjamin Kosnik <bkoz@redhat.com>:
1166         * gdb.c++/m-data.cc: New file.
1167         * gdb.c++/m-data.exp: New file.
1168
1169 2002-05-27  Michael Chastain  <mec@shout.net>
1170
1171         From Benjamin Kosnik <bkoz@redhat.com>:
1172         * gdb.c++/try_catch.cc: New file.
1173         * gdb.c++/try_catch.exp: New file.      
1174
1175 2002-05-27  Michael Chastain  <mec@shout.net>
1176
1177         * gdb.c++/local.exp: Accept more nested types in output.
1178
1179 2002-05-26  Michael Chastain  <mec@shout.net>
1180
1181         * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
1182
1183 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
1184
1185         * lib/gdb.exp (gdb_wrapper_init): Just because
1186         gdb_wrapper_file exists, this does not mean that the file
1187         should not be rebuilt.  That is what gdb_wrapper_initialized
1188         is for.
1189         (default_gdb_init): Reset gdb_wrapper_initialized.
1190
1191 2002-05-23  Michael Snyder  <msnyder@redhat.com>
1192
1193         * gdb.base/all-bin.exp: Revise previous patch by just reducing 
1194         the precision of the floating point test results.
1195         * gdb.base/call-rt-st.exp: Ditto.
1196
1197         * gdb.base/all-bin.exp: Allow for reduced floating point precision.
1198         * gdb.base/call-rt-st.exp: Ditto.
1199
1200 2002-05-19  Michael Chastain  <mec@shout.net>
1201
1202         * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
1203
1204 2002-05-19  Elena Zannoni  <ezannoni@redhat.com>
1205
1206         * configure.in (configdirs): Add gdb.arch.
1207         * configure: Regenerate.
1208
1209 2002-05-17  Jim Blandy  <jimb@redhat.com>
1210
1211         * gdb.base/completion.exp: Recognize the more detailed error
1212         messages produced by the macro expander's lexical analyzer.
1213
1214 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
1215
1216         * gdb.arch/altivec-abi.c: New file.
1217         * gdb.arch/altivec-abi.exp: New file.
1218         * gdb.arch/altivec-regs.c: New file.
1219         * gdb.arch/altivec-regs.exp: New file.
1220
1221 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
1222
1223         * gdb.base/maint.exp (maint print type): Update for new type
1224         structure.
1225         
1226 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
1227
1228         * gdb.arch: New directory.
1229         * gdb.arch/configure.in: New file.
1230         * gdb.arch/configure: New file.
1231         * gdb.arch/Makefile.in: New file.
1232
1233 2002-05-13  Corinna Vinschen  <vinschen@redhat.com>
1234
1235         * gdb.asm/asm-source.exp: Add v850 as supported target.
1236         * gdb.asm/v850.inc: New file.
1237
1238 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
1239
1240         * gdb.c++/annota2.exp (annotate-quit): Add comment.
1241
1242 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
1243
1244         * gdb.base/break.exp: Check 'break "marker2"'.
1245
1246 2002-05-10  Michael Snyder  <msnyder@redhat.com>
1247
1248         * gdb.base/long_long.exp: Fix typo.
1249
1250 2002-05-10  Jim Blandy  <jimb@redhat.com>
1251
1252         * gdb.base/printcmds.exp: Don't xfail the ptype command.  This is
1253         a bug.
1254
1255         * gdb.base/printcmds.exp (test_integer_literals_rejected):
1256         Recognize more detailed error message produced by the macro
1257         expander's lexical analyzer.
1258         * lib/gdb.exp (test_print_reject): Same.
1259
1260 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
1261
1262         * gdb.c++/method.exp: Fix typo.
1263
1264 2002-05-08  Michael Snyder  <msnyder@redhat.com>
1265
1266         * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
1267         * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
1268         * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
1269         * gdb.base/long_long.exp: Merge clauses for arm and xscale.
1270         Add iftarget clause for strongarm.
1271         
1272 2002-05-06  Michael Snyder  <msnyder@redhat.com>
1273
1274         * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
1275         (gdb_continue_to_end): Accept output from status wrapper.
1276         * gdb.base/ending-run.exp: Add case for output from status wrapper.
1277         Clean up fail messages to match pass messages.
1278
1279         Enable the "needs_status_wrapper" testsuite feature.
1280         * lib/gdb.exp (gdb_wrapper_init): New procedure.
1281         (gdb_compile): Conditionally call gdb_wrapper_init.
1282         * gdb.base/a2-run.exp: Recognize output from status wrapper.
1283         * gdb.c++/method.exp: Recognize output from status wrapper.
1284
1285 2002-05-06  Ben Elliston  <bje@redhat.com>
1286 From Graydon Hoare  <graydon@redhat.com>
1287
1288         * config/sid.exp: Include support for "rawsid" protocol.
1289
1290 2002-05-03  Jim Blandy  <jimb@redhat.com>
1291
1292         * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
1293         * gdb.c++/hang3.C: New file.
1294
1295 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
1296
1297         * gdb.base/default.exp: Remove obsolete code.
1298         * gdb.c++/misc.exp: Ditto.  Update copyright.
1299         * gdb.c++/cplusfuncs.exp: Ditto.  Update copyright.
1300         * gdb.base/whatis.exp: Ditto.  Update copyright.
1301         * gdb.base/scope.exp: Ditto.  Update copyright.
1302         * gdb.base/ptype.exp: Ditto.  Update copyright.
1303         * gdb.base/printcmds.exp: Ditto.  Update copyright.
1304         * gdb.base/opaque.exp: Ditto.  Update copyright.
1305         * gdb.base/list.exp: Ditto.
1306         * gdb.base/funcargs.exp: Ditto.  Update copyright.
1307         * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
1308         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
1309         * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
1310         * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
1311         * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
1312         * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
1313
1314 2002-05-02  Michael Snyder  <msnyder@redhat.com>
1315
1316         * gdb.base/watchpoint.exp: Add xscale target.
1317         * gdb.base/long_long.exp: Add xscale target.
1318         * gdb.base/default.exp: Add xscale target.
1319
1320 2002-05-01  Jim Blandy  <jimb@redhat.com>
1321
1322         * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
1323         gdb.c++/hang.exp: New test.
1324
1325 2002-05-01  Fred Fish  <fnf@redhat.com>
1326
1327         * gdb.base/completion.exp: Handle completions of "./Make" for
1328         more than one completion possibility, as is the case when we
1329         build and test in the source tree.
1330
1331 2002-04-29  Anthony Green  <green@redhat.com>
1332
1333         * gdb.java/jmisc1.exp: New file.
1334         * gdb.java/jmisc2.exp: New file.
1335
1336 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
1337
1338         * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
1339
1340 2002-04-23  Elena Zannoni  <ezannoni@redhat.com>
1341
1342         * gdb.base/help.exp: Change 'help status' to allow for target
1343         dependent output differences.
1344
1345 2002-04-22  Michael Chastain  <mec@shout.net>
1346
1347         * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
1348
1349 2002-04-22  Michael Chastain  <mec@shout.net>
1350
1351         * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
1352
1353 2002-04-17  David S. Miller  <davem@redhat.com>
1354
1355         * gdb.asm/sparc64.inc: New file.
1356         * gdb.asm/asm-source.exp: Handle sparc64-*-*.
1357
1358 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
1359
1360         * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
1361         instruction file directly into the build tree.  Clean up at end of
1362         test.
1363
1364 2002-04-18  David S. Miller  <davem@redhat.com>
1365
1366         * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
1367         handle 64-bit platforms correctly.
1368         * gdb.base/maint.exp: Likewise.
1369
1370 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
1371
1372         * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
1373         ``-fpic'' when compiling files comprising a shared library, but
1374         it does need additional linker flags in order to find shared
1375         libraries at run time.
1376
1377 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
1378
1379         * gdb.base/cvexpr.c (use): New function.
1380         (main): Invoke use() on all global variables to prevent
1381         some linkers from deleting these otherwise unused symbols.
1382
1383 2002-04-17  Michael Chastain  <mec@shout.net>
1384 From David S. Miller  <davem@redhat.com>
1385
1386         * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
1387         handle 64-bit platforms correctly.
1388
1389 2002-04-12  Michael Snyder  <msnyder@redhat.com>
1390 From Jim Blandy  <jimb@redhat.com>
1391         * gdb.base/foo.c (foox): Remove section attribute; the linker
1392         script can handle this instead.
1393         * gdb.base/bar.c (barx): Same.
1394         * gdb.base/baz.c (bazx): Same.
1395         * gdb.base/grbx.c (grbxx): Same.
1396
1397         * gdb.base/overlays.exp: New test: check that GDB's manual overlay
1398         manager doesn't automatically unmap overlays unnecessarily.
1399
1400 2002-04-10  Martin M. Hunt  <hunt@redhat.com>
1401
1402         * gdb.base/ending-run.exp: Fix pattern for Mips targets
1403         stepping out of main.
1404
1405 2002-04-09  Michael Chastain  <mec@shout.net>
1406
1407         * gdb.c++/local.cc (main): Move call to marker1() inside nested
1408         scope so that the nested scope tests will make sense.
1409         * gdb.c++/local.exp: Write patterns that actually work with gcc
1410         (the HP patterns "were never known to work with gcc").
1411         Keep the old aCC patterns too.
1412
1413 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
1414
1415         * gdb.base/attach.exp: Correct target board test.
1416
1417 2002-04-08  Michael Chastain  <mec@shout.net>
1418
1419         * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
1420         in a const method.  Add some xfail and fail cases for configurations
1421         that do not emit the "const ...".
1422
1423 2002-04-07  Michael Chastain  <mec@shout.net>
1424
1425         * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
1426         Accept "A * const" and "const A * const" as type of "this".
1427         Fix spelling of getFunky throughout.  Make messages uniform.
1428
1429 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
1430
1431         Work around for PR gdb/285:
1432         * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
1433
1434 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
1435
1436         * gdb.asm/asm-source.exp: Build symbolic link to arch specific
1437         instructions file at run time instead of configure time.
1438         Sometimes we run the test in a directory that is not the one we
1439         configured in.
1440         * gdb.asm/configure.in: Delete creation of symlink.
1441         * gdb.asm/configure: Regenerate.
1442
1443 2002-04-05  J. Brobecker  <brobecker@gnat.com>
1444
1445         * gdb.gdb/xfullpath.exp: New test, to exercise the new
1446         xfullpath () function.
1447
1448 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
1449
1450         * gdb.asm/Makefile.in: Correct dependencies.
1451
1452         * gdb.asm/powerpc.inc: New file.
1453         * gdb.asm/asm-source.exp: Add PowerPC.
1454         * gdb.asm/configure.in: Likewise.
1455         * gdb.asm/configure: Regenerated.
1456
1457 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
1458
1459         * gdb.base/relocate.exp: New file.
1460         * gdb.base/relocate.c: New file.
1461
1462 2002-04-04  Fred Fish  <fnf@redhat.com>
1463
1464         * gdb.base/step-test.exp: Update comment regarding stopping in
1465         memcpy/bcopy calls inserted as part of the compiler runtime.
1466
1467 2002-04-04  Michael Snyder  <msnyder@redhat.com>
1468
1469         * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
1470
1471 2002-04-03  Daniel Jacobowitz  <drow@mvista.com>
1472
1473         * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
1474         (gdb_expect): Remove $notransfer hack.
1475
1476 2002-04-02  Daniel Jacobowitz  <drow@mvista.com>
1477
1478         * gdb.c++/classes.exp ("calling method for small class"): Match
1479         updated register output.
1480
1481 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
1482
1483         Fix PR gdb/452
1484         * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
1485         when finished.  Make gdb_file_cmd send "exec-file" when
1486         appropriate.
1487
1488 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
1489
1490         * gdb.base/attach.exp: Remove extra setup_xfail.
1491
1492 2002-03-26  Michael Snyder  <msnyder@redhat.com>
1493
1494         * gdb.base/default.exp: Add tests for dump, append, and restore.
1495         * gdb.base/help.exp: Add tests for dump, append, and restore.
1496         * gdb.base/dump.exp: New file, test dump, append and restore.
1497         * gdb.base/dump.c: New file.
1498
1499 2002-03-27  Michael Snyder  <msnyder@redhat.com>
1500
1501         * gdb.base/help.exp: Modify expect strings to reflect 
1502         clean-ups in help messages.
1503
1504 2002-03-26  Fred Fish  <fnf@redhat.com>
1505
1506         * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
1507         have debugging info for those functions and the compiler uses them
1508         internally to copy structs around.
1509
1510 2002-03-26  Fred Fish  <fnf@redhat.com>
1511
1512         * gdb.base/list.exp: Revert the change made yesterday and add note
1513         about why we don't list the default lines for remote targets.
1514
1515 2002-03-25  Michael Snyder  <msnyder@redhat.com>
1516
1517         * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
1518
1519 2002-03-25  Fred Fish  <fnf@redhat.com>
1520
1521         * gdb.base/list.exp: This test works on remote targets so remove
1522         the short circuit for remote targets.  Update copyright.
1523
1524 2002-03-25  Fred Fish  <fnf@redhat.com>
1525
1526         * gdb.base/attach.exp: Fix logic error that was suppressing this
1527         test for all non hppa*-*-hpux* targets, instead of the hp target.
1528         Move comments closer to the suppression point.  Also now need to
1529         check that we are running natively.
1530
1531 2002-03-22  Michael Snyder  <msnyder@redhat.com>
1532
1533         * gdb.base/default.exp: Add test for gcore.  Update copyright.
1534         * gdb.base/help.exp: Add test for gcore.  Update copyright.
1535
1536 2002-03-06  Fred Fish  <fnf@redhat.com>
1537
1538         * gdb.base/funcargs.c:  Remove extraneous ';' character.
1539         * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
1540
1541 2002-03-04  Michael Chastain  <mec@shout.net>
1542
1543         * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
1544         accommodate gcc v3 function signature.
1545         * gdb.mi/mi0-var-cmd-exp: Ditto.
1546
1547 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
1548
1549         * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
1550         ``GNU/Linux'' or ``Linux kernel''
1551         * testsuite/gdb.threads/pthreads.c: Ditto.
1552
1553 2002-02-24  Michael Chastain  <mec@shout.net>
1554
1555         * gdb.threads/pthreads.c (thread1): Add a return statement.
1556         (thread2): Likewise.
1557         (foo): Likewise.
1558
1559 2002-02-23  Michael Chastain  <mec@shout.net>
1560
1561         * gdb.threads/linux-dp.c (philosopher): Add a return statement
1562         to placate gcc.
1563
1564 2002-02-23  Michael Chastain  <mec@shout.net>
1565
1566         * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
1567         test "ptype bint".  The test passes on all my stabs configurations.
1568
1569 2002-02-21  Jim Blandy  <jimb@redhat.com>
1570
1571         * gdb.asm/asm-source.exp: Parse the output from `info sources' one
1572         filename at a time, and watch for the ones we want to see.
1573
1574         * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
1575         types of pointers to prototyped functions.
1576
1577 2002-02-20  Andrew Cagney  <ac131313@redhat.com>
1578
1579         * gdb.base/sizeof.c (main): Call fill_structs.  Print value of
1580         signed, unsigned and straight char.
1581         (padding_char, padding_short, padding_int, padding_long,
1582         padding_long_long, padding_float, padding_double,
1583         padding_long_double): New global variables.
1584         (fill, fill_structs): New functions.
1585
1586         * gdb.base/sizeof.exp: Check for signed and unsigned char.  Check
1587         for correctly sized writes.  Update copyright.
1588         (get_valueof): New procedure.
1589         (get_sizeof): Call get_valueof.
1590         (check_valueof): New procedure.
1591         (check_padding): New procedure.
1592
1593 2002-02-20  Michael Chastain  <mec@shout.net>
1594
1595         * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
1596         to setup_xfail.  Document some of the remaining calls.
1597
1598 2002-02-18  Michael Chastain  <mec@shout.net>
1599
1600         * gdb.c++/userdef.exp: Update copyright year.
1601
1602 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
1603
1604         * gdb.c++/userdef.exp: Test overloaded operators properly.
1605         Remove xfails.
1606
1607 2002-02-14  Michael Snyder  <msnyder@redhat.com>
1608
1609         * gdb.base/gcore.exp: Relax recognition of function breakpoint.
1610
1611 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
1612
1613         * gdb.base/a2-run.exp: Check for a remote target properly.
1614         * gdb.base/annota1.exp: Likewise.
1615         * gdb.base/list.exp: Likewise.
1616         * gdb.base/reread.exp: Likewise.
1617         * gdb.base/scope.exp: Likewise.
1618         * gdb.base/shlib-call.exp: Likewise.
1619         * gdb.base/term.exp: Likewise.
1620         * gdb.c++/annota2.exp: Likewise.
1621
1622 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
1623
1624         * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
1625
1626 2002-02-10  Michael Chastain  <mec@shout.net>
1627
1628         * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
1629         (call_after_alloca): Ditto.
1630
1631 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
1632
1633         * gdb.base/ending-run.exp: Guard "cont" test with
1634         gdb_skip_stdio_test.
1635
1636 2002-02-06  Jim Blandy  <jimb@redhat.com>
1637
1638         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
1639         from here...
1640         * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
1641         To here.  Disable this test on non-HP platforms.  Add big comment.
1642
1643 2002-02-04  Michael Snyder  <msnyder@redhat.com>
1644
1645         * gdb.base/ovlymgr.c  (ovly_copy): Generalize for targets
1646           other than d10v and m32r.
1647
1648 2002-02-02  Richard Earnshaw  <rearnsha@arm.com>
1649
1650         * gdb.base/default.exp: Rewrite test patterns to reduce time
1651         taken to match them.
1652
1653 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
1654
1655         * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
1656         Allow a start function above main.
1657         * gdb.threads/linux-dp.exp: Fix copyright date.
1658
1659 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
1660
1661         * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
1662         (check_philosopher_stack): Check for manager thread before checking
1663         for a just-starting thread.
1664
1665 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
1666
1667         From Neil Booth <neil@daikokuya.demon.co.uk>:
1668         * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
1669         warnings.
1670
1671 2002-01-21  Fred Fish  <fnf@redhat.com>
1672
1673         * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
1674         not caller.
1675
1676 2002-01-21  Jim Blandy  <jimb@redhat.com>
1677
1678         * gdb.base/reread.exp: Check that GDB properly re-reads the
1679         executable file when it changes while no inferior is running.
1680
1681 2002-01-21  Fred Fish  <fnf@redhat.com>
1682
1683         * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
1684         optionally accept the "shlib events" variation.
1685
1686 2002-01-21  Jim Blandy  <jimb@redhat.com>
1687
1688         * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
1689         call `fflush' after every `printf', so that the output is produced
1690         at predictable points, regardless of whatever buffering does (or
1691         doesn't) take place.
1692         * gdb.base/ending-run.exp: Adjust tests to expect output to appear
1693         at different points.
1694
1695 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
1696
1697         * gdb.c++/inherit.exp: Update copyright years.
1698         * gdb.c++/method.exp: Likewise.
1699
1700 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
1701
1702         * gdb.c++/classes.exp: Update for improved v3 support and skipping
1703         artificial methods/arguments.
1704         * gdb.c++/derivation.exp: Likewise.
1705         * gdb.c++/inherit.exp: Likewise.
1706         * gdb.c++/method.exp: Likewise.
1707         * gdb.c++/virtfunc.exp: Likewise.
1708
1709 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
1710
1711         * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
1712         * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
1713         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
1714         * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
1715         * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
1716         * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
1717
1718 2002-01-17  Jim Blandy  <jimb@redhat.com>
1719
1720         * gdb.asm/asm-source.exp (info symbol): Take another shot at
1721         anchoring the pattern matching the entry point symbol's name.
1722
1723 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
1724
1725         * gdb.base/maint.exp: Update ``maint internal-error'' to match
1726         continue/quit query.  Update copyright.
1727
1728 2002-01-14  Michael Snyder  <msnyder@redhat.com>
1729
1730         * gdb.base/gcore.exp: Remove extra debugging output.
1731
1732 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
1733
1734         * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
1735         for slightly dubious v2 mangled string.
1736
1737 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
1738
1739         * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
1740
1741 2002-01-10  Jason Merrill  <jason@redhat.com>
1742
1743         * gdb.c++/namespace.exp: Accept trailing const for 'this'.
1744
1745         * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
1746         constructors.
1747         * gdb.c++/derivation.exp: Likewise.
1748         * gdb.c++/templates.exp: Likewise.
1749         * gdb.c++/virtfunc.exp: Likewise.
1750
1751 2002-01-10  Michael Snyder  <msnyder@redhat.com>
1752
1753         * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
1754
1755 2002-01-08  Michael Snyder  <msnyder@redhat.com>
1756
1757         * gdb.base/gcore.exp: New test for generate-core-file command.
1758         * gdb.base/gcore.c: Testcase for above.
1759         * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
1760
1761 2002-01-08  Jason Merrill  <jason@redhat.com>
1762
1763         * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
1764
1765 2002-01-07  Fred Fish  <fnf@redhat.com>
1766
1767         * gdb.c++/overload.exp: Remove unconditional xfails for:
1768         print foo_instance1.overloadargs(1)
1769         print foo_instance1.overloadargs(1, 2)
1770         print foo_instance1.overloadargs(1, 2, 3)
1771         print foo_instance1.overloadargs(1, 2, 3, 4)
1772         print foo_instance1.overloadargs(1, 2, 3, 4, 5)
1773         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
1774         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
1775         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
1776         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
1777         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1778         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
1779         print foo_instance1.overload1arg()
1780         print foo_instance1.overload1arg((char)arg2)
1781         print foo_instance1.overload1arg((signed char)arg3)
1782         print foo_instance1.overload1arg((unsigned char)arg4)
1783         print foo_instance1.overload1arg((int)arg7)
1784         print foo_instance1.overload1arg((unsigned int)arg8)
1785         print foo_instance1.overload1arg((float)arg11)
1786         print foo_instance1.overload1arg((double)arg12)
1787   
1788 2002-01-07  Michael Snyder  <msnyder@redhat.com>
1789
1790         * gdb.base/huge.exp: New test.  Print a very large target data object.
1791         (skip_huge_test): New test variable.  Define if you want to skip this
1792         test.  The test reads an 8 megabyte data object from the target, so it
1793         might be very time consuming on remote targets with a slow connection.
1794         * gdb.base/huge.c: New file.  Test case for above.
1795
1796 2002-01-07  Fred Fish  <fnf@redhat.com>
1797
1798         * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
1799         g_instance.bfoo, and g_instance.cfoo.
1800
1801 Mon Jan  7 12:22:18 2002  Jeffrey A Law  (law@redhat.com)
1802
1803         * gdb.base/break.c (multi_line_if_conditional): New function.
1804         (multi_ilne_while_conditional): Likewise.
1805         * gdb.base/break.exp: Verify that a breakpoint on a multi-line
1806         IF or WHILE condition puts the breakpoint at the start of
1807         the condition.
1808
1809         * gdb.base/selftest.exp (backtrace through signal handler): Remove
1810         hppa*-*-hpux* expected failure.
1811         * gdb.base/structs.exp (do_function_calls): Similarly.
1812
1813         * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
1814         watchpoints.
1815
1816 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
1817
1818         Fix PR gdb/66.
1819         * gdb.base/structs.exp: Replace skip for a29k with skip for
1820         gdb,cannot_call_functions.
1821         * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
1822         * gdb.base/callfuncs.exp: Ditto.
1823         * gdb.base/call-rt-st.exp: Ditto.
1824         * gdb.base/call-strs.exp: Ditto.
1825         * gdb.base/callfwmall.exp: Ditto.
1826         * gdb.base/scope.exp: Obsolete xfail a29k.
1827         * gdb.c++/misc.exp: Ditto.
1828         * gdb.c++/cplusfuncs.exp: Ditto.
1829         * gdb.base/ptype.exp: Ditto.
1830         * gdb.base/printcmds.exp: Ditto.
1831         * gdb.base/opaque.exp: Ditto.
1832         * gdb.base/list.exp: Ditto.
1833         * gdb.base/funcargs.exp: Ditto.
1834         * gdb.base/default.exp: Ditto.
1835
1836 2002-01-04  Michael Snyder  <msnyder@redhat.com>
1837
1838         * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
1839         * gdb.base/maint.exp: Add tests for maint info sections options.
1840
1841 Fri Dec 21 09:42:11 2001  Jeffrey A Law  (law@redhat.com)
1842
1843         * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
1844
1845 2001-12-20  Corinna Vinschen  <vinschen@redhat.com>
1846
1847         * gdb.asm/arm.inc: New file.
1848         * gdb.asm/asm-source.exp: Add arm targets.
1849         * gdb.asm/configure.in: Ditto.
1850         * gdb.asm/configure: Recreated from configure.in.
1851
1852 Thu Dec 20 09:54:36 2001  Jeffrey A Law  (law@redhat.com)
1853
1854         * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
1855         with HP's compiler.
1856         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
1857         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
1858         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
1859         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
1860
1861         * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
1862         either HP's compilers or GCC.
1863
1864         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
1865         a SIGBUS or SIGSEGV.
1866
1867         * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
1868
1869         * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
1870         can be compiled with either HP's compiler or GCC.
1871
1872         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
1873         * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
1874         * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
1875
1876         * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
1877         to match current gdb output.  Update due to using auto-solib-limit
1878         for limiting instead of overloading auto-solib-add.
1879         * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
1880         test program.
1881
1882         * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
1883         * gdb.hp/gdb.base-hp/dollar.exp: Likewise
1884         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1885         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
1886         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
1887         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1888         * gdb.hp/gdb.defects/bs15503.exp: Likewise.
1889         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
1890         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
1891         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
1892         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
1893         * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
1894         * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
1895
1896         * gdb.base/annota1.exp: Expect failure for hpux11 when posting
1897         a SIGTRAP to the inferior.
1898
1899 2001-12-19  Corinna Vinschen  <vinschen@redhat.com>
1900
1901         * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
1902         Substitute call to target_link by call to gdb_compile.
1903
1904 Wed Dec 19 14:10:57 2001  Jeffrey A Law  (law@redhat.com)
1905
1906         * gdb.base/break.exp: Fix HP specific search string when testing
1907         backtracing in a called function.
1908
1909         * gdb.base/constvars.exp: Only set lang to C++ if we're 
1910         compiling the test with HP's compilers.
1911         * gdb.base/volatile.exp: Similarly.
1912
1913 2001-12-19  Jim Blandy  <jimb@redhat.com>
1914
1915         * gdb.base/printcmds.exp: Expect the null character to be printed
1916         as '\0', and the '\013' to be printed as '\v'.
1917         * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
1918         * gdb.base/setvar.exp: Same.
1919
1920 2001-12-17  Jim Blandy  <jimb@redhat.com>
1921
1922         * gdb.base/completion.exp: Rather than completing very long
1923         filenames, which can make the readline library produce output we
1924         don't recognize, cd to the directory first, and then complete
1925         using nice, short relative paths.
1926
1927         * gdb.base/completion.exp: On some systems, there is, in fact, a
1928         variable named `b' in scope, since GDB treats all static
1929         variables as being in scope.  So use `no_var_named_this'
1930         instead of `b'.
1931
1932         * gdb.base/corefile.exp: Recognize the message saying that GDB
1933         can't find the core file's registers as a failure.
1934
1935 2001-12-13  Jackie Smith Cashion  <jsmith@redhat.com>
1936
1937         * gdb.base/commands.exp (user_defined_command_test): Make "show user"
1938         test expect string more specific.
1939
1940 2001-12-13  Corinna Vinschen  <vinschen@redhat.com>
1941
1942         * gdb.asm/asm-source.exp: Add support for xstormy16.
1943         * gdb.asm/configure.in: Ditto.
1944         * gdb.asm/configure: Rebuild.
1945         * gdb.asm/xstormy16.inc: New file.
1946
1947 2001-12-10  Fred Fish  <fnf@redhat.com>
1948
1949         * gdb.base/maint.exp: Update to match changes in type dumping code.
1950
1951 2001-12-10  Jim Blandy  <jimb@redhat.com>
1952
1953         * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
1954         matching the entry point symbol's name at the beginning of the
1955         line.
1956
1957 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
1958
1959         * gdb.c++/classes.exp, gdb.c++/derivation.exp,
1960         gdb.c++/inherit.exp, gdb.c++/method.exp,
1961         gdb.c++/namespace.exp, gdb.c++/templates.exp,
1962         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
1963         and class layout support.
1964
1965 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
1966
1967         * gdb.c++/classes.exp: Add test for static member function.
1968         * gdb.c++/misc.cc: Add class with static member function.
1969
1970 2001-12-07  Jim Blandy  <jimb@redhat.com>
1971
1972         If GDB says it can't find the struct the function returned, report
1973         those tests as `unsupported'.
1974         * gdb.base/call-rt-st.exp (print_struct_call): New function.
1975         Rewrite subsequent tests to use it.
1976
1977         If GDB says it can't find the struct the function returned, report
1978         those tests as `unsupported'.
1979         * gdb.base/structs.exp (call_struct_func): New function.
1980         (do_function_calls): Use call_struct_func to call the functions
1981         returning structs.
1982
1983         * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
1984         whether functions are prototyped or not, so we can't possibly pass
1985         arguments to t_float_values2 properly.
1986
1987         * gdb.base/break.exp: (test_next_with_recursion): Don't change the
1988         value of `timeout' for targets other than the mips*tx39-*.
1989
1990 2001-12-06  Michael Snyder  <msnyder@redhat.com>
1991
1992         * gdb.asm/asm-source.exp: Add tests for info target, info symbol, 
1993         and detect whether the start symbol has a leading underscore.
1994
1995 2001-12-04  Jim Blandy  <jimb@redhat.com>
1996
1997         * gdb.base/completion.exp: Clarify indentation.
1998
1999 2001-12-03  Jim Blandy  <jimb@redhat.com>
2000
2001         * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
2002         variables on the S/390, not `.word'.
2003
2004 2001-11-30  Jim Blandy  <jimb@redhat.com>
2005
2006         Add assembly-source tests for s390-ibm-linux.
2007         * gdb.asm/s390.inc: New file.
2008         * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
2009         the S/390 architecture.
2010         * gdb.asm/configure: Regenerated.
2011
2012 2001-11-30  Michael Snyder  <msnyder@redhat.com>
2013
2014         * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
2015         next, info source, info sources, info line, global and static
2016         variables, and static functions.
2017         * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
2018         * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
2019         * gdb.asm/asmsrc1.s: Add a static function and some variables.
2020         * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
2021         * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
2022         (gdbasm_leave): Restore frame pointer.
2023         (gdbasm_startup): Copy stack set-up from crt0.S.
2024
2025 2001-11-26  Fernando Nasser  <fnasser@redhat.com>
2026
2027         From 2001-11-12 Jackie Smith Cashion  <jsmith@redhat.com>:
2028         * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
2029         to a local (non-static) variable. Copy tstruct.a to a static buffer
2030         and return a pointer to that buffer.
2031         * gdb.base/callfwmall.c (t_structs_a): Ditto.
2032
2033 2001-11-24  Mark Kettenis  <kettenis@gnu.org>
2034
2035         * gdb.asm/configure.in: Fix recognition of ix86 target.
2036         * gdb.asm/configure: Regenerate.
2037
2038 2001-11-21  Michael Snyder  <msnyder@redhat.com>
2039
2040         * gdb.asm/sparc.inc: New file.
2041         * gdb.asm/asm-source.exp: Recognize sparc target.
2042         * gdb.asm/configure.in: Recognize sparc target.
2043         * gdb.asm/configure: Regenerate.
2044         
2045 2001-11-21  Michael Snyder  <msnyder@redhat.com>
2046
2047         * gdb.asm/m32r.inc: New file.
2048         * gdb.asm/asm-source.exp: Recognize m32r target.
2049         * gdb.asm/configure.in: Recognize m32r target.
2050         * gdb.asm/configure: Regenerate.
2051
2052 2001-11-20  Michael Snyder  <msnyder@redhat.com>
2053
2054         * gdb.asm/i386.inc: New file.
2055         * gdb.asm/asm-source.exp: Recognize ix86 target.
2056         * gdb.asm/configure.in: Recognize ix86 target.
2057         * gdb.asm/configure: Regenerate.
2058
2059         * gdb.c++/namespace.exp: Fix quotes in output messages.
2060
2061 2001-11-14  Michael Snyder  <msnyder@redhat.com>
2062
2063         * gdb.base/code-expr.exp: New file.  Tests use of the "@code"
2064         qualifier in a type cast expression, to designate an address
2065         in the instruction space (Harvard architecture).
2066
2067 2001-11-13  Michael Snyder  <msnyder@redhat.com>
2068
2069         * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
2070         Tests for expressions using 'const' and 'volatile'.
2071
2072 2001-11-13  Corinna Vinschen  <vinschen@redhat.com>
2073
2074         * gdb.asm/asm-sources.exp: Allow defining linker flags.
2075
2076 2001-11-12  Daniel Jacobowitz  <drow@mvista.com>
2077
2078         * lib/mi-support.exp (mi_run_to_helper): Move comments
2079         outside of gdb_expect.
2080
2081 2001-11-11  Daniel Jacobowitz  <drow@mvista.com>
2082
2083         * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
2084         mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
2085         mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
2086         mi0_run_to): New functions.
2087         * gdb.mi/mi-simplerun.exp: Use them.
2088         * gdb.mi/mi0-simplerun.exp: Likewise.
2089         * gdb.mi/mi-var-cmd.exp: Likewise.
2090         * gdb.mi/mi0-var-cmd.exp: Likewise.
2091         
2092 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
2093
2094         * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
2095         * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
2096
2097 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
2098
2099         * gdb.base/restore.exp: Include $expected value in restored test
2100         message.
2101
2102 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
2103
2104         * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
2105         implemented.
2106
2107 2001-11-08  Michael Snyder  <msnyder@redhat.com>
2108
2109         * gdb.base/callfuncs.exp: Add tests for nested call dummies.
2110         Add pass/fail message for stop at breakpoint in call dummy function.
2111
2112 2001-11-07  Michael Snyder  <msnyder@redhat.com>
2113
2114         * gdb.c++/templates.exp (test_template_breakpoints): 
2115         If we get an overload menu, but it does not match what 
2116         we expect, we still need to issue the "cancel" command.
2117         * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
2118         making the whitespace optional.  Argument for "new" may be
2119         "unsigned" as well as "unsigned int/long".
2120         * gdb.c++/templates.exp: Replace "const &" with "const ?&", 
2121         making the whitespace optional.  Also replace "(void) with
2122         "((void|)), making the keyword "void" optional.
2123         * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&", 
2124         making the whitespace optional.  Also replace "(void) with
2125         "((void|)), making the keyword "void" optional.
2126         * gdb.base/callfuncs.c (t_float_values): This function must
2127         _not_ be prototyped, and the following function (t_float_values2)
2128         must be prototyped (if the compiler supports it), so that GDB 
2129         can be tested against both cases.  Usually one case involves
2130         promotion of float to double, while the other does not.
2131         * gdb.base/callfwmall.c: Ditto.
2132         * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
2133         includes a stack frame for "start".
2134
2135 2001-11-05  Jim Blandy  <jimb@redhat.com>
2136
2137         * gdb.stabs/weird.exp: Delete "p v_comb" test.  It assumes that
2138         pointers are 32 bits long, and that offsets of relocs are always
2139         stored in the data (REL-style), and not in the reloc entry itself
2140         (RELA-style).
2141         * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
2142         stabs.
2143
2144 2001-11-01  Michael Snyder  <msnyder@redhat.com>
2145
2146         * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
2147         and regular expression operators by using quoting.
2148
2149 2001-10-31  Michael Snyder  <msnyder@redhat.com>
2150
2151         * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
2152         depending on what the symbol table contains.
2153         * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
2154         the output of the ptype command.  Similarly, accept both "const &"
2155         and "const&".
2156
2157 2001-10-31  Corinna Vinschen  <vinschen@redhat.com>
2158
2159         * gdb.base/miscexprs.c (main): Add usage of preprocessor
2160         symbol `STORAGE' to allow to choose the storage class of
2161         the local datastructures.
2162         * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
2163         compiler directive.
2164
2165 2001-10-30  Michael Snyder  <msnyder@redhat.com>
2166
2167         * gdb.base/jump.exp: Allow it to run for all targets.
2168
2169 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
2170
2171         * gdb.base/call-ar-st.c (print_double_array): Match for loop
2172         with new double_array size.
2173         (main): Change storage class of all local variables to static.
2174         Reduce size of double_array to 9.
2175         * gdb.base/call-ar-st.exp:  Increase timeout value.
2176         Change expected output for double array to match new size in
2177         call-ar-st.c.
2178
2179 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
2180
2181         * gdb.base/ending-run.exp: Create identical output when passing
2182         `step to end of run' case.  Add regular expression branch satisfying
2183         Stormy16 target.  
2184
2185 2001-10-28  Mark Kettenis  <kettenis@gnu.org>
2186
2187         * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
2188         that we catch the expected failure under Linux/x86.
2189
2190 2001-10-29  Orjan Friberg  <orjanf@axis.com>
2191
2192         * gdb.base/setvar.exp: Escape curly braces.
2193         * gdb.stabs/weird.exp: Ditto.
2194
2195 2001-10-27  Daniel Jacobowitz  <drow@mvista.com>
2196
2197         * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
2198         * gdm.mi/mi0-hack-cli.exp: Likewise.
2199
2200 2001-10-25  Andrew Cagney  <ac131313@redhat.com>
2201
2202         * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
2203         messages.
2204
2205 2001-10-21  Andrew Cagney  <ac131313@redhat.com>
2206
2207         * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
2208         checking MI enabled.
2209
2210 2001-10-09  Corinna Vinschen  <vinschen@redhat.com>
2211
2212         * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
2213
2214 2001-10-04  Frank Ch. Eigler  <fche@redhat.com>
2215
2216         * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
2217         if gdb child process crashes, just signal an error.
2218
2219 2001-10-02  Jim Blandy  <jimb@redhat.com>
2220
2221         * lib/gdb.exp (test_xfail_format): Simplify.
2222
2223         * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
2224         front of the variable name `format'.  Simplify `if'.
2225
2226 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
2227
2228         * gdb.threads/pthreads.exp: Wait for output and delay
2229         before sending ^C.
2230
2231 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
2232
2233         * gdb.mi/mi-var-display.exp (continue to incr_a):  Recognize
2234         some incorrect output instead of timing out.
2235         * gdb.mi/mi-var-display.exp (continue to incr_a):  Likewise.
2236
2237 2001-09-28  Corinna Vinschen  <vinschen@redhat.com>
2238
2239         * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
2240         check to allow additional `int'.
2241
2242 2001-09-27  Daniel Jacobowitz  <drow@mvista.com>
2243
2244         * gdb.base/completion.exp: Remove incorrect 'p "a' test.
2245         Add tests for 'p "break' (pass) and 'p "break.' (xfail).
2246
2247 2001-09-27  Michael Snyder  <msnyder@redhat.com>
2248
2249         * lib/gdb.exp (test_debug_format): New proc.
2250         (setup_xfail_format): Use new proc test_debug_format.
2251         * gdb.base/constvars.exp (local_compiler_xfail_check): New
2252         proc; use new service proc test_debug_format.
2253         Replace all other "gcc_compiled" tests with this test.
2254         * gdb.base/volatile.exp (local_compiler_xfail_check): New
2255         proc; use new service proc test_debug_format.
2256         Replace all other "gcc_compiled" tests with this test.
2257
2258 2001-09-27  Michael Snyder  <msnyder@redhat.com>
2259
2260         * gdb.base/cvexpr.exp: New file.
2261         * gdb.base/cvexpr.c: New file
2262         Test for expressions using const and volatile keywords.
2263
2264 2001-09-26  Corinna Vinschen  <vinschen@redhat.com>
2265
2266         * gdb.base/constvars.exp: Check for different orders of keywords
2267         and additional "int" strings in output.
2268
2269 2001-09-22  Andrew Cagney  <ac131313@redhat.com>
2270
2271         * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
2272         responses from "help maint".
2273
2274 2001-09-19  Frank Ch. Eigler  <fche@redhat.com>
2275
2276         * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
2277         to localhost:NNN instead of :NNN, in case Xvfb is listening
2278         only on TCP.
2279
2280 2001-09-19  Corinna Vinschen  <vinschen@redhat.com>
2281
2282         * gdb.base/recurse.exp: When checking leaving the watchpoint
2283         scope, recognize when gdb is in function's epilogue and pass.
2284
2285 2001-09-18  Keith Seitz  <keiths@redhat.com>
2286
2287         * lib/insight-support.exp (_gdbtk_export_target_info): Add
2288         support for running tests against sid targets.
2289         (gdbtk_done): Ditto.
2290
2291 2001-09-18  Corinna Vinschen  <vinschen@redhat.com>
2292
2293         * gdb.base/ending-run.c (main): Set stdout buffersize
2294         to the same reasonable value for any target.
2295         * gdb.base/ending-run.exp: Add a regular expression
2296         to make testsuite happy on Sanyo Stormy16 target.
2297
2298 2001-09-17  Corinna Vinschen  <vinschen@redhat.com>
2299
2300         * gdb.base/display.c (do_loops): Add float variable `f'.
2301         Increment f in loop.
2302         * gdb.base/display.exp: Increment timeout by 60 seconds.
2303         Change float display test to use variable `f'.
2304
2305 2001-09-17  Jim Blandy  <jimb@redhat.com>
2306
2307         * gdb.base/restore.exp: Use temporary breakpoints, to avoid
2308         overflowing the limited breakpoint tables on some ROM monitors
2309         (like the ROM68K).
2310
2311 2001-09-15  Frank Ch. Eigler  <fche@redhat.com>
2312
2313         * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
2314         the "-ac" (disable access control) flag.
2315
2316 2001-08-30  Jeff Holcomb  <jeffh@redhat.com>
2317
2318         * gdb.base/remote.c: Use a small buffer for targets with 16-bit
2319         ints.
2320
2321 2001-08-30  Keith Seitz  <keiths@redhat.com>
2322
2323         * lib/gdb.exp: Move all insight-related functionality into
2324         separate file.
2325         * lib/insight-support.exp: New file.
2326
2327 2001-08-29  Frank Ch. Eigler  <fche@redhat.com>
2328
2329         * config/sid.exp (sid_start): Never set sid verbosity; disable
2330         expect_background {} that consumed its stdout; tolerate </dev/null.
2331         Attempt to set endianness override in "sid" protocol mode.  Cleanup.
2332
2333 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
2334
2335         * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
2336         CLI jump command to start it.
2337         (mi_run_to_main): Fail immediatly when unexpected output.
2338
2339 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
2340
2341         * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
2342         beginning of function.  Fix PR gdb/191.
2343
2344 2001-08-16  Frank Ch. Eigler  <fche@redhat.com>
2345
2346         * config/sid.exp (sid_start): Don't warn if we cannot figure out
2347         what to force sid endianness to.
2348
2349 2001-08-15  Keith Seitz  <keiths@redhat.com>
2350
2351         * lib/gdb.exp (gdbtk_start): Don't set environment
2352         variables for TCL_LIBRARY and friends. Insight will
2353         now figure these out for itself.
2354
2355 2001-08-02  Michael Snyder  <msnyder@redhat.com>
2356
2357         * gdb.base/completion.exp: Remove the symbol "a64l" from
2358         the expect string; this is target-specific, and not related
2359         to what is being tested.
2360
2361 2001-08-02  Dave Brolley  <brolley@redhat.com>
2362
2363         * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
2364
2365 2001-07-25  Michael Snyder  <msnyder@redhat.com>
2366
2367         * gdb.base/consecutive.exp: New file.  Test stepping over
2368         breakpoints on consecutive instructions.
2369         * gdb.base/consecutive.c: New file.
2370
2371         * gdb.base/call-rt-st.exp: Use double-backslash to quote
2372         curly braces in regular expressions.
2373
2374 2001-07-25  Michael Snyder  <msnyder@redhat.com>
2375
2376         * gdb.base/ending-run.exp: Accept "Program exited normally" as
2377         legitimate output from stepping out of main.
2378
2379 2001-07-22  Keith Seitz  <keiths@redhat.com>
2380
2381         * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
2382         the empty string, do not run the tests.
2383
2384 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2385
2386         * gdb.base/long_long.exp: Detect size of pointer.  Take into
2387         account 2-byte pointers when testing for p/a results.
2388
2389 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2390
2391         * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K 
2392         and defined to 1K for m68hc11.
2393         (random_data): Reduce table to 1K for embedded platforms (68hc11).
2394         * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
2395         (sizeof_random_data): New variable to tell the size of the data table;
2396         don't test past this size; always run to main.
2397
2398 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2399
2400         * gdb.base/return2.exp: return of long long and double fails for
2401         68HC11; don't execute these tests on that platform.
2402         * gdb.base/return.exp: Return of a double fails for 68hc11.
2403
2404 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2405
2406         * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
2407         tests that print a float.
2408         * call-rt-st.exp: Likewise.
2409
2410 2001-07-12  Mark Kettenis  <kettenis@gnu.org>
2411
2412         * gdb.base/so-impl-ld.exp: Remove stray space that prevented
2413         running this test on Linux.
2414
2415 2001-06-24  Michael Chastain  <chastain@redhat.com>
2416
2417         * gdb.base/arithmet.exp: Remove some tests to make all test names
2418         unique.
2419
2420 2001-07-03  Michael Snyder  <msnyder@redhat.com>
2421
2422         * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
2423         the output of the ptype command.
2424
2425 2001-07-02  Michael Snyder  <msnyder@redhat.com>
2426
2427         * gdb.base/completion.exp: Don't assume that break.c is the only
2428         source file that may contain functions named "marker".
2429         * gdb.base/corefile.exp: Quote the curly braces in regexp.
2430
2431 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
2432
2433         * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
2434         of files to delete.
2435
2436         From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
2437         * gdb.disasm/h8300s.exp: New file.
2438         gdb.disasm/h8300s.s: Likewise.
2439
2440 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
2441
2442         * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
2443         empty breakpoint tables.
2444
2445 2001-06-25  Andrew Cagney  <ac131313@redhat.com>
2446
2447         * lib/mi-support.exp: Update args=... part of stop-reason
2448         patterns. Accept either a list or a tuple.
2449
2450 2001-06-23  Andrew Cagney  <ac131313@redhat.com>
2451
2452         * lib/mi-support.exp: Remove local emacs variable defining
2453         change-log-default-name.
2454
2455 2001-06-22  Michael Chastain  <chastain@redhat.com>
2456
2457         * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
2458         This is operationally compatible with the previous version.
2459
2460 2001-06-13  Jim Blandy  <jimb@redhat.com>
2461
2462         * lib/gdb.exp (gdb_test): Doc fix.
2463
2464 2001-06-10  Michael Chastain  <chastain@redhat.com>
2465
2466         * gdb.base/exprs.exp: Remove a duplicate test.
2467
2468 2001-06-06  Jim Blandy  <jimb@redhat.com>
2469
2470         * gdb.base/return2.exp (main): Use values to test float and double
2471         returns that are not NaN's, to avoid being confused by IEEE
2472         comparison rules.
2473
2474 2001-06-04  Michael Snyder  <msnyder@redhat.com>
2475
2476         * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
2477         non-zero if control_c fails.  Terminate the test on failure, 
2478         rather than wait for 12 more tests to time out.
2479
2480 2001-06-06  Jim Blandy  <jimb@redhat.com>
2481
2482         * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
2483         Don't forget to match the GDB prompt. 
2484
2485         * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
2486
2487 2001-06-04  Jim Blandy  <jimb@redhat.com>
2488
2489         * gdb.base/help.exp: Update pattern to exclude `print-load-map'
2490         command.
2491
2492 2001-05-31  Kevin Buettner  <kevinb@redhat.com>
2493
2494         * gdb.base/annota1.exp (info break): Match four or more spaces
2495         after "Address".
2496
2497 2001-05-31  Michael Chastain  <chastain@redhat.com>
2498
2499         * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
2500         (dm_type_int_star): Likewise.
2501         (dm_type_long_star): Likewise.
2502         (dm_type_void_star): Likewise.
2503
2504 2001-05-29  Kevin Buettner  <kevinb@redhat.com>
2505
2506         * gdb.base/completion.exp (INPUTRC): Set this environment variable
2507         to a known value in order to get consistent results regardless
2508         of the setting of INPUTRC or the presence or contents of .inputrc.
2509
2510 2001-05-24  Michael Snyder  <msnyder@redhat.com>
2511
2512         * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
2513         Don't require that the main thread and the manager thread are the
2514         first in the list.
2515
2516         * gdb.threads/pthreads.exp (test_startup): Relax test for thread
2517         debugging.  If test fails, issue an "unsupported" not a "fail".
2518
2519 2001-05-24  Jim Blandy  <jimb@redhat.com>
2520
2521         Don't assume that short is shorter than int.
2522         * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
2523         assume that shorts are smaller than ints.  On a 16-bit machine,
2524         this isn't true. 
2525         ("print unsigned char == (~0)"): Add test that verifies that ~0,
2526         an int, is not equal to ~0 stored in an unsigned char.  This tests
2527         the same thing that the previous test meant to, but works on
2528         16-bit machines, too.
2529         ("print unsigned char != (~0)"): Same test, complemented.
2530
2531 2001-05-24  Michael Snyder  <msnyder@redhat.com>
2532
2533         * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
2534         test for (full_coverage == 0).  This makes the test run faster, 
2535         and prevents dejagnu getting out of step.
2536
2537 2001-05-23  Kevin Buettner  <kevinb@redhat.com>
2538
2539         * gdb.base/finish.exp (finish_void): Revise pattern for
2540         stopping on the call statement to not permit stopping at
2541         the start of the instructions comprising the call sequence.
2542
2543 2001-05-19  Michael Chastain  <chastain@redhat.com>
2544
2545         * gdb.base/callfuncs.exp: Make all test names unique.
2546         * gdb.base/commands.exp: Make all test names unique.
2547         * gdb.base/condbreak.exp: Make all test names unique.
2548         * gdb.base/dbx.exp: Make all test names unique.
2549         * gdb.base/default.exp: Make all test names unique.
2550         * gdb.base/define.exp: Make all test names unique.  Conform some FAIL
2551         and TIMEOUT messages to their corresponding PASS message.
2552         * gdb.base/ending-run.exp: Make all test names unique.
2553         * gdb.base/long_long.exp: Remove duplicate test.
2554
2555 2001-05-21  Kevin Buettner  <kevinb@redhat.com>
2556
2557         * gdb.base/finish.exp (finish_void): Allow "finish" command to
2558         stop on the call statement as well as the statement after the
2559         call.
2560
2561 2001-05-21  Michael Snyder  <msnyder@redhat.com>
2562
2563         * gdb.base/long_long.exp: Allow for targets with 4-byte short.
2564
2565 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
2566
2567         * gdb.base/completion.exp: Revamp test. Make it execute on all
2568         platforms.
2569
2570 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
2571
2572         * config/gdbserver.exp (gdb_load): Handle the case
2573         in which the arguments to gdbserver are given in the
2574         baseboard configuration file.
2575         Also handle the case in which the server needs to do a
2576         load.
2577
2578 2001-05-07  Keith Seitz <keiths@cygnus.com>
2579
2580         * lib/gdb.exp (gdbtk_initialize_display): New proc which will
2581         set up the display for testing.
2582         (gdbtk_start): Convert all paths to paths that tcl will like.
2583         Export target information to environment.
2584         (_gdbtk_xvfb_init): New proc to start Xvfb if available and
2585         necessary.
2586         (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
2587         (to_tcl_path): New proc to convert a given pathname into
2588         a path acceptible as an argument to a tcl command.
2589         (_gdbtk_export_target_info): New proc to export target info
2590         into the environment for gdbtk testing.
2591         (gdbtk_done): New proc to signal end-of-test.
2592
2593 2001-05-06  Jim Blandy  <jimb@redhat.com>
2594
2595         * restore.c: Make the code of caller0 correspond to its comment.
2596
2597 2001-05-03  Michael Snyder  <msnyder@redhat.com>
2598
2599         * config/sid.exp (gdb_target_sid): Check for error messages.
2600         On error or timeout, don't make expect exit (which will terminate
2601         all subsequent tests); instead just make gdb exit.
2602         (gdb_load): Check for error messages.  On error or timeout, 
2603         return a negative value.
2604
2605 2001-04-24  Jim Blandy  <jimb@redhat.com>
2606
2607         * gdb.c++/templates.exp: If we see the prompt for the overload
2608         list, but we haven't recognized any of the longer patterns,
2609         arrange for this test to fail, not hang.
2610
2611         * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
2612         variations.
2613
2614 2001-04-22  Michael Chastain  <chastain@redhat.com>
2615
2616         * gdb.c++/local.exp: Use the 'runto' library function.
2617         * gdb.c++/namespace.exp: Likewise.
2618         * gdb.c++/overload.exp: Likewise.
2619
2620 2001-03-26  Kevin Buettner  <kevinb@redhat.com>
2621
2622         * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
2623         * gdb.base/step-line.exp: New file.  Test step/next in presence of
2624         #line directives.
2625         * gdb.base/step-line.c: New file.  Test program for the above.
2626         * gdb.base/step-line.inp: New file.  We pretend that this file has
2627         been transformed by some other tool into step-line.c.
2628
2629 2001-03-21  Jim Blandy  <jimb@redhat.com>
2630
2631         * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
2632         unmangled operator names.
2633
2634 2001-03-20  Jim Blandy  <jimb@redhat.com>
2635
2636         * gdb.threads/linux-dp.exp: Recognize an additional message
2637         generated by GDB when it doesn't understand how to debug threads
2638         on the target system.
2639
2640 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
2641
2642         * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
2643
2644 2001-03-12  Michael Chastain  <chastain@redhat.com>
2645
2646         * gdb.c++/derivation.exp: Use the 'runto' library function.
2647
2648 2001-03-12  Michael Chastain  <chastain@redhat.com>
2649
2650         * gdb.c++/annota2.exp: Fix regular expression for "post-query".
2651
2652 2001-02-24  Michael Chastain  <chastain@redhat.com>
2653
2654         * gdb.c++/ref-types.exp: Change handwritten code to library
2655         function 'runto'.
2656
2657 2001-03-16  Orjan Friberg  <orjanf@axis.com>
2658
2659         * gdb.base/signals.exp: Set count to 0 explicitly.
2660
2661 2001-03-15  Mark Salter  <msalter@redhat.com>
2662
2663         * config/monitor.exp (gdb_target_cmd): Add explicit error return.
2664         (gdb_target_monitor): Add check of gdb_target_cmd return value.
2665         (gdb_load): Add support for additional target_info: gdb_download_size
2666         and gdb_load_timeout.
2667
2668 Thu Mar  8 16:06:00 2001  David Taylor  <taylor@redhat.com>
2669
2670         * gdb.base/annota1.exp: Move test of isnative to earlier in the
2671         file -- to prevent failing when the compile fails but we have no
2672         intention of running the tests anyway.
2673
2674         * gdb.base/long_long.exp: Test target_info for no_long_long, skip
2675         tests if set.
2676
2677         * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
2678         integers.
2679
2680         * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
2681         * gdb.c++/namespace.exp: Ditto.
2682
2683 2001-03-07  Orjan Friberg  <orjanf@axis.com>
2684
2685         * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
2686         * gdb.base/pointers.exp: Relax pattern match of decimals.
2687
2688 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
2689
2690         * Makefile.in, config/abug.exp, config/cfdbug.exp,
2691         config/cpu32bug.exp, config/dve.exp, config/est.exp,
2692         config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
2693         config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
2694         config/monitor.exp, config/proelf.exp, config/rom68k.exp,
2695         config/sh.exp, config/sid.exp, config/slite.exp,
2696         config/sparclet.exp, config/udi.exp, config/unknown.exp,
2697         config/vr4300.exp, config/vr5000.exp, config/vx.exp,
2698         config/vxworks.exp, config/vxworks29k.exp,
2699         gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
2700         gdb.base/all-bin.exp, gdb.base/annota1.exp,
2701         gdb.base/arithmet.exp, gdb.base/assign.exp,
2702         gdb.base/async.exp, gdb.base/attach.exp,
2703         gdb.base/bitfields.exp, gdb.base/bitops.exp,
2704         gdb.base/break.exp, gdb.base/call-ar-st.exp,
2705         gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
2706         gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
2707         gdb.base/commands.exp, gdb.base/completion.exp,
2708         gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2709         gdb.base/constvars.exp, gdb.base/corefile.exp,
2710         gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2711         gdb.base/display.exp, gdb.base/ena-dis-br.exp,
2712         gdb.base/ending-run.exp, gdb.base/environ.exp,
2713         gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2714         gdb.base/finish.exp, gdb.base/foll-exec.exp,
2715         gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
2716         gdb.base/funcargs.exp, gdb.base/help.exp,
2717         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
2718         gdb.base/logical.exp, gdb.base/long_long.exp,
2719         gdb.base/maint.exp, gdb.base/mips_pro.exp,
2720         gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
2721         gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
2722         gdb.base/pointers.exp, gdb.base/printcmds.exp,
2723         gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
2724         gdb.base/regs.exp, gdb.base/relational.exp,
2725         gdb.base/remote.exp, gdb.base/reread.exp,
2726         gdb.base/restore.exp, gdb.base/return2.exp,
2727         gdb.base/scope.exp, gdb.base/sect-cmd.exp,
2728         gdb.base/selftest.exp, gdb.base/setshow.exp,
2729         gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2730         gdb.base/sigall.exp, gdb.base/signals.exp,
2731         gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
2732         gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2733         gdb.base/step-test.exp, gdb.base/structs.c,
2734         gdb.base/structs.exp, gdb.base/structs2.exp,
2735         gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
2736         gdb.base/volatile.exp, gdb.base/watchpoint.exp,
2737         gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
2738         gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2739         gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
2740         gdb.c++/derivation.exp, gdb.c++/inherit.exp,
2741         gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
2742         gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
2743         gdb.c++/ref-types.exp, gdb.c++/templates.exp,
2744         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
2745         gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
2746         gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
2747         gdb.fortran/types.exp, gdb.java/jmisc.exp,
2748         gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2749         gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
2750         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2751         gdb.trace/circ.exp, gdb.trace/collection.exp,
2752         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
2753         gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2754         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
2755         gdb.trace/report.exp, gdb.trace/save-trace.exp,
2756         gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2757         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2758         lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
2759         notices.
2760
2761 2001-02-27  Michael Snyder  <msnyder@cygnus.com>
2762
2763         * gdb.base/varargs.c (find_max_double): Fix printf format string:
2764         first arg is int not float.
2765
2766 2001-02-22  Michael Snyder  <msnyder@cygnus.com>
2767
2768         * gdb.base/reread.exp: Unsupported for non-native targets;
2769         doesn't work for remote debugging.
2770
2771 2001-02-19  Fernando Nasser  <fnasser@redhat.com>
2772
2773         From  Drew Moseley  <dmoseley@redhat.com>
2774         * gdb.base/ending-run.exp: Properly handle the BSP state when
2775         stepping past the end of main.
2776
2777 2001-02-19  John Moore  <jmoore@redhat.com>
2778
2779         * gdb.base/commands.exp (infrun_breakpoint_command_test):
2780         Converted HPUX fix for non-expected items following multiple
2781         step commands into general solution for all platforms.
2782
2783 2001-02-18  Michael Chastain  <chastain@redhat.com>
2784
2785         * gdb.c++/classes.exp (do_tests): Change runto statements
2786         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
2787         statements demangler agnostic.
2788         * gdb.c++/virtfunc.exp (do_tests): Likewise.
2789         (gdb_virtfunc_restart): Likewise.
2790
2791 2001-02-14  Michael Chastain  <chastain@redhat.com>
2792
2793         * gdb.c++/inherit.exp (do_tests): Change runto statements
2794         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
2795         statements demangler agnostic.
2796
2797 Sun Feb  4 17:32:21 2001  Andrew Cagney  <cagney@redhat.com>
2798
2799         * gdb.threads/pthreads.exp: Unify pass/fail messages for
2800         ``continue to bkpt at common_routine in thread 2'' and ``stopped
2801         before calling common_routine 15 times'' tests.
2802
2803 2001-02-11  Michael Chastain  <chastain@redhat.com>
2804
2805         * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
2806         Helps the test script figure out which demangler is in use.
2807         (dm_type_foo_ref): Ditto.
2808         (dm_type_int_star): Ditto.
2809         (dm_type_long_star): Ditto.
2810         (dm_type_unsigned_int): Ditto.
2811         (dm_type_void): Ditto.
2812         (dm_type_void_star): Ditto.
2813         * gdb.base/cplusfuncs.exp (probe_demangler): New function.
2814         Probe the gdb demangler and set variables to accommodate
2815         formatting differences.
2816         (info_func_regexp): New function.  Same as info_func, but
2817         matches against a regexp.
2818         (info_func): Match against a literal string.
2819         (print_addr_2): New function.  Match against a literal string,
2820         which can be different from the input to gdb.
2821         (print_addr): Simply call print_addr_2 with the same argument twice.
2822         (test_lookup_operator_functions): Use demangler formatting variables.
2823         Blow away the xfails and workarounds for gnats gdb bug gdb/18.  Sort
2824         the tests in the same order as the C++ class declaration.
2825         (test_paddr_operator_functions): Ditto.
2826         (test_paddr_overloaded_functions): Ditto.
2827         (test_paddr_hairy_functions): Use demangler formatting variables.
2828         Add reference to gdb/19 for related tests.
2829         (do_tests): Call probe_demangler.
2830
2831 2001-01-30  Kevin Buettner  <kevinb@redhat.com>
2832
2833         * gdb.c++/templates.cc (printf): Remove unused function definition.
2834
2835 2001-01-26  Felix Lee  <flee@redhat.com>
2836
2837         * sid.exp (sid_exit): Pass host, not target, to remote_close.
2838
2839 2001-01-25  matthew green  <mrg@redhat.com>
2840
2841         * config/sid.exp (sid_start): Call `remote_push_conn' after firing
2842         up sid.
2843         (sid_exit): Call `remote_pop_conn' after GDB is gone.
2844
2845 2001-01-25  matthew green  <mrg@redhat.com>
2846
2847         * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
2848         Deprecate $sid_spawn_id. 
2849         (sid_exit): Remove code necessary only for `spawn.'
2850
2851 2001-01-25  matthew green  <mrg@redhat.com>
2852
2853         * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2854
2855 2001-01-28  Michael Chastain  <chastain@redhat.com>
2856
2857         * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
2858         to call when tests fail.  It takes gdb out of the overloaded
2859         function choice menu back to the main prompt, so that the test
2860         program stays synchronized.
2861         (set_bp_overloaded): New proc to collect all the common
2862         code for setting a breakpoint on an overloaded name.  Calls
2863         take_gdb_out_of_choice_menu when needed.
2864         (menu_overload1arg): New variable to collect the repeated
2865         instances of the expected menu for an overloaded name.  Change
2866         the regular expression to handle changes in g++ type encoding:
2867         "void" can be either "void" or "", and "unsigned int" can be
2868         either "unsigned int" or "unsigned".
2869         (continue_to_bp_overloaded): Change regular expressions to handle
2870         changes in g++ type encoding.
2871         (no proc): Call take_gdb_out_of_choice_menu when needed.
2872         Remove redundant calls to "info break".  Accept either "canceled"
2873         or "cancelled".  Change regular expressions in "info break"
2874         calls to handle changes in g++ type encoding.  Give all tests
2875         unique strings.
2876
2877 2001-01-17  Ben Elliston  <bje@redhat.com>
2878
2879         * config/sid.exp: New file.
2880
2881 Fri Jan 12 18:29:01 2001  Andrew Cagney  <cagney@b1.cygnus.com>
2882
2883         * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
2884
2885 2000-12-21  Michael Snyder  <msnyder@cygnus.com>
2886
2887         * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
2888         Add a RE to accept a non-ascii char if one is ever presented.
2889
2890 2000-12-20  Fernando Nasser  <fnasser@redhat.com>
2891
2892         * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
2893
2894 2000-12-18  Michael Snyder  <msnyder@cygnus.com>
2895
2896         * gdb.base/setvar.exp: Use double '\\' to quote curly braces 
2897         in regexp.  One '\' does not suffice on Linux.
2898
2899 2000-12-09  Michael Chastain  <chastain@redhat.com>
2900
2901         * gdb.base/break.exp (test_clear_command): Use a marker function
2902         rather than 'main' for the test function.  Also move this
2903         test to an execution point where the marker function names are
2904         guaranteed to be bound to functions.  (Executing tests after a
2905         'finish' from main runs into name conflicts with local names
2906         in __libc_start_main).
2907
2908 2000-12-07  Michael Snyder  <msnyder@cygnus.com>
2909
2910         * gdb.base/finish.exp: New test for gdb's "finish" command.
2911         * gdb.base/return2.exp: New test for gdb's "return" command.
2912         * gdb.base/return2.c: New source file for above.
2913
2914 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
2915
2916         * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
2917         * gdb.base/miscexprs.exp: Ditto.
2918         * gdb.base/pointers.exp:  Ditto.
2919         * gdb.c++/derivation.exp: Ditto.
2920         * gdb.c++/local.exp:      Ditto.
2921         * gdb.c++/namespace.exp:  Ditto.
2922         * gdb.c++/overload.exp:   Ditto.
2923         * gdb.c++/ref-types.exp:  Ditto.
2924
2925 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
2926
2927         * gdb.base/constvars.exp: Test result of "up" command.
2928         * gdb.base/miscexprs.exp: Ditto.
2929         * gdb.base/pointers.exp:  Ditto.
2930         * gdb.base/scope.exp:     Ditto.
2931         * gdb.c++/derivation.exp: Ditto.
2932         * gdb.c++/local.exp:      Ditto.
2933         * gdb.c++/namespace.exp:  Ditto.
2934         * gdb.c++/overload.exp:   Ditto.
2935         * gdb.c++/ref-types.exp:  Ditto.
2936
2937 2000-11-22  Michael Chastain  <chastain@redhat.com>
2938
2939         * mips_pro.exp: Accept either "middle -> top -> main" or
2940         "middle -> main" in the backtrace, because gcc can optimize
2941         tail calls to jumps.  Remove setup_xfail for the hppa case.
2942         Add a comment with the original warning messages from PR 3016,
2943         which was filed in 1993, to preserve them for posterity.
2944
2945 2000-11-17  Nick Duffek  <nsd@redhat.com>
2946
2947         * lib/gdb.exp (gdb_test): Override timeout with board info.
2948
2949 2000-11-17  Nick Duffek  <nsd@redhat.com>
2950
2951         * gdb.base/display.exp: Don't kill running stub.  Add "again" to
2952         the second kill and detach messages.
2953
2954 2000-11-17  Nick Duffek  <nsd@redhat.com>
2955
2956         * configure.in: Add AC_EXEEXT.
2957         * configure: Regenerate.
2958         * Makefile.in (just-check): Export EXEEXT.
2959         * lib/gdb.exp ($EXEEXT): Import from environment.
2960         * gdb.base/maint.exp: Expect $EXEEXT in executable name.  Don't
2961         expect "maint dump-me" on Cygwin.
2962         * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
2963         $EXEEXT.
2964
2965 2000-11-17  Nick Duffek  <nsd@redhat.com>
2966
2967         * gdb.base/break.exp: Test backtrace and finish from called
2968         function on all platforms, not just HP-UX.
2969
2970 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
2971
2972         * config/monitor.exp (gdb_target_cmd): Abstracts some of the
2973         code from gdb_target_monitor, so it can be used independantly
2974         for gdbserver.  Also comment out an unnecessary PUTS.
2975         
2976 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
2977
2978         * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
2979         * gdb.base/corefile.exp: Expect the message "Program is being
2980         debugged already" when we send the "corefile" command, since
2981         the preceeding gdb_load may have connected gdb to a remote target.
2982         * gdb.base/display.exp: Disable hardware watchpoints if new
2983         board info variable "no_hardware_watchpoints" is true.
2984         Replace single-letter commands with more readable ones.
2985         * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
2986         if new board info variable "no_hardware_watchpoints" is true.
2987         * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
2988         to see if stdio (printf) testing is possible.
2989         * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
2990         board info variable "no_hardware_watchpoints" is true.  Use new
2991         proc "gdb_skip_stdio_tests" to see if printf tests are possible.
2992
2993 2000-11-13  Fernando Nasser  <fnasser@redhat.com>
2994
2995         From Orjan Friberg  <orjanf@axis.com>:
2996         * gdb.base/printcmds.exp: Escape curly braces followed by a number
2997         in array print pattern match.
2998
2999 2000-11-09  Fernando Nasser  <fnasser@redhat.com>
3000
3001         * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
3002         spelling "cancelled" to U.S. spelling "canceled" to match changes
3003         made to gdb.
3004         * gdb.c++/ovldbreak.exp: Ditto.
3005
3006 2000-11-06  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3007
3008         * gdb.base/callfuncs.c (main):  Moved to end of file, call
3009         t_double_values to initialize the FPU before inferior calls are made.
3010         * gdb.base/callfuncs.exp:  Test for register preservation after calling
3011         inferior functions.  Add tests for continuining, finishing and
3012         returning from a stop in a call dummy.
3013
3014 2000-10-24  Michael Snyder  <msnyder@cygnus.com>
3015
3016         * gdb.base/commands.exp: Break up long lines, and re-indent.
3017
3018 2000-10-19  Michael Snyder  <msnyder@cygnus.com>
3019
3020         * config/gdbserver.exp:  Rewritten from the ground up, to make it
3021         compatible with the current dejagnu tree, and to make it work with
3022         the new "gdbserver" in libremote.
3023
3024 2000-10-16  Michael Snyder  <msnyder@cygnus.com>
3025
3026         * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
3027         * gdb.base/varargs.exp: Skip entire test if no printf support.
3028         * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
3029         * gdb.base/shlib-call.exp: Skip several tests if no printf support.
3030
3031 2000-10-13  Michael Snyder  <msnyder@cygnus.com>
3032
3033         * lib/gdb.exp (gdb_skip_float_test): New proc.  Skip test if
3034         no floating point support.
3035         (gdb_skip_stdio_test): New proc.  Skip test if no stdio support.
3036         * gdb.base/call-ar-st.exp: Use above procs to skip tests.
3037         * gdb.base/call-rt-st.exp: Ditto.
3038         * gdb.base/call-strs.exp: Ditto.
3039
3040 2000-08-02  Jimmy Guo  <guo@hpcleara.cup.hp.com>
3041
3042         * gdb.base/sizeof.c: include <stdio.h>.
3043
3044         * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
3045         'finish', otherwise uncaptured gdb_prompt would potentially
3046         throw remaining test points out of sync.
3047
3048 2000-07-26  Scott Bambrough <scottb@netwinder.org>
3049
3050         * gdb.base/recurse.exp: Run tests for all targets.
3051         * gdb.base/so-impl-ld.exp: Added wildcard to handle the
3052         gnu-oldld case on ARM.
3053         * gdb.base/watchpoint.exp (test_stepping): Clear xfail
3054         for ARM targets.
3055  
3056 Mon Jul 24 07:46:02 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
3057
3058         * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
3059         * gdb.java/configure: Rebuild.
3060
3061 Sun Jul 23 21:42:34 2000  Anthony Green  <green@redhat.com>
3062
3063         * gdb.java/jv-exp.exp: New file.
3064
3065 Sun Jul 23 21:02:42 2000  Anthony Green  <green@redhat.com>
3066
3067         * configure: Rebuilt.
3068         * configure.in (configdirs): Add gdb.java.
3069         * gdb.java/jmisc.java: New file.
3070         * gdb.java/jmisc.exp: New file.
3071         * gdb.java/Makefile.in: New file.
3072         * gdb.java/configure: Rebuilt.
3073         * gdb.java/configure.in: New file.
3074         * lib/java.exp: New file.
3075
3076 Wed Jul 12 18:14:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3077
3078         * gdb.base/exprs.exp: Test casts to a pointer including over and
3079         underflow.
3080
3081 Thu Jul 13 11:52:53 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3082
3083         * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files.  Compare GDB
3084         and the compilers sizes.
3085
3086 2000-07-09  Nick Duffek  <nsd@redhat.com>
3087
3088         * gdb.c++/misc.cc (class ClassParam, class_param): Define.
3089         (use_methods): New function.
3090         (main): Call use_methods().
3091         * gdb.c++/classes.exp (test_method_param_class): New procedure.
3092         (do_tests): Call test_method_param_class.
3093
3094 2000-07-09  Nick Duffek  <nsd@redhat.com>
3095
3096         * gdb.c++/classes.exp (test_nonexistant_members): Fix name
3097         spelling.
3098         (test_enums): New procedure.  Move enum tests from end of script
3099         to here.  Set breakpoint on function name instead of line number.
3100         * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
3101         (enums2): New marker function.
3102         (enums1): New function.
3103         (main): Call enums1().  Move enum tests to enums1().
3104
3105 Tue Jul  4 03:43:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3106
3107         * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
3108         compile/link program.  Update line numbers.
3109         * gdb.asm/d10v.inc: Define ``startup''.
3110         * gdb.asm/asmsrc1.s: Add definition of _start.
3111         
3112 Fri Jun 23 17:45:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3113
3114         * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
3115
3116 2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3117
3118         * gdb.base/maint.exp: Add 'maint print architecture' item to output
3119         of 'help maint print' command.
3120
3121 Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3122
3123         * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
3124         they use gdb_expect_list.
3125
3126 Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3127
3128         * gdb.base/commands.exp: Use ``set remote
3129         memory-read-packet-size'' instead of ``set endian big'' to test
3130         long commands.
3131
3132 2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
3133
3134         * gdb.c++/templates.exp (do_tests): Make all of these work under
3135         g++, and stop skipping them. 
3136
3137         * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
3138         work under g++.
3139
3140         * gdb.c++/misc.cc: Fix ambiguous initialization with correct 
3141         initialization.
3142
3143 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
3144
3145         * gdb.base/annota1.exp (run until main breakpoint): Loosen up
3146         the regular expression: accept an (almost) arbitrary sequence of
3147         "frames-invalid" and "breakpoints-invalid" messages both before
3148         and after the "starting" message.
3149
3150 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
3151
3152         * gdb.c++/local.exp: This test has never been known to work with g++.
3153
3154 2000-05-18  Michael Snyder  <msnyder@cygnus.com>
3155
3156         * gdb.base/annota1.exp (annotate-signal-handler-caller):
3157         Relax the regular expression a little, make it pass on Solaris 8.
3158
3159 2000-05-12  Kevin Buettner  <kevinb@redhat.com>
3160
3161         * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
3162         a call, do not require that gdb stop on the line after the call. 
3163         Instead, it is permissible for gdb to stop on the line of the
3164         call itself.
3165
3166 2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
3167
3168         * gdb.base/break.exp (bp on small function, optimized file):
3169         Add a second pass pattern.  The behavior differs here between stabs
3170         and dwarf for one-line functions.  Stabs preserves two line symbols
3171         (one before the prologue and one after) with the same line number,
3172         but dwarf regards these as duplicates and discards one of them.
3173         Therefore the address after the prologue (where the breakpoint is)
3174         has no exactly matching line symbol, and GDB reports the breakpoint
3175         as if it were in the middle of a line rather than at the beginning.
3176
3177 2000-05-08  Michael Snyder  <msnyder@cygnus.com>
3178
3179         * gdb.base/interrupt.exp: Make "pass" message say "send" 
3180         rather than "send_gdb" (for consistancy).
3181
3182 Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3183
3184         From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
3185         * gdb.c++/templates.cc: Properly check for GCC version number.
3186         * lib/compiler.cc: Likewise
3187
3188 2000-04-28  Michael Snyder  <msnyder@cygnus.com>
3189
3190         * gdb.base/break.exp: When compiled with -O2 optimization, 
3191         gdb may not stop at the first line of main, due to code motion.
3192
3193 2000-04-26  Michael Snyder  <msnyder@cygnus.com>
3194
3195         * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
3196         This test depends on parsing the printf output from the target.
3197         Since the sparclet stub doesn't do stdio, this will never work.
3198         * gdb.base/call-rt-st.exp: ditto.
3199         * gdb.base/call-strs: ditto.
3200
3201 2000-04-24  Michael Snyder  <msnyder@cygnus.com>
3202
3203         * gdb.base/miscexprs.exp: make sizeof long array test portable.
3204
3205         * gdb.base/ending-run.exp: After connecting to a remote target,
3206         but before running, the target will appear to be in a random
3207         location.  Specify both a file and a line for breakpoints.
3208         Also, the function that calls main may be called 'init'
3209         rather than 'start'.
3210
3211 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3212
3213         * gdb.base/help.exp: Update output for add-symbol-file command.
3214
3215 2000-04-10  Fernando Nasser  <fnasser@cygnus.com>
3216
3217         From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3218         * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
3219
3220 2000-04-07  J.T. Conklin  <jtc@redback.com>
3221
3222         * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
3223
3224         * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
3225
3226 Thu Mar 30 13:26:19 2000  Philippe De Muyter  <phdm@macqel.be>
3227
3228         * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
3229         values that can be represented exactly.
3230         * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
3231         above change, and to not check against the directory part of the source
3232         file name.
3233         (step into print_long_arg_list): Likewise.
3234         (print print_small_structs from print_long_arg_list): Likewise.
3235         (print print_long_arg_list): Likewise.
3236
3237 2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3238
3239         * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
3240
3241 Mon Mar 27 14:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3242
3243         * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
3244
3245 2000-03-25  Daniel Berlin  <dan@cgsoftware.com>
3246
3247         * gdb.base/commands.exp (deprecated_command_test): Add test for
3248         deprecate with no arguments.
3249
3250 2000-03-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
3251
3252         * gdb.base/break.exp: Add new test for setting breakpoints on
3253         optimized code so we can test breakpoints work even when function
3254         prologues may be optimized away
3255
3256 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3257
3258         From David Whedon <dwhedon@gordian.com>
3259         * gdb.base/commands.exp : Added command deprecator tests.
3260
3261 2000-03-22  Daniel Berlin   <dan@cgsoftware.com>
3262
3263        * gdb.base/help.exp: Added test for new apropos command.
3264
3265 2000-03-21  Kevin Buettner <kevinb@redhat.com>
3266
3267         * gdb.base/pointers.c (usevar): New function.
3268         (main): Make sure that global variables v_int_pointer2, rptr,
3269         and y are all referenced someplace in the program by calling
3270         usevar() on them.  [Some linkers delete symbols which are
3271         never referenced.  The space remains, but there's no way to
3272         get a (symbolic) handle on the variable from the debugger.]
3273
3274 2000-03-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3275
3276         * gdb.base/printcmds.c: Add typedeffed arrays.
3277
3278         * gdb.base/printcmds.exp (test_print_typedef_arrays): New
3279         procedure to test arrays that are typedef'd.
3280
3281 2000-03-13  James Ingham  <jingham@leda.cygnus.com>
3282
3283         * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
3284         the library directories. 
3285
3286 Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
3287
3288         * configure.in (configdirs): Add sub directory gdb.mi.
3289         * configure: Re-generate.
3290
3291         * gdb.mi: New directory.
3292         
3293 2000-02-25  Scott Bambrough <scottb@netwinder.org>
3294
3295         * gdb.base/long_long.exp: Correct test suite failure when printing
3296         a long long value as a double on ARM platforms.
3297
3298 2000-02-16  Jim Blandy  <jimb@redhat.com>
3299
3300         * gdb.base/break.exp ("breakpoint line number"): Make sure the
3301         default source file is set properly before running this test.
3302
3303 2000-02-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3304
3305         * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
3306         gdbtk/library directory, not in gdbtcl2.
3307
3308 2000-02-04  Jim Blandy  <jimb@redhat.com>
3309
3310         * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
3311         backslash from regexp pattern.
3312
3313         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
3314         procedure.  Use it to run all the "continue to bp overloaded"
3315         tests.  Note that this changes the names of the tests slightly.
3316         If the breakpoint hit message includes a hex PC value, because
3317         GCC's Dwarf 2 line info doesn't help us distinguish the prologue
3318         from the real source code, still consider that a pass.
3319
3320         * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
3321         XFAIL here if the breakpoint message contains a hex address.  Note
3322         similar change on 1999-11-02.
3323
3324         * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
3325
3326         * gdb.base/ptype.exp: Establish a default source file before
3327         calling get_debug_format.
3328
3329 2000-02-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3330
3331         * gdb.base/watchpoint.exp: Remove duplication of test messages.
3332
3333 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3334
3335         * gdb.base/step-test.exp: Fix the steps to enter a callee by means
3336         of successive stepi commands -- while in the prologue we should see
3337         the function entry bracket.
3338
3339 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3340
3341         * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
3342         reach __change_mode() when stepping through the end of main().
3343
3344 2000-01-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3345
3346         * gdb.base/default.exp: Fix expected pattern.
3347         * gdb.base/help.exp: Same.
3348
3349 2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3350
3351         * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
3352         Don't use xfail's because that affects only the following test.
3353         
3354         * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
3355         solaris or linux.
3356
3357         * gdb.base/selftest.exp: Update to reflect changes to main.c.
3358
3359 2000-01-07  Michael Snyder  <msnyder@cygnus.com>
3360
3361         * gdb.base/display.exp: Some yacc parsers like to say 
3362         "A syntax error" rather than "A parse error".  Accept both.
3363
3364 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3365
3366         * gdb.base/default.exp: Remove OS dependent string from "target
3367         remote" test.
3368         * gdb.base/help.exp: Same for "help target remote" test.
3369
3370 2000-01-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3371
3372         From Jim Kingdon <kingdon@redhat.com>:
3373
3374         * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
3375         prompt (cleanup rather than necessity, but still might keep output
3376         from spilling to next test).
3377
3378 2000-01-02  Fred Fish  <fnf@cygnus.com>
3379
3380         * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
3381         AIX, which defines them in <sys/types.h>.
3382
3383 1999-12-16  Stan Shebs  <shebs@andros.cygnus.com>
3384
3385         * gdb.base/default.exp: Match arm* etc instead of arm in "info
3386         float" test.
3387
3388 1999-12-13 Fernando Nasser  <fnasser@totem.to.cygnus.com>
3389
3390         * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
3391
3392         * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
3393         outermost frame disallowed".
3394
3395 1999-12-09  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3396
3397         * gdb.base/setvar.exp: New tests for setting the value of a struct
3398         with a constant list.
3399
3400 1999-12-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3401
3402         * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
3403         require the user to type a cast before setting the value of a struct.
3404
3405 1999-12-06  Jim Blandy  <jimb@cygnus.com>
3406
3407         * gdb.base/default.exp: Expect the new 'info float' command on
3408         all i386 platforms.
3409
3410         * gdb.threads/linux-dp.exp: Expand our ability to recognize
3411         LinuxThreads libraries that don't support debugging.
3412
3413 Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
3414
3415         * gdb.base/remote.c: Fill the buffer with truely random data.
3416         Change the buffer type to ``unsigned char'' to simplify size
3417         arithmetic.
3418
3419         * gdb.base/remote.exp: Reduce download numbers by one.  Typical
3420         stub only handles 400-1 byte packets.  Verify that the download
3421         worked.
3422
3423 1999-11-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3424
3425         * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
3426         tests, using UNRESOLVED for the untested cases.  Also, does not wait
3427         for a timeout if the prompt was received before a recognizable pattern.
3428
3429 1999-11-29  Fernando Nasser  <fnasser@totem.to.cygnus.com>
3430
3431         * lib/gdb.exp (gdb_expect_list): Fix spelling.
3432
3433 1999-11-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3434
3435         * gdb.base/watchpoint.exp: Add tests cases for the hit count of
3436         watchpoints.
3437
3438 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
3439
3440         * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
3441
3442         * gdb.c++/local.exp: Be more flexible in recognizing local class
3443         name mangling.  Don't allow horribly truncated method names.
3444         * gdb.c++/derivation.exp: Expect protected inheritance.
3445         * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
3446         * gdb.c++/virtfunc.exp: Likewise.
3447         * gdb.c++/classes.exp: Likewise.  Don't require the enclosing scope
3448         when printing a nested enum.
3449
3450 1999-11-22  Jim Blandy  <jimb@cygnus.com>
3451
3452         * gdb.base/step-test.exp: Properly await GDB's response to setting
3453         a breakpoint on the call to large_struct_by_value.
3454
3455         * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
3456         just because we have debug info for the `start' function.
3457
3458 1999-11-19  Jim Blandy  <jimb@zenia.red-bean.com>
3459
3460         * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
3461         "Unknown signal" messages, which indicate (on LinuxThreads) that
3462         GDB doesn't know how to debug threads on this system.  This is
3463         better than hanging while philosopher 0 dumps chatter into gdb.log.
3464
3465 1999-11-18  Tom Tromey  <tromey@cygnus.com>
3466
3467         * gdb.trace/deltrace.exp: Updated test to reflect new error text.
3468
3469 1999-11-18  Fred Fish  <fnf@cygnus.com>
3470
3471         * gdb.base/coremaker2.c: Add sample program for generating
3472         cores that is more self contained than coremaker.c.  Eventually
3473         I'll add more code to this and tie it into the testsuite.
3474
3475 1999-11-12  Stan Shebs  <shebs@andros.cygnus.com>
3476
3477         * gdb.base/dollar.exp: Remove, now in gdb.hp.
3478
3479 1999-11-10  Jimmy Guo  <guo@cup.hp.com>
3480
3481         * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
3482         from $srcdir/lib/.
3483         * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
3484         and gdb.c++/.
3485
3486         * gdb.c++/derivation.exp: remove redundant get compiler info code.
3487
3488         * gdb.base/commands.exp: add '$gdb_prompt $' anchor to 
3489         'continue with watch' test point.
3490
3491 1999-11-08  Jim Blandy  <jimb@zenia.red-bean.com>
3492
3493         Merged from p2linux-990323-branch:
3494         
3495         * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
3496
3497 Mon Nov  8 23:07:09 1999  Andrew Cagney  <cagney@amy.cygnus.com>
3498
3499         * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
3500         {limit,fixed}''.  Test ``set download-write-size''.
3501
3502 Sun Nov  7 17:37:01 1999  Andrew Cagney  <cagney@b1.cygnus.com>
3503
3504         * gdb.base/funcargs.exp: Rewrite stack traceback checks using
3505         gdb_expect_list.
3506
3507 Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
3508
3509         * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
3510
3511 1999-11-03  Mark Salter  <msalter@cygnus.com>
3512
3513         * gdb.base/break.exp: Fix "stub continue" pattern.
3514
3515 1999-11-03  Jim Blandy  <jimb@zwingli.cygnus.com>
3516
3517         * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
3518
3519 1999-11-02  Jim Blandy  <jimb@zwingli.cygnus.com>
3520
3521         * gdb.base/display.exp ("finish"): Add timeout clause.
3522
3523         * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
3524         plain prompt clause, so this doesn't have to time out in order to
3525         fail.
3526
3527         * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
3528         breakpoint hit messages include an address.
3529
3530         * gdb.base/display.exp: Don't forget to escape parens in regular
3531         expressions.  Unix regexp notatation sucks.
3532
3533 1999-11-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3534
3535         * gdb.base/annota1.exp: Test for annotate-signalled: change output
3536         order for 'signalled' message.
3537
3538 1999-11-01  Stan Shebs  <shebs@andros.cygnus.com>
3539
3540         From Jimmy Guo  <guo@cup.hp.com>:
3541         * gdb.base/annota1.exp: Add tests for annotate ignore count change.
3542         * gdb.base/annota1.c: Add code for tests to work with.
3543
3544 1999-10-26  Frank Ch. Eigler  <fche@cygnus.com>
3545
3546         * gdb.base/remote.exp: New test for remote downloading settings.
3547         * gdb.base/remote.c: New file with large .data.
3548
3549 1999-10-18  Jim Blandy  <jimb@zwingli.cygnus.com>
3550
3551         * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
3552         for LinuxThreads support, merged from the Code Fusion branch.
3553
3554 Mon Oct 11 13:57:21 1999  Andrew Cagney  <cagney@amy.cygnus.com>
3555
3556         * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
3557         containing exp_continue into a while within an expect.  Don't
3558         attempt a start more than three times.  Check return value from
3559         gdb_load.
3560         
3561 Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
3562
3563         * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
3564         a pass case.
3565
3566 1999-10-01  Kevin Buettner <kevinb@cygnus.com>
3567
3568         * gdb.base/break.c (main): Added a statement that we can step
3569         off of.
3570         * gdb.base/break.exp: Added tests for setting a breakpoint
3571         at an offset and stepping onto a breakpoint.
3572
3573 1999-10-01  Fred Fish  <fnf@cygnus.com>
3574
3575         * gdb.base/help.exp (help add-symbol-file): Update to match current 
3576         gdb output.
3577
3578 1999-09-18  Jim Blandy  <jimb@cris.red-bean.com>
3579
3580         * gdb.base/break.exp: Code locations are in hex, don't forget!
3581         (For HP-UX.)
3582
3583 1999-09-17  Stan Shebs  <shebs@andros.cygnus.com>
3584
3585         * condbreak.exp: Use break.c as test program.
3586         * condbreak.c: Remove, redundant with break.c.
3587
3588 1999-09-15  Stan Shebs  <shebs@andros.cygnus.com>
3589
3590         * config/monitor.exp (gdb_target_monitor): Disable X- and
3591         Z-packets if the target needs it.
3592
3593 1999-09-13  James Ingham  <jingham@leda.cygnus.com>
3594
3595         * gdb.c++/overload.exp: Added tests for listing overloaded
3596         functions with function pointers in the arg, explicitly calling
3597         out the version you want.
3598
3599 1999-09-09  Stan Shebs  <shebs@andros.cygnus.com>
3600
3601         * long_long.exp: Add variations of test cases that work for
3602         targets with 16-bit ints and 32-bit doubles.
3603
3604 1999-09-08  Stan Shebs  <shebs@andros.cygnus.com>
3605
3606         * break.c (main): Compare a possibly-uninitialized argc with an
3607         unlikely value that fits in 16 bits.
3608
3609 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
3610
3611         * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
3612         0xfeeb, don't want negative numbers if ints are 16 bits.
3613
3614         * lib/gdb.exp (skip_cplus_tests): New proc.
3615         * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3616         gdb.c++/anon-union.exp, gdb.c++/classes.exp,
3617         gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
3618         gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
3619         gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
3620         gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
3621         gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
3622         gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
3623
3624         * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
3625
3626 Fri Sep  3 15:37:12 1999  Kevin Buettner  <kevinb@cygnus.com>
3627
3628         * gdb.base/corefile.exp (up): Allow a parameter to appear
3629         in the frame that we're going up to.
3630
3631         From Jim Blandy <jimb@cygnus.com>:
3632
3633         * gdb.base/default.exp (info float): Expect some output now.
3634
3635         * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
3636         returning floating-point values to fail on the x86.
3637         * gdb.base/callfwmall.exp (do_function_calls): Same.
3638
3639         * gdb.base/list.exp (test_listsize): Correct expectations for
3640         listing line 1 with listsize 2.  Also, listing a single line
3641         works now, as does listing three lines.  [Kevin's note: There
3642         were a number of other cases fixed too where the expectations
3643         differed...]
3644
3645 1999-09-02  Stan Shebs  <shebs@andros.cygnus.com>
3646
3647         * gdb.base/selftest.exp: Add case for when version prints as
3648         constant string instead of char pointer.
3649
3650 1999-08-25  Stan Shebs  <shebs@andros.cygnus.com>
3651
3652         * gdb.base/ending-run.exp: Add Solaris case for what happens when
3653         stepping out of main.
3654
3655         * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
3656         G++ used.
3657
3658         * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
3659         always, expect ptype InnerLocal::NestedInnerLocal to fail always.
3660
3661         * gdb.c++/ovldbreak.exp: Update match string in test that
3662         includes a warning of multiple breakpoints.
3663
3664 1999-08-24  Stan Shebs  <shebs@andros.cygnus.com>
3665
3666         * gdb.base/display.exp: Improve precision of step-after-finish
3667         added yesterday.
3668
3669         * gdb.base/signals.exp: Add extra wildcard to "handle all print"
3670         test.
3671
3672         * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
3673         configs when using G++, not just hppa*.
3674
3675 1999-08-24  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3676
3677         * gdb.base/async.c: New file.
3678         * gdb.base/async.exp: New file.
3679
3680 Tue Aug 24 03:24:53 1999  Jeffrey A Law  (law@cygnus.com)
3681
3682         * gdb.base/break.exp: Tweak PA specific tests to properly handle
3683         PA64.
3684
3685 Mon Aug 23 10:25:20 1999  Jeffrey A Law  (law@cygnus.com)
3686
3687         * gdb.base/display.exp: "finish" can leave us mid-line on many
3688         targets, deal with it.  Add a small constant to main, instead of
3689         1000 since main+1000 may not be a valid address in the target.
3690
3691         * gdb.base/dollar.exp: Do not run for PA processors in wide mode
3692         on hpux11.
3693
3694         * gdb.base/attach.exp: Handle another hpux11 error message variant
3695         when attaching to a process that does not exist.
3696
3697 1999-08-19  J.T. Conklin  <jtc@redback.com>
3698
3699         * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
3700         characters in 'continue to 1241' test.
3701
3702 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
3703
3704         * gdb.base/call-ar-st.exp: Add a shorter match case for the
3705         stop in print_long_arg_list, define and use a whitespace
3706         variable in print_small_structs test, add an XFAIL for Solaris.
3707         * gdb.base/dbx.exp: XFAIL func commands until somebody is
3708         interested enough to fix.
3709
3710 1999-08-13  Keith Seitz  <keiths@cygnus.com>
3711
3712         * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
3713         (dbx_gdb_load): Remove. Use gdb_load instead, since that
3714         proc knows about targets other than the natives.
3715         (test_assign): Use "gdb_run_cmd" to "run" the target.
3716         Check that we've actually hit the breakpoint at main.
3717         When we attempt to assign a value to a local variable, check
3718         that the variable is in the current scope, i.e., don't use
3719         a test with an empty result.
3720
3721 Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
3722
3723         * gdb.base/maint.exp: Add test of ``maintenance internal-error''
3724         command.
3725
3726 1999-08-09  Stan Shebs  <shebs@andros.cygnus.com>
3727
3728         From Jimmy Guo <guo@cup.hp.com> and others at HP:
3729         gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
3730         gdb.compat, gdb.threads-hp.
3731         gdb.hp/configure, gdb.hp/configure.in: New files.
3732         gdb.hp/Makefile.in: Recurse into new subdirs.
3733         gdb.hp/gdb.defects: New directory, tests for HP bug reports.
3734         gdb.hp/gdb.objdbg: New directory, tests for debugging info
3735         in object files.
3736         gdb.hp/tools: New directory, aux tools for HP-specific tests.
3737
3738 1999-08-05  Stan Shebs  <shebs@andros.cygnus.com>
3739
3740         * gdb.base/display.exp: Help expect by putting a newline in the
3741         funky printf, remove a bogus p/a test.
3742
3743 1999-08-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3744
3745         * gdb.base/display.exp: Make sure that when we say 'run', we are
3746         connected to the target. This is necessary when running not
3747         natively.
3748
3749 1999-08-03  Stan Shebs  <shebs@andros.cygnus.com>
3750
3751         * gdb.base/step-test.exp: Removed some extraneous messages.
3752
3753         * gdb.base/long_long.exp: Don't run memory examination tests
3754         on little-endian targets (they will need a different set of
3755         results to match).
3756
3757 1999-08-02  Stan Shebs  <shebs@andros.cygnus.com>
3758
3759         * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
3760         until somebody decides to fix GDB.
3761
3762         * gdb.base/long_long.c: Stop compiler complaint by specifying long
3763         constant as "ULL".
3764         * gdb.base/long_long.exp: Loosen x/c test, add partial result
3765         matches for a couple x/2 commands.
3766
3767 1999-07-30  Stan Shebs  <shebs@andros.cygnus.com>
3768
3769         * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
3770         by merging in ref-types2 tests.
3771         * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
3772
3773         From Jimmy Guo <guo@cup.hp.com> and others at HP:
3774         * gdb.c++/Makefile.in: Add standard actions.
3775         (EXECUTABLES): Rename from PROGS, update list.
3776         * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
3777         from gdb.hp.
3778         * gdb.c++/anon-union.cc: Don't use anonymous struct, make
3779         foo and bar locals.
3780         * gdb.c++/anon-union.exp: Fix tests to match.
3781         * gdb.c++/classes.exp: Run if HP compiler used, add extra
3782         expect matches to handle output variations.
3783         * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
3784         * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
3785         output, add HP alternatives for new and delete prints.
3786         * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
3787         gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
3788         * gdb.c++/demangle.exp: Use $style when reporting failure.
3789         * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
3790         * gdb.c++/inherit.exp: Run if HP compiler used, add some
3791         match alternatives.
3792         * gdb.c++/local.exp: Add match alternatives or xfails for HP
3793         compilers.
3794         * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
3795         * gdb.c++/method.exp: Add match alternatives.
3796         * gdb.c++/misc.cc: Add bool types.
3797         * gdb.c++/misc.exp: Add tests for bool types.
3798         * gdb.c++/overload.exp: Add xfails.
3799         * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
3800         * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
3801         add some more template parameter tests (only for HP currently).
3802         * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
3803         * gdb.c++/virtfunc.cc: Add return type and value for main.
3804         * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
3805         match alternatives.
3806         
3807 1999-07-30  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3808
3809         * gdb.base/display.exp: Fix output of 'p/a &&j' test.
3810
3811 1999-07-29  Jim Blandy  <jimb@savonarola.red-bean.com>
3812
3813         * gdb.base/signals.exp: Don't expect getting a backtrace from
3814         within a signal handler to fail on Linux.
3815
3816 1999-07-29  Stan Shebs  <shebs@andros.cygnus.com>
3817
3818         From Jimmy Guo <guo@cup.hp.com> and others at HP:
3819         * lib/gdb.exp: Remove some gratuitious semicolons.
3820         (delete_breakpoints): Increase timeout.
3821         (gdb_expect): Add -notransfer option.
3822         (gdb_test): Use -notransfer option.
3823         (get_compiler_info): Add f77 case.
3824         (get_compiler): New proc, split out from gdb_preprocess, add f77
3825         case.
3826         (gdb_preprocess): Call get_compiler.
3827
3828         * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3829         * gdb.base/attach.exp, gdb.base/display.exp,
3830         gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3831         gdb.base/long_long.exp, gdb.base/printcmds.exp,
3832         gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3833         third arg to gdb_test.
3834         * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3835         * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
3836         HP-UX xfails, add others.
3837         * gdb.base/completion.exp: Reflect name change of self-test.
3838         * gdb.base/condbreak.exp, gdb.base/corefile.exp,
3839         gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
3840         gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
3841         HP failure number.
3842         * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
3843         useless HP-UX 10.30 references.
3844         * gdb.base/maint.exp: Loosen matches.
3845         * gdb.base/pointers.c (main): Declare more_code.
3846         * gdb.base/pointers.exp: Match on output of a `next'.
3847         * gdb.base/structs.c: Add prototypes.
3848         * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
3849         * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
3850
3851 1999-07-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3852
3853         * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
3854         command.
3855
3856 1999-07-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3857
3858         * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
3859         Fix run to main failures. Watchpoint can be hardware watchpoint.
3860         
3861         * gdb.base/annota1.exp: Clean up some more, in case printf has 
3862         debug info.  Deal with lack of signal hanlder info in stack.
3863
3864         From Jim Kingdon  <kingdon@redhat.com>:
3865         * gdb.base/annota1.exp: If printf has debug info, deal with it.
3866
3867 1999-07-19  Stan Shebs  <shebs@andros.cygnus.com>
3868
3869         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
3870         gdb.base/foll-vfork.exp: Don't run for crosses.
3871
3872 Tue Jul 13 23:37:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
3873
3874         * gdb.base/configure.in: Check for gdbvars.exp instead of
3875         a1-selftest.exp.
3876         * gdb.base/configure: Re-generate.
3877
3878 1999-07-12  Stan Shebs  <shebs@andros.cygnus.com>
3879
3880         * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
3881         in trying to run first and name is too long.
3882
3883         * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
3884         pointers2.c and pointers2.exp, respectively.
3885         * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
3886         doschk happier.
3887
3888 1999-07-08  Stan Shebs  <shebs@andros.cygnus.com>
3889
3890         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
3891         callfuncs2.c and callfuncs2.exp.
3892
3893         * gdb.base/list.exp: Remove mistaken xfails.
3894         * gdb.base/list0.h: Add optional prototypes.
3895
3896 Wed Jul  7 00:27:35 1999  Andrew Cagney  <cagney@amy.cygnus.com>
3897
3898         * gdb.base/setvar.exp: Increase the time-out on tests indirectly
3899         calling malloc.
3900         * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
3901         * ptype.exp: Move test for get_debug_format to before its first
3902         use.
3903
3904 1999-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
3905
3906         * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
3907         * gdb.base/annota2.cc, annota2.exp: Move from here.
3908         * gdb.c++/annota2.cc, annota2.exp: To here.
3909         * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
3910
3911 Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
3912
3913         * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
3914         a consistent format.
3915
3916 1999-06-25  Stan Shebs  <shebs@andros.cygnus.com>
3917
3918         From Jimmy Guo <guo@cup.hp.com> and others at HP:
3919         * lib/gdb.exp (get_compiler_info): Add detection for assorted
3920         HP compilers, also set the globals $true and $false.
3921
3922         * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
3923         call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
3924         coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
3925         jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
3926         long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
3927         printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
3928         scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
3929         sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
3930         solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
3931         whatis.c} Add C++ compatible function definitions and return
3932         types, add includes for library functions.
3933         * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
3934         * gdb.base/step-test.c (myglob): Rename from glob.
3935         * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
3936         foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
3937         files, move here from gdb.hp.
3938         * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
3939         commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
3940         ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
3941         Adjust line numbers in regexps.
3942
3943         * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
3944         miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
3945         instead of 0/1.
3946
3947         * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
3948         foll-vfork.exp: New files, move here from gdb.hp.
3949         * gdb.base/page.exp: New file, test of pagination command.
3950
3951         * gdb.base/watchpoint.c (recurser): New function, for watchpoint
3952         recursion test.
3953         * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
3954
3955         * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
3956         gdb.base/solib.exp: Fix compiler invocation process.
3957
3958         * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
3959         HP-UX 11, turn off overload resolution explicitly.
3960         * gdb.base/commands.exp: Set argument list explicitly, add
3961         watchpoint test.
3962         * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
3963         them work.
3964         * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
3965         expressions properly.
3966         * gdb.base/corefile.exp: Loosen the match slightly.
3967         * gdb.base/default.exp: Allow "Error accessing memory" message
3968         also.
3969         * gdb.base/display.exp: Skip over x/0 j if PA64.
3970         * gdb.base/funcargs.exp: Add xfails for HP-UX.
3971         * gdb.base/interrupt.exp: Ditto.
3972         * gdb.base/langs.exp: Add symbolic matches governed by compiler
3973         in use.
3974         * gdb.base/list.exp: Add xfails for HP-UX.
3975         * gdb.base/long_long.exp: Refine some of the numeric matches.
3976         * gdb.base/mips_pro.exp: Xfail on HP-UX.
3977         * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
3978         * gdb.base/nodebug.exp: Succeed on more varieties of output.
3979         * gdb.base/opaque.exp: Remove some HP-UX xfails.
3980         * gdb.base/ptype.exp: Succeed on more varieties of output.
3981         * gdb.base/scope.exp: Add xfails for HP-UX.
3982         * gdb.base/sect-cmd.exp: Add more cases.
3983         * gdb.base/setvar.exp: Add xfails for HP-UX.
3984         * gdb.base/shlib-call.exp: Loosen some matches slightly.
3985         * gdb.base/signals.exp: Match on void symbolically.
3986         * gdb.base/step-test.exp: Add case for PA64.
3987         * gdb.base/term.exp: Add exit and restart.
3988         * gdb.base/twice.exp: Clean up after self.
3989         * gdb.base/varargs.exp: Disable overload resolution explicitly.
3990         * gdb.base/whatis.exp: Allow more ways to pass tests.
3991
3992         * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
3993         no longer useful.
3994
3995 Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
3996
3997         * lib/gdb.exp (proc gdb_expect_list): New procedure.  Matches a
3998         list of patterns.
3999         * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
4000         print_double_array(double_array)", "continuing to breakpoint
4001         1018", "print print_double_array(array_d)" and "continuing to
4002         1034" tests.
4003         
4004 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
4005
4006         * Makefile.in: Add empty html and install-html targets.
4007
4008 1999-06-24  Stan Shebs  <shebs@andros.cygnus.com>
4009
4010         * config/mt-*: Remove, these haven't been used since 1996.
4011
4012 1999-06-22  Stan Shebs  <shebs@andros.cygnus.com>
4013
4014         * gdb.base/call-strs.c, gdb.base/ending-run.c,
4015         gdb.base/step-test.c: Include stdlib.h and string.h as needed.
4016         * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
4017
4018 1999-06-18  Stan Shebs  <shebs@andros.cygnus.com>
4019
4020         * gdb.c++/overload.exp: XFAIL everything if using G++, add a
4021         simpler match case for the ptype of the big class.
4022
4023 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
4024
4025         * gdb.exp: Fix test for gdb_prompt existence.
4026
4027 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
4028
4029         * gdb.exp (gdb_test): Add fail after calls to perror.
4030
4031 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
4032
4033         * gdb.exp (gdb_test): Accept variations of Undefined command messages.
4034
4035 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
4036
4037         * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
4038
4039 Fri Jun 11 12:56:50 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4040
4041         * gdb.base/call-strs.c (link_malloc): New function.  Ensure that
4042         malloc() is linked in.
4043
4044 1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
4045
4046         * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
4047         step at end.
4048
4049         * gdb.base/annota1.exp: Increase match_max to prevent timeout.
4050
4051 1999-06-08  Jim Blandy  <jimb@zwingli.cygnus.com>
4052
4053         * gdb.java/jv-print.exp: New file.  (Our first Java test!)
4054
4055 Fri Jun  4 10:47:46 1999  Jeffrey A Law  (law@cygnus.com)
4056
4057         * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
4058         * gdb.base/mips_pro.exp: Likewise.
4059
4060 1999-06-02  Keith Seitz  <keiths@cygnus.com>
4061
4062         * gdb.c++/templates.cc: Change all "new" operators to throw
4063         an exception.
4064         * gdb.c++/cplusfuncs.cc: Likewise.
4065
4066         * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
4067
4068 Wed Jun  2 17:37:05 1999  Andrew Cagney  <cagney@b1.cygnus.com>
4069
4070         * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
4071         * gdb.base/ending-run.exp: When stepping out of main, accept a
4072         step into an arbitrary assembler file.
4073
4074 1999-05-20  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
4075
4076         * gdb.base/annota1.exp: Allow any number of "frames-invalid" and 
4077         "breakpoint-invalid" to be printed.
4078         * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any 
4079         number of "frames-invalid" and "breakpoint-invalid" to be printed.
4080         * gdb.base/annota2.cc: Initialize a.x to 0.
4081
4082 1999-05-17  Keith Seitz  <keiths@cygnus.com>
4083
4084         * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
4085         when "skip_float_tests" set.
4086         Ditto for "print print_double_array(array_d)", "print print_small_structs",
4087         "print print_ten_doubles", and "step into print_long_arg_list".
4088         Don't assume we can step into "print_long_arg_list": we could step into memcpy.
4089         * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
4090         is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
4091         * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
4092         "skip_float_tests" is set.
4093         * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
4094         when "skip_float_tests" set.
4095         
4096 1999-05-06  Keith Seitz  <keiths@cygnus.com>
4097
4098         * gdb.base/annota2.cc: Include stdio.h.
4099
4100 Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
4101
4102         * gdb.base/crossload.exp: Remove, this has been disabled ever
4103         since BFD stopped including all targets, and cross-GDB gets
4104         plenty of testing anyway.
4105         * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
4106         gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
4107         gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
4108         * gdb.base/README: Remove, was doc for this.
4109         * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
4110         needed.
4111
4112 1999-05-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
4113
4114         * gdb.base/call-ar-st.exp: Fix one regular expression in test
4115         output.
4116
4117         * gdb.base/annota1.exp: New file. Annotation level 2 tests.
4118         * gdb.base/annota2.exp: New file. More annotation tests.
4119         * gdb.base/annota1.c: New file. Source file for annota1.exp.
4120         * gdb.base/annota2.cc: New file. Source file for annota2.exp.
4121
4122 1999-04-23  Angela Marie Thomas <angela@cygnus.com>
4123
4124         * config/cfdbug.exp: New file.
4125
4126 1999-04-20  Jim Blandy  <jimb@zwingli.cygnus.com>
4127
4128         * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
4129         Marcus Daniel's and Dale Hawkins's demangler crashes.
4130
4131         * gdb.c++/demangle.exp (test_gnu_style_demangling,
4132         test_lucid_style_demangling, test_arm_style_demangling,
4133         test_hp_style_demangling): Try Tom Tromey's core-dumping
4134         identifier under each demangling style.
4135
4136 1999-04-07  Jim Blandy  <jimb@zwingli.cygnus.com>
4137
4138         * gdb.c++/demangle.exp: Include the current demangling style
4139         in all test names.
4140         (current_demangling_style): New global variable.
4141         (set_demangling_style, test_demangling_core, test_demangling,
4142         test_demangling_exact): New functions.
4143         (test_gnu_style_demangling, test_lucid_style_demangling,
4144         test_arm_style_demangling, test_hp_style_demangling): Use those,
4145         instead of calling gdb_test and gdb_test_exact directly.
4146         (catch_demangling_errors): New function, which reports errors
4147         signalled by the demangling test functions in an orderly way.
4148         (do_tests): Use catch_demangling_errors.
4149
4150 1999-04-06  Jim Blandy  <jimb@zwingli.cygnus.com>
4151
4152         * gdb.base/signals.exp (test_handle_all_print): Use () for
4153         grouping in expressions, not {}.
4154
4155         * gdb.base/smoke.exp: Test value of x, not y.  The latter isn't
4156         initialized yet.
4157
4158 1999-04-01  Stan Shebs  <shebs@andros.cygnus.com>
4159
4160         * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
4161         are listed.
4162
4163 1999-03-26  Stan Shebs  <shebs@andros.cygnus.com>
4164
4165         * gdb.stabs/weird.exp: Test for CC being defined before
4166         looking at its value.
4167
4168 1999-03-25  Stan Shebs  <shebs@andros.cygnus.com>
4169
4170         * gdb.base/call-ar-st.exp: Remove stray '#'.
4171         * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
4172         "short int" and "long int".
4173         * gdb.c++/overload.cc: Cast the string added in the previous
4174         change, to mollify finicky HP compiler.
4175         * gdb.hp/reg-test.exp (testfile): Fix file name.
4176         * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
4177         
4178         * gdb.c++/misc.cc (main): Initialize obj_with_enum.
4179         * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
4180         alternate form of enum ptype.
4181
4182 1999-03-23  Stan Shebs  <shebs@andros.cygnus.com>
4183
4184         * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
4185         * gdb.hp/*.exp: Change all to run compiler probe only after
4186         passing skip_hp_tests, so as not to waste time on guaranteed
4187         failure.
4188
4189         * gdb.c++/overload.cc: Pass string instead of char addr, always
4190         init ccpfoo.
4191         * gdb.c++/templates.cc: Fix syntax error.
4192
4193 Tue Mar 23 14:56:36 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
4194
4195         * gdb.base/commands.exp: Add test for correct position of '>'
4196         when issuing the 'commands' command after a 'while' or 'if' 
4197         command.
4198
4199 1999-03-18  James Ingham  <jingham@cygnus.com>
4200
4201         * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
4202
4203         * gdb.c++/method.exp: It was testing an uninitialized int on the
4204         stack and assuming it was positive.
4205
4206         * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
4207
4208         * gdb.base/step-test.exp: Catch a case where finish is broken and
4209         keep it from killing the rest of the tests. 
4210         Use gdb_continue_to_end.
4211
4212         * gdb.base/sigall.exp: use gdb_continue_to_end.
4213
4214         * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
4215
4216         * gdb.base/display.exp: use runto_main, not run.
4217
4218         * gdb.base/default.exp: Check for the current error message in the 
4219         r abbreviation test.  
4220         Add strongarm to the targets that know info float.
4221
4222         * gdb.base/condbreak.exp: Use the gdb_run command rather than just 
4223         run which doesn't work with monitors.
4224
4225         * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
4226
4227         * gdb.base/break.exp: use the gdb_continue_to_end proc.
4228
4229         * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
4230         program.  Traps the case (in Cygmon) when the program never really 
4231         exits.  Same as Mark's continue_to_exit, but I had put it in a lot 
4232         more places, so I used my name.  Sorry Mark...
4233
4234         * config/monitor.exp (gdb_target_monitor): added another
4235         target_info parameter: remotebinarydownload.  This will set the
4236         remotebinarydownload flag if this is causing some boards trouble.
4237
4238 1999-03-18  Mark Salter  <msalter@cygnus.com>
4239
4240         * lib/gdb.exp (continue_to_exit): New function.
4241
4242         * gdb.base/ena-dis-br.exp: Clean up for remote targets.
4243         * gdb.base/ending-run.exp: Ditto.
4244         * gdb.base/step-test.exp: Ditto.
4245
4246 1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>
4247
4248         * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
4249         (suggested by Art Haas <ahaas@neosoft.com>).
4250
4251 1999-03-16  Jim Blandy  <jimb@zwingli.cygnus.com>
4252
4253         * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
4254
4255 Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
4256
4257         * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
4258         descriptions of types (short unsigned int vs unsigned short, etc).
4259
4260 1999-03-12  Jim Blandy  <jimb@zwingli.cygnus.com>
4261
4262         * gdb.base/call-strs.exp: Don't assume that `step' will step over
4263         a call to strlen; sometimes we do have sources.
4264
4265 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
4266
4267         * gdb.base/call-ar-st.c (main): Terminate char_array with a null
4268         character, so GDB won't print garbage after its end.
4269         
4270         * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
4271         breakpoint there instead.  Sometimes GCC emits memcpy to handle
4272         the large structures being passed by value, so we step into that
4273         instead of sum_array_print, which obscures what we're really testing.
4274         * gdb.base/step-test.exp: However, we do want a test that notices
4275         the bizarre steps into memcpy, so do that here.  Add check for
4276         stepping into function calls that pass large structures by value.
4277         ("Is that a noun clause, or are you just happy to see me?")
4278         Remove all references to specific line numbers.
4279         * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
4280         New type and function.
4281         (main): Call large_struct_by_value, passing it a large struct by value.
4282         * lib/gdb.exp (gdb_get_line_number): New function.
4283
4284         * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
4285         more portable.
4286
4287 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
4288
4289         * lib/gdb.exp: Doc fixes.
4290
4291 1999-03-05  Nick Clifton  <nickc@cygnus.com>
4292
4293         * gdb.base/a2-run.exp: Add expected fails for strongarm-coff. 
4294
4295 1999-03-04  Jim Blandy  <jimb@zwingli.cygnus.com>
4296
4297         * gdb.base/display.exp: Don't exercise the "detach" and "kill"
4298         commands.  They're not germane to this test, and they don't work
4299         that way on remote targets.
4300
4301 1999-03-01  James Ingham  <jingham@cygnus.com>
4302
4303         * Changelog entries merged over from gdb development branch.
4304
4305        Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
4306
4307                * lib/gdb.exp (gdbtk_analyze_results): Generic function
4308                for outputting results of test run.
4309
4310         1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
4311
4312                * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
4313
4314 1999-02-25  Felix Lee  <flee@cygnus.com>
4315
4316         * lib/gdb.exp (debug_format): initialize
4317
4318 1999-02-25  Jason Molenda  (jsm@bugshack.cygnus.com)
4319
4320         * gdb.base/call-ar-st.c: Include string.h, not strings.h.
4321         * gdb.base/call-rt-st.c: Ditto.
4322
4323 1999-02-13  Jim Blandy  <jimb@zwingli.cygnus.com>
4324
4325         * gdb.threads/pthreads.exp (horiz): New variable.
4326         (test_startup): Fix regexps that capture thread numbers.
4327
4328 1999-02-10  Jason Molenda  (jsm@bugshack.cygnus.com)
4329
4330         * gdb.base/smoke.exp: Disambiguate two test case names (both
4331         called ``print'').
4332
4333 Fri Feb  5 12:42:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
4334
4335         * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
4336         compilation.
4337
4338 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
4339
4340         * gdb.base/miscexprs.exp: Change patterns to match GDB's
4341         actual output formatting.
4342         * gdb.base/smoke.exp: GDB removes leading 0's.
4343         * gdb.base/volatile.exp: Don't check type of remuneration;
4344         that variable is no longer defined in constvars.c.
4345         * gdb.base/step-test.c (main): Exit with explicit exit code.
4346         * gdb.base/step-test.exp: Remove two nexti checks--they are
4347         not portable.
4348
4349 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
4350
4351         * gdb.base/help.exp ("help delete display"): Fix test to match
4352         gdb's output.
4353
4354         * gdb.base/long_long.c (known_types): Initialize values to zero.
4355         * gdb.base/long_long.exp: Step one more line
4356         so 'dec' is initialized in "get to known place".  GDB removes
4357         leading zeros.  Explicitly ask for hex formatting.  Use 
4358         unique test case names.
4359
4360 Tue Feb  2 10:16:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
4361
4362         * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement. 
4363
4364         * gdb.c++/method.exp: Add missing close brace.
4365
4366 1999-01-30  Jim Blandy  <jimb@zwingli.cygnus.com>
4367
4368         * gdb.base/maint.exp: Use 'set height 0' to disable page
4369         prompting, not 'set height 400'.
4370
4371         Fix a bunch of timeouts.
4372         * gdb.base/maint.exp ("maint print objfiles"): Break this up into
4373         four separate tests, so expect doesn't take forever to match a ton
4374         of text against a regexp with lots of .* forms.
4375         ("maint print psymbols", "maint print symbols"): Make some of
4376         these greps more selective, so that expect doesn't try to wade
4377         through huge piles of output and time out.
4378
4379         * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
4380
4381         * gdb.base/maint.exp ("maint info breakpoints"): Split into two
4382         tests: one which doesn't expect shlib events to be reported, and
4383         another which does, but is XFAIL for all platforms other than
4384         HP/UX.
4385
4386         * gdb.base/break.exp: Teach the test suite that the `catch
4387         fork', `catch vfork', and `catch exec' commands produce error
4388         messages on platforms that don't provide these features.
4389
4390 Mon Jan 25 18:35:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
4391
4392         * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
4393         so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
4394         (shortening names from solib_threshold.exp etc), won't run on
4395         anything but HP-UX for the foreseeable future.
4396         * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
4397         reflect move.
4398
4399 Thu Jan 21 15:46:49 1999  Stan Shebs  <shebs@andros.cygnus.com>
4400
4401         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
4402         gdb.trace/Makefile.in (clean): Remove all test executables.
4403
4404 Tue Jan 19 17:20:09 1999  David Taylor  <taylor@texas.cygnus.com>
4405
4406         * gdb.base/shlib-call.exp: add test cases to verify that gdb
4407         successfully re-sets breakpoints in shared libraries.
4408         * gdb.base/shmain.c (main): return 0, don't fall off the end.
4409
4410 Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
4411
4412         * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform 
4413         and compiled w/o GCC. 
4414
4415         * gdb.hp/watch-cmd.exp: ditto.
4416
4417         * gdb.hp/watch-hp.exp: ditto.
4418
4419         * gdb.hp/xdb1.exp: ditto.
4420
4421         * gdb.hp/xdb2.exp: ditto.
4422
4423         * gdb.hp/dbx.exp: ditto.
4424
4425 Thu Jan 14 18:36:48 1999  Stan Shebs  <shebs@andros.cygnus.com>
4426
4427         * constvars.c: Remove C++-isms.
4428         * constvars.exp: Use gdb_test everywhere, add xfails if compiled
4429         with GCC.
4430
4431 Mon Jan 11 10:08:03 1999  David Taylor  <taylor@texas.cygnus.com>
4432
4433         The following changes are part of the HP merge.
4434
4435         * gdb.base/break.exp: new tests to verify that catchpoints for
4436         fork, vfork, and exec don't trigger inappropriately.
4437
4438         * gdb.base/opaque.exp: compile one file at a time, then link.
4439
4440         * gdb.base/signals.exp: be more restrictive about which hppa
4441         systems receive a setup_xfail.  new tests.
4442
4443         * gdb.base/solib_threshold.build: new file.
4444         * gdb.base/solib_threshold.exp: new file.
4445         * gdb.base/solib_threshold.link_opts: new file.
4446         * gdb.base/solib_threshold.mk: new file.
4447         * gdb.base/gen_solib_threshold.c: new file.
4448
4449         * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
4450         tests.  New tests for enums inside classes.
4451
4452         * gdb.c++/compiler.cc: indicate support of template debugging.
4453
4454         * gdb.c++/demangle.exp: run hp style demangling tests.
4455
4456         * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
4457         tests.
4458
4459         * gdb.c++/misc.cc: changes to support new tests.
4460
4461         * gdb.c++/templates.cc: changes to support HP's compiler; changes
4462         to support new tests.
4463
4464         * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
4465         gcc, then skip these tests.
4466
4467 Sun Jan 10 23:44:11 1999  David Taylor  <taylor@texas.cygnus.com>
4468
4469         The following files are part of the HP merge; some had longer
4470         names at HP, but have been renamed to be no more than 14
4471         characters in length.
4472
4473         * gdb.hp/ambiguous.cc: new file.
4474         * gdb.hp/ambiguous.exp: new file.
4475         * gdb.hp/attach.exp: new file.
4476         * gdb.hp/attach2.exp: new file.
4477         * gdb.hp/classes-hp.exp: new file.
4478         * gdb.hp/ctti.exp: new file.
4479         * gdb.hp/ctti-add.cc: new file.
4480         * gdb.hp/ctti-add1.cc: new file.
4481         * gdb.hp/ctti-add2.cc: new file.
4482         * gdb.hp/ctti-add3.cc: new file.
4483         * gdb.hp/dbx.exp: new file.
4484         * gdb.hp/exception.cc: new file.
4485         * gdb.hp/exception.exp: new file.
4486         * gdb.hp/foll-exec.c: new file.
4487         * gdb.hp/foll-exec.exp: new file.
4488         * gdb.hp/foll-fork.c: new file.
4489         * gdb.hp/foll-fork.exp: new file.
4490         * gdb.hp/foll-vfork.c: new file.
4491         * gdb.hp/foll-vfork.exp: new file.
4492         * gdb.hp/inherit-hp.exp: new file.
4493         * gdb.hp/more-steps.exp: new file.
4494         * gdb.hp/namespace.cc: new file.
4495         * gdb.hp/namespace.exp: new file.
4496         * gdb.hp/optimize.exp: new file.
4497         * gdb.hp/pxdb.c: new file.
4498         * gdb.hp/pxdb.exp: new file.
4499         * gdb.hp/quicksort.exp: new file.
4500         * gdb.hp/reg-test.exp: new file.
4501         * gdb.hp/reg-test.s: new file.
4502         * gdb.hp/sized-enum.c: new file.
4503         * gdb.hp/sized-enum.exp: new file.
4504         * gdb.hp/start-stop.exp: new file.
4505         * gdb.hp/templ-hp.cc: new file.
4506         * gdb.hp/templ-hp.exp: new file.
4507         * gdb.hp/thr-lib.c: new file.
4508         * gdb.hp/thr-lib.exp: new file.
4509         * gdb.hp/thr-lib.h: new file.
4510         * gdb.hp/thr-liblib.c: new file.
4511         * gdb.hp/virtfun-hp.c: new file.
4512         * gdb.hp/virtfun-hp.exp: new file.
4513         * gdb.hp/watch-cmd.exp: new file.
4514         * gdb.hp/watch-hp.exp: new file.
4515         * gdb.hp/xdb1.exp: new file.
4516         * gdb.hp/xdb2.exp: new file.
4517         * gdb.hp/xdb3.exp: new file.
4518
4519 Wed Jan  6 18:41:15 1999  David Taylor  <taylor@texas.cygnus.com>
4520
4521         The following files are part of the HP merge; some had longer
4522         names at HP, but have been renamed to be no more than 14
4523         characters in length.
4524
4525         * gdb.base/ss.h: new file.
4526         * gdb.base/call-ar-st.c: new file.
4527         * gdb.base/call-ar-st.exp: new file.
4528         * gdb.base/call-rt-st.c: new file.
4529         * gdb.base/call-rt-st-exp: new file.
4530         * gdb.base/call-strs.exp: new file.
4531         * gdb.base/ena-dis-br.exp: new file.
4532         * gdb.base/environ.exp: new file.
4533         * gdb.base/long_long.exp: new file.
4534         * gdb.base/sect-cmd.exp: new file.
4535         * gdb.base/shlib-cl2.exp: new file.
4536         * gdb.base/smoke.exp: new file.
4537         * gdb.base/so-impl-ld.c: new file.
4538         * gdb.base/so-impl-ld.exp: new file.
4539         * gdb.base/so-indr-cl.c: new file.
4540         * gdb.base/so-indr-cl.exp: new file.
4541         * gdb.base/varargs.exp: new file.
4542         * gdb.base/volatile.exp: new file.
4543         * gdb.base/whatis-exp.exp: new file.
4544         * gdb.base/display.exp: new file.
4545         * gdb.c++/derivation.exp: new file.
4546         * gdb.c++/local.exp: new file.
4547         * gdb.c++/member-ptr.exp: new file.
4548         * gdb.c++/overload.exp: new file.
4549         * gdb.c++/ovldbreak.exp: new file.
4550         * gdb.c++/ref-types.exp: new file.
4551         * gdb.c++/ref-types2.exp: new file.
4552         * gdb.c++/userdef.exp: new file.
4553         
4554 Wed Jan  6 13:50:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
4555
4556         * gdb.base/default.exp: Reflect wording change in remote.c.
4557
4558 Tue Jan  5 19:14:51 1999  Michael Snyder  <msnyder@cygnus.com>
4559
4560         * gdb.base/help.exp: Update to reflect current text.
4561
4562 Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
4563
4564         * gdb.c++/anon-union.cc: make foo and bar global, otherwise
4565         they're stack variables and contain garbage.
4566         * gdb.c++/anon-union.exp: new file.
4567
4568         The following changes were made by David Taylor
4569         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4570         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4571         in changes by HP.
4572
4573         * gdb.base/bitops.exp: new file.
4574         * gdb.base/default.exp: change expected messages for catch and
4575         info catch tests to reflect HP merge changes.
4576         * gdb.base/enable-disable-break.exp
4577         * gdb.base/ending-run.c: new file.
4578         * gdb.base/long_long.c: new file.
4579         * gdb.base/maint.exp: new file.
4580         * gdb.base/pointers2.exp: new file.
4581         * gdb.base/shlib-call2.exp: new file.
4582         * gdb.base/solib.exp: new file.
4583         * gdb.base/step-test.c: new file.
4584         * gdb.c++/anon-union.cc: new file.
4585         * gdb.c++/local.cc: new file.
4586         * gdb.c++/member-pointer.cc: new file.
4587         * gdb.c++/method.cc: new file.
4588         * gdb.c++/ref-types.cc: new file.
4589         * gdb.c++/ref-types2.cc: new file.
4590         * gdb.c++/userdef.cc: new file.
4591         
4592         * gdb.base/scope.exp: compile one file at a time, then link.
4593         * gdb.base/langs.exp: ditto.
4594         * gdb.base/list.exp: ditto.
4595         
4596 Mon Jan  4 10:06:43 1999  David Taylor  <taylor@texas.cygnus.com>
4597
4598         The following changes were made by David Taylor
4599         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4600         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4601         in changes by HP.
4602         
4603         * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
4604         skip tests.  When compiling pass c++ flag to gdb_compile.
4605         * gdb.c++/
4606         
4607         * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
4608         test for on hppa*-*-hpux*; use args to see if c++ was specified.
4609         (skip_hp_tests): new function.
4610         (gdb_preprocess): new function.
4611
4612         * configure.in (hpdir): decide whether to configure gdb.hp.
4613         * configure: regenerated.
4614
4615         * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
4616         to delete on clean.
4617         (EXECUTABLES): update to reflect new additions.
4618         * gdb.base/commands.exp: update message expected.
4619         * gdb.base/default.exp: add copyright notice.
4620         * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
4621         * gdb.base/help.exp: update messages to reflect current text.
4622         * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
4623         targets for recurse tests.
4624         * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
4625         skip this file.
4626
4627         * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
4628         * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
4629         compilation.
4630         * gdb.c++/misc.exp: ditto.
4631         * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
4632         run the tests.  tell gdb_compile that it's a c++ compilation.
4633
4634         * gdb.threads/pthreads.exp: fix typo in message.
4635         
4636         * gdb.base/all-bin.exp: new file.
4637         * gdb.base/arithmet.exp: new file.
4638         * gdb.base/assign.exp: new file.
4639         * gdb.base/completion.exp: new file.
4640         * gdb.base/cond-expr.exp: new file.
4641         * gdb.base/condbreak.exp: new file.
4642         * gdb.base/define.exp: new file.
4643         * gdb.base/dollar.exp: new file.
4644         * gdb.base/environment.exp: new file.
4645         * gdb.base/eval-skip.exp: new file.
4646         * gdb.base/jump.exp: new file.
4647         * gdb.base/logical.exp: new file.
4648         * gdb.base/pointers.exp: new file.
4649         * gdb.base/relational.exp: new file.
4650         * gdb.base/section_command.exp: new file.
4651         * gdb.base/whatis-expr.exp: new file.
4652
4653         * gdb.base/all-types.c: new file.
4654         * gdb.base/call-array-struct.c: new file.
4655         * gdb.base/call-return-struct.c: new file.
4656         * gdb.base/call-strings.c: new file.
4657         * gdb.base/callfuncs2.c: new file.
4658         * gdb.base/condbreak.c: new file.
4659         * gdb.base/constvars.c: new file.
4660         * gdb.base/display.c: new file.
4661         * gdb.base/int-type.c: new file.
4662         * gdb.base/jump.c: new file.
4663         * gdb.base/miscexprs.c: new file.
4664         * gdb.base/pointers.c: new file.
4665         * gdb.base/pointers2.c: new file.
4666         * gdb.base/shmain.c: new file.
4667         * gdb.base/shr1.c: new file.
4668         * gdb.base/shr2.c: new file.
4669         * gdb.base/solib.c: new file.
4670         * gdb.base/solib1.c: new file.
4671         * gdb.base/solib2.c: new file.
4672         * gdb.base/varargs.c: new file.
4673         * gdb.c++/derivation.cc: new file.
4674         * gdb.c++/overload.cc: new file.
4675         * gdb.c++/ovldbreak.cc: new file.
4676         * gdb.hp/attach.c: new file.
4677         * gdb.hp/attach2.c: new file.
4678         * gdb.hp/average.c: new file.
4679         * gdb.hp/compiler.c: new file.
4680         * gdb.hp/compiler.cc: new file.
4681         * gdb.hp/execd-program.c: new file.
4682         * gdb.hp/follow-exec.c: new file.
4683         * gdb.hp/follow-fork.c: new file.
4684         * gdb.hp/follow-vfork-and-exec.c: new file.
4685         * gdb.hp/misc-hp.cc: new file.
4686         * gdb.hp/more-steps.c: new file.
4687         * gdb.hp/optimize.c: new file.
4688         * gdb.hp/quicksort.c: new file.
4689         * gdb.hp/run-hp.c: new file.
4690         * gdb.hp/start-stop.c: new file.
4691         * gdb.hp/sum.c: new file.
4692         * gdb.hp/templates-hp.cc: new file.
4693         * gdb.hp/thread-local-in-lib.c: new file.
4694         * gdb.hp/thread-local-in-lib.h: new file.
4695         * gdb.hp/thread-local-in-lib.lib.c: new file.
4696         * gdb.hp/vforked-program.c: new file.
4697         * gdb.hp/virtfunc-hp.cc: new file.
4698         * gdb.hp/watchpoint-hp.c: new file.
4699         * gdb.hp/xdb.c: new file.
4700         * gdb.hp/xdb0.c: new file.
4701         * gdb.hp/xdb0.h: new file.
4702         * gdb.hp/xdb1.c: new file.
4703
4704 Mon Dec 21 14:08:38 1998  David Taylor  <taylor@texas.cygnus.com>
4705
4706         The following change was made by Edith Epstein
4707         <eepstein@cygnus.com> as part of a project to merge in changes
4708         originally made by HP; HP did not create ChangeLog entries.
4709
4710         * gdb.c++/demangle.exp: changed the expected output for some
4711         ARM-style mangling -- removed second reference to datatype.
4712         For example, maint demangle __dt__11T1__pt__2_cFv
4713                      T1<char>::~T1<char>(void)
4714         becomes,
4715                      maint demangle __dt__11T1__pt__2_cFv
4716                      T1<char>::~T1(void)
4717
4718         (test_hp_style_demangling): new hp specific demangling test cases.
4719         
4720 Mon Dec 14 15:07:03 1998  Jeffrey A Law  (law@cygnus.com)
4721
4722         * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
4723         * gdb.trace/backtrace.exp: Likewise.
4724         * gdb.trace/circ.exp: Likewise.
4725         * gdb.trace/collection.exp: Likewise.
4726         * gdb.trace/deltrace.exp: Likewise.
4727         * gdb.trace/infotrace.exp: Likewise.
4728         * gdb.trace/limits.exp: Likewise.
4729         * gdb.trace/packetlen.exp: Likewise.
4730         * gdb.trace/passc-dyn.exp: Likewise.
4731         * gdb.trace/passcount.exp: Likewise.
4732         * gdb.trace/report.exp: Likewise.
4733         * gdb.trace/save-trace.exp: Likewise.
4734         * gdb.trace/tfind.exp: Likewise.
4735         * gdb.trace/tracecmd.exp: Likewise.
4736         * gdb.trace/while-dyn.exp: Likewise.
4737         * gdb.trace/while-stepping.exp: Likewise.
4738
4739 1998-12-07  Jim Blandy  <jimb@zwingli.cygnus.com>
4740
4741         * gdb.base/restore.exp, gdb.base/restore.c: New tests.
4742
4743 Wed Dec  2 20:03:53 1998  Stan Shebs  <shebs@andros.cygnus.com>
4744
4745         From Brendan Kehoe:
4746         * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
4747         int return types.
4748
4749 Sat Oct 24 18:04:22 1998  Felix Lee  <flee@cygnus.com>
4750
4751         * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
4752         remote dos host testing right.
4753
4754 Mon Oct 19 01:31:59 1998  Felix Lee  <flee@cygnus.com>
4755
4756         * gdb.base/corefile.exp: remove some xfails.
4757
4758 Thu Oct 15 10:04:38 1998  Andrew Cagney  <cagney@b1.cygnus.com>
4759
4760         * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
4761         have different timestamps.
4762
4763 Thu Oct  1 20:56:14 1998  Andrew Cagney  <cagney@b1.cygnus.com>
4764
4765         * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
4766         gdb.base/default.exp: Replace "exec" with "executable".
4767
4768 Tue Sep 29 15:06:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
4769
4770         * gdb.base/default.exp: Change else if to elseif from previous
4771         delta.
4772
4773 Mon Sep 28 13:21:43 1998  Nick Clifton  <nickc@cygnus.com>
4774
4775         * gdb.base/default.exp: Add brace missing from previous delta.
4776
4777 Mon Sep 21 14:39:27 1998  Nick Clifton  <nickc@cygnus.com>
4778
4779         * gdb.base/default.exp: Support test for info float for all
4780         varieties of arm toolchain.
4781
4782 Fri Sep 18 14:07:44 1998  Michael Snyder  <msnyder@cygnus.com>
4783
4784         * gdb.trace/*.exp: remove "remote_download" command.
4785
4786 Wed Sep 16 11:38:21 1998  Michael Snyder  <msnyder@cygnus.com>
4787
4788         * gdb.trace/*.exp: remove -gdwarf from compile.
4789
4790 Wed Sep 16 01:23:11 1998  Felix Lee  <flee@cygnus.com>
4791
4792         * gdb.trace/configure.in(AC_INIT): typo
4793         * gdb.trace/configure: regenerated
4794
4795 Mon Sep 14 20:00:04 1998  Michael Snyder  <msnyder@cygnus.com>
4796
4797         * config/m68k-emc.exp: New file.
4798         * lib/<emc-support.exp trace-support.exp}: New files.
4799         * configure.in: add new test directory gdb.trace.
4800         * gdb.trace/{configure configure.in Makefile.in}: New files.
4801         * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
4802         * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
4803         * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
4804         * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
4805         * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
4806         * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
4807         * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
4808         
4809 Fri Sep 11 13:58:02 1998  Michael Snyder  <msnyder@cygnus.com>
4810
4811         * gdb.c++/classes.exp: Change all regular expressions to match
4812         arbitrary combinations of newline/carriage-return, so that they
4813         will work equally well on Unix and Windows.
4814         * gdb.c++/inherit.exp: ditto.
4815         * gdb.c++/virtfunc.exp: ditto.
4816
4817 1998-08-11 Dawn Perchik  <dawn@cygnus.com>
4818
4819         * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
4820
4821 Fri Jul 24 15:51:34 1998  Jeffrey A Law  (law@cygnus.com)
4822
4823         * gdb.disasm/am33.s: Add tests for autoincrement instructions.
4824         * gdb.disasm/am33.exp: Run time.  Update tests which use r8-r15
4825         to use a0-a3/d0-d3 as needed.
4826
4827 Thu Jul 16 18:20:46 1998  Jeffrey A Law  (law@cygnus.com)
4828
4829         * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4830         * gdb.disasm/am33.exp: Corresponding changes.
4831
4832 1998-07-11  Felix Lee  <flee@cygnus.com>
4833
4834         * gdb.base/callfuncs.exp: add cmp10 test.
4835         * gdb.base/callfuncs.c (cmp10): new function.
4836
4837 Thurs Jul 9 11:08:31 1998  Dawn Perchik  <dawn@cygnus.com>
4838
4839         * gdb.base/commands.exp: Break up infrun_breakpoint_command_test 
4840         into two parts to get around a synchronization problem in expect.
4841
4842 Fri Jun 26 14:27:13 1998  Keith Seitz  <keiths@cygnus.com>
4843
4844         * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
4845
4846         * configure.in: Add options for gdbtk testsuite.
4847
4848         * configure: Regenerate.
4849
4850         * gdb.gdbtk: New directory to hold gdbtk tests.
4851
4852 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
4853
4854         * gdb.fortran/types.exp:  Escape brackets in expect patterns
4855         for test_float_literal_types_accepted tests.
4856         * gdb.base/scope.exp:  Remove extraneous newline in filelocal_bss
4857         before run test.
4858
4859 Fri Jun 26 11:12:17 1998  Jeffrey A Law  (law@cygnus.com)
4860
4861         * am33.exp: Just compile, do not link the testcase.
4862         * am33.s: Add ".am33" pseudoop to force am33 mode.
4863
4864 1998-06-25  Felix Lee  <flee@cygnus.com>
4865
4866         * gdb.base/setshow.exp: make sure $pc is sane.
4867
4868         * gdb.stabs/weird.exp: split expect patterns properly.
4869
4870 Wed Jun 24 13:03:15 1998  Jeffrey A Law  (law@cygnus.com)
4871
4872         * gdb.disasm/am33.s: New disassembler testfile for the am33.
4873         * gdb.disasm/am33.exp: Run it.
4874
4875 Tue Jun 23 11:45:01 1998  Michael Snyder  <msnyder@cygnus.com>
4876
4877         * gdb.base/funcargs.exp: simplify expect strings to ease pattern
4878         match processing (and eliminate spurious timeouts when running).
4879
4880 Fri Jun 12 17:28:22 1998  Michael Snyder  <msnyder@cygnus.com>
4881
4882         * gdb.base/signals.exp (test_handle_all_print): put back Mach
4883         exception test, but conditionalize it on target [mach | gnu].
4884
4885 Wed Jun 10 10:40:03 1998  Michael Snyder  <msnyder@cygnus.com>
4886
4887         * gdb.base/overlays.exp: fixup compile line for linker script.
4888
4889 Thu Jun  4 21:54:15 1998  Felix Lee  <flee@zog.cygnus.com>
4890
4891         * gdb.fortran/types.exp: don't guess at float size.
4892
4893 Thu May 21 02:28:37 1998  Felix Lee  <flee@zog.cygnus.com>
4894
4895         * gdb.base/exprs.exp: delete test that depends on int size.
4896
4897 Sun May 17 17:10:22 1998  Bob Manson  <manson@charmed.cygnus.com>
4898
4899         * config/sim.exp: Removed checks for target triplets.
4900         (gdb_target_sim): Use gdb,target_sim_options.
4901
4902 Sat May 16 23:43:35 1998  Mark Alexander  <marka@cygnus.com>
4903
4904         * gdb.base/reread.exp: New file.
4905         * gdb.base/reread1.c: New file.
4906         * gdb.base/reread2.c: New file.
4907
4908 Sat May 16 23:22:09 1998  Mark Alexander  <marka@cygnus.com>
4909
4910         * config/sim.exp: Use 'target sim -sparclite' when running
4911         SPARClite programs.
4912
4913 Sat May 16 18:48:08 1998  Doug Evans  <devans@canuck.cygnus.com>
4914
4915         * gdb.base/structs2.exp: New file.
4916         * gdb.base/structs2.c: New file.
4917
4918 Wed May 13 13:36:14 1998  Doug Evans  <devans@canuck.cygnus.com>
4919
4920         * gdb.asm/common.inc: New file.
4921         * gdb.asm/d10v.inc: New file.
4922         * asm-source.exp: Pass -I's to gas to find .inc files.
4923         Update line numbers in expected output.
4924         * asmsrc1.s: Rewrite.
4925         * asmsrc2.s: Rewrite.
4926         * configure.in: Create arch.inc symlink.
4927         * configure: Regenerate.
4928         * Makefile.in (distclean): Delete arch.inc.
4929
4930 Wed May  6 10:30:54 1998  John Metzler  <jmetzler@cygnus.com>
4931
4932         *  callfuncs.c (t_enum_value1) : Cleanup return value warnings
4933         (t_enum_value2): ditto
4934         (t_enum_value3): ditto
4935         (main): ditto
4936 Fri May  1 09:33:37 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
4937
4938         * gdb.base/break.exp:  Remove xfail for `deleting all breakpoints
4939         when none' unexpected prompt case, fixed by breakpoint.c:delete_command
4940         change.
4941         Use gdb_test instead of send_gdb/gdb_expect sequences.
4942
4943 Thu Apr 23 12:56:19 1998  Jason Molenda  (crash@bugshack.cygnus.com)
4944
4945         * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
4946         not void.
4947
4948 Thu Apr 16 10:52:34 1998  John Metzler  <jmetzler@cygnus.com>
4949
4950         * gdb.base/branches.c: Code with lots of loops and
4951         subroutines. Used to test gdbs ability to single step through PC
4952         changes, especially to test mips-tdep.c:mips_next_pc
4953
4954 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
4955
4956         * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
4957         more rigorous EGCS C++ error checking.
4958
4959 Fri Apr 10 22:38:12 1998 Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
4960
4961         * gdb.base/help.exp:  Clean up `help set args' and `help show args'
4962         tests.                                                             
4963         * gdb.base/interrupt.exp:  Add "i*86-*-solaris2*" xfail for calling
4964         function when asleep.                                              
4965         * gdb.base/signals.exp:  Add "i*86-*-solaris2*" xfails. Add comment
4966         for i*86 Linux and SVR4 signal handling problems.                  
4967         Remove linux xfail for `next to handler in signals_tests_1', fixed 
4968         by recent infrun.c change.                                         
4969         Limit backtrace to 10 frames to avoid timeout problems with infinite
4970         stack backtraces.                                                   
4971         Adjust expect pattern in `handle all print' test to match Apr 28 1997
4972         target.[ch] change.
4973
4974 Tue Mar 31 00:40:32 1998  Bob Manson  <manson@charmed.cygnus.com>
4975
4976         * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
4977         for a newline from gdb before continuing.
4978         (default_gdb_exit): Just look for y or n.
4979         (gdb_test): Detect abnormal exit from GDB running on DOS; if
4980         it does, fail the rests of the tests in the file.
4981
4982 Tue Mar 24 22:44:52 1998  Bob Manson  <manson@charmed.cygnus.com>
4983
4984         * config/cygmon.exp: New file.
4985
4986 Mon Mar 16 21:39:11 1998  Bob Manson  <manson@charmed.cygnus.com>
4987
4988         * gdb.base/list.exp: Fix problem with "list default lines around
4989         main" test on remote targets.
4990
4991         * gdb.base/scope.exp: Fix problem with filelocal_bss before
4992         run test on remote targets.
4993
4994 Thu Mar 12 16:23:00 1998  Doug Evans  <devans@canuck.cygnus.com>
4995
4996         * gdb.asm: New directory.
4997         * configure.in: Configure it.
4998         * configure: Regenerate.
4999         * gdb.asm/{Makefile.in,configure.in,configure}: New files.
5000         * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
5001
5002 Mon Feb 23 08:22:44 1998  Mark Alexander  <marka@cygnus.com>
5003
5004         * config/mn10300-eval.exp: New file to support MN10300 eval board.
5005
5006 Wed Feb 18 16:43:46 1998  Michael Snyder  (msnyder@cygnus.com)
5007  
5008         * gdb.base/overlays (several files): Merge the two overlay
5009         managers into one.  Change variables (foox, barx, bazx, grbxx)
5010         back into ints but force them to load in their proper sections.
5011
5012 Thu Feb 12 13:49:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
5013
5014         * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
5015         on-chip insn memory and IMAP1 to upper 128k.
5016         (D10VCopy): Handle memory regions crossing 16k boundaries.
5017         (D10VCopy): Transfer data in 32 bit chunks.
5018
5019 Tue Feb 10 17:23:22 1998  Andrew Cagney  <cagney@b1.cygnus.com>
5020
5021         * gdb.base/overlays.c (main): Exit normally when result is
5022         correct.
5023
5024         * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
5025         map.  Include space for printf in .text segment.
5026
5027         * gdb.base/d10vovly.c (D10VTranslate): New function, handle
5028         updated d10v memory VMA/LMA map.
5029         (D10VCopy): Call D10VTranslate.
5030         
5031 Fri Feb  6 14:13:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
5032
5033         * gdb.base/m32rovly.c: Force variable _novlys into .data section.
5034
5035         * gdb.base/bar.c (barx, bar): Change variable to small array so
5036         that it won't be put into the .sdata - small data -
5037         section. Update reference.
5038         * gdb.base/baz.c (bazx, baz): Ditto.
5039         * gdb.base/foo.c (foox, foo): Ditto.
5040         * gdb.base/grbx.c (grbxx, grbx): Ditto.
5041
5042         * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
5043         to be arrays.
5044         
5045 Thu Jan 29 14:48:19 1998  Michael Snyder  (msnyder@cygnus.com)
5046  
5047         * gdb.base/overlays.exp: fix up and get working again.
5048         Add tests for backtraces from an overlay function.
5049  
5050 Fri Jan 23 07:52:45 1998  Fred Fish  <fnf@cygnus.com>
5051
5052         * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
5053         "calling function with watchpoint enabled".
5054
5055 Thu Jan 22 14:23:29 1998  Fred Fish  <fnf@cygnus.com>
5056
5057         * gdb.base/break.exp (test_next_with_recursion): Remove
5058         gdb_suppress_tests for d10v-*-*.
5059         * lib/gdb.exp (gdb_suppress_tests): Disable this function
5060         pending review of whether it is useful or not.
5061
5062 Tue Jan 20 13:02:09 1998  Mark Alexander  <marka@cygnus.com>
5063
5064         * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
5065
5066 Mon Jan 19 08:53:04 1998  Mark Alexander  <marka@cygnus.com>
5067
5068         * gdb.base/break.exp: Increase timeout for slow TX39 boards.
5069         * config/dve.exp: New file to support Densan boards.
5070
5071 Mon Dec 15 22:38:05 1997  Andrew Cagney  <cagney@b1.cygnus.com>
5072
5073         * gdb.base/interrupt.exp: Document problem of simulators, signals,
5074         reads and BSD.
5075
5076 Wed Nov 26 22:29:18 1997  Bob Manson  <manson@charmed.cygnus.com>
5077
5078         * config/monitor.exp: Be a bit less picky about the "Remote debugging"
5079         response.
5080
5081         * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
5082
5083 Tue Nov 25 12:46:36 1997  Andrew Cagney  <cagney@b1.cygnus.com>
5084
5085         * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
5086         test.
5087
5088         * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
5089         target_sizeof_long and target_bigendian_p.
5090         (structs_by_value, structs_by_reference): Check values according
5091         to targets word size and endianess.
5092         
5093 Mon Nov 24 16:37:06 1997  Andrew Cagney  <cagney@b1.cygnus.com>
5094
5095         * gdb.base/langs.exp: For "continue to exit" ignore any trailing
5096         output.
5097
5098 Fri Oct 17 13:24:43 1997  Stan Shebs  <shebs@andros.cygnus.com>
5099
5100         * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
5101         Update test of set args help to match source change.
5102
5103 Fri Sep 26 17:36:20 1997  Jason Molenda  (crash@pern.cygnus.com)
5104
5105         * gdb.base/default.exp: Expect help system output to be in
5106         alphabetical order.
5107         * gdb.base/help.exp: Ditto.
5108
5109 Wed Sep 24 13:08:14 1997  Bob Manson  <manson@charmed.cygnus.com>
5110
5111         * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
5112         "i*86-pc-linux-gnu*".
5113         * gdb.base/interrupt.exp: Ditto.
5114         * gdb.base/corefile.exp: Ditto.
5115
5116         * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
5117         define vxworks when building the testcase.
5118
5119         * gdb.base/ptype.exp: Fix testnames to be unique.
5120         * gdb.base/radix.exp: Ditto.
5121         * gdb.base/term.exp: Ditto.
5122         * gdb.base/whatis.exp: Ditto.
5123         * gdb.c++/classes.exp: Ditto.
5124
5125 Tue Sep 16 22:21:48 1997  Bob Manson  <manson@charmed.cygnus.com>
5126
5127         * gdb.base/callfuncs.exp: Fix indentation.
5128
5129         * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
5130         suppress_flag has been set.
5131         (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
5132         target feature.
5133
5134 Mon Sep 15 15:43:17 1997  Bob Manson  <manson@charmed.cygnus.com>
5135
5136         * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
5137         the testcase.
5138
5139         * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
5140         set_debug_traps() and breakpoint().
5141         * gdb.c++/misc.cc (main): Ditto.
5142         * gdb.c++/templates.cc (main): Ditto.
5143         * gdb.c++/virtfunc.cc (main): Ditto.
5144
5145 Fri Sep 12 16:56:38 1997  Bob Manson  <manson@charmed.cygnus.com>
5146
5147         * lib/gdb.exp(gdb_step_for_stub): New function.
5148         (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
5149         exists, reload the executable and do a "continue" instead of
5150         doing a jump.
5151         (runto_main): Use gdb_step_for_stub.
5152         
5153         * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
5154         tests to have unique names.
5155         * gdb.base/callfuncs.exp: Ditto.
5156         * gdb.base/commands.exp: Ditto.
5157         * gdb.base/default.exp: Ditto.
5158         * gdb.base/help.exp: Ditto.
5159         * gdb.base/list.exp: Ditto.
5160         * gdb.base/opaque.exp: Ditto.
5161         * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
5162         similar tests.
5163         
5164         * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
5165         * gdb.c++/cplusfuncs.cc: Ditto.
5166         * gdb.c++/virtfunc.cc: Ditto.
5167
5168         * config/monitor.exp: Keep track of the last file we saw, rather
5169         than trying to get the info from gdb.
5170
5171         * gdb.fortran/types.exp: Move comment to previous line.
5172
5173 Tue Sep  2 19:55:34 1997  Bob Manson  <manson@charmed.cygnus.com>
5174
5175         * config/sparclet.exp: Detect gratuitous change to sparclet gdb
5176         target mode.
5177
5178 Mon Jul 28 12:14:47 1997  Stan Shebs  <shebs@andros.cygnus.com>
5179
5180         From Bob Manson:
5181         * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
5182         string from GDB when it connects.
5183
5184         * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
5185
5186 Thu Jul  3 15:35:12 1997  Bob Manson  <manson@charmed.cygnus.com>
5187
5188         * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
5189         if we can't get a debug format from GDB (we may be testing an
5190         older GDB). Use a 10 second timeout when checking for the format.
5191
5192         * gdb.stabs/weird.exp: Fix quoting.
5193
5194         * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
5195
5196 Mon Jun 30 18:31:43 1997  Bob Manson  <manson@charmed.cygnus.com>
5197
5198         * config/arm-ice.exp: New file.
5199
5200 Sun Jun 29 16:43:30 1997  Bob Manson  <manson@charmed.cygnus.com>
5201
5202         * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
5203         until it has been modified to work with the new testsuite.
5204
5205         * gdb.*/*.exp: Instead of causing 1 unresolved test when the
5206         testcase won't compile, cause all of the testcases in the file to
5207         fail instead.
5208
5209         * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
5210         (gdb_clear_suppressed): New procedure.
5211         (gdb_stop_suppressing_tests): Only clear suppress_flag if
5212         it contains a positive value.
5213
5214 Sat Jun 28 13:31:11 1997  Bob Manson  <manson@charmed.cygnus.com>
5215
5216         * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
5217
5218         * gdb.c++/virtfunc.exp: Remove setting of libs variable.
5219
5220 Fri Jun 27 07:44:25 1997  Fred Fish  <fnf@cygnus.com>
5221
5222         * lib/gdb.exp (setup_xfail_format): New function.
5223         (get_debug_format): New function to get debug format.
5224         (debug_format): New global variable to hold last value set
5225         by get_debug_format.
5226         * gdb.base/list.exp: Call get_debug_format and expect some
5227         tests to fail for DWARF 1 and COFF formats.
5228         * gdb.c++/ptype.exp: Ditto.
5229         * gdb.c++/classes.exp: Ditto.
5230         * gdb.c++/cplusfuncs.exp: Ditto.
5231         * gdb.c++/inherit.exp: Ditto.
5232         * gdb.c++/templates.exp: Ditto.
5233         * gdb.c++/virtfunc.exp: Ditto.
5234         
5235 Wed Jun 25 09:08:51 1997  Bob Manson  <manson@charmed.cygnus.com>
5236
5237         * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
5238         host doesn't have a currently-open connection.
5239
5240         * config/sparclet.exp: Cleanups and fixes to make it generic for
5241         any gdb stub target. Handle cases where gdb doesn't respond when
5242         interrupted in a sane fashion.
5243
5244         * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
5245         same thing in a totally different way.
5246
5247         * config/monitor.exp: Pass in timeouts to gdb_expect instead of
5248         setting "timeout".
5249         (gdb_start): We set the global gdb_prompt variable in
5250         default_gdb_init now.
5251
5252 Sun Jun 22 09:11:02 1997  Fred Fish  <fnf@cygnus.com>
5253
5254         * gdb.base/printcmds.exp: Fix "check for floating addition"
5255         regexp to accept results within approx +/- .01 of exact value.
5256         * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
5257
5258 Wed Jun 18 11:11:39 1997  Bob Manson  <manson@charmed.cygnus.com>
5259
5260         * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
5261         properly.
5262         (gdb_expect): Add optional timeout parameter, and add timeout
5263         value to various calls.
5264         (gdb_suppress_tests): Only give one warning message per group.
5265
5266 Tue Jun 17 13:10:10 1997  Bob Manson  <manson@charmed.cygnus.com>
5267
5268         * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
5269         global variables. Handle getting a value for $timeout more
5270         gracefully.
5271
5272 Sat Jun 14 09:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
5273
5274         * lib/gdb.exp: Close connection to remote host if gdb doesn't
5275         initialize.
5276         (default_gdb_init): New procedure; allow gdb_init to be overridden
5277         by a target configuration file.
5278         (gdb_expect): Pass the timeout to remote_expect.
5279
5280         * config/monitor.exp(gdb_load): Fix typo in regexp.
5281
5282 Thu Jun 12 20:57:12 1997  Bob Manson  <manson@charmed.cygnus.com>
5283
5284         * gdb.base/funcargs.exp: Remove spurious suppress tests call.
5285
5286 Tue Jun  3 15:20:20 1997  Bob Manson  <manson@charmed.cygnus.com>
5287
5288         * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
5289         here. Call gdb_target_exec before rebooting the target, to make
5290         sure the connection to the target is closed.
5291         (gdb_load): Pass the name of the executable to gdb_target_monitor.
5292         Don't call gdb_file_cmd here; let gdb_target_monitor do it.
5293         Also detect "Timeout reading from remote" error.
5294
5295         * config/gdbserver.exp: Pass the executable being loaded to
5296         gdb_target_monitor. Don't call gdb_file_cmd here; let
5297         gdb_target_monitor do it.
5298
5299         * gdb.disasm/hppa.exp: Don't use exec_output.
5300
5301 Fri May 23 13:28:29 1997  Bob Manson  <manson@charmed.cygnus.com>
5302
5303         * gdb.base/list.exp: If we're debugging a non-native target,
5304         try to set the pc register to point to the start of the
5305         program before doing the first list command.
5306
5307         * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
5308         test_calls after restarting.
5309
5310         * lib/gdb.exp(gdb_run_cmd): Send jump command again after
5311         reloading.
5312
5313         * gdb.base/watchpoint.exp: Fix typo.
5314
5315         * gdb.base/setshow.exp: Check for use_gdb_stub.
5316
5317         * gdb.base/break.exp: Fix continue until exit test for the gdb
5318         stub case.
5319         * gdb.base/langs.exp: Ditto.
5320
5321         * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
5322         gdb_load_offset. If we weren't given a file to load, figure out
5323         what the current file is and use it.
5324
5325         * config/i386-bozo.exp: New file.
5326
5327 Thu May 22 18:51:32 1997  Bob Manson  <manson@charmed.cygnus.com>
5328
5329         * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
5330         feature.
5331
5332         * config/proelf.exp: New entry.
5333
5334 Wed May 21 21:23:16 1997  Bob Manson  <manson@charmed.cygnus.com>
5335
5336         * lib/gdb.exp: Remove spurious .* patterns at the beginning
5337         of regexps.
5338
5339         * gdb.base/watchpoint.exp: Don't run the test_stepping
5340         tests if gdb can't call functions on the target.
5341
5342         * gdb.base/setshow.exp: Don't run the set prompt tests if
5343         the board has gdb_prompt set.
5344
5345 Tue May 20 08:58:49 1997  Jeffrey A Law  (law@cygnus.com)
5346
5347         * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
5348         * gdb.base/commands.exp: Likewise.
5349         * gdb.base/setshow.exp: Likewise.
5350
5351 Mon May 19 15:37:50 1997  Bob Manson  <manson@charmed.cygnus.com>
5352
5353         * config/monitor.exp(gdb_start): Look for gdb_prompt target
5354         feature.
5355
5356         * config/i960.exp: New file.
5357
5358 Thu May  1 18:01:50 1997  Bob Manson  <manson@charmed.cygnus.com>
5359
5360         * gdb.base/funcargs.exp: Check for gdb,short_int target
5361         feature instead of looking for explicit target triplets.
5362
5363 Mon Apr 28 17:27:40 1997  Michael Snyder  <msnyder@cygnus.com>
5364
5365         * gdb.base/printcmds.exp: add a couple more tests a la 
5366         "p 123DEADBEEF", to check parse_number.
5367         * top.c: change "to enable to enable" to "to enable" in a couple
5368         of help strings.
5369
5370 Thu Apr 24 14:38:18 1997  Jeffrey A Law  (law@cygnus.com)
5371
5372         * gdb.base/callfuncs.exp: Mark some tests as expected to fail
5373         on the mn10300.
5374  
5375 Mon Apr 21 15:05:42 1997  Fred Fish  <fnf@cygnus.com>
5376
5377         * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
5378         where the test executable is run with explicit args.
5379         * gdb.base/default.exp: Handle arm-*-coff case for "info float".
5380
5381 Mon Apr 21 13:38:58 1997  Fred Fish  <fnf@cygnus.com>
5382
5383         * gdb.base/run.c: Use FAKEARGV to build test executable that
5384         does not require a command line arg, since most simulators
5385         don't currently support passing such an arg into the simulated
5386         program.
5387         * gdb.base/commands.exp: Change tests to insert the proper
5388         value as the arg to the first recursive factorial call.  Change
5389         compilation line to define FAKEARGV at compile time.
5390
5391 Wed Apr  9 11:12:36 1997  Jeffrey A Law  (law@cygnus.com)
5392
5393         * gdb.base/recurse.exp: Enable these tests for the mn10300.
5394         * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
5395         function with watchpoint enabled" test.
5396
5397 Tue Apr  8 19:33:20 1997  Bob Manson  <manson@charmed.cygnus.com>
5398
5399         * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
5400         Don't call gdb_test when the command doesn't return to a gdb prompt.
5401
5402         * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
5403         "Tests restarted" messages.
5404
5405 Tue Apr  8 16:38:46 1997  Jeffrey A Law  (law@cygnus.com)
5406
5407         * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
5408
5409 Thu Apr  3 15:21:26 1997  Michael Snyder  <msnyder@cygnus.com>
5410
5411         * gdb.base/help.exp: update help msg for INFO ADDR; add help test
5412         for INFO SYMBOL; add help tests for OVERLAY commands.
5413         * gdb.base/default.exp: add tests for INFO SYMBOL command;
5414         add tests for OVERLAY commands
5415         * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
5416         d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
5417         * gdb.base/sigall.c: add usestubs code frag
5418         * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
5419         
5420 Thu Apr  3 09:38:53 1997  Bob Manson  <manson@charmed.cygnus.com>
5421
5422         * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
5423         failures.
5424         (gdb_stop_suppressing_tests): Note that tests have restarted.
5425
5426 Wed Apr  2 19:04:20 1997  Bob Manson  <manson@charmed.cygnus.com>
5427
5428         * config/h8300.exp: New file.
5429
5430 Sun Mar 30 13:38:25 1997  Bob Manson  <manson@charmed.cygnus.com>
5431
5432         * gdb.base/setshow.exp: Check for the existence of a
5433         feature, not its value.
5434
5435 Sat Mar 29 11:19:46 1997  Bob Manson  <manson@charmed.cygnus.com>
5436
5437         * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
5438
5439         * gdb.base/scope.exp: It's now init0(), not init().
5440
5441         * gdb.base/scope0.c: For now, change init() to be init0().
5442
5443         * config/monitor.exp: Use gdb_serial in preference to serial
5444         or netport.
5445
5446         * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
5447         and it's not already set.
5448
5449 Fri Mar 28 19:54:18 1997  Bob Manson  <manson@charmed.cygnus.com>
5450
5451         * gdb.base/setshow.exp: Only test the run command if the target
5452         isn't using a stub and if it supports argument passing.
5453
5454 Sat Mar 22 19:50:25 1997  Bob Manson  <manson@charmed.cygnus.com>
5455
5456         * config/udi.exp(gdb_start): Make sure UDICONF is set
5457         properly before starting gdb.
5458
5459 Mon Mar 24 14:40:33 1997  Jeffrey A Law  (law@cygnus.com)
5460
5461         * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
5462         * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
5463         * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
5464
5465 Tue Mar 11 11:42:58 1997  Bob Manson  <manson@charmed.cygnus.com>
5466
5467         * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
5468         specialized code to reboot the board, use remote_reboot instead.
5469
5470         * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
5471
5472         * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
5473
5474         * config/monitor.exp: Make sure we disconnect from the target.
5475         Also, try a reboot/reload cycle instead of failing if the
5476         load fails.
5477
5478 Fri Mar  7 13:48:30 1997  Bob Manson  <manson@charmed.cygnus.com>
5479
5480         * gdb.base/default.exp: Don't set match_max.
5481         * gdb.base/help.exp: Ditto.
5482         * gdb.base/list.exp: Ditto.
5483         * gdb.base/signals.exp: Ditto.
5484
5485         * config/monitor.exp(gdb_load): If gdb,use_standard_load is
5486         set, use remote_ld to download the testcase instead of
5487         the GDB loader.
5488
5489 Wed Mar  5 00:00:43 1997  Bob Manson  <manson@charmed.cygnus.com>
5490
5491         * config/vr5000.exp: New file.
5492
5493         * config/monitor.exp(gdb_target_monitor): Add pattern for
5494         "Ending remote" to detect errors in connecting.
5495
5496         * gdb.base/setshow.exp: Add .* within auto language test.
5497
5498         * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
5499         target feature.
5500
5501         * config/monitor.exp(gdb_load): Check for a failure when loading,
5502         and reboot the board if necessary.
5503
5504         * gdb.base/setvar.exp(test_set): Handle multiple prints within
5505         a set of tests. Remove print.* from the patterns being checked.
5506
5507 Mon Mar  3 11:57:43 1997  Bob Manson  <manson@charmed.cygnus.com>
5508
5509         * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
5510         refer to gdb_spawn_id.
5511
5512         * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
5513         longer used.
5514         * config/sparclet.exp: Ditto.
5515         * config/sparclet-old.exp: Ditto.
5516         * config/slite.exp: Ditto.
5517         * config/sim.exp: Ditto.
5518         * gdb.base/funcargs.exp: Ditto.
5519
5520         * lib/gdb.exp:Remove references to gdb_spawn_id.
5521         (gdb_expect): Move to remote.exp.
5522
5523 Fri Feb 28 20:47:39 1997  Bob Manson  <manson@charmed.cygnus.com>
5524
5525         * config/monitor.exp: Detect the "Couldn't establish connection"
5526         message from GDB.
5527
5528 Tue Feb 25 14:08:55 1997  Bob Manson  <manson@charmed.cygnus.com>
5529
5530         * gdb.base/bitfields.exp: Use runto instead of explicit
5531         gdb_run_cmd/gdb_expect sequences.
5532
5533         * gdb.base/break.exp(text_next_with_recursion): Add match for
5534         gdb_expect call.
5535
5536         * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
5537         We also need to handle the "A program is being debugged already"
5538         prompt from gdb. Use gdb_test to set the baud rate.
5539
5540         * lib/gdb.exp(gdb_init): Increase the default expect buffer size
5541         to 20000. Really. I mean it.
5542
5543 Mon Feb 24 13:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
5544
5545         * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
5546         fails. If suppress_flag is set, skip perror message about not
5547         being able to send to GDB.
5548         (send_gdb): If suppress_flag is set, don't try to send commands to
5549         GDB.
5550         (gdb_expect): If suppress_flag is set, always fail immediately.
5551         (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
5552         (gdb_init): Call gdb_stop_suppressing_tests.
5553         (default_gdb_exit): Ditto.
5554         (default_gdb_start): Ditto.
5555
5556         * gdb.base/bitfields.exp: Call gdb_suppress_tests and
5557         gdb_stop_suppressing_tests as appropriate.
5558         * gdb.base/break.exp: Ditto.
5559         * gdb.base/callfuncs.exp: Ditto.
5560         * gdb.base/commands.exp: Ditto.
5561         * gdb.base/exprs.exp: Ditto.
5562         * gdb.base/funcargs.exp: Ditto.
5563         * gdb.base/list.exp: Ditto.
5564         * gdb.base/recurse.exp: Ditto.
5565         * gdb.base/scope.exp:  Ditto.
5566         * gdb.base/structs.exp: Ditto.
5567         * gdb.c++/inherit.exp: Ditto.
5568
5569 Sun Feb 23 19:56:02 1997  Bob Manson  <manson@charmed.cygnus.com>
5570
5571         * config/vr4300.exp: New file.
5572
5573         * gdb.*/*.exp: Call gdb_expect instead of expect.
5574         
5575         * lib/gdb.exp(gdb_expect): New function.
5576
5577 Thu Feb 20 13:57:01 1997  Bob Manson  <manson@charmed.cygnus.com>
5578
5579         * lib/gdb.exp(gdb_init): New function.
5580
5581         * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
5582         for each individual variable set.
5583
5584         * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
5585         name.
5586
5587         * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
5588
5589         * gdb.base/scope.exp: Use gdb_test.
5590
5591         * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
5592         aborting; the testsuite driver will do that for us (see
5593         gdb_finish). Also, use gdb_test in a few more places.
5594
5595 Thu Feb 20 13:32:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
5596
5597         * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
5598
5599 Thu Feb 20 10:34:21 1997  Jeffrey A Law  (law@cygnus.com)
5600
5601         * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
5602         and "add_tests" are not at the same address.
5603
5604 Fri Feb 14 18:47:23 1997  Bob Manson  <manson@charmed.cygnus.com>
5605
5606         * gdb.base/ptype.exp: Use gdb_test.
5607
5608 Thu Feb 13 16:09:36 1997  Jeffrey A Law  (law@cygnus.com)
5609
5610         * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
5611         * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
5612         left in.  No longer expect them to fail.
5613
5614         * gdb.stabs/*.mt; Deleted, no longer used.
5615         * gdb.stabs/configure.in: Remove references to target makefile
5616         frags.
5617         * gdb.stabs/configure: Rebuilt.
5618
5619         * gdb.disasm/*.mt: Deleted, no longer used.
5620         * gdb.disasm/configure.in: Remove references to target makefile
5621         frags.  Use "sh3.s" as the unique filename for this directory.
5622         * gdb.disasm/configure: Rebuilt.
5623
5624         * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
5625         * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
5626         * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
5627
5628 Tue Feb 11 16:57:58 1997  Bob Manson  <manson@charmed.cygnus.com>
5629
5630         * config/udi.exp: Use mondfe,name instead of remote_host.
5631
5632 Tue Feb 11 11:22:36 1997  Jeffrey A Law  (law@cygnus.com)
5633
5634         * gdb.base/watchpoint.exp: Don't expect a failure when calling
5635         a function with a watchpoint enabled on the mn10200.
5636
5637         * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
5638         before trying to create it!
5639
5640 Mon Feb 10 16:40:47 1997  Bob Manson  <manson@charmed.cygnus.com>
5641
5642         * config/vx.exp: Use hostname instead of netport.
5643
5644         * config/vxworks.exp: New file.
5645
5646         * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
5647
5648         * config/monitor.exp(gdb_target_monitor): Look for a prompt from
5649         gdb before assuming everything worked. Send a ^C if a timeout
5650         occurs.
5651
5652         * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
5653         $gdb_spawn_id directly.
5654         (gdb_run_cmd): Try _start as well as start. Use the target feature
5655         gdb,start_symbol as the symbol to start from when jumping.
5656
5657 Mon Feb 10 11:26:59 1997  Jeffrey A Law  (law@cygnus.com)
5658
5659         * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
5660         redundant) test.
5661
5662         * gdb.base/recurse.exp: Relax final value test for 'b' so that
5663         it doesn't lose for 16bit integer systems.
5664
5665 Fri Feb  7 09:31:21 1997  Jeffrey A Law  (law@cygnus.com)
5666
5667         * gdb.fortran/types.exp: If the target doesn't support "double"
5668         data types, then expect "real" types to only be 4 bytes.
5669
5670         * gdb.c++/virtfunc.exp: Expect failure for virtual function
5671         call tests if the target doesn't support inferior function calls.
5672
5673         * gdb.base/printcmds.exp: Allow minor deviation in FP values
5674         in printf tests.
5675
5676 Thu Feb  6 12:46:14 1997  Jeffrey A Law  (law@cygnus.com)
5677
5678         * gdb.base/help.exp: Disable "help set", "help show", and
5679         "help support".  Simplify regexp for "help stack".
5680
5681         * gdb.base/default.exp: Set match_max to 5000 and the timeout
5682         to 60 seconds.  Temporarily set match_max to 15000 around the
5683         "info copying" test.
5684
5685         * gdb.base/nodebug.exp: Don't try to do an inferior function
5686         call if the target doesn't support them.
5687         * gdb.base/printcmds.exp: Likewise.
5688         * gdb.base/setvar.exp: Likewise.
5689         * gdb.base/structs.exp: Likewise.
5690         * gdb.c++/templates.exp: Likewise.
5691         * gdb.base/ptype.exp: Likewise.  Remove UDI specific stuff.
5692
5693         * gdb.base/recurse.exp: Enable for the mn10200.
5694
5695         * configure.in: Do configure gdb.stabs directory for *-*-elf
5696         targets.
5697         * configure: Rebuilt.
5698
5699         * gdb.base/break.exp: Check for gdb,noresults before testing
5700         exit status and/or results from the target.
5701         * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
5702         * lib/gdb.exp: Remove old (now bogus) initialization of
5703         noinferior, noargs, noresults and nosignals.
5704
5705 Tue Feb  4 21:52:17 1997  Bob Manson  <manson@charmed.cygnus.com>
5706
5707         * config/sh.exp: New file.
5708
5709         * config/slite.exp: Try to connect multiple times to the board
5710         before rebooting. Only send a "monitor run" if need_monitor_run
5711         is set.
5712
5713         * gdb.base/break.exp: Don't do the "stub continue" test if
5714         the target has gdb_stub set.
5715
5716         * gdb.base/callfuncs.exp: Increase the timeout.
5717
5718         * gdb.base/interrupt.exp: Don't even try to compile the testcase
5719         if the target has gdb,noinferiorio set.
5720
5721         * gdb.base/list.exp: Increase match_max to 10000 characters.
5722
5723         * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
5724
5725         * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
5726         target.
5727
5728         * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
5729
5730 Mon Feb  3 12:09:37 1997  Bob Manson  <manson@charmed.cygnus.com>
5731
5732         * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
5733         trying to delete the copy of gdb. Catch the file delete so we
5734         don't die if the delete fails; also, the file should be copied to
5735         the host, not to the build.
5736
5737 Sun Feb  2 00:55:14 1997  Bob Manson  <manson@charmed.cygnus.com>
5738
5739         * lib/gdb.exp(gdb_test): Surround the result pattern with
5740         parenthesis in case it contains multiple regexps separated
5741         with |.
5742
5743         * gdb.base/watchpoint.exp: Use gdb_test.
5744         * gdb.base/default.exp: Ditto.
5745
5746 Sat Feb  1 23:51:01 1997  Bob Manson  <manson@charmed.cygnus.com>
5747
5748         * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
5749         
5750         * gdb.base/scope.exp: Use gdb_test.
5751         * gdb.c++/classes.exp: Ditto.
5752         * gdb.c++/inherit.exp: Ditto.
5753
5754 Fri Jan 31 13:09:12 1997  Bob Manson  <manson@charmed.cygnus.com>
5755
5756         * gdb.base/crossload.exp: Don't use execute_anywhere, use
5757         remote_exec instead.
5758         * gdb.base/corefile.exp: Don't be ridiculous.
5759         * gdb.base/*.c: Add missing stub invocations.
5760
5761 Thu Jan 30 16:49:25 1997  Bob Manson  <manson@charmed.cygnus.com>
5762
5763         * config/slite.exp: Miscellaneous fixes.
5764
5765         * lib/gdb.exp: Fix runto.
5766
5767         * gdb.base/signals.exp: Check for a gdb,nosignals feature of
5768         the target.
5769
5770         * gdb.base/watchpoint.exp: Fix regexp.
5771
5772         * lib/gdb.exp(default_gdb_exit): Add a catch to the
5773         close and wait commands, as the descriptor may now be
5774         invalid. Always call "remote_close host".
5775
5776 Tue Jan 28 14:42:31 1997  Bob Manson  <manson@charmed.cygnus.com>
5777
5778            Major rewrite for testsuite revision.
5779         
5780         * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
5781         TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
5782         instead of relying on spawn_id to always contain a valid
5783         spawn id.
5784         (get_compiler_info): New procedure to build the ${binfile}.ci
5785         file, instead of replicating this in N different places.
5786         (gdb_compile): New procedure.
5787         
5788         gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
5789         appropriate arguments) instead of compile. Use gdb_test in a lot
5790         more places.  Use send_gdb instead of send. Always run gdb_start
5791         at the start of a testcase, as this is no longer done magically.
5792
5793         config/*-gdb.exp: Rename without the -gdb suffix.
5794
5795         config/mips.exp: Use remote_close instead of exit_remote_shell.
5796         config/monitor.exp: Use target_info instead of looking at
5797         baud, timeout, etc.
5798         config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
5799
5800 Sat Dec 14 00:43:57 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5801
5802         * gdb.c++/templates.exp (test_ptype_of_templates),
5803         gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
5804         Update expect patterns for destructors and assignment operators
5805         to match corresponding c-typeprint.c changes.
5806         * gdb.c++/templates.exp (test_template_breakpoints):  Revert change
5807         to destructor breakpoint test, GDB should be able to set the
5808         destructor breakpoint without specifying arguments.
5809
5810 Tue Dec  3 20:17:52 1996  Fred Fish  <fnf@cygnus.com>
5811
5812         * gdb.threads/pthreads.exp: Change result for failure to compile due
5813         to lack of pthreads runtime support from an error to simply an
5814         unsupported test, per dejagnu standards.
5815
5816 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5817
5818         * lib/gdb.exp (gdb_test):  Simplify expect pattern for the case
5819         where GDB exits to reduce pattern match time.
5820         (skip_chill_tests):  Skip chill tests for mips*-sgi-irix6*.
5821
5822         * gdb.base/nodebug.exp:  Add mips*-sgi-irix6* xfails.
5823
5824 Tue Nov 26 18:29:23 1996  Michael Snyder  <msnyder@cygnus.com>
5825
5826         * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5827         * gdb.base/default.exp:   ditto.
5828         * gdb.base/nodebug.exp:   ditto.
5829         * gdb.base/printcmds.exp: ditto.
5830         * gdb.base/ptype.exp:     ditto.
5831         * gdb.base/setvar.exp:    ditto.
5832         * gdb.base/structs.exp:   ditto.
5833         * gdb.base/setshow.c:     Guard against uninitialized values of argc.
5834
5835 Tue Nov 26 17:23:28 1996  Ian Lance Taylor  <ian@cygnus.com>
5836
5837         * configure, */configure: Rebuild with autoconf 2.12.
5838
5839 Sat Nov 23 13:32:15 1996  Fred Fish  <fnf@cygnus.com>
5840
5841         * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
5842         use new i*86-pc-linux*-gnu quads.
5843         * gdb.base/corefile.exp: Ditto.
5844         * gdb.base/signals.exp: Ditto.
5845         * gdb.base/sigall.exp: Ditto.
5846         * gdb.base/interrupt.exp: Ditto.
5847
5848         * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
5849         "i*86-*-linux" for "signal SIGUSR1".  Now works, at least with
5850         RedHat 4.0.
5851         
5852         * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
5853         linux.  This allows the test case to at least compile on latest
5854         linux, but still not run due to missing the threads runtime library.
5855
5856 Fri Nov 22 10:13:29 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5857
5858         * gdb.base/a1-selftest.exp (do_steps_and_nexts):  Reinitialize source
5859         directory to search gdb directory. Accept and step over conditional
5860         stack alignment code. Consume $prompt in failure cases.
5861         Reset timeout to $oldtimeout instead of some arbitrary value.
5862         * gdb.base/nodebug.exp:  Limit backtrace to 10 frames to avoid
5863         timeout problems with infinite stack backtraces.
5864         * gdb.base/ptype.exp (ptype struct link, union tu_link):
5865         Accept function parameters for linkfunc member.
5866
5867 Thu Nov 21 09:17:19 1996  Fred Fish  <fnf@cygnus.com>
5868
5869         * lib/gdb.exp (CFLAGS): Remove, unreferenced.
5870         (CXXFLAGS): Remove, unreferenced.
5871         (B_OPTIONS): Add for -B options and add code to initialize with
5872         previous -B options and also add -B option to pick up cross compiled
5873         runtime.
5874         (TARGET_INCLUDES): Add for -I options and add code to initialize when
5875         doing cross compiles.
5876         (target_alias): Declare global.
5877         (xgcc): Set variable to full path of gcc in build tree.  Use findfile
5878         to verify that gcc exists in build tree, and if so set CC to that
5879         gcc and to use B_OPTIONS and TARGET_INCLUDES.
5880         
5881 Tue Nov 12 16:20:13 1996  Fred Fish  <fnf@cygnus.com>
5882
5883         * gdb.c++/inherit.exp (test_print_anon_union): Reenable
5884         ptype test for anonymous union.  Fixup testcase to match
5885         current gcc debug output.
5886
5887 Mon Nov 11 14:12:06 1996  Jeffrey A Law  (law@cygnus.com)
5888
5889         * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
5890         force argument to an unsigned long type.
5891
5892 Mon Nov 11 10:27:55 1996  Fred Fish  <fnf@cygnus.com>
5893
5894         * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
5895         tests and anonymous union print/ptype tests.
5896         * gdb.base/list.exp (test_forward-search): Increase timeout by
5897         5 minutes for the "search extremely long line" case.
5898         * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
5899         completely optional and that the pass/fail messages use the command as
5900         the message if that third arg is a null string.
5901         (gdb_test_exact):  Arrange that a null string pattern means match a
5902         null string output rather than any output, which might include random
5903         errors.
5904         * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
5905         backtrace test.
5906         * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
5907         always failing and failure is now exposed by gdb.exp changes.
5908
5909 Sat Nov  9 11:13:24 1996  Fred Fish  <fnf@cygnus.com>
5910
5911         * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
5912         weren't being noted.
5913
5914 Sat Nov  9 01:05:10 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
5915
5916         * gdb.base/corefile.exp:  Consume $prompt in mmap fail cases.
5917         * gdb.stabs/weird.exp:  Remove v_comb xfails.
5918
5919 Tue Nov  5 10:44:23 1996  Michael Snyder  <msnyder@cygnus.com>
5920
5921         * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
5922                     list.exp scope.exp watchpoint.exp]
5923           Make all timeout error msgs explicitly say "(timeout)".
5924         
5925 Mon Nov  4 12:03:06 1996  Michael Snyder  <msnyder@cygnus.com>
5926
5927         * config/monitor.exp: Increase download timeout to 1000 seconds.
5928
5929 Mon Nov  4 12:02:26 1996  Michael Snyder  <msnyder@cygnus.com>
5930
5931         * config/m32r.exp: Increase timeout to 120 seconds.
5932
5933 Sun Nov  3 14:37:05 1996  Fred Fish  <fnf@cygnus.com>
5934
5935         * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
5936         and accept older ordering as obsolescent gcc or gdb.
5937         * gdb.c++/templates.exp: Ditto.
5938         * gdb.c++/virtfunc.exp: Ditto.
5939
5940 Fri Nov  1 11:56:09 1996  Fred Fish  <fnf@cygnus.com>
5941
5942         * gdb.base/coremaker.c: Add code to mmap some data so we
5943         can check that it ends up in the core file.
5944         * gdb.base/corefile.exp: Add test to read mmapped data
5945         from core file.
5946
5947 Wed Oct 30 18:19:16 1996  Michael Snyder  <msnyder@cygnus.com>
5948
5949         * config/m32r.exp: New file.
5950
5951 Mon Oct 21 14:40:50 1996  Stu Grossman  (grossman@critters.cygnus.com)
5952
5953         * testsuite/gdb.base/nodebug.exp:  Whack out -g options by hand so
5954         that cflags can contains -gstabs, and work correctly for other tests.
5955
5956 Mon Oct 21 14:00:37 1996  Michael Snyder  <msnyder@cygnus.com>
5957
5958         * gdb.base/setshow.exp: New file, tests show and set.
5959         * gdb.base/setshow.c:   New file, tests show and set.
5960         * gdb.base/help.exp: Add test for help set|show annotate.
5961         * gdb.base/default.exp: Add test for set|show annotate.
5962
5963 Wed Oct 16 19:03:54 1996  Stu Grossman  (grossman@critters.cygnus.com)
5964
5965         * testsuite/gdb.base/break.exp:  Make backtrace from factorial
5966         errors unique.
5967         * testsuite/gdb.base/nodebug.exp:  Whack out all -g options
5968         explicitly.
5969
5970 Tue Oct 15 16:45:02 1996  Stu Grossman  (grossman@critters.cygnus.com)
5971
5972         * config/sim-gdb.exp (gdb_target_sim):  Remove setting of height
5973         and width commands.  This is done elsewhere.
5974         * (gdb_start):  Don't call gdb_start_sim here.  That's already
5975         done in gdb_load.  This fixes lots of failures in default.exp.
5976
5977 Sun Oct 13 10:40:23 1996  Fred Fish  <fnf@cygnus.com>
5978
5979         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5980         * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
5981         * lib/gdb.exp (gdb_test): Treat failures due to program exiting
5982         in the same we we treat other failures (since it may be an expected
5983         condition), rather than as an error.
5984         * gdb.base/signals.exp (test_handle_all_print): Revert back to
5985         old test format.
5986
5987 Fri Oct 11 17:05:22 1996  Fred Fish  <fnf@cygnus.com>
5988
5989         * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
5990         (distclean maintainer-clean realclean): No need to remove files
5991         twice.  Nuke the duplicates.
5992         * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
5993         * gdb.threads/Makefile.in (distclean maintainer-clean realclean): 
5994         Remove config.h along with other config files.
5995
5996 Mon Sep 30 20:16:22 1996  Fred Fish  <fnf@cygnus.com>
5997
5998         * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
5999         "p func1 ()" and note that rests of tests are skipped.
6000         * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
6001         setup_xfails for "print func2::coremaker_local".
6002         Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
6003         * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
6004         affected by the previous run test.
6005         * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
6006         "print array () ubyte (foo)" and "print/x array () byte (\$i)"
6007         * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
6008         "pass int powerset tuple" and "pass modeless int powerset tuple".
6009         * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
6010         "real write 4" and "real write 8".
6011         * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
6012         setup_xfails for "print vs1 after tuple assign 2",
6013         "print \$i after tuple assign 2", and
6014         "print vs2 after tuple assign 2".
6015         * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
6016         meaningful error message and return -1 so the caller can
6017         suppress further tests and avoid a cascade of errors.
6018         
6019 Fri Sep 27 10:34:51 1996  Fred Fish  <fnf@cygnus.com>
6020
6021         * gdb.base/a1-selftest.exp: Tweak tests to account for new
6022         format for printing version.
6023         * gdb.base/default.exp: Ditto.
6024         * gdb.base/interrupt.exp: Fix problem with cascade of
6025         errors if child process dies while calling a function.
6026         
6027 Fri Sep 13 21:43:48 1996  Fred Fish  <fnf@cygnus.com>
6028
6029         * Makefile.in (VPATH): Add
6030         * Makefile.in (Makefile, config.status): Fix rules so things get
6031         remade when necessary.
6032
6033 Fri Sep 13 18:16:10 1996  Fred Fish  <fnf@cygnus.com>
6034
6035         * Makefile.in (just-check): Add path to sibling expect dir
6036         to environment variable specified by RPATH_ENVVAR.
6037
6038 Fri Sep 13 12:05:34 1996  Fred Fish  <fnf@cygnus.com>
6039
6040         * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
6041         (just-check): Add shared library paths for libstdc++, tk,
6042         tcl, bfd, and opcodes to the environment variable specified
6043         in RPATH_ENVVAR.
6044         * configure.in: Add support to recognize --enable-shared flag
6045         and generate correct value for RPATH_ENVVAR.
6046         * configure: Regenerated with autoconf.
6047
6048 Mon Sep  2 06:36:02 1996  Fred Fish  <fnf@cygnus.com>
6049
6050         * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
6051         include all osf versions.
6052         * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
6053         all osf versions.  Add -D_MIT_POSIX_THREADS to compilation command
6054         when target is linux.  When failing to build pthreads test
6055         executable, give more meaningful message.
6056         * gdb.threads/pthreads.c: Hpux also uses old definition of second
6057         arg for pthread_create.
6058         
6059 Mon Aug 19 09:58:59 1996  Fred Fish  <fnf@cygnus.com>
6060
6061         * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
6062         PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
6063         * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
6064         and -lpthreads (everybody else).
6065         (test_startup): Fail gracefully if threads are not supported.
6066         * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
6067         "p/c array_index("abcdef",2)" when not gcc compiled.
6068         * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
6069         "print func2::coremaker_local" when not gcc compiled.
6070         * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
6071         "ptype on opaque struct tagname (statically)",
6072         "ptype on opaque struct tagname (dynamically) 1", and
6073         "ptype on opaque struct tagname (dynamically) 2"
6074         for not compiled with gcc.
6075         * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
6076         backtrace when compiled with gcc.
6077         * lib/gdb.exp (runto_main): Return result of "runto main" rather 
6078         than always return success.
6079
6080 Sat Aug 17 13:28:00 1996  Fred Fish  <fnf@cygnus.com>
6081
6082         * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
6083
6084 Tue Aug 13 10:26:10 1996  Jeffrey A Law  (law@cygnus.com)
6085
6086         * gdb.base/structs.exp: Undo last change.
6087
6088 Mon Aug 12 15:29:08 1996  Fred Fish  <fnf@cygnus.com>
6089
6090         * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
6091         encapsulate all the steps/nexts done during self test, starting
6092         at main, and makes them less sensitive to optimization issues.
6093         Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
6094         signal handler" test.
6095         * gdb.threads/pthreads.exp: Only run this for native configs.
6096         * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
6097         setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
6098         tests.
6099         gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
6100         for "runto test_calls(void)" test.
6101         
6102 Sun Aug 11 13:11:24 1996  Fred Fish  <fnf@cygnus.com>
6103
6104         * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
6105         and don't expect address info in breakpoint confirmations.
6106
6107 Wed Aug  7 20:47:43 1996  Fred Fish  <fnf@cygnus.com>
6108
6109         * gdb.base/list.exp (test_forward_search): Increase timeout
6110         temporarily by 60 seconds for searching extremely long line,
6111         and then reset to old value when done.  Increase expect input
6112         buffer to 10000.
6113
6114 Wed Aug  7 15:34:22 1996  Fred Fish  <fnf@cygnus.com>
6115
6116         * gdb.base/list.exp (test_forward_search): Fix to handle very
6117         long source line without overflowing expect's input buffer.
6118
6119 Wed Aug  7 12:03:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
6120
6121         * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
6122         "buffer_full".
6123
6124         * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
6125         "buffer_full".
6126
6127         * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
6128         "buffer_full".
6129
6130         * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
6131         "buffer_full".
6132
6133 Wed Aug  7 11:05:47 1996  Fred Fish  <fnf@cygnus.com>
6134
6135         * configure.in (configdirs): Add gdb.threads.
6136         * configure: Regenerated with autoconf.
6137         * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
6138         * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
6139         * gdb.threads/configure: New, generated with autoconf.
6140         
6141 Tue Aug  6 10:23:04 1996  Tom Tromey  <tromey@rtl.cygnus.com>
6142
6143         * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
6144
6145 Mon Aug  5 18:11:53 1996  Fred Fish  <fnf@cygnus.com>
6146
6147         * gdb.base/signals.exp (test_handle_all_print): Test separately for
6148         each signal's status in the output of "handle all print".
6149         * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
6150         the \r\n sequence that immediately precedes the gdb prompt.
6151         * gdb.base/a1-selftest.exp: Save original timeout and restore
6152         after test.
6153
6154 Sun Aug  4 10:20:50 1996  Jeffrey A Law  (law@cygnus.com)
6155
6156         * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
6157         symbol.
6158
6159 Fri Aug  2 17:37:26 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
6160
6161         * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
6162
6163 Thu Jun 27 20:41:40 1996  Fred Fish  <fnf@cygnus.com>
6164
6165         * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
6166         timeout by 60 seconds.
6167
6168 Thu Jun 27 18:13:57 1996  Fred Fish  <fnf@cygnus.com>
6169
6170         * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
6171         * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
6172         error return.
6173
6174 Thu Jun 27 10:54:58 1996  Fred Fish  <fnf@cygnus.com>
6175
6176         * lib/gdb.exp (default_gdb_start): When reporting a timeout during
6177         gdb initialization, also report how long dejagnu waited.  Restore
6178         old timeout before doing error return.  Temporarily increase timeout
6179         by 3 minutes to allow for slow startups over heavy NFS use.
6180
6181 Tue Jun 25 19:59:17 1996  Fred Fish  <fnf@cygnus.com>
6182
6183         * lib/gdb.exp: Report timeout value for verbosity level 2.
6184         * config/gdbserver.exp: Ditto.
6185         * config/hppro.exp: Ditto.
6186         * config/mips-gdb.exp: Ditto.
6187         * config/monitor.exp: Ditto.
6188         * config/netware.exp: Ditto.
6189         * config/sim-gdb.exp: Ditto.
6190         * config/slite-gdb.exp: Ditto.
6191         * config/udi-gdb.exp: Ditto.
6192         * config/unix-gdb.exp: Ditto.
6193         * config/vx-gdb.exp: Ditto.
6194         * gdb.base/a1-selftest.exp: Ditto.
6195         * gdb.base/a2-run.exp: Ditto.
6196         * gdb.base/break.exp: Ditto.
6197         * gdb.base/corefile.exp: Ditto.
6198         * gdb.base/list.exp: Ditto.
6199         * gdb.base/recurse.exp: Ditto.
6200         * gdb.base/scope.exp: Ditto.
6201         * gdb.base/signals.exp: Ditto.
6202
6203 Tue Jun 25 23:16:58 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
6204
6205         * gdb.threads/Makefile.in (docdir): Removed.
6206
6207 Tue Jun 25 17:02:39 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
6208
6209         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
6210         * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to 
6211         @srcdir@.
6212         * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ): 
6213         autoconf 2.5 or higher.
6214         * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
6215
6216 Thu Jun 13 11:16:10 1996  Tom Tromey  <tromey@thepub.cygnus.com>
6217
6218         * configure: Regenerated.
6219         * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
6220         avoid name clashes with SunOS headers.
6221
6222 Wed Jun  5 16:43:27 1996  Jeffrey A Law  (law@cygnus.com)
6223
6224         * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
6225
6226 Thu May 30 11:35:11 1996  Jeffrey A Law  (law@cygnus.com)
6227
6228         * gdb.base/callfuncs.exp: Finish last change -- make sure the
6229         prototype information ends up in the compiler info file.
6230
6231 Thu May 23 12:48:41 1996  Fred Fish  <fnf@cygnus.com>
6232
6233         * gdb.base/callfuncs.exp: Remove the compiler info file prior to
6234         attempting to regenerate it.  Eliminate use of a temporary file
6235         and just generate the info file directly.  Source it immediately,
6236         for consistency of use.
6237         * gdb.base/corefile.exp: Ditto
6238         * gdb.base/exprs.exp: Ditto.
6239         * gdb.base/funcargs.exp: Ditto.
6240         * gdb.base/langs.exp: Ditto.
6241         * gdb.base/list.exp: Ditto.
6242         * gdb.base/mips_pro.exp: Ditto.
6243         * gdb.base/nodebug.exp: Ditto.
6244         * gdb.base/opaque.exp: Ditto.
6245         * gdb.base/ptype.exp: Ditto.
6246         * gdb.base/scope.exp: Ditto.
6247         * gdb.base/setvar.exp: Ditto.
6248         * gdb.base/signals.exp: Ditto.
6249         * gdb.base/whatis.exp: Ditto.
6250         * gdb.c++/templates.exp: Ditto.
6251         * gdb.c++/virtfunc.exp: Ditto.
6252         * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
6253         whether or not to add -lstdc++ to the compile command line args.
6254
6255 Sat May 18 02:43:58 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
6256
6257         * gdb.base/recurse.exp:  Remove setup_xfail for "sparc*-*-sunos4*",
6258         it got fixed by the recent lookup_minimal_symbol_by_pc change.
6259         Increase timeout, a lot of single stepping might be needed if the
6260         target has no hardware watchpoints.
6261
6262 Wed May 15 08:47:42 1996  Jeffrey A Law  (law@cygnus.com)
6263
6264         * gdb.base/break.exp: Ignore compiler warnings when compiling
6265         break.c.
6266         * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
6267         * gdb.base/default.exp: Add h8300 xfails.  Handle messages
6268         from remote-sim.
6269         * gdb.base/exprs.exp: Add h8300 xfails.
6270         * gdb.base/funcargs.exp: Likewise.
6271         * gdb.base/nodebug.exp: Likewise.
6272         * gdb.base/printcmds.exp: Likewise.
6273         * gdb.base/ptype.exp: Likewise.
6274         * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300.  Add
6275         h8300 xfails.
6276         * gdb.base/return.exp: Handle float/double precision problems 
6277         on the h8300.
6278         * gdb.base/funcargs.c: Explicitly make last constant argument to
6279         call_after_alloca_subr an unsigned long type.
6280         * gdb.base/return.c: Include stdio.h.
6281
6282 Tue May  7 22:01:12 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
6283
6284         * config/abug.exp: New file for the older Motorola Bug monitor
6285         that runs on the mvme13x series VME boards.
6286         * config/monitor.exp: Use the new config array for target settings
6287         if they exist.
6288
6289 Fri May  3 16:02:55 1996  Stan Shebs  <shebs@andros.cygnus.com>
6290
6291         * sim-gdb.exp: Make the SH simulator allocate less space when
6292         it is targeted.
6293
6294 Thu May  2 12:31:56 1996  Jeffrey A Law  (law@cygnus.com)
6295
6296         * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
6297         test.
6298
6299 Wed Mar 20 08:48:03 1996  Fred Fish  <fnf@cygnus.com>
6300
6301         * gdb.base/list.exp (test_list_function): Remove setup_xfail for
6302         "rs6000-*-*" for "list function in include file" when gcc compiled.
6303         * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
6304         for "p ctable1[120]".
6305         * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
6306         "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
6307         Remove setup_xfail for "rs6000-*-*" for
6308         "print 'scope0.c'::filelocal before run".
6309         * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
6310         gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
6311         since some compilers don't allow both options to be given
6312         on the same command line.  Create object file and move it.
6313         
6314 Tue Mar 19 23:49:31 1996  Fred Fish  <fnf@cygnus.com>
6315
6316         * gdb.base/corefile.exp: Always regenerate the core file, since
6317         we always regenerate the coremaker program.  Detect special case
6318         where registers cannot be read from core file.
6319         
6320 Tue Mar 19 16:52:49 1996  Fred Fish  <fnf@cygnus.com>
6321
6322         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
6323         * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
6324         * gdb.c++/templates.exp: Only match on basename of file since
6325         some formats like xcoff don't encode directory information.
6326         * gdb.stabs/weird.exp: Use the right sed script for powerpc
6327         and rs6000 AIX xcoff targets.
6328         * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
6329         * configure: Regenerate.
6330         * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
6331         here, rather than in distclean.
6332         
6333 Sun Mar 17 13:35:31 1996  Fred Fish  <fnf@cygnus.com>
6334
6335         * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
6336         defined, and use it to compile the test case with -O2.  The
6337         native compilation still uses no optimization.
6338         * gdb.base/mips_pro.c: Remove inline assembly code since
6339         it is compiled PIC by default, which results in assembler
6340         warnings that make the testsuite think the compilation
6341         was unsuccessful.
6342
6343 Sat Mar 16 15:02:24 1996  Fred Fish  <fnf@cygnus.com>
6344
6345         * gdb.c++/misc.exp: Add note to message for
6346         "print s.a for foo struct" that this is a known gcc 2.7.2
6347         and earlier bug.
6348
6349 Fri Mar 15 17:49:57 1996  Fred Fish  (fnf@cygnus.com)
6350
6351         * gdb.base/break.exp: Fix pattern for matching "Delete all
6352         breakpoints (y or n) ".  Add "mips-dec-ultrix*" to
6353         setup_xfail for deleting all breakpoints test.  Fix various
6354         timeout messages to include "(timeout)".
6355         * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
6356         for "p t_float_values2(3.14159,float_val2)".
6357         * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
6358         for "continue to call2g" when gcc compiled.
6359         * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
6360         "up to foo in langs.exp", "show language at foo in langs.exp",
6361         "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
6362         and "show language at fsub in langs.exp".
6363         * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
6364         "list line 1 in include file", "list message for lines past EOF",
6365         "list function in include file", "list list0.h:foo", and
6366         "list filename:function; nonexistant function".
6367         * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
6368         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
6369         and "ptype t_char_array" to be for native cc only.
6370         
6371 Fri Mar 15 16:17:22 1996  Fred Fish  <fnf@cygnus.com>
6372
6373         * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled 
6374         setup_xfail for "print coremaker_bss", "print coremaker_ro",
6375         "print func2::coremaker_local", and "backtrace in corefile.exp".
6376
6377 Wed Mar 13 14:54:11 1996  Fred Fish  <fnf@cygnus.com>
6378
6379         * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
6380         "bt in signals.exp".  This problem only appears when running
6381         the testsuite, and then only intermittently.
6382
6383 Tue Mar 12 15:00:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
6384
6385         * gdb.base/return.exp (return_tests): Differentiate between
6386         two tests of continuing.
6387
6388 Tue Mar  5 14:33:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
6389
6390         * */Makefile.in (maintainer-clean): Remove config.log.
6391         * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
6392         * gdb.c++/Makefile.in (PROGS): Add inherit.
6393         (clean): Remove *.ci.
6394
6395 Tue Feb 20 16:36:10 1996  Fred Fish  <fnf@cygnus.com>
6396
6397         * gdb.c++/misc.cc: Add test code from Mike Stump.
6398         * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
6399
6400 Sun Feb 18 11:39:12 1996  Fred Fish  <fnf@cygnus.com>
6401
6402         * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
6403         to "alpha-*-osf2*" and add comment.
6404         * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
6405         setup_xfail for "step over execarg initialization" and
6406         "step over corearg initialization".
6407         * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
6408         for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
6409         * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
6410         gcc compiled for "print coremaker_bss", "print coremaker_ro",
6411         "print func2::coremaker_local", and "backtrace in corefile.exp".
6412         * gdb.base/signals.exp: Build and source signals.ci.
6413         Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
6414         to be for gcc only.
6415         * lib/gdb.exp: Move verbose statements outside conditionals.
6416         
6417 Sat Feb 17 02:22:14 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
6418
6419         * gdb.base/sigall.exp:  Remove setup_xfail for irix4.  Fixed by
6420         Feb 3 procfs.c change.
6421
6422 Fri Feb 16 13:25:31 1996  Fred Fish  <fnf@cygnus.com>
6423
6424         * config/unix-gdb.exp: Remove extraneous newlines from end of file.
6425
6426 Thu Feb 15 08:12:55 1996  Fred Fish  <fnf@cygnus.com>
6427
6428         * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
6429         from dejagnu's apparent default of 10 seconds, which gives random
6430         results when running the tests over NFS on moderately loaded systems.
6431         * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
6432
6433 Mon Feb 12 16:50:28 1996  Fred Fish  <fnf@cygnus.com>
6434
6435         * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318.  Now fixed.
6436         * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
6437         result reports.
6438
6439 Fri Feb  9 15:56:51 1996  Fred Fish  <fnf@cygnus.com>
6440
6441         * configure.in (CY_AC_PATH_TCLH): Remove.
6442         * configure: Regenerate.
6443
6444 Fri Feb  9 08:21:31 1996  Fred Fish  <fnf@cygnus.com>
6445
6446         * gdb.c++/Makefile.in (clean): Add missing '{'.
6447
6448 Fri Feb  2 10:19:40 1996  Jeffrey A Law  (law@cygnus.com)
6449
6450         * lib/gdb.exp: Provide a default value for noinferior.
6451
6452         * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
6453         Load libgloss.exp.
6454
6455 Thu Feb  1 20:20:14 1996  Jeffrey A Law  (law@cygnus.com)
6456
6457         * gdb.disasm/hppa.exp: Compile directly into an executable, use
6458         the executable, not the .o to run the tests from.
6459
6460 Wed Jan 31 14:21:09 1996  Jeffrey A Law  (law@cygnus.com)
6461
6462         * gdb.base/break.exp: Don't test for program exit or exit status
6463         if $noresults if nonzero.
6464         * gdb.base/langs.exp: Likewise.
6465         * gdb.base/watchpoint.exp: Likewise.
6466
6467         * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
6468         * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
6469         trying to compile the testcase.
6470
6471 Wed Jan 24 23:42:39 1996  Doug Evans  <dje@charmed.cygnus.com>
6472
6473         * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
6474         * gdb.base/signals.exp (continue to handler): Likewise.
6475
6476 Tue Jan 23 16:28:22 1996  Per Bothner  <bothner@kalessin.cygnus.com>
6477
6478         * gdb.c++/classes.exp:  Now = returns false/true, not 1/0.
6479
6480         * gdb.fortran/exprs.exp:  .LT. and .GT. now return .TRUE. or .FALSE..
6481
6482 Tue Jan 23 15:41:57 1996  Jeffrey A Law  (law@cygnus.com)
6483
6484         * gdb.base/corefile.exp: Recognize "not found" as failure
6485         when trying to determine if a core file was generated.
6486         If no core file was generate the first time, try again without
6487         the ulimit -c to work around braindamaged shells.
6488
6489 Mon Jan 15 09:33:00 1996  Fred Fish  <fnf@cygnus.com>
6490
6491         * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
6492         [] tests with "test" and enclose string in quotes.
6493         * gdb.stabs/configure: Rebuild
6494         
6495 Thu Jan 11 09:43:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
6496
6497         Changes in sync with expect:
6498         * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
6499         (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
6500         (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
6501         (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater.  Properly quote
6502         argument to AC_REQUIRE.
6503         * configure: Regenerated.
6504
6505 Thu Jan  4 08:17:22 1996  Fred Fish  <fnf@cygnus.com>
6506
6507         * gdb.base/corefile.exp: When generating a core, discard any
6508         error messages about ulimit not found and the "core dumped"
6509         message from the shell that runs the coredumper.
6510
6511 Wed Jan  3 01:30:41 1996  Jeffrey A Law  (law@cygnus.com)
6512
6513         * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
6514
6515         * gdb.stabs/weird.exp: Use ${target_triplet} to determine
6516         which sed script to run.  Expect failure for v_comb test
6517         on PA targets too.
6518         
6519 Sat Dec 30 16:09:04 1995  Fred Fish  <fnf@rtl.cygnus.com>
6520
6521         * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
6522         "print func2::coremaker_local" and for "backtrace in corefile.exp"
6523
6524 Sat Dec 30 12:59:12 1995  Fred Fish  <fnf@cygnus.com>
6525
6526         * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
6527         * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
6528         "sparc-sun-solaris*" xfails for "p v_comb".
6529         * lib/gdb.exp (default_gdb_start): Fix typo.
6530         * gdb.base/corefile.exp: Allow "Core was generated by ..."
6531         messages to not include the full program name that caused
6532         the core dump since some systems (such as solaris) apparently
6533         truncate this path to about 80 characters.
6534         When generating a core file first try increasing the core file
6535         size limit to unlimited since some systems may default it to
6536         zero, and it is harmless to try it.  Move the test for failing
6537         to generate a core file to where it will actually get executed.
6538         * gdb.c++/templates.exp (test_ptype_of_templates): Accept
6539         new gdb result from g++ debug info improvements and make old
6540         pattern obsolescent.  Also account for size_t differences
6541         (may be int or long).
6542         * gdb.base/a1-selftest.exp (test_with_self): Check for case where
6543         initialization before function call is placed in the delay slot
6544         and thus appears to be skipped over by commands such as "next".
6545
6546 Fri Dec 29 16:09:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
6547
6548         * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
6549
6550 Wed Dec  6 10:45:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
6551
6552         * gdb.base/*.exp: Make ${srcfile} only be the basename of the
6553         input source file; fix code to compile test to deal with this
6554         convention.
6555         * gdb.c++/*.exp: Likewise.
6556
6557 Mon Nov 27 11:40:16 1995  Fred Fish  <fnf@cygnus.com>
6558
6559         * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
6560         "bt in signals.exp".
6561
6562 Sat Nov 25 20:52:15 1995  Fred Fish  <fnf@phydeaux.cygnus.com>
6563
6564         * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
6565         "step over execarg initialization" and
6566         "step over corearg initialization".
6567
6568 Sat Nov 25 18:20:14 1995  Fred Fish  <fnf@cygnus.com>
6569
6570         * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
6571         with sizeof(pointer) > sizeof(int).  Avoid "void *" or include files.
6572
6573 Sat Nov 25 11:03:42 1995  Fred Fish  <fnf@cygnus.com>
6574
6575         From Rob Savoye  (rob@poseidon.cygnus.com)
6576         * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
6577         gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
6578         configure.in}, gdb.disasm/{Makefile.in, configure.in},
6579         gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
6580         configure.in}: Major reworking for autoconfig.
6581         * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
6582         gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
6583         New files.
6584         * config/unix-gdb.exp:  Make GDB global.
6585         * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
6586         callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
6587         funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
6588         nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
6589         regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
6590         term.exp, twice.exp, watchpoint.exp, whatis.exp},
6591         gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
6592         templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
6593         misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
6594         pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
6595         pr-8136.exp, result.exp, string.exp, tuples.exp},
6596         gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
6597         to returns as necessary, arrange for test to compile own testcase
6598         executable.
6599         * lib/gdb.exp: Changes for testsuite to compile own test cases.
6600         
6601 Tue Nov 21 16:15:45 1995  Fred Fish  <fnf@cygnus.com>
6602
6603         * gdb.c++/classes.exp (test_pointers_to_class_members): Add
6604         clear_xfail at end of test which might not call either pass or fail.
6605         * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
6606         "backtrace through signal handler".
6607
6608 Sat Nov 18 04:09:31 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
6609
6610         * gdb.base/sigall.exp:  Work around OSF/1-3.x kernel bug when
6611         continuing from a job control stop signal.
6612         * gdb.stabs/alpha.mt:  Use $(CFLAGS) when building weird.o.
6613
6614 Wed Nov 15 00:28:03 1995  Jeffrey A Law  (law@cygnus.com)
6615
6616         * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
6617         * gdb.base/corefile.exp: Likewise.
6618         * gdb.base/funcargs.exp: Likewise.
6619
6620 Tue Nov 14 15:18:10 1995  Stu Grossman  (grossman@cygnus.com)
6621
6622         * config/hmsirom.exp:  Setup for talking to hmsi ROM monitor.
6623         * config/monitor.exp:  Add support for setting baud rate.
6624
6625 Sat Nov  4 15:35:52 1995  Fred Fish  <fnf@cygnus.com>
6626
6627         * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
6628         i*86-*-linux* xfails for "backtrace through signal handler".
6629         * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
6630         "print func2::coremaker_local".
6631         * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
6632         alpha-dec-osf2* xfail for
6633         "delete all breakpoints when none".
6634
6635 Wed Nov  1 15:57:16 1995  Fred Fish  <fnf@cygnus.com>
6636
6637         * gdb.base/break.exp: Change test that deletes all breakpoints
6638         when no user breakpoints are installed.  A post 4.15 change
6639         causes gdb to no longer prompt in this case.
6640
6641 Tue Oct 31 15:13:43 1995  Fred Fish  <fnf@cygnus.com>
6642
6643         * gdb.base/return.exp (return_tests):  Change xfail for test
6644         "correct value returned double test" to stop xfailing at
6645         Solaris 2.5.  Apparently the bug has been fixed.
6646
6647 Sun Oct 29 12:18:16 1995  Fred Fish  <fnf@cygnus.com>
6648
6649         * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
6650         IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
6651
6652 Tue Oct 24 11:12:12 1995  Jeffrey A Law  (law@cygnus.com)
6653
6654         * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
6655         * gdb.disasm/hppa.s: Corresponding changes.
6656
6657 Wed Oct 18 11:27:47 1995  Jeffrey A Law  (law@cygnus.com)
6658
6659         * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
6660         makefile fragment.
6661         * config/mt-hpux: Deleted.
6662
6663 Tue Oct 17 23:02:12 1995  Jeffrey A Law  (law@cygnus.com)
6664
6665         * Many files: When warning about suppressed tests due to a 
6666         nonexistant test binary, avoid incrementing the warning count.
6667
6668 Tue Oct 10 11:00:41 1995  Fred Fish  <fnf@cygnus.com>
6669
6670         * Makefile.in (TARGET_FLAGS_TO_PASS):  Remove BISON.
6671         
6672 Sun Oct  8 04:23:14 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
6673
6674         * gdb.base/return.exp:  Change xfail from "sparc-*-solaris2.*" to
6675         "sparc-*-solaris2*".
6676
6677 Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
6678
6679         * gdb.base/coremaker.c:  Produce a full core dump for AIX targets.
6680         Add global and local variables and initialize them.
6681         * gdb.base/corefile.exp:  Test correct mapping of corefile sections
6682         by printing variables. Remove rs6000 and powerpc xfails, BFD now
6683         extracts the file name and terminating signal from the core file.
6684         * TODO:  Remove note about tests for correct mapping of corefile.
6685         * gdb.base/ptype.c (main):  Use boolean2 to inhibit AIX 4.1 xlc
6686         from optimizing it away.
6687         * gdb.stabs/weird.exp:  Remove rs6000 xfail, xcoffread.c now
6688         handles common blocks.
6689
6690 Thu Sep 21 01:28:10 1995  Jeff Law  (law@snake.cs.utah.edu)
6691
6692         * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
6693         * gdb.disasm/sh3.exp (fmac): Corresponding changes.
6694
6695 Wed Sep 20 13:15:05 1995  Ian Lance Taylor  <ian@cygnus.com>
6696
6697         * Makefile.in (maintainer-clean): New target, synonym for
6698         realclean.
6699         * gdb.base/Makefile.in (maintainer-clean): Likewise.
6700         * gdb.c++/Makefile.in (maintainer-clean): Likewise.
6701         * gdb.chill/Makefile.in (maintainer-clean): Likewise.
6702         * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
6703         * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
6704         * gdb.threads/Makefile.in (maintainer-clean): Likewise.
6705
6706 Sun Sep 10 13:14:01 1995  Fred Fish  <fnf@cygnus.com>
6707
6708         * gdb.base/scope.exp (text_at_main):  Add "hppa*-*-hpux*"
6709         xfails when not gcc compiled for "print foo::funclocal".
6710         (test_at_foo):  Add "hppa*-*-hpux*" xfails when not gcc compiled for:
6711         "print foo::funclocal at foo",
6712         "print 'scope1.c'::foo::funclocal at foo",
6713         "print foo::funclocal_bss at foo",
6714         "print 'scope1.c'::foo::funclocal_bss at foo",
6715         "print foo::funclocal_ro at foo",
6716         "print 'scope1.c'::foo::funclocal_ro at foo",
6717         "print bar::funclocal at foo" and
6718         "print 'scope1.c'::bar::funclocal at foo".
6719         (test_at_bar):  Add "hppa*-*-hpux*" xfails when not
6720         gcc compiled for "print foo::funclocal at bar".
6721         Expand all messages to ensure that they identify that
6722         the test is at bar().
6723         * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
6724         gcc compiled for:
6725         "ptype on opaque struct pointer (statically)",
6726         "ptype on opaque struct tagname (statically)",
6727         "ptype on opaque struct pointer (dynamically) 1",
6728         "ptype on opaque struct tagname (dynamically) 1",
6729         "ptype on opaque struct pointer (dynamically) 2" and
6730         "ptype on opaque struct tagname (dynamically) 2
6731         * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
6732         gcc compiled for:
6733         "p datalocal"
6734         "whatis datalocal",
6735         "ptype datalocal",
6736         "p bsslocal",
6737         "whatis bsslocal", and
6738         "ptype bsslocal".
6739         * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
6740         "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
6741         when not gcc compiled.
6742         * gdb.base/funcargs.exp (float_and_integral_args):  Add
6743         "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
6744         compiled.
6745         (discard_and_shuffle):  Add "hppa*-*-hpux*" xfail for
6746         "backtrace from call6a" when not gcc compiled.
6747         (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
6748         "backtrace from call7a" when not gcc compiled.
6749         * gdb.base/callfuncs.exp (do_function_calls):
6750         Add "hppa*-*-hpux*" xfail when not gcc compiled for
6751         "p t_char_array_values(char_array_val2,char_array_val1)",
6752         "p t_char_array_values(char_array_val1,char_array_val2)",
6753         "p t_char_array_values("carray 1","carray 2")",
6754         "p t_char_array_values("carray 1",char_array_val2)",
6755         "p t_char_array_values(char_array_val1,"carray 2")",
6756         "p sum_args(1,{2})",
6757         "p sum_args(2,{2,3})",
6758         "p sum_args(3,{2,3,4})",
6759         "p sum_args(4,{2,3,4,5})"
6760         * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
6761         "backtrace in corefile.exp" when not gcc compiled.
6762
6763 Sat Sep  9 01:35:39 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
6764
6765         * gdb.base/signals.exp:  Rewrite `handle all print' test as
6766         a procedure. Accept blanks or TABs as whitespace, increase
6767         timeout and expect input buffer size for the large output
6768         from the command. Remove "i*86-*-bsdi2.0" xfail.
6769
6770 Sat Sep  2 06:41:26 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
6771
6772         * gdb.base/setvar.exp:  Add new testcases for truncation when
6773         assigning invalid values to bitfields.
6774
6775 Sat Sep  2 00:17:31 1995  Fred Fish  <fnf@cygnus.com>
6776
6777         * gdb.base/callfuncs.exp (do_function_calls):  Remove 
6778         mips-sgi-irix* xfail for
6779         "call inferior func with struct - returns char *"
6780         and fix test so that an optional (unsigned char *) cast is
6781         accepted in the result.
6782
6783 Fri Sep  1 13:42:01 1995  Fred Fish  <fnf@cygnus.com>
6784
6785         * gdb.base/funcargs.exp (float_and_integral_args):  Remove
6786         sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6787         * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
6788         * gdb.base/signals.exp: Remove duplicate "handle all print" test
6789         that accidentally got checked in.
6790
6791 Sun Aug 27 23:35:35 1995  Fred Fish  <fnf@cygnus.com>
6792
6793         * gdb.base/callfuncs.exp (do_function_calls):  Add alpha-dec-osf2* 
6794         clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
6795         compiled test.
6796         * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
6797         Add mips-sgi-irix5* xfail for not gcc compiled.
6798         * gdb.base/Makefile.in (nodebug.o):  Also create nodebug.ci.
6799         * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
6800         "p top", "whatis top", "p middle", and "whatis middle".
6801         * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
6802         "whatis signed char" for not gcc compiled.
6803         * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
6804         "set variable signed char=-1 (-1)" and
6805         "set variable signed char=0xFF (0xFF)" for not gcc compiled.
6806         * gdb.base/funcargs.exp (float_and_integral_args):
6807         Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
6808         Add mips-sgi-irix* xfail when not gcc compiled for
6809         "continue to call2b".
6810         Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
6811         "continue to call2g".
6812         (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
6813         "backtrace from call6a"
6814         (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
6815         "backtrace from call7k".
6816         Add mips-sgi-irix5* xfail when not gcc compiled for
6817         "backtrace from call7a".
6818         (localvars_after_alloca):  Fix gdb_test cmds for
6819         "print * after runto ...".
6820         Remove rs6000-*-* xfails for
6821         "print i after runto localvars_after_alloca" and
6822         "print l after runto localvars_after_alloca"
6823         for all compilers.
6824         * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6825         when not compiled with gcc, for:
6826         "print signed char == (minus)",
6827         "print signed char != (minus)",
6828         "print signed char < (minus)",
6829         "print signed char > (minus)".
6830         * gdb.base/callfuncs.exp (do_function_calls):
6831         Add mips-sgi-irix* xfail, when compiled with native compiler, for
6832         "call inferior func with struct - returns char *".
6833         * gdb.base/return.exp (return_tests): Change xfail for 
6834         "correct value returned double test" to include Solaris 2.4.
6835         * gdb.base/funcargs.exp (float_and_integral_args):
6836         Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6837         
6838 Sat Aug 26 00:26:11 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
6839
6840         * gdb.base/setvar.c, gdb.base/setvar.exp:  Add new tests for
6841         enumeration bitfields if compiling with GNU C.
6842         * lib/gdb.exp:  Consume `(y or n) ' in `Reinitialize source path
6843         to empty' prompt.
6844
6845 Tue Aug 22 00:30:37 1995  Jeff Law  (law@snake.cs.utah.edu)
6846
6847         * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
6848         test for PRO targets.
6849
6850         * gdb.base/funcargs.exp: Avoid ever setting more than 8
6851         breakpoints in the inferior at any given time by making
6852         two groups of breakpoints for call2*, call6* and call7*
6853         tests.
6854
6855 Sun Aug 20 06:58:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
6856
6857         * gdb.base/funcargs.exp:  Fix typos introduced by Aug 15 change.
6858         * gdb.base/callfuncs.c (main):  Use struct_val1 to inhibit xlc
6859         from optimizing it away.
6860         * gdb.base/callfuncs.exp:  Remove rs6000-*-* xfails for
6861         "call inferior func with struct".
6862
6863 Wed Aug 16 11:57:15 1995  Stan Shebs  <shebs@andros.cygnus.com>
6864
6865         * configure.in: Only configure gdb.chill for particular targets.
6866
6867 Tue Aug 15 09:42:44 1995  Fred Fish  <fnf@cygnus.com>
6868
6869         * gdb.base/Makefile.in:  Add action to .c.o transformation
6870         rule that generates a .ci file for each .o file and remove
6871         explicit .c.o rules except for callfuncs.o.
6872         * gdb.c++/Makefile.in:  Add .cc.o transformation rule that
6873         generates a .ci file for each .o file and remove explicit
6874         .cc.o rules.
6875         (clean): Remove *.tmp *.ci files.
6876         (EXECUTABLES): Remove templ-info.exp.
6877         * gdb.base/compiler.c: New file.
6878         * gdb.c++/compiler.cc: New file
6879         * gdb.base/scope.exp: Source gdb.base/scope.ci.
6880         Change rs6000-*-* xfail for
6881         "print 'scope0.c'::filelocal_ro" and
6882         "print 'scope1.c'::filelocal" and
6883         "print 'scope1.c'::filelocal_bss" and
6884         "print 'scope1.c'::filelocal_ro" and
6885         "print 'scope1.c'::foo::funclocal" and
6886         "print 'scope1.c'::foo::funclocal_ro" and
6887         "print 'scope1.c'::bar::funclocal" and
6888         "print 'scope0.c'::filelocal_ro" and
6889         "print 'scope1.c'::filelocal at foo" and
6890         "print 'scope1.c'::filelocal_bss at foo" and
6891         "print 'scope1.c'::filelocal_ro at foo" and
6892         "print 'scope1.c'::foo::funclocal at foo" and
6893         "print 'scope1.c'::foo::funclocal_bss at foo" and
6894         "print 'scope1.c'::foo::funclocal_ro at foo" and
6895         "print 'scope1.c'::bar::funclocal at foo" and
6896         "print 'scope0.c'::filelocal_ro" and
6897         "print 'scope1.c'::filelocal" and
6898         "print 'scope1.c'::filelocal_bss" and
6899         "print 'scope1.c'::filelocal_ro" and
6900         "print 'scope1.c'::foo::funclocal" and
6901         "print 'scope1.c'::foo::funclocal_bss" and
6902         "print 'scope1.c'::foo::funclocal_ro" and
6903         "print 'scope1.c'::bar::funclocal" and
6904         "print 'scope1.c'::bar::funclocal_bss"
6905         to only be xfail'd when not compiled with gcc.
6906         Add rs6000-*-* xfail for 
6907         "print 'scope0.c'::filelocal_bss before run"
6908         when compiled with gcc.
6909         (test_at_main): Add rs6000-*-* xfail for
6910         "print filelocal_ro in test_at_main"
6911         when compiled with gcc.
6912         * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
6913         Add rs6000-*-aix* xfail for 
6914         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
6915         "ptype t_char_array",  not compiled with gcc.
6916         * gdb.base/list.exp (test_list_function):  Add rs6000-*-*
6917         xfail for "list foo (in include file)" when gcc compiled.
6918         * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
6919         (integral_args): Add rs6000-*-* xfail for
6920         "run to call0a" if not compiled with gcc.
6921         (unsigned_integral_args): Add rs6000-*-* xfail for
6922         "run to call1a" if not compiled with gcc.
6923         (float_and_integral_args):  Add rs6000-*-* xfail for
6924         "run to call2a" if not compiled with gcc and for
6925         "continue to call2b" for any compiler.
6926         Add rs6000-*-* xfail to
6927         "print f1 after run to call2a" for gcc compiled.
6928         (discard_and_shuffle): Add rs6000-*-* xfail for
6929         "run to call6a".
6930         (shuffle_round_robin): Add rs6000-*-* xfail for
6931         "backtrace from call7a" if not compiled with gcc.
6932         Add rs6000-*-* xfail for
6933         "backtrace from call7b" if compiled with gcc.
6934         (call_after_alloca): Add rs6000-*-* xfail for
6935         "print c in call_after_alloca" and
6936         "print s in call_after_alloca" and
6937         "backtrace from call_after_alloca_subr"
6938         if not compiled with gcc.
6939         (localvars_in_indirect_call): Add rs6000-*-* xfail for
6940         "print c in localvars_in_indirect_call" and
6941         "print c in localvars_in_indirect_call" and
6942         "backtrace in indirectly called function" and
6943         "stepping into indirectly called function"
6944         if not compiled with gcc.
6945         (localvars_after_alloca): Add rs6000-*-* xfail for
6946         "print c after runto localvars_after_alloca" and
6947         "print s after runto localvars_after_alloca" and
6948         "print i after runto localvars_after_alloca" and
6949         "print l after runto localvars_after_alloca"
6950         for all compilers.
6951         * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
6952         than whatis-info.exp.
6953         * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
6954         than opaque-info.exp.
6955         Setup rs6000-*-* xfail for
6956         "ptype on opaque struct pointer (statically)" and 
6957         "ptype on opaque struct pointer (dynamically)" when
6958         not compiled with gcc.
6959         * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
6960         rather than callf-info.exp.
6961         (do_function_calls):  Add clear_xfail for rs6000-*-* for
6962         "p t_float_values2(3.14159,float_val2)".  Seems to work
6963         fine there, both with xlc and gcc.  Need to find out what
6964         it is doing right and fix other platforms.
6965         * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
6966         "call inferior func with struct - returns int",
6967         "call inferior func with struct - returns long",
6968         "call inferior func with struct - returns float",
6969         "call inferior func with struct - returns double",
6970         "call inferior func with struct - returns char *",
6971         but only if not gcc compiled (presumes xlc compiled).
6972         Change rs6000-*-* xfails for
6973         "call inferior func with struct - returns char" and
6974         " call inferior func with struct -  returns short" to only
6975         xfail if not using gcc.
6976         (clean mostlyclean):  Remove *.ci and *.tmp files.
6977         * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
6978         than templ-info.exp.
6979         * gdb.base/langs.exp:  Source gdb.base/langs.ci.
6980         Add rs6000-*-* xfail for "up to foo in langs.exp"
6981         "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
6982         when not gcc compiled.
6983         
6984 Sat Aug 12 15:05:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
6985
6986         * gdb.base/callfuncs.exp: Add xfails for the powerpc.
6987         * gdb.base/corefile.exp: Likewise.
6988         * gdb.base/list.exp: Likewise.
6989         * gdb.base/scope.exp: Likewise.
6990         * gdb.base/siganls.exp: Likewise.
6991
6992         * gdb.base/nodebug.exp: Add xfails for the powerpc.  Handle aix4
6993         compiler output.
6994         * gdb.base/whatis.exp: Likewise.
6995
6996 Fri Aug 11 13:36:20 1995  Jeff Law  (law@snake.cs.utah.edu)
6997
6998         * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
6999         failure (opcode table has been fixed to match reality).
7000
7001 Mon Aug 14 09:01:59 1995  Fred Fish  <fnf@cygnus.com>
7002
7003         * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
7004         "call inferior func with struct - returns char",
7005         "call inferior func with struct - returns short"
7006
7007         * gdb.base/scope.exp: Remove rs6000-*-* xfails for
7008         "print 'scope0.c'::filelocal at main",
7009         "print 'scope0.c'::filelocal_bss in test_at_main",
7010         "print 'scope0.c'::filelocal at foo",
7011         "print 'scope0.c'::filelocal_bss in test_at_foo",
7012         "print 'scope0.c'::filelocal at bar",
7013         "print 'scope0.c'::filelocal_bss in test_at_bar"
7014         
7015         * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
7016         in source file 1".  This bug seems to have been fixed with both
7017         gcc and native cc (was native assembler bug?).
7018
7019 Wed Aug  9 08:04:12 1995  Fred Fish  (fnf@cygnus.com)
7020
7021         * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
7022         "backtrace through signal handler" to "i*86-*-sysv4*".
7023         * gdb.base/signals.exp: Add xfail for "'next' behaved as
7024         continue" case.  Add "known SVR4 bug" to fail message.
7025         Add "i*86-*-bsdi2.0" xfail for "handle all print".
7026         Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
7027         * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
7028         "whatis unnamed typedef'd enum..." and "ptype t_char_array".
7029         * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
7030         "up to foo in langs.exp", "show language at foo in
7031         langs.exp", "up to cppsub_ in langs.exp", "show
7032         language at cppsub_ in langs.exp", "up to fsub in
7033         langs.exp", and "show language at fsub in langs.exp".
7034         * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
7035         "bactrace in corefile.exp".
7036         * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
7037         "call inferior function with struct - returns float" and
7038         "call inferior function with struct - returns double".
7039         
7040 Mon Aug  7 02:43:28 1995  Jeff Law  (law@snake.cs.utah.edu)
7041
7042         * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
7043         * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
7044         * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
7045         * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
7046
7047 Mon Aug  7 08:09:37 1995  Fred Fish  <fnf@cygnus.com>
7048
7049         * Makefile.in (CHILL_FOR_TARGET): Use previously defined
7050         (or overriden) "CHILL" macro rather then bare "gcc".
7051         Also look for ../../gcc/xgcc since that is what we will
7052         actually need, not "Makefile".  Remove following assignment
7053         of CHILL to CHILL_FOR_TARGET because that results in
7054         recursive definition.
7055
7056 Sun Aug  6 16:52:29 1995  Fred Fish  <fnf@cygnus.com>
7057
7058         * gdb.base/corefile.exp:  Change xfail for backtrace in
7059         corefile.exp from linuxaout to all linux.
7060         * gdb.base/sigall.exp (test_one_sig):  Specifically deal with
7061         cases where we miss the breakpoint at the signal handler
7062         for some reason.  Setup xfail for linuxoldld/linuxaout and
7063         getting SIGIO.  Setup xfail for linuxoldld/linuxaout for
7064         hitting SIGURG breakpoint.
7065         * gdb.base/signals.exp:  Setup xfail for "next" acting like
7066         continue to add linuxoldld.  Setup xfail for all linux for
7067         "next to handler in signals_tests_1", "backtrace in
7068         signals_tests_1", "continue to func1", "pass SIGUSR1",
7069         and continue to handler".
7070
7071 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
7072
7073         * Update all FSF addresses except those in COPYING* files.
7074
7075 Sun Jul 30 17:50:35 1995  Fred Fish  <fnf@cygnus.com>
7076
7077         * gdb.base/a2-run.exp: Change messages to be more explicit about
7078         the status of args, and quote binfile in results.
7079
7080 Sun Jul 30 10:24:20 1995  Fred Fish  <fnf@cygnus.com>
7081
7082         * gdb.base/callfuncs.exp: Add tests for passing structs to
7083         inferior functions and return various types.
7084         * gdb.base/callfuncs.c: Add functions to receive a struct
7085         and return a member of the struct, in various types.
7086
7087 Sat Jul 29 14:22:33 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7088
7089         * gdb.base/Makefile.in (clean):  Remove callf-info.exp.
7090
7091 Fri Jul 28 13:36:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
7092
7093         * config/vxworks29k.exp: New file, sources vxworks.exp.
7094
7095 Fri Jul 28 00:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
7096
7097         * config/gdbremote.exp: New file.  Testing framework using
7098         gdbserver.
7099
7100 Thu Jul 27 12:17:14 1995  Fred Fish  (fnf@cygnus.com)
7101
7102         * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
7103         "call function when asleep" and "send end of file".
7104         * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
7105         for "backtrace in corefile.exp".
7106         * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
7107         for "backtrace through signal handler".
7108         * gdb.base/corefile.exp: Make sure we actually generate a core file
7109         before trying the core tests.  Some systems allow the user to suppress
7110         generation of core files and default to that (linux for example).
7111         * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
7112         from "i*86-*-linux" to "i*86-*-linuxaout".  Works with ELF beta.
7113
7114 Tue Jul 25 17:30:10 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
7115
7116         * gdb.threads: New directory with some crude multi-threaded
7117         gdb tests (step.exp and step2.exp).
7118         * config/mt-lynx (STEP_EXECUTABLE): Define.
7119         (THREADFLAGS): Define.
7120
7121 Tue Jul 25 01:03:52 1995  Jeff Law  (law@snake.cs.utah.edu)
7122
7123         * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
7124
7125         * gdb.base/signals.exp: Disable whole file for lynx until
7126         further notice.
7127
7128         * gdb.base/signals.exp: xfail test where "next" acts like
7129         "continue" for lynx.
7130
7131         * gdb.base/interrupt.exp: xfail test for calling function while
7132         inferior is asleep for lynx.
7133
7134         * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
7135         than one cr-lf  after each command.
7136
7137 Sun Jul 23 23:33:18 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7138
7139         * configure.in:  Reinstate setting of stabsdirs variable, fix
7140         typo in setting up configdirs for native builds.
7141
7142         * gdb.base/return.exp:  Fix typo in return double test.
7143         * gdb.base/return.c (tmp2, tmp3):  Made global to inhibit the
7144         compiler from optimizing them away.
7145
7146 Fri Jul 21 11:39:34 1995  Jeff Law  (law@snake.cs.utah.edu)
7147
7148         * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
7149         sequences to be echo'd by gdb when using gdb_test.
7150         * gdb.chill/chexp.exp: Likewise.
7151         * gdb.fortran/exprs.exp: Likewise
7152
7153 Thu Jul 20 13:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
7154
7155         * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
7156         after the inferior gdb has started.
7157
7158         * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
7159         after each command.
7160         * gdb.base/funcargs.exp: Likewise.
7161         * gdb.base/gdbvars.exp: Likewise.
7162         * gdb.base/interrupt.exp: Likewise.
7163         * gdb.base/list.exp: Likewise.
7164         * gdb.base/watchpoint.exp: Likewise.
7165         * gdb.c++/demangle.exp: Likewise.
7166         * gdb.c++/inherit.exp: Likewise.
7167         * gdb.chill/chexp.exp: Likewise.
7168         * gdb.fortran/exprs.exp: Likewise.
7169
7170         * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
7171         test if we can't handle IO to/from the inferior.
7172
7173         * gdb.c++/misc.exp: Always check for a program already being
7174         started after sending a "run" command to gdb.
7175
7176         * gdb.base/twice.exp: Start with a fresh gdb.
7177
7178         * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
7179         only depend on gdb's expression code, not the chill runtime.
7180
7181         * gdb.base/return.c: Put return values into variables so we
7182         can have gdb print them rather than depending on the program
7183         to print them.
7184         * gdb.base/return.exp: Corresponding changes.
7185
7186         * lib/gdb.exp: Provide default value for noinferiorio.
7187         * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
7188         the inferior.
7189
7190         * gdb.base/break.exp: Always check for a program already being
7191         started after sending a "run" command to gdb.
7192         (text_next_with_recursion): Don't check the output from the
7193         program's printf statement.  Instead just make sure the program
7194         exited.
7195
7196         * gdb.base/commands.exp: Protect tests which need arguments with
7197         $noargs conditionals.
7198
7199 Wed Jul 19 22:42:43 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7200
7201         * gdb.base/printcmds.exp:  Adjust expect patterns for addresses
7202         of structure member arrays to match gdb/valops.c:value_addr change.
7203
7204 Mon Jul 17 10:12:27 1995  Jeff Law  (law@snake.cs.utah.edu)
7205
7206         * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
7207         cases.
7208
7209 Wed Jul 12 10:20:08 1995  Fred Fish  (fnf@cygnus.com)
7210
7211         * configure.in (configdirs):  Remove gdb.chill from default list
7212         of subdirs and then add it back in only if doing a native build.
7213         The current chill compiler does not yet work in any cross build.
7214         * Revert all signal changes from Jul 6.
7215         * gdb.base/{sigall.c signals.c}:  Define away signal() and alarm()
7216         for sh-hms targets, allowing these tests to link, with no other
7217         changes.  Testing is suppressed by setting "nosignals" in site.exp.
7218
7219 Thu Jul  6 20:58:30 1995  Fred Fish  (fnf@cygnus.com)
7220
7221         * configure.in (signaldirs): Define and add to configdirs for all
7222         targets except some specific ones that are known to not support signals.
7223         Also clean up formatting.
7224         * gdb.base/Makefile.in (EXECUTABLES):  Remove sigall and signals.
7225         (signals, sigall):  Remove rules to build.
7226         * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
7227         Moved to new gdb.signals directory.
7228         * gdb.signals: New test directory.
7229         * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
7230         signals.c signals.exp}:  New or moved files.
7231
7232 Sun Jun 25 12:55:18 1995  Jeff Law  (law@snake.cs.utah.edu)
7233
7234         * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
7235
7236 Wed Jun 21 16:35:55 1995  Fred Fish  <fnf@cygnus.com>
7237
7238         * gdb.base/return.exp:  Xfail `return double' test failure
7239         on at least Solaris 2.3 and handle future/past versions on
7240         a case by case basis as appropriate.  Also update message
7241         to include i*86 failures.
7242
7243 Wed May 24 07:10:10 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7244
7245         * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
7246
7247         * lib/gdb.exp: Fix comment which erroneously identified
7248         gdb_file_cmd as gdb_load (the 19 May change was in fact to
7249         gdb_file_cmd not gdb_load).
7250         * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
7251
7252         * gdb.base/setvar.exp: Make test names consistent between pass and
7253         fail cases.  Use gdb_test more.
7254
7255 Fri May 19 07:22:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7256
7257         * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
7258
7259 Mon May 15 23:50:51 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7260
7261         * gdb.base/help.exp:  Fix expected help string for `show commands'.
7262
7263 Thu May 11 07:55:11 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
7264
7265         * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
7266
7267         * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
7268         of a text section.
7269
7270 Thu May 11 15:02:24 1995  Stu Grossman  (grossman@andros.cygnus.com)
7271
7272         * config/monitor.exp (gdb_target_monitor):  Fix loop interator so
7273         that loop eventually terminates.  Fix Connection refused logic so
7274         that testsuite will expire nicely.
7275
7276 Wed May 10 17:57:35 1995  Stu Grossman  (grossman@andros.cygnus.com)
7277
7278         * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
7279         config/rom68k.exp:  New tcl glue for the appropriate monitors.
7280         These all just end up calling monitor.exp.
7281         * config/monitor.exp (gdb_target_monitor):  Handle `Connection
7282         refused' by retrying.  Cleanup some timeout issues.
7283         * (gdb_load):  Reduce timeout.  Cleanup some timeout issues.
7284         * lib/gdb.exp (gdb_test gdb_test_exact):  Upvar timeout so that
7285         callers don't have to set/restore global timeout variable.
7286
7287         * The following set of changes centralizes management of the global
7288         timeout variable.  This way, it can be set in one target dependent
7289         place instead of dozens of places scattered throughout the test suite.
7290         If you need to lengthen a timeout, then you should either set timeout
7291         in one of the config/{target}.exp files, or multiply it by a factor.
7292         Setting it to an absolute value is always going to lose for some
7293         targets.
7294         * gdb.base/a1-selftest.exp (test_with_self):  Only use local timeout.
7295         * gdb.base/callfuncs.exp (do_function_calls):  Don't set timeout.
7296         * gdb.base/funcargs.exp:  Don't set timeout.
7297         * gdb.base/list.exp (test_forward_search):  Only use local timeout.
7298         * gdb.base/printcmds.exp (test_print_string_constants
7299         test_print_array_constants):  Don't set timeout.
7300         * gdb.base/ptype.exp:  Don't set timeout.
7301         * gdb.base/recurse.exp:  Don't set timeout.
7302         * gdb.base/return.exp:  Don't set timeout.
7303         * gdb.base/watchpoint.exp:  Don't set timeout.
7304         * gdb.c++/classes.exp (do_tests):  Don't set timeout.
7305         * gdb.c++/virtfunc.exp (test_virtual_calls):  Don't set timeout.
7306
7307 Wed May 10 16:03:23 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
7308
7309         * Makefile.in: Make clean targets work also when SUBDIRS is empty.
7310
7311 Mon May  1 07:32:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7312
7313         * lib/gdb.exp: Disable chill tests for irix5.
7314
7315 Wed Apr 26 07:36:03 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7316
7317         * gdb.base/scope.exp: Make test names unique.  Use gdb_test.  Make
7318         each test pass or fail.
7319
7320 Sun Apr 23 21:32:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7321
7322         * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
7323         xlc not gcc.
7324
7325 Fri Apr 21 15:44:02 1995  Stu Grossman  (grossman@rtl.cygnus.com)
7326
7327         * cpu32bug.exp est.exp rom68k.exp:  Delete.  Unify into monitor.exp.
7328
7329 Wed Apr 19 17:41:21 1995  Stu Grossman  (grossman@cygnus.com)
7330
7331         * config/est.exp:  Fix copyright and comments.  Remove dead code.
7332         Use targetname, serialport and baud variables instead of fixed
7333         constants.
7334         * config/rom68k.exp:  Fix copyright and comments.  Remove dead code.
7335         * config/cpu32bug.exp:  New file to support cpu32bug monitors.
7336
7337 Wed Apr 19 13:47:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7338
7339         * gdb.base/watchpoint.exp: Don't run
7340         test_watchpoint_triggered_in_syscall for sunos.
7341
7342 Mon Apr 17 12:48:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7343
7344         * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
7345         they don't seem to exist.  Do include stdio.h.
7346
7347 Fri Apr 14 09:40:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7348
7349         * gdb.base/a1-selftest.exp: Add alpha xfail.
7350
7351 Mon Apr 10 13:07:50 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7352
7353         * gdb.base/watchpoint.c (main): Prompt before calling read().
7354         * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
7355         Revise accordingly.  Remove cruft about sending "123" several
7356         times, until it gets noticed.  Clean up the "print buf[0]" stuff
7357         so that it passes or fails, and waits for prompts in the usual way.
7358
7359 Sun Apr  9 09:02:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7360
7361         * gdb.base/recurse.exp: Fix comment.
7362
7363         * TODO: Remove item about printing variables in nodebug.exp.  Add
7364         item about enabling tests which are only run on some targets.
7365
7366         * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
7367         fail, make test names unique, use new gdb_test convention
7368         regarding pattern, use gdb_test more, etc.).
7369
7370         * gdb.base/bitfields.exp: Various cleanups (make each test pass or
7371         fail, make test names unique, etc.).
7372
7373 Sat Apr  8 02:47:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7374
7375         * gdb.base/nodebug.c:  Change return type of top and middle to
7376         short.
7377         * gdb.base/nodebug.exp:  Remove xfails for ecoff systems, they
7378         are fixed by the recent mdebugread.c changes. Allow `short ()'
7379         as type for top and middle.
7380
7381 Thu Apr  6 08:54:18 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7382
7383         * gdb.base/break.exp: Remove commented out if $usestubs {}.  As
7384         nearly as I can tell, the whole thing was an accident in Stu's
7385         change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
7386         to replace a send/expect pair with gdb_test, but ended up only
7387         adding the gdb_test.  My change of 24 Mar 1995 and Kung's change
7388         of 30 Mar 1995 took care of it, but left this vestigial comment
7389         which I am now nuking.
7390
7391 Mon Apr  3 09:00:27 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7392
7393         * gdb.base/break.exp: Look for different line number for
7394         breakpoint at main depending on usestubs.
7395
7396 Sun Apr  2 08:15:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7397
7398         * gdb.base/list.exp:  Adjust some alternate expect patterns to
7399         match recent list0.c change. Add alternate expect pattern for
7400         output from `list default lines around main' for optimizing
7401         compilers.
7402
7403 Sat Apr  1 07:23:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7404
7405         * lib/gdb.exp: If nosignals is not set, set it to 0.
7406
7407 Fri Mar 31 16:13:48 1995  Kung Hsu  <kung@mexican.cygnus.com>
7408
7409         * config/slite-gdb.exp: Responds to load symbol table prompt.
7410         * gdb.base/break.exp: Adjust line number, fix rerun.
7411         * gdb.base/langs0.c: Add #ifdef usestubs.
7412
7413 Thu Mar 30 15:36:55 1995  Kung Hsu  <kung@mexican.cygnus.com>
7414
7415         * gdb.base/list.exp: Adjust line contents after adding new lines in
7416         list0.c. Also fix a syntax error.
7417
7418         * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
7419         * gdb.base/break.exp: ditto.
7420         * gdb.base/list.exp: ditto.
7421         * gdb.base/bitfields.c: Add #ifdef usestubs in main().
7422         * gdb.base/run.c: ditto.
7423         * gdb.base/list0.c: ditto.
7424         * gdb.base/funcargs.c: ditto.
7425
7426 Wed Mar 29 17:09:29 1995  Stu Grossman  (grossman@cygnus.com)
7427
7428         * testsuite/config/rom68k.exp (gdb_target_rom68k):  Use
7429         $targetname, $serialport and $baud instead of hardwired variables.
7430         * testsuite/gdb.base/{sigall.exp signals.exp}:  Skip these if the
7431         target doesn't support signals.
7432
7433 Wed Mar 29 12:29:34 1995  Kung Hsu  <kung@mexican.cygnus.com>
7434
7435         * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
7436
7437 Tue Mar 28 08:46:45 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7438
7439         * gdb.base/recurse.exp: Make test names unique.  Change \\(+ to \\(.
7440         Don't rely on the value of an auto variable before it has been
7441         initialized.  Use gdb_test more.
7442
7443 Mon Mar 27 08:00:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7444
7445         * lib/gdb.exp (default_gdb_version): A version number must start
7446         with a digit, but other than that contains all characters up to
7447         the first whitespace character.
7448
7449 Sun Mar 26 13:19:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7450
7451         * gdb.base/commands.exp (breakpoint_command_test): New tests.
7452
7453 Sat Mar 25 15:38:06 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7454
7455         * gdb.c++/*.exp: Warn if executable does not exist.  The original
7456         reason for skipping the warning was that configure.in sometimes
7457         intentionally skipped building the executables but the tcl code
7458         had no way of knowing.  That (a) was always bogus with respect to
7459         error handling, (b) is no longer true (right now there is no way
7460         to skip C++ tests).
7461
7462         * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
7463
7464 Sat Mar 25 01:16:10 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7465
7466         * gdb.base/list.exp:  Add expect patterns for output from
7467         SunPRO compiled executables.
7468         * gdb.base/whatis.exp:  Allow leading `signed' for all v_signed_*
7469         types.
7470
7471 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7472
7473         * gdb.base/break.exp (test_next_with_recursion): Accept any line
7474         number (we are already testing that the correct source line text
7475         gets printed).
7476
7477         * gdb.base/break.exp: Make one test if $usestubs.  I'm not sure
7478         that is what is intended, but something needed to be done to get
7479         sunos4 native working again.
7480
7481         * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
7482
7483         * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
7484         apparently went with a (very) old xfail.
7485
7486 Fri Mar 24 13:41:09 1995  Kung Hsu  <kung@mexican.cygnus.com>
7487
7488         * gdb.base/callfuncs.exp: call runto_main instead of runto main.
7489         runto_main is a proc in gdb.exp that will do 'step' for target use
7490         stubs.
7491         * gdb.base/exprs.exp: ditto.
7492         * gdb.base/interrupt.exp: ditto.
7493         * gdb.base/opaque.exp: ditto.
7494         * gdb.base/printcmds.exp: ditto.
7495         * gdb.base/ptype.exp: ditto.
7496         * gdb.base/scope.exp: ditto.
7497         * gdb.base/setvar.exp: ditto.
7498         * gdb.base/signals.exp: ditto.
7499         * gdb.base/twice.exp: ditto.
7500         * gdb.c++/classes.exp: ditto.
7501         * gdb.c++/inherit.exp: ditto.
7502         * gdb.c++/templates.exp: ditto.
7503         * gdb.base/break.exp: no run and hit main for stubs. Change line
7504         numbers for breakpoints and info breakpoint.
7505         * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
7506         breakpoint().
7507         * gdb.base/callfuncs.c: ditto.
7508         * gdb.base/exprs: ditto.
7509         * gdb.base/interrupt.c: ditto.
7510         * gdb.base/opaque0.c: ditto.
7511         * gdb.base/printcmds.c: ditto.
7512         * gdb.base/ptype.c: ditto.
7513         * gdb.base/scope0.c: ditto.
7514         * gdb.base/setvar.c: ditto.
7515         * gdb.base/signals.c: ditto.
7516         * gdb.base/twice.c: ditto.
7517         * gdb.c++/misc.cc: ditto.
7518         * gdb.c++/templates.cc: ditto.
7519
7520 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7521
7522         * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
7523
7524         * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
7525         somewhere between `read' and `main.c'.  I'm pretty sure the
7526         pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
7527         and it isn't particularly useful.
7528
7529         * gdb.base/scope.exp: Make test names unique.  \[(\] -> \\(.
7530
7531 Thu Mar 23 14:58:35 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7532
7533         * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
7534
7535 Wed Mar 22 18:36:05 1995  Kung Hsu  <kung@mexican.cygnus.com>
7536
7537         * config/mt-slite: add LIBS and -nostdlib.
7538         * config/slite-gdb.exp: add this new file to support sparclite target.
7539
7540 Tue Mar 21 21:41:04 1995  Doug Evans  <dje@canuck.cygnus.com>
7541
7542         * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
7543
7544         * gdb.base/a2-run.exp: Change argument to istarget from
7545         "*-*-vxworks" to "*-*-vxworks*".
7546         * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
7547
7548 Tue Mar 21 17:08:47 1995  Kung Hsu  <kung@mexican.cygnus.com>
7549
7550         * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
7551         will not runto main but do a 'step' to step out of breakpoint().
7552         * config/mt-slite: add -Dusestubs.
7553
7554 Tue Mar 21 12:14:12 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7555
7556         * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
7557         instead of just @.
7558
7559         * gdb.base/signals.exp: Add test for "handle all print".
7560         * TODO: Remove "handle all print".  Also remove item about
7561         checking copyright date (I don't like the idea of a spurious FAIL
7562         based on when we run the tests).
7563
7564         * gdb.base/recurse.exp: Enable test for SunOS4.  xfail one test
7565         for SunOS4 (reason for failure not investigated).  Remove
7566         redundant test for $binfile.
7567
7568         * gdb.base/nodebug.c (array_index): Call malloc.
7569
7570         * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
7571
7572 Mon Mar 20 10:08:17 1995  Jeff Law  (law@snake.cs.utah.edu)
7573
7574         * gdb.base/recurse.exp: Update gdb_test invocation to use new
7575         conventions and slightly simplify the matching regexp.
7576
7577 Fri Mar 17 05:43:28 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7578
7579         * gdb.base/break.exp: Update gdb_test invocation to use new
7580         convention.
7581
7582         * lib/gdb.exp: If noargs is not set, set it to 0.
7583
7584         * gdb.base/nodebug.exp: Comment out redundant test.  Make name of
7585         tests unique.
7586
7587         * lib/gdb.exp: Skip CHILL for AIX and Solaris.
7588
7589 Thu Mar 16 16:27:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7590
7591         * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
7592         one argument of type "<non-float parameter>".
7593
7594 Wed Mar 15 15:54:56 1995  Stu Grossman  (grossman@cygnus.com)
7595
7596         * config/rom68k.exp:  New file to support Motorola IDP board.
7597         * gdb.base/a2-run.exp:  Skip this file if noargs is set.
7598         * gdb.base/break.c:  Change things around so that this program
7599         doesn't depend upon args.  This is necessary to make remote
7600         targets work (in general, they can't take args).
7601         * gdb.base/break.exp:  Don't try to send args to program.  Don't
7602         expect output.  Also, replace lots of code with gdb_test.
7603
7604 Wed Mar 15 04:11:14 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7605
7606         * gdb.base/printcmds.exp (test_character_literals_accepted): Test
7607         printing of '\'' (which is what the comment says we are testing,
7608         even though we were not), not '''.
7609         (test_integer_literals_rejected): Test that printing ''' is an error.
7610
7611         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7612         gdb.chill/chexp.exp, gdb.base/printcmds.exp,
7613         gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
7614         gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
7615         Use gdb_test not test_print_accept.
7616         * lib/gdb.exp: Remove test_print_accept.
7617
7618         * gdb.base/signals.exp (signal_tests_1): Make pass message
7619         consistent with fail message.
7620
7621         * gdb.base/whatis.exp: Remove xfails for printing char vs.
7622         unsigned char; the bug (PR 1821) is fixed.
7623
7624         * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
7625
7626         * gdb.base/scope.exp (test_at_localscopes): Call pass for
7627         successful tests--makes xfailing them work right.
7628
7629 Tue Mar 14 07:39:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7630
7631         * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
7632         only \r\n, not .*.  The test can pass .* as the last thing in
7633         $pattern if that is what it wants.  In addition to providing this
7634         flexibility, this change should speed up pattern matching in cases
7635         where the pattern already ended with .* (there were a number of
7636         them).  This change also helps catch bad patterns--in the old
7637         scheme the typo "char \*" instead of "char \\*" would pass.  Now
7638         it is caught.
7639         * Many .exp files: Update callers.
7640
7641         * gdb.base/funcargs.exp: Replace \[(\]+ with \\(.  The latter is
7642         clearer and does not spuriously match multiple ('s.  Likewise for
7643         ) and *.
7644
7645         * gdb.base/nodebug.exp: Test ability to call a function and pass
7646         it a string (even with no debugging info).
7647
7648         * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
7649         "p '\'", which is the same as "p ''" once tcl gets done with
7650         quoting, to "p '\\'", which I suspect is what is intended (one
7651         backslash gets sent to GDB).
7652
7653         * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
7654
7655 Fri Mar 10 13:31:46 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7656
7657         * gdb.base/a1-selftest.exp: Remove xfail for solaris.  The bug (PR
7658         1817) was fixed literally years ago.
7659
7660 Fri Mar 10 02:49:40 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7661
7662         * gdb.base/funcargs.exp (call_after_alloca):  Remove `next'
7663         test, it causes stepping out of call_after_alloca_subr with
7664         optimizing compilers.
7665         (localvars_in_indirect_call):  Consume GDB prompt if `finish'
7666         fails.
7667
7668         * gdb.c++/templates.exp:  Source templ-info.exp only if
7669         the templates executable exists.
7670
7671         * gdb.c++/misc.cc (class Contains_static_instance,
7672         class Contains_nested_static_instance),
7673         gdb.c++/classes.exp (test_static_members):  Test printing of
7674         a class that contains a static instance of the class.
7675
7676 Thu Mar  9 11:43:55 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7677
7678         * gdb.base/langs2.c (cppsub_): Don't prototype.
7679         * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
7680         only, I believe).
7681
7682 Wed Mar  8 10:29:33 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7683
7684         * lib/gdb.exp (skip_chill_tests): New procedure.
7685
7686         * gdb.base/signals.exp (signal_tests_1): xfail for irix.
7687
7688 Mon Mar  6 10:44:06 1995  Jeff Law  (law@snake.cs.utah.edu)
7689
7690         * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
7691         each expect pattern.  Cuts runtime from 12 to about 4 seconds.
7692
7693 Thu Mar  2 05:31:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7694
7695         * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
7696
7697         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
7698         disassemble 8, not 16, instructions for part 4.
7699
7700         * config/vx-gdb.exp (gdb_start): Use \030, not \CX.  tcl doesn't
7701         support the latter anymore.
7702
7703         * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
7704         -DNO_PROTOTYPES.
7705         * gdb.base/callfuncs.c: Control use of prototypes based on
7706         NO_PROTOTYPES, not __STDC__.
7707         * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
7708         t_float_values2 tests if prototypes in use.
7709
7710         * gdb.base/callfuncs.c (t_float_values, t_float_values2,
7711         t_double_values):  When checking differences against DELTA, check
7712         that difference is within the range (-DELTA,DELTA), not just
7713         (-infinity,DELTA).
7714
7715 Tue Feb 28 16:28:54 1995  Kung Hsu  <kung@mexican.cygnus.com>
7716
7717         * config/mips-gdb.exp (gdb_load): In every test case, we need to do
7718         'file' command firts, then 'target', then 'load', this is due to gdb
7719         target set up.
7720         * config/mips-gdb.exp: Fix a couple regular exp bugs.
7721
7722 Thu Feb 23 17:44:55 1995  Jeff Law  (law@snake.cs.utah.edu)
7723
7724         * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
7725         FP load/store variants.
7726         * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
7727
7728 Wed Feb 22 18:29:08 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
7729
7730         * gdb.base/term.exp: Do not give a warning if not native, it is
7731         not an abnormal condition.
7732
7733 Tue Feb 21 13:08:47 1995  Jim Kingdon  <kingdon@cygnus.com>
7734
7735         * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
7736         t_char_array".
7737
7738 Sun Feb 19 13:10:06 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
7739
7740         * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
7741         are getting the version number.
7742
7743         * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
7744         if not native, it is not an abnormal condition.
7745
7746 Thu Feb 16 15:56:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7747
7748         * lib/gdb.exp: Just use "file exists", rather than undocumented
7749         dejagnu procedure "findfile".
7750
7751 Thu Feb 16 10:30:24 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7752
7753         * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
7754           (LDFLAGS): Set to -Xlinker -Ur.
7755
7756         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
7757           Removed, these values are set by lib/gdb.exp.
7758
7759         * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
7760
7761 Wed Feb 15 14:23:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
7762
7763         * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
7764           of replicating gdb startup code.
7765
7766         * config/mt-vxworks (LDFLAGS): Set to -r.
7767           (CFLAGS_FOR_TARGET): Removed.
7768
7769         * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
7770           (gdb) and gdb for vxworks uses (vxgdb).
7771
7772         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
7773           executable is not in the tree and host != target, use sed and
7774           program_transform_name to determine the gdb name used by the
7775           target.
7776
7777         * configure.in, gdb.{base,c++,chill}/configure.in: changed so
7778           *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
7779
7780 Sun Feb 12 08:11:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7781
7782         * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
7783         floats, chars, and shorts where there are ANSI-style function
7784         definitions.
7785
7786         * gdb.base/langs.exp, gdb.base/langs*: New test.
7787         * gdb.base/Makefile.in: Build it.
7788         * TODO: Remove item about checking that C names don't get C++
7789         demangling applied; this test tests it.
7790
7791 Thu Feb  9 12:43:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7792
7793         * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
7794         went with the const70 xfail.  The xfail went away a year ago.
7795
7796         * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
7797
7798         * gdb.base/corefile.exp: Give backtrace test unique name.  xfail
7799         for hp300.
7800
7801         * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
7802
7803         * gdb.base/a1-selftest.exp: Don't run on hp300.
7804
7805 Sat Feb  4 15:04:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7806
7807         * Makefile.in (site.exp): Set host_alias and target_alias as well
7808         as host_triplet and target_triplet.
7809
7810 Wed Feb  1 08:03:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7811
7812         * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
7813
7814         * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
7815         places as other ecoff systems).
7816
7817         * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
7818         ultrix.
7819
7820 Mon Jan 30 11:44:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7821
7822         * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
7823         remove them.
7824         * gdb.base/nodebug.exp: Accept "function" in addition to "text
7825         variable and "variable" in addition to "data variable".
7826         * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7827
7828         * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7829         2.
7830         * gdb.base/list1.c (long_line): Add additional statement at start
7831         of function.
7832         * gdb.base/list.exp (test_forward_search): Update line number to
7833         reflect new statement.
7834
7835 Sun Jan 29 13:34:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
7836
7837         * gdb.base/signals.exp:  Reinitialize searched source directories
7838         after gdb_start call.
7839
7840 Sat Jan 28 01:34:44 1995  Jeff Law  (law@snake.cs.utah.edu)
7841
7842         * gdb.disasm/Makefile.in (clean): Delete "errs" file.
7843         * gdb.stabs/Makefile.in: Likewise.
7844
7845         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
7846         change.  Instead split the tests into smaller pieces.
7847         * gdb.disasm/hppa.s: Corresponding changes.
7848
7849 Fri Jan 27 09:24:51 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7850
7851         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7852         Quote ^C when passing it to stty.  For some shells ^ is a pipe.
7853
7854         * gdb.base/funcargs.exp: Modify many tests so that every test
7855         either passes or fails.  Make some test names unique.
7856
7857 Thu Jan 26 19:20:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7858
7859         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7860         Call stty to set interrupt character.
7861
7862         * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
7863         for HP assembler versus GNU assembler based on actual behavior of
7864         $(CC), rather than assuming that $(AS) is always the GNU assembler.
7865
7866         * TODO: Suggest a few more stepping tests.
7867
7868 Wed Jan 25 14:52:41 1995  Stan Shebs  <shebs@andros.cygnus.com>
7869
7870         * gdb.base/default.exp: xfail no-stack backtraces for h8300,
7871         restart GDB for h8300 after a continue.
7872         (return): Add pattern to match a29k-udi behavior.
7873         * gdb.base/nodebug.exp: Remove obsolete comment.
7874         * gdb.base/regs.exp: New file, testing of register displays.
7875         * gdb.base/return.exp: Fix typo in reference to $objdir.
7876         * gdb.base/whatis.exp: Always start with a fresh GDB.
7877
7878 Wed Jan 25 11:12:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7879
7880         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
7881         higher, these tests generate a lot of output.
7882
7883 Tue Jan 24 07:58:44 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7884
7885         * lib/gdb.exp (gdb_test): Remove catch from around the send.  The
7886         code following the catch silently ignored some errors; without the
7887         catch they should be thrown like any other tcl error.  Also, the
7888         catch used "" instead of {} which meant all the callers who wanted
7889         to include one of the characters "[]$ had to quote it an extra time.
7890         * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
7891         ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
7892         demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
7893         Remove extra quoting.
7894
7895 Mon Jan 23 21:57:54 1995  Jeff Law  (law@snake.cs.utah.edu)
7896
7897         * gdb.base/commands.exp: Make test names unique; every test either
7898         passes or fails.  Update some comments.
7899
7900         * gdb.disasm/hppa.exp (do_system_control_tests): Update.
7901
7902 Sat Jan 21 15:34:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7903
7904         The following fixes a FAIL caused by the fact that the alpha stabs
7905         configuration didn't use the ".if alpha" code in weird.def.
7906         * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
7907         bit pointer, so the 32 bit version works even on the alpha.
7908         * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
7909         Remove the stuff which allowed us to have separate versions for
7910         alpha and everything else.
7911
7912         * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
7913         regexp which "info func operator\[\](" is supposed to match.  Fix
7914         string to send to GDB.  Note that GDB still doesn't work right.  Add a
7915         new test for "info func .perator\[\](" which GDB does handle correctly.
7916
7917         * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
7918
7919 Fri Jan 20 12:14:23 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
7920
7921         * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
7922         gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
7923         gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
7924         gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
7925         it makes the tests harder to understand and confuses test-o-matic.
7926         The preferred style is that each test provides a PASS or a FAIL,
7927         and has a unique message (e.g. "continue #54" not just "continue")
7928         which is the same for the pass and the fail.
7929         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7930         gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
7931         to lib/gdb.exp.
7932         * gdb.base/printcmds.exp: Use test_print_accept.  Remove
7933         prt_accept which was basically the same thing.  Likewise for
7934         test_print_reject and prt_reject.
7935         * lib/gdb.exp (test_print_reject): Add some more error message
7936         patterns to match from the former printcmds.exp (prt_reject).
7937         * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
7938         One defect of the passcount stuff is that some of it failed to
7939         report XPASS where appropriate.
7940         * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
7941         stuff before and after arg in expected pattern.
7942         (test_paddr_operator_functions): Re-do test without print_addr_of;
7943         this is the only test which seems to want extra stuff there.
7944
7945 Tue Jan 17 10:47:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
7946
7947         * gdb.base/nodebug.exp: Update new tests to reflect improved
7948         wording of gdb output.
7949
7950         * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
7951         and "ptype" work on variables in files compiled without -g.
7952         Replaces commented out "maint print msymbol" tests.
7953
7954 Mon Jan 16 12:13:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
7955
7956         * gdb.base/setvar.c (dummy): Call malloc.
7957
7958         * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
7959         losing with the irix4 sed.
7960
7961         * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
7962         ALRM" on irix4.
7963
7964 Sun Jan 15 21:58:26 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
7965
7966         * TODO: Remove items about corefile.exp testing new exec-file and
7967         backtrace; both are now done.  Add items about printing enums.
7968
7969 Sat Jan 14 11:25:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
7970
7971         * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
7972         "get signal $thissig" test fails.
7973
7974         * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
7975
7976 Thu Jan 12 01:14:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
7977
7978         * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
7979         compiler warning with dec alpha compiler.
7980
7981         * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
7982         extra \n from gdb_test call (this explains why the prompt test
7983         that I removed yesterday was there).
7984         (user_defined_command_test): Remove extra \n and prompt test.
7985
7986         * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
7987         doesn't exist.  Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
7988         doesn't exist.
7989         * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
7990         Also remove alpha workaround, which turns out to be because
7991         SIGABRT == SIGLOST.
7992
7993         * gdb.base/sigall.exp: Add workaround for alpha weirdness.
7994
7995         * gdb.base/help.exp: Don't test "help show".
7996
7997 Wed Jan 11 14:37:04 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
7998
7999         * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
8000         "set print address" is on.
8001         * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
8002         pass prompt to gdb_test; gdb_test already looks for the prompt.
8003
8004         * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
8005
8006         * gdb.base/a1-selftest.exp: Don't test "maint dump-me".  That test
8007         was a vestige of the manual TESTSTRATEGY, and the purpose of it
8008         was to make sure that gdb can read a core file.  But (a) the "read
8009         the corefile" part didn't make it to a1-selftest.exp, we just
8010         delete the corefile after creating it, and (b) we test reading
8011         corefiles in corefile.exp anyway.  Also, this test left around a
8012         xgdb process on Solaris.
8013
8014         * gdb.base/corefile.exp: Also test backtrace.
8015
8016 Wed Jan 11 00:14:40 1995  Jeff Law  (law@snake.cs.utah.edu)
8017
8018         * gdb.base/commands.exp: Test a simple user defined command with
8019         arguments and if/while statements; verify the full user command is
8020         printed by "show user".
8021
8022         * gdb.base/commands.exp: Test if/while commands as part of a
8023         breakpoint command list; verify they appear in breakpoint
8024         information.
8025
8026 Wed Jan 11 00:47:58 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
8027
8028         * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
8029         than by dividing by zero.
8030
8031 Tue Jan 10 21:38:05 1995  Jeff Law  (law@snake.cs.utah.edu)
8032
8033         * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
8034         performing an inferior call with watchpoints enabled.
8035         * gdb.base/watchpoint.c (main): Delete second unnecessary read
8036         call.
8037
8038 Tue Jan 10 18:42:07 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
8039
8040         * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
8041         of "file" command.
8042
8043         * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
8044         Add additional pattern for when "int operator int(void);" appears
8045         in a different order.
8046
8047 Mon Jan  9 16:22:46 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
8048
8049         * gdb.base/signals.exp: Call gdb_exit and gdb_start.
8050
8051         * gdb.base/help.exp: Replace most of docstrings for "info signals"
8052         and "signal" with ".*".
8053
8054 Wed Jan  4 11:35:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
8055
8056         * TODO: Add note about "handle all nostop".
8057
8058         * gdb.base/{sigall.c, sigall.exp}: New test.
8059         * gdb.base/Makefile.in: Add it.
8060
8061 Thu Jan  5 17:34:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
8062
8063         * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
8064         when invoking GDB, suppresses any windowing interface.
8065
8066 Mon Jan  2 17:40:21 1995  Stan Shebs  <shebs@andros.cygnus.com>
8067
8068         * config/sim-gdb: New file, simulator testing support.
8069
8070 Wed Dec 28 12:21:50 1994  Jeff Law  (law@snake.cs.utah.edu)
8071
8072         * gdb.base/interrupt.exp: Test calling func1 twice.
8073
8074 Wed Dec 21 12:51:37 1994  Jim Kingdon  <kingdon@deneb.cygnus.com>
8075
8076         * gdb.base/list.exp (test_forward_search): Set timeout higher
8077         when we'll be getting lots of output from gdb.
8078
8079         * gdb.base/a1-selftest.exp: Move code that was inside expect -re
8080         "init_malloc" to after the expect statement.  Run it if that
8081         regexp is taken, but also for two others which happen if source
8082         cannot be found.
8083
8084 Tue Dec 20 12:35:21 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8085
8086         * gdb.base/printcmds.exp: New test, for printing register before
8087         program is running.
8088
8089 Mon Dec 19 00:32:55 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8090
8091         * gdb.base/list.exp:  Correct some alternate expect patterns
8092         to reflect changes in list1.c.
8093
8094 Sat Dec 17 14:20:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8095
8096         * TODO: Add item regarding large frames.
8097
8098         * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
8099
8100         * TODO: Remove item about enabling return.exp; it
8101         is enabled.  Suggest a few more "return" tests.
8102
8103 Sat Dec 17 02:33:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8104
8105         * gdb.c++/misc.cc, gdb.c++/inherit.exp:  Add testcases for
8106         anonymous unions.
8107
8108 Tue Dec 13 11:26:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8109
8110         * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
8111         and pr-5646.o, so "make" is the same as "make all", not "make
8112         pr-4975.o".
8113
8114 Wed Dec  7 19:02:02 1994  Stan Shebs  <shebs@andros.cygnus.com>
8115
8116         * gdb.base/list.exp: Adjust expectations to reflect changes in
8117         list1.c.
8118         (test_forward_search): New test proc.
8119         * gdb.base/list1.c (long_line): New function, has long source line.
8120
8121 Thu Dec  1 23:14:49 1994  Stan Shebs  <shebs@andros.cygnus.com>
8122
8123         * gdb.base/a1-selftest.exp: Change initial stepping to know about
8124         additional line of code that was added.
8125
8126 Wed Nov 30 19:43:14 1994  Jeff Law  (law@snake.cs.utah.edu)
8127
8128         * gdb.disasm/hppa.s: Break the large branching tests into smaller
8129         tests so as not to overflow expect's input buffers.
8130         * gdb.disasm/hppa.exp: Corresponding changes.
8131
8132 Fri Nov 25 13:37:10 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8133
8134         Beginnings of template debugging tests.
8135         * gdb.c++/templ-info.cc:  New file to test for template
8136         debugging capability of the compiler.
8137         * gdb.c++/Makefile.in:  Add rule to build templ-info.exp from
8138         templ-info.cc.
8139         * gdb.c++/templates.cc:  Add explicit template instantiations
8140         to enable compiling with -fno-implicit-templates. Add destructor
8141         and 'value' method to T5 class for template tests.
8142         * gdb.c++/templates.exp:  Add testcases for printing of template
8143         types, setting breakpoints on template methods and calling a
8144         template method. 
8145
8146 Sat Nov  5 00:20:17 1994  Jeff Law  (law@snake.cs.utah.edu)
8147
8148         * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
8149         branch target since some assemblers (gas-2.5)  may emit a
8150         relocation for the branch instead of resolving it in the
8151         assembler.
8152
8153 Sat Oct 29 02:40:40 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8154
8155         * gdb.base/a1-selftest.exp:  Remove RS/6000 xfail for backtrace
8156         through signal handler.
8157
8158 Fri Oct 21 11:10:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
8159
8160         * configure.in (*-*-netware): Use config/mt-netware.
8161
8162         * config/mt-netware: New file.
8163         * config/mt-i386-netware: Removed, separate configs for different
8164           netware architectures are no longer needed now that we have
8165           --with-headers.
8166
8167 Sat Oct 15 03:43:00 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8168
8169         * gdb.base/exprs.exp:  Remove xfail for alpha, it is fixed
8170         by the recent changes to use ANSI C arithmetic conversions.
8171
8172 Sun Oct  9 07:44:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8173
8174         * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
8175         bug involving using inferior_pid to figure out whether to select a
8176         frame.
8177
8178 Wed Sep 28 23:12:02 1994  Jeff Law  (law@snake.cs.utah.edu)
8179
8180         * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
8181         match the current disassembler output.
8182
8183 Fri Sep 16 11:42:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
8184
8185         * gdb.fortran/exprs.exp: Expect VOID instead of void.
8186         * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
8187         types, expect "int" as type of integer values (for now).
8188
8189 Wed Sep  7 23:33:51 1994  Jeff Law  (law@snake.cs.utah.edu)
8190
8191         * gdb.base/commands.exp: New tests for if/while commands.
8192
8193 Tue Sep  6 13:16:11 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8194
8195         * lib/gdb.exp (runto):  Replace sub-pattern for hex value
8196         by .*, since hex values have different syntax in Chill mode.
8197
8198 Tue Sep  6 02:15:51 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8199
8200         * gdb.c++/demangle.exp (test_arm_style_demangling):  Remove
8201         linefeed from expect pattern for repeated types with indices > 9.
8202
8203 Mon Aug 29 14:20:44 1994  Stan Shebs  (shebs@andros.cygnus.com)
8204
8205         First part of Fortran test suite.
8206         * gdb.fortran: New directory.
8207         * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
8208
8209 Sat Aug 27 23:32:43 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8210
8211         * gdb.base/default.exp:  Update expect pattern for load command
8212         without arguments.
8213
8214 Wed Aug 24 13:15:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
8215
8216         * configure.in: Change i386 to i[345]86.
8217         * gdb.base/configure.in: Likewise.
8218         * gdb.c++/configure.in: Likewise.
8219         * gdb.chill/configure.in: Likewise.
8220
8221 Tue Aug 23 19:14:06 1994  Stan Shebs  (shebs@andros.cygnus.com)
8222
8223         * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
8224         patterns, since that is not a valid context for comments.
8225
8226 Fri Aug 19 15:07:30 1994  Kung Hsu  (kung@mexican.cygnus.com)
8227
8228         * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
8229         repeated types and repeated types with indices > 9.
8230
8231 Tue Aug 16 15:57:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
8232
8233         * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
8234         2417; old bug has been fixed.
8235
8236 Fri Aug 12 19:35:41 1994  Jeff Law  (law@snake.cs.utah.edu)
8237
8238         * gdb.base/interrupt.exp: When trying to wake up the inferior,
8239         send the newline ourselves instead of assuming gdb_test will do
8240         so when passed an empty input string.
8241
8242         * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
8243         stabs testcode.
8244
8245 Fri Aug  5 17:01:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
8246
8247         * lib/gdb.exp (gdb_test): Don't send anything if the first
8248           argument is an empty string.  This makes cases where we want to
8249           match output that is already in expect's buffers (for example,
8250           matching a breakpoint after gdb_run_cmd has been called) work
8251           reliably.
8252
8253 Tue Aug  2 10:24:08 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
8254
8255         * config/netware.exp: New file.
8256
8257 Thu Jul 28 12:54:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
8258
8259         * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
8260           the -B and -L prefixes so we can find the debugging stub.
8261
8262         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
8263           there and we are using the gcc from the tree.
8264
8265         * gdb.base/types.c: Removed.
8266
8267         * gdb.base/configure.in: Look for makefile fragments in ../config.
8268           Recognize i386-*-netware.
8269         * gdb.c++/configure.in: Likewise.
8270
8271 Mon Jul 25 23:48:50 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8272
8273         * gdb.base/corefile.exp:  Change `else if' to `elseif', which is
8274         the correct TCL syntax.
8275
8276 Mon Jul 25 15:35:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
8277
8278         * gdb.base/opaque.exp: use runto instead of messing around with
8279           breakpoints.  Simplify by using gdb_test.
8280
8281         * gdb.base/bitfields.exp: restart between tests on netware targets
8282           because breakpoints aren't relocated after target death.  Run
8283           processes to completion.
8284
8285         * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
8286
8287 Sun Jul 24 09:55:51 1994  Fred Fish  (fnf@cygnus.com)
8288
8289         * Makefile.in:  Remove extra tabs that confuse some versions
8290         of "make".  Use the newly built gdb to test with by default,
8291         rather than the first one in the tester's search path.
8292
8293 Sat Jul 23 15:05:47 1994  Stan Shebs  (shebs@andros.cygnus.com)
8294
8295         * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
8296
8297         * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
8298         condition help.
8299
8300 Tue Jul 19 10:26:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
8301
8302         * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
8303
8304         * lib/gdb.exp (gdb_run_cmd): New function, used to start program
8305           running.
8306         * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
8307         * gdb.base/funcargs.exp: Likewise.
8308
8309         * gdb.base/bitfields.exp: Simplify by using gdb_test.
8310         * gdb.base/funcargs.exp: Likewise.
8311
8312         * lib/gdb.exp (gdb_test): if match times out, don't call fail if
8313           message is "".
8314
8315 Mon Jul 18 12:18:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
8316
8317         * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
8318           return,signals,twice}.exp: Handle non-existant binaries
8319           consistantly.
8320
8321         * gdb.base/corefile.exp: Execute coremaker to generate core dump.
8322         * gdb.base/Makefile.in: Don't try to generate a core dump, we
8323           might testing a cross development system.
8324
8325 Thu Jul 14 18:13:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
8326
8327         * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
8328           runtest script is relative to ${srcdir}, not ${rootdir}.
8329
8330 Thu Jul 14 14:56:59 1994  Stan Shebs  (shebs@andros.cygnus.com)
8331
8332         * gdb.base/signals.exp: Allow for optionality of breakpoint
8333         address.
8334
8335 Thu Jul 14 11:21:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8336
8337         * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
8338
8339 Tue Jul 12 12:22:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
8340
8341         * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
8342           for size_t definition.
8343         * gdb.c++/templates.cc: Likewise
8344
8345         * config/mt-i386-netware: New file.
8346
8347         * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
8348           defined.
8349
8350         * gdb.base/Makefile.in: Added support for systems that name core
8351           files by appending "core" to the program name.
8352         * gdb.base/a1-selftest.exp: Likewise.
8353
8354 Mon Jul 11 23:59:18 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8355
8356         * gdb.base/return.exp:  Add comment and message for `return double'
8357         test failure on Sparc Solaris.
8358
8359 Mon Jul  4 12:10:48 1994  Stan Shebs  (shebs@andros.cygnus.com)
8360
8361         * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
8362
8363 Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8364
8365         * gdb.c++/misc.cc:  Instantiate classes to inhibit the compiler
8366         from optimizing them away.
8367         * gdb.c++/classes.exp, gdb.c++/inherit.exp:  Update ptype expect
8368         patterns to include default constructors and assignment operators,
8369         to match gcc versions beyond 2.5.8. Accept any cplus demangling
8370         character in the output of the virtual base pointer.
8371
8372 Fri Jun 24 08:15:42 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8373
8374         * gdb.c++/cplusfuncs.exp:  Use string_to_regexp and a regular
8375         expression match in print_addr_of to avoid unintented matches.
8376         * gdb.c++/virtfunc.exp:  Accept alternate ptype output of g++
8377         versions up to 2.5.8.
8378
8379 Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8380
8381         * gdb.base/list.exp:  Tweak alternate pattern for listing of an
8382         included file to run under newer versions of expect.
8383         * gdb.c++/demangle.exp:  Add spaces to the expect patterns between
8384         consecutive >'s in templates to accomodate recent cplus-dem.c change.
8385         Remove xfail for the virtual table of BDDHookV.
8386
8387 Sat Jun 18 12:51:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
8388
8389         * lib/gdb.exp (string_to_regexp): Set a default result.
8390         (default_gdb_start): Fix misleading message.
8391
8392 Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)
8393
8394         * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
8395         Remove all CC, etc definitions.
8396         * config/mt-hpux: New file.
8397         * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
8398         (CFLAGS, LDFLAGS): Define.
8399         * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
8400
8401         * Makefile.in (site.exp): Don't insert host_os, etc.
8402         (just-check): Just use RUNTEST with RUNTESTFLAGS only.
8403         (distclean): Check existence of subdir.
8404         * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
8405         * gdb.base/Makefile.in: General cleanup and simplification.
8406         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8407         to build executables.   Use default rule to build .o files.
8408         (EXPECT, RUNTEST, CC): Fix relative pathname.
8409         (site.exp): Don't insert host_os, etc.
8410         * gdb.base/signals.c (main): Don't call signal unless SIGALRM
8411         and/or SIGUSR1 defined.
8412         * gdb.base/watchpoint.c: Don't include stdio.h a second time.
8413         * gdb.c++/Makefile.in: General cleanup and simplification.
8414         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8415         (CFLAGS): Remove.
8416         (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
8417
8418 Fri Jun 10 10:55:09 1994  Jeff Law  (law@snake.cs.utah.edu)
8419
8420         * gdb.base/recurse.exp: Misc changes to get tests running again
8421         after Kung's changes to the watchpoint code.
8422         * gdb.base/watchpoint.exp: Likewise.
8423
8424 Thu Jun  9 15:16:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8425
8426         * lib/gdb.exp (string_to_regexp):  Convert {\} also.
8427
8428 Wed Jun  8 12:12:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
8429
8430         * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
8431         * lib/gdb.exp (default_gdb_start): Define.
8432         * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
8433         gdb.base/funcargs.exp, gdb.base/opaque.exp,
8434         gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
8435         gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
8436         gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
8437         Don't call gdb_target_udi in between tests.
8438
8439 Tue Jun  7 08:30:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8440
8441         * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
8442         (which was basically just a local version of the same thing).  In
8443         addition to avoiding duplication, gdb_test_exact is faster.
8444         * lib/gdb.exp (gdb_test_exact): Fix typo.
8445
8446         * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
8447         don't give an error.
8448
8449         * gdb.base/term.exp: Call delete_breakpoints before starting.
8450
8451         * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
8452         (t10): Add comment.
8453
8454 Mon Jun  6 18:26:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
8455
8456         Reorganization of the GDB Test Suite.
8457
8458         * gdb.base: New directory, contains all the basic tests.
8459         * gdb.c++: New directory, tests specific to C++.
8460         * gdb.chill: New directory, tests specific to Chill.
8461         * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
8462         gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
8463         gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
8464         gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
8465         into appropriate new directories (t00-t17 to base, t20-t23 to c++,
8466         t30-31 to chill).
8467         * */gdbme.*: Rename to match appropriate expect scripts.
8468         * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
8469         gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
8470         gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
8471         gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
8472         gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
8473         gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
8474         gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
8475         gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
8476         gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
8477         gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
8478         * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
8479         gdb.c++/virtfunc.cc: New names of C++ files.
8480         * gdb.chill/chillvars.ch: New name of Chill file.
8481         * gdb.base/configure.in, gdb.c++/configure.in,
8482         gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
8483         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
8484         gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
8485         * configure.in (configdirs): Update to reflect directory changes.
8486         (target_abbrev): No longer define for any configuration.
8487         * Makefile.in: Cosmetic improvements to header comments.
8488
8489 Fri Jun  3 18:56:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8490
8491         Various changes to gdb.t31:
8492
8493         * Makefile.in (gdbme.o):  Compile with -fspecial_UC.
8494         * gdbme.ch:  Make all key-words and predefineds be upper-case.
8495         * chillvars.exp:  Expect key-words and predefinds in upper-case.
8496
8497         * chillvars.exp:  Use gdb_test_exact many places.
8498         Change expected output for arrays (which now includes index labels).
8499
8500         * pr-5020.exp, gdme.ch (module PR_5020):
8501         New test, for PR-5020.
8502
8503 Thu Jun  2 16:02:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8504
8505         * lib/gdb.exp (string_to_regexp, gdb_test_exact):  New procedures.
8506         * Makefile.in (CHILL_LIB):  Remove bogus redundant definitions.
8507
8508 Sun May 29 22:31:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
8509
8510         * Makefile.in:  Fix bit-rot in definitions of CHILL,
8511         CHILL_FOR_TARGET and Chill_LIB.
8512         * gdb.t31/gdbme.ch:  Fix syntax of nested array tuples.
8513         * gdb.t31/Makefile.in:  Add definitions for CHILLFLAGS,
8514         CHILL, and CHILL_LIB.
8515
8516 Sat May 21 10:05:08 1994  Bill Cox  (bill@rtl.cygnus.com)
8517
8518         * Revert the previous changes.  Please see Rob's directory
8519           /lisa/test/rob/progressive/gdb/testsuite for these fixes.
8520
8521 Thu May 19 12:51:00 1994  Bill Cox  (bill@rtl.cygnus.com)
8522
8523         * Makefile.in, configure.in, config/mips-gdb.exp,
8524           config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
8525           config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
8526           config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
8527           gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
8528           gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
8529           gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
8530           gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
8531           gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
8532           gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
8533           gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
8534           gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
8535           gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
8536           gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
8537           gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
8538           gdb.t24/demangle.exp, lib/gdb.exp:  Check in Rob's testing
8539           changes from 94Q1.
8540
8541 Wed May 18 17:04:03 1994  Bill Cox  (bill@rtl.cygnus.com),
8542
8543         * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
8544           config/mt-slite, config/mt-unix, config/mt-vxworks: Add
8545           Rob's new testing fragments.
8546
8547 Tue May 17 15:04:14 1994  Bill Cox  (bill@rtl.cygnus.com)
8548
8549         * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
8550           lib/gdb.exp: Replace error proc calls with perror.
8551
8552 Mon May 16 19:00:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
8553
8554         * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
8555         version also, match on casted version strings, and match on
8556         gdb startup case where the line numbers might be messed up.
8557
8558 Fri May 13 18:00:27 1994  Bill Cox  (bill@rtl.cygnus.com)
8559
8560         * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
8561           (CFLAGS): Delete it from here.
8562
8563 Tue May  3 16:08:09 1994  Kung Hsu  (kung@mexican.cygnus.com)
8564
8565         * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
8566
8567 Fri Apr 29 14:26:35 1994  Stan Shebs  (shebs@andros.cygnus.com)
8568
8569         * Makefile.in (RUNTEST): Default to just "runtest".
8570
8571 Tue Apr 26 22:21:40 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8572
8573         * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
8574         * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
8575         the code has been restructured.
8576
8577 Thu Apr 21 12:48:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8578
8579         * gdb.t00/default.exp (set write): Allow any number of \r and/or
8580         \n, not just one of each.
8581
8582         * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
8583         /bin/cc gives a warning if you do.
8584
8585 Thu Apr 21 11:54:04 1994  Kung Hsu  (kung@mexican.cygnus.com)
8586
8587         * gdb.t24/demangle.exp: change expect pattern of 
8588         __t10ListS_link1ZUiRCUiPT0
8589
8590 Wed Apr 13 15:05:00 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8591
8592         * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
8593         on local variables in recursive functions.
8594
8595         * gdb.t07/Makefile.in: Build the new test.
8596
8597 Tue Apr 12 20:45:25 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8598
8599         * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
8600         directly.  Instead compare the return values from actual calls.
8601
8602 Mon Apr 11 10:31:00 1994  Bill Cox  (bill@rtl.cygnus.com)
8603
8604         * Makefile.in (check): Set TCL_LIBRARY for runtest.
8605
8606 Mon Apr 11 09:15:30 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8607
8608         * From Peter Schauer with minor modifications.
8609         * gdb.t15/return.exp (return_tests): Handle targets where "return"
8610         stops in mid-line in the caller.  Add xfail for returning a float
8611         value on X86 targets.
8612
8613 Tue Apr  5 15:16:33 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8614
8615         * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
8616         to avoid expect lossage.
8617         (fmem_LRbug_tests): Likewise.
8618         * gdb.disasm/hppa.s: Corresponding changes.
8619
8620         * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
8621         conditions to work with latest dejagnu/expect.
8622
8623         * gdb.t15/funcargs.exp (finish from indirect call): No longer
8624         expected to fail on the PA.
8625         (backtrace in call with trampolines): Explicitly require main
8626         to be frame #1 (no trampolines should show up in backtrace).
8627
8628         * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
8629         "continue -expect".
8630         * gdb.t06/break.exp: Likewise.
8631         * gdb.t07/watchpoint.exp: Likewise.
8632         * gdb.t13/bitfields.exp: Likewise.
8633         * gdb.t15/{funcargs,return}.exp: Likewise.
8634         * gdb.stabs/weird.exp: Likewise.
8635         * config/{mips,udi}-gdb.exp: Likewise.
8636
8637         * hppa.sed: Enclose comments within a sed command to avoid
8638         losing with the old OSF1 sed.
8639
8640 Wed Mar 30 00:31:49 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8641
8642         * gdb.t02/whatis.exp, gdb.t08/opaque.exp:  Add XFAILs for
8643         sequent dynix.
8644         * gdb.t06/signals.exp:  Add clear_xfail for sequent dynix.
8645         * gdb.t15/funcargs.exp:  Conditionally step again to really
8646         finish from marker_call_with_trampolines. Handle the case where
8647         the first step from within call_with_trampolines already steps
8648         us back to main.
8649         * gdb.t15/gdbme.c:  Add comment to closing brace of
8650         call_with_trampolines for funcargs.exp.
8651
8652 Tue Mar 29 23:55:27 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8653
8654         * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall): 
8655         Fix typo(s).
8656
8657 Sun Mar 27 16:53:14 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8658
8659         * gdb.t07/gdbme.c: More code for watchpoint testing.
8660
8661         * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
8662         "Hardware watchpoint" throughout file.
8663         (test_watchpoint_triggered_in_syscall): New test.
8664         (test_complex_watchpoint): New test.
8665
8666 Fri Mar 25 17:05:31 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8667
8668         * gdbme.c (call_with_trampolines): New function to try and step
8669         into.  Tests trampoline problems on the PA.
8670
8671         * funcargs.exp (localvars_in_indirect_call): No longer expect
8672         stepping into indirect call to fail on PAs.
8673         (test_stepping_over_trampolines): New test.
8674
8675 Wed Mar 23 07:43:33 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8676
8677         * TODO: Add suggestions for static member function tests, and
8678         completion tests.
8679
8680 Wed Mar 16 08:28:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8681
8682         * TODO: Add suggestions for "p/a" tests.
8683
8684         * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
8685         (default_gdb_exit): Replace all the hair with sending "quit" to
8686         the process with a simple close.
8687
8688 Tue Mar 15 08:45:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8689
8690         * TODO: Add suggestions for shared library tests.
8691
8692 Sun Mar 13 10:45:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8693
8694         * TODO: Add suggestions for x/s tests.
8695
8696 Fri Mar 11 08:22:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8697
8698         * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
8699         "enable once", and "enable breakpoints once" with ".*".
8700
8701 Thu Mar 10 08:34:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8702
8703         * TODO: Add suggestions about structure passing tests.
8704
8705 Mon Mar  7 13:45:54 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8706
8707         * gdb.t03/gdbme.c:  gcc version 1 puts out the wrong stabs for
8708         the primary1 test, use work around if __GNUC__ < 2.
8709         * gdb.t06/signals.c:  Add comments for signals.exp pattern matching.
8710         * gdb.t06/signals.exp:  Add XFAILs for i386 bsd and vax ultrix.
8711         Test for bad output rather than waiting for timeout.  Issue
8712         second continue only if first continue failed.
8713
8714 Wed Mar  2 10:08:01 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
8715
8716         * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
8717         operator[] test with gdb_test because the old code didn't seem to
8718         be getting the quoting right with the new dejagnu.
8719
8720 Thu Feb 24 19:49:25 1994  Rob Savoye  (rob@poseidon.cygnus.com)
8721
8722         * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
8723         one from the path.
8724         * Makefile.in: Use a fresh expect if there is one, use runtest
8725         from the src tree if there is one.
8726   
8727 Thu Feb 24 18:49:37 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
8728
8729         * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
8730         next over recursive call.  Revise the tests from that point on
8731         (which had been skipped) to match GDB's actual (correct) output.
8732
8733         * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
8734         with next over a breakpoint whose condition is false.
8735
8736         * gdb.t00/help.exp: Comment out "help set print" tests just like
8737         (and for same reason as) "help set" test.
8738
8739 Mon Feb 14 09:58:23 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8740
8741         * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
8742         * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
8743
8744 Sun Feb  6 15:36:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8745
8746         * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
8747         necessary gdb_target_udi.
8748
8749         * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
8750
8751         * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
8752         1838 and 2417; they are fixed.
8753
8754         * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
8755         gdb.t03/ptype.exp (ptype structure, ptype union):
8756         Remove xfails; the test is looser than when the xfails were added.
8757
8758         * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
8759         * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
8760
8761         * gdb.t01/run.exp: Only run shell test if isnative.
8762
8763         * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
8764         since "run" automatically loads if necessary.  Call gdb_target_udi
8765         after the "file" since "file" kills any execution target.
8766
8767         * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
8768         GDB.  GDB doesn't work that way (not anymore at least) on UDI.
8769         * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
8770         argument for UDI.
8771
8772 Fri Feb  4 12:19:32 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
8773
8774         * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
8775
8776         * gdb.t17/callfuncs.exp: Add xfails for rs6000.
8777
8778 Sat Feb  5 09:11:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8779
8780         * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
8781         properly quoting regexps.  This makes the second argument to
8782         demangle a fixed string, which matches the callers, instead of a
8783         shell-style pattern which is what the previous implementation
8784         used.  Update some of the callers.
8785
8786 Sat Feb  5 10:19:09 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8787
8788         * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
8789         (comib_nullified_tests): Fix typo.
8790         * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
8791         strings.  No longer expected to fail.
8792
8793         * gdb.disasm/hppa.s (addib_tests): Fix typo.
8794         * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
8795         strings.  No longer expected to fail.
8796
8797         * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
8798         string.  No longer expected to fail.
8799
8800 Fri Feb  4 23:45:11 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8801
8802         * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
8803         No longer expected to fail.
8804
8805         * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
8806         string.  No longer expected to fail.
8807
8808 Fri Feb  4 10:35:42 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8809
8810         * gdb.t24/demangle.exp: Remove a bunch more tests which differ
8811         only in the names (I probably got most of them).  I was even
8812         generous with some which differed in underscores in names, and
8813         probably missed a few, and I *still* was able to remove almost a
8814         third of the file with almost no impact on testsuite coverage.
8815
8816 Thu Feb  3 12:04:49 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8817
8818         * gdb.t00/default.exp: Match udi_attach error message as well as
8819         the one from child_attach.
8820
8821         * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
8822
8823         * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
8824
8825         * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8826         * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8827
8828         * Move test with enums and partial symbols back to
8829         gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8830         Reverts the change of 26 May 93.  Per today's change to
8831         stabs.texinfo, the behavior that weird.exp was expecting was
8832         unreasonable; what is important is that the compiler+gdb get
8833         things right, which happens with a recent gcc.  Also fix the test
8834         to deal with native compilers which put out the stab gdb can't
8835         deal with.
8836
8837 Mon Jan 31 15:40:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8838
8839         * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
8840         in the names.  The main thing these accomplish is to slow things down.
8841         Many more such duplicates surely remain.
8842
8843         * gdb.t00/help.exp: Comment out "help support" test just like
8844         (and for same reason as) "help set" test.
8845
8846 Mon Jan 31 06:43:45 1994  Fred Fish  (fnf@cygnus.com)
8847
8848         * gdb.t06/break.exp:  Remove setup_xfails for
8849         sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
8850         * gdb.t20/inherit.exp (test_ptype_si):  Update warning message
8851         about known bug in gcc to include up through 2.5.8.
8852         * gdb.t20/inherit.exp (test_ptype_vi):  Accept "_vb." as well as
8853         well as "_vb$".
8854         * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
8855         Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
8856         with latest gcc and gdb.
8857         * gdb.t22/virtfunc.exp (test_ptype_of_classes):  Accept "_vb." as
8858         well as "_vb$".
8859
8860 Sat Jan 29 23:31:26 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8861
8862         * configure.in (hppa*-*-*): Also configure and build stabs-only
8863         tests.
8864
8865 Thu Jan 27 08:21:16 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8866
8867         * gdb.t10/hppa.mt: A makefile fragment for the PA.
8868         * gdb.t10/configure.in (hppa*-*-*): Use it.
8869
8870 Tue Jan 25 12:58:26 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8871
8872         * gdb.t09/corefile:  Increase timeout when spawning gdb explicitly.
8873
8874 Wed Jan 19 12:40:25 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8875
8876         * gdb.t06/signals.exp:  Handle blocked SIGTRAP on sun3 for bash
8877         versions prior to 1.13.5.
8878
8879 Tue Jan 18 20:10:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8880
8881         * gdb.t00/default.exp (show prompt): In FAIL case, only match if
8882         the prompt is at the start of a line.
8883
8884 Mon Jan 17 20:07:51 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
8885
8886         * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
8887         Enable "diag" instruction.  Delete copr from fpu_misc_tests, it's
8888         in the copr tests now.
8889         * gdb.disasm/hppa.exp: Run new sfu and copr tests.  Do not expect
8890         copr in the fpu_misc tests anymore.  fpu_misc tests are no longer
8891         expected to fail.
8892
8893 Fri Jan 14 14:24:21 1994  Rob Savoye  (rob@darkstar.cygnus.com)
8894
8895         * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
8896         gdb.t31/chillvars.exp, lib/gdb.exp:
8897         Tweak to run under either version of expect.
8898         * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
8899         * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
8900         * gdb.t11/list.exp: Remove extraneous whitespace.
8901
8902 Sat Jan 15 09:57:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8903
8904         * gdb.t16/printcmds.exp (test_print_strings): Accept
8905         "(unsigned char *) " before the string.
8906
8907         * TODO: Add notes about printing of fancy types and GDB expressions.
8908
8909 Thu Jan 13 17:16:09 1994  Stan Shebs  (shebs@andros.cygnus.com)
8910
8911         * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
8912         * gdb.t06/configure.in: Don't try to compile signals test program
8913         if doing mips-idt-ecoff.        
8914
8915 Thu Jan 13 08:25:55 1994  Rob Savoye  (rob@darkstar.cygnus.com)
8916
8917         * Most .exp files: Tweak to run under either version of expect.
8918
8919 Tue Jan 11 15:21:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8920
8921         * gdb.t12/scope.exp: Add xfails for rs6000.  Remove 1806 from existing
8922         xfails; I'm not sure why they are failing, but not because of PR 1806.
8923
8924 Mon Jan 10 22:14:20 1994  Rob Savoye  (rob@darkstar.cygnus.com)
8925
8926         * config/unix-gdb.exp: Remove gdb_unload cause it's already
8927         defined in lib/gdb.exp.
8928
8929 Fri Jan  7 12:42:45 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8930
8931         * gdb.t07/watchpoint.exp:  Clear xfail for calling function with
8932         watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
8933         * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc:  Conversion operator functions
8934         have to be typeless.
8935
8936 Tue Jan  4 09:32:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
8937
8938         * TODO: Add suggestion for copyright year test.
8939
8940 Mon Jan  3 11:35:26 1994  Stan Shebs  (shebs@andros.cygnus.com)
8941
8942         * configure.in (*-*-lynxos*): Add stabs tests.
8943
8944 Wed Dec  1 21:54:05 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
8945
8946         * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
8947         so insert a tab before any assembler directive in column zero.
8948
8949         * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
8950         stores.
8951         * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
8952         stores.
8953         (fpu_short_memory_tests): Likewise.
8954
8955 Mon Nov 22 13:23:22 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
8956
8957         * gdb.stabs/ecoff.mt:  Delete alpha specific if block, fix typo.
8958         * gdb.stabs/ecoff.sed:  Escape inserted blanks with backslashes, embed
8959         .stabs directives in comments.
8960
8961 Fri Nov 19 14:09:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8962
8963         * TODO: New file, describing tests we could write.
8964         * gdb.t09/corefile.exp: Move description of tests to write to TODO.
8965
8966 Tue Nov 16 21:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8967
8968         * gdb.t06/signals.exp: Add kludge to force re-sync.
8969
8970         * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
8971         to xgdb instead of gdb, get out of gdb.
8972
8973 Tue Nov 16 10:21:57 1993  Rob Savoye  (rob@cygnus.com)
8974
8975         * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
8976         for info.
8977
8978 Sat Nov 13 23:17:48 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
8979
8980         * gdb.stabs/hppa.mt: A makefile fragment for the PA.
8981         * gdb.stabs/configure.in (hppa*-*-*): Use it.
8982         * gdb.stabs/hppa.sed: New sed script for the PA.
8983
8984 Sat Nov 13 22:50:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8985
8986         * gdb.stabs: Re-write weird.def and configuration to use sed
8987         instead of cpp.  sed is portable and POSIX; cpp is neither.
8988
8989 Fri Nov 12 15:26:36 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8990
8991         * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
8992
8993 Mon Nov  8 16:55:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8994
8995         * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
8996
8997 Thu Nov  4 23:07:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
8998
8999         * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
9000         "_vb$".
9001         * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
9002         * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
9003
9004 Wed Nov  3 13:53:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9005
9006         * lib/gdb.exp: Comment out code which depends on non-existent
9007         `transform' procedure.
9008
9009 Wed Nov  3 11:23:11 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9010
9011         * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
9012         * lib/gdb.exp: Transform tool name.
9013         * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
9014         1.1's new error handling system.
9015
9016 Mon Nov  1 10:36:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9017
9018         * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
9019
9020 Fri Oct 29 17:58:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9021
9022         * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
9023         They made pattern matching so slow that timeouts happened on
9024         heavily loaded systems.  Now any output from "show print" which
9025         gets us back to the GDB prompt is a PASS.
9026
9027 Mon Oct 25 14:36:50 1993  Stu Grossman  (grossman at cygnus.com)
9028
9029         * gdb.disasm/hppa.mt:  Use $(srcdir) in hppa.o make rule.
9030
9031 Mon Oct 25 13:35:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9032
9033         * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
9034
9035         * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
9036         It is not from PR 3220.
9037
9038 Sun Oct 24 18:49:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9039
9040         * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
9041         just started failing because they depended on the order the
9042         subcommands are presented, or exact docstring text.  This kind of
9043         test is a pain and has minimal benefit.
9044
9045 Thu Oct 21 08:26:48 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9046
9047         * gdb.t09/corefile.exp: At end of test, use "core" command with
9048         no arguments.
9049
9050 Wed Oct 20 08:56:02 1993  Stu Grossman  (grossman at cygnus.com)
9051
9052         * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
9053         17}/Makefile.in:  Make it possible to run the testsuite with Sun
9054         make and CC = cross gcc by adding explicit build rules for .o
9055         files.
9056
9057 Tue Oct 19 14:57:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9058
9059         * gdb.t15/funcargs.exp: Don't put comments on same line as
9060         setup_xfail (@#$*%& tcl braindamage!).
9061   
9062 Mon Oct 18 21:50:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9063
9064         * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
9065
9066 Fri Oct 15 15:39:54 1993  Kung Hsu  (kung@cirdan.cygnus.com)
9067
9068         * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
9069         * gdb.t20/inherit.exp: remove three dumplicate entries.
9070
9071 Fri Oct 15 13:45:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9072
9073         * gdb.t06/break.exp: For "next over recursive call", fail on any
9074         incorrect output, not just on "factorial (value=2)".
9075
9076 Fri Oct 15 11:52:56 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9077
9078         * gdb.t12/scope.exp:  Remove xfails, filename::var syntax should be
9079         working now. Add an xfail if accesing a bss variable causes
9080         a memory error if the target is not yet run.
9081
9082 Thu Oct 14 19:16:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9083
9084         * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
9085         constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
9086         name of __st* demangling (2 strings).  Did Kung really get the
9087         more than 95 others right without testing them?
9088
9089 Thu Oct 14 16:27:08 1993  Kung Hsu  (kung@cirdan.cygnus.com)
9090
9091         * gdb.t24/demangle.exp: clean up XFAILS, more than 100
9092
9093 Thu Oct 14 11:40:30 1993  Jeffrey Law  (law@cs.uah.edu)
9094
9095         * configure.in (configdirs): Add gdb.disasm
9096         * gdb.disasm: New directory for GDB disassembler tests.
9097         * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
9098
9099 Thu Oct 14 11:40:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9100
9101         * gdb.t00/help.exp: Don't test "help set".
9102
9103         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
9104         from within expect statements.  None of these happen anymore and
9105         they cause regressions to be silently unnoticed.
9106
9107         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
9108         messages) about known failures with gcc cygnus-2.4.5-930417.
9109
9110         * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
9111         comp-info.exp so it gets built if it doesn't exist.
9112
9113         * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
9114         it is no longer used.
9115         * gdb.t13/comp-info.c: Removed.
9116
9117 Wed Oct 13 22:54:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
9118
9119         * gdb.t06/signals.exp: Add xfail for sun3.
9120
9121 Thu Oct  7 12:01:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9122
9123         * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
9124         relevant because ^C doesn't get sent but failure can be reproduced
9125         interactively).
9126
9127 Tue Oct  5 10:43:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9128
9129         * gdb.stabs/alpha.mt:  New configuration file for alpha.
9130         * gdb.stabs/configure.in:  Use it.
9131         * gdb.stabs/ecoff.mt, weird-ecoff.sed:  Change sed script to enable
9132         sharing with alpha.mt, redefine long to word via preprocessor.
9133         * gdb.stabs/weird.def:  Conditionally adapt storage layout of v_comb
9134         for alpha.
9135         * gdb.stabs/weird.exp:  Handle compilation of weird.s by alpha
9136         native cc.
9137         * gdb.t00/teststrategy.exp:  Change expect string so that we
9138         consume the `(xgdb)' from the command echo and from the gdb prompt.
9139         * gdb.t05/expr.exp:  xfail "print unsigned int == (~0)" on the alpha.
9140         gdb currently compares all values as long, so this failure probably
9141         applies to any configuration where LONGEST is bigger than a target int.
9142         * gdb.t08/comp-info.c:  New file to determine if gdbme is compiled
9143         with gcc.
9144         * gdb.t08/Makefile.in, opaque.exp:  Use it. Alpha native cc is unable
9145         to handle opaque pointers, gcc is.
9146         * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc:  operator new takes a size_t
9147         as first argument. Include <sys/types.h> and change all operator
9148         new definitions to use size_t.
9149         * gdb.t21/cplusfuncs.exp:  Handle changes in output for operator new
9150         now that we use size_t.
9151
9152 Wed Sep 29 00:55:49 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9153
9154         * gdb.t03/ptype.exp, gdb.t15/printcmds.exp:  When constructing
9155         a long or float array cast all array members to the same type.
9156         * gdb.t04/setvar.exp:  Handle the decimal output of an unsigned long
9157         with 64 bit longs.
9158         * gdb.t07/watchpoint.exp:  Add finish and until variations encountered
9159         on alpha.
9160         * gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Add xfails for alpha.
9161
9162 Tue Sep 28 17:26:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9163
9164         * gdb.t24 (demangle.exp): Constructors of templates have names like
9165         vector<int>::vector(int) not vector<int>::vector<int>(int).  See
9166         section 14.6 of the ARM.
9167
9168         * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
9169         "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
9170         accomplish little and slow down the testsuite.
9171
9172         * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
9173         Accept spaces various places.
9174
9175 Tue Sep 21 17:28:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9176
9177         * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
9178         with watchpoint enabled.
9179
9180         * Makefile.in: Remove definition of CC and remove the second
9181         definition of CXX (the "CXX = gcc" one remains).  These definitions
9182         were causing backquotes to be expanded within backquotes, which
9183         doesn't work.
9184
9185 Sat Sep 18 09:43:21 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
9186
9187         * gdb.t17/callfuncs.exp: Add "return 0" to end.
9188
9189 Fri Sep 17 04:41:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9190
9191         * gdb.stabs/ecoff.mt:  Remove STABSCC hack.
9192         * gdb.stabs/weird.exp:  Handle the case where weird.o is compiled
9193         by mips cc and contains no stabs entries.
9194
9195 Thu Sep 16 17:22:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9196
9197         * config/vx-gdb.exp: Use fake device to load files rather than
9198         NFS.
9199         * lib/gdb.exp: New proc to do "file" command.
9200         * config/unix-gdb.exp: Use new "file" proc.
9201
9202 Thu Sep 16 13:45:44 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
9203
9204         * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
9205         Rework board rebooting slightly.
9206         (gdb_exit): Don't exit from the remote shell; there isn't one.
9207         * gdb.stabs/weird.exp: If a program is being debugged already,
9208         kill it.
9209         * gdb.t04/setvar.exp: Stop and restart gdb.
9210         * gdb.t05/expr.exp: Likewise.
9211         * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
9212         restart gdb and reload the program.
9213         * gdb.t08/opaque.exp: Likewise.
9214         * gdb.t12/scope.exp: Likewise.
9215         * gdb.t13/bitfields.exp: Likewise.
9216         * gdb.t15/funcargs.exp: Likewise.
9217         * gdb.t20/classes.exp: Likewise.
9218         * gdb.t03/ptype.exp: Increase timeout.
9219         * gdb.t16/printcmds.exp (test_print_string_constants,
9220         test_print_array_constants): Likewise.
9221         * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
9222         * gdb.t20/classes.exp (do_tests): Likewise.
9223         * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
9224
9225 Wed Sep 15 14:24:36 1993  Ian Lance Taylor  (ian@cygnus.com)
9226
9227         * gdb.stabs: Renamed *wierd* to *weird*.
9228
9229 Wed Sep 15 10:36:50 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
9230
9231         * gdb.t13/bitfields.exp: Test for bad output rather than waiting
9232         for timeout.  Add "known gcc 2.4.5 bug" to failure message.
9233
9234 Tue Sep 14 17:16:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
9235
9236         * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
9237         (do_tests): Remove xfail for whatis on one_var and two_var.
9238
9239 Wed Sep  8 23:14:23 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9240
9241         * Makefile.in: Made cross building work better by adding
9242         {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
9243
9244 Tue Sep  7 14:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9245
9246         * gdb.t15/{return.c,return.exp,Makefile.in}:
9247         New test, currently commented out.
9248
9249 Tue Aug 31 16:51:29 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9250
9251         * config/udi-gdb.exp: gdb_exit now kills any isstip processes
9252         still running and removes the leftover named socket so GDb can do
9253         clean restarts.
9254
9255 Mon Aug 30 17:55:16 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9256
9257         * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
9258         console, not GDB.
9259         * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
9260         cross testing works better with "make check"
9261         * config/unix-gdb: Use default procedures for exit and version.
9262         * config/vx-gdb.exp: Cleaned up and massaged back to working order
9263         with the newest VxWorks.
9264
9265 Thu Aug 26 17:50:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9266
9267         * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
9268         old form.
9269
9270         * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
9271         name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
9272
9273         * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
9274
9275         * config/unix-gdb.exp: Remove this version of gdb_exit
9276         * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
9277         Rob says he'll look at it when he gets back to testing boards.
9278
9279 Thu Aug 26 07:20:00 1993  Fred Fish  (fnf@deneb.cygnus.com)
9280
9281         * gdb.t22/virtfunc.exp:  Accept missing struct/class names as
9282         an expected fail for certain ptype commands.
9283
9284         * gdb.t20/classes.exp:  Update expected results of "ptype class
9285         Base1" to account for the constructor that now appears in the type.
9286
9287 Wed Aug 25 16:48:05 1993  Fred Fish  (fnf@deneb.cygnus.com)
9288
9289         * configure.in (configdirs):  Restore gdb.t04, which mysteriously
9290         disappeared from list.
9291         * config/{udi-gdb.exp, gdb-unix.exp}:  Replace calls to obsolete
9292         "alldone" proc with call to cleanup and exit.
9293         * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
9294         gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
9295         gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
9296         gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
9297         gdb.t12/scope.exp, gdb.t13/bitfields.exp}:  Replace calls to
9298         "alldone" proc with simple returns that suppress remaining
9299         tests.  The alldone proc went away many months ago.
9300
9301 Tue Aug 24 11:04:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9302
9303         * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
9304
9305         * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
9306
9307 Thu Aug 19 22:08:41 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9308
9309         * gdb.t15/funcargs.exp:  Allow arguments for main in backtraces
9310         as vax gdb will display them.
9311
9312 Thu Aug 19 18:18:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9313
9314         * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
9315         optimizers.
9316
9317         * scope.exp: Change "bad value for localval" messages so each one
9318         is unique.
9319
9320         * config/unix-gdb.exp (gdb_exit): Move info on this vs.
9321         lib/gdb.exp (gdb_exit) from ChangeLog to comments.
9322
9323         * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
9324
9325 Tue Aug 17 00:05:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9326
9327         * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
9328         doesn't exist (due to optimization).
9329
9330 Mon Aug 16 21:05:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9331
9332         * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
9333         contains \r because the filename is long.
9334
9335         * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
9336         'continue'" bug, and change xfail back to i*86-univel-sysv4*.
9337
9338 Mon Aug 16 03:05:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9339
9340         * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
9341         gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Update for vax running
9342         Ultrix.
9343         * gdb.t02/whatis.exp:  Use procedure to setup xfails on long versus
9344         int tests.
9345         * gdb.t08/opaque.exp:  Use procedure to setup xfails for opaque tests.
9346
9347 Thu Aug 12 15:24:28 1993  Fred Fish  (fnf@deneb.cygnus.com)
9348
9349         * Makefile.in (distclean):  Remove *.log *.plog *.sum *.psum site.*.
9350
9351         * gdb.t17/interrupt.exp:  Fix 'missing Continuing' case so pattern
9352         to match does not match the passing case but still matches the 
9353         failing case.
9354
9355 Thu Aug 12 16:58:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9356
9357         * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
9358
9359 Wed Aug 11 19:47:27 1993  John Gilmore  (gnu@rtl.cygnus.com)
9360
9361         * lib/gdb.exp (gdb_exit):  Move the best version of gdb_exit
9362         to here.  Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
9363         * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
9364         Remove various versions of gdb_exit.
9365         * config/vx-gdb.exp:  Remove quit_vxgdb, change a caller to call
9366         gdb_exit.
9367         * config/unix-gdb.exp:  gdb_exit remains here, and should override
9368         the generic version, since it's doing a lot of wierd stuff that
9369         the other versions aren't.  FIXME, fold it in, or abandon this
9370         version.
9371
9372 Wed Aug 11 12:09:32 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9373
9374         * gdb.t24/demangle.exp: Add tests for PR 3220.
9375
9376 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9377
9378         * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
9379
9380 Tue Aug 10 15:45:25 1993  Fred Fish  (fnf@deneb.cygnus.com)
9381
9382         * gdb.t07/watchpoint.exp:  Clear xfail with "i*86-*-*", not just
9383         "i386-*-*".  Works for i486 as well.
9384
9385         * gdb.t06/signals.exp:  Rework code that recognizes known SVR4
9386         bug, and expand domain of xfail to all SVR4 systems, since the
9387         actual problem is likely to be in generic SVR4 /proc support.
9388
9389 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9390
9391         * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
9392
9393 Tue Aug 10 09:56:56 1993  Fred Fish  (fnf@deneb.cygnus.com)
9394
9395         * gdb.t17/interrupt.exp:  Set up xfail for *-*-sysv4*, in chain of
9396         xfails for other systems.  Match a missing 'Continuing.' as an
9397         explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
9398
9399         * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
9400         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
9401         Only issue warning for missing executables if -all option is used.
9402
9403         * gdb.stabs/wierd.exp:  Only issue warning for missing wierd.o
9404         file if -all option is used.  It's like an unpredictable XFAIL.
9405
9406 Mon Aug  9 10:13:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9407
9408         * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
9409         for dynamically linked binaries.
9410
9411         * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
9412
9413 Sun Aug  8 14:21:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9414
9415         * gdb.t20/inherit.exp: Change message for "print tagless struct"
9416         to state that this is a known bug in old versions of g++.
9417
9418 Fri Aug  6 21:40:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9419
9420         * gdb.t17/interrupt.exp:  Add xfail for 386 bsd. Accept echoed newline
9421         while waiting for `Continuing'.
9422
9423 Fri Aug  6 13:38:08 1993  Fred Fish  (fnf@deneb.cygnus.com)
9424
9425         * gdb.t10/nodebug.exp:  Expect to find local/global minimal symbols
9426         in text, data, and bss.
9427         * gdb.t10/nodebug.c:  Add local and global test variables for
9428         initialized and uninitialized data.
9429
9430 Thu Aug  5 12:18:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9431
9432         * config/unix-gdb.exp (gdb_exit): Add "wait".
9433
9434 Thu Aug  5 18:14:06 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9435
9436         * gdb.t06/signals.exp:  xfail the continue from the handler for all
9437         targets.
9438
9439         * gdb.t07/watchpoint.exp:  clear_xfail for i386 when calling a
9440         function with watchpoints enabled, the i386 call dummy starts with
9441         a call.
9442
9443         * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in:  Handle the way
9444         386 bsd names its corefiles.
9445
9446 Wed Aug  4 08:53:41 1993  Fred Fish  (fnf@cygnus.com)
9447
9448         * gdb.t10/Makefile.in (nodebug.o):  Don't use "-c -o", many
9449         compilers don't grok it.
9450         * gdb.t16/gdbme.c (ctable1):  Initialize unsigned char array
9451         with small octal ints rather than character constants, which
9452         are signed and might not fit if first promoted to int.
9453
9454 Tue Aug  3 18:28:25 1993  Fred Fish  (fnf@cygnus.com)
9455
9456         * gdb.t09/Makefile.in (clean):  Remove corefile.
9457
9458 Mon Aug  2 12:47:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9459
9460         * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
9461
9462 Mon Aug  2 12:30:14 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9463                           and Jim Kingdon (kingdon@cygnus.com)
9464
9465         * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
9466         NO_SINGLE_STEP machines.  Fix comment about its cause.  Uncomment
9467         the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
9468
9469 Fri Jul 30 19:46:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9470
9471         * gdb.t17/interrupt.exp: Add xfail for hppa.
9472
9473 Fri Jul 30 12:54:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9474
9475         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
9476         gdb.t09/corefile.exp:  Cleanup xfails for fixed mips bugs.
9477         * gdb.t13/bitfields.exp, gdbme.c:  Examine a variable in the inferior
9478         to determine signed-ness of bitfields and use the result to setup
9479         the xfail.
9480         * gdb.t15/gdbme.c:  Add comments to the two indirect call0a lines.
9481         * gdb.t15/funcargs.exp:  Use them to step until the second indirect
9482         call line is reached if necessary.
9483
9484 Thu Jul 29 20:33:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9485
9486         * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
9487
9488 Mon Jul 26 00:15:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9489
9490         * gdb.t06/break.exp: Also test `clear' command.
9491
9492 Wed Jul 21 18:03:38 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
9493
9494         * gdb.t00/teststrategy.exp: Remove extra quote.
9495
9496         * gdb.t07/watchpoint.exp: Change xfail for calling function with
9497         watchpoint enabled to be for all non-68k machines.
9498
9499         * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
9500
9501 Mon Jul 19 23:59:26 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9502
9503         * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
9504         targets use aout.mt instead of ecoff.mt as gas understands
9505         standard aout format.
9506
9507 Mon Jul 19 18:14:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
9508
9509         * lib/gdb.exp (runto): Don't insist that function we are running to
9510         was compiled with -g.
9511
9512         * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
9513
9514         * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
9515         to get back into the read system call.
9516         Accept leading newline in case where we woke it up.
9517
9518 Sun Jul 18 08:40:45 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9519
9520         * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}:  New files
9521         to make the stabs test work on ecoff systems using gcc and -with-stabs.
9522         * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}:  Modify to
9523         enable ecoff configuration.
9524
9525 Thu Jul 15 11:54:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9526
9527         * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
9528
9529 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9530
9531         * gdb.t16/printcmds.exp: Add another printf test.
9532
9533 Wed Jul 14 15:37:13 1993  Ian Lance Taylor  (ian@cygnus.com)
9534
9535         * configure.in: If configured -with-stabs on any target, add
9536         stabsdirs to configdirs.
9537
9538 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9539
9540         * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
9541         fun" so pattern does not match the command itself.
9542
9543 Mon Jul 12 11:22:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9544
9545         * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
9546
9547 Sun Jul 11 12:03:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9548
9549         * gdb.t17/interrupt.exp: Test for more things.
9550
9551 Fri Jul  9 14:11:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9552
9553         * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
9554         compiler arranges the code and line numbers.
9555
9556         * gdb.t17/interrupt.exp: Don't send \n after ^C.
9557
9558 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9559
9560         * gdb.t00/help.exp:  Increase expect input buffer size.
9561
9562 Thu Jul  8 14:26:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9563
9564         * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
9565
9566         * gdb.t07/watchpoint.exp: Add xfail for hppa.
9567
9568         * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
9569
9570         * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
9571         [0-9]*, not just [0-9].
9572
9573 Wed Jul  7 17:52:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9574
9575         * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
9576
9577         * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
9578
9579 Tue Jul  6 13:54:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9580
9581         * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
9582
9583 Mon Jul  5 22:03:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9584
9585         * gdb.t06/signals.c: Add xfails for sun3.
9586
9587         * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
9588
9589         * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597.  Also add
9590         test_stepping tests.
9591
9592 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9593
9594         * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9595
9596         * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
9597
9598         * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
9599         rather than actually putting it through cpp twice.
9600
9601         * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
9602
9603 Fri Jul  2 10:48:03 1993  Ian Lance Taylor  (ian@cygnus.com)
9604
9605         * config/mips-gdb.exp (gdb_exit): Removed close statement which is
9606         no longer needed.
9607
9608 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9609
9610         * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
9611
9612         * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
9613         C++ features prints as "struct", make it a pass, not an xfail.
9614
9615 Thu Jul  1 22:03:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9616
9617         * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
9618         Don't require VA to print as "class" rather than "struct".
9619
9620 Thu Jul  1 18:27:40 1993  Jim Kingdon  (kingdon@cygnus.com)
9621
9622         * gdb.t06/twice.exp: Don't care about the file name GDB prints.
9623
9624 Wed Jun 30 18:01:00 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9625
9626         * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
9627
9628 Tue Jun 29 13:15:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9629
9630         * gdb.t12/scope.exp:  Remove xfail for parameter printing in wrong
9631         order.
9632
9633 Tue Jun 29 09:22:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9634
9635         * gdb.t16/printcmds.exp: Add printf tests.
9636
9637         * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
9638
9639         * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
9640
9641 Mon Jun 28 11:25:59 1993  Fred Fish  (fnf@cygnus.com)
9642
9643         * gdb.t20/classes.exp:  Add clear_xfail's before printing summary
9644         pass counts, to counteract any existing or future setup_xfails.
9645
9646 Mon Jun 28 09:15:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9647
9648         * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
9649         {BEGIN,END}_COMMON for common block instead of STAB.
9650         * gdb.stabs/wierd.exp: Add xfail for rs6000.
9651
9652         * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
9653         intp_var should be N_GSYM not N_LSYM.
9654         wierd-aout.S: Use a label for the value of the N_SO.
9655         wierd.def: Remove all backslashes.
9656         wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
9657
9658 Mon Jun 28 07:21:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9659
9660         * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
9661         get the expected next to inheritance3.
9662
9663 Sun Jun 27 12:29:53 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9664
9665         * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
9666         now that gcc-2.4 gets it right.
9667
9668 Fri Jun 25 12:00:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9669
9670         * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
9671
9672         * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
9673         generating comp-info.exp which works for cross-compilation.
9674
9675 Thu Jun 24 16:55:05 1993  Fred Fish  (fnf@cygnus.com)
9676
9677         * gdb.t11/list.exp:  For SVR4 xfails, match "*-*-sysv4*", not
9678         "*-*-sysv4.*".
9679
9680 Tue Jun 22 21:17:26 1993  Fred Fish  (fnf@cygnus.com)
9681
9682         * gdb.t01/run.exp:  Start with a fresh gdb.
9683         * gdb.t11/list.exp:  For SVR4 xfails, match on all versions of
9684         SVR4.x.
9685
9686 Mon Jun 21 15:23:22 1993  Fred Fish  (fnf@cygnus.com)
9687
9688         * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
9689         gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
9690         gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
9691         Makefile.in (distclean, realclean):  Remove gdbme.c from list of
9692         things to remove.
9693
9694 Sat Jun 19 07:49:10 1993  Fred Fish  (fnf@cygnus.com)
9695
9696         * gdb.t24/demangle.exp (test_gnu_style_demangling):  Add some new
9697         test cases from bug reports.
9698
9699 Fri Jun 18 10:38:49 1993  Fred Fish  (fnf@cygnus.com)
9700
9701         * gdb.t06/break.exp:  Add xfails for sparc-sun-solaris2.*.
9702         * gdb.t12/scope.exp:  Add clear_xfails at appropriate places to
9703           avoid spurious xfails.
9704         * gdb.t20/classes.exp:  Add xfails for longstanding C++ problems.
9705         * gdb.t21/cplusfuncs.exp:  Add xfails for sparc-sun-solaris2.*.
9706         * gdb.t22/virtfunc.exp:  Add xfails for longstanding C++ problems.
9707
9708 Wed Jun 16 10:11:57 1993  Fred Fish  (fnf@cygnus.com)
9709
9710         * gdb.t00/teststrategy.exp:  Rework to provide more useful
9711         description of each test, fix problem with systems that define
9712         ALIGN_STACK_ON_STARTUP code, other misc cleanups.
9713         * gdb.t06/break.exp (test_next_with_recursion):  Fix expected
9714         results for "next over recursive call" so timeouts aren't taken
9715         by error.
9716
9717 Mon Jun 14 09:09:04 1993  Jim Kingdon  (kingdon@cygnus.com)
9718
9719         * gdb.t12/scope.exp: Test printing of variables before run.
9720
9721         * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
9722         printed in wrong order due to sorting.
9723
9724 Sat Jun 12 15:03:58 1993  Fred Fish  (fnf@cygnus.com)
9725
9726         * gdb.t00/teststrategy.exp:  Fix expected results for printing
9727         user entered string constant.  Is array of char, prints with no
9728         address.
9729
9730         * gdb.t00/{default.exp, help.exp}:  Account for changes to radix
9731         commands.
9732         * gdb.t16/gdbme.c:  Add and use struct containing arrays of char.
9733         * gdb.t16/printcmds.exp:  Fix all lines that match "unsigned char *".
9734         * gdb.t16/printcmds.exp (test_print_char_arrays):  Test printing
9735         of struct of char arrays.
9736         * gdb.t00/radix.exp:  New tests for radix commands.
9737
9738 Fri Jun 11 13:12:27 1993  Jim Kingdon  (kingdon@cygnus.com)
9739
9740         * gdb.t16/printcmd.exp: Print a variable before running program
9741         (with xfail for AIX).
9742
9743 Thu Jun 10 11:04:04 1993  Jim Kingdon  (kingdon@cygnus.com)
9744
9745         * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
9746
9747         * gdb.t16/printcmd.exp: Don't print variables before running program.
9748
9749         * gdb.t06/break.exp: Don't require envp argument to main.
9750
9751         * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
9752
9753         * gdb.t02/whatis.exp, gdb.t11/list.exp:
9754         Add xfails for rs6000.
9755
9756         * gdb.t02/whatis.exp: Change other tests not to re-test something
9757         we already tested.
9758
9759         * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
9760         each type used has a variable of that type.
9761
9762 Tue Jun  8 16:45:20 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
9763
9764         * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
9765
9766 Fri Jun  4 11:07:19 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
9767
9768         * configure.in: change srctrigger to be a file, not a directory
9769
9770 Fri Jun  4 08:23:57 1993  Ian Lance Taylor  (ian@cygnus.com)
9771
9772         * configure.in (mips-idt-ecoff*): Added trailing '*'.
9773
9774         * gdb.t11/list.exp: Fixed a couple of typos.
9775
9776 Tue Jun  1 21:28:06 1993  Fred Fish  (fnf@cygnus.com)
9777
9778         * gdb.t00 (teststrategy.exp):  Remove notice about PR 1823.  Bug
9779         is fixed and PR is closed.
9780         * gdb.t16 (gdbme.c):  Add simple test string variable.
9781         * gdb.t16 (printcmds.exp):  Add tests with simple test string
9782         variable, primarily for boundaries on "set print elements".
9783
9784 Mon May 31 11:36:08 1993  Jim Kingdon  (kingdon@cygnus.com)
9785
9786         * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
9787         Make leading 0's optional and don't expect a tab in the middle
9788         of the number.
9789
9790         * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
9791
9792         * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
9793         * gdb.stabs/wierd.exp: Remove xfails for type attributes.  Also
9794         don't end command passed to gdb_test with newline.
9795
9796         * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
9797         signed keyword away, don't expect signed bitfields to be signed.
9798
9799         * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
9800         printing with only as many 1's as are in the field as well as printing
9801         with 32 1's (see comment).
9802
9803 Sat May 29 17:57:01 1993  Fred Fish  (fnf@cygnus.com)
9804
9805         * gdb.t00/default.exp:  Start with a fresh gdb.
9806         * configure.in (configdirs):  Remove gdb.t31 until the chill
9807         compiler works again.  It no longer is able to find chillrt0
9808         since it isn't in libchill.a anymore.
9809         * gdb.stabs/wierd.exp:  Rewrite to properly handling a missing
9810         wierd.o, make more modular.
9811         * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const):  Remove
9812         spurious newlines that caused problems.
9813
9814 Wed May 26 09:57:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9815
9816         * Move test with enums and partial symbols from gdb.t03/ptype.exp
9817         to gdb.stabs/wierd.exp since GCC has worked around the bug.
9818         gdb.stabs/wierd.{exp,def}: Many new tests.
9819
9820         * gdb.t00/default.exp: update info line for new message.
9821
9822         * gdb.t02/{whatis.exp,gdbme.c}:
9823         Test that "char *" doesn't print as "caddr_t".
9824
9825 Tue May 25 13:28:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9826
9827         * gdb.t00/help.exp: Use .* in place of some help messages which
9828         just changed.
9829         gdb.t00/default.exp: Update "info frame" test for new message.
9830         * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9831         Remove some xfails
9832
9833 Mon May 24 00:24:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9834
9835         * gdb.t03/{gdbme.c,ptype.exp}:
9836         Add tests for typedef'd struct and union without tags.
9837         Also check "whatis" on a variable of a typedef'd enum without a tag.
9838
9839         * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
9840         PRMS 1823; the bug still exists but isn't reproduced by this test
9841         anymore), and remove rs6000 XFAIL (the bug is fixed).
9842
9843         * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
9844         duplicated from whatis.exp.  For those that are left, accept
9845         "long", "long int", or "int" for long variables (whatis.exp already
9846         has an XFAIL for "int", so no need to fail it here).
9847
9848         * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
9849         Deal with GCC's names for types now that GDB uses the compiler's names.
9850
9851         * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}:  If not GCC, do some
9852         setup_xfail's for sunos4.  If we #defined the signed keyword away,
9853         don't expect GDB to know that char it is signed.
9854
9855         * gdb.t00/teststrategy.exp: Update for symbolic signal names.
9856
9857 Sun May 23 08:44:55 1993  Fred Fish  (fnf@cygnus.com)
9858
9859         * configure.in (configdirs):  Add gdb.t24 for C++ tests that
9860         should work on any system, regardless of debugging format.
9861         * gdb.t21/demangle.exp:  Move to gdb.t24.
9862         * gdb.t24/demangle.exp:  Move from gdb.t21.
9863         * gdb.t24/{Makefile.in, configure.in}:  New files.
9864
9865 Thu May 20 19:39:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9866
9867         * configure.in: Do gdb.stabs and C++ tests only for stabs.
9868         * gdb.stabs: New directory.
9869
9870 Tue May 18 21:12:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
9871
9872         * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
9873         not just "Quit anyway?".
9874
9875 Tue May 18 17:13:20 1993  Fred Fish  (fnf@cygnus.com)
9876
9877         * gdb.t21/demangle.exp:  Add a couple of new patterns.  Ensure
9878         that all setup_xfails are immediately followed by clear_xfails.
9879
9880 Tue May 11 09:10:47 1993  Fred Fish  (fnf@cygnus.com)
9881
9882         * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
9883         gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
9884         gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
9885         gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
9886         gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
9887         gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9888         gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9889         gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
9890         gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
9891         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
9892         gdb.t31/chillvars.exp, lib/gdb.exp:
9893         Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
9894         bug-gdb@prep.ai.mit.edu.
9895
9896 Fri May  7 09:15:35 1993  Fred Fish  (fnf@cygnus.com)
9897
9898         * gdb.t17/callfuncs.exp (do_function_calls):  Call t_double_values
9899         with 0.0, not integer 0.
9900
9901 Fri Apr 30 13:17:24 1993  Jim Kingdon  (kingdon@cygnus.com)
9902
9903         * gdb.t06/break.exp: Update for "Kill the program" message change.
9904
9905 Fri Apr 30 09:42:57 1993  Fred Fish  (fnf@cygnus.com)
9906
9907         * Makefile.in (GDBFLAGS):  Set to -nx.
9908         * Makefile.in (site.exp):  Use GDBFLAGS.
9909
9910 Wed Apr 28 13:19:07 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
9911
9912         * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
9913           Makefiles.
9914           (check): depend on just-check.
9915           (just-check): added so that tests can be run without a noop
9916           build pass.
9917
9918 Fri Apr 23 18:13:28 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
9919
9920         Switch to using configure's configdirs.
9921         * Makefile.in (Makefile): add configure.in dependency.
9922           (SUBDIRS): removed redundant assignment.
9923         * configure.in: switch subdirs assignment to configdirs.
9924         * gdb.t*/configure.in: new files.
9925
9926 Thu Apr 22 08:27:53 1993  Ian Lance Taylor  (ian@cygnus.com)
9927
9928         * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
9929         works.
9930
9931 Tue Apr 20 13:38:40 1993  Fred Fish  (fnf@cygnus.com)
9932
9933         * gdb.{t20,t21,t22,t23}/Makefile.in:  Use $(srcdir) to avoid $<
9934         in explicit rules.  Apparently this is not supported by some makes.
9935
9936 Mon Apr 19 01:54:53 1993  John Gilmore  (gnu@cygnus.com)
9937
9938         * gdb.t31/Makefile.in:  Use $(srcdir) when avoiding $<, sigh.
9939
9940 Fri Apr 16 09:33:46 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9941
9942         * config/unix-gdb.exp:  Add back missing return 0 which mysteriously
9943         disappeared.
9944
9945 Thu Apr 15 02:28:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
9946
9947         * gdb.t31/Makefile.in:  Avoid $< in explicit rule.
9948
9949 Wed Apr 14 16:38:47 1993  Fred Fish  (fnf@cygnus.com)
9950
9951         * gdb.t07/watchpoint.exp:  Remove setup_xfail for i486
9952         watchpoint problem that is now fixed.
9953         * gdb.t30/chexp.exp:  Remove setup_xfail for printing
9954         uninitialized convenience variables.
9955         * gdb.t31/chillvars.exp:  Fix expected patterns for printing
9956         structures.
9957
9958 Wed Apr 14 12:55:58 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9959
9960         * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
9961         which causes expect to get out of sync with gdb on long output
9962         from help set.
9963         * gdb.t09/corefile.exp: Make expected pattern for core file
9964         failing signal and frame output format less sun specific.
9965
9966 Tue Apr 13 23:18:07 1993  Per Bothner  (bothner@cygnus.com)
9967
9968         * gdb.t31/chillvars.exp:  Add and remove initial dummy
9969         breakpoint, so that symbol table is forced in.
9970         (Needed at least on Sunos4, though it seems not SVR4.)
9971         * gdb.t31/chillvars.exp:  Update for changed output format.
9972
9973 Sun Apr 11 17:21:45 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9974
9975         * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
9976
9977 Wed Apr  7 21:28:21 1993  Rob Savoye  (rob@cygnus.com)
9978
9979         * Makefile.in: Added --srcdir when invoking runtest, removed the
9980         need for a local config file. (optional now)
9981
9982 Wed Apr  7 14:13:41 1993  Fred Fish  (fnf@cygnus.com)
9983
9984         * gdb.t21/demangle.exp:  Only count real fails (not xfails) for
9985         failure count used to force early termination.  Add some more
9986         expected failures for gnu style demangling.
9987
9988 Thu Apr  1 09:50:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9989
9990         * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
9991         pmi variable from gdb.t20/gdbme to get optimized away.
9992         * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
9993         Check for written corefile upon timeout _and_ eof.
9994
9995 Tue Mar 30 09:58:16 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9996
9997         * config/unix-gdb.exp:  Add missing return 0.
9998
9999 Tue Mar 30 08:34:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10000
10001         * gdb.t16/printcmds.exp:  Remove misplaced xfail that caused an early
10002         test termination.
10003
10004 Mon Mar 29 17:37:25 1993  Fred Fish  (fnf@cygnus.com)
10005
10006         * configure.in (subdirs):  Put back gdb.t17 which mysteriously
10007         disappeared.
10008
10009 Thu Mar 25 21:05:16 1993  Fred Fish  (fnf@cygnus.com)
10010
10011         * gdb.t10/crossload.exp:  Disable the i860-elf test until such
10012         time as i860 support works.
10013
10014         * gdb.t15/funcargs.exp:  Fix expected outputs to include 
10015         "backtrace 100\r" rather than just "backtrace\r", to match last
10016         change.
10017
10018 Thu Mar 25 12:14:28 1993  Ian Lance Taylor  (ian@cygnus.com)
10019
10020         * config/udi-gdb.exp (gdb_exit): Remove close command.
10021         (gdb_target_udi): New procedure to set the UDI target.
10022         (gdb_start): Don't remove *_soc files.  Use gdb_target_udi.
10023         * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
10024         Added waits for prompts after several question responses.  Added
10025         some more responses used by a29k-amd-udi-gdb.
10026         * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
10027         pass different arguments, restart UDI connection after program
10028         completion.
10029         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
10030         gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
10031         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
10032         gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
10033         * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
10034         gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
10035         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
10036         gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
10037         gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
10038         after program completion.
10039         * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
10040         compiled with a SELECT_VECS setting.
10041         * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
10042         infinite recursion.
10043
10044         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
10045         Added checks for COFF results, and made them expected failures for
10046         all targets.  It would be better to make them expected failures
10047         for COFF targets only.
10048
10049 Wed Mar 24 14:43:38 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
10050
10051         * Makefile.in: add null dvi target, don't bother to recurse
10052         through test directories for info and install-info; rename
10053         $(datadir) to be dejagnu instead of deja-gnu
10054
10055 Wed Mar 24 09:48:03 1993  Fred Fish  (fnf@cygnus.com)
10056
10057         * gdb.t31/gdbme.ch:  Re-enable code that previously caused
10058         compiler to coredump.
10059         * gdb.t31/chillvars.exp:  Re-enable tests that depend on that
10060         code.
10061
10062 Tue Mar 23 08:53:42 1993  Fred Fish  (fnf@cygnus.com)
10063
10064         * gdb.t31/gdbme.ch:  Comment out code that causes chill compiler
10065         coredump.
10066         * gdb.t31/chillvars.exp:  Comment out tests that depend on that
10067         code.
10068
10069 Sun Mar 21 17:56:47 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10070
10071         * gdb.t03/ptype.exp: tests for return code from gdb_test.
10072         * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
10073         which in a shell. Deletes xgdb when done.
10074         * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
10075         Tests the return from the "set height" or "set width" commands.
10076         Added a few return codes where needed.
10077
10078 Wed Mar 17 11:31:01 1993  Fred Fish  (fnf@cygnus.com)
10079
10080         * Makefile.in (SUBDIRS):  Add gdb.t17.
10081         * configure.in (subdirs):  Add gdb.t17.
10082         * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}:  New test
10083         files to test gdb's calling of functions in the inferior with
10084         the correct arguments and gdb's ability to retrieve any
10085         result returned.
10086
10087 Tue Mar 16 15:37:11 1993  Fred Fish  (fnf@cygnus.com)
10088
10089         * config/unix-gdb.exp (gdb_exit):  Remove close commands that
10090         may be called after gdb goes away.  Previous versions of expect
10091         needed these to avoid file descriptor leaks, but they cause
10092         errors with the current revision of expect.
10093         * gdb.t00/gdbvars.exp:  Use -re on expected output after
10094         setting sevenbit-strings.
10095         * gdb.t04/setvar.exp, gdb.t13/bitfields.exp:  Make commands
10096         to set sevenbit-strings consistent across tests.
10097         gdb.t30/chexp.exp, gdb.t31/chillvars.exp:  Make commands to
10098         set sevenbit-strings consistent across tests.
10099
10100 Fri Mar 12 08:47:20 1993  Fred Fish  (fnf@cygnus.com)
10101
10102         * gdb.t21/demangle.exp (proc demangle):  Adjust quotes in an
10103         expected output to match current "expect" expectations.
10104
10105 Wed Mar 10 18:01:49 1993  Fred Fish  (fnf@cygnus.com)
10106
10107         * gdb.t00/default.exp:  Change expected output for default "source"
10108         command, to match new gdb behavior which requires a filename to
10109         source.
10110
10111 Tue Mar  9 11:00:56 1993  Fred Fish  (fnf@cygnus.com)
10112
10113         * gdb.t07/watchpoint.exp (test_simple_watchpoint):  Set up
10114         expected fail for i486-*-* that misses the marker2 function.
10115         * gdb.t10/crossload.exp (bfddefault):  Allow successful
10116         recognition of a format to pass even if no symbols are found.
10117         Explicitly catch failures where the format is not recognized
10118         or is ambiguous, and add the reason to the fail message.
10119         * gdb.t10/crossload.exp (bfdexplicit):  Catch failure where
10120         the cause is and invalid target and add reason to failure message.
10121         * gdb.t10/crossload.exp:  Fix bfd target names for elf32-m68k,
10122         elf32-i386, elf32-sparc, and elf32-i860.
10123         * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
10124         Set up expected failure for 'filename'::variable scope resolution,
10125         which is now apparently broken on all targets.
10126         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
10127         gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
10128         gdb.t23/templates.exp:   Change failure for missing binfile into
10129         just a warning.
10130         gdb.t21/demangle.exp:  Change all cfront references to 'arm'
10131         references.
10132
10133 Mon Mar  8 19:20:28 1993  Fred Fish  (fnf@cygnus.com)
10134
10135         * gdb.t00/default.exp:  Add expected output for default "source"
10136         command, to match new gdb behavior.
10137         * gdb.t09/corefile.exp:  Use GDBFLAGS when spawning GDB.
10138
10139 Sun Mar  7 15:14:09 1993  Rob Savoye  (rob@cygnus.com)
10140
10141         * config/*-gdb.exp: returns an error, rather than exiting on
10142         internal errors.
10143
10144 Tue Mar  2 18:09:32 1993  Fred Fish  (fnf@cygnus.com)
10145
10146         * gdb.t03/gdbme.c:  Add pointer to struct variable.
10147         * gdb.t03/ptype.exp:  Test equivalence of '.' and '->' for
10148         referencing struct members.
10149
10150 Thu Feb 25 10:39:06 1993  Ian Lance Taylor  (ian@cygnus.com)
10151
10152         * configure.in (mips-idt-ecoff): New target.
10153         * config/mips-gdb.exp: New file for remote board using MIPS remote
10154         debugging protocol.
10155
10156         * Redid configuration scheme.  Removed gdb.t*/configure.in.
10157         Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*.  Changed to use CC, CXX
10158         instead of CC_FOR_TARGET, CXX_FOR_TARGET.  Added mostlyclean and
10159         distclean targets.  Built executables via .o files.  Adjusted
10160         tests to account for source files in $(srcdir) rather than
10161         $(objdir).
10162         * lib/gdb.exp (runto): Don't expect () after the function name,
10163         because it may have arguments.
10164
10165 Wed Feb 24 08:05:38 1993  Ian Lance Taylor  (ian@cygnus.com)
10166
10167         * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
10168         gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
10169         expected failures for mips-idt-* and mips-sgi-*.
10170         * gdb.t00/default.exp (attach): Kill process if requested.
10171         * gdb.t00/help.exp (help target core, help target): Accept a gdb
10172         that does not read core files.
10173         * gdb.t01/run.exp: Removed checks for exit status code.
10174         * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
10175         it is linked in.
10176         * gdb.t03/ptype.exp: Increase timeout when calling malloc.
10177         * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
10178         appropriate, rather than doing it by hand.
10179         * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
10180         execution.
10181         * gdb.t10/crossload.exp: Kill existing program if needed.
10182         * gdb.t15/funcargs.exp: Use delete_breakpoints function where
10183         appropriate, rather than doing it by hand.  Always increase
10184         timeout for this test, not just for VxWorks.
10185
10186 Wed Feb 24 08:03:38 1993  Fred Fish  (fnf@cygnus.com)
10187
10188         * gdb.t31/chillvars.exp (test_structs):  New proc to test printing
10189         of Chill STRUCT types and STRUCT values.
10190         * gdb.t31/chillvars.exp (test_strings):  Expect "CHAR" now, rather
10191         than "char".
10192         * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
10193         struct2):  New struct definitions and initializations to test 
10194         simple Chill STRUCT types.
10195
10196 Tue Feb 23 11:55:06 1993  Fred Fish  (fnf@cygnus.com)
10197
10198         * gdb.t00/teststrategy.exp:  Track reversion in gdb to not print
10199         the null byte at the end of strings.
10200         * gdb.t00/default.exp:  Make show version insensitive to copyright
10201         date.
10202         * gdb.t16/in-gdbme.c (ctable1, ctable2):  Make explicitly unsigned
10203         to avoid dependencies on target char signedness.
10204         * gdb.t16/printcmds.exp:  Update expected results for explicitly
10205         unsigned char.
10206         * gdb.t16/printcmds.exp:  Remove setup_xfails for i960 that should
10207         now work.
10208         * gdb.t21/demangle.exp:  Add many more patterns for template
10209         demangling, most of them being expected failures.
10210         * gdb.t21/demangle.exp (proc demangle):  Quote the demangled
10211         string we are matching for, to match on the whole string.
10212         * gdb.t21/demangle.exp:  Add many new test strings to demangle,
10213         and fix a whole bunch that had incorrect expected output but were
10214         passing anyway because of the bug in "proc demangle".
10215         * gdb.t31/chillvars.exp:  Remove setup_xfail for printing string
10216         type.
10217         * gdb.t31/in-gdbme.ch:  Uncomment string4, now compiles.
10218
10219 Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
10220
10221         * gdb/testsuite: made modifications to testcases, etc., to allow
10222         them to work properly  given the reorganization of deja-gnu and the
10223         relocation of the testcases from deja-gnu to a "tool" subdirectory.
10224
10225 Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
10226
10227         * gdb/testsuite: Initial creation of gdb/testsuite.
10228         Migrated dejagnu testcases and support files for testing nm to
10229         gdb/testsuite from deja-gnu.  These files were moved "as is"
10230         with no modifications.  This migration is part of a major overhaul
10231         of dejagnu.  The modifications to these testcases, etc., which
10232         will allow them to work with the new version of dejagnu will be
10233         made in a future update.
10234 \f
10235 Local Variables:
10236 mode: indented-text
10237 left-margin: 8
10238 fill-column: 74
10239 version-control: never
10240 End: