2003-02-26 David Carlton <carlton@math.stanford.edu>
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2003-02-26 David Carlton <carlton@math.stanford.edu>
2
3 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
4 char *>::foo" test with respect to PR c++/33. Create a new test
5 which is identical to that one except that it doesn't put the
6 space between the "char" and the "*"; KFAIL it, too.
7
8 2003-02-26 David Carlton <carlton@math.stanford.edu>
9
10 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
11 template types into either PASSes or KFAILs (corresponding to PR
12 c++/57). Tweak indentation. Update copyright.
13
14 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
15
16 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
17
18 2003-02-13 Michael Chastain <mec@shout.net>
19
20 * gdb.base/exprs.exp: Remove i960 remnants.
21 * gdb.base/funcargs.exp: Likewise.
22 * gdb.base/list.exp: Likewise.
23 * gdb.base/ptype.exp: Likewise.
24
25 2003-02-14 David Carlton <carlton@math.stanford.edu>
26
27 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
28 pEe->D::vg()" from XFAIL to KFAIL.
29
30 2003-02-13 Jason Molenda (jmolenda@apple.com)
31
32 * gdb.base/maint.exp: Update maint print statistics regexp to include
33 new entries.
34
35 2003-02-13 Michael Chastain <mec@shout.net>
36
37 * gdb.c++/inherit.exp: Remove call to get_debug_format.
38
39 2003-02-12 Michael Chastain <mec@shout.net>
40
41 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
42 * gdb.c++/inherit.exp: Likewise.
43 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
44 * gdb.c++/templates.exp: Likewise.
45 * gdb.c++/virtfunc.exp: Likewise.
46
47 2003-02-06 Jason Molenda (jason-cl@molenda.com)
48
49 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
50 why the code is written that way.
51
52 2003-02-05 Michael Chastain <mec@shout.net>
53
54 * gdb.base/dump.exp: Add missing copyright line.
55
56 2003-02-05 Jason Molenda (jason-cl@molenda.com)
57
58 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
59 at the beginning so the breakpoint doesn't get set on the loop.
60
61 2003-02-05 Michael Chastain <mec@shout.net>
62
63 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
64 output for configurations with gcc 2.95.3.
65
66 2003-02-05 Keith Seitz <keiths@redhat.com>
67 Andrew Cagney <ac131313@redhat.com>
68
69 * gdb.mi/mi-cli.exp: New file.
70
71 2003-02-04 Michael Chastain <mec@shout.net>
72
73 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
74 Call perror and then continue.
75
76 2003-02-03 Michael Chastain <mec@shout.net>
77
78 * gdb.c++/pr-1023.cc: New file.
79 * gdb.c++/pr-1023.exp: New file.
80
81 2003-02-05 Jim Blandy <jimb@redhat.com>
82
83 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
84 it's local to foobar. Check for it there, and check that it's not
85 present in main.
86 * gdb.c++/local.cc (marker2): New function.
87 (foobar): Call marker1.
88 (main): Call marker2 instead of marker1.
89
90 2003-02-04 Andrew Cagney <ac131313@redhat.com>
91
92 * gdb.disasm/mn10200.exp: Obsolete file.
93 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
94 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
95 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
96
97 2003-02-04 David Carlton <carlton@math.stanford.edu>
98
99 * gdb.c++/overload.exp: Test intToChar(1).
100 * gdb.c++/overload.cc (intToChar): New.
101 (main): Call intToChar.
102
103 2003-02-03 David Carlton <carlton@math.stanford.edu>
104
105 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
106 'might_kfail' arg.
107 KFAIL some of the continue_to_bp_overloaded calls, according to
108 PR c++/1025.
109
110 2003-02-01 Michael Chastain <mec@shout.net>
111
112 * gdb.base/advance.c (marker1): New marker function.
113 * gdb.base/advance.exp: When the 'advance' command lands on the
114 return breakpoint, it can legitimately stop on either the
115 current line or the next line. Accommodate both outcomes.
116 * gdb.base/until.exp: Likewise.
117
118 2003-02-02 Andrew Cagney <ac131313@redhat.com>
119
120 2002-11-10 Jason Molenda (jason-cl@molenda.com):
121 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
122 now a list, not a tuple.
123 * gdb.mi/mi-var-display.exp: Ditto.
124 * gdb.mi/gdb792.exp: Ditto.
125
126 2003-02-01 Andrew Cagney <ac131313@redhat.com>
127
128 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
129 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
130 stack backtraces.
131 * gdb.mi/mi-syn-frame.c: Part of same.
132
133 2003-02-01 Mark Kettenis <kettenis@gnu.org>
134
135 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
136 gdb.mi/mi1-pthreads.exp: Return instead of calling
137 gdb_suppress_entire_file.
138
139 2003-02-01 Mark Salter <msalter@redhat.com>
140
141 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
142
143 2003-01-31 Mark Salter <msalter@redhat.com>
144
145 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
146 Support empty arg.
147
148 2003-01-30 Michael Chastain <mec@shout.net>
149
150 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
151 This was a workaround for a UTF-8 bug in readline 4.3. The bug
152 has been fixed in gdb/readline on 2003-01-09.
153
154 2003-01-29 Michael Snyder <msnyder@redhat.com>
155
156 * gdb.base/args.exp: Skip if target does not support args passing.
157
158 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
159
160 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
161 gdb_test. Accept a list of expect arguments as the third
162 parameter.
163 (gdb_test): Use it.
164
165 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
166
167 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
168 allow for different test tree configurations. Update some
169 tescases accordingly.
170 * gdb.arch/altivec-regs.exp: Ditto.
171 * gdb.asm/asm-source.exp: Ditto.
172 * gdb.base/advance.exp: Ditto.
173 * gdb.base/display.exp: Ditto.
174 * gdb.base/long_long.exp: Ditto.
175 * gdb.base/mips_pro.exp: Ditto.
176 * gdb.base/overlays.exp: Ditto.
177 * gdb.base/relocate.exp: Ditto.
178 * gdb.base/setshow.exp: Ditto.
179 * gdb.base/step-line.exp: Ditto.
180 * gdb.base/step-test.exp: Ditto.
181 * gdb.base/until.exp: Ditto.
182 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
183
184 2003-01-17 David Carlton <carlton@math.stanford.edu>
185
186 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
187 corresponding to PR c++/945.
188 Update copyright.
189
190 2003-01-17 David Carlton <carlton@math.stanford.edu>
191
192 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
193 corresponding to PR c++/68.
194
195 2003-01-17 David Carlton <carlton@math.stanford.edu>
196
197 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
198 (test_paddr_hairy_functions): Call print_addr_2_kfail for
199 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
200
201 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
202
203 * gdb.base/break.exp: Fix change of default location, because of
204 removal of until tests.
205 * gdb.base/help.exp: Update test for new 'until' help message.
206 Add test for help on 'advance'.
207 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
208
209 2003-01-15 Mark Kettenis <kettenis@gnu.org>
210
211 * gdb.base/default.exp: Adapt "info float" test for recent changes
212 to that command. Add test for "info vector".
213 * gdb.base/float.exp: New file. Add test for "info float" that
214 resembles the old test in gdb.base/default.exp.
215
216 2003-01-15 David Carlton <carlton@math.stanford.edu>
217
218 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
219
220 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
221
222 * gdb.base/break.exp: Move the tests of until command from here...
223 * gdb.base/until.exp: ... to here. New file. Add other tests.
224 * gdb.base/advance.c: New file.
225 * gdb.base/advance.exp: New file.
226
227 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
228
229 * gdb.base/args.c: New file.
230 * gdb.base/args.exp: New file.
231
232 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
233
234 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
235
236 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
237
238 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
239
240 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
241
242 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
243 dates.
244
245 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
246
247 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
248
249 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
250
251 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
252 (ptype &*"foo").
253 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
254
255 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
256
257 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
258 * gdb.mi/mi1-console.exp: Likewise.
259
260 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
261
262 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
263 * gdb.mi/mi1-console.exp: Likewise.
264
265 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
266
267 * gdb.c++/overload.exp: Remove some fixed XFAILs.
268
269 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
270
271 * gdb.base/detach.exp: New test.
272
273 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
274
275 * Makefile.in (ALL_SUBDIRS): New variable.
276 (subdirs, clean, distclean): Use it.
277 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
278 regenerating Makefile, since it is generated from the top level.
279 * gdb.asm/Makefile.in: Likewise.
280 * gdb.base/Makefile.in: Likewise.
281 * gdb.c++/Makefile.in: Likewise.
282 * gdb.disasm/Makefile.in: Likewise.
283 * gdb.java/Makefile.in: Likewise.
284 * gdb.mi/Makefile.in: Likewise.
285 * gdb.threads/Makefile.in: Likewise.
286 * gdb.trace/Makefile.in: Likewise.
287
288 2003-01-09 David Carlton <carlton@math.stanford.edu>
289
290 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
291 Add copyright year 2003.
292
293 2003-01-06 Michael Chastain <mec@shout.net>
294
295 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
296 When selecting a thread, 'line' and 'file' are optional.
297 * gdb.mi/mi1-pthreads.exp: Likewise.
298
299 2003-01-06 Andreas Schwab <schwab@suse.de>
300
301 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
302 failures.
303
304 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
305
306 Fix PR gdb/844
307 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
308 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
309
310 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
311 instead of calling gdb_suppress_entire_file.
312 * gdb.threads/print-threads.exp: Likewise.
313 * gdb.threads/schedlock.exp: Likewise.
314
315 * gdb.threads/killed.exp: Return instead of calling
316 gdb_suppress_entire_file.
317 * gdb.threads/linux-dp.exp: Likewise.
318 * gdb.threads/pthreads.exp: Likewise.
319
320 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
321
322 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
323 stabs.
324 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
325 * gdb.base/whatis.exp: Always allow (void) after function names.
326
327 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
328
329 * gdb.c++/casts.exp: Correct regexp.
330
331 2003-01-04 Mark Kettenis <kettenis@gnu.org>
332
333 * configure.in: Call AC_CONFIG_HEADER. Don't call
334 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
335 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
336 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
337 aforementioned directories in the AC_OUPUT call.
338 * config.hin: New file.
339 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
340 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
341 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
342 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
343 pass -I$objdir instead of -I$objdir/$subdir in compilation.
344 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
345 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
346 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
347 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
348 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
349 gdb.threads/configure.in, gdb.threads/configure,
350 gdb.threads/config.in, gdb.trace/configure.in,
351 gdb.trace/configure: Removed.
352
353 2003-01-03 Michael Chastain <mec@shout.net>
354
355 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
356 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
357
358 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
359
360 * gdb.base/store.exp: Fix regular expressions.
361
362 2002-12-28 Mark Kettenis <kettenis@gnu.org>
363
364 * configure.in: Rewrite.
365 * configure: Regenerated.
366
367 2003-01-03 David Carlton <carlton@math.stanford.edu>
368
369 * gdb.base/psymtab.exp: New file.
370 * gdb.base/psymtab1.c: Ditto.
371 * gdb.base/psymtab2.c: Ditto.
372
373 2002-12-23 Adam Fedor <fedor@gnu.org>
374
375 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
376
377 2002-12-23 David Carlton <carlton@math.stanford.edu>
378
379 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
380 and current_directory initialization.
381
382 2002-12-22 Jim Blandy <jimb@redhat.com>
383
384 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
385 rather than as part of the output file name.
386
387 * gdb.base/attach.exp: There's no need to copy the test program to
388 /tmp; that was only ever necessary on HP/UX, and this test is
389 entirely disabled there anyway.
390
391 2002-12-21 Jim Blandy <jimb@redhat.com>
392
393 * gdb.c++/psmang.exp: Doc fix.
394
395 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
396 test.
397
398 2002-12-20 David Carlton <carlton@math.stanford.edu>
399
400 * gdb.c++/annota2.exp: KFAIL annotate-quit.
401
402 2002-12-18 Michael Chastain <mec@shout.net>
403
404 * gdb.c++/annota2.exp: Add copyright year 2002.
405
406 2002-12-17 David Carlton <carlton@math.stanford.edu>
407
408 * gdb.c++/try_catch.cc: Add marker comments.
409 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
410 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
411 * gdb.c++/m-static.cc: Ditto.
412 * gdb.c++/m-static1.cc: Ditto.
413 * gdb.c++/try_catch.cc: Ditto.
414
415 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
416
417 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
418 to see whether we are using the new -environment-directory
419 command which resets via -r or the old version of the command
420 which may prompt the user. Part of fix for gdb/741.
421
422 2002-12-13 Andrew Cagney <ac131313@redhat.com>
423
424 * gdb.fortran/types.exp: Update obsolete comment.
425 * gdb.fortran/exprs.exp: Ditto.
426 * lib/gdb.exp: Delete obsolete code.
427 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
428 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
429 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
430 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
431 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
432 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
433 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
434 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
435 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
436 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
437 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
438 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
439 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
440 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
441 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
442 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
443 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
444 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
445 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
446 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
447 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
448 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
449 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
450 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
451 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
452 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
453 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
454 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
455 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
456 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
457 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
458 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
459 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
460 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
461 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
462 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
463 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
464
465 2002-12-11 David Carlton <carlton@math.stanford.edu>
466
467 * gdb.c++/m-data.exp: Add test for members that shadow global
468 variables: see PR gdb/804.
469 * gdb.c++/m-data.cc: Ditto.
470
471 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
472
473 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
474
475 2002-12-06 David Carlton <carlton@math.stanford.edu>
476
477 * gdb.base/store.c: Don't declare functions static.
478
479 2002-12-04 Andrew Cagney <ac131313@redhat.com>
480
481 * gdb.base/store.exp, gdb.base/store.c: New files.
482
483 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
484
485 * gdb.base/selftest.exp: Update for current gdb.
486
487 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
488
489 * gdb.base/maint.exp: Only dump symbols from one source file
490 or objfile.
491
492 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
493
494 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
495 function call.
496
497 2002-11-25 Jim Blandy <jimb@redhat.com>
498
499 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
500 function appearing in error message.
501
502 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
503
504 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
505
506 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
507
508 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
509 for mi1 and current mi is in correct format. New mi startup message
510 should be in mi console format. This is part of fix for PR gdb/604.
511
512 2002-09-18 Fernando Nasser <fnasser@redhat.com>
513
514 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
515 which explicitly prints the zero offset as "+0".
516
517 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
518
519 * gdb.threads/schedlock.c (args): Make unsigned.
520
521 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
522
523 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
524 numbers. Allow "foo2|selected stack frame".
525 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
526 * gdb.asm/asmsrc2.s: Likewise.
527 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
528 comments.
529 * gdb.asm/mips.inc: New file.
530
531 2002-10-18 Adam Fedor <fedor@gnu.org>
532
533 * gdb.base/default.exp: Update expected output to include 'ObjC'.
534 * gdb.base/help.exp: Likewise.
535
536 2002-10-17 Kevin Buettner <kevinb@redhat.com>
537
538 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
539 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
540
541 2002-10-02 Jim Blandy <jimb@redhat.com>
542
543 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
544
545 2002-10-01 Andrew Cagney <ac131313@redhat.com>
546
547 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
548 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
549 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
550 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
551 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
552 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
553 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
554
555 2002-09-29 Andrew Cagney <ac131313@redhat.com>
556
557 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
558 * mi0-disassemble.exp, mi0-eval.exp: Delete.
559 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
560 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
561 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
562 * mi0-var-block.exp, mi0-var-child.exp: Delete.
563 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
564
565 2002-09-27 Kevin Buettner <kevinb@redhat.com>
566
567 * gdb.base/annota1.exp (info break): Make directory components of
568 path optional since not all compilers emit this debug information.
569
570 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
571 step ends up stepping out of the function instead of stopping on
572 the epilogue.
573
574 2002-09-26 Keith Seitz <keiths@redhat.com>
575
576 * lib/insight-support.exp (gdbtk_start): Figure out where
577 the insight executable is based on where gdb is. Use this
578 executable to start insight instead of gdb.
579
580 2002-09-25 Andrew Cagney <cagney@redhat.com>
581
582 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
583
584 2002-09-24 Andrew Cagney <ac131313@redhat.com>
585
586 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
587 test_isolated_complaints.
588 (test_empty_complaint): New function.
589 (test_empty_complaints): New function. Check no output when no
590 complaints.
591
592 2002-09-19 Jim Blandy <jimb@redhat.com>
593
594 * gdb.base/charset.exp, gdb.base/charset.c: New files.
595
596 2002-09-19 Andrew Cagney <ac131313@redhat.com>
597
598 * gdb.gdb/complaints.exp: New file.
599
600 2002-09-18 Andrew Cagney <ac131313@redhat.com>
601
602 * gdb.base/maint.exp: Check `help maint internal-warning'.
603
604 2002-09-18 David Carlton <carlton@math.stanford.edu>
605
606 * gdb.c++/m-static.exp: Remove breakpoints depending on line
607 numbers, and replace them by a single breakpoint after the
608 constructors are all finished.
609 Add test 4.
610 * gdb.c++/m-static.cc: Add test 4.
611 * gdb.c++/m-static.h: New file.
612 * gdb.c++/m-static1.cc: New file.
613
614 * gdb.c++/printmethod.exp: New file.
615 * gdb.c++/printmethod.cc: New file.
616
617 * gdb.c++/pr-574.exp: New file.
618 * gdb.c++/pr-574.cc: New file.
619
620 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
621
622 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
623 embedded targets which never actually exit.
624
625 2002-09-18 Fernando Nasser <fnasser@redhat.com>
626
627 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
628 "don't step after run" as unresolved or unsupported, instead of xfail.
629
630 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
631
632 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
633 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
634 Add newline to expected string in "step out of main (status wrapper)"
635 case.
636
637 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
638
639 * lib/gdb.exp (rerun_to_main): Allow restarting application.
640 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
641
642 2002-09-17 Tom Tromey <tromey@redhat.com>
643
644 * gdb.base/printcmds.exp (test_print_string_constants): Expect
645 \000, not \0, in double-quoted string.
646
647 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
648
649 * gdb.base/command.exp: Don't expect a "Program exited normally"
650 string after running the commands execution on breakpoint tests.
651
652 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
653
654 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
655
656 2002-09-12 Joel Brobecker <brobecker@gnat.com>
657
658 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
659
660 2002-09-10 Keith Seitz <keiths@redhat.com>
661
662 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
663 runto proc.
664 (mi_run_to_main): Use mi_runto.
665 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
666
667 2002-09-10 Keith Seitz <keiths@redhat.com>
668
669 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
670 regexp for stopping at main. Could have multiple event notifications.
671 Don't assume that main was declared with no parameters.
672 (mi_next): Use mi_step_to.
673 (mi_step): Use mi_next_to.
674
675 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
676
677 * gdb.base/default.exp: Fix expected string in `info float' test.
678
679 2002-09-09 Ben Elliston <bje@redhat.com>
680
681 * config/mips.exp: Update comments.
682 * config/mips-idt.exp: Likewise.
683 * config/nind.exp: Likewise.
684 * config/slite.exp: Likewise.
685 * config/sparclet.exp: Likewise.
686 * config/udi.exp: Likewise.
687 * config/vx.exp: Likewise.
688 * config/vxworks29k.exp: Likewise.
689
690 2002-09-05 Jim Blandy <jimb@redhat.com>
691
692 * gdb.threads/killed.exp: Fix test failure message.
693
694 2002-09-04 Keith Seitz <keiths@redhat.com>
695
696 * lib/mi-support.exp: Update copyright.
697 (mi_gdb_test): Increase the priority of the expected pattern
698 so that it matches gdb_test.
699
700 2002-09-03 Keith Seitz <keiths@redhat.com>
701
702 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
703 Use integer comparison instead of string comparison for testing
704 whether binary was built.
705
706 2002-09-03 Jim Blandy <jimb@redhat.com>
707
708 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
709
710 2002-08-29 Jim Blandy <jimb@redhat.com>
711
712 * gdb.threads/pthreads.exp: Move the portable thread compilation
713 code into a function in lib/gdb.exp, and call that from here.
714 * lib/gdb.exp (gdb_compile_pthreads): New function.
715
716 2002-08-29 Keith Seitz <keiths@redhat.com>
717
718 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
719 expect_out so that callers can get at it.
720
721 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
722
723 * gdb.threads/print-threads.c: New file.
724 * gdb.threads/print-threads.exp: New file.
725 * gdb.threads/schedlock.c: New file.
726 * gdb.threads/schedlock.exp: New file.
727
728 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
729
730 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
731 not altivec.c.
732
733 2002-08-17 Mark Kettenis <kettenis@gnu.org>
734
735 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
736 targets. The problem should be fixed now.
737
738 2002-08-15 Mark Kettenis <kettenis@gnu.org>
739
740 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
741 2002-07-24 change that removes final dots from error messages.
742
743 2002-08-13 Tom Tromey <tromey@redhat.com>
744
745 * gdb.base/readline.exp: New file.
746
747 2002-08-01 Andrew Cagney <ac131313@redhat.com>
748
749 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
750 supress message.
751
752 2002-08-01 Andrew Cagney <cagney@redhat.com>
753
754 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
755 CHILL_FOR_TARGET and CHILL_LIB.
756 * configure.in (configdirs): Remove gdb.chill.
757 * configure: Regenerate.
758 * lib/gdb.exp: Obsolete references to chill.
759 * gdb.fortran/types.exp: Ditto.
760 * gdb.fortran/exprs.exp: Ditto.
761
762 2002-07-30 Kevin Buettner <kevinb@redhat.com>
763
764 * gdb.base/shlib-call.exp (additional_flags): Conditionally
765 set Irix-specific compile and link flags.
766
767 2002-07-29 Kevin Buettner <kevinb@redhat.com>
768
769 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
770 source files. The ``-o'' option doesn't work with the ``-E'' option
771 when using the Irix compiler.
772
773 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
774
775 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
776 Improve support for reusing an exec file. Copy exec file
777 to target, and run gdbserver on the target instead of on the host.
778
779 2002-07-18 Jim Blandy <jimb@redhat.com>
780
781 * gdb.base/ending-run.exp: Don't expect to see the program end in
782 some orderly fashion when we're running on a real stand-alone
783 board.
784
785 * gdb.base/interrupt.exp: Correct logic for skipping tests on
786 targets that don't support interrupts.
787
788 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
789
790 * gdb.base/attach.exp: Add patterns to match output from /proc-based
791 systems.
792 Move comments in expect statements to inside the actions, so that they
793 don't get matched against.
794
795 2002-07-10 Mark Kettenis <kettenis@gnu.org>
796
797 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
798 function when asleep" test.
799
800 2002-07-10 Andrew Cagney <ac131313@redhat.com>
801
802 * gdb.base/page.exp: Rewrite to handle problems with very long
803 `info set' output. Update copyright.
804
805 2002-06-26 Andrew Cagney <ac131313@redhat.com>
806
807 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
808 gdb.threads-hp.
809 * gdb.hp/configure: Regenerate.
810 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
811 * gdb.hp/gdb.threads-hp/configure: Delete file.
812 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
813
814 2002-06-22 Andrew Cagney <ac131313@redhat.com>
815
816 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
817 setlocale, bindtextdomain and textdomain.
818
819 2002-06-11 Jim Blandy <jimb@redhat.com>
820
821 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
822 preprocessor macro information is present.
823
824 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
825 tests.
826
827 2002-06-06 Michael Snyder <msnyder@redhat.com>
828
829 * gdb.base/overlays.exp: Record addresses of overlay
830 functions in TCL variables rather than in GDB variables,
831 to avoid having GDB convert them to pointers (with loss
832 of information).
833
834 * gdb.base/d10v.ld: Merge in several years worth of
835 default linker script changes.
836 * gdb.base/long_long.exp: Add check for sizeof (long double).
837
838 2002-06-06 Michal Ludvig <mludvig@suse.cz>
839
840 * gdb.asm/asm-source.exp: Add x86-64 target.
841 * gdb.asm/x86_64.inc: New.
842
843 2002-05-30 Michael Chastain <mec@shout.net>
844
845 From Benjamin Kosnik <bkoz@redhat.com>:
846 * gdb.c++/m-static.cc: New file.
847 * gdb.c++/m-static.exp: New file.
848
849 2002-05-28 Michael Snyder <msnyder@redhat.com>
850
851 * gdb.base/call-ar-st.exp: Allow for reduced floating point
852 precision.
853
854 2002-05-27 Michael Chastain <mec@shout.net>
855
856 From Benjamin Kosnik <bkoz@redhat.com>:
857 * gdb.c++/m-data.cc: New file.
858 * gdb.c++/m-data.exp: New file.
859
860 2002-05-27 Michael Chastain <mec@shout.net>
861
862 From Benjamin Kosnik <bkoz@redhat.com>:
863 * gdb.c++/try_catch.cc: New file.
864 * gdb.c++/try_catch.exp: New file.
865
866 2002-05-27 Michael Chastain <mec@shout.net>
867
868 * gdb.c++/local.exp: Accept more nested types in output.
869
870 2002-05-26 Michael Chastain <mec@shout.net>
871
872 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
873
874 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
875
876 * lib/gdb.exp (gdb_wrapper_init): Just because
877 gdb_wrapper_file exists, this does not mean that the file
878 should not be rebuilt. That is what gdb_wrapper_initialized
879 is for.
880 (default_gdb_init): Reset gdb_wrapper_initialized.
881
882 2002-05-23 Michael Snyder <msnyder@redhat.com>
883
884 * gdb.base/all-bin.exp: Revise previous patch by just reducing
885 the precision of the floating point test results.
886 * gdb.base/call-rt-st.exp: Ditto.
887
888 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
889 * gdb.base/call-rt-st.exp: Ditto.
890
891 2002-05-19 Michael Chastain <mec@shout.net>
892
893 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
894
895 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
896
897 * configure.in (configdirs): Add gdb.arch.
898 * configure: Regenerate.
899
900 2002-05-17 Jim Blandy <jimb@redhat.com>
901
902 * gdb.base/completion.exp: Recognize the more detailed error
903 messages produced by the macro expander's lexical analyzer.
904
905 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
906
907 * gdb.arch/altivec-abi.c: New file.
908 * gdb.arch/altivec-abi.exp: New file.
909 * gdb.arch/altivec-regs.c: New file.
910 * gdb.arch/altivec-regs.exp: New file.
911
912 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
913
914 * gdb.base/maint.exp (maint print type): Update for new type
915 structure.
916
917 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
918
919 * gdb.arch: New directory.
920 * gdb.arch/configure.in: New file.
921 * gdb.arch/configure: New file.
922 * gdb.arch/Makefile.in: New file.
923
924 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
925
926 * gdb.asm/asm-source.exp: Add v850 as supported target.
927 * gdb.asm/v850.inc: New file.
928
929 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
930
931 * gdb.c++/annota2.exp (annotate-quit): Add comment.
932
933 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
934
935 * gdb.base/break.exp: Check 'break "marker2"'.
936
937 2002-05-10 Michael Snyder <msnyder@redhat.com>
938
939 * gdb.base/long_long.exp: Fix typo.
940
941 2002-05-10 Jim Blandy <jimb@redhat.com>
942
943 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
944 a bug.
945
946 * gdb.base/printcmds.exp (test_integer_literals_rejected):
947 Recognize more detailed error message produced by the macro
948 expander's lexical analyzer.
949 * lib/gdb.exp (test_print_reject): Same.
950
951 2002-05-09 Mark Kettenis <kettenis@gnu.org>
952
953 * gdb.c++/method.exp: Fix typo.
954
955 2002-05-08 Michael Snyder <msnyder@redhat.com>
956
957 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
958 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
959 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
960 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
961 Add iftarget clause for strongarm.
962
963 2002-05-06 Michael Snyder <msnyder@redhat.com>
964
965 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
966 (gdb_continue_to_end): Accept output from status wrapper.
967 * gdb.base/ending-run.exp: Add case for output from status wrapper.
968 Clean up fail messages to match pass messages.
969
970 Enable the "needs_status_wrapper" testsuite feature.
971 * lib/gdb.exp (gdb_wrapper_init): New procedure.
972 (gdb_compile): Conditionally call gdb_wrapper_init.
973 * gdb.base/a2-run.exp: Recognize output from status wrapper.
974 * gdb.c++/method.exp: Recognize output from status wrapper.
975
976 2002-05-06 Ben Elliston <bje@redhat.com>
977 From Graydon Hoare <graydon@redhat.com>
978
979 * config/sid.exp: Include support for "rawsid" protocol.
980
981 2002-05-03 Jim Blandy <jimb@redhat.com>
982
983 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
984 * gdb.c++/hang3.C: New file.
985
986 2002-05-04 Andrew Cagney <ac131313@redhat.com>
987
988 * gdb.base/default.exp: Remove obsolete code.
989 * gdb.c++/misc.exp: Ditto. Update copyright.
990 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
991 * gdb.base/whatis.exp: Ditto. Update copyright.
992 * gdb.base/scope.exp: Ditto. Update copyright.
993 * gdb.base/ptype.exp: Ditto. Update copyright.
994 * gdb.base/printcmds.exp: Ditto. Update copyright.
995 * gdb.base/opaque.exp: Ditto. Update copyright.
996 * gdb.base/list.exp: Ditto.
997 * gdb.base/funcargs.exp: Ditto. Update copyright.
998 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
999 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
1000 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
1001 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
1002 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
1003 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
1004
1005 2002-05-02 Michael Snyder <msnyder@redhat.com>
1006
1007 * gdb.base/watchpoint.exp: Add xscale target.
1008 * gdb.base/long_long.exp: Add xscale target.
1009 * gdb.base/default.exp: Add xscale target.
1010
1011 2002-05-01 Jim Blandy <jimb@redhat.com>
1012
1013 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
1014 gdb.c++/hang.exp: New test.
1015
1016 2002-05-01 Fred Fish <fnf@redhat.com>
1017
1018 * gdb.base/completion.exp: Handle completions of "./Make" for
1019 more than one completion possibility, as is the case when we
1020 build and test in the source tree.
1021
1022 2002-04-29 Anthony Green <green@redhat.com>
1023
1024 * gdb.java/jmisc1.exp: New file.
1025 * gdb.java/jmisc2.exp: New file.
1026
1027 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
1028
1029 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
1030
1031 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
1032
1033 * gdb.base/help.exp: Change 'help status' to allow for target
1034 dependent output differences.
1035
1036 2002-04-22 Michael Chastain <mec@shout.net>
1037
1038 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
1039
1040 2002-04-22 Michael Chastain <mec@shout.net>
1041
1042 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
1043
1044 2002-04-17 David S. Miller <davem@redhat.com>
1045
1046 * gdb.asm/sparc64.inc: New file.
1047 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
1048
1049 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
1050
1051 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
1052 instruction file directly into the build tree. Clean up at end of
1053 test.
1054
1055 2002-04-18 David S. Miller <davem@redhat.com>
1056
1057 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
1058 handle 64-bit platforms correctly.
1059 * gdb.base/maint.exp: Likewise.
1060
1061 2002-04-18 Kevin Buettner <kevinb@redhat.com>
1062
1063 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
1064 ``-fpic'' when compiling files comprising a shared library, but
1065 it does need additional linker flags in order to find shared
1066 libraries at run time.
1067
1068 2002-04-18 Kevin Buettner <kevinb@redhat.com>
1069
1070 * gdb.base/cvexpr.c (use): New function.
1071 (main): Invoke use() on all global variables to prevent
1072 some linkers from deleting these otherwise unused symbols.
1073
1074 2002-04-17 Michael Chastain <mec@shout.net>
1075 From David S. Miller <davem@redhat.com>
1076
1077 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
1078 handle 64-bit platforms correctly.
1079
1080 2002-04-12 Michael Snyder <msnyder@redhat.com>
1081 From Jim Blandy <jimb@redhat.com>
1082 * gdb.base/foo.c (foox): Remove section attribute; the linker
1083 script can handle this instead.
1084 * gdb.base/bar.c (barx): Same.
1085 * gdb.base/baz.c (bazx): Same.
1086 * gdb.base/grbx.c (grbxx): Same.
1087
1088 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
1089 manager doesn't automatically unmap overlays unnecessarily.
1090
1091 2002-04-10 Martin M. Hunt <hunt@redhat.com>
1092
1093 * gdb.base/ending-run.exp: Fix pattern for Mips targets
1094 stepping out of main.
1095
1096 2002-04-09 Michael Chastain <mec@shout.net>
1097
1098 * gdb.c++/local.cc (main): Move call to marker1() inside nested
1099 scope so that the nested scope tests will make sense.
1100 * gdb.c++/local.exp: Write patterns that actually work with gcc
1101 (the HP patterns "were never known to work with gcc").
1102 Keep the old aCC patterns too.
1103
1104 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
1105
1106 * gdb.base/attach.exp: Correct target board test.
1107
1108 2002-04-08 Michael Chastain <mec@shout.net>
1109
1110 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
1111 in a const method. Add some xfail and fail cases for configurations
1112 that do not emit the "const ...".
1113
1114 2002-04-07 Michael Chastain <mec@shout.net>
1115
1116 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
1117 Accept "A * const" and "const A * const" as type of "this".
1118 Fix spelling of getFunky throughout. Make messages uniform.
1119
1120 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
1121
1122 Work around for PR gdb/285:
1123 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
1124
1125 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
1126
1127 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
1128 instructions file at run time instead of configure time.
1129 Sometimes we run the test in a directory that is not the one we
1130 configured in.
1131 * gdb.asm/configure.in: Delete creation of symlink.
1132 * gdb.asm/configure: Regenerate.
1133
1134 2002-04-05 J. Brobecker <brobecker@gnat.com>
1135
1136 * gdb.gdb/xfullpath.exp: New test, to exercise the new
1137 xfullpath () function.
1138
1139 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
1140
1141 * gdb.asm/Makefile.in: Correct dependencies.
1142
1143 * gdb.asm/powerpc.inc: New file.
1144 * gdb.asm/asm-source.exp: Add PowerPC.
1145 * gdb.asm/configure.in: Likewise.
1146 * gdb.asm/configure: Regenerated.
1147
1148 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
1149
1150 * gdb.base/relocate.exp: New file.
1151 * gdb.base/relocate.c: New file.
1152
1153 2002-04-04 Fred Fish <fnf@redhat.com>
1154
1155 * gdb.base/step-test.exp: Update comment regarding stopping in
1156 memcpy/bcopy calls inserted as part of the compiler runtime.
1157
1158 2002-04-04 Michael Snyder <msnyder@redhat.com>
1159
1160 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
1161
1162 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
1163
1164 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
1165 (gdb_expect): Remove $notransfer hack.
1166
1167 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
1168
1169 * gdb.c++/classes.exp ("calling method for small class"): Match
1170 updated register output.
1171
1172 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
1173
1174 Fix PR gdb/452
1175 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
1176 when finished. Make gdb_file_cmd send "exec-file" when
1177 appropriate.
1178
1179 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
1180
1181 * gdb.base/attach.exp: Remove extra setup_xfail.
1182
1183 2002-03-26 Michael Snyder <msnyder@redhat.com>
1184
1185 * gdb.base/default.exp: Add tests for dump, append, and restore.
1186 * gdb.base/help.exp: Add tests for dump, append, and restore.
1187 * gdb.base/dump.exp: New file, test dump, append and restore.
1188 * gdb.base/dump.c: New file.
1189
1190 2002-03-27 Michael Snyder <msnyder@redhat.com>
1191
1192 * gdb.base/help.exp: Modify expect strings to reflect
1193 clean-ups in help messages.
1194
1195 2002-03-26 Fred Fish <fnf@redhat.com>
1196
1197 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
1198 have debugging info for those functions and the compiler uses them
1199 internally to copy structs around.
1200
1201 2002-03-26 Fred Fish <fnf@redhat.com>
1202
1203 * gdb.base/list.exp: Revert the change made yesterday and add note
1204 about why we don't list the default lines for remote targets.
1205
1206 2002-03-25 Michael Snyder <msnyder@redhat.com>
1207
1208 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
1209
1210 2002-03-25 Fred Fish <fnf@redhat.com>
1211
1212 * gdb.base/list.exp: This test works on remote targets so remove
1213 the short circuit for remote targets. Update copyright.
1214
1215 2002-03-25 Fred Fish <fnf@redhat.com>
1216
1217 * gdb.base/attach.exp: Fix logic error that was suppressing this
1218 test for all non hppa*-*-hpux* targets, instead of the hp target.
1219 Move comments closer to the suppression point. Also now need to
1220 check that we are running natively.
1221
1222 2002-03-22 Michael Snyder <msnyder@redhat.com>
1223
1224 * gdb.base/default.exp: Add test for gcore. Update copyright.
1225 * gdb.base/help.exp: Add test for gcore. Update copyright.
1226
1227 2002-03-06 Fred Fish <fnf@redhat.com>
1228
1229 * gdb.base/funcargs.c: Remove extraneous ';' character.
1230 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
1231
1232 2002-03-04 Michael Chastain <mec@shout.net>
1233
1234 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
1235 accommodate gcc v3 function signature.
1236 * gdb.mi/mi0-var-cmd-exp: Ditto.
1237
1238 2002-02-24 Andrew Cagney <ac131313@redhat.com>
1239
1240 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
1241 ``GNU/Linux'' or ``Linux kernel''
1242 * testsuite/gdb.threads/pthreads.c: Ditto.
1243
1244 2002-02-24 Michael Chastain <mec@shout.net>
1245
1246 * gdb.threads/pthreads.c (thread1): Add a return statement.
1247 (thread2): Likewise.
1248 (foo): Likewise.
1249
1250 2002-02-23 Michael Chastain <mec@shout.net>
1251
1252 * gdb.threads/linux-dp.c (philosopher): Add a return statement
1253 to placate gcc.
1254
1255 2002-02-23 Michael Chastain <mec@shout.net>
1256
1257 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
1258 test "ptype bint". The test passes on all my stabs configurations.
1259
1260 2002-02-21 Jim Blandy <jimb@redhat.com>
1261
1262 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
1263 filename at a time, and watch for the ones we want to see.
1264
1265 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
1266 types of pointers to prototyped functions.
1267
1268 2002-02-20 Andrew Cagney <ac131313@redhat.com>
1269
1270 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
1271 signed, unsigned and straight char.
1272 (padding_char, padding_short, padding_int, padding_long,
1273 padding_long_long, padding_float, padding_double,
1274 padding_long_double): New global variables.
1275 (fill, fill_structs): New functions.
1276
1277 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
1278 for correctly sized writes. Update copyright.
1279 (get_valueof): New procedure.
1280 (get_sizeof): Call get_valueof.
1281 (check_valueof): New procedure.
1282 (check_padding): New procedure.
1283
1284 2002-02-20 Michael Chastain <mec@shout.net>
1285
1286 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
1287 to setup_xfail. Document some of the remaining calls.
1288
1289 2002-02-18 Michael Chastain <mec@shout.net>
1290
1291 * gdb.c++/userdef.exp: Update copyright year.
1292
1293 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
1294
1295 * gdb.c++/userdef.exp: Test overloaded operators properly.
1296 Remove xfails.
1297
1298 2002-02-14 Michael Snyder <msnyder@redhat.com>
1299
1300 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
1301
1302 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
1303
1304 * gdb.base/a2-run.exp: Check for a remote target properly.
1305 * gdb.base/annota1.exp: Likewise.
1306 * gdb.base/list.exp: Likewise.
1307 * gdb.base/reread.exp: Likewise.
1308 * gdb.base/scope.exp: Likewise.
1309 * gdb.base/shlib-call.exp: Likewise.
1310 * gdb.base/term.exp: Likewise.
1311 * gdb.c++/annota2.exp: Likewise.
1312
1313 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
1314
1315 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
1316
1317 2002-02-10 Michael Chastain <mec@shout.net>
1318
1319 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
1320 (call_after_alloca): Ditto.
1321
1322 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1323
1324 * gdb.base/ending-run.exp: Guard "cont" test with
1325 gdb_skip_stdio_test.
1326
1327 2002-02-06 Jim Blandy <jimb@redhat.com>
1328
1329 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
1330 from here...
1331 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
1332 To here. Disable this test on non-HP platforms. Add big comment.
1333
1334 2002-02-04 Michael Snyder <msnyder@redhat.com>
1335
1336 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
1337 other than d10v and m32r.
1338
1339 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
1340
1341 * gdb.base/default.exp: Rewrite test patterns to reduce time
1342 taken to match them.
1343
1344 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1345
1346 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
1347 Allow a start function above main.
1348 * gdb.threads/linux-dp.exp: Fix copyright date.
1349
1350 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1351
1352 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
1353 (check_philosopher_stack): Check for manager thread before checking
1354 for a just-starting thread.
1355
1356 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1357
1358 From Neil Booth <neil@daikokuya.demon.co.uk>:
1359 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
1360 warnings.
1361
1362 2002-01-21 Fred Fish <fnf@redhat.com>
1363
1364 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
1365 not caller.
1366
1367 2002-01-21 Jim Blandy <jimb@redhat.com>
1368
1369 * gdb.base/reread.exp: Check that GDB properly re-reads the
1370 executable file when it changes while no inferior is running.
1371
1372 2002-01-21 Fred Fish <fnf@redhat.com>
1373
1374 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
1375 optionally accept the "shlib events" variation.
1376
1377 2002-01-21 Jim Blandy <jimb@redhat.com>
1378
1379 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
1380 call `fflush' after every `printf', so that the output is produced
1381 at predictable points, regardless of whatever buffering does (or
1382 doesn't) take place.
1383 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
1384 at different points.
1385
1386 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1387
1388 * gdb.c++/inherit.exp: Update copyright years.
1389 * gdb.c++/method.exp: Likewise.
1390
1391 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1392
1393 * gdb.c++/classes.exp: Update for improved v3 support and skipping
1394 artificial methods/arguments.
1395 * gdb.c++/derivation.exp: Likewise.
1396 * gdb.c++/inherit.exp: Likewise.
1397 * gdb.c++/method.exp: Likewise.
1398 * gdb.c++/virtfunc.exp: Likewise.
1399
1400 2002-01-18 Andrew Cagney <ac131313@redhat.com>
1401
1402 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
1403 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
1404 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
1405 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
1406 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
1407 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
1408
1409 2002-01-17 Jim Blandy <jimb@redhat.com>
1410
1411 * gdb.asm/asm-source.exp (info symbol): Take another shot at
1412 anchoring the pattern matching the entry point symbol's name.
1413
1414 2002-01-17 Andrew Cagney <ac131313@redhat.com>
1415
1416 * gdb.base/maint.exp: Update ``maint internal-error'' to match
1417 continue/quit query. Update copyright.
1418
1419 2002-01-14 Michael Snyder <msnyder@redhat.com>
1420
1421 * gdb.base/gcore.exp: Remove extra debugging output.
1422
1423 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1424
1425 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
1426 for slightly dubious v2 mangled string.
1427
1428 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1429
1430 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
1431
1432 2002-01-10 Jason Merrill <jason@redhat.com>
1433
1434 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
1435
1436 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
1437 constructors.
1438 * gdb.c++/derivation.exp: Likewise.
1439 * gdb.c++/templates.exp: Likewise.
1440 * gdb.c++/virtfunc.exp: Likewise.
1441
1442 2002-01-10 Michael Snyder <msnyder@redhat.com>
1443
1444 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
1445
1446 2002-01-08 Michael Snyder <msnyder@redhat.com>
1447
1448 * gdb.base/gcore.exp: New test for generate-core-file command.
1449 * gdb.base/gcore.c: Testcase for above.
1450 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
1451
1452 2002-01-08 Jason Merrill <jason@redhat.com>
1453
1454 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
1455
1456 2002-01-07 Fred Fish <fnf@redhat.com>
1457
1458 * gdb.c++/overload.exp: Remove unconditional xfails for:
1459 print foo_instance1.overloadargs(1)
1460 print foo_instance1.overloadargs(1, 2)
1461 print foo_instance1.overloadargs(1, 2, 3)
1462 print foo_instance1.overloadargs(1, 2, 3, 4)
1463 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
1464 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
1465 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
1466 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
1467 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
1468 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1469 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
1470 print foo_instance1.overload1arg()
1471 print foo_instance1.overload1arg((char)arg2)
1472 print foo_instance1.overload1arg((signed char)arg3)
1473 print foo_instance1.overload1arg((unsigned char)arg4)
1474 print foo_instance1.overload1arg((int)arg7)
1475 print foo_instance1.overload1arg((unsigned int)arg8)
1476 print foo_instance1.overload1arg((float)arg11)
1477 print foo_instance1.overload1arg((double)arg12)
1478
1479 2002-01-07 Michael Snyder <msnyder@redhat.com>
1480
1481 * gdb.base/huge.exp: New test. Print a very large target data object.
1482 (skip_huge_test): New test variable. Define if you want to skip this
1483 test. The test reads an 8 megabyte data object from the target, so it
1484 might be very time consuming on remote targets with a slow connection.
1485 * gdb.base/huge.c: New file. Test case for above.
1486
1487 2002-01-07 Fred Fish <fnf@redhat.com>
1488
1489 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
1490 g_instance.bfoo, and g_instance.cfoo.
1491
1492 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
1493
1494 * gdb.base/break.c (multi_line_if_conditional): New function.
1495 (multi_ilne_while_conditional): Likewise.
1496 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
1497 IF or WHILE condition puts the breakpoint at the start of
1498 the condition.
1499
1500 * gdb.base/selftest.exp (backtrace through signal handler): Remove
1501 hppa*-*-hpux* expected failure.
1502 * gdb.base/structs.exp (do_function_calls): Similarly.
1503
1504 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
1505 watchpoints.
1506
1507 2002-01-06 Andrew Cagney <ac131313@redhat.com>
1508
1509 Fix PR gdb/66.
1510 * gdb.base/structs.exp: Replace skip for a29k with skip for
1511 gdb,cannot_call_functions.
1512 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
1513 * gdb.base/callfuncs.exp: Ditto.
1514 * gdb.base/call-rt-st.exp: Ditto.
1515 * gdb.base/call-strs.exp: Ditto.
1516 * gdb.base/callfwmall.exp: Ditto.
1517 * gdb.base/scope.exp: Obsolete xfail a29k.
1518 * gdb.c++/misc.exp: Ditto.
1519 * gdb.c++/cplusfuncs.exp: Ditto.
1520 * gdb.base/ptype.exp: Ditto.
1521 * gdb.base/printcmds.exp: Ditto.
1522 * gdb.base/opaque.exp: Ditto.
1523 * gdb.base/list.exp: Ditto.
1524 * gdb.base/funcargs.exp: Ditto.
1525 * gdb.base/default.exp: Ditto.
1526
1527 2002-01-04 Michael Snyder <msnyder@redhat.com>
1528
1529 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
1530 * gdb.base/maint.exp: Add tests for maint info sections options.
1531
1532 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
1533
1534 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
1535
1536 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
1537
1538 * gdb.asm/arm.inc: New file.
1539 * gdb.asm/asm-source.exp: Add arm targets.
1540 * gdb.asm/configure.in: Ditto.
1541 * gdb.asm/configure: Recreated from configure.in.
1542
1543 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
1544
1545 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
1546 with HP's compiler.
1547 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
1548 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
1549 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
1550 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
1551
1552 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
1553 either HP's compilers or GCC.
1554
1555 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
1556 a SIGBUS or SIGSEGV.
1557
1558 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
1559
1560 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
1561 can be compiled with either HP's compiler or GCC.
1562
1563 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
1564 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
1565 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
1566
1567 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
1568 to match current gdb output. Update due to using auto-solib-limit
1569 for limiting instead of overloading auto-solib-add.
1570 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
1571 test program.
1572
1573 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
1574 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
1575 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1576 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
1577 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
1578 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1579 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
1580 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
1581 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
1582 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
1583 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
1584 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
1585 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
1586
1587 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
1588 a SIGTRAP to the inferior.
1589
1590 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
1591
1592 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
1593 Substitute call to target_link by call to gdb_compile.
1594
1595 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
1596
1597 * gdb.base/break.exp: Fix HP specific search string when testing
1598 backtracing in a called function.
1599
1600 * gdb.base/constvars.exp: Only set lang to C++ if we're
1601 compiling the test with HP's compilers.
1602 * gdb.base/volatile.exp: Similarly.
1603
1604 2001-12-19 Jim Blandy <jimb@redhat.com>
1605
1606 * gdb.base/printcmds.exp: Expect the null character to be printed
1607 as '\0', and the '\013' to be printed as '\v'.
1608 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
1609 * gdb.base/setvar.exp: Same.
1610
1611 2001-12-17 Jim Blandy <jimb@redhat.com>
1612
1613 * gdb.base/completion.exp: Rather than completing very long
1614 filenames, which can make the readline library produce output we
1615 don't recognize, cd to the directory first, and then complete
1616 using nice, short relative paths.
1617
1618 * gdb.base/completion.exp: On some systems, there is, in fact, a
1619 variable named `b' in scope, since GDB treats all static
1620 variables as being in scope. So use `no_var_named_this'
1621 instead of `b'.
1622
1623 * gdb.base/corefile.exp: Recognize the message saying that GDB
1624 can't find the core file's registers as a failure.
1625
1626 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
1627
1628 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
1629 test expect string more specific.
1630
1631 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
1632
1633 * gdb.asm/asm-source.exp: Add support for xstormy16.
1634 * gdb.asm/configure.in: Ditto.
1635 * gdb.asm/configure: Rebuild.
1636 * gdb.asm/xstormy16.inc: New file.
1637
1638 2001-12-10 Fred Fish <fnf@redhat.com>
1639
1640 * gdb.base/maint.exp: Update to match changes in type dumping code.
1641
1642 2001-12-10 Jim Blandy <jimb@redhat.com>
1643
1644 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
1645 matching the entry point symbol's name at the beginning of the
1646 line.
1647
1648 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
1649
1650 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
1651 gdb.c++/inherit.exp, gdb.c++/method.exp,
1652 gdb.c++/namespace.exp, gdb.c++/templates.exp,
1653 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
1654 and class layout support.
1655
1656 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
1657
1658 * gdb.c++/classes.exp: Add test for static member function.
1659 * gdb.c++/misc.cc: Add class with static member function.
1660
1661 2001-12-07 Jim Blandy <jimb@redhat.com>
1662
1663 If GDB says it can't find the struct the function returned, report
1664 those tests as `unsupported'.
1665 * gdb.base/call-rt-st.exp (print_struct_call): New function.
1666 Rewrite subsequent tests to use it.
1667
1668 If GDB says it can't find the struct the function returned, report
1669 those tests as `unsupported'.
1670 * gdb.base/structs.exp (call_struct_func): New function.
1671 (do_function_calls): Use call_struct_func to call the functions
1672 returning structs.
1673
1674 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
1675 whether functions are prototyped or not, so we can't possibly pass
1676 arguments to t_float_values2 properly.
1677
1678 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
1679 value of `timeout' for targets other than the mips*tx39-*.
1680
1681 2001-12-06 Michael Snyder <msnyder@redhat.com>
1682
1683 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
1684 and detect whether the start symbol has a leading underscore.
1685
1686 2001-12-04 Jim Blandy <jimb@redhat.com>
1687
1688 * gdb.base/completion.exp: Clarify indentation.
1689
1690 2001-12-03 Jim Blandy <jimb@redhat.com>
1691
1692 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
1693 variables on the S/390, not `.word'.
1694
1695 2001-11-30 Jim Blandy <jimb@redhat.com>
1696
1697 Add assembly-source tests for s390-ibm-linux.
1698 * gdb.asm/s390.inc: New file.
1699 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
1700 the S/390 architecture.
1701 * gdb.asm/configure: Regenerated.
1702
1703 2001-11-30 Michael Snyder <msnyder@redhat.com>
1704
1705 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
1706 next, info source, info sources, info line, global and static
1707 variables, and static functions.
1708 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
1709 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
1710 * gdb.asm/asmsrc1.s: Add a static function and some variables.
1711 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
1712 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
1713 (gdbasm_leave): Restore frame pointer.
1714 (gdbasm_startup): Copy stack set-up from crt0.S.
1715
1716 2001-11-26 Fernando Nasser <fnasser@redhat.com>
1717
1718 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
1719 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
1720 to a local (non-static) variable. Copy tstruct.a to a static buffer
1721 and return a pointer to that buffer.
1722 * gdb.base/callfwmall.c (t_structs_a): Ditto.
1723
1724 2001-11-24 Mark Kettenis <kettenis@gnu.org>
1725
1726 * gdb.asm/configure.in: Fix recognition of ix86 target.
1727 * gdb.asm/configure: Regenerate.
1728
1729 2001-11-21 Michael Snyder <msnyder@redhat.com>
1730
1731 * gdb.asm/sparc.inc: New file.
1732 * gdb.asm/asm-source.exp: Recognize sparc target.
1733 * gdb.asm/configure.in: Recognize sparc target.
1734 * gdb.asm/configure: Regenerate.
1735
1736 2001-11-21 Michael Snyder <msnyder@redhat.com>
1737
1738 * gdb.asm/m32r.inc: New file.
1739 * gdb.asm/asm-source.exp: Recognize m32r target.
1740 * gdb.asm/configure.in: Recognize m32r target.
1741 * gdb.asm/configure: Regenerate.
1742
1743 2001-11-20 Michael Snyder <msnyder@redhat.com>
1744
1745 * gdb.asm/i386.inc: New file.
1746 * gdb.asm/asm-source.exp: Recognize ix86 target.
1747 * gdb.asm/configure.in: Recognize ix86 target.
1748 * gdb.asm/configure: Regenerate.
1749
1750 * gdb.c++/namespace.exp: Fix quotes in output messages.
1751
1752 2001-11-14 Michael Snyder <msnyder@redhat.com>
1753
1754 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
1755 qualifier in a type cast expression, to designate an address
1756 in the instruction space (Harvard architecture).
1757
1758 2001-11-13 Michael Snyder <msnyder@redhat.com>
1759
1760 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
1761 Tests for expressions using 'const' and 'volatile'.
1762
1763 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
1764
1765 * gdb.asm/asm-sources.exp: Allow defining linker flags.
1766
1767 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
1768
1769 * lib/mi-support.exp (mi_run_to_helper): Move comments
1770 outside of gdb_expect.
1771
1772 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
1773
1774 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
1775 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
1776 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
1777 mi0_run_to): New functions.
1778 * gdb.mi/mi-simplerun.exp: Use them.
1779 * gdb.mi/mi0-simplerun.exp: Likewise.
1780 * gdb.mi/mi-var-cmd.exp: Likewise.
1781 * gdb.mi/mi0-var-cmd.exp: Likewise.
1782
1783 2001-11-10 Andrew Cagney <ac131313@redhat.com>
1784
1785 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
1786 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
1787
1788 2001-11-09 Andrew Cagney <ac131313@redhat.com>
1789
1790 * gdb.base/restore.exp: Include $expected value in restored test
1791 message.
1792
1793 2001-11-09 Andrew Cagney <ac131313@redhat.com>
1794
1795 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
1796 implemented.
1797
1798 2001-11-08 Michael Snyder <msnyder@redhat.com>
1799
1800 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
1801 Add pass/fail message for stop at breakpoint in call dummy function.
1802
1803 2001-11-07 Michael Snyder <msnyder@redhat.com>
1804
1805 * gdb.c++/templates.exp (test_template_breakpoints):
1806 If we get an overload menu, but it does not match what
1807 we expect, we still need to issue the "cancel" command.
1808 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
1809 making the whitespace optional. Argument for "new" may be
1810 "unsigned" as well as "unsigned int/long".
1811 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
1812 making the whitespace optional. Also replace "(void) with
1813 "((void|)), making the keyword "void" optional.
1814 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
1815 making the whitespace optional. Also replace "(void) with
1816 "((void|)), making the keyword "void" optional.
1817 * gdb.base/callfuncs.c (t_float_values): This function must
1818 _not_ be prototyped, and the following function (t_float_values2)
1819 must be prototyped (if the compiler supports it), so that GDB
1820 can be tested against both cases. Usually one case involves
1821 promotion of float to double, while the other does not.
1822 * gdb.base/callfwmall.c: Ditto.
1823 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
1824 includes a stack frame for "start".
1825
1826 2001-11-05 Jim Blandy <jimb@redhat.com>
1827
1828 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
1829 pointers are 32 bits long, and that offsets of relocs are always
1830 stored in the data (REL-style), and not in the reloc entry itself
1831 (RELA-style).
1832 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
1833 stabs.
1834
1835 2001-11-01 Michael Snyder <msnyder@redhat.com>
1836
1837 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
1838 and regular expression operators by using quoting.
1839
1840 2001-10-31 Michael Snyder <msnyder@redhat.com>
1841
1842 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
1843 depending on what the symbol table contains.
1844 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
1845 the output of the ptype command. Similarly, accept both "const &"
1846 and "const&".
1847
1848 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
1849
1850 * gdb.base/miscexprs.c (main): Add usage of preprocessor
1851 symbol `STORAGE' to allow to choose the storage class of
1852 the local datastructures.
1853 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
1854 compiler directive.
1855
1856 2001-10-30 Michael Snyder <msnyder@redhat.com>
1857
1858 * gdb.base/jump.exp: Allow it to run for all targets.
1859
1860 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
1861
1862 * gdb.base/call-ar-st.c (print_double_array): Match for loop
1863 with new double_array size.
1864 (main): Change storage class of all local variables to static.
1865 Reduce size of double_array to 9.
1866 * gdb.base/call-ar-st.exp: Increase timeout value.
1867 Change expected output for double array to match new size in
1868 call-ar-st.c.
1869
1870 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
1871
1872 * gdb.base/ending-run.exp: Create identical output when passing
1873 `step to end of run' case. Add regular expression branch satisfying
1874 Stormy16 target.
1875
1876 2001-10-28 Mark Kettenis <kettenis@gnu.org>
1877
1878 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
1879 that we catch the expected failure under Linux/x86.
1880
1881 2001-10-29 Orjan Friberg <orjanf@axis.com>
1882
1883 * gdb.base/setvar.exp: Escape curly braces.
1884 * gdb.stabs/weird.exp: Ditto.
1885
1886 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
1887
1888 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
1889 * gdm.mi/mi0-hack-cli.exp: Likewise.
1890
1891 2001-10-25 Andrew Cagney <ac131313@redhat.com>
1892
1893 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
1894 messages.
1895
1896 2001-10-21 Andrew Cagney <ac131313@redhat.com>
1897
1898 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
1899 checking MI enabled.
1900
1901 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
1902
1903 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
1904
1905 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
1906
1907 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
1908 if gdb child process crashes, just signal an error.
1909
1910 2001-10-02 Jim Blandy <jimb@redhat.com>
1911
1912 * lib/gdb.exp (test_xfail_format): Simplify.
1913
1914 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
1915 front of the variable name `format'. Simplify `if'.
1916
1917 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
1918
1919 * gdb.threads/pthreads.exp: Wait for output and delay
1920 before sending ^C.
1921
1922 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
1923
1924 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
1925 some incorrect output instead of timing out.
1926 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
1927
1928 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
1929
1930 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
1931 check to allow additional `int'.
1932
1933 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
1934
1935 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
1936 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
1937
1938 2001-09-27 Michael Snyder <msnyder@redhat.com>
1939
1940 * lib/gdb.exp (test_debug_format): New proc.
1941 (setup_xfail_format): Use new proc test_debug_format.
1942 * gdb.base/constvars.exp (local_compiler_xfail_check): New
1943 proc; use new service proc test_debug_format.
1944 Replace all other "gcc_compiled" tests with this test.
1945 * gdb.base/volatile.exp (local_compiler_xfail_check): New
1946 proc; use new service proc test_debug_format.
1947 Replace all other "gcc_compiled" tests with this test.
1948
1949 2001-09-27 Michael Snyder <msnyder@redhat.com>
1950
1951 * gdb.base/cvexpr.exp: New file.
1952 * gdb.base/cvexpr.c: New file
1953 Test for expressions using const and volatile keywords.
1954
1955 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
1956
1957 * gdb.base/constvars.exp: Check for different orders of keywords
1958 and additional "int" strings in output.
1959
1960 2001-09-22 Andrew Cagney <ac131313@redhat.com>
1961
1962 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
1963 responses from "help maint".
1964
1965 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
1966
1967 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
1968 to localhost:NNN instead of :NNN, in case Xvfb is listening
1969 only on TCP.
1970
1971 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
1972
1973 * gdb.base/recurse.exp: When checking leaving the watchpoint
1974 scope, recognize when gdb is in function's epilogue and pass.
1975
1976 2001-09-18 Keith Seitz <keiths@redhat.com>
1977
1978 * lib/insight-support.exp (_gdbtk_export_target_info): Add
1979 support for running tests against sid targets.
1980 (gdbtk_done): Ditto.
1981
1982 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
1983
1984 * gdb.base/ending-run.c (main): Set stdout buffersize
1985 to the same reasonable value for any target.
1986 * gdb.base/ending-run.exp: Add a regular expression
1987 to make testsuite happy on Sanyo Stormy16 target.
1988
1989 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
1990
1991 * gdb.base/display.c (do_loops): Add float variable `f'.
1992 Increment f in loop.
1993 * gdb.base/display.exp: Increment timeout by 60 seconds.
1994 Change float display test to use variable `f'.
1995
1996 2001-09-17 Jim Blandy <jimb@redhat.com>
1997
1998 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
1999 overflowing the limited breakpoint tables on some ROM monitors
2000 (like the ROM68K).
2001
2002 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
2003
2004 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
2005 the "-ac" (disable access control) flag.
2006
2007 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
2008
2009 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
2010 ints.
2011
2012 2001-08-30 Keith Seitz <keiths@redhat.com>
2013
2014 * lib/gdb.exp: Move all insight-related functionality into
2015 separate file.
2016 * lib/insight-support.exp: New file.
2017
2018 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
2019
2020 * config/sid.exp (sid_start): Never set sid verbosity; disable
2021 expect_background {} that consumed its stdout; tolerate </dev/null.
2022 Attempt to set endianness override in "sid" protocol mode. Cleanup.
2023
2024 2001-08-18 Andrew Cagney <ac131313@redhat.com>
2025
2026 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
2027 CLI jump command to start it.
2028 (mi_run_to_main): Fail immediatly when unexpected output.
2029
2030 2001-08-18 Andrew Cagney <ac131313@redhat.com>
2031
2032 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
2033 beginning of function. Fix PR gdb/191.
2034
2035 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
2036
2037 * config/sid.exp (sid_start): Don't warn if we cannot figure out
2038 what to force sid endianness to.
2039
2040 2001-08-15 Keith Seitz <keiths@redhat.com>
2041
2042 * lib/gdb.exp (gdbtk_start): Don't set environment
2043 variables for TCL_LIBRARY and friends. Insight will
2044 now figure these out for itself.
2045
2046 2001-08-02 Michael Snyder <msnyder@redhat.com>
2047
2048 * gdb.base/completion.exp: Remove the symbol "a64l" from
2049 the expect string; this is target-specific, and not related
2050 to what is being tested.
2051
2052 2001-08-02 Dave Brolley <brolley@redhat.com>
2053
2054 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
2055
2056 2001-07-25 Michael Snyder <msnyder@redhat.com>
2057
2058 * gdb.base/consecutive.exp: New file. Test stepping over
2059 breakpoints on consecutive instructions.
2060 * gdb.base/consecutive.c: New file.
2061
2062 * gdb.base/call-rt-st.exp: Use double-backslash to quote
2063 curly braces in regular expressions.
2064
2065 2001-07-25 Michael Snyder <msnyder@redhat.com>
2066
2067 * gdb.base/ending-run.exp: Accept "Program exited normally" as
2068 legitimate output from stepping out of main.
2069
2070 2001-07-22 Keith Seitz <keiths@redhat.com>
2071
2072 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
2073 the empty string, do not run the tests.
2074
2075 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2076
2077 * gdb.base/long_long.exp: Detect size of pointer. Take into
2078 account 2-byte pointers when testing for p/a results.
2079
2080 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2081
2082 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
2083 and defined to 1K for m68hc11.
2084 (random_data): Reduce table to 1K for embedded platforms (68hc11).
2085 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
2086 (sizeof_random_data): New variable to tell the size of the data table;
2087 don't test past this size; always run to main.
2088
2089 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2090
2091 * gdb.base/return2.exp: return of long long and double fails for
2092 68HC11; don't execute these tests on that platform.
2093 * gdb.base/return.exp: Return of a double fails for 68hc11.
2094
2095 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2096
2097 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
2098 tests that print a float.
2099 * call-rt-st.exp: Likewise.
2100
2101 2001-07-12 Mark Kettenis <kettenis@gnu.org>
2102
2103 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
2104 running this test on Linux.
2105
2106 2001-06-24 Michael Chastain <chastain@redhat.com>
2107
2108 * gdb.base/arithmet.exp: Remove some tests to make all test names
2109 unique.
2110
2111 2001-07-03 Michael Snyder <msnyder@redhat.com>
2112
2113 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
2114 the output of the ptype command.
2115
2116 2001-07-02 Michael Snyder <msnyder@redhat.com>
2117
2118 * gdb.base/completion.exp: Don't assume that break.c is the only
2119 source file that may contain functions named "marker".
2120 * gdb.base/corefile.exp: Quote the curly braces in regexp.
2121
2122 2001-06-28 Andrew Cagney <ac131313@redhat.com>
2123
2124 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
2125 of files to delete.
2126
2127 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
2128 * gdb.disasm/h8300s.exp: New file.
2129 gdb.disasm/h8300s.s: Likewise.
2130
2131 2001-06-27 Andrew Cagney <ac131313@redhat.com>
2132
2133 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
2134 empty breakpoint tables.
2135
2136 2001-06-25 Andrew Cagney <ac131313@redhat.com>
2137
2138 * lib/mi-support.exp: Update args=... part of stop-reason
2139 patterns. Accept either a list or a tuple.
2140
2141 2001-06-23 Andrew Cagney <ac131313@redhat.com>
2142
2143 * lib/mi-support.exp: Remove local emacs variable defining
2144 change-log-default-name.
2145
2146 2001-06-22 Michael Chastain <chastain@redhat.com>
2147
2148 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
2149 This is operationally compatible with the previous version.
2150
2151 2001-06-13 Jim Blandy <jimb@redhat.com>
2152
2153 * lib/gdb.exp (gdb_test): Doc fix.
2154
2155 2001-06-10 Michael Chastain <chastain@redhat.com>
2156
2157 * gdb.base/exprs.exp: Remove a duplicate test.
2158
2159 2001-06-06 Jim Blandy <jimb@redhat.com>
2160
2161 * gdb.base/return2.exp (main): Use values to test float and double
2162 returns that are not NaN's, to avoid being confused by IEEE
2163 comparison rules.
2164
2165 2001-06-04 Michael Snyder <msnyder@redhat.com>
2166
2167 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
2168 non-zero if control_c fails. Terminate the test on failure,
2169 rather than wait for 12 more tests to time out.
2170
2171 2001-06-06 Jim Blandy <jimb@redhat.com>
2172
2173 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
2174 Don't forget to match the GDB prompt.
2175
2176 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
2177
2178 2001-06-04 Jim Blandy <jimb@redhat.com>
2179
2180 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
2181 command.
2182
2183 2001-05-31 Kevin Buettner <kevinb@redhat.com>
2184
2185 * gdb.base/annota1.exp (info break): Match four or more spaces
2186 after "Address".
2187
2188 2001-05-31 Michael Chastain <chastain@redhat.com>
2189
2190 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
2191 (dm_type_int_star): Likewise.
2192 (dm_type_long_star): Likewise.
2193 (dm_type_void_star): Likewise.
2194
2195 2001-05-29 Kevin Buettner <kevinb@redhat.com>
2196
2197 * gdb.base/completion.exp (INPUTRC): Set this environment variable
2198 to a known value in order to get consistent results regardless
2199 of the setting of INPUTRC or the presence or contents of .inputrc.
2200
2201 2001-05-24 Michael Snyder <msnyder@redhat.com>
2202
2203 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
2204 Don't require that the main thread and the manager thread are the
2205 first in the list.
2206
2207 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
2208 debugging. If test fails, issue an "unsupported" not a "fail".
2209
2210 2001-05-24 Jim Blandy <jimb@redhat.com>
2211
2212 Don't assume that short is shorter than int.
2213 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
2214 assume that shorts are smaller than ints. On a 16-bit machine,
2215 this isn't true.
2216 ("print unsigned char == (~0)"): Add test that verifies that ~0,
2217 an int, is not equal to ~0 stored in an unsigned char. This tests
2218 the same thing that the previous test meant to, but works on
2219 16-bit machines, too.
2220 ("print unsigned char != (~0)"): Same test, complemented.
2221
2222 2001-05-24 Michael Snyder <msnyder@redhat.com>
2223
2224 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
2225 test for (full_coverage == 0). This makes the test run faster,
2226 and prevents dejagnu getting out of step.
2227
2228 2001-05-23 Kevin Buettner <kevinb@redhat.com>
2229
2230 * gdb.base/finish.exp (finish_void): Revise pattern for
2231 stopping on the call statement to not permit stopping at
2232 the start of the instructions comprising the call sequence.
2233
2234 2001-05-19 Michael Chastain <chastain@redhat.com>
2235
2236 * gdb.base/callfuncs.exp: Make all test names unique.
2237 * gdb.base/commands.exp: Make all test names unique.
2238 * gdb.base/condbreak.exp: Make all test names unique.
2239 * gdb.base/dbx.exp: Make all test names unique.
2240 * gdb.base/default.exp: Make all test names unique.
2241 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
2242 and TIMEOUT messages to their corresponding PASS message.
2243 * gdb.base/ending-run.exp: Make all test names unique.
2244 * gdb.base/long_long.exp: Remove duplicate test.
2245
2246 2001-05-21 Kevin Buettner <kevinb@redhat.com>
2247
2248 * gdb.base/finish.exp (finish_void): Allow "finish" command to
2249 stop on the call statement as well as the statement after the
2250 call.
2251
2252 2001-05-21 Michael Snyder <msnyder@redhat.com>
2253
2254 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
2255
2256 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
2257
2258 * gdb.base/completion.exp: Revamp test. Make it execute on all
2259 platforms.
2260
2261 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
2262
2263 * config/gdbserver.exp (gdb_load): Handle the case
2264 in which the arguments to gdbserver are given in the
2265 baseboard configuration file.
2266 Also handle the case in which the server needs to do a
2267 load.
2268
2269 2001-05-07 Keith Seitz <keiths@cygnus.com>
2270
2271 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
2272 set up the display for testing.
2273 (gdbtk_start): Convert all paths to paths that tcl will like.
2274 Export target information to environment.
2275 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
2276 necessary.
2277 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
2278 (to_tcl_path): New proc to convert a given pathname into
2279 a path acceptible as an argument to a tcl command.
2280 (_gdbtk_export_target_info): New proc to export target info
2281 into the environment for gdbtk testing.
2282 (gdbtk_done): New proc to signal end-of-test.
2283
2284 2001-05-06 Jim Blandy <jimb@redhat.com>
2285
2286 * restore.c: Make the code of caller0 correspond to its comment.
2287
2288 2001-05-03 Michael Snyder <msnyder@redhat.com>
2289
2290 * config/sid.exp (gdb_target_sid): Check for error messages.
2291 On error or timeout, don't make expect exit (which will terminate
2292 all subsequent tests); instead just make gdb exit.
2293 (gdb_load): Check for error messages. On error or timeout,
2294 return a negative value.
2295
2296 2001-04-24 Jim Blandy <jimb@redhat.com>
2297
2298 * gdb.c++/templates.exp: If we see the prompt for the overload
2299 list, but we haven't recognized any of the longer patterns,
2300 arrange for this test to fail, not hang.
2301
2302 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
2303 variations.
2304
2305 2001-04-22 Michael Chastain <chastain@redhat.com>
2306
2307 * gdb.c++/local.exp: Use the 'runto' library function.
2308 * gdb.c++/namespace.exp: Likewise.
2309 * gdb.c++/overload.exp: Likewise.
2310
2311 2001-03-26 Kevin Buettner <kevinb@redhat.com>
2312
2313 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
2314 * gdb.base/step-line.exp: New file. Test step/next in presence of
2315 #line directives.
2316 * gdb.base/step-line.c: New file. Test program for the above.
2317 * gdb.base/step-line.inp: New file. We pretend that this file has
2318 been transformed by some other tool into step-line.c.
2319
2320 2001-03-21 Jim Blandy <jimb@redhat.com>
2321
2322 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
2323 unmangled operator names.
2324
2325 2001-03-20 Jim Blandy <jimb@redhat.com>
2326
2327 * gdb.threads/linux-dp.exp: Recognize an additional message
2328 generated by GDB when it doesn't understand how to debug threads
2329 on the target system.
2330
2331 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2332
2333 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
2334
2335 2001-03-12 Michael Chastain <chastain@redhat.com>
2336
2337 * gdb.c++/derivation.exp: Use the 'runto' library function.
2338
2339 2001-03-12 Michael Chastain <chastain@redhat.com>
2340
2341 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
2342
2343 2001-02-24 Michael Chastain <chastain@redhat.com>
2344
2345 * gdb.c++/ref-types.exp: Change handwritten code to library
2346 function 'runto'.
2347
2348 2001-03-16 Orjan Friberg <orjanf@axis.com>
2349
2350 * gdb.base/signals.exp: Set count to 0 explicitly.
2351
2352 2001-03-15 Mark Salter <msalter@redhat.com>
2353
2354 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
2355 (gdb_target_monitor): Add check of gdb_target_cmd return value.
2356 (gdb_load): Add support for additional target_info: gdb_download_size
2357 and gdb_load_timeout.
2358
2359 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
2360
2361 * gdb.base/annota1.exp: Move test of isnative to earlier in the
2362 file -- to prevent failing when the compile fails but we have no
2363 intention of running the tests anyway.
2364
2365 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
2366 tests if set.
2367
2368 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
2369 integers.
2370
2371 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
2372 * gdb.c++/namespace.exp: Ditto.
2373
2374 2001-03-07 Orjan Friberg <orjanf@axis.com>
2375
2376 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
2377 * gdb.base/pointers.exp: Relax pattern match of decimals.
2378
2379 2001-03-06 Kevin Buettner <kevinb@redhat.com>
2380
2381 * Makefile.in, config/abug.exp, config/cfdbug.exp,
2382 config/cpu32bug.exp, config/dve.exp, config/est.exp,
2383 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
2384 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
2385 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
2386 config/sh.exp, config/sid.exp, config/slite.exp,
2387 config/sparclet.exp, config/udi.exp, config/unknown.exp,
2388 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
2389 config/vxworks.exp, config/vxworks29k.exp,
2390 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
2391 gdb.base/all-bin.exp, gdb.base/annota1.exp,
2392 gdb.base/arithmet.exp, gdb.base/assign.exp,
2393 gdb.base/async.exp, gdb.base/attach.exp,
2394 gdb.base/bitfields.exp, gdb.base/bitops.exp,
2395 gdb.base/break.exp, gdb.base/call-ar-st.exp,
2396 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
2397 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
2398 gdb.base/commands.exp, gdb.base/completion.exp,
2399 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2400 gdb.base/constvars.exp, gdb.base/corefile.exp,
2401 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2402 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
2403 gdb.base/ending-run.exp, gdb.base/environ.exp,
2404 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2405 gdb.base/finish.exp, gdb.base/foll-exec.exp,
2406 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
2407 gdb.base/funcargs.exp, gdb.base/help.exp,
2408 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
2409 gdb.base/logical.exp, gdb.base/long_long.exp,
2410 gdb.base/maint.exp, gdb.base/mips_pro.exp,
2411 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
2412 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
2413 gdb.base/pointers.exp, gdb.base/printcmds.exp,
2414 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
2415 gdb.base/regs.exp, gdb.base/relational.exp,
2416 gdb.base/remote.exp, gdb.base/reread.exp,
2417 gdb.base/restore.exp, gdb.base/return2.exp,
2418 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
2419 gdb.base/selftest.exp, gdb.base/setshow.exp,
2420 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2421 gdb.base/sigall.exp, gdb.base/signals.exp,
2422 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
2423 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2424 gdb.base/step-test.exp, gdb.base/structs.c,
2425 gdb.base/structs.exp, gdb.base/structs2.exp,
2426 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
2427 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
2428 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
2429 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2430 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
2431 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
2432 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
2433 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
2434 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
2435 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
2436 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
2437 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
2438 gdb.fortran/types.exp, gdb.java/jmisc.exp,
2439 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2440 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
2441 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2442 gdb.trace/circ.exp, gdb.trace/collection.exp,
2443 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
2444 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2445 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
2446 gdb.trace/report.exp, gdb.trace/save-trace.exp,
2447 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2448 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2449 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
2450 notices.
2451
2452 2001-02-27 Michael Snyder <msnyder@cygnus.com>
2453
2454 * gdb.base/varargs.c (find_max_double): Fix printf format string:
2455 first arg is int not float.
2456
2457 2001-02-22 Michael Snyder <msnyder@cygnus.com>
2458
2459 * gdb.base/reread.exp: Unsupported for non-native targets;
2460 doesn't work for remote debugging.
2461
2462 2001-02-19 Fernando Nasser <fnasser@redhat.com>
2463
2464 From Drew Moseley <dmoseley@redhat.com>
2465 * gdb.base/ending-run.exp: Properly handle the BSP state when
2466 stepping past the end of main.
2467
2468 2001-02-19 John Moore <jmoore@redhat.com>
2469
2470 * gdb.base/commands.exp (infrun_breakpoint_command_test):
2471 Converted HPUX fix for non-expected items following multiple
2472 step commands into general solution for all platforms.
2473
2474 2001-02-18 Michael Chastain <chastain@redhat.com>
2475
2476 * gdb.c++/classes.exp (do_tests): Change runto statements
2477 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2478 statements demangler agnostic.
2479 * gdb.c++/virtfunc.exp (do_tests): Likewise.
2480 (gdb_virtfunc_restart): Likewise.
2481
2482 2001-02-14 Michael Chastain <chastain@redhat.com>
2483
2484 * gdb.c++/inherit.exp (do_tests): Change runto statements
2485 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2486 statements demangler agnostic.
2487
2488 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
2489
2490 * gdb.threads/pthreads.exp: Unify pass/fail messages for
2491 ``continue to bkpt at common_routine in thread 2'' and ``stopped
2492 before calling common_routine 15 times'' tests.
2493
2494 2001-02-11 Michael Chastain <chastain@redhat.com>
2495
2496 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
2497 Helps the test script figure out which demangler is in use.
2498 (dm_type_foo_ref): Ditto.
2499 (dm_type_int_star): Ditto.
2500 (dm_type_long_star): Ditto.
2501 (dm_type_unsigned_int): Ditto.
2502 (dm_type_void): Ditto.
2503 (dm_type_void_star): Ditto.
2504 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
2505 Probe the gdb demangler and set variables to accommodate
2506 formatting differences.
2507 (info_func_regexp): New function. Same as info_func, but
2508 matches against a regexp.
2509 (info_func): Match against a literal string.
2510 (print_addr_2): New function. Match against a literal string,
2511 which can be different from the input to gdb.
2512 (print_addr): Simply call print_addr_2 with the same argument twice.
2513 (test_lookup_operator_functions): Use demangler formatting variables.
2514 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
2515 the tests in the same order as the C++ class declaration.
2516 (test_paddr_operator_functions): Ditto.
2517 (test_paddr_overloaded_functions): Ditto.
2518 (test_paddr_hairy_functions): Use demangler formatting variables.
2519 Add reference to gdb/19 for related tests.
2520 (do_tests): Call probe_demangler.
2521
2522 2001-01-30 Kevin Buettner <kevinb@redhat.com>
2523
2524 * gdb.c++/templates.cc (printf): Remove unused function definition.
2525
2526 2001-01-26 Felix Lee <flee@redhat.com>
2527
2528 * sid.exp (sid_exit): Pass host, not target, to remote_close.
2529
2530 2001-01-25 matthew green <mrg@redhat.com>
2531
2532 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
2533 up sid.
2534 (sid_exit): Call `remote_pop_conn' after GDB is gone.
2535
2536 2001-01-25 matthew green <mrg@redhat.com>
2537
2538 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
2539 Deprecate $sid_spawn_id.
2540 (sid_exit): Remove code necessary only for `spawn.'
2541
2542 2001-01-25 matthew green <mrg@redhat.com>
2543
2544 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2545
2546 2001-01-28 Michael Chastain <chastain@redhat.com>
2547
2548 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
2549 to call when tests fail. It takes gdb out of the overloaded
2550 function choice menu back to the main prompt, so that the test
2551 program stays synchronized.
2552 (set_bp_overloaded): New proc to collect all the common
2553 code for setting a breakpoint on an overloaded name. Calls
2554 take_gdb_out_of_choice_menu when needed.
2555 (menu_overload1arg): New variable to collect the repeated
2556 instances of the expected menu for an overloaded name. Change
2557 the regular expression to handle changes in g++ type encoding:
2558 "void" can be either "void" or "", and "unsigned int" can be
2559 either "unsigned int" or "unsigned".
2560 (continue_to_bp_overloaded): Change regular expressions to handle
2561 changes in g++ type encoding.
2562 (no proc): Call take_gdb_out_of_choice_menu when needed.
2563 Remove redundant calls to "info break". Accept either "canceled"
2564 or "cancelled". Change regular expressions in "info break"
2565 calls to handle changes in g++ type encoding. Give all tests
2566 unique strings.
2567
2568 2001-01-17 Ben Elliston <bje@redhat.com>
2569
2570 * config/sid.exp: New file.
2571
2572 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
2573
2574 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
2575
2576 2000-12-21 Michael Snyder <msnyder@cygnus.com>
2577
2578 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
2579 Add a RE to accept a non-ascii char if one is ever presented.
2580
2581 2000-12-20 Fernando Nasser <fnasser@redhat.com>
2582
2583 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
2584
2585 2000-12-18 Michael Snyder <msnyder@cygnus.com>
2586
2587 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
2588 in regexp. One '\' does not suffice on Linux.
2589
2590 2000-12-09 Michael Chastain <chastain@redhat.com>
2591
2592 * gdb.base/break.exp (test_clear_command): Use a marker function
2593 rather than 'main' for the test function. Also move this
2594 test to an execution point where the marker function names are
2595 guaranteed to be bound to functions. (Executing tests after a
2596 'finish' from main runs into name conflicts with local names
2597 in __libc_start_main).
2598
2599 2000-12-07 Michael Snyder <msnyder@cygnus.com>
2600
2601 * gdb.base/finish.exp: New test for gdb's "finish" command.
2602 * gdb.base/return2.exp: New test for gdb's "return" command.
2603 * gdb.base/return2.c: New source file for above.
2604
2605 2000-12-05 Michael Snyder <msnyder@cygnus.com>
2606
2607 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
2608 * gdb.base/miscexprs.exp: Ditto.
2609 * gdb.base/pointers.exp: Ditto.
2610 * gdb.c++/derivation.exp: Ditto.
2611 * gdb.c++/local.exp: Ditto.
2612 * gdb.c++/namespace.exp: Ditto.
2613 * gdb.c++/overload.exp: Ditto.
2614 * gdb.c++/ref-types.exp: Ditto.
2615
2616 2000-12-05 Michael Snyder <msnyder@cygnus.com>
2617
2618 * gdb.base/constvars.exp: Test result of "up" command.
2619 * gdb.base/miscexprs.exp: Ditto.
2620 * gdb.base/pointers.exp: Ditto.
2621 * gdb.base/scope.exp: Ditto.
2622 * gdb.c++/derivation.exp: Ditto.
2623 * gdb.c++/local.exp: Ditto.
2624 * gdb.c++/namespace.exp: Ditto.
2625 * gdb.c++/overload.exp: Ditto.
2626 * gdb.c++/ref-types.exp: Ditto.
2627
2628 2000-11-22 Michael Chastain <chastain@redhat.com>
2629
2630 * mips_pro.exp: Accept either "middle -> top -> main" or
2631 "middle -> main" in the backtrace, because gcc can optimize
2632 tail calls to jumps. Remove setup_xfail for the hppa case.
2633 Add a comment with the original warning messages from PR 3016,
2634 which was filed in 1993, to preserve them for posterity.
2635
2636 2000-11-17 Nick Duffek <nsd@redhat.com>
2637
2638 * lib/gdb.exp (gdb_test): Override timeout with board info.
2639
2640 2000-11-17 Nick Duffek <nsd@redhat.com>
2641
2642 * gdb.base/display.exp: Don't kill running stub. Add "again" to
2643 the second kill and detach messages.
2644
2645 2000-11-17 Nick Duffek <nsd@redhat.com>
2646
2647 * configure.in: Add AC_EXEEXT.
2648 * configure: Regenerate.
2649 * Makefile.in (just-check): Export EXEEXT.
2650 * lib/gdb.exp ($EXEEXT): Import from environment.
2651 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
2652 expect "maint dump-me" on Cygwin.
2653 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
2654 $EXEEXT.
2655
2656 2000-11-17 Nick Duffek <nsd@redhat.com>
2657
2658 * gdb.base/break.exp: Test backtrace and finish from called
2659 function on all platforms, not just HP-UX.
2660
2661 2000-11-03 Michael Snyder <msnyder@cygnus.com>
2662
2663 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
2664 code from gdb_target_monitor, so it can be used independantly
2665 for gdbserver. Also comment out an unnecessary PUTS.
2666
2667 2000-11-03 Michael Snyder <msnyder@cygnus.com>
2668
2669 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
2670 * gdb.base/corefile.exp: Expect the message "Program is being
2671 debugged already" when we send the "corefile" command, since
2672 the preceeding gdb_load may have connected gdb to a remote target.
2673 * gdb.base/display.exp: Disable hardware watchpoints if new
2674 board info variable "no_hardware_watchpoints" is true.
2675 Replace single-letter commands with more readable ones.
2676 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
2677 if new board info variable "no_hardware_watchpoints" is true.
2678 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
2679 to see if stdio (printf) testing is possible.
2680 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
2681 board info variable "no_hardware_watchpoints" is true. Use new
2682 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
2683
2684 2000-11-13 Fernando Nasser <fnasser@redhat.com>
2685
2686 From Orjan Friberg <orjanf@axis.com>:
2687 * gdb.base/printcmds.exp: Escape curly braces followed by a number
2688 in array print pattern match.
2689
2690 2000-11-09 Fernando Nasser <fnasser@redhat.com>
2691
2692 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
2693 spelling "cancelled" to U.S. spelling "canceled" to match changes
2694 made to gdb.
2695 * gdb.c++/ovldbreak.exp: Ditto.
2696
2697 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2698
2699 * gdb.base/callfuncs.c (main): Moved to end of file, call
2700 t_double_values to initialize the FPU before inferior calls are made.
2701 * gdb.base/callfuncs.exp: Test for register preservation after calling
2702 inferior functions. Add tests for continuining, finishing and
2703 returning from a stop in a call dummy.
2704
2705 2000-10-24 Michael Snyder <msnyder@cygnus.com>
2706
2707 * gdb.base/commands.exp: Break up long lines, and re-indent.
2708
2709 2000-10-19 Michael Snyder <msnyder@cygnus.com>
2710
2711 * config/gdbserver.exp: Rewritten from the ground up, to make it
2712 compatible with the current dejagnu tree, and to make it work with
2713 the new "gdbserver" in libremote.
2714
2715 2000-10-16 Michael Snyder <msnyder@cygnus.com>
2716
2717 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
2718 * gdb.base/varargs.exp: Skip entire test if no printf support.
2719 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
2720 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
2721
2722 2000-10-13 Michael Snyder <msnyder@cygnus.com>
2723
2724 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
2725 no floating point support.
2726 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
2727 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
2728 * gdb.base/call-rt-st.exp: Ditto.
2729 * gdb.base/call-strs.exp: Ditto.
2730
2731 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
2732
2733 * gdb.base/sizeof.c: include <stdio.h>.
2734
2735 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
2736 'finish', otherwise uncaptured gdb_prompt would potentially
2737 throw remaining test points out of sync.
2738
2739 2000-07-26 Scott Bambrough <scottb@netwinder.org>
2740
2741 * gdb.base/recurse.exp: Run tests for all targets.
2742 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
2743 gnu-oldld case on ARM.
2744 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
2745 for ARM targets.
2746
2747 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
2748
2749 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
2750 * gdb.java/configure: Rebuild.
2751
2752 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
2753
2754 * gdb.java/jv-exp.exp: New file.
2755
2756 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
2757
2758 * configure: Rebuilt.
2759 * configure.in (configdirs): Add gdb.java.
2760 * gdb.java/jmisc.java: New file.
2761 * gdb.java/jmisc.exp: New file.
2762 * gdb.java/Makefile.in: New file.
2763 * gdb.java/configure: Rebuilt.
2764 * gdb.java/configure.in: New file.
2765 * lib/java.exp: New file.
2766
2767 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
2768
2769 * gdb.base/exprs.exp: Test casts to a pointer including over and
2770 underflow.
2771
2772 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
2773
2774 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
2775 and the compilers sizes.
2776
2777 2000-07-09 Nick Duffek <nsd@redhat.com>
2778
2779 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
2780 (use_methods): New function.
2781 (main): Call use_methods().
2782 * gdb.c++/classes.exp (test_method_param_class): New procedure.
2783 (do_tests): Call test_method_param_class.
2784
2785 2000-07-09 Nick Duffek <nsd@redhat.com>
2786
2787 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
2788 spelling.
2789 (test_enums): New procedure. Move enum tests from end of script
2790 to here. Set breakpoint on function name instead of line number.
2791 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
2792 (enums2): New marker function.
2793 (enums1): New function.
2794 (main): Call enums1(). Move enum tests to enums1().
2795
2796 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
2797
2798 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
2799 compile/link program. Update line numbers.
2800 * gdb.asm/d10v.inc: Define ``startup''.
2801 * gdb.asm/asmsrc1.s: Add definition of _start.
2802
2803 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
2804
2805 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
2806
2807 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2808
2809 * gdb.base/maint.exp: Add 'maint print architecture' item to output
2810 of 'help maint print' command.
2811
2812 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
2813
2814 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
2815 they use gdb_expect_list.
2816
2817 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
2818
2819 * gdb.base/commands.exp: Use ``set remote
2820 memory-read-packet-size'' instead of ``set endian big'' to test
2821 long commands.
2822
2823 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
2824
2825 * gdb.c++/templates.exp (do_tests): Make all of these work under
2826 g++, and stop skipping them.
2827
2828 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
2829 work under g++.
2830
2831 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
2832 initialization.
2833
2834 2000-06-02 Michael Snyder <msnyder@cygnus.com>
2835
2836 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
2837 the regular expression: accept an (almost) arbitrary sequence of
2838 "frames-invalid" and "breakpoints-invalid" messages both before
2839 and after the "starting" message.
2840
2841 2000-06-02 Michael Snyder <msnyder@cygnus.com>
2842
2843 * gdb.c++/local.exp: This test has never been known to work with g++.
2844
2845 2000-05-18 Michael Snyder <msnyder@cygnus.com>
2846
2847 * gdb.base/annota1.exp (annotate-signal-handler-caller):
2848 Relax the regular expression a little, make it pass on Solaris 8.
2849
2850 2000-05-12 Kevin Buettner <kevinb@redhat.com>
2851
2852 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
2853 a call, do not require that gdb stop on the line after the call.
2854 Instead, it is permissible for gdb to stop on the line of the
2855 call itself.
2856
2857 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
2858
2859 * gdb.base/break.exp (bp on small function, optimized file):
2860 Add a second pass pattern. The behavior differs here between stabs
2861 and dwarf for one-line functions. Stabs preserves two line symbols
2862 (one before the prologue and one after) with the same line number,
2863 but dwarf regards these as duplicates and discards one of them.
2864 Therefore the address after the prologue (where the breakpoint is)
2865 has no exactly matching line symbol, and GDB reports the breakpoint
2866 as if it were in the middle of a line rather than at the beginning.
2867
2868 2000-05-08 Michael Snyder <msnyder@cygnus.com>
2869
2870 * gdb.base/interrupt.exp: Make "pass" message say "send"
2871 rather than "send_gdb" (for consistancy).
2872
2873 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
2874
2875 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
2876 * gdb.c++/templates.cc: Properly check for GCC version number.
2877 * lib/compiler.cc: Likewise
2878
2879 2000-04-28 Michael Snyder <msnyder@cygnus.com>
2880
2881 * gdb.base/break.exp: When compiled with -O2 optimization,
2882 gdb may not stop at the first line of main, due to code motion.
2883
2884 2000-04-26 Michael Snyder <msnyder@cygnus.com>
2885
2886 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
2887 This test depends on parsing the printf output from the target.
2888 Since the sparclet stub doesn't do stdio, this will never work.
2889 * gdb.base/call-rt-st.exp: ditto.
2890 * gdb.base/call-strs: ditto.
2891
2892 2000-04-24 Michael Snyder <msnyder@cygnus.com>
2893
2894 * gdb.base/miscexprs.exp: make sizeof long array test portable.
2895
2896 * gdb.base/ending-run.exp: After connecting to a remote target,
2897 but before running, the target will appear to be in a random
2898 location. Specify both a file and a line for breakpoints.
2899 Also, the function that calls main may be called 'init'
2900 rather than 'start'.
2901
2902 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2903
2904 * gdb.base/help.exp: Update output for add-symbol-file command.
2905
2906 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
2907
2908 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2909 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
2910
2911 2000-04-07 J.T. Conklin <jtc@redback.com>
2912
2913 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
2914
2915 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
2916
2917 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
2918
2919 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
2920 values that can be represented exactly.
2921 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
2922 above change, and to not check against the directory part of the source
2923 file name.
2924 (step into print_long_arg_list): Likewise.
2925 (print print_small_structs from print_long_arg_list): Likewise.
2926 (print print_long_arg_list): Likewise.
2927
2928 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2929
2930 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
2931
2932 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
2933
2934 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
2935
2936 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
2937
2938 * gdb.base/commands.exp (deprecated_command_test): Add test for
2939 deprecate with no arguments.
2940
2941 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
2942
2943 * gdb.base/break.exp: Add new test for setting breakpoints on
2944 optimized code so we can test breakpoints work even when function
2945 prologues may be optimized away
2946
2947 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2948
2949 From David Whedon <dwhedon@gordian.com>
2950 * gdb.base/commands.exp : Added command deprecator tests.
2951
2952 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
2953
2954 * gdb.base/help.exp: Added test for new apropos command.
2955
2956 2000-03-21 Kevin Buettner <kevinb@redhat.com>
2957
2958 * gdb.base/pointers.c (usevar): New function.
2959 (main): Make sure that global variables v_int_pointer2, rptr,
2960 and y are all referenced someplace in the program by calling
2961 usevar() on them. [Some linkers delete symbols which are
2962 never referenced. The space remains, but there's no way to
2963 get a (symbolic) handle on the variable from the debugger.]
2964
2965 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2966
2967 * gdb.base/printcmds.c: Add typedeffed arrays.
2968
2969 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
2970 procedure to test arrays that are typedef'd.
2971
2972 2000-03-13 James Ingham <jingham@leda.cygnus.com>
2973
2974 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
2975 the library directories.
2976
2977 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
2978
2979 * configure.in (configdirs): Add sub directory gdb.mi.
2980 * configure: Re-generate.
2981
2982 * gdb.mi: New directory.
2983
2984 2000-02-25 Scott Bambrough <scottb@netwinder.org>
2985
2986 * gdb.base/long_long.exp: Correct test suite failure when printing
2987 a long long value as a double on ARM platforms.
2988
2989 2000-02-16 Jim Blandy <jimb@redhat.com>
2990
2991 * gdb.base/break.exp ("breakpoint line number"): Make sure the
2992 default source file is set properly before running this test.
2993
2994 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2995
2996 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
2997 gdbtk/library directory, not in gdbtcl2.
2998
2999 2000-02-04 Jim Blandy <jimb@redhat.com>
3000
3001 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
3002 backslash from regexp pattern.
3003
3004 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
3005 procedure. Use it to run all the "continue to bp overloaded"
3006 tests. Note that this changes the names of the tests slightly.
3007 If the breakpoint hit message includes a hex PC value, because
3008 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
3009 from the real source code, still consider that a pass.
3010
3011 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
3012 XFAIL here if the breakpoint message contains a hex address. Note
3013 similar change on 1999-11-02.
3014
3015 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
3016
3017 * gdb.base/ptype.exp: Establish a default source file before
3018 calling get_debug_format.
3019
3020 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
3021
3022 * gdb.base/watchpoint.exp: Remove duplication of test messages.
3023
3024 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3025
3026 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
3027 of successive stepi commands -- while in the prologue we should see
3028 the function entry bracket.
3029
3030 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
3031
3032 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
3033 reach __change_mode() when stepping through the end of main().
3034
3035 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
3036
3037 * gdb.base/default.exp: Fix expected pattern.
3038 * gdb.base/help.exp: Same.
3039
3040 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3041
3042 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
3043 Don't use xfail's because that affects only the following test.
3044
3045 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
3046 solaris or linux.
3047
3048 * gdb.base/selftest.exp: Update to reflect changes to main.c.
3049
3050 2000-01-07 Michael Snyder <msnyder@cygnus.com>
3051
3052 * gdb.base/display.exp: Some yacc parsers like to say
3053 "A syntax error" rather than "A parse error". Accept both.
3054
3055 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
3056
3057 * gdb.base/default.exp: Remove OS dependent string from "target
3058 remote" test.
3059 * gdb.base/help.exp: Same for "help target remote" test.
3060
3061 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3062
3063 From Jim Kingdon <kingdon@redhat.com>:
3064
3065 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
3066 prompt (cleanup rather than necessity, but still might keep output
3067 from spilling to next test).
3068
3069 2000-01-02 Fred Fish <fnf@cygnus.com>
3070
3071 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
3072 AIX, which defines them in <sys/types.h>.
3073
3074 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
3075
3076 * gdb.base/default.exp: Match arm* etc instead of arm in "info
3077 float" test.
3078
3079 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
3080
3081 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
3082
3083 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
3084 outermost frame disallowed".
3085
3086 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
3087
3088 * gdb.base/setvar.exp: New tests for setting the value of a struct
3089 with a constant list.
3090
3091 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3092
3093 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
3094 require the user to type a cast before setting the value of a struct.
3095
3096 1999-12-06 Jim Blandy <jimb@cygnus.com>
3097
3098 * gdb.base/default.exp: Expect the new 'info float' command on
3099 all i386 platforms.
3100
3101 * gdb.threads/linux-dp.exp: Expand our ability to recognize
3102 LinuxThreads libraries that don't support debugging.
3103
3104 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3105
3106 * gdb.base/remote.c: Fill the buffer with truely random data.
3107 Change the buffer type to ``unsigned char'' to simplify size
3108 arithmetic.
3109
3110 * gdb.base/remote.exp: Reduce download numbers by one. Typical
3111 stub only handles 400-1 byte packets. Verify that the download
3112 worked.
3113
3114 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
3115
3116 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
3117 tests, using UNRESOLVED for the untested cases. Also, does not wait
3118 for a timeout if the prompt was received before a recognizable pattern.
3119
3120 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
3121
3122 * lib/gdb.exp (gdb_expect_list): Fix spelling.
3123
3124 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3125
3126 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
3127 watchpoints.
3128
3129 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
3130
3131 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
3132
3133 * gdb.c++/local.exp: Be more flexible in recognizing local class
3134 name mangling. Don't allow horribly truncated method names.
3135 * gdb.c++/derivation.exp: Expect protected inheritance.
3136 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
3137 * gdb.c++/virtfunc.exp: Likewise.
3138 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
3139 when printing a nested enum.
3140
3141 1999-11-22 Jim Blandy <jimb@cygnus.com>
3142
3143 * gdb.base/step-test.exp: Properly await GDB's response to setting
3144 a breakpoint on the call to large_struct_by_value.
3145
3146 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
3147 just because we have debug info for the `start' function.
3148
3149 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
3150
3151 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
3152 "Unknown signal" messages, which indicate (on LinuxThreads) that
3153 GDB doesn't know how to debug threads on this system. This is
3154 better than hanging while philosopher 0 dumps chatter into gdb.log.
3155
3156 1999-11-18 Tom Tromey <tromey@cygnus.com>
3157
3158 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
3159
3160 1999-11-18 Fred Fish <fnf@cygnus.com>
3161
3162 * gdb.base/coremaker2.c: Add sample program for generating
3163 cores that is more self contained than coremaker.c. Eventually
3164 I'll add more code to this and tie it into the testsuite.
3165
3166 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
3167
3168 * gdb.base/dollar.exp: Remove, now in gdb.hp.
3169
3170 1999-11-10 Jimmy Guo <guo@cup.hp.com>
3171
3172 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
3173 from $srcdir/lib/.
3174 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
3175 and gdb.c++/.
3176
3177 * gdb.c++/derivation.exp: remove redundant get compiler info code.
3178
3179 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
3180 'continue with watch' test point.
3181
3182 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
3183
3184 Merged from p2linux-990323-branch:
3185
3186 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
3187
3188 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
3189
3190 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
3191 {limit,fixed}''. Test ``set download-write-size''.
3192
3193 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
3194
3195 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
3196 gdb_expect_list.
3197
3198 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
3199
3200 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
3201
3202 1999-11-03 Mark Salter <msalter@cygnus.com>
3203
3204 * gdb.base/break.exp: Fix "stub continue" pattern.
3205
3206 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
3207
3208 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
3209
3210 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
3211
3212 * gdb.base/display.exp ("finish"): Add timeout clause.
3213
3214 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
3215 plain prompt clause, so this doesn't have to time out in order to
3216 fail.
3217
3218 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
3219 breakpoint hit messages include an address.
3220
3221 * gdb.base/display.exp: Don't forget to escape parens in regular
3222 expressions. Unix regexp notatation sucks.
3223
3224 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3225
3226 * gdb.base/annota1.exp: Test for annotate-signalled: change output
3227 order for 'signalled' message.
3228
3229 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
3230
3231 From Jimmy Guo <guo@cup.hp.com>:
3232 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
3233 * gdb.base/annota1.c: Add code for tests to work with.
3234
3235 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
3236
3237 * gdb.base/remote.exp: New test for remote downloading settings.
3238 * gdb.base/remote.c: New file with large .data.
3239
3240 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
3241
3242 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
3243 for LinuxThreads support, merged from the Code Fusion branch.
3244
3245 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
3246
3247 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
3248 containing exp_continue into a while within an expect. Don't
3249 attempt a start more than three times. Check return value from
3250 gdb_load.
3251
3252 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
3253
3254 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
3255 a pass case.
3256
3257 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
3258
3259 * gdb.base/break.c (main): Added a statement that we can step
3260 off of.
3261 * gdb.base/break.exp: Added tests for setting a breakpoint
3262 at an offset and stepping onto a breakpoint.
3263
3264 1999-10-01 Fred Fish <fnf@cygnus.com>
3265
3266 * gdb.base/help.exp (help add-symbol-file): Update to match current
3267 gdb output.
3268
3269 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
3270
3271 * gdb.base/break.exp: Code locations are in hex, don't forget!
3272 (For HP-UX.)
3273
3274 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
3275
3276 * condbreak.exp: Use break.c as test program.
3277 * condbreak.c: Remove, redundant with break.c.
3278
3279 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
3280
3281 * config/monitor.exp (gdb_target_monitor): Disable X- and
3282 Z-packets if the target needs it.
3283
3284 1999-09-13 James Ingham <jingham@leda.cygnus.com>
3285
3286 * gdb.c++/overload.exp: Added tests for listing overloaded
3287 functions with function pointers in the arg, explicitly calling
3288 out the version you want.
3289
3290 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
3291
3292 * long_long.exp: Add variations of test cases that work for
3293 targets with 16-bit ints and 32-bit doubles.
3294
3295 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
3296
3297 * break.c (main): Compare a possibly-uninitialized argc with an
3298 unlikely value that fits in 16 bits.
3299
3300 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3301
3302 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
3303 0xfeeb, don't want negative numbers if ints are 16 bits.
3304
3305 * lib/gdb.exp (skip_cplus_tests): New proc.
3306 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3307 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
3308 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
3309 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
3310 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
3311 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
3312 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
3313 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
3314
3315 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
3316
3317 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
3318
3319 * gdb.base/corefile.exp (up): Allow a parameter to appear
3320 in the frame that we're going up to.
3321
3322 From Jim Blandy <jimb@cygnus.com>:
3323
3324 * gdb.base/default.exp (info float): Expect some output now.
3325
3326 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
3327 returning floating-point values to fail on the x86.
3328 * gdb.base/callfwmall.exp (do_function_calls): Same.
3329
3330 * gdb.base/list.exp (test_listsize): Correct expectations for
3331 listing line 1 with listsize 2. Also, listing a single line
3332 works now, as does listing three lines. [Kevin's note: There
3333 were a number of other cases fixed too where the expectations
3334 differed...]
3335
3336 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
3337
3338 * gdb.base/selftest.exp: Add case for when version prints as
3339 constant string instead of char pointer.
3340
3341 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
3342
3343 * gdb.base/ending-run.exp: Add Solaris case for what happens when
3344 stepping out of main.
3345
3346 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
3347 G++ used.
3348
3349 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
3350 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
3351
3352 * gdb.c++/ovldbreak.exp: Update match string in test that
3353 includes a warning of multiple breakpoints.
3354
3355 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
3356
3357 * gdb.base/display.exp: Improve precision of step-after-finish
3358 added yesterday.
3359
3360 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
3361 test.
3362
3363 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
3364 configs when using G++, not just hppa*.
3365
3366 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3367
3368 * gdb.base/async.c: New file.
3369 * gdb.base/async.exp: New file.
3370
3371 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
3372
3373 * gdb.base/break.exp: Tweak PA specific tests to properly handle
3374 PA64.
3375
3376 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
3377
3378 * gdb.base/display.exp: "finish" can leave us mid-line on many
3379 targets, deal with it. Add a small constant to main, instead of
3380 1000 since main+1000 may not be a valid address in the target.
3381
3382 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
3383 on hpux11.
3384
3385 * gdb.base/attach.exp: Handle another hpux11 error message variant
3386 when attaching to a process that does not exist.
3387
3388 1999-08-19 J.T. Conklin <jtc@redback.com>
3389
3390 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
3391 characters in 'continue to 1241' test.
3392
3393 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3394
3395 * gdb.base/call-ar-st.exp: Add a shorter match case for the
3396 stop in print_long_arg_list, define and use a whitespace
3397 variable in print_small_structs test, add an XFAIL for Solaris.
3398 * gdb.base/dbx.exp: XFAIL func commands until somebody is
3399 interested enough to fix.
3400
3401 1999-08-13 Keith Seitz <keiths@cygnus.com>
3402
3403 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
3404 (dbx_gdb_load): Remove. Use gdb_load instead, since that
3405 proc knows about targets other than the natives.
3406 (test_assign): Use "gdb_run_cmd" to "run" the target.
3407 Check that we've actually hit the breakpoint at main.
3408 When we attempt to assign a value to a local variable, check
3409 that the variable is in the current scope, i.e., don't use
3410 a test with an empty result.
3411
3412 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
3413
3414 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
3415 command.
3416
3417 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
3418
3419 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3420 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
3421 gdb.compat, gdb.threads-hp.
3422 gdb.hp/configure, gdb.hp/configure.in: New files.
3423 gdb.hp/Makefile.in: Recurse into new subdirs.
3424 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
3425 gdb.hp/gdb.objdbg: New directory, tests for debugging info
3426 in object files.
3427 gdb.hp/tools: New directory, aux tools for HP-specific tests.
3428
3429 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
3430
3431 * gdb.base/display.exp: Help expect by putting a newline in the
3432 funky printf, remove a bogus p/a test.
3433
3434 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3435
3436 * gdb.base/display.exp: Make sure that when we say 'run', we are
3437 connected to the target. This is necessary when running not
3438 natively.
3439
3440 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
3441
3442 * gdb.base/step-test.exp: Removed some extraneous messages.
3443
3444 * gdb.base/long_long.exp: Don't run memory examination tests
3445 on little-endian targets (they will need a different set of
3446 results to match).
3447
3448 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
3449
3450 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
3451 until somebody decides to fix GDB.
3452
3453 * gdb.base/long_long.c: Stop compiler complaint by specifying long
3454 constant as "ULL".
3455 * gdb.base/long_long.exp: Loosen x/c test, add partial result
3456 matches for a couple x/2 commands.
3457
3458 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
3459
3460 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
3461 by merging in ref-types2 tests.
3462 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
3463
3464 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3465 * gdb.c++/Makefile.in: Add standard actions.
3466 (EXECUTABLES): Rename from PROGS, update list.
3467 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
3468 from gdb.hp.
3469 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
3470 foo and bar locals.
3471 * gdb.c++/anon-union.exp: Fix tests to match.
3472 * gdb.c++/classes.exp: Run if HP compiler used, add extra
3473 expect matches to handle output variations.
3474 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
3475 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
3476 output, add HP alternatives for new and delete prints.
3477 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
3478 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
3479 * gdb.c++/demangle.exp: Use $style when reporting failure.
3480 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
3481 * gdb.c++/inherit.exp: Run if HP compiler used, add some
3482 match alternatives.
3483 * gdb.c++/local.exp: Add match alternatives or xfails for HP
3484 compilers.
3485 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
3486 * gdb.c++/method.exp: Add match alternatives.
3487 * gdb.c++/misc.cc: Add bool types.
3488 * gdb.c++/misc.exp: Add tests for bool types.
3489 * gdb.c++/overload.exp: Add xfails.
3490 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
3491 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
3492 add some more template parameter tests (only for HP currently).
3493 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
3494 * gdb.c++/virtfunc.cc: Add return type and value for main.
3495 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
3496 match alternatives.
3497
3498 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3499
3500 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
3501
3502 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
3503
3504 * gdb.base/signals.exp: Don't expect getting a backtrace from
3505 within a signal handler to fail on Linux.
3506
3507 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
3508
3509 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3510 * lib/gdb.exp: Remove some gratuitious semicolons.
3511 (delete_breakpoints): Increase timeout.
3512 (gdb_expect): Add -notransfer option.
3513 (gdb_test): Use -notransfer option.
3514 (get_compiler_info): Add f77 case.
3515 (get_compiler): New proc, split out from gdb_preprocess, add f77
3516 case.
3517 (gdb_preprocess): Call get_compiler.
3518
3519 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3520 * gdb.base/attach.exp, gdb.base/display.exp,
3521 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3522 gdb.base/long_long.exp, gdb.base/printcmds.exp,
3523 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3524 third arg to gdb_test.
3525 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3526 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
3527 HP-UX xfails, add others.
3528 * gdb.base/completion.exp: Reflect name change of self-test.
3529 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
3530 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
3531 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
3532 HP failure number.
3533 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
3534 useless HP-UX 10.30 references.
3535 * gdb.base/maint.exp: Loosen matches.
3536 * gdb.base/pointers.c (main): Declare more_code.
3537 * gdb.base/pointers.exp: Match on output of a `next'.
3538 * gdb.base/structs.c: Add prototypes.
3539 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
3540 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
3541
3542 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3543
3544 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
3545 command.
3546
3547 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3548
3549 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
3550 Fix run to main failures. Watchpoint can be hardware watchpoint.
3551
3552 * gdb.base/annota1.exp: Clean up some more, in case printf has
3553 debug info. Deal with lack of signal hanlder info in stack.
3554
3555 From Jim Kingdon <kingdon@redhat.com>:
3556 * gdb.base/annota1.exp: If printf has debug info, deal with it.
3557
3558 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
3559
3560 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
3561 gdb.base/foll-vfork.exp: Don't run for crosses.
3562
3563 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3564
3565 * gdb.base/configure.in: Check for gdbvars.exp instead of
3566 a1-selftest.exp.
3567 * gdb.base/configure: Re-generate.
3568
3569 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
3570
3571 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
3572 in trying to run first and name is too long.
3573
3574 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
3575 pointers2.c and pointers2.exp, respectively.
3576 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
3577 doschk happier.
3578
3579 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
3580
3581 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
3582 callfuncs2.c and callfuncs2.exp.
3583
3584 * gdb.base/list.exp: Remove mistaken xfails.
3585 * gdb.base/list0.h: Add optional prototypes.
3586
3587 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
3588
3589 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
3590 calling malloc.
3591 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
3592 * ptype.exp: Move test for get_debug_format to before its first
3593 use.
3594
3595 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3596
3597 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
3598 * gdb.base/annota2.cc, annota2.exp: Move from here.
3599 * gdb.c++/annota2.cc, annota2.exp: To here.
3600 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
3601
3602 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3603
3604 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
3605 a consistent format.
3606
3607 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
3608
3609 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3610 * lib/gdb.exp (get_compiler_info): Add detection for assorted
3611 HP compilers, also set the globals $true and $false.
3612
3613 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
3614 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
3615 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
3616 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
3617 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
3618 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
3619 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
3620 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
3621 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
3622 whatis.c} Add C++ compatible function definitions and return
3623 types, add includes for library functions.
3624 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
3625 * gdb.base/step-test.c (myglob): Rename from glob.
3626 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
3627 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
3628 files, move here from gdb.hp.
3629 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
3630 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
3631 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
3632 Adjust line numbers in regexps.
3633
3634 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
3635 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
3636 instead of 0/1.
3637
3638 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
3639 foll-vfork.exp: New files, move here from gdb.hp.
3640 * gdb.base/page.exp: New file, test of pagination command.
3641
3642 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
3643 recursion test.
3644 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
3645
3646 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
3647 gdb.base/solib.exp: Fix compiler invocation process.
3648
3649 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
3650 HP-UX 11, turn off overload resolution explicitly.
3651 * gdb.base/commands.exp: Set argument list explicitly, add
3652 watchpoint test.
3653 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
3654 them work.
3655 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
3656 expressions properly.
3657 * gdb.base/corefile.exp: Loosen the match slightly.
3658 * gdb.base/default.exp: Allow "Error accessing memory" message
3659 also.
3660 * gdb.base/display.exp: Skip over x/0 j if PA64.
3661 * gdb.base/funcargs.exp: Add xfails for HP-UX.
3662 * gdb.base/interrupt.exp: Ditto.
3663 * gdb.base/langs.exp: Add symbolic matches governed by compiler
3664 in use.
3665 * gdb.base/list.exp: Add xfails for HP-UX.
3666 * gdb.base/long_long.exp: Refine some of the numeric matches.
3667 * gdb.base/mips_pro.exp: Xfail on HP-UX.
3668 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
3669 * gdb.base/nodebug.exp: Succeed on more varieties of output.
3670 * gdb.base/opaque.exp: Remove some HP-UX xfails.
3671 * gdb.base/ptype.exp: Succeed on more varieties of output.
3672 * gdb.base/scope.exp: Add xfails for HP-UX.
3673 * gdb.base/sect-cmd.exp: Add more cases.
3674 * gdb.base/setvar.exp: Add xfails for HP-UX.
3675 * gdb.base/shlib-call.exp: Loosen some matches slightly.
3676 * gdb.base/signals.exp: Match on void symbolically.
3677 * gdb.base/step-test.exp: Add case for PA64.
3678 * gdb.base/term.exp: Add exit and restart.
3679 * gdb.base/twice.exp: Clean up after self.
3680 * gdb.base/varargs.exp: Disable overload resolution explicitly.
3681 * gdb.base/whatis.exp: Allow more ways to pass tests.
3682
3683 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
3684 no longer useful.
3685
3686 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
3687
3688 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
3689 list of patterns.
3690 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
3691 print_double_array(double_array)", "continuing to breakpoint
3692 1018", "print print_double_array(array_d)" and "continuing to
3693 1034" tests.
3694
3695 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3696
3697 * Makefile.in: Add empty html and install-html targets.
3698
3699 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
3700
3701 * config/mt-*: Remove, these haven't been used since 1996.
3702
3703 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
3704
3705 * gdb.base/call-strs.c, gdb.base/ending-run.c,
3706 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
3707 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
3708
3709 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
3710
3711 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
3712 simpler match case for the ptype of the big class.
3713
3714 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3715
3716 * gdb.exp: Fix test for gdb_prompt existence.
3717
3718 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3719
3720 * gdb.exp (gdb_test): Add fail after calls to perror.
3721
3722 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3723
3724 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
3725
3726 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3727
3728 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
3729
3730 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
3731
3732 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
3733 malloc() is linked in.
3734
3735 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3736
3737 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
3738 step at end.
3739
3740 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
3741
3742 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
3743
3744 * gdb.java/jv-print.exp: New file. (Our first Java test!)
3745
3746 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
3747
3748 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
3749 * gdb.base/mips_pro.exp: Likewise.
3750
3751 1999-06-02 Keith Seitz <keiths@cygnus.com>
3752
3753 * gdb.c++/templates.cc: Change all "new" operators to throw
3754 an exception.
3755 * gdb.c++/cplusfuncs.cc: Likewise.
3756
3757 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
3758
3759 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
3760
3761 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
3762 * gdb.base/ending-run.exp: When stepping out of main, accept a
3763 step into an arbitrary assembler file.
3764
3765 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3766
3767 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
3768 "breakpoint-invalid" to be printed.
3769 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
3770 number of "frames-invalid" and "breakpoint-invalid" to be printed.
3771 * gdb.base/annota2.cc: Initialize a.x to 0.
3772
3773 1999-05-17 Keith Seitz <keiths@cygnus.com>
3774
3775 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
3776 when "skip_float_tests" set.
3777 Ditto for "print print_double_array(array_d)", "print print_small_structs",
3778 "print print_ten_doubles", and "step into print_long_arg_list".
3779 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
3780 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
3781 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
3782 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
3783 "skip_float_tests" is set.
3784 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
3785 when "skip_float_tests" set.
3786
3787 1999-05-06 Keith Seitz <keiths@cygnus.com>
3788
3789 * gdb.base/annota2.cc: Include stdio.h.
3790
3791 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
3792
3793 * gdb.base/crossload.exp: Remove, this has been disabled ever
3794 since BFD stopped including all targets, and cross-GDB gets
3795 plenty of testing anyway.
3796 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
3797 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
3798 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
3799 * gdb.base/README: Remove, was doc for this.
3800 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
3801 needed.
3802
3803 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3804
3805 * gdb.base/call-ar-st.exp: Fix one regular expression in test
3806 output.
3807
3808 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
3809 * gdb.base/annota2.exp: New file. More annotation tests.
3810 * gdb.base/annota1.c: New file. Source file for annota1.exp.
3811 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
3812
3813 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
3814
3815 * config/cfdbug.exp: New file.
3816
3817 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
3818
3819 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
3820 Marcus Daniel's and Dale Hawkins's demangler crashes.
3821
3822 * gdb.c++/demangle.exp (test_gnu_style_demangling,
3823 test_lucid_style_demangling, test_arm_style_demangling,
3824 test_hp_style_demangling): Try Tom Tromey's core-dumping
3825 identifier under each demangling style.
3826
3827 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
3828
3829 * gdb.c++/demangle.exp: Include the current demangling style
3830 in all test names.
3831 (current_demangling_style): New global variable.
3832 (set_demangling_style, test_demangling_core, test_demangling,
3833 test_demangling_exact): New functions.
3834 (test_gnu_style_demangling, test_lucid_style_demangling,
3835 test_arm_style_demangling, test_hp_style_demangling): Use those,
3836 instead of calling gdb_test and gdb_test_exact directly.
3837 (catch_demangling_errors): New function, which reports errors
3838 signalled by the demangling test functions in an orderly way.
3839 (do_tests): Use catch_demangling_errors.
3840
3841 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
3842
3843 * gdb.base/signals.exp (test_handle_all_print): Use () for
3844 grouping in expressions, not {}.
3845
3846 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
3847 initialized yet.
3848
3849 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
3850
3851 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
3852 are listed.
3853
3854 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
3855
3856 * gdb.stabs/weird.exp: Test for CC being defined before
3857 looking at its value.
3858
3859 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
3860
3861 * gdb.base/call-ar-st.exp: Remove stray '#'.
3862 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
3863 "short int" and "long int".
3864 * gdb.c++/overload.cc: Cast the string added in the previous
3865 change, to mollify finicky HP compiler.
3866 * gdb.hp/reg-test.exp (testfile): Fix file name.
3867 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
3868
3869 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
3870 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
3871 alternate form of enum ptype.
3872
3873 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
3874
3875 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
3876 * gdb.hp/*.exp: Change all to run compiler probe only after
3877 passing skip_hp_tests, so as not to waste time on guaranteed
3878 failure.
3879
3880 * gdb.c++/overload.cc: Pass string instead of char addr, always
3881 init ccpfoo.
3882 * gdb.c++/templates.cc: Fix syntax error.
3883
3884 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3885
3886 * gdb.base/commands.exp: Add test for correct position of '>'
3887 when issuing the 'commands' command after a 'while' or 'if'
3888 command.
3889
3890 1999-03-18 James Ingham <jingham@cygnus.com>
3891
3892 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
3893
3894 * gdb.c++/method.exp: It was testing an uninitialized int on the
3895 stack and assuming it was positive.
3896
3897 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
3898
3899 * gdb.base/step-test.exp: Catch a case where finish is broken and
3900 keep it from killing the rest of the tests.
3901 Use gdb_continue_to_end.
3902
3903 * gdb.base/sigall.exp: use gdb_continue_to_end.
3904
3905 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
3906
3907 * gdb.base/display.exp: use runto_main, not run.
3908
3909 * gdb.base/default.exp: Check for the current error message in the
3910 r abbreviation test.
3911 Add strongarm to the targets that know info float.
3912
3913 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
3914 run which doesn't work with monitors.
3915
3916 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
3917
3918 * gdb.base/break.exp: use the gdb_continue_to_end proc.
3919
3920 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
3921 program. Traps the case (in Cygmon) when the program never really
3922 exits. Same as Mark's continue_to_exit, but I had put it in a lot
3923 more places, so I used my name. Sorry Mark...
3924
3925 * config/monitor.exp (gdb_target_monitor): added another
3926 target_info parameter: remotebinarydownload. This will set the
3927 remotebinarydownload flag if this is causing some boards trouble.
3928
3929 1999-03-18 Mark Salter <msalter@cygnus.com>
3930
3931 * lib/gdb.exp (continue_to_exit): New function.
3932
3933 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
3934 * gdb.base/ending-run.exp: Ditto.
3935 * gdb.base/step-test.exp: Ditto.
3936
3937 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
3938
3939 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
3940 (suggested by Art Haas <ahaas@neosoft.com>).
3941
3942 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
3943
3944 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
3945
3946 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
3947
3948 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
3949 descriptions of types (short unsigned int vs unsigned short, etc).
3950
3951 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
3952
3953 * gdb.base/call-strs.exp: Don't assume that `step' will step over
3954 a call to strlen; sometimes we do have sources.
3955
3956 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
3957
3958 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
3959 character, so GDB won't print garbage after its end.
3960
3961 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
3962 breakpoint there instead. Sometimes GCC emits memcpy to handle
3963 the large structures being passed by value, so we step into that
3964 instead of sum_array_print, which obscures what we're really testing.
3965 * gdb.base/step-test.exp: However, we do want a test that notices
3966 the bizarre steps into memcpy, so do that here. Add check for
3967 stepping into function calls that pass large structures by value.
3968 ("Is that a noun clause, or are you just happy to see me?")
3969 Remove all references to specific line numbers.
3970 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
3971 New type and function.
3972 (main): Call large_struct_by_value, passing it a large struct by value.
3973 * lib/gdb.exp (gdb_get_line_number): New function.
3974
3975 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
3976 more portable.
3977
3978 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
3979
3980 * lib/gdb.exp: Doc fixes.
3981
3982 1999-03-05 Nick Clifton <nickc@cygnus.com>
3983
3984 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
3985
3986 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
3987
3988 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
3989 commands. They're not germane to this test, and they don't work
3990 that way on remote targets.
3991
3992 1999-03-01 James Ingham <jingham@cygnus.com>
3993
3994 * Changelog entries merged over from gdb development branch.
3995
3996 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
3997
3998 * lib/gdb.exp (gdbtk_analyze_results): Generic function
3999 for outputting results of test run.
4000
4001 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
4002
4003 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
4004
4005 1999-02-25 Felix Lee <flee@cygnus.com>
4006
4007 * lib/gdb.exp (debug_format): initialize
4008
4009 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
4010
4011 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
4012 * gdb.base/call-rt-st.c: Ditto.
4013
4014 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
4015
4016 * gdb.threads/pthreads.exp (horiz): New variable.
4017 (test_startup): Fix regexps that capture thread numbers.
4018
4019 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
4020
4021 * gdb.base/smoke.exp: Disambiguate two test case names (both
4022 called ``print'').
4023
4024 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4025
4026 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
4027 compilation.
4028
4029 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4030
4031 * gdb.base/miscexprs.exp: Change patterns to match GDB's
4032 actual output formatting.
4033 * gdb.base/smoke.exp: GDB removes leading 0's.
4034 * gdb.base/volatile.exp: Don't check type of remuneration;
4035 that variable is no longer defined in constvars.c.
4036 * gdb.base/step-test.c (main): Exit with explicit exit code.
4037 * gdb.base/step-test.exp: Remove two nexti checks--they are
4038 not portable.
4039
4040 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
4041
4042 * gdb.base/help.exp ("help delete display"): Fix test to match
4043 gdb's output.
4044
4045 * gdb.base/long_long.c (known_types): Initialize values to zero.
4046 * gdb.base/long_long.exp: Step one more line
4047 so 'dec' is initialized in "get to known place". GDB removes
4048 leading zeros. Explicitly ask for hex formatting. Use
4049 unique test case names.
4050
4051 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4052
4053 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
4054
4055 * gdb.c++/method.exp: Add missing close brace.
4056
4057 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
4058
4059 * gdb.base/maint.exp: Use 'set height 0' to disable page
4060 prompting, not 'set height 400'.
4061
4062 Fix a bunch of timeouts.
4063 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
4064 four separate tests, so expect doesn't take forever to match a ton
4065 of text against a regexp with lots of .* forms.
4066 ("maint print psymbols", "maint print symbols"): Make some of
4067 these greps more selective, so that expect doesn't try to wade
4068 through huge piles of output and time out.
4069
4070 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
4071
4072 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
4073 tests: one which doesn't expect shlib events to be reported, and
4074 another which does, but is XFAIL for all platforms other than
4075 HP/UX.
4076
4077 * gdb.base/break.exp: Teach the test suite that the `catch
4078 fork', `catch vfork', and `catch exec' commands produce error
4079 messages on platforms that don't provide these features.
4080
4081 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4082
4083 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
4084 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
4085 (shortening names from solib_threshold.exp etc), won't run on
4086 anything but HP-UX for the foreseeable future.
4087 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
4088 reflect move.
4089
4090 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
4091
4092 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
4093 gdb.trace/Makefile.in (clean): Remove all test executables.
4094
4095 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
4096
4097 * gdb.base/shlib-call.exp: add test cases to verify that gdb
4098 successfully re-sets breakpoints in shared libraries.
4099 * gdb.base/shmain.c (main): return 0, don't fall off the end.
4100
4101 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4102
4103 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
4104 and compiled w/o GCC.
4105
4106 * gdb.hp/watch-cmd.exp: ditto.
4107
4108 * gdb.hp/watch-hp.exp: ditto.
4109
4110 * gdb.hp/xdb1.exp: ditto.
4111
4112 * gdb.hp/xdb2.exp: ditto.
4113
4114 * gdb.hp/dbx.exp: ditto.
4115
4116 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
4117
4118 * constvars.c: Remove C++-isms.
4119 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
4120 with GCC.
4121
4122 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
4123
4124 The following changes are part of the HP merge.
4125
4126 * gdb.base/break.exp: new tests to verify that catchpoints for
4127 fork, vfork, and exec don't trigger inappropriately.
4128
4129 * gdb.base/opaque.exp: compile one file at a time, then link.
4130
4131 * gdb.base/signals.exp: be more restrictive about which hppa
4132 systems receive a setup_xfail. new tests.
4133
4134 * gdb.base/solib_threshold.build: new file.
4135 * gdb.base/solib_threshold.exp: new file.
4136 * gdb.base/solib_threshold.link_opts: new file.
4137 * gdb.base/solib_threshold.mk: new file.
4138 * gdb.base/gen_solib_threshold.c: new file.
4139
4140 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
4141 tests. New tests for enums inside classes.
4142
4143 * gdb.c++/compiler.cc: indicate support of template debugging.
4144
4145 * gdb.c++/demangle.exp: run hp style demangling tests.
4146
4147 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
4148 tests.
4149
4150 * gdb.c++/misc.cc: changes to support new tests.
4151
4152 * gdb.c++/templates.cc: changes to support HP's compiler; changes
4153 to support new tests.
4154
4155 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
4156 gcc, then skip these tests.
4157
4158 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
4159
4160 The following files are part of the HP merge; some had longer
4161 names at HP, but have been renamed to be no more than 14
4162 characters in length.
4163
4164 * gdb.hp/ambiguous.cc: new file.
4165 * gdb.hp/ambiguous.exp: new file.
4166 * gdb.hp/attach.exp: new file.
4167 * gdb.hp/attach2.exp: new file.
4168 * gdb.hp/classes-hp.exp: new file.
4169 * gdb.hp/ctti.exp: new file.
4170 * gdb.hp/ctti-add.cc: new file.
4171 * gdb.hp/ctti-add1.cc: new file.
4172 * gdb.hp/ctti-add2.cc: new file.
4173 * gdb.hp/ctti-add3.cc: new file.
4174 * gdb.hp/dbx.exp: new file.
4175 * gdb.hp/exception.cc: new file.
4176 * gdb.hp/exception.exp: new file.
4177 * gdb.hp/foll-exec.c: new file.
4178 * gdb.hp/foll-exec.exp: new file.
4179 * gdb.hp/foll-fork.c: new file.
4180 * gdb.hp/foll-fork.exp: new file.
4181 * gdb.hp/foll-vfork.c: new file.
4182 * gdb.hp/foll-vfork.exp: new file.
4183 * gdb.hp/inherit-hp.exp: new file.
4184 * gdb.hp/more-steps.exp: new file.
4185 * gdb.hp/namespace.cc: new file.
4186 * gdb.hp/namespace.exp: new file.
4187 * gdb.hp/optimize.exp: new file.
4188 * gdb.hp/pxdb.c: new file.
4189 * gdb.hp/pxdb.exp: new file.
4190 * gdb.hp/quicksort.exp: new file.
4191 * gdb.hp/reg-test.exp: new file.
4192 * gdb.hp/reg-test.s: new file.
4193 * gdb.hp/sized-enum.c: new file.
4194 * gdb.hp/sized-enum.exp: new file.
4195 * gdb.hp/start-stop.exp: new file.
4196 * gdb.hp/templ-hp.cc: new file.
4197 * gdb.hp/templ-hp.exp: new file.
4198 * gdb.hp/thr-lib.c: new file.
4199 * gdb.hp/thr-lib.exp: new file.
4200 * gdb.hp/thr-lib.h: new file.
4201 * gdb.hp/thr-liblib.c: new file.
4202 * gdb.hp/virtfun-hp.c: new file.
4203 * gdb.hp/virtfun-hp.exp: new file.
4204 * gdb.hp/watch-cmd.exp: new file.
4205 * gdb.hp/watch-hp.exp: new file.
4206 * gdb.hp/xdb1.exp: new file.
4207 * gdb.hp/xdb2.exp: new file.
4208 * gdb.hp/xdb3.exp: new file.
4209
4210 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
4211
4212 The following files are part of the HP merge; some had longer
4213 names at HP, but have been renamed to be no more than 14
4214 characters in length.
4215
4216 * gdb.base/ss.h: new file.
4217 * gdb.base/call-ar-st.c: new file.
4218 * gdb.base/call-ar-st.exp: new file.
4219 * gdb.base/call-rt-st.c: new file.
4220 * gdb.base/call-rt-st-exp: new file.
4221 * gdb.base/call-strs.exp: new file.
4222 * gdb.base/ena-dis-br.exp: new file.
4223 * gdb.base/environ.exp: new file.
4224 * gdb.base/long_long.exp: new file.
4225 * gdb.base/sect-cmd.exp: new file.
4226 * gdb.base/shlib-cl2.exp: new file.
4227 * gdb.base/smoke.exp: new file.
4228 * gdb.base/so-impl-ld.c: new file.
4229 * gdb.base/so-impl-ld.exp: new file.
4230 * gdb.base/so-indr-cl.c: new file.
4231 * gdb.base/so-indr-cl.exp: new file.
4232 * gdb.base/varargs.exp: new file.
4233 * gdb.base/volatile.exp: new file.
4234 * gdb.base/whatis-exp.exp: new file.
4235 * gdb.base/display.exp: new file.
4236 * gdb.c++/derivation.exp: new file.
4237 * gdb.c++/local.exp: new file.
4238 * gdb.c++/member-ptr.exp: new file.
4239 * gdb.c++/overload.exp: new file.
4240 * gdb.c++/ovldbreak.exp: new file.
4241 * gdb.c++/ref-types.exp: new file.
4242 * gdb.c++/ref-types2.exp: new file.
4243 * gdb.c++/userdef.exp: new file.
4244
4245 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4246
4247 * gdb.base/default.exp: Reflect wording change in remote.c.
4248
4249 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
4250
4251 * gdb.base/help.exp: Update to reflect current text.
4252
4253 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
4254
4255 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
4256 they're stack variables and contain garbage.
4257 * gdb.c++/anon-union.exp: new file.
4258
4259 The following changes were made by David Taylor
4260 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4261 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4262 in changes by HP.
4263
4264 * gdb.base/bitops.exp: new file.
4265 * gdb.base/default.exp: change expected messages for catch and
4266 info catch tests to reflect HP merge changes.
4267 * gdb.base/enable-disable-break.exp
4268 * gdb.base/ending-run.c: new file.
4269 * gdb.base/long_long.c: new file.
4270 * gdb.base/maint.exp: new file.
4271 * gdb.base/pointers2.exp: new file.
4272 * gdb.base/shlib-call2.exp: new file.
4273 * gdb.base/solib.exp: new file.
4274 * gdb.base/step-test.c: new file.
4275 * gdb.c++/anon-union.cc: new file.
4276 * gdb.c++/local.cc: new file.
4277 * gdb.c++/member-pointer.cc: new file.
4278 * gdb.c++/method.cc: new file.
4279 * gdb.c++/ref-types.cc: new file.
4280 * gdb.c++/ref-types2.cc: new file.
4281 * gdb.c++/userdef.cc: new file.
4282
4283 * gdb.base/scope.exp: compile one file at a time, then link.
4284 * gdb.base/langs.exp: ditto.
4285 * gdb.base/list.exp: ditto.
4286
4287 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
4288
4289 The following changes were made by David Taylor
4290 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4291 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4292 in changes by HP.
4293
4294 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
4295 skip tests. When compiling pass c++ flag to gdb_compile.
4296 * gdb.c++/
4297
4298 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
4299 test for on hppa*-*-hpux*; use args to see if c++ was specified.
4300 (skip_hp_tests): new function.
4301 (gdb_preprocess): new function.
4302
4303 * configure.in (hpdir): decide whether to configure gdb.hp.
4304 * configure: regenerated.
4305
4306 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
4307 to delete on clean.
4308 (EXECUTABLES): update to reflect new additions.
4309 * gdb.base/commands.exp: update message expected.
4310 * gdb.base/default.exp: add copyright notice.
4311 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
4312 * gdb.base/help.exp: update messages to reflect current text.
4313 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
4314 targets for recurse tests.
4315 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
4316 skip this file.
4317
4318 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
4319 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
4320 compilation.
4321 * gdb.c++/misc.exp: ditto.
4322 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
4323 run the tests. tell gdb_compile that it's a c++ compilation.
4324
4325 * gdb.threads/pthreads.exp: fix typo in message.
4326
4327 * gdb.base/all-bin.exp: new file.
4328 * gdb.base/arithmet.exp: new file.
4329 * gdb.base/assign.exp: new file.
4330 * gdb.base/completion.exp: new file.
4331 * gdb.base/cond-expr.exp: new file.
4332 * gdb.base/condbreak.exp: new file.
4333 * gdb.base/define.exp: new file.
4334 * gdb.base/dollar.exp: new file.
4335 * gdb.base/environment.exp: new file.
4336 * gdb.base/eval-skip.exp: new file.
4337 * gdb.base/jump.exp: new file.
4338 * gdb.base/logical.exp: new file.
4339 * gdb.base/pointers.exp: new file.
4340 * gdb.base/relational.exp: new file.
4341 * gdb.base/section_command.exp: new file.
4342 * gdb.base/whatis-expr.exp: new file.
4343
4344 * gdb.base/all-types.c: new file.
4345 * gdb.base/call-array-struct.c: new file.
4346 * gdb.base/call-return-struct.c: new file.
4347 * gdb.base/call-strings.c: new file.
4348 * gdb.base/callfuncs2.c: new file.
4349 * gdb.base/condbreak.c: new file.
4350 * gdb.base/constvars.c: new file.
4351 * gdb.base/display.c: new file.
4352 * gdb.base/int-type.c: new file.
4353 * gdb.base/jump.c: new file.
4354 * gdb.base/miscexprs.c: new file.
4355 * gdb.base/pointers.c: new file.
4356 * gdb.base/pointers2.c: new file.
4357 * gdb.base/shmain.c: new file.
4358 * gdb.base/shr1.c: new file.
4359 * gdb.base/shr2.c: new file.
4360 * gdb.base/solib.c: new file.
4361 * gdb.base/solib1.c: new file.
4362 * gdb.base/solib2.c: new file.
4363 * gdb.base/varargs.c: new file.
4364 * gdb.c++/derivation.cc: new file.
4365 * gdb.c++/overload.cc: new file.
4366 * gdb.c++/ovldbreak.cc: new file.
4367 * gdb.hp/attach.c: new file.
4368 * gdb.hp/attach2.c: new file.
4369 * gdb.hp/average.c: new file.
4370 * gdb.hp/compiler.c: new file.
4371 * gdb.hp/compiler.cc: new file.
4372 * gdb.hp/execd-program.c: new file.
4373 * gdb.hp/follow-exec.c: new file.
4374 * gdb.hp/follow-fork.c: new file.
4375 * gdb.hp/follow-vfork-and-exec.c: new file.
4376 * gdb.hp/misc-hp.cc: new file.
4377 * gdb.hp/more-steps.c: new file.
4378 * gdb.hp/optimize.c: new file.
4379 * gdb.hp/quicksort.c: new file.
4380 * gdb.hp/run-hp.c: new file.
4381 * gdb.hp/start-stop.c: new file.
4382 * gdb.hp/sum.c: new file.
4383 * gdb.hp/templates-hp.cc: new file.
4384 * gdb.hp/thread-local-in-lib.c: new file.
4385 * gdb.hp/thread-local-in-lib.h: new file.
4386 * gdb.hp/thread-local-in-lib.lib.c: new file.
4387 * gdb.hp/vforked-program.c: new file.
4388 * gdb.hp/virtfunc-hp.cc: new file.
4389 * gdb.hp/watchpoint-hp.c: new file.
4390 * gdb.hp/xdb.c: new file.
4391 * gdb.hp/xdb0.c: new file.
4392 * gdb.hp/xdb0.h: new file.
4393 * gdb.hp/xdb1.c: new file.
4394
4395 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
4396
4397 The following change was made by Edith Epstein
4398 <eepstein@cygnus.com> as part of a project to merge in changes
4399 originally made by HP; HP did not create ChangeLog entries.
4400
4401 * gdb.c++/demangle.exp: changed the expected output for some
4402 ARM-style mangling -- removed second reference to datatype.
4403 For example, maint demangle __dt__11T1__pt__2_cFv
4404 T1<char>::~T1<char>(void)
4405 becomes,
4406 maint demangle __dt__11T1__pt__2_cFv
4407 T1<char>::~T1(void)
4408
4409 (test_hp_style_demangling): new hp specific demangling test cases.
4410
4411 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
4412
4413 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
4414 * gdb.trace/backtrace.exp: Likewise.
4415 * gdb.trace/circ.exp: Likewise.
4416 * gdb.trace/collection.exp: Likewise.
4417 * gdb.trace/deltrace.exp: Likewise.
4418 * gdb.trace/infotrace.exp: Likewise.
4419 * gdb.trace/limits.exp: Likewise.
4420 * gdb.trace/packetlen.exp: Likewise.
4421 * gdb.trace/passc-dyn.exp: Likewise.
4422 * gdb.trace/passcount.exp: Likewise.
4423 * gdb.trace/report.exp: Likewise.
4424 * gdb.trace/save-trace.exp: Likewise.
4425 * gdb.trace/tfind.exp: Likewise.
4426 * gdb.trace/tracecmd.exp: Likewise.
4427 * gdb.trace/while-dyn.exp: Likewise.
4428 * gdb.trace/while-stepping.exp: Likewise.
4429
4430 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
4431
4432 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
4433
4434 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
4435
4436 From Brendan Kehoe:
4437 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
4438 int return types.
4439
4440 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
4441
4442 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
4443 remote dos host testing right.
4444
4445 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
4446
4447 * gdb.base/corefile.exp: remove some xfails.
4448
4449 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
4450
4451 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
4452 have different timestamps.
4453
4454 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
4455
4456 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
4457 gdb.base/default.exp: Replace "exec" with "executable".
4458
4459 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
4460
4461 * gdb.base/default.exp: Change else if to elseif from previous
4462 delta.
4463
4464 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
4465
4466 * gdb.base/default.exp: Add brace missing from previous delta.
4467
4468 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
4469
4470 * gdb.base/default.exp: Support test for info float for all
4471 varieties of arm toolchain.
4472
4473 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
4474
4475 * gdb.trace/*.exp: remove "remote_download" command.
4476
4477 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
4478
4479 * gdb.trace/*.exp: remove -gdwarf from compile.
4480
4481 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
4482
4483 * gdb.trace/configure.in(AC_INIT): typo
4484 * gdb.trace/configure: regenerated
4485
4486 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
4487
4488 * config/m68k-emc.exp: New file.
4489 * lib/<emc-support.exp trace-support.exp}: New files.
4490 * configure.in: add new test directory gdb.trace.
4491 * gdb.trace/{configure configure.in Makefile.in}: New files.
4492 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
4493 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
4494 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
4495 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
4496 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
4497 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
4498 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
4499
4500 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
4501
4502 * gdb.c++/classes.exp: Change all regular expressions to match
4503 arbitrary combinations of newline/carriage-return, so that they
4504 will work equally well on Unix and Windows.
4505 * gdb.c++/inherit.exp: ditto.
4506 * gdb.c++/virtfunc.exp: ditto.
4507
4508 1998-08-11 Dawn Perchik <dawn@cygnus.com>
4509
4510 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
4511
4512 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
4513
4514 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
4515 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
4516 to use a0-a3/d0-d3 as needed.
4517
4518 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
4519
4520 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4521 * gdb.disasm/am33.exp: Corresponding changes.
4522
4523 1998-07-11 Felix Lee <flee@cygnus.com>
4524
4525 * gdb.base/callfuncs.exp: add cmp10 test.
4526 * gdb.base/callfuncs.c (cmp10): new function.
4527
4528 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
4529
4530 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
4531 into two parts to get around a synchronization problem in expect.
4532
4533 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
4534
4535 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
4536
4537 * configure.in: Add options for gdbtk testsuite.
4538
4539 * configure: Regenerate.
4540
4541 * gdb.gdbtk: New directory to hold gdbtk tests.
4542
4543 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4544
4545 * gdb.fortran/types.exp: Escape brackets in expect patterns
4546 for test_float_literal_types_accepted tests.
4547 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
4548 before run test.
4549
4550 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
4551
4552 * am33.exp: Just compile, do not link the testcase.
4553 * am33.s: Add ".am33" pseudoop to force am33 mode.
4554
4555 1998-06-25 Felix Lee <flee@cygnus.com>
4556
4557 * gdb.base/setshow.exp: make sure $pc is sane.
4558
4559 * gdb.stabs/weird.exp: split expect patterns properly.
4560
4561 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
4562
4563 * gdb.disasm/am33.s: New disassembler testfile for the am33.
4564 * gdb.disasm/am33.exp: Run it.
4565
4566 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
4567
4568 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
4569 match processing (and eliminate spurious timeouts when running).
4570
4571 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
4572
4573 * gdb.base/signals.exp (test_handle_all_print): put back Mach
4574 exception test, but conditionalize it on target [mach | gnu].
4575
4576 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
4577
4578 * gdb.base/overlays.exp: fixup compile line for linker script.
4579
4580 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
4581
4582 * gdb.fortran/types.exp: don't guess at float size.
4583
4584 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
4585
4586 * gdb.base/exprs.exp: delete test that depends on int size.
4587
4588 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
4589
4590 * config/sim.exp: Removed checks for target triplets.
4591 (gdb_target_sim): Use gdb,target_sim_options.
4592
4593 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
4594
4595 * gdb.base/reread.exp: New file.
4596 * gdb.base/reread1.c: New file.
4597 * gdb.base/reread2.c: New file.
4598
4599 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
4600
4601 * config/sim.exp: Use 'target sim -sparclite' when running
4602 SPARClite programs.
4603
4604 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
4605
4606 * gdb.base/structs2.exp: New file.
4607 * gdb.base/structs2.c: New file.
4608
4609 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
4610
4611 * gdb.asm/common.inc: New file.
4612 * gdb.asm/d10v.inc: New file.
4613 * asm-source.exp: Pass -I's to gas to find .inc files.
4614 Update line numbers in expected output.
4615 * asmsrc1.s: Rewrite.
4616 * asmsrc2.s: Rewrite.
4617 * configure.in: Create arch.inc symlink.
4618 * configure: Regenerate.
4619 * Makefile.in (distclean): Delete arch.inc.
4620
4621 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
4622
4623 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
4624 (t_enum_value2): ditto
4625 (t_enum_value3): ditto
4626 (main): ditto
4627 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4628
4629 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
4630 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
4631 change.
4632 Use gdb_test instead of send_gdb/gdb_expect sequences.
4633
4634 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
4635
4636 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
4637 not void.
4638
4639 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
4640
4641 * gdb.base/branches.c: Code with lots of loops and
4642 subroutines. Used to test gdbs ability to single step through PC
4643 changes, especially to test mips-tdep.c:mips_next_pc
4644
4645 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
4646
4647 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
4648 more rigorous EGCS C++ error checking.
4649
4650 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4651
4652 * gdb.base/help.exp: Clean up `help set args' and `help show args'
4653 tests.
4654 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
4655 function when asleep.
4656 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
4657 for i*86 Linux and SVR4 signal handling problems.
4658 Remove linux xfail for `next to handler in signals_tests_1', fixed
4659 by recent infrun.c change.
4660 Limit backtrace to 10 frames to avoid timeout problems with infinite
4661 stack backtraces.
4662 Adjust expect pattern in `handle all print' test to match Apr 28 1997
4663 target.[ch] change.
4664
4665 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
4666
4667 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
4668 for a newline from gdb before continuing.
4669 (default_gdb_exit): Just look for y or n.
4670 (gdb_test): Detect abnormal exit from GDB running on DOS; if
4671 it does, fail the rests of the tests in the file.
4672
4673 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
4674
4675 * config/cygmon.exp: New file.
4676
4677 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
4678
4679 * gdb.base/list.exp: Fix problem with "list default lines around
4680 main" test on remote targets.
4681
4682 * gdb.base/scope.exp: Fix problem with filelocal_bss before
4683 run test on remote targets.
4684
4685 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
4686
4687 * gdb.asm: New directory.
4688 * configure.in: Configure it.
4689 * configure: Regenerate.
4690 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
4691 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
4692
4693 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
4694
4695 * config/mn10300-eval.exp: New file to support MN10300 eval board.
4696
4697 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
4698
4699 * gdb.base/overlays (several files): Merge the two overlay
4700 managers into one. Change variables (foox, barx, bazx, grbxx)
4701 back into ints but force them to load in their proper sections.
4702
4703 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
4704
4705 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
4706 on-chip insn memory and IMAP1 to upper 128k.
4707 (D10VCopy): Handle memory regions crossing 16k boundaries.
4708 (D10VCopy): Transfer data in 32 bit chunks.
4709
4710 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
4711
4712 * gdb.base/overlays.c (main): Exit normally when result is
4713 correct.
4714
4715 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
4716 map. Include space for printf in .text segment.
4717
4718 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
4719 updated d10v memory VMA/LMA map.
4720 (D10VCopy): Call D10VTranslate.
4721
4722 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
4723
4724 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
4725
4726 * gdb.base/bar.c (barx, bar): Change variable to small array so
4727 that it won't be put into the .sdata - small data -
4728 section. Update reference.
4729 * gdb.base/baz.c (bazx, baz): Ditto.
4730 * gdb.base/foo.c (foox, foo): Ditto.
4731 * gdb.base/grbx.c (grbxx, grbx): Ditto.
4732
4733 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
4734 to be arrays.
4735
4736 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
4737
4738 * gdb.base/overlays.exp: fix up and get working again.
4739 Add tests for backtraces from an overlay function.
4740
4741 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
4742
4743 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
4744 "calling function with watchpoint enabled".
4745
4746 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
4747
4748 * gdb.base/break.exp (test_next_with_recursion): Remove
4749 gdb_suppress_tests for d10v-*-*.
4750 * lib/gdb.exp (gdb_suppress_tests): Disable this function
4751 pending review of whether it is useful or not.
4752
4753 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
4754
4755 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
4756
4757 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
4758
4759 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
4760 * config/dve.exp: New file to support Densan boards.
4761
4762 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
4763
4764 * gdb.base/interrupt.exp: Document problem of simulators, signals,
4765 reads and BSD.
4766
4767 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
4768
4769 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
4770 response.
4771
4772 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
4773
4774 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4775
4776 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
4777 test.
4778
4779 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
4780 target_sizeof_long and target_bigendian_p.
4781 (structs_by_value, structs_by_reference): Check values according
4782 to targets word size and endianess.
4783
4784 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4785
4786 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
4787 output.
4788
4789 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
4790
4791 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
4792 Update test of set args help to match source change.
4793
4794 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
4795
4796 * gdb.base/default.exp: Expect help system output to be in
4797 alphabetical order.
4798 * gdb.base/help.exp: Ditto.
4799
4800 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
4801
4802 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
4803 "i*86-pc-linux-gnu*".
4804 * gdb.base/interrupt.exp: Ditto.
4805 * gdb.base/corefile.exp: Ditto.
4806
4807 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
4808 define vxworks when building the testcase.
4809
4810 * gdb.base/ptype.exp: Fix testnames to be unique.
4811 * gdb.base/radix.exp: Ditto.
4812 * gdb.base/term.exp: Ditto.
4813 * gdb.base/whatis.exp: Ditto.
4814 * gdb.c++/classes.exp: Ditto.
4815
4816 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
4817
4818 * gdb.base/callfuncs.exp: Fix indentation.
4819
4820 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
4821 suppress_flag has been set.
4822 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
4823 target feature.
4824
4825 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
4826
4827 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
4828 the testcase.
4829
4830 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
4831 set_debug_traps() and breakpoint().
4832 * gdb.c++/misc.cc (main): Ditto.
4833 * gdb.c++/templates.cc (main): Ditto.
4834 * gdb.c++/virtfunc.cc (main): Ditto.
4835
4836 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
4837
4838 * lib/gdb.exp(gdb_step_for_stub): New function.
4839 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
4840 exists, reload the executable and do a "continue" instead of
4841 doing a jump.
4842 (runto_main): Use gdb_step_for_stub.
4843
4844 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
4845 tests to have unique names.
4846 * gdb.base/callfuncs.exp: Ditto.
4847 * gdb.base/commands.exp: Ditto.
4848 * gdb.base/default.exp: Ditto.
4849 * gdb.base/help.exp: Ditto.
4850 * gdb.base/list.exp: Ditto.
4851 * gdb.base/opaque.exp: Ditto.
4852 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
4853 similar tests.
4854
4855 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
4856 * gdb.c++/cplusfuncs.cc: Ditto.
4857 * gdb.c++/virtfunc.cc: Ditto.
4858
4859 * config/monitor.exp: Keep track of the last file we saw, rather
4860 than trying to get the info from gdb.
4861
4862 * gdb.fortran/types.exp: Move comment to previous line.
4863
4864 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
4865
4866 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
4867 target mode.
4868
4869 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
4870
4871 From Bob Manson:
4872 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
4873 string from GDB when it connects.
4874
4875 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
4876
4877 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
4878
4879 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
4880 if we can't get a debug format from GDB (we may be testing an
4881 older GDB). Use a 10 second timeout when checking for the format.
4882
4883 * gdb.stabs/weird.exp: Fix quoting.
4884
4885 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
4886
4887 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
4888
4889 * config/arm-ice.exp: New file.
4890
4891 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
4892
4893 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
4894 until it has been modified to work with the new testsuite.
4895
4896 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
4897 testcase won't compile, cause all of the testcases in the file to
4898 fail instead.
4899
4900 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
4901 (gdb_clear_suppressed): New procedure.
4902 (gdb_stop_suppressing_tests): Only clear suppress_flag if
4903 it contains a positive value.
4904
4905 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
4906
4907 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
4908
4909 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
4910
4911 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
4912
4913 * lib/gdb.exp (setup_xfail_format): New function.
4914 (get_debug_format): New function to get debug format.
4915 (debug_format): New global variable to hold last value set
4916 by get_debug_format.
4917 * gdb.base/list.exp: Call get_debug_format and expect some
4918 tests to fail for DWARF 1 and COFF formats.
4919 * gdb.c++/ptype.exp: Ditto.
4920 * gdb.c++/classes.exp: Ditto.
4921 * gdb.c++/cplusfuncs.exp: Ditto.
4922 * gdb.c++/inherit.exp: Ditto.
4923 * gdb.c++/templates.exp: Ditto.
4924 * gdb.c++/virtfunc.exp: Ditto.
4925
4926 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
4927
4928 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
4929 host doesn't have a currently-open connection.
4930
4931 * config/sparclet.exp: Cleanups and fixes to make it generic for
4932 any gdb stub target. Handle cases where gdb doesn't respond when
4933 interrupted in a sane fashion.
4934
4935 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
4936 same thing in a totally different way.
4937
4938 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
4939 setting "timeout".
4940 (gdb_start): We set the global gdb_prompt variable in
4941 default_gdb_init now.
4942
4943 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
4944
4945 * gdb.base/printcmds.exp: Fix "check for floating addition"
4946 regexp to accept results within approx +/- .01 of exact value.
4947 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
4948
4949 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
4950
4951 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
4952 properly.
4953 (gdb_expect): Add optional timeout parameter, and add timeout
4954 value to various calls.
4955 (gdb_suppress_tests): Only give one warning message per group.
4956
4957 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
4958
4959 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
4960 global variables. Handle getting a value for $timeout more
4961 gracefully.
4962
4963 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4964
4965 * lib/gdb.exp: Close connection to remote host if gdb doesn't
4966 initialize.
4967 (default_gdb_init): New procedure; allow gdb_init to be overridden
4968 by a target configuration file.
4969 (gdb_expect): Pass the timeout to remote_expect.
4970
4971 * config/monitor.exp(gdb_load): Fix typo in regexp.
4972
4973 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
4974
4975 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
4976
4977 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
4978
4979 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
4980 here. Call gdb_target_exec before rebooting the target, to make
4981 sure the connection to the target is closed.
4982 (gdb_load): Pass the name of the executable to gdb_target_monitor.
4983 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
4984 Also detect "Timeout reading from remote" error.
4985
4986 * config/gdbserver.exp: Pass the executable being loaded to
4987 gdb_target_monitor. Don't call gdb_file_cmd here; let
4988 gdb_target_monitor do it.
4989
4990 * gdb.disasm/hppa.exp: Don't use exec_output.
4991
4992 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
4993
4994 * gdb.base/list.exp: If we're debugging a non-native target,
4995 try to set the pc register to point to the start of the
4996 program before doing the first list command.
4997
4998 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
4999 test_calls after restarting.
5000
5001 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
5002 reloading.
5003
5004 * gdb.base/watchpoint.exp: Fix typo.
5005
5006 * gdb.base/setshow.exp: Check for use_gdb_stub.
5007
5008 * gdb.base/break.exp: Fix continue until exit test for the gdb
5009 stub case.
5010 * gdb.base/langs.exp: Ditto.
5011
5012 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
5013 gdb_load_offset. If we weren't given a file to load, figure out
5014 what the current file is and use it.
5015
5016 * config/i386-bozo.exp: New file.
5017
5018 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
5019
5020 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
5021 feature.
5022
5023 * config/proelf.exp: New entry.
5024
5025 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
5026
5027 * lib/gdb.exp: Remove spurious .* patterns at the beginning
5028 of regexps.
5029
5030 * gdb.base/watchpoint.exp: Don't run the test_stepping
5031 tests if gdb can't call functions on the target.
5032
5033 * gdb.base/setshow.exp: Don't run the set prompt tests if
5034 the board has gdb_prompt set.
5035
5036 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
5037
5038 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
5039 * gdb.base/commands.exp: Likewise.
5040 * gdb.base/setshow.exp: Likewise.
5041
5042 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
5043
5044 * config/monitor.exp(gdb_start): Look for gdb_prompt target
5045 feature.
5046
5047 * config/i960.exp: New file.
5048
5049 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
5050
5051 * gdb.base/funcargs.exp: Check for gdb,short_int target
5052 feature instead of looking for explicit target triplets.
5053
5054 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
5055
5056 * gdb.base/printcmds.exp: add a couple more tests a la
5057 "p 123DEADBEEF", to check parse_number.
5058 * top.c: change "to enable to enable" to "to enable" in a couple
5059 of help strings.
5060
5061 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
5062
5063 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
5064 on the mn10300.
5065
5066 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
5067
5068 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
5069 where the test executable is run with explicit args.
5070 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
5071
5072 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
5073
5074 * gdb.base/run.c: Use FAKEARGV to build test executable that
5075 does not require a command line arg, since most simulators
5076 don't currently support passing such an arg into the simulated
5077 program.
5078 * gdb.base/commands.exp: Change tests to insert the proper
5079 value as the arg to the first recursive factorial call. Change
5080 compilation line to define FAKEARGV at compile time.
5081
5082 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
5083
5084 * gdb.base/recurse.exp: Enable these tests for the mn10300.
5085 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
5086 function with watchpoint enabled" test.
5087
5088 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
5089
5090 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
5091 Don't call gdb_test when the command doesn't return to a gdb prompt.
5092
5093 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
5094 "Tests restarted" messages.
5095
5096 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
5097
5098 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
5099
5100 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
5101
5102 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
5103 for INFO SYMBOL; add help tests for OVERLAY commands.
5104 * gdb.base/default.exp: add tests for INFO SYMBOL command;
5105 add tests for OVERLAY commands
5106 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
5107 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
5108 * gdb.base/sigall.c: add usestubs code frag
5109 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
5110
5111 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
5112
5113 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
5114 failures.
5115 (gdb_stop_suppressing_tests): Note that tests have restarted.
5116
5117 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
5118
5119 * config/h8300.exp: New file.
5120
5121 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
5122
5123 * gdb.base/setshow.exp: Check for the existence of a
5124 feature, not its value.
5125
5126 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
5127
5128 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
5129
5130 * gdb.base/scope.exp: It's now init0(), not init().
5131
5132 * gdb.base/scope0.c: For now, change init() to be init0().
5133
5134 * config/monitor.exp: Use gdb_serial in preference to serial
5135 or netport.
5136
5137 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
5138 and it's not already set.
5139
5140 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
5141
5142 * gdb.base/setshow.exp: Only test the run command if the target
5143 isn't using a stub and if it supports argument passing.
5144
5145 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
5146
5147 * config/udi.exp(gdb_start): Make sure UDICONF is set
5148 properly before starting gdb.
5149
5150 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
5151
5152 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
5153 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
5154 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
5155
5156 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
5157
5158 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
5159 specialized code to reboot the board, use remote_reboot instead.
5160
5161 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
5162
5163 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
5164
5165 * config/monitor.exp: Make sure we disconnect from the target.
5166 Also, try a reboot/reload cycle instead of failing if the
5167 load fails.
5168
5169 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
5170
5171 * gdb.base/default.exp: Don't set match_max.
5172 * gdb.base/help.exp: Ditto.
5173 * gdb.base/list.exp: Ditto.
5174 * gdb.base/signals.exp: Ditto.
5175
5176 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
5177 set, use remote_ld to download the testcase instead of
5178 the GDB loader.
5179
5180 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
5181
5182 * config/vr5000.exp: New file.
5183
5184 * config/monitor.exp(gdb_target_monitor): Add pattern for
5185 "Ending remote" to detect errors in connecting.
5186
5187 * gdb.base/setshow.exp: Add .* within auto language test.
5188
5189 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
5190 target feature.
5191
5192 * config/monitor.exp(gdb_load): Check for a failure when loading,
5193 and reboot the board if necessary.
5194
5195 * gdb.base/setvar.exp(test_set): Handle multiple prints within
5196 a set of tests. Remove print.* from the patterns being checked.
5197
5198 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
5199
5200 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
5201 refer to gdb_spawn_id.
5202
5203 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
5204 longer used.
5205 * config/sparclet.exp: Ditto.
5206 * config/sparclet-old.exp: Ditto.
5207 * config/slite.exp: Ditto.
5208 * config/sim.exp: Ditto.
5209 * gdb.base/funcargs.exp: Ditto.
5210
5211 * lib/gdb.exp:Remove references to gdb_spawn_id.
5212 (gdb_expect): Move to remote.exp.
5213
5214 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
5215
5216 * config/monitor.exp: Detect the "Couldn't establish connection"
5217 message from GDB.
5218
5219 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
5220
5221 * gdb.base/bitfields.exp: Use runto instead of explicit
5222 gdb_run_cmd/gdb_expect sequences.
5223
5224 * gdb.base/break.exp(text_next_with_recursion): Add match for
5225 gdb_expect call.
5226
5227 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
5228 We also need to handle the "A program is being debugged already"
5229 prompt from gdb. Use gdb_test to set the baud rate.
5230
5231 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
5232 to 20000. Really. I mean it.
5233
5234 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5235
5236 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
5237 fails. If suppress_flag is set, skip perror message about not
5238 being able to send to GDB.
5239 (send_gdb): If suppress_flag is set, don't try to send commands to
5240 GDB.
5241 (gdb_expect): If suppress_flag is set, always fail immediately.
5242 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
5243 (gdb_init): Call gdb_stop_suppressing_tests.
5244 (default_gdb_exit): Ditto.
5245 (default_gdb_start): Ditto.
5246
5247 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
5248 gdb_stop_suppressing_tests as appropriate.
5249 * gdb.base/break.exp: Ditto.
5250 * gdb.base/callfuncs.exp: Ditto.
5251 * gdb.base/commands.exp: Ditto.
5252 * gdb.base/exprs.exp: Ditto.
5253 * gdb.base/funcargs.exp: Ditto.
5254 * gdb.base/list.exp: Ditto.
5255 * gdb.base/recurse.exp: Ditto.
5256 * gdb.base/scope.exp: Ditto.
5257 * gdb.base/structs.exp: Ditto.
5258 * gdb.c++/inherit.exp: Ditto.
5259
5260 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
5261
5262 * config/vr4300.exp: New file.
5263
5264 * gdb.*/*.exp: Call gdb_expect instead of expect.
5265
5266 * lib/gdb.exp(gdb_expect): New function.
5267
5268 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
5269
5270 * lib/gdb.exp(gdb_init): New function.
5271
5272 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
5273 for each individual variable set.
5274
5275 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
5276 name.
5277
5278 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
5279
5280 * gdb.base/scope.exp: Use gdb_test.
5281
5282 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
5283 aborting; the testsuite driver will do that for us (see
5284 gdb_finish). Also, use gdb_test in a few more places.
5285
5286 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5287
5288 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
5289
5290 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
5291
5292 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
5293 and "add_tests" are not at the same address.
5294
5295 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
5296
5297 * gdb.base/ptype.exp: Use gdb_test.
5298
5299 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
5300
5301 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
5302 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
5303 left in. No longer expect them to fail.
5304
5305 * gdb.stabs/*.mt; Deleted, no longer used.
5306 * gdb.stabs/configure.in: Remove references to target makefile
5307 frags.
5308 * gdb.stabs/configure: Rebuilt.
5309
5310 * gdb.disasm/*.mt: Deleted, no longer used.
5311 * gdb.disasm/configure.in: Remove references to target makefile
5312 frags. Use "sh3.s" as the unique filename for this directory.
5313 * gdb.disasm/configure: Rebuilt.
5314
5315 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
5316 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
5317 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
5318
5319 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
5320
5321 * config/udi.exp: Use mondfe,name instead of remote_host.
5322
5323 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
5324
5325 * gdb.base/watchpoint.exp: Don't expect a failure when calling
5326 a function with a watchpoint enabled on the mn10200.
5327
5328 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
5329 before trying to create it!
5330
5331 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
5332
5333 * config/vx.exp: Use hostname instead of netport.
5334
5335 * config/vxworks.exp: New file.
5336
5337 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
5338
5339 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
5340 gdb before assuming everything worked. Send a ^C if a timeout
5341 occurs.
5342
5343 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
5344 $gdb_spawn_id directly.
5345 (gdb_run_cmd): Try _start as well as start. Use the target feature
5346 gdb,start_symbol as the symbol to start from when jumping.
5347
5348 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
5349
5350 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
5351 redundant) test.
5352
5353 * gdb.base/recurse.exp: Relax final value test for 'b' so that
5354 it doesn't lose for 16bit integer systems.
5355
5356 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
5357
5358 * gdb.fortran/types.exp: If the target doesn't support "double"
5359 data types, then expect "real" types to only be 4 bytes.
5360
5361 * gdb.c++/virtfunc.exp: Expect failure for virtual function
5362 call tests if the target doesn't support inferior function calls.
5363
5364 * gdb.base/printcmds.exp: Allow minor deviation in FP values
5365 in printf tests.
5366
5367 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
5368
5369 * gdb.base/help.exp: Disable "help set", "help show", and
5370 "help support". Simplify regexp for "help stack".
5371
5372 * gdb.base/default.exp: Set match_max to 5000 and the timeout
5373 to 60 seconds. Temporarily set match_max to 15000 around the
5374 "info copying" test.
5375
5376 * gdb.base/nodebug.exp: Don't try to do an inferior function
5377 call if the target doesn't support them.
5378 * gdb.base/printcmds.exp: Likewise.
5379 * gdb.base/setvar.exp: Likewise.
5380 * gdb.base/structs.exp: Likewise.
5381 * gdb.c++/templates.exp: Likewise.
5382 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
5383
5384 * gdb.base/recurse.exp: Enable for the mn10200.
5385
5386 * configure.in: Do configure gdb.stabs directory for *-*-elf
5387 targets.
5388 * configure: Rebuilt.
5389
5390 * gdb.base/break.exp: Check for gdb,noresults before testing
5391 exit status and/or results from the target.
5392 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
5393 * lib/gdb.exp: Remove old (now bogus) initialization of
5394 noinferior, noargs, noresults and nosignals.
5395
5396 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
5397
5398 * config/sh.exp: New file.
5399
5400 * config/slite.exp: Try to connect multiple times to the board
5401 before rebooting. Only send a "monitor run" if need_monitor_run
5402 is set.
5403
5404 * gdb.base/break.exp: Don't do the "stub continue" test if
5405 the target has gdb_stub set.
5406
5407 * gdb.base/callfuncs.exp: Increase the timeout.
5408
5409 * gdb.base/interrupt.exp: Don't even try to compile the testcase
5410 if the target has gdb,noinferiorio set.
5411
5412 * gdb.base/list.exp: Increase match_max to 10000 characters.
5413
5414 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
5415
5416 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
5417 target.
5418
5419 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
5420
5421 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
5422
5423 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
5424 trying to delete the copy of gdb. Catch the file delete so we
5425 don't die if the delete fails; also, the file should be copied to
5426 the host, not to the build.
5427
5428 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
5429
5430 * lib/gdb.exp(gdb_test): Surround the result pattern with
5431 parenthesis in case it contains multiple regexps separated
5432 with |.
5433
5434 * gdb.base/watchpoint.exp: Use gdb_test.
5435 * gdb.base/default.exp: Ditto.
5436
5437 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
5438
5439 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
5440
5441 * gdb.base/scope.exp: Use gdb_test.
5442 * gdb.c++/classes.exp: Ditto.
5443 * gdb.c++/inherit.exp: Ditto.
5444
5445 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
5446
5447 * gdb.base/crossload.exp: Don't use execute_anywhere, use
5448 remote_exec instead.
5449 * gdb.base/corefile.exp: Don't be ridiculous.
5450 * gdb.base/*.c: Add missing stub invocations.
5451
5452 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
5453
5454 * config/slite.exp: Miscellaneous fixes.
5455
5456 * lib/gdb.exp: Fix runto.
5457
5458 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
5459 the target.
5460
5461 * gdb.base/watchpoint.exp: Fix regexp.
5462
5463 * lib/gdb.exp(default_gdb_exit): Add a catch to the
5464 close and wait commands, as the descriptor may now be
5465 invalid. Always call "remote_close host".
5466
5467 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
5468
5469 Major rewrite for testsuite revision.
5470
5471 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
5472 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
5473 instead of relying on spawn_id to always contain a valid
5474 spawn id.
5475 (get_compiler_info): New procedure to build the ${binfile}.ci
5476 file, instead of replicating this in N different places.
5477 (gdb_compile): New procedure.
5478
5479 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
5480 appropriate arguments) instead of compile. Use gdb_test in a lot
5481 more places. Use send_gdb instead of send. Always run gdb_start
5482 at the start of a testcase, as this is no longer done magically.
5483
5484 config/*-gdb.exp: Rename without the -gdb suffix.
5485
5486 config/mips.exp: Use remote_close instead of exit_remote_shell.
5487 config/monitor.exp: Use target_info instead of looking at
5488 baud, timeout, etc.
5489 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
5490
5491 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5492
5493 * gdb.c++/templates.exp (test_ptype_of_templates),
5494 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
5495 Update expect patterns for destructors and assignment operators
5496 to match corresponding c-typeprint.c changes.
5497 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
5498 to destructor breakpoint test, GDB should be able to set the
5499 destructor breakpoint without specifying arguments.
5500
5501 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
5502
5503 * gdb.threads/pthreads.exp: Change result for failure to compile due
5504 to lack of pthreads runtime support from an error to simply an
5505 unsupported test, per dejagnu standards.
5506
5507 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5508
5509 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
5510 where GDB exits to reduce pattern match time.
5511 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
5512
5513 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
5514
5515 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
5516
5517 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5518 * gdb.base/default.exp: ditto.
5519 * gdb.base/nodebug.exp: ditto.
5520 * gdb.base/printcmds.exp: ditto.
5521 * gdb.base/ptype.exp: ditto.
5522 * gdb.base/setvar.exp: ditto.
5523 * gdb.base/structs.exp: ditto.
5524 * gdb.base/setshow.c: Guard against uninitialized values of argc.
5525
5526 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
5527
5528 * configure, */configure: Rebuild with autoconf 2.12.
5529
5530 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
5531
5532 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
5533 use new i*86-pc-linux*-gnu quads.
5534 * gdb.base/corefile.exp: Ditto.
5535 * gdb.base/signals.exp: Ditto.
5536 * gdb.base/sigall.exp: Ditto.
5537 * gdb.base/interrupt.exp: Ditto.
5538
5539 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
5540 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
5541 RedHat 4.0.
5542
5543 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
5544 linux. This allows the test case to at least compile on latest
5545 linux, but still not run due to missing the threads runtime library.
5546
5547 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5548
5549 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
5550 directory to search gdb directory. Accept and step over conditional
5551 stack alignment code. Consume $prompt in failure cases.
5552 Reset timeout to $oldtimeout instead of some arbitrary value.
5553 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
5554 timeout problems with infinite stack backtraces.
5555 * gdb.base/ptype.exp (ptype struct link, union tu_link):
5556 Accept function parameters for linkfunc member.
5557
5558 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
5559
5560 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
5561 (CXXFLAGS): Remove, unreferenced.
5562 (B_OPTIONS): Add for -B options and add code to initialize with
5563 previous -B options and also add -B option to pick up cross compiled
5564 runtime.
5565 (TARGET_INCLUDES): Add for -I options and add code to initialize when
5566 doing cross compiles.
5567 (target_alias): Declare global.
5568 (xgcc): Set variable to full path of gcc in build tree. Use findfile
5569 to verify that gcc exists in build tree, and if so set CC to that
5570 gcc and to use B_OPTIONS and TARGET_INCLUDES.
5571
5572 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
5573
5574 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
5575 ptype test for anonymous union. Fixup testcase to match
5576 current gcc debug output.
5577
5578 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
5579
5580 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
5581 force argument to an unsigned long type.
5582
5583 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
5584
5585 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
5586 tests and anonymous union print/ptype tests.
5587 * gdb.base/list.exp (test_forward-search): Increase timeout by
5588 5 minutes for the "search extremely long line" case.
5589 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
5590 completely optional and that the pass/fail messages use the command as
5591 the message if that third arg is a null string.
5592 (gdb_test_exact): Arrange that a null string pattern means match a
5593 null string output rather than any output, which might include random
5594 errors.
5595 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
5596 backtrace test.
5597 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
5598 always failing and failure is now exposed by gdb.exp changes.
5599
5600 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
5601
5602 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
5603 weren't being noted.
5604
5605 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5606
5607 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
5608 * gdb.stabs/weird.exp: Remove v_comb xfails.
5609
5610 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
5611
5612 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
5613 list.exp scope.exp watchpoint.exp]
5614 Make all timeout error msgs explicitly say "(timeout)".
5615
5616 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
5617
5618 * config/monitor.exp: Increase download timeout to 1000 seconds.
5619
5620 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
5621
5622 * config/m32r.exp: Increase timeout to 120 seconds.
5623
5624 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
5625
5626 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
5627 and accept older ordering as obsolescent gcc or gdb.
5628 * gdb.c++/templates.exp: Ditto.
5629 * gdb.c++/virtfunc.exp: Ditto.
5630
5631 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
5632
5633 * gdb.base/coremaker.c: Add code to mmap some data so we
5634 can check that it ends up in the core file.
5635 * gdb.base/corefile.exp: Add test to read mmapped data
5636 from core file.
5637
5638 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
5639
5640 * config/m32r.exp: New file.
5641
5642 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
5643
5644 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
5645 that cflags can contains -gstabs, and work correctly for other tests.
5646
5647 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
5648
5649 * gdb.base/setshow.exp: New file, tests show and set.
5650 * gdb.base/setshow.c: New file, tests show and set.
5651 * gdb.base/help.exp: Add test for help set|show annotate.
5652 * gdb.base/default.exp: Add test for set|show annotate.
5653
5654 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
5655
5656 * testsuite/gdb.base/break.exp: Make backtrace from factorial
5657 errors unique.
5658 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
5659 explicitly.
5660
5661 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
5662
5663 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
5664 and width commands. This is done elsewhere.
5665 * (gdb_start): Don't call gdb_start_sim here. That's already
5666 done in gdb_load. This fixes lots of failures in default.exp.
5667
5668 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
5669
5670 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5671 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
5672 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
5673 in the same we we treat other failures (since it may be an expected
5674 condition), rather than as an error.
5675 * gdb.base/signals.exp (test_handle_all_print): Revert back to
5676 old test format.
5677
5678 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
5679
5680 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
5681 (distclean maintainer-clean realclean): No need to remove files
5682 twice. Nuke the duplicates.
5683 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
5684 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
5685 Remove config.h along with other config files.
5686
5687 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
5688
5689 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
5690 "p func1 ()" and note that rests of tests are skipped.
5691 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
5692 setup_xfails for "print func2::coremaker_local".
5693 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
5694 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
5695 affected by the previous run test.
5696 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
5697 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
5698 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
5699 "pass int powerset tuple" and "pass modeless int powerset tuple".
5700 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
5701 "real write 4" and "real write 8".
5702 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
5703 setup_xfails for "print vs1 after tuple assign 2",
5704 "print \$i after tuple assign 2", and
5705 "print vs2 after tuple assign 2".
5706 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
5707 meaningful error message and return -1 so the caller can
5708 suppress further tests and avoid a cascade of errors.
5709
5710 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
5711
5712 * gdb.base/a1-selftest.exp: Tweak tests to account for new
5713 format for printing version.
5714 * gdb.base/default.exp: Ditto.
5715 * gdb.base/interrupt.exp: Fix problem with cascade of
5716 errors if child process dies while calling a function.
5717
5718 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
5719
5720 * Makefile.in (VPATH): Add
5721 * Makefile.in (Makefile, config.status): Fix rules so things get
5722 remade when necessary.
5723
5724 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
5725
5726 * Makefile.in (just-check): Add path to sibling expect dir
5727 to environment variable specified by RPATH_ENVVAR.
5728
5729 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
5730
5731 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
5732 (just-check): Add shared library paths for libstdc++, tk,
5733 tcl, bfd, and opcodes to the environment variable specified
5734 in RPATH_ENVVAR.
5735 * configure.in: Add support to recognize --enable-shared flag
5736 and generate correct value for RPATH_ENVVAR.
5737 * configure: Regenerated with autoconf.
5738
5739 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
5740
5741 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
5742 include all osf versions.
5743 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
5744 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
5745 when target is linux. When failing to build pthreads test
5746 executable, give more meaningful message.
5747 * gdb.threads/pthreads.c: Hpux also uses old definition of second
5748 arg for pthread_create.
5749
5750 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
5751
5752 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
5753 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
5754 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
5755 and -lpthreads (everybody else).
5756 (test_startup): Fail gracefully if threads are not supported.
5757 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
5758 "p/c array_index("abcdef",2)" when not gcc compiled.
5759 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
5760 "print func2::coremaker_local" when not gcc compiled.
5761 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
5762 "ptype on opaque struct tagname (statically)",
5763 "ptype on opaque struct tagname (dynamically) 1", and
5764 "ptype on opaque struct tagname (dynamically) 2"
5765 for not compiled with gcc.
5766 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
5767 backtrace when compiled with gcc.
5768 * lib/gdb.exp (runto_main): Return result of "runto main" rather
5769 than always return success.
5770
5771 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
5772
5773 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
5774
5775 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
5776
5777 * gdb.base/structs.exp: Undo last change.
5778
5779 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
5780
5781 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
5782 encapsulate all the steps/nexts done during self test, starting
5783 at main, and makes them less sensitive to optimization issues.
5784 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
5785 signal handler" test.
5786 * gdb.threads/pthreads.exp: Only run this for native configs.
5787 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
5788 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
5789 tests.
5790 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
5791 for "runto test_calls(void)" test.
5792
5793 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
5794
5795 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
5796 and don't expect address info in breakpoint confirmations.
5797
5798 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
5799
5800 * gdb.base/list.exp (test_forward_search): Increase timeout
5801 temporarily by 60 seconds for searching extremely long line,
5802 and then reset to old value when done. Increase expect input
5803 buffer to 10000.
5804
5805 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
5806
5807 * gdb.base/list.exp (test_forward_search): Fix to handle very
5808 long source line without overflowing expect's input buffer.
5809
5810 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
5811
5812 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
5813 "buffer_full".
5814
5815 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
5816 "buffer_full".
5817
5818 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
5819 "buffer_full".
5820
5821 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
5822 "buffer_full".
5823
5824 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
5825
5826 * configure.in (configdirs): Add gdb.threads.
5827 * configure: Regenerated with autoconf.
5828 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
5829 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
5830 * gdb.threads/configure: New, generated with autoconf.
5831
5832 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
5833
5834 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
5835
5836 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
5837
5838 * gdb.base/signals.exp (test_handle_all_print): Test separately for
5839 each signal's status in the output of "handle all print".
5840 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
5841 the \r\n sequence that immediately precedes the gdb prompt.
5842 * gdb.base/a1-selftest.exp: Save original timeout and restore
5843 after test.
5844
5845 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
5846
5847 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
5848 symbol.
5849
5850 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5851
5852 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
5853
5854 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
5855
5856 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
5857 timeout by 60 seconds.
5858
5859 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
5860
5861 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
5862 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
5863 error return.
5864
5865 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
5866
5867 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
5868 gdb initialization, also report how long dejagnu waited. Restore
5869 old timeout before doing error return. Temporarily increase timeout
5870 by 3 minutes to allow for slow startups over heavy NFS use.
5871
5872 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
5873
5874 * lib/gdb.exp: Report timeout value for verbosity level 2.
5875 * config/gdbserver.exp: Ditto.
5876 * config/hppro.exp: Ditto.
5877 * config/mips-gdb.exp: Ditto.
5878 * config/monitor.exp: Ditto.
5879 * config/netware.exp: Ditto.
5880 * config/sim-gdb.exp: Ditto.
5881 * config/slite-gdb.exp: Ditto.
5882 * config/udi-gdb.exp: Ditto.
5883 * config/unix-gdb.exp: Ditto.
5884 * config/vx-gdb.exp: Ditto.
5885 * gdb.base/a1-selftest.exp: Ditto.
5886 * gdb.base/a2-run.exp: Ditto.
5887 * gdb.base/break.exp: Ditto.
5888 * gdb.base/corefile.exp: Ditto.
5889 * gdb.base/list.exp: Ditto.
5890 * gdb.base/recurse.exp: Ditto.
5891 * gdb.base/scope.exp: Ditto.
5892 * gdb.base/signals.exp: Ditto.
5893
5894 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5895
5896 * gdb.threads/Makefile.in (docdir): Removed.
5897
5898 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5899
5900 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
5901 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
5902 @srcdir@.
5903 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
5904 autoconf 2.5 or higher.
5905 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
5906
5907 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
5908
5909 * configure: Regenerated.
5910 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
5911 avoid name clashes with SunOS headers.
5912
5913 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
5914
5915 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
5916
5917 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
5918
5919 * gdb.base/callfuncs.exp: Finish last change -- make sure the
5920 prototype information ends up in the compiler info file.
5921
5922 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
5923
5924 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
5925 attempting to regenerate it. Eliminate use of a temporary file
5926 and just generate the info file directly. Source it immediately,
5927 for consistency of use.
5928 * gdb.base/corefile.exp: Ditto
5929 * gdb.base/exprs.exp: Ditto.
5930 * gdb.base/funcargs.exp: Ditto.
5931 * gdb.base/langs.exp: Ditto.
5932 * gdb.base/list.exp: Ditto.
5933 * gdb.base/mips_pro.exp: Ditto.
5934 * gdb.base/nodebug.exp: Ditto.
5935 * gdb.base/opaque.exp: Ditto.
5936 * gdb.base/ptype.exp: Ditto.
5937 * gdb.base/scope.exp: Ditto.
5938 * gdb.base/setvar.exp: Ditto.
5939 * gdb.base/signals.exp: Ditto.
5940 * gdb.base/whatis.exp: Ditto.
5941 * gdb.c++/templates.exp: Ditto.
5942 * gdb.c++/virtfunc.exp: Ditto.
5943 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
5944 whether or not to add -lstdc++ to the compile command line args.
5945
5946 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5947
5948 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
5949 it got fixed by the recent lookup_minimal_symbol_by_pc change.
5950 Increase timeout, a lot of single stepping might be needed if the
5951 target has no hardware watchpoints.
5952
5953 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
5954
5955 * gdb.base/break.exp: Ignore compiler warnings when compiling
5956 break.c.
5957 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
5958 * gdb.base/default.exp: Add h8300 xfails. Handle messages
5959 from remote-sim.
5960 * gdb.base/exprs.exp: Add h8300 xfails.
5961 * gdb.base/funcargs.exp: Likewise.
5962 * gdb.base/nodebug.exp: Likewise.
5963 * gdb.base/printcmds.exp: Likewise.
5964 * gdb.base/ptype.exp: Likewise.
5965 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
5966 h8300 xfails.
5967 * gdb.base/return.exp: Handle float/double precision problems
5968 on the h8300.
5969 * gdb.base/funcargs.c: Explicitly make last constant argument to
5970 call_after_alloca_subr an unsigned long type.
5971 * gdb.base/return.c: Include stdio.h.
5972
5973 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
5974
5975 * config/abug.exp: New file for the older Motorola Bug monitor
5976 that runs on the mvme13x series VME boards.
5977 * config/monitor.exp: Use the new config array for target settings
5978 if they exist.
5979
5980 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
5981
5982 * sim-gdb.exp: Make the SH simulator allocate less space when
5983 it is targeted.
5984
5985 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
5986
5987 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
5988 test.
5989
5990 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
5991
5992 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
5993 "rs6000-*-*" for "list function in include file" when gcc compiled.
5994 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
5995 for "p ctable1[120]".
5996 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
5997 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
5998 Remove setup_xfail for "rs6000-*-*" for
5999 "print 'scope0.c'::filelocal before run".
6000 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
6001 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
6002 since some compilers don't allow both options to be given
6003 on the same command line. Create object file and move it.
6004
6005 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
6006
6007 * gdb.base/corefile.exp: Always regenerate the core file, since
6008 we always regenerate the coremaker program. Detect special case
6009 where registers cannot be read from core file.
6010
6011 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
6012
6013 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
6014 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
6015 * gdb.c++/templates.exp: Only match on basename of file since
6016 some formats like xcoff don't encode directory information.
6017 * gdb.stabs/weird.exp: Use the right sed script for powerpc
6018 and rs6000 AIX xcoff targets.
6019 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
6020 * configure: Regenerate.
6021 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
6022 here, rather than in distclean.
6023
6024 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
6025
6026 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
6027 defined, and use it to compile the test case with -O2. The
6028 native compilation still uses no optimization.
6029 * gdb.base/mips_pro.c: Remove inline assembly code since
6030 it is compiled PIC by default, which results in assembler
6031 warnings that make the testsuite think the compilation
6032 was unsuccessful.
6033
6034 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
6035
6036 * gdb.c++/misc.exp: Add note to message for
6037 "print s.a for foo struct" that this is a known gcc 2.7.2
6038 and earlier bug.
6039
6040 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
6041
6042 * gdb.base/break.exp: Fix pattern for matching "Delete all
6043 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
6044 setup_xfail for deleting all breakpoints test. Fix various
6045 timeout messages to include "(timeout)".
6046 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
6047 for "p t_float_values2(3.14159,float_val2)".
6048 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
6049 for "continue to call2g" when gcc compiled.
6050 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
6051 "up to foo in langs.exp", "show language at foo in langs.exp",
6052 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
6053 and "show language at fsub in langs.exp".
6054 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
6055 "list line 1 in include file", "list message for lines past EOF",
6056 "list function in include file", "list list0.h:foo", and
6057 "list filename:function; nonexistant function".
6058 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
6059 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
6060 and "ptype t_char_array" to be for native cc only.
6061
6062 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
6063
6064 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
6065 setup_xfail for "print coremaker_bss", "print coremaker_ro",
6066 "print func2::coremaker_local", and "backtrace in corefile.exp".
6067
6068 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
6069
6070 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
6071 "bt in signals.exp". This problem only appears when running
6072 the testsuite, and then only intermittently.
6073
6074 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
6075
6076 * gdb.base/return.exp (return_tests): Differentiate between
6077 two tests of continuing.
6078
6079 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6080
6081 * */Makefile.in (maintainer-clean): Remove config.log.
6082 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
6083 * gdb.c++/Makefile.in (PROGS): Add inherit.
6084 (clean): Remove *.ci.
6085
6086 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
6087
6088 * gdb.c++/misc.cc: Add test code from Mike Stump.
6089 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
6090
6091 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
6092
6093 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
6094 to "alpha-*-osf2*" and add comment.
6095 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
6096 setup_xfail for "step over execarg initialization" and
6097 "step over corearg initialization".
6098 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
6099 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
6100 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
6101 gcc compiled for "print coremaker_bss", "print coremaker_ro",
6102 "print func2::coremaker_local", and "backtrace in corefile.exp".
6103 * gdb.base/signals.exp: Build and source signals.ci.
6104 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
6105 to be for gcc only.
6106 * lib/gdb.exp: Move verbose statements outside conditionals.
6107
6108 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6109
6110 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
6111 Feb 3 procfs.c change.
6112
6113 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
6114
6115 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
6116
6117 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
6118
6119 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
6120 from dejagnu's apparent default of 10 seconds, which gives random
6121 results when running the tests over NFS on moderately loaded systems.
6122 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
6123
6124 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
6125
6126 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
6127 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
6128 result reports.
6129
6130 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
6131
6132 * configure.in (CY_AC_PATH_TCLH): Remove.
6133 * configure: Regenerate.
6134
6135 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
6136
6137 * gdb.c++/Makefile.in (clean): Add missing '{'.
6138
6139 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
6140
6141 * lib/gdb.exp: Provide a default value for noinferior.
6142
6143 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
6144 Load libgloss.exp.
6145
6146 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
6147
6148 * gdb.disasm/hppa.exp: Compile directly into an executable, use
6149 the executable, not the .o to run the tests from.
6150
6151 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
6152
6153 * gdb.base/break.exp: Don't test for program exit or exit status
6154 if $noresults if nonzero.
6155 * gdb.base/langs.exp: Likewise.
6156 * gdb.base/watchpoint.exp: Likewise.
6157
6158 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
6159 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
6160 trying to compile the testcase.
6161
6162 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
6163
6164 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
6165 * gdb.base/signals.exp (continue to handler): Likewise.
6166
6167 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
6168
6169 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
6170
6171 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
6172
6173 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
6174
6175 * gdb.base/corefile.exp: Recognize "not found" as failure
6176 when trying to determine if a core file was generated.
6177 If no core file was generate the first time, try again without
6178 the ulimit -c to work around braindamaged shells.
6179
6180 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
6181
6182 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
6183 [] tests with "test" and enclose string in quotes.
6184 * gdb.stabs/configure: Rebuild
6185
6186 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
6187
6188 Changes in sync with expect:
6189 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
6190 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
6191 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
6192 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
6193 argument to AC_REQUIRE.
6194 * configure: Regenerated.
6195
6196 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
6197
6198 * gdb.base/corefile.exp: When generating a core, discard any
6199 error messages about ulimit not found and the "core dumped"
6200 message from the shell that runs the coredumper.
6201
6202 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
6203
6204 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
6205
6206 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
6207 which sed script to run. Expect failure for v_comb test
6208 on PA targets too.
6209
6210 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
6211
6212 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
6213 "print func2::coremaker_local" and for "backtrace in corefile.exp"
6214
6215 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
6216
6217 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
6218 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
6219 "sparc-sun-solaris*" xfails for "p v_comb".
6220 * lib/gdb.exp (default_gdb_start): Fix typo.
6221 * gdb.base/corefile.exp: Allow "Core was generated by ..."
6222 messages to not include the full program name that caused
6223 the core dump since some systems (such as solaris) apparently
6224 truncate this path to about 80 characters.
6225 When generating a core file first try increasing the core file
6226 size limit to unlimited since some systems may default it to
6227 zero, and it is harmless to try it. Move the test for failing
6228 to generate a core file to where it will actually get executed.
6229 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
6230 new gdb result from g++ debug info improvements and make old
6231 pattern obsolescent. Also account for size_t differences
6232 (may be int or long).
6233 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
6234 initialization before function call is placed in the delay slot
6235 and thus appears to be skipped over by commands such as "next".
6236
6237 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
6238
6239 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
6240
6241 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
6242
6243 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
6244 input source file; fix code to compile test to deal with this
6245 convention.
6246 * gdb.c++/*.exp: Likewise.
6247
6248 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
6249
6250 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
6251 "bt in signals.exp".
6252
6253 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
6254
6255 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
6256 "step over execarg initialization" and
6257 "step over corearg initialization".
6258
6259 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
6260
6261 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
6262 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
6263
6264 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
6265
6266 From Rob Savoye (rob@poseidon.cygnus.com)
6267 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
6268 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
6269 configure.in}, gdb.disasm/{Makefile.in, configure.in},
6270 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
6271 configure.in}: Major reworking for autoconfig.
6272 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
6273 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
6274 New files.
6275 * config/unix-gdb.exp: Make GDB global.
6276 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
6277 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
6278 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
6279 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
6280 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
6281 term.exp, twice.exp, watchpoint.exp, whatis.exp},
6282 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
6283 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
6284 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
6285 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
6286 pr-8136.exp, result.exp, string.exp, tuples.exp},
6287 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
6288 to returns as necessary, arrange for test to compile own testcase
6289 executable.
6290 * lib/gdb.exp: Changes for testsuite to compile own test cases.
6291
6292 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
6293
6294 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
6295 clear_xfail at end of test which might not call either pass or fail.
6296 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
6297 "backtrace through signal handler".
6298
6299 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6300
6301 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
6302 continuing from a job control stop signal.
6303 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
6304
6305 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
6306
6307 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
6308 * gdb.base/corefile.exp: Likewise.
6309 * gdb.base/funcargs.exp: Likewise.
6310
6311 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
6312
6313 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
6314 * config/monitor.exp: Add support for setting baud rate.
6315
6316 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
6317
6318 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
6319 i*86-*-linux* xfails for "backtrace through signal handler".
6320 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
6321 "print func2::coremaker_local".
6322 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
6323 alpha-dec-osf2* xfail for
6324 "delete all breakpoints when none".
6325
6326 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
6327
6328 * gdb.base/break.exp: Change test that deletes all breakpoints
6329 when no user breakpoints are installed. A post 4.15 change
6330 causes gdb to no longer prompt in this case.
6331
6332 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
6333
6334 * gdb.base/return.exp (return_tests): Change xfail for test
6335 "correct value returned double test" to stop xfailing at
6336 Solaris 2.5. Apparently the bug has been fixed.
6337
6338 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
6339
6340 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
6341 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
6342
6343 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
6344
6345 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
6346 * gdb.disasm/hppa.s: Corresponding changes.
6347
6348 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
6349
6350 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
6351 makefile fragment.
6352 * config/mt-hpux: Deleted.
6353
6354 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
6355
6356 * Many files: When warning about suppressed tests due to a
6357 nonexistant test binary, avoid incrementing the warning count.
6358
6359 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
6360
6361 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
6362
6363 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6364
6365 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
6366 "sparc-*-solaris2*".
6367
6368 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6369
6370 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
6371 Add global and local variables and initialize them.
6372 * gdb.base/corefile.exp: Test correct mapping of corefile sections
6373 by printing variables. Remove rs6000 and powerpc xfails, BFD now
6374 extracts the file name and terminating signal from the core file.
6375 * TODO: Remove note about tests for correct mapping of corefile.
6376 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
6377 from optimizing it away.
6378 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
6379 handles common blocks.
6380
6381 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
6382
6383 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
6384 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
6385
6386 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
6387
6388 * Makefile.in (maintainer-clean): New target, synonym for
6389 realclean.
6390 * gdb.base/Makefile.in (maintainer-clean): Likewise.
6391 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
6392 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
6393 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
6394 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
6395 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
6396
6397 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
6398
6399 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
6400 xfails when not gcc compiled for "print foo::funclocal".
6401 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
6402 "print foo::funclocal at foo",
6403 "print 'scope1.c'::foo::funclocal at foo",
6404 "print foo::funclocal_bss at foo",
6405 "print 'scope1.c'::foo::funclocal_bss at foo",
6406 "print foo::funclocal_ro at foo",
6407 "print 'scope1.c'::foo::funclocal_ro at foo",
6408 "print bar::funclocal at foo" and
6409 "print 'scope1.c'::bar::funclocal at foo".
6410 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
6411 gcc compiled for "print foo::funclocal at bar".
6412 Expand all messages to ensure that they identify that
6413 the test is at bar().
6414 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
6415 gcc compiled for:
6416 "ptype on opaque struct pointer (statically)",
6417 "ptype on opaque struct tagname (statically)",
6418 "ptype on opaque struct pointer (dynamically) 1",
6419 "ptype on opaque struct tagname (dynamically) 1",
6420 "ptype on opaque struct pointer (dynamically) 2" and
6421 "ptype on opaque struct tagname (dynamically) 2
6422 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
6423 gcc compiled for:
6424 "p datalocal"
6425 "whatis datalocal",
6426 "ptype datalocal",
6427 "p bsslocal",
6428 "whatis bsslocal", and
6429 "ptype bsslocal".
6430 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
6431 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
6432 when not gcc compiled.
6433 * gdb.base/funcargs.exp (float_and_integral_args): Add
6434 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
6435 compiled.
6436 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
6437 "backtrace from call6a" when not gcc compiled.
6438 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
6439 "backtrace from call7a" when not gcc compiled.
6440 * gdb.base/callfuncs.exp (do_function_calls):
6441 Add "hppa*-*-hpux*" xfail when not gcc compiled for
6442 "p t_char_array_values(char_array_val2,char_array_val1)",
6443 "p t_char_array_values(char_array_val1,char_array_val2)",
6444 "p t_char_array_values("carray 1","carray 2")",
6445 "p t_char_array_values("carray 1",char_array_val2)",
6446 "p t_char_array_values(char_array_val1,"carray 2")",
6447 "p sum_args(1,{2})",
6448 "p sum_args(2,{2,3})",
6449 "p sum_args(3,{2,3,4})",
6450 "p sum_args(4,{2,3,4,5})"
6451 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
6452 "backtrace in corefile.exp" when not gcc compiled.
6453
6454 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6455
6456 * gdb.base/signals.exp: Rewrite `handle all print' test as
6457 a procedure. Accept blanks or TABs as whitespace, increase
6458 timeout and expect input buffer size for the large output
6459 from the command. Remove "i*86-*-bsdi2.0" xfail.
6460
6461 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6462
6463 * gdb.base/setvar.exp: Add new testcases for truncation when
6464 assigning invalid values to bitfields.
6465
6466 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
6467
6468 * gdb.base/callfuncs.exp (do_function_calls): Remove
6469 mips-sgi-irix* xfail for
6470 "call inferior func with struct - returns char *"
6471 and fix test so that an optional (unsigned char *) cast is
6472 accepted in the result.
6473
6474 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
6475
6476 * gdb.base/funcargs.exp (float_and_integral_args): Remove
6477 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6478 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
6479 * gdb.base/signals.exp: Remove duplicate "handle all print" test
6480 that accidentally got checked in.
6481
6482 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
6483
6484 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
6485 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
6486 compiled test.
6487 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
6488 Add mips-sgi-irix5* xfail for not gcc compiled.
6489 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6490 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
6491 "p top", "whatis top", "p middle", and "whatis middle".
6492 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
6493 "whatis signed char" for not gcc compiled.
6494 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
6495 "set variable signed char=-1 (-1)" and
6496 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
6497 * gdb.base/funcargs.exp (float_and_integral_args):
6498 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
6499 Add mips-sgi-irix* xfail when not gcc compiled for
6500 "continue to call2b".
6501 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
6502 "continue to call2g".
6503 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
6504 "backtrace from call6a"
6505 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
6506 "backtrace from call7k".
6507 Add mips-sgi-irix5* xfail when not gcc compiled for
6508 "backtrace from call7a".
6509 (localvars_after_alloca): Fix gdb_test cmds for
6510 "print * after runto ...".
6511 Remove rs6000-*-* xfails for
6512 "print i after runto localvars_after_alloca" and
6513 "print l after runto localvars_after_alloca"
6514 for all compilers.
6515 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6516 when not compiled with gcc, for:
6517 "print signed char == (minus)",
6518 "print signed char != (minus)",
6519 "print signed char < (minus)",
6520 "print signed char > (minus)".
6521 * gdb.base/callfuncs.exp (do_function_calls):
6522 Add mips-sgi-irix* xfail, when compiled with native compiler, for
6523 "call inferior func with struct - returns char *".
6524 * gdb.base/return.exp (return_tests): Change xfail for
6525 "correct value returned double test" to include Solaris 2.4.
6526 * gdb.base/funcargs.exp (float_and_integral_args):
6527 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6528
6529 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6530
6531 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
6532 enumeration bitfields if compiling with GNU C.
6533 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
6534 to empty' prompt.
6535
6536 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
6537
6538 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
6539 test for PRO targets.
6540
6541 * gdb.base/funcargs.exp: Avoid ever setting more than 8
6542 breakpoints in the inferior at any given time by making
6543 two groups of breakpoints for call2*, call6* and call7*
6544 tests.
6545
6546 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6547
6548 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
6549 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
6550 from optimizing it away.
6551 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
6552 "call inferior func with struct".
6553
6554 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
6555
6556 * configure.in: Only configure gdb.chill for particular targets.
6557
6558 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
6559
6560 * gdb.base/Makefile.in: Add action to .c.o transformation
6561 rule that generates a .ci file for each .o file and remove
6562 explicit .c.o rules except for callfuncs.o.
6563 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
6564 generates a .ci file for each .o file and remove explicit
6565 .cc.o rules.
6566 (clean): Remove *.tmp *.ci files.
6567 (EXECUTABLES): Remove templ-info.exp.
6568 * gdb.base/compiler.c: New file.
6569 * gdb.c++/compiler.cc: New file
6570 * gdb.base/scope.exp: Source gdb.base/scope.ci.
6571 Change rs6000-*-* xfail for
6572 "print 'scope0.c'::filelocal_ro" and
6573 "print 'scope1.c'::filelocal" and
6574 "print 'scope1.c'::filelocal_bss" and
6575 "print 'scope1.c'::filelocal_ro" and
6576 "print 'scope1.c'::foo::funclocal" and
6577 "print 'scope1.c'::foo::funclocal_ro" and
6578 "print 'scope1.c'::bar::funclocal" and
6579 "print 'scope0.c'::filelocal_ro" and
6580 "print 'scope1.c'::filelocal at foo" and
6581 "print 'scope1.c'::filelocal_bss at foo" and
6582 "print 'scope1.c'::filelocal_ro at foo" and
6583 "print 'scope1.c'::foo::funclocal at foo" and
6584 "print 'scope1.c'::foo::funclocal_bss at foo" and
6585 "print 'scope1.c'::foo::funclocal_ro at foo" and
6586 "print 'scope1.c'::bar::funclocal at foo" and
6587 "print 'scope0.c'::filelocal_ro" and
6588 "print 'scope1.c'::filelocal" and
6589 "print 'scope1.c'::filelocal_bss" and
6590 "print 'scope1.c'::filelocal_ro" and
6591 "print 'scope1.c'::foo::funclocal" and
6592 "print 'scope1.c'::foo::funclocal_bss" and
6593 "print 'scope1.c'::foo::funclocal_ro" and
6594 "print 'scope1.c'::bar::funclocal" and
6595 "print 'scope1.c'::bar::funclocal_bss"
6596 to only be xfail'd when not compiled with gcc.
6597 Add rs6000-*-* xfail for
6598 "print 'scope0.c'::filelocal_bss before run"
6599 when compiled with gcc.
6600 (test_at_main): Add rs6000-*-* xfail for
6601 "print filelocal_ro in test_at_main"
6602 when compiled with gcc.
6603 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
6604 Add rs6000-*-aix* xfail for
6605 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
6606 "ptype t_char_array", not compiled with gcc.
6607 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
6608 xfail for "list foo (in include file)" when gcc compiled.
6609 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
6610 (integral_args): Add rs6000-*-* xfail for
6611 "run to call0a" if not compiled with gcc.
6612 (unsigned_integral_args): Add rs6000-*-* xfail for
6613 "run to call1a" if not compiled with gcc.
6614 (float_and_integral_args): Add rs6000-*-* xfail for
6615 "run to call2a" if not compiled with gcc and for
6616 "continue to call2b" for any compiler.
6617 Add rs6000-*-* xfail to
6618 "print f1 after run to call2a" for gcc compiled.
6619 (discard_and_shuffle): Add rs6000-*-* xfail for
6620 "run to call6a".
6621 (shuffle_round_robin): Add rs6000-*-* xfail for
6622 "backtrace from call7a" if not compiled with gcc.
6623 Add rs6000-*-* xfail for
6624 "backtrace from call7b" if compiled with gcc.
6625 (call_after_alloca): Add rs6000-*-* xfail for
6626 "print c in call_after_alloca" and
6627 "print s in call_after_alloca" and
6628 "backtrace from call_after_alloca_subr"
6629 if not compiled with gcc.
6630 (localvars_in_indirect_call): Add rs6000-*-* xfail for
6631 "print c in localvars_in_indirect_call" and
6632 "print c in localvars_in_indirect_call" and
6633 "backtrace in indirectly called function" and
6634 "stepping into indirectly called function"
6635 if not compiled with gcc.
6636 (localvars_after_alloca): Add rs6000-*-* xfail for
6637 "print c after runto localvars_after_alloca" and
6638 "print s after runto localvars_after_alloca" and
6639 "print i after runto localvars_after_alloca" and
6640 "print l after runto localvars_after_alloca"
6641 for all compilers.
6642 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
6643 than whatis-info.exp.
6644 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
6645 than opaque-info.exp.
6646 Setup rs6000-*-* xfail for
6647 "ptype on opaque struct pointer (statically)" and
6648 "ptype on opaque struct pointer (dynamically)" when
6649 not compiled with gcc.
6650 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
6651 rather than callf-info.exp.
6652 (do_function_calls): Add clear_xfail for rs6000-*-* for
6653 "p t_float_values2(3.14159,float_val2)". Seems to work
6654 fine there, both with xlc and gcc. Need to find out what
6655 it is doing right and fix other platforms.
6656 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
6657 "call inferior func with struct - returns int",
6658 "call inferior func with struct - returns long",
6659 "call inferior func with struct - returns float",
6660 "call inferior func with struct - returns double",
6661 "call inferior func with struct - returns char *",
6662 but only if not gcc compiled (presumes xlc compiled).
6663 Change rs6000-*-* xfails for
6664 "call inferior func with struct - returns char" and
6665 " call inferior func with struct - returns short" to only
6666 xfail if not using gcc.
6667 (clean mostlyclean): Remove *.ci and *.tmp files.
6668 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
6669 than templ-info.exp.
6670 * gdb.base/langs.exp: Source gdb.base/langs.ci.
6671 Add rs6000-*-* xfail for "up to foo in langs.exp"
6672 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
6673 when not gcc compiled.
6674
6675 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6676
6677 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
6678 * gdb.base/corefile.exp: Likewise.
6679 * gdb.base/list.exp: Likewise.
6680 * gdb.base/scope.exp: Likewise.
6681 * gdb.base/siganls.exp: Likewise.
6682
6683 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
6684 compiler output.
6685 * gdb.base/whatis.exp: Likewise.
6686
6687 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
6688
6689 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
6690 failure (opcode table has been fixed to match reality).
6691
6692 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
6693
6694 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
6695 "call inferior func with struct - returns char",
6696 "call inferior func with struct - returns short"
6697
6698 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
6699 "print 'scope0.c'::filelocal at main",
6700 "print 'scope0.c'::filelocal_bss in test_at_main",
6701 "print 'scope0.c'::filelocal at foo",
6702 "print 'scope0.c'::filelocal_bss in test_at_foo",
6703 "print 'scope0.c'::filelocal at bar",
6704 "print 'scope0.c'::filelocal_bss in test_at_bar"
6705
6706 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
6707 in source file 1". This bug seems to have been fixed with both
6708 gcc and native cc (was native assembler bug?).
6709
6710 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
6711
6712 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
6713 "backtrace through signal handler" to "i*86-*-sysv4*".
6714 * gdb.base/signals.exp: Add xfail for "'next' behaved as
6715 continue" case. Add "known SVR4 bug" to fail message.
6716 Add "i*86-*-bsdi2.0" xfail for "handle all print".
6717 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
6718 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
6719 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
6720 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
6721 "up to foo in langs.exp", "show language at foo in
6722 langs.exp", "up to cppsub_ in langs.exp", "show
6723 language at cppsub_ in langs.exp", "up to fsub in
6724 langs.exp", and "show language at fsub in langs.exp".
6725 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
6726 "bactrace in corefile.exp".
6727 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
6728 "call inferior function with struct - returns float" and
6729 "call inferior function with struct - returns double".
6730
6731 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
6732
6733 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
6734 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
6735 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
6736 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
6737
6738 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
6739
6740 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
6741 (or overriden) "CHILL" macro rather then bare "gcc".
6742 Also look for ../../gcc/xgcc since that is what we will
6743 actually need, not "Makefile". Remove following assignment
6744 of CHILL to CHILL_FOR_TARGET because that results in
6745 recursive definition.
6746
6747 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
6748
6749 * gdb.base/corefile.exp: Change xfail for backtrace in
6750 corefile.exp from linuxaout to all linux.
6751 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
6752 cases where we miss the breakpoint at the signal handler
6753 for some reason. Setup xfail for linuxoldld/linuxaout and
6754 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
6755 hitting SIGURG breakpoint.
6756 * gdb.base/signals.exp: Setup xfail for "next" acting like
6757 continue to add linuxoldld. Setup xfail for all linux for
6758 "next to handler in signals_tests_1", "backtrace in
6759 signals_tests_1", "continue to func1", "pass SIGUSR1",
6760 and continue to handler".
6761
6762 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6763
6764 * Update all FSF addresses except those in COPYING* files.
6765
6766 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
6767
6768 * gdb.base/a2-run.exp: Change messages to be more explicit about
6769 the status of args, and quote binfile in results.
6770
6771 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
6772
6773 * gdb.base/callfuncs.exp: Add tests for passing structs to
6774 inferior functions and return various types.
6775 * gdb.base/callfuncs.c: Add functions to receive a struct
6776 and return a member of the struct, in various types.
6777
6778 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6779
6780 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
6781
6782 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6783
6784 * config/vxworks29k.exp: New file, sources vxworks.exp.
6785
6786 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6787
6788 * config/gdbremote.exp: New file. Testing framework using
6789 gdbserver.
6790
6791 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
6792
6793 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
6794 "call function when asleep" and "send end of file".
6795 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
6796 for "backtrace in corefile.exp".
6797 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
6798 for "backtrace through signal handler".
6799 * gdb.base/corefile.exp: Make sure we actually generate a core file
6800 before trying the core tests. Some systems allow the user to suppress
6801 generation of core files and default to that (linux for example).
6802 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
6803 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
6804
6805 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6806
6807 * gdb.threads: New directory with some crude multi-threaded
6808 gdb tests (step.exp and step2.exp).
6809 * config/mt-lynx (STEP_EXECUTABLE): Define.
6810 (THREADFLAGS): Define.
6811
6812 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
6813
6814 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
6815
6816 * gdb.base/signals.exp: Disable whole file for lynx until
6817 further notice.
6818
6819 * gdb.base/signals.exp: xfail test where "next" acts like
6820 "continue" for lynx.
6821
6822 * gdb.base/interrupt.exp: xfail test for calling function while
6823 inferior is asleep for lynx.
6824
6825 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
6826 than one cr-lf after each command.
6827
6828 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6829
6830 * configure.in: Reinstate setting of stabsdirs variable, fix
6831 typo in setting up configdirs for native builds.
6832
6833 * gdb.base/return.exp: Fix typo in return double test.
6834 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
6835 compiler from optimizing them away.
6836
6837 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
6838
6839 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
6840 sequences to be echo'd by gdb when using gdb_test.
6841 * gdb.chill/chexp.exp: Likewise.
6842 * gdb.fortran/exprs.exp: Likewise
6843
6844 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6845
6846 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
6847 after the inferior gdb has started.
6848
6849 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
6850 after each command.
6851 * gdb.base/funcargs.exp: Likewise.
6852 * gdb.base/gdbvars.exp: Likewise.
6853 * gdb.base/interrupt.exp: Likewise.
6854 * gdb.base/list.exp: Likewise.
6855 * gdb.base/watchpoint.exp: Likewise.
6856 * gdb.c++/demangle.exp: Likewise.
6857 * gdb.c++/inherit.exp: Likewise.
6858 * gdb.chill/chexp.exp: Likewise.
6859 * gdb.fortran/exprs.exp: Likewise.
6860
6861 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
6862 test if we can't handle IO to/from the inferior.
6863
6864 * gdb.c++/misc.exp: Always check for a program already being
6865 started after sending a "run" command to gdb.
6866
6867 * gdb.base/twice.exp: Start with a fresh gdb.
6868
6869 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
6870 only depend on gdb's expression code, not the chill runtime.
6871
6872 * gdb.base/return.c: Put return values into variables so we
6873 can have gdb print them rather than depending on the program
6874 to print them.
6875 * gdb.base/return.exp: Corresponding changes.
6876
6877 * lib/gdb.exp: Provide default value for noinferiorio.
6878 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
6879 the inferior.
6880
6881 * gdb.base/break.exp: Always check for a program already being
6882 started after sending a "run" command to gdb.
6883 (text_next_with_recursion): Don't check the output from the
6884 program's printf statement. Instead just make sure the program
6885 exited.
6886
6887 * gdb.base/commands.exp: Protect tests which need arguments with
6888 $noargs conditionals.
6889
6890 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6891
6892 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
6893 of structure member arrays to match gdb/valops.c:value_addr change.
6894
6895 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
6896
6897 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
6898 cases.
6899
6900 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
6901
6902 * configure.in (configdirs): Remove gdb.chill from default list
6903 of subdirs and then add it back in only if doing a native build.
6904 The current chill compiler does not yet work in any cross build.
6905 * Revert all signal changes from Jul 6.
6906 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
6907 for sh-hms targets, allowing these tests to link, with no other
6908 changes. Testing is suppressed by setting "nosignals" in site.exp.
6909
6910 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
6911
6912 * configure.in (signaldirs): Define and add to configdirs for all
6913 targets except some specific ones that are known to not support signals.
6914 Also clean up formatting.
6915 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
6916 (signals, sigall): Remove rules to build.
6917 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
6918 Moved to new gdb.signals directory.
6919 * gdb.signals: New test directory.
6920 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
6921 signals.c signals.exp}: New or moved files.
6922
6923 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
6924
6925 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
6926
6927 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
6928
6929 * gdb.base/return.exp: Xfail `return double' test failure
6930 on at least Solaris 2.3 and handle future/past versions on
6931 a case by case basis as appropriate. Also update message
6932 to include i*86 failures.
6933
6934 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6935
6936 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
6937
6938 * lib/gdb.exp: Fix comment which erroneously identified
6939 gdb_file_cmd as gdb_load (the 19 May change was in fact to
6940 gdb_file_cmd not gdb_load).
6941 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
6942
6943 * gdb.base/setvar.exp: Make test names consistent between pass and
6944 fail cases. Use gdb_test more.
6945
6946 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6947
6948 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
6949
6950 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6951
6952 * gdb.base/help.exp: Fix expected help string for `show commands'.
6953
6954 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
6955
6956 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
6957
6958 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
6959 of a text section.
6960
6961 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
6962
6963 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
6964 that loop eventually terminates. Fix Connection refused logic so
6965 that testsuite will expire nicely.
6966
6967 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
6968
6969 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
6970 config/rom68k.exp: New tcl glue for the appropriate monitors.
6971 These all just end up calling monitor.exp.
6972 * config/monitor.exp (gdb_target_monitor): Handle `Connection
6973 refused' by retrying. Cleanup some timeout issues.
6974 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
6975 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
6976 callers don't have to set/restore global timeout variable.
6977
6978 * The following set of changes centralizes management of the global
6979 timeout variable. This way, it can be set in one target dependent
6980 place instead of dozens of places scattered throughout the test suite.
6981 If you need to lengthen a timeout, then you should either set timeout
6982 in one of the config/{target}.exp files, or multiply it by a factor.
6983 Setting it to an absolute value is always going to lose for some
6984 targets.
6985 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
6986 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
6987 * gdb.base/funcargs.exp: Don't set timeout.
6988 * gdb.base/list.exp (test_forward_search): Only use local timeout.
6989 * gdb.base/printcmds.exp (test_print_string_constants
6990 test_print_array_constants): Don't set timeout.
6991 * gdb.base/ptype.exp: Don't set timeout.
6992 * gdb.base/recurse.exp: Don't set timeout.
6993 * gdb.base/return.exp: Don't set timeout.
6994 * gdb.base/watchpoint.exp: Don't set timeout.
6995 * gdb.c++/classes.exp (do_tests): Don't set timeout.
6996 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
6997
6998 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
6999
7000 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
7001
7002 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7003
7004 * lib/gdb.exp: Disable chill tests for irix5.
7005
7006 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7007
7008 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
7009 each test pass or fail.
7010
7011 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7012
7013 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
7014 xlc not gcc.
7015
7016 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
7017
7018 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
7019
7020 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
7021
7022 * config/est.exp: Fix copyright and comments. Remove dead code.
7023 Use targetname, serialport and baud variables instead of fixed
7024 constants.
7025 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
7026 * config/cpu32bug.exp: New file to support cpu32bug monitors.
7027
7028 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7029
7030 * gdb.base/watchpoint.exp: Don't run
7031 test_watchpoint_triggered_in_syscall for sunos.
7032
7033 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7034
7035 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
7036 they don't seem to exist. Do include stdio.h.
7037
7038 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7039
7040 * gdb.base/a1-selftest.exp: Add alpha xfail.
7041
7042 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7043
7044 * gdb.base/watchpoint.c (main): Prompt before calling read().
7045 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
7046 Revise accordingly. Remove cruft about sending "123" several
7047 times, until it gets noticed. Clean up the "print buf[0]" stuff
7048 so that it passes or fails, and waits for prompts in the usual way.
7049
7050 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7051
7052 * gdb.base/recurse.exp: Fix comment.
7053
7054 * TODO: Remove item about printing variables in nodebug.exp. Add
7055 item about enabling tests which are only run on some targets.
7056
7057 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
7058 fail, make test names unique, use new gdb_test convention
7059 regarding pattern, use gdb_test more, etc.).
7060
7061 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
7062 fail, make test names unique, etc.).
7063
7064 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7065
7066 * gdb.base/nodebug.c: Change return type of top and middle to
7067 short.
7068 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
7069 are fixed by the recent mdebugread.c changes. Allow `short ()'
7070 as type for top and middle.
7071
7072 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7073
7074 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
7075 nearly as I can tell, the whole thing was an accident in Stu's
7076 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
7077 to replace a send/expect pair with gdb_test, but ended up only
7078 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
7079 of 30 Mar 1995 took care of it, but left this vestigial comment
7080 which I am now nuking.
7081
7082 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7083
7084 * gdb.base/break.exp: Look for different line number for
7085 breakpoint at main depending on usestubs.
7086
7087 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7088
7089 * gdb.base/list.exp: Adjust some alternate expect patterns to
7090 match recent list0.c change. Add alternate expect pattern for
7091 output from `list default lines around main' for optimizing
7092 compilers.
7093
7094 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7095
7096 * lib/gdb.exp: If nosignals is not set, set it to 0.
7097
7098 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
7099
7100 * config/slite-gdb.exp: Responds to load symbol table prompt.
7101 * gdb.base/break.exp: Adjust line number, fix rerun.
7102 * gdb.base/langs0.c: Add #ifdef usestubs.
7103
7104 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
7105
7106 * gdb.base/list.exp: Adjust line contents after adding new lines in
7107 list0.c. Also fix a syntax error.
7108
7109 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
7110 * gdb.base/break.exp: ditto.
7111 * gdb.base/list.exp: ditto.
7112 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
7113 * gdb.base/run.c: ditto.
7114 * gdb.base/list0.c: ditto.
7115 * gdb.base/funcargs.c: ditto.
7116
7117 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
7118
7119 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
7120 $targetname, $serialport and $baud instead of hardwired variables.
7121 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
7122 target doesn't support signals.
7123
7124 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
7125
7126 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
7127
7128 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7129
7130 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
7131 Don't rely on the value of an auto variable before it has been
7132 initialized. Use gdb_test more.
7133
7134 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7135
7136 * lib/gdb.exp (default_gdb_version): A version number must start
7137 with a digit, but other than that contains all characters up to
7138 the first whitespace character.
7139
7140 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7141
7142 * gdb.base/commands.exp (breakpoint_command_test): New tests.
7143
7144 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7145
7146 * gdb.c++/*.exp: Warn if executable does not exist. The original
7147 reason for skipping the warning was that configure.in sometimes
7148 intentionally skipped building the executables but the tcl code
7149 had no way of knowing. That (a) was always bogus with respect to
7150 error handling, (b) is no longer true (right now there is no way
7151 to skip C++ tests).
7152
7153 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
7154
7155 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7156
7157 * gdb.base/list.exp: Add expect patterns for output from
7158 SunPRO compiled executables.
7159 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
7160 types.
7161
7162 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7163
7164 * gdb.base/break.exp (test_next_with_recursion): Accept any line
7165 number (we are already testing that the correct source line text
7166 gets printed).
7167
7168 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
7169 that is what is intended, but something needed to be done to get
7170 sunos4 native working again.
7171
7172 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
7173
7174 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
7175 apparently went with a (very) old xfail.
7176
7177 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
7178
7179 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
7180 runto_main is a proc in gdb.exp that will do 'step' for target use
7181 stubs.
7182 * gdb.base/exprs.exp: ditto.
7183 * gdb.base/interrupt.exp: ditto.
7184 * gdb.base/opaque.exp: ditto.
7185 * gdb.base/printcmds.exp: ditto.
7186 * gdb.base/ptype.exp: ditto.
7187 * gdb.base/scope.exp: ditto.
7188 * gdb.base/setvar.exp: ditto.
7189 * gdb.base/signals.exp: ditto.
7190 * gdb.base/twice.exp: ditto.
7191 * gdb.c++/classes.exp: ditto.
7192 * gdb.c++/inherit.exp: ditto.
7193 * gdb.c++/templates.exp: ditto.
7194 * gdb.base/break.exp: no run and hit main for stubs. Change line
7195 numbers for breakpoints and info breakpoint.
7196 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
7197 breakpoint().
7198 * gdb.base/callfuncs.c: ditto.
7199 * gdb.base/exprs: ditto.
7200 * gdb.base/interrupt.c: ditto.
7201 * gdb.base/opaque0.c: ditto.
7202 * gdb.base/printcmds.c: ditto.
7203 * gdb.base/ptype.c: ditto.
7204 * gdb.base/scope0.c: ditto.
7205 * gdb.base/setvar.c: ditto.
7206 * gdb.base/signals.c: ditto.
7207 * gdb.base/twice.c: ditto.
7208 * gdb.c++/misc.cc: ditto.
7209 * gdb.c++/templates.cc: ditto.
7210
7211 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7212
7213 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
7214
7215 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
7216 somewhere between `read' and `main.c'. I'm pretty sure the
7217 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
7218 and it isn't particularly useful.
7219
7220 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
7221
7222 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7223
7224 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
7225
7226 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
7227
7228 * config/mt-slite: add LIBS and -nostdlib.
7229 * config/slite-gdb.exp: add this new file to support sparclite target.
7230
7231 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
7232
7233 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
7234
7235 * gdb.base/a2-run.exp: Change argument to istarget from
7236 "*-*-vxworks" to "*-*-vxworks*".
7237 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
7238
7239 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
7240
7241 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
7242 will not runto main but do a 'step' to step out of breakpoint().
7243 * config/mt-slite: add -Dusestubs.
7244
7245 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7246
7247 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
7248 instead of just @.
7249
7250 * gdb.base/signals.exp: Add test for "handle all print".
7251 * TODO: Remove "handle all print". Also remove item about
7252 checking copyright date (I don't like the idea of a spurious FAIL
7253 based on when we run the tests).
7254
7255 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
7256 for SunOS4 (reason for failure not investigated). Remove
7257 redundant test for $binfile.
7258
7259 * gdb.base/nodebug.c (array_index): Call malloc.
7260
7261 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
7262
7263 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
7264
7265 * gdb.base/recurse.exp: Update gdb_test invocation to use new
7266 conventions and slightly simplify the matching regexp.
7267
7268 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7269
7270 * gdb.base/break.exp: Update gdb_test invocation to use new
7271 convention.
7272
7273 * lib/gdb.exp: If noargs is not set, set it to 0.
7274
7275 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
7276 tests unique.
7277
7278 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
7279
7280 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7281
7282 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
7283 one argument of type "<non-float parameter>".
7284
7285 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
7286
7287 * config/rom68k.exp: New file to support Motorola IDP board.
7288 * gdb.base/a2-run.exp: Skip this file if noargs is set.
7289 * gdb.base/break.c: Change things around so that this program
7290 doesn't depend upon args. This is necessary to make remote
7291 targets work (in general, they can't take args).
7292 * gdb.base/break.exp: Don't try to send args to program. Don't
7293 expect output. Also, replace lots of code with gdb_test.
7294
7295 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7296
7297 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
7298 printing of '\'' (which is what the comment says we are testing,
7299 even though we were not), not '''.
7300 (test_integer_literals_rejected): Test that printing ''' is an error.
7301
7302 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7303 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
7304 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
7305 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
7306 Use gdb_test not test_print_accept.
7307 * lib/gdb.exp: Remove test_print_accept.
7308
7309 * gdb.base/signals.exp (signal_tests_1): Make pass message
7310 consistent with fail message.
7311
7312 * gdb.base/whatis.exp: Remove xfails for printing char vs.
7313 unsigned char; the bug (PR 1821) is fixed.
7314
7315 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
7316
7317 * gdb.base/scope.exp (test_at_localscopes): Call pass for
7318 successful tests--makes xfailing them work right.
7319
7320 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7321
7322 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
7323 only \r\n, not .*. The test can pass .* as the last thing in
7324 $pattern if that is what it wants. In addition to providing this
7325 flexibility, this change should speed up pattern matching in cases
7326 where the pattern already ended with .* (there were a number of
7327 them). This change also helps catch bad patterns--in the old
7328 scheme the typo "char \*" instead of "char \\*" would pass. Now
7329 it is caught.
7330 * Many .exp files: Update callers.
7331
7332 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
7333 clearer and does not spuriously match multiple ('s. Likewise for
7334 ) and *.
7335
7336 * gdb.base/nodebug.exp: Test ability to call a function and pass
7337 it a string (even with no debugging info).
7338
7339 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
7340 "p '\'", which is the same as "p ''" once tcl gets done with
7341 quoting, to "p '\\'", which I suspect is what is intended (one
7342 backslash gets sent to GDB).
7343
7344 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
7345
7346 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7347
7348 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
7349 1817) was fixed literally years ago.
7350
7351 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7352
7353 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
7354 test, it causes stepping out of call_after_alloca_subr with
7355 optimizing compilers.
7356 (localvars_in_indirect_call): Consume GDB prompt if `finish'
7357 fails.
7358
7359 * gdb.c++/templates.exp: Source templ-info.exp only if
7360 the templates executable exists.
7361
7362 * gdb.c++/misc.cc (class Contains_static_instance,
7363 class Contains_nested_static_instance),
7364 gdb.c++/classes.exp (test_static_members): Test printing of
7365 a class that contains a static instance of the class.
7366
7367 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7368
7369 * gdb.base/langs2.c (cppsub_): Don't prototype.
7370 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
7371 only, I believe).
7372
7373 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7374
7375 * lib/gdb.exp (skip_chill_tests): New procedure.
7376
7377 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
7378
7379 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
7380
7381 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
7382 each expect pattern. Cuts runtime from 12 to about 4 seconds.
7383
7384 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7385
7386 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
7387
7388 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
7389 disassemble 8, not 16, instructions for part 4.
7390
7391 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
7392 support the latter anymore.
7393
7394 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
7395 -DNO_PROTOTYPES.
7396 * gdb.base/callfuncs.c: Control use of prototypes based on
7397 NO_PROTOTYPES, not __STDC__.
7398 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
7399 t_float_values2 tests if prototypes in use.
7400
7401 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
7402 t_double_values): When checking differences against DELTA, check
7403 that difference is within the range (-DELTA,DELTA), not just
7404 (-infinity,DELTA).
7405
7406 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
7407
7408 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
7409 'file' command firts, then 'target', then 'load', this is due to gdb
7410 target set up.
7411 * config/mips-gdb.exp: Fix a couple regular exp bugs.
7412
7413 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
7414
7415 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
7416 FP load/store variants.
7417 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
7418
7419 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7420
7421 * gdb.base/term.exp: Do not give a warning if not native, it is
7422 not an abnormal condition.
7423
7424 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
7425
7426 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
7427 t_char_array".
7428
7429 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7430
7431 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
7432 are getting the version number.
7433
7434 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
7435 if not native, it is not an abnormal condition.
7436
7437 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7438
7439 * lib/gdb.exp: Just use "file exists", rather than undocumented
7440 dejagnu procedure "findfile".
7441
7442 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7443
7444 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
7445 (LDFLAGS): Set to -Xlinker -Ur.
7446
7447 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
7448 Removed, these values are set by lib/gdb.exp.
7449
7450 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
7451
7452 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7453
7454 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
7455 of replicating gdb startup code.
7456
7457 * config/mt-vxworks (LDFLAGS): Set to -r.
7458 (CFLAGS_FOR_TARGET): Removed.
7459
7460 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
7461 (gdb) and gdb for vxworks uses (vxgdb).
7462
7463 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
7464 executable is not in the tree and host != target, use sed and
7465 program_transform_name to determine the gdb name used by the
7466 target.
7467
7468 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
7469 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
7470
7471 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7472
7473 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
7474 floats, chars, and shorts where there are ANSI-style function
7475 definitions.
7476
7477 * gdb.base/langs.exp, gdb.base/langs*: New test.
7478 * gdb.base/Makefile.in: Build it.
7479 * TODO: Remove item about checking that C names don't get C++
7480 demangling applied; this test tests it.
7481
7482 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7483
7484 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
7485 went with the const70 xfail. The xfail went away a year ago.
7486
7487 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
7488
7489 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
7490 for hp300.
7491
7492 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
7493
7494 * gdb.base/a1-selftest.exp: Don't run on hp300.
7495
7496 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7497
7498 * Makefile.in (site.exp): Set host_alias and target_alias as well
7499 as host_triplet and target_triplet.
7500
7501 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7502
7503 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
7504
7505 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
7506 places as other ecoff systems).
7507
7508 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
7509 ultrix.
7510
7511 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7512
7513 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
7514 remove them.
7515 * gdb.base/nodebug.exp: Accept "function" in addition to "text
7516 variable and "variable" in addition to "data variable".
7517 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7518
7519 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7520 2.
7521 * gdb.base/list1.c (long_line): Add additional statement at start
7522 of function.
7523 * gdb.base/list.exp (test_forward_search): Update line number to
7524 reflect new statement.
7525
7526 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7527
7528 * gdb.base/signals.exp: Reinitialize searched source directories
7529 after gdb_start call.
7530
7531 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
7532
7533 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
7534 * gdb.stabs/Makefile.in: Likewise.
7535
7536 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
7537 change. Instead split the tests into smaller pieces.
7538 * gdb.disasm/hppa.s: Corresponding changes.
7539
7540 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7541
7542 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7543 Quote ^C when passing it to stty. For some shells ^ is a pipe.
7544
7545 * gdb.base/funcargs.exp: Modify many tests so that every test
7546 either passes or fails. Make some test names unique.
7547
7548 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7549
7550 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7551 Call stty to set interrupt character.
7552
7553 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
7554 for HP assembler versus GNU assembler based on actual behavior of
7555 $(CC), rather than assuming that $(AS) is always the GNU assembler.
7556
7557 * TODO: Suggest a few more stepping tests.
7558
7559 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
7560
7561 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
7562 restart GDB for h8300 after a continue.
7563 (return): Add pattern to match a29k-udi behavior.
7564 * gdb.base/nodebug.exp: Remove obsolete comment.
7565 * gdb.base/regs.exp: New file, testing of register displays.
7566 * gdb.base/return.exp: Fix typo in reference to $objdir.
7567 * gdb.base/whatis.exp: Always start with a fresh GDB.
7568
7569 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7570
7571 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
7572 higher, these tests generate a lot of output.
7573
7574 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7575
7576 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
7577 code following the catch silently ignored some errors; without the
7578 catch they should be thrown like any other tcl error. Also, the
7579 catch used "" instead of {} which meant all the callers who wanted
7580 to include one of the characters "[]$ had to quote it an extra time.
7581 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
7582 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
7583 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
7584 Remove extra quoting.
7585
7586 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
7587
7588 * gdb.base/commands.exp: Make test names unique; every test either
7589 passes or fails. Update some comments.
7590
7591 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
7592
7593 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7594
7595 The following fixes a FAIL caused by the fact that the alpha stabs
7596 configuration didn't use the ".if alpha" code in weird.def.
7597 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
7598 bit pointer, so the 32 bit version works even on the alpha.
7599 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
7600 Remove the stuff which allowed us to have separate versions for
7601 alpha and everything else.
7602
7603 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
7604 regexp which "info func operator\[\](" is supposed to match. Fix
7605 string to send to GDB. Note that GDB still doesn't work right. Add a
7606 new test for "info func .perator\[\](" which GDB does handle correctly.
7607
7608 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
7609
7610 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7611
7612 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
7613 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
7614 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
7615 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
7616 it makes the tests harder to understand and confuses test-o-matic.
7617 The preferred style is that each test provides a PASS or a FAIL,
7618 and has a unique message (e.g. "continue #54" not just "continue")
7619 which is the same for the pass and the fail.
7620 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7621 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
7622 to lib/gdb.exp.
7623 * gdb.base/printcmds.exp: Use test_print_accept. Remove
7624 prt_accept which was basically the same thing. Likewise for
7625 test_print_reject and prt_reject.
7626 * lib/gdb.exp (test_print_reject): Add some more error message
7627 patterns to match from the former printcmds.exp (prt_reject).
7628 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
7629 One defect of the passcount stuff is that some of it failed to
7630 report XPASS where appropriate.
7631 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
7632 stuff before and after arg in expected pattern.
7633 (test_paddr_operator_functions): Re-do test without print_addr_of;
7634 this is the only test which seems to want extra stuff there.
7635
7636 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7637
7638 * gdb.base/nodebug.exp: Update new tests to reflect improved
7639 wording of gdb output.
7640
7641 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
7642 and "ptype" work on variables in files compiled without -g.
7643 Replaces commented out "maint print msymbol" tests.
7644
7645 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7646
7647 * gdb.base/setvar.c (dummy): Call malloc.
7648
7649 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
7650 losing with the irix4 sed.
7651
7652 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
7653 ALRM" on irix4.
7654
7655 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7656
7657 * TODO: Remove items about corefile.exp testing new exec-file and
7658 backtrace; both are now done. Add items about printing enums.
7659
7660 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7661
7662 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
7663 "get signal $thissig" test fails.
7664
7665 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
7666
7667 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7668
7669 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
7670 compiler warning with dec alpha compiler.
7671
7672 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
7673 extra \n from gdb_test call (this explains why the prompt test
7674 that I removed yesterday was there).
7675 (user_defined_command_test): Remove extra \n and prompt test.
7676
7677 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
7678 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
7679 doesn't exist.
7680 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
7681 Also remove alpha workaround, which turns out to be because
7682 SIGABRT == SIGLOST.
7683
7684 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
7685
7686 * gdb.base/help.exp: Don't test "help show".
7687
7688 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7689
7690 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
7691 "set print address" is on.
7692 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
7693 pass prompt to gdb_test; gdb_test already looks for the prompt.
7694
7695 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
7696
7697 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
7698 was a vestige of the manual TESTSTRATEGY, and the purpose of it
7699 was to make sure that gdb can read a core file. But (a) the "read
7700 the corefile" part didn't make it to a1-selftest.exp, we just
7701 delete the corefile after creating it, and (b) we test reading
7702 corefiles in corefile.exp anyway. Also, this test left around a
7703 xgdb process on Solaris.
7704
7705 * gdb.base/corefile.exp: Also test backtrace.
7706
7707 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
7708
7709 * gdb.base/commands.exp: Test a simple user defined command with
7710 arguments and if/while statements; verify the full user command is
7711 printed by "show user".
7712
7713 * gdb.base/commands.exp: Test if/while commands as part of a
7714 breakpoint command list; verify they appear in breakpoint
7715 information.
7716
7717 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7718
7719 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
7720 than by dividing by zero.
7721
7722 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
7723
7724 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
7725 performing an inferior call with watchpoints enabled.
7726 * gdb.base/watchpoint.c (main): Delete second unnecessary read
7727 call.
7728
7729 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7730
7731 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
7732 of "file" command.
7733
7734 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
7735 Add additional pattern for when "int operator int(void);" appears
7736 in a different order.
7737
7738 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7739
7740 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
7741
7742 * gdb.base/help.exp: Replace most of docstrings for "info signals"
7743 and "signal" with ".*".
7744
7745 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7746
7747 * TODO: Add note about "handle all nostop".
7748
7749 * gdb.base/{sigall.c, sigall.exp}: New test.
7750 * gdb.base/Makefile.in: Add it.
7751
7752 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7753
7754 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
7755 when invoking GDB, suppresses any windowing interface.
7756
7757 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
7758
7759 * config/sim-gdb: New file, simulator testing support.
7760
7761 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
7762
7763 * gdb.base/interrupt.exp: Test calling func1 twice.
7764
7765 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
7766
7767 * gdb.base/list.exp (test_forward_search): Set timeout higher
7768 when we'll be getting lots of output from gdb.
7769
7770 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
7771 "init_malloc" to after the expect statement. Run it if that
7772 regexp is taken, but also for two others which happen if source
7773 cannot be found.
7774
7775 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7776
7777 * gdb.base/printcmds.exp: New test, for printing register before
7778 program is running.
7779
7780 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7781
7782 * gdb.base/list.exp: Correct some alternate expect patterns
7783 to reflect changes in list1.c.
7784
7785 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7786
7787 * TODO: Add item regarding large frames.
7788
7789 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
7790
7791 * TODO: Remove item about enabling return.exp; it
7792 is enabled. Suggest a few more "return" tests.
7793
7794 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7795
7796 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
7797 anonymous unions.
7798
7799 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7800
7801 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
7802 and pr-5646.o, so "make" is the same as "make all", not "make
7803 pr-4975.o".
7804
7805 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
7806
7807 * gdb.base/list.exp: Adjust expectations to reflect changes in
7808 list1.c.
7809 (test_forward_search): New test proc.
7810 * gdb.base/list1.c (long_line): New function, has long source line.
7811
7812 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
7813
7814 * gdb.base/a1-selftest.exp: Change initial stepping to know about
7815 additional line of code that was added.
7816
7817 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
7818
7819 * gdb.disasm/hppa.s: Break the large branching tests into smaller
7820 tests so as not to overflow expect's input buffers.
7821 * gdb.disasm/hppa.exp: Corresponding changes.
7822
7823 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7824
7825 Beginnings of template debugging tests.
7826 * gdb.c++/templ-info.cc: New file to test for template
7827 debugging capability of the compiler.
7828 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
7829 templ-info.cc.
7830 * gdb.c++/templates.cc: Add explicit template instantiations
7831 to enable compiling with -fno-implicit-templates. Add destructor
7832 and 'value' method to T5 class for template tests.
7833 * gdb.c++/templates.exp: Add testcases for printing of template
7834 types, setting breakpoints on template methods and calling a
7835 template method.
7836
7837 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
7838
7839 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
7840 branch target since some assemblers (gas-2.5) may emit a
7841 relocation for the branch instead of resolving it in the
7842 assembler.
7843
7844 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7845
7846 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
7847 through signal handler.
7848
7849 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7850
7851 * configure.in (*-*-netware): Use config/mt-netware.
7852
7853 * config/mt-netware: New file.
7854 * config/mt-i386-netware: Removed, separate configs for different
7855 netware architectures are no longer needed now that we have
7856 --with-headers.
7857
7858 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7859
7860 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
7861 by the recent changes to use ANSI C arithmetic conversions.
7862
7863 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7864
7865 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
7866 bug involving using inferior_pid to figure out whether to select a
7867 frame.
7868
7869 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
7870
7871 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
7872 match the current disassembler output.
7873
7874 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
7875
7876 * gdb.fortran/exprs.exp: Expect VOID instead of void.
7877 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
7878 types, expect "int" as type of integer values (for now).
7879
7880 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
7881
7882 * gdb.base/commands.exp: New tests for if/while commands.
7883
7884 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
7885
7886 * lib/gdb.exp (runto): Replace sub-pattern for hex value
7887 by .*, since hex values have different syntax in Chill mode.
7888
7889 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7890
7891 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
7892 linefeed from expect pattern for repeated types with indices > 9.
7893
7894 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
7895
7896 First part of Fortran test suite.
7897 * gdb.fortran: New directory.
7898 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
7899
7900 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7901
7902 * gdb.base/default.exp: Update expect pattern for load command
7903 without arguments.
7904
7905 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7906
7907 * configure.in: Change i386 to i[345]86.
7908 * gdb.base/configure.in: Likewise.
7909 * gdb.c++/configure.in: Likewise.
7910 * gdb.chill/configure.in: Likewise.
7911
7912 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
7913
7914 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
7915 patterns, since that is not a valid context for comments.
7916
7917 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
7918
7919 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
7920 repeated types and repeated types with indices > 9.
7921
7922 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7923
7924 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
7925 2417; old bug has been fixed.
7926
7927 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
7928
7929 * gdb.base/interrupt.exp: When trying to wake up the inferior,
7930 send the newline ourselves instead of assuming gdb_test will do
7931 so when passed an empty input string.
7932
7933 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
7934 stabs testcode.
7935
7936 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7937
7938 * lib/gdb.exp (gdb_test): Don't send anything if the first
7939 argument is an empty string. This makes cases where we want to
7940 match output that is already in expect's buffers (for example,
7941 matching a breakpoint after gdb_run_cmd has been called) work
7942 reliably.
7943
7944 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7945
7946 * config/netware.exp: New file.
7947
7948 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7949
7950 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
7951 the -B and -L prefixes so we can find the debugging stub.
7952
7953 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
7954 there and we are using the gcc from the tree.
7955
7956 * gdb.base/types.c: Removed.
7957
7958 * gdb.base/configure.in: Look for makefile fragments in ../config.
7959 Recognize i386-*-netware.
7960 * gdb.c++/configure.in: Likewise.
7961
7962 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7963
7964 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
7965 the correct TCL syntax.
7966
7967 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7968
7969 * gdb.base/opaque.exp: use runto instead of messing around with
7970 breakpoints. Simplify by using gdb_test.
7971
7972 * gdb.base/bitfields.exp: restart between tests on netware targets
7973 because breakpoints aren't relocated after target death. Run
7974 processes to completion.
7975
7976 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
7977
7978 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
7979
7980 * Makefile.in: Remove extra tabs that confuse some versions
7981 of "make". Use the newly built gdb to test with by default,
7982 rather than the first one in the tester's search path.
7983
7984 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
7985
7986 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
7987
7988 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
7989 condition help.
7990
7991 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7992
7993 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
7994
7995 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
7996 running.
7997 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
7998 * gdb.base/funcargs.exp: Likewise.
7999
8000 * gdb.base/bitfields.exp: Simplify by using gdb_test.
8001 * gdb.base/funcargs.exp: Likewise.
8002
8003 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
8004 message is "".
8005
8006 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8007
8008 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
8009 return,signals,twice}.exp: Handle non-existant binaries
8010 consistantly.
8011
8012 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
8013 * gdb.base/Makefile.in: Don't try to generate a core dump, we
8014 might testing a cross development system.
8015
8016 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8017
8018 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
8019 runtest script is relative to ${srcdir}, not ${rootdir}.
8020
8021 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
8022
8023 * gdb.base/signals.exp: Allow for optionality of breakpoint
8024 address.
8025
8026 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8027
8028 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
8029
8030 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
8031
8032 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
8033 for size_t definition.
8034 * gdb.c++/templates.cc: Likewise
8035
8036 * config/mt-i386-netware: New file.
8037
8038 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
8039 defined.
8040
8041 * gdb.base/Makefile.in: Added support for systems that name core
8042 files by appending "core" to the program name.
8043 * gdb.base/a1-selftest.exp: Likewise.
8044
8045 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8046
8047 * gdb.base/return.exp: Add comment and message for `return double'
8048 test failure on Sparc Solaris.
8049
8050 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
8051
8052 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
8053
8054 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8055
8056 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
8057 from optimizing them away.
8058 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
8059 patterns to include default constructors and assignment operators,
8060 to match gcc versions beyond 2.5.8. Accept any cplus demangling
8061 character in the output of the virtual base pointer.
8062
8063 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8064
8065 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
8066 expression match in print_addr_of to avoid unintented matches.
8067 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
8068 versions up to 2.5.8.
8069
8070 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8071
8072 * gdb.base/list.exp: Tweak alternate pattern for listing of an
8073 included file to run under newer versions of expect.
8074 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
8075 consecutive >'s in templates to accomodate recent cplus-dem.c change.
8076 Remove xfail for the virtual table of BDDHookV.
8077
8078 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8079
8080 * lib/gdb.exp (string_to_regexp): Set a default result.
8081 (default_gdb_start): Fix misleading message.
8082
8083 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
8084
8085 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
8086 Remove all CC, etc definitions.
8087 * config/mt-hpux: New file.
8088 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
8089 (CFLAGS, LDFLAGS): Define.
8090 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
8091
8092 * Makefile.in (site.exp): Don't insert host_os, etc.
8093 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
8094 (distclean): Check existence of subdir.
8095 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
8096 * gdb.base/Makefile.in: General cleanup and simplification.
8097 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8098 to build executables. Use default rule to build .o files.
8099 (EXPECT, RUNTEST, CC): Fix relative pathname.
8100 (site.exp): Don't insert host_os, etc.
8101 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
8102 and/or SIGUSR1 defined.
8103 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
8104 * gdb.c++/Makefile.in: General cleanup and simplification.
8105 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8106 (CFLAGS): Remove.
8107 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
8108
8109 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
8110
8111 * gdb.base/recurse.exp: Misc changes to get tests running again
8112 after Kung's changes to the watchpoint code.
8113 * gdb.base/watchpoint.exp: Likewise.
8114
8115 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
8116
8117 * lib/gdb.exp (string_to_regexp): Convert {\} also.
8118
8119 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8120
8121 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
8122 * lib/gdb.exp (default_gdb_start): Define.
8123 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
8124 gdb.base/funcargs.exp, gdb.base/opaque.exp,
8125 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
8126 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
8127 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
8128 Don't call gdb_target_udi in between tests.
8129
8130 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8131
8132 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
8133 (which was basically just a local version of the same thing). In
8134 addition to avoiding duplication, gdb_test_exact is faster.
8135 * lib/gdb.exp (gdb_test_exact): Fix typo.
8136
8137 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
8138 don't give an error.
8139
8140 * gdb.base/term.exp: Call delete_breakpoints before starting.
8141
8142 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
8143 (t10): Add comment.
8144
8145 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8146
8147 Reorganization of the GDB Test Suite.
8148
8149 * gdb.base: New directory, contains all the basic tests.
8150 * gdb.c++: New directory, tests specific to C++.
8151 * gdb.chill: New directory, tests specific to Chill.
8152 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
8153 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
8154 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
8155 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
8156 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
8157 t30-31 to chill).
8158 * */gdbme.*: Rename to match appropriate expect scripts.
8159 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
8160 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
8161 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
8162 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
8163 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
8164 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
8165 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
8166 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
8167 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
8168 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
8169 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
8170 gdb.c++/virtfunc.cc: New names of C++ files.
8171 * gdb.chill/chillvars.ch: New name of Chill file.
8172 * gdb.base/configure.in, gdb.c++/configure.in,
8173 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
8174 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
8175 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
8176 * configure.in (configdirs): Update to reflect directory changes.
8177 (target_abbrev): No longer define for any configuration.
8178 * Makefile.in: Cosmetic improvements to header comments.
8179
8180 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8181
8182 Various changes to gdb.t31:
8183
8184 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
8185 * gdbme.ch: Make all key-words and predefineds be upper-case.
8186 * chillvars.exp: Expect key-words and predefinds in upper-case.
8187
8188 * chillvars.exp: Use gdb_test_exact many places.
8189 Change expected output for arrays (which now includes index labels).
8190
8191 * pr-5020.exp, gdme.ch (module PR_5020):
8192 New test, for PR-5020.
8193
8194 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
8195
8196 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
8197 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
8198
8199 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
8200
8201 * Makefile.in: Fix bit-rot in definitions of CHILL,
8202 CHILL_FOR_TARGET and Chill_LIB.
8203 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
8204 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
8205 CHILL, and CHILL_LIB.
8206
8207 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
8208
8209 * Revert the previous changes. Please see Rob's directory
8210 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
8211
8212 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
8213
8214 * Makefile.in, configure.in, config/mips-gdb.exp,
8215 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
8216 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
8217 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
8218 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
8219 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
8220 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
8221 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
8222 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
8223 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
8224 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
8225 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
8226 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
8227 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
8228 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
8229 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
8230 changes from 94Q1.
8231
8232 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
8233
8234 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
8235 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
8236 Rob's new testing fragments.
8237
8238 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
8239
8240 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
8241 lib/gdb.exp: Replace error proc calls with perror.
8242
8243 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8244
8245 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
8246 version also, match on casted version strings, and match on
8247 gdb startup case where the line numbers might be messed up.
8248
8249 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
8250
8251 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
8252 (CFLAGS): Delete it from here.
8253
8254 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
8255
8256 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
8257
8258 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
8259
8260 * Makefile.in (RUNTEST): Default to just "runtest".
8261
8262 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8263
8264 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
8265 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
8266 the code has been restructured.
8267
8268 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8269
8270 * gdb.t00/default.exp (set write): Allow any number of \r and/or
8271 \n, not just one of each.
8272
8273 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
8274 /bin/cc gives a warning if you do.
8275
8276 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
8277
8278 * gdb.t24/demangle.exp: change expect pattern of
8279 __t10ListS_link1ZUiRCUiPT0
8280
8281 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8282
8283 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
8284 on local variables in recursive functions.
8285
8286 * gdb.t07/Makefile.in: Build the new test.
8287
8288 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8289
8290 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
8291 directly. Instead compare the return values from actual calls.
8292
8293 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
8294
8295 * Makefile.in (check): Set TCL_LIBRARY for runtest.
8296
8297 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8298
8299 * From Peter Schauer with minor modifications.
8300 * gdb.t15/return.exp (return_tests): Handle targets where "return"
8301 stops in mid-line in the caller. Add xfail for returning a float
8302 value on X86 targets.
8303
8304 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8305
8306 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
8307 to avoid expect lossage.
8308 (fmem_LRbug_tests): Likewise.
8309 * gdb.disasm/hppa.s: Corresponding changes.
8310
8311 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
8312 conditions to work with latest dejagnu/expect.
8313
8314 * gdb.t15/funcargs.exp (finish from indirect call): No longer
8315 expected to fail on the PA.
8316 (backtrace in call with trampolines): Explicitly require main
8317 to be frame #1 (no trampolines should show up in backtrace).
8318
8319 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
8320 "continue -expect".
8321 * gdb.t06/break.exp: Likewise.
8322 * gdb.t07/watchpoint.exp: Likewise.
8323 * gdb.t13/bitfields.exp: Likewise.
8324 * gdb.t15/{funcargs,return}.exp: Likewise.
8325 * gdb.stabs/weird.exp: Likewise.
8326 * config/{mips,udi}-gdb.exp: Likewise.
8327
8328 * hppa.sed: Enclose comments within a sed command to avoid
8329 losing with the old OSF1 sed.
8330
8331 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8332
8333 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
8334 sequent dynix.
8335 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
8336 * gdb.t15/funcargs.exp: Conditionally step again to really
8337 finish from marker_call_with_trampolines. Handle the case where
8338 the first step from within call_with_trampolines already steps
8339 us back to main.
8340 * gdb.t15/gdbme.c: Add comment to closing brace of
8341 call_with_trampolines for funcargs.exp.
8342
8343 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8344
8345 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
8346 Fix typo(s).
8347
8348 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8349
8350 * gdb.t07/gdbme.c: More code for watchpoint testing.
8351
8352 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
8353 "Hardware watchpoint" throughout file.
8354 (test_watchpoint_triggered_in_syscall): New test.
8355 (test_complex_watchpoint): New test.
8356
8357 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8358
8359 * gdbme.c (call_with_trampolines): New function to try and step
8360 into. Tests trampoline problems on the PA.
8361
8362 * funcargs.exp (localvars_in_indirect_call): No longer expect
8363 stepping into indirect call to fail on PAs.
8364 (test_stepping_over_trampolines): New test.
8365
8366 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8367
8368 * TODO: Add suggestions for static member function tests, and
8369 completion tests.
8370
8371 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8372
8373 * TODO: Add suggestions for "p/a" tests.
8374
8375 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
8376 (default_gdb_exit): Replace all the hair with sending "quit" to
8377 the process with a simple close.
8378
8379 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8380
8381 * TODO: Add suggestions for shared library tests.
8382
8383 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8384
8385 * TODO: Add suggestions for x/s tests.
8386
8387 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8388
8389 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
8390 "enable once", and "enable breakpoints once" with ".*".
8391
8392 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8393
8394 * TODO: Add suggestions about structure passing tests.
8395
8396 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8397
8398 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
8399 the primary1 test, use work around if __GNUC__ < 2.
8400 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
8401 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
8402 Test for bad output rather than waiting for timeout. Issue
8403 second continue only if first continue failed.
8404
8405 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8406
8407 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
8408 operator[] test with gdb_test because the old code didn't seem to
8409 be getting the quoting right with the new dejagnu.
8410
8411 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
8412
8413 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
8414 one from the path.
8415 * Makefile.in: Use a fresh expect if there is one, use runtest
8416 from the src tree if there is one.
8417
8418 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8419
8420 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
8421 next over recursive call. Revise the tests from that point on
8422 (which had been skipped) to match GDB's actual (correct) output.
8423
8424 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
8425 with next over a breakpoint whose condition is false.
8426
8427 * gdb.t00/help.exp: Comment out "help set print" tests just like
8428 (and for same reason as) "help set" test.
8429
8430 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8431
8432 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
8433 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
8434
8435 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8436
8437 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
8438 necessary gdb_target_udi.
8439
8440 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
8441
8442 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
8443 1838 and 2417; they are fixed.
8444
8445 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
8446 gdb.t03/ptype.exp (ptype structure, ptype union):
8447 Remove xfails; the test is looser than when the xfails were added.
8448
8449 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
8450 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
8451
8452 * gdb.t01/run.exp: Only run shell test if isnative.
8453
8454 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
8455 since "run" automatically loads if necessary. Call gdb_target_udi
8456 after the "file" since "file" kills any execution target.
8457
8458 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
8459 GDB. GDB doesn't work that way (not anymore at least) on UDI.
8460 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
8461 argument for UDI.
8462
8463 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8464
8465 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
8466
8467 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
8468
8469 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8470
8471 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
8472 properly quoting regexps. This makes the second argument to
8473 demangle a fixed string, which matches the callers, instead of a
8474 shell-style pattern which is what the previous implementation
8475 used. Update some of the callers.
8476
8477 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8478
8479 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
8480 (comib_nullified_tests): Fix typo.
8481 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
8482 strings. No longer expected to fail.
8483
8484 * gdb.disasm/hppa.s (addib_tests): Fix typo.
8485 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
8486 strings. No longer expected to fail.
8487
8488 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
8489 string. No longer expected to fail.
8490
8491 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8492
8493 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
8494 No longer expected to fail.
8495
8496 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
8497 string. No longer expected to fail.
8498
8499 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8500
8501 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
8502 only in the names (I probably got most of them). I was even
8503 generous with some which differed in underscores in names, and
8504 probably missed a few, and I *still* was able to remove almost a
8505 third of the file with almost no impact on testsuite coverage.
8506
8507 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8508
8509 * gdb.t00/default.exp: Match udi_attach error message as well as
8510 the one from child_attach.
8511
8512 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
8513
8514 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
8515
8516 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8517 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8518
8519 * Move test with enums and partial symbols back to
8520 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8521 Reverts the change of 26 May 93. Per today's change to
8522 stabs.texinfo, the behavior that weird.exp was expecting was
8523 unreasonable; what is important is that the compiler+gdb get
8524 things right, which happens with a recent gcc. Also fix the test
8525 to deal with native compilers which put out the stab gdb can't
8526 deal with.
8527
8528 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8529
8530 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
8531 in the names. The main thing these accomplish is to slow things down.
8532 Many more such duplicates surely remain.
8533
8534 * gdb.t00/help.exp: Comment out "help support" test just like
8535 (and for same reason as) "help set" test.
8536
8537 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
8538
8539 * gdb.t06/break.exp: Remove setup_xfails for
8540 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
8541 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
8542 about known bug in gcc to include up through 2.5.8.
8543 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
8544 well as "_vb$".
8545 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
8546 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
8547 with latest gcc and gdb.
8548 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
8549 well as "_vb$".
8550
8551 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8552
8553 * configure.in (hppa*-*-*): Also configure and build stabs-only
8554 tests.
8555
8556 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8557
8558 * gdb.t10/hppa.mt: A makefile fragment for the PA.
8559 * gdb.t10/configure.in (hppa*-*-*): Use it.
8560
8561 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8562
8563 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
8564
8565 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8566
8567 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
8568 versions prior to 1.13.5.
8569
8570 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8571
8572 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
8573 the prompt is at the start of a line.
8574
8575 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8576
8577 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
8578 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
8579 in the copr tests now.
8580 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
8581 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
8582 expected to fail.
8583
8584 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
8585
8586 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
8587 gdb.t31/chillvars.exp, lib/gdb.exp:
8588 Tweak to run under either version of expect.
8589 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
8590 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
8591 * gdb.t11/list.exp: Remove extraneous whitespace.
8592
8593 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8594
8595 * gdb.t16/printcmds.exp (test_print_strings): Accept
8596 "(unsigned char *) " before the string.
8597
8598 * TODO: Add notes about printing of fancy types and GDB expressions.
8599
8600 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
8601
8602 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
8603 * gdb.t06/configure.in: Don't try to compile signals test program
8604 if doing mips-idt-ecoff.
8605
8606 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
8607
8608 * Most .exp files: Tweak to run under either version of expect.
8609
8610 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8611
8612 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
8613 xfails; I'm not sure why they are failing, but not because of PR 1806.
8614
8615 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
8616
8617 * config/unix-gdb.exp: Remove gdb_unload cause it's already
8618 defined in lib/gdb.exp.
8619
8620 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8621
8622 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
8623 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
8624 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
8625 have to be typeless.
8626
8627 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8628
8629 * TODO: Add suggestion for copyright year test.
8630
8631 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
8632
8633 * configure.in (*-*-lynxos*): Add stabs tests.
8634
8635 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8636
8637 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
8638 so insert a tab before any assembler directive in column zero.
8639
8640 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
8641 stores.
8642 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
8643 stores.
8644 (fpu_short_memory_tests): Likewise.
8645
8646 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8647
8648 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
8649 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
8650 .stabs directives in comments.
8651
8652 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8653
8654 * TODO: New file, describing tests we could write.
8655 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
8656
8657 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8658
8659 * gdb.t06/signals.exp: Add kludge to force re-sync.
8660
8661 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
8662 to xgdb instead of gdb, get out of gdb.
8663
8664 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
8665
8666 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
8667 for info.
8668
8669 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8670
8671 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
8672 * gdb.stabs/configure.in (hppa*-*-*): Use it.
8673 * gdb.stabs/hppa.sed: New sed script for the PA.
8674
8675 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8676
8677 * gdb.stabs: Re-write weird.def and configuration to use sed
8678 instead of cpp. sed is portable and POSIX; cpp is neither.
8679
8680 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8681
8682 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
8683
8684 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8685
8686 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
8687
8688 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8689
8690 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
8691 "_vb$".
8692 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
8693 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
8694
8695 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8696
8697 * lib/gdb.exp: Comment out code which depends on non-existent
8698 `transform' procedure.
8699
8700 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
8701
8702 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
8703 * lib/gdb.exp: Transform tool name.
8704 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
8705 1.1's new error handling system.
8706
8707 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8708
8709 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
8710
8711 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8712
8713 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
8714 They made pattern matching so slow that timeouts happened on
8715 heavily loaded systems. Now any output from "show print" which
8716 gets us back to the GDB prompt is a PASS.
8717
8718 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
8719
8720 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
8721
8722 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8723
8724 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
8725
8726 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
8727 It is not from PR 3220.
8728
8729 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8730
8731 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
8732 just started failing because they depended on the order the
8733 subcommands are presented, or exact docstring text. This kind of
8734 test is a pain and has minimal benefit.
8735
8736 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8737
8738 * gdb.t09/corefile.exp: At end of test, use "core" command with
8739 no arguments.
8740
8741 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
8742
8743 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
8744 17}/Makefile.in: Make it possible to run the testsuite with Sun
8745 make and CC = cross gcc by adding explicit build rules for .o
8746 files.
8747
8748 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8749
8750 * gdb.t15/funcargs.exp: Don't put comments on same line as
8751 setup_xfail (@#$*%& tcl braindamage!).
8752
8753 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8754
8755 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
8756
8757 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
8758
8759 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
8760 * gdb.t20/inherit.exp: remove three dumplicate entries.
8761
8762 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8763
8764 * gdb.t06/break.exp: For "next over recursive call", fail on any
8765 incorrect output, not just on "factorial (value=2)".
8766
8767 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8768
8769 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
8770 working now. Add an xfail if accesing a bss variable causes
8771 a memory error if the target is not yet run.
8772
8773 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8774
8775 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
8776 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
8777 name of __st* demangling (2 strings). Did Kung really get the
8778 more than 95 others right without testing them?
8779
8780 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
8781
8782 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
8783
8784 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
8785
8786 * configure.in (configdirs): Add gdb.disasm
8787 * gdb.disasm: New directory for GDB disassembler tests.
8788 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
8789
8790 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8791
8792 * gdb.t00/help.exp: Don't test "help set".
8793
8794 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
8795 from within expect statements. None of these happen anymore and
8796 they cause regressions to be silently unnoticed.
8797
8798 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
8799 messages) about known failures with gcc cygnus-2.4.5-930417.
8800
8801 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
8802 comp-info.exp so it gets built if it doesn't exist.
8803
8804 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
8805 it is no longer used.
8806 * gdb.t13/comp-info.c: Removed.
8807
8808 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8809
8810 * gdb.t06/signals.exp: Add xfail for sun3.
8811
8812 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8813
8814 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
8815 relevant because ^C doesn't get sent but failure can be reproduced
8816 interactively).
8817
8818 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8819
8820 * gdb.stabs/alpha.mt: New configuration file for alpha.
8821 * gdb.stabs/configure.in: Use it.
8822 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
8823 sharing with alpha.mt, redefine long to word via preprocessor.
8824 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
8825 for alpha.
8826 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
8827 native cc.
8828 * gdb.t00/teststrategy.exp: Change expect string so that we
8829 consume the `(xgdb)' from the command echo and from the gdb prompt.
8830 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
8831 gdb currently compares all values as long, so this failure probably
8832 applies to any configuration where LONGEST is bigger than a target int.
8833 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
8834 with gcc.
8835 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
8836 to handle opaque pointers, gcc is.
8837 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
8838 as first argument. Include <sys/types.h> and change all operator
8839 new definitions to use size_t.
8840 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
8841 now that we use size_t.
8842
8843 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8844
8845 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
8846 a long or float array cast all array members to the same type.
8847 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
8848 with 64 bit longs.
8849 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
8850 on alpha.
8851 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
8852
8853 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8854
8855 * gdb.t24 (demangle.exp): Constructors of templates have names like
8856 vector<int>::vector(int) not vector<int>::vector<int>(int). See
8857 section 14.6 of the ARM.
8858
8859 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
8860 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
8861 accomplish little and slow down the testsuite.
8862
8863 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
8864 Accept spaces various places.
8865
8866 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8867
8868 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
8869 with watchpoint enabled.
8870
8871 * Makefile.in: Remove definition of CC and remove the second
8872 definition of CXX (the "CXX = gcc" one remains). These definitions
8873 were causing backquotes to be expanded within backquotes, which
8874 doesn't work.
8875
8876 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8877
8878 * gdb.t17/callfuncs.exp: Add "return 0" to end.
8879
8880 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8881
8882 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
8883 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
8884 by mips cc and contains no stabs entries.
8885
8886 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
8887
8888 * config/vx-gdb.exp: Use fake device to load files rather than
8889 NFS.
8890 * lib/gdb.exp: New proc to do "file" command.
8891 * config/unix-gdb.exp: Use new "file" proc.
8892
8893 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8894
8895 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
8896 Rework board rebooting slightly.
8897 (gdb_exit): Don't exit from the remote shell; there isn't one.
8898 * gdb.stabs/weird.exp: If a program is being debugged already,
8899 kill it.
8900 * gdb.t04/setvar.exp: Stop and restart gdb.
8901 * gdb.t05/expr.exp: Likewise.
8902 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
8903 restart gdb and reload the program.
8904 * gdb.t08/opaque.exp: Likewise.
8905 * gdb.t12/scope.exp: Likewise.
8906 * gdb.t13/bitfields.exp: Likewise.
8907 * gdb.t15/funcargs.exp: Likewise.
8908 * gdb.t20/classes.exp: Likewise.
8909 * gdb.t03/ptype.exp: Increase timeout.
8910 * gdb.t16/printcmds.exp (test_print_string_constants,
8911 test_print_array_constants): Likewise.
8912 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
8913 * gdb.t20/classes.exp (do_tests): Likewise.
8914 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
8915
8916 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
8917
8918 * gdb.stabs: Renamed *wierd* to *weird*.
8919
8920 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8921
8922 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
8923 for timeout. Add "known gcc 2.4.5 bug" to failure message.
8924
8925 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8926
8927 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
8928 (do_tests): Remove xfail for whatis on one_var and two_var.
8929
8930 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
8931
8932 * Makefile.in: Made cross building work better by adding
8933 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
8934
8935 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8936
8937 * gdb.t15/{return.c,return.exp,Makefile.in}:
8938 New test, currently commented out.
8939
8940 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
8941
8942 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
8943 still running and removes the leftover named socket so GDb can do
8944 clean restarts.
8945
8946 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
8947
8948 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
8949 console, not GDB.
8950 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
8951 cross testing works better with "make check"
8952 * config/unix-gdb: Use default procedures for exit and version.
8953 * config/vx-gdb.exp: Cleaned up and massaged back to working order
8954 with the newest VxWorks.
8955
8956 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8957
8958 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
8959 old form.
8960
8961 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
8962 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
8963
8964 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
8965
8966 * config/unix-gdb.exp: Remove this version of gdb_exit
8967 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
8968 Rob says he'll look at it when he gets back to testing boards.
8969
8970 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
8971
8972 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
8973 an expected fail for certain ptype commands.
8974
8975 * gdb.t20/classes.exp: Update expected results of "ptype class
8976 Base1" to account for the constructor that now appears in the type.
8977
8978 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
8979
8980 * configure.in (configdirs): Restore gdb.t04, which mysteriously
8981 disappeared from list.
8982 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
8983 "alldone" proc with call to cleanup and exit.
8984 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
8985 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
8986 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
8987 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
8988 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
8989 "alldone" proc with simple returns that suppress remaining
8990 tests. The alldone proc went away many months ago.
8991
8992 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8993
8994 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
8995
8996 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
8997
8998 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8999
9000 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
9001 as vax gdb will display them.
9002
9003 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9004
9005 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
9006 optimizers.
9007
9008 * scope.exp: Change "bad value for localval" messages so each one
9009 is unique.
9010
9011 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
9012 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
9013
9014 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
9015
9016 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9017
9018 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
9019 doesn't exist (due to optimization).
9020
9021 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9022
9023 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
9024 contains \r because the filename is long.
9025
9026 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
9027 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
9028
9029 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9030
9031 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
9032 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
9033 Ultrix.
9034 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
9035 int tests.
9036 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
9037
9038 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
9039
9040 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
9041
9042 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
9043 to match does not match the passing case but still matches the
9044 failing case.
9045
9046 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9047
9048 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
9049
9050 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
9051
9052 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
9053 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
9054 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
9055 Remove various versions of gdb_exit.
9056 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
9057 gdb_exit.
9058 * config/unix-gdb.exp: gdb_exit remains here, and should override
9059 the generic version, since it's doing a lot of wierd stuff that
9060 the other versions aren't. FIXME, fold it in, or abandon this
9061 version.
9062
9063 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9064
9065 * gdb.t24/demangle.exp: Add tests for PR 3220.
9066
9067 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9068
9069 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
9070
9071 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
9072
9073 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
9074 "i386-*-*". Works for i486 as well.
9075
9076 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
9077 bug, and expand domain of xfail to all SVR4 systems, since the
9078 actual problem is likely to be in generic SVR4 /proc support.
9079
9080 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9081
9082 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
9083
9084 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
9085
9086 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
9087 xfails for other systems. Match a missing 'Continuing.' as an
9088 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
9089
9090 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
9091 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
9092 Only issue warning for missing executables if -all option is used.
9093
9094 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
9095 file if -all option is used. It's like an unpredictable XFAIL.
9096
9097 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9098
9099 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
9100 for dynamically linked binaries.
9101
9102 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
9103
9104 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9105
9106 * gdb.t20/inherit.exp: Change message for "print tagless struct"
9107 to state that this is a known bug in old versions of g++.
9108
9109 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9110
9111 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
9112 while waiting for `Continuing'.
9113
9114 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
9115
9116 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
9117 in text, data, and bss.
9118 * gdb.t10/nodebug.c: Add local and global test variables for
9119 initialized and uninitialized data.
9120
9121 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9122
9123 * config/unix-gdb.exp (gdb_exit): Add "wait".
9124
9125 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9126
9127 * gdb.t06/signals.exp: xfail the continue from the handler for all
9128 targets.
9129
9130 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
9131 function with watchpoints enabled, the i386 call dummy starts with
9132 a call.
9133
9134 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
9135 386 bsd names its corefiles.
9136
9137 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
9138
9139 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
9140 compilers don't grok it.
9141 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
9142 with small octal ints rather than character constants, which
9143 are signed and might not fit if first promoted to int.
9144
9145 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
9146
9147 * gdb.t09/Makefile.in (clean): Remove corefile.
9148
9149 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9150
9151 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
9152
9153 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9154 and Jim Kingdon (kingdon@cygnus.com)
9155
9156 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
9157 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
9158 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
9159
9160 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9161
9162 * gdb.t17/interrupt.exp: Add xfail for hppa.
9163
9164 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9165
9166 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
9167 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
9168 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
9169 to determine signed-ness of bitfields and use the result to setup
9170 the xfail.
9171 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
9172 * gdb.t15/funcargs.exp: Use them to step until the second indirect
9173 call line is reached if necessary.
9174
9175 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9176
9177 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
9178
9179 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9180
9181 * gdb.t06/break.exp: Also test `clear' command.
9182
9183 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9184
9185 * gdb.t00/teststrategy.exp: Remove extra quote.
9186
9187 * gdb.t07/watchpoint.exp: Change xfail for calling function with
9188 watchpoint enabled to be for all non-68k machines.
9189
9190 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
9191
9192 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9193
9194 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
9195 targets use aout.mt instead of ecoff.mt as gas understands
9196 standard aout format.
9197
9198 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9199
9200 * lib/gdb.exp (runto): Don't insist that function we are running to
9201 was compiled with -g.
9202
9203 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
9204
9205 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
9206 to get back into the read system call.
9207 Accept leading newline in case where we woke it up.
9208
9209 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9210
9211 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
9212 to make the stabs test work on ecoff systems using gcc and -with-stabs.
9213 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
9214 enable ecoff configuration.
9215
9216 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9217
9218 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
9219
9220 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9221
9222 * gdb.t16/printcmds.exp: Add another printf test.
9223
9224 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
9225
9226 * configure.in: If configured -with-stabs on any target, add
9227 stabsdirs to configdirs.
9228
9229 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9230
9231 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
9232 fun" so pattern does not match the command itself.
9233
9234 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9235
9236 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
9237
9238 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9239
9240 * gdb.t17/interrupt.exp: Test for more things.
9241
9242 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9243
9244 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
9245 compiler arranges the code and line numbers.
9246
9247 * gdb.t17/interrupt.exp: Don't send \n after ^C.
9248
9249 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9250
9251 * gdb.t00/help.exp: Increase expect input buffer size.
9252
9253 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9254
9255 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
9256
9257 * gdb.t07/watchpoint.exp: Add xfail for hppa.
9258
9259 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
9260
9261 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
9262 [0-9]*, not just [0-9].
9263
9264 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9265
9266 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
9267
9268 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
9269
9270 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9271
9272 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
9273
9274 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9275
9276 * gdb.t06/signals.c: Add xfails for sun3.
9277
9278 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
9279
9280 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
9281 test_stepping tests.
9282
9283 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9284
9285 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9286
9287 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
9288
9289 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
9290 rather than actually putting it through cpp twice.
9291
9292 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
9293
9294 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
9295
9296 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
9297 no longer needed.
9298
9299 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9300
9301 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
9302
9303 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
9304 C++ features prints as "struct", make it a pass, not an xfail.
9305
9306 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9307
9308 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
9309 Don't require VA to print as "class" rather than "struct".
9310
9311 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
9312
9313 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
9314
9315 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9316
9317 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
9318
9319 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9320
9321 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
9322 order.
9323
9324 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9325
9326 * gdb.t16/printcmds.exp: Add printf tests.
9327
9328 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
9329
9330 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
9331
9332 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
9333
9334 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
9335 pass counts, to counteract any existing or future setup_xfails.
9336
9337 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9338
9339 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
9340 {BEGIN,END}_COMMON for common block instead of STAB.
9341 * gdb.stabs/wierd.exp: Add xfail for rs6000.
9342
9343 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
9344 intp_var should be N_GSYM not N_LSYM.
9345 wierd-aout.S: Use a label for the value of the N_SO.
9346 wierd.def: Remove all backslashes.
9347 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
9348
9349 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9350
9351 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
9352 get the expected next to inheritance3.
9353
9354 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9355
9356 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
9357 now that gcc-2.4 gets it right.
9358
9359 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9360
9361 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
9362
9363 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
9364 generating comp-info.exp which works for cross-compilation.
9365
9366 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
9367
9368 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
9369 "*-*-sysv4.*".
9370
9371 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
9372
9373 * gdb.t01/run.exp: Start with a fresh gdb.
9374 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
9375 SVR4.x.
9376
9377 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
9378
9379 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
9380 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
9381 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
9382 Makefile.in (distclean, realclean): Remove gdbme.c from list of
9383 things to remove.
9384
9385 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
9386
9387 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
9388 test cases from bug reports.
9389
9390 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
9391
9392 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
9393 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
9394 avoid spurious xfails.
9395 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
9396 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
9397 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
9398
9399 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
9400
9401 * gdb.t00/teststrategy.exp: Rework to provide more useful
9402 description of each test, fix problem with systems that define
9403 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
9404 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
9405 results for "next over recursive call" so timeouts aren't taken
9406 by error.
9407
9408 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
9409
9410 * gdb.t12/scope.exp: Test printing of variables before run.
9411
9412 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
9413 printed in wrong order due to sorting.
9414
9415 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
9416
9417 * gdb.t00/teststrategy.exp: Fix expected results for printing
9418 user entered string constant. Is array of char, prints with no
9419 address.
9420
9421 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
9422 commands.
9423 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
9424 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
9425 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
9426 of struct of char arrays.
9427 * gdb.t00/radix.exp: New tests for radix commands.
9428
9429 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
9430
9431 * gdb.t16/printcmd.exp: Print a variable before running program
9432 (with xfail for AIX).
9433
9434 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
9435
9436 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
9437
9438 * gdb.t16/printcmd.exp: Don't print variables before running program.
9439
9440 * gdb.t06/break.exp: Don't require envp argument to main.
9441
9442 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
9443
9444 * gdb.t02/whatis.exp, gdb.t11/list.exp:
9445 Add xfails for rs6000.
9446
9447 * gdb.t02/whatis.exp: Change other tests not to re-test something
9448 we already tested.
9449
9450 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
9451 each type used has a variable of that type.
9452
9453 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
9454
9455 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
9456
9457 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9458
9459 * configure.in: change srctrigger to be a file, not a directory
9460
9461 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
9462
9463 * configure.in (mips-idt-ecoff*): Added trailing '*'.
9464
9465 * gdb.t11/list.exp: Fixed a couple of typos.
9466
9467 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
9468
9469 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
9470 is fixed and PR is closed.
9471 * gdb.t16 (gdbme.c): Add simple test string variable.
9472 * gdb.t16 (printcmds.exp): Add tests with simple test string
9473 variable, primarily for boundaries on "set print elements".
9474
9475 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
9476
9477 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
9478 Make leading 0's optional and don't expect a tab in the middle
9479 of the number.
9480
9481 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
9482
9483 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
9484 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
9485 don't end command passed to gdb_test with newline.
9486
9487 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
9488 signed keyword away, don't expect signed bitfields to be signed.
9489
9490 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
9491 printing with only as many 1's as are in the field as well as printing
9492 with 32 1's (see comment).
9493
9494 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
9495
9496 * gdb.t00/default.exp: Start with a fresh gdb.
9497 * configure.in (configdirs): Remove gdb.t31 until the chill
9498 compiler works again. It no longer is able to find chillrt0
9499 since it isn't in libchill.a anymore.
9500 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
9501 wierd.o, make more modular.
9502 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
9503 spurious newlines that caused problems.
9504
9505 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9506
9507 * Move test with enums and partial symbols from gdb.t03/ptype.exp
9508 to gdb.stabs/wierd.exp since GCC has worked around the bug.
9509 gdb.stabs/wierd.{exp,def}: Many new tests.
9510
9511 * gdb.t00/default.exp: update info line for new message.
9512
9513 * gdb.t02/{whatis.exp,gdbme.c}:
9514 Test that "char *" doesn't print as "caddr_t".
9515
9516 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9517
9518 * gdb.t00/help.exp: Use .* in place of some help messages which
9519 just changed.
9520 gdb.t00/default.exp: Update "info frame" test for new message.
9521 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9522 Remove some xfails
9523
9524 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9525
9526 * gdb.t03/{gdbme.c,ptype.exp}:
9527 Add tests for typedef'd struct and union without tags.
9528 Also check "whatis" on a variable of a typedef'd enum without a tag.
9529
9530 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
9531 PRMS 1823; the bug still exists but isn't reproduced by this test
9532 anymore), and remove rs6000 XFAIL (the bug is fixed).
9533
9534 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
9535 duplicated from whatis.exp. For those that are left, accept
9536 "long", "long int", or "int" for long variables (whatis.exp already
9537 has an XFAIL for "int", so no need to fail it here).
9538
9539 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
9540 Deal with GCC's names for types now that GDB uses the compiler's names.
9541
9542 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
9543 setup_xfail's for sunos4. If we #defined the signed keyword away,
9544 don't expect GDB to know that char it is signed.
9545
9546 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
9547
9548 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
9549
9550 * configure.in (configdirs): Add gdb.t24 for C++ tests that
9551 should work on any system, regardless of debugging format.
9552 * gdb.t21/demangle.exp: Move to gdb.t24.
9553 * gdb.t24/demangle.exp: Move from gdb.t21.
9554 * gdb.t24/{Makefile.in, configure.in}: New files.
9555
9556 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9557
9558 * configure.in: Do gdb.stabs and C++ tests only for stabs.
9559 * gdb.stabs: New directory.
9560
9561 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9562
9563 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
9564 not just "Quit anyway?".
9565
9566 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
9567
9568 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
9569 that all setup_xfails are immediately followed by clear_xfails.
9570
9571 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
9572
9573 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
9574 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
9575 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
9576 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
9577 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
9578 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9579 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9580 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
9581 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
9582 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
9583 gdb.t31/chillvars.exp, lib/gdb.exp:
9584 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
9585 bug-gdb@prep.ai.mit.edu.
9586
9587 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
9588
9589 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
9590 with 0.0, not integer 0.
9591
9592 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
9593
9594 * gdb.t06/break.exp: Update for "Kill the program" message change.
9595
9596 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
9597
9598 * Makefile.in (GDBFLAGS): Set to -nx.
9599 * Makefile.in (site.exp): Use GDBFLAGS.
9600
9601 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9602
9603 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
9604 Makefiles.
9605 (check): depend on just-check.
9606 (just-check): added so that tests can be run without a noop
9607 build pass.
9608
9609 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9610
9611 Switch to using configure's configdirs.
9612 * Makefile.in (Makefile): add configure.in dependency.
9613 (SUBDIRS): removed redundant assignment.
9614 * configure.in: switch subdirs assignment to configdirs.
9615 * gdb.t*/configure.in: new files.
9616
9617 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
9618
9619 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
9620 works.
9621
9622 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
9623
9624 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
9625 in explicit rules. Apparently this is not supported by some makes.
9626
9627 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
9628
9629 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
9630
9631 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9632
9633 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
9634 disappeared.
9635
9636 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9637
9638 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
9639
9640 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
9641
9642 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
9643 watchpoint problem that is now fixed.
9644 * gdb.t30/chexp.exp: Remove setup_xfail for printing
9645 uninitialized convenience variables.
9646 * gdb.t31/chillvars.exp: Fix expected patterns for printing
9647 structures.
9648
9649 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9650
9651 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
9652 which causes expect to get out of sync with gdb on long output
9653 from help set.
9654 * gdb.t09/corefile.exp: Make expected pattern for core file
9655 failing signal and frame output format less sun specific.
9656
9657 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
9658
9659 * gdb.t31/chillvars.exp: Add and remove initial dummy
9660 breakpoint, so that symbol table is forced in.
9661 (Needed at least on Sunos4, though it seems not SVR4.)
9662 * gdb.t31/chillvars.exp: Update for changed output format.
9663
9664 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
9665
9666 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
9667
9668 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
9669
9670 * Makefile.in: Added --srcdir when invoking runtest, removed the
9671 need for a local config file. (optional now)
9672
9673 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
9674
9675 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
9676 failure count used to force early termination. Add some more
9677 expected failures for gnu style demangling.
9678
9679 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9680
9681 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
9682 pmi variable from gdb.t20/gdbme to get optimized away.
9683 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
9684 Check for written corefile upon timeout _and_ eof.
9685
9686 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9687
9688 * config/unix-gdb.exp: Add missing return 0.
9689
9690 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9691
9692 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
9693 test termination.
9694
9695 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
9696
9697 * configure.in (subdirs): Put back gdb.t17 which mysteriously
9698 disappeared.
9699
9700 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
9701
9702 * gdb.t10/crossload.exp: Disable the i860-elf test until such
9703 time as i860 support works.
9704
9705 * gdb.t15/funcargs.exp: Fix expected outputs to include
9706 "backtrace 100\r" rather than just "backtrace\r", to match last
9707 change.
9708
9709 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
9710
9711 * config/udi-gdb.exp (gdb_exit): Remove close command.
9712 (gdb_target_udi): New procedure to set the UDI target.
9713 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
9714 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
9715 Added waits for prompts after several question responses. Added
9716 some more responses used by a29k-amd-udi-gdb.
9717 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
9718 pass different arguments, restart UDI connection after program
9719 completion.
9720 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
9721 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9722 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
9723 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
9724 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
9725 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
9726 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9727 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
9728 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
9729 after program completion.
9730 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
9731 compiled with a SELECT_VECS setting.
9732 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
9733 infinite recursion.
9734
9735 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
9736 Added checks for COFF results, and made them expected failures for
9737 all targets. It would be better to make them expected failures
9738 for COFF targets only.
9739
9740 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9741
9742 * Makefile.in: add null dvi target, don't bother to recurse
9743 through test directories for info and install-info; rename
9744 $(datadir) to be dejagnu instead of deja-gnu
9745
9746 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
9747
9748 * gdb.t31/gdbme.ch: Re-enable code that previously caused
9749 compiler to coredump.
9750 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
9751 code.
9752
9753 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
9754
9755 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
9756 coredump.
9757 * gdb.t31/chillvars.exp: Comment out tests that depend on that
9758 code.
9759
9760 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
9761
9762 * gdb.t03/ptype.exp: tests for return code from gdb_test.
9763 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
9764 which in a shell. Deletes xgdb when done.
9765 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
9766 Tests the return from the "set height" or "set width" commands.
9767 Added a few return codes where needed.
9768
9769 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
9770
9771 * Makefile.in (SUBDIRS): Add gdb.t17.
9772 * configure.in (subdirs): Add gdb.t17.
9773 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
9774 files to test gdb's calling of functions in the inferior with
9775 the correct arguments and gdb's ability to retrieve any
9776 result returned.
9777
9778 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
9779
9780 * config/unix-gdb.exp (gdb_exit): Remove close commands that
9781 may be called after gdb goes away. Previous versions of expect
9782 needed these to avoid file descriptor leaks, but they cause
9783 errors with the current revision of expect.
9784 * gdb.t00/gdbvars.exp: Use -re on expected output after
9785 setting sevenbit-strings.
9786 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
9787 to set sevenbit-strings consistent across tests.
9788 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
9789 set sevenbit-strings consistent across tests.
9790
9791 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
9792
9793 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
9794 expected output to match current "expect" expectations.
9795
9796 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
9797
9798 * gdb.t00/default.exp: Change expected output for default "source"
9799 command, to match new gdb behavior which requires a filename to
9800 source.
9801
9802 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
9803
9804 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
9805 expected fail for i486-*-* that misses the marker2 function.
9806 * gdb.t10/crossload.exp (bfddefault): Allow successful
9807 recognition of a format to pass even if no symbols are found.
9808 Explicitly catch failures where the format is not recognized
9809 or is ambiguous, and add the reason to the fail message.
9810 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
9811 the cause is and invalid target and add reason to failure message.
9812 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
9813 elf32-i386, elf32-sparc, and elf32-i860.
9814 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
9815 Set up expected failure for 'filename'::variable scope resolution,
9816 which is now apparently broken on all targets.
9817 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
9818 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
9819 gdb.t23/templates.exp: Change failure for missing binfile into
9820 just a warning.
9821 gdb.t21/demangle.exp: Change all cfront references to 'arm'
9822 references.
9823
9824 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
9825
9826 * gdb.t00/default.exp: Add expected output for default "source"
9827 command, to match new gdb behavior.
9828 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
9829
9830 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
9831
9832 * config/*-gdb.exp: returns an error, rather than exiting on
9833 internal errors.
9834
9835 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
9836
9837 * gdb.t03/gdbme.c: Add pointer to struct variable.
9838 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
9839 referencing struct members.
9840
9841 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
9842
9843 * configure.in (mips-idt-ecoff): New target.
9844 * config/mips-gdb.exp: New file for remote board using MIPS remote
9845 debugging protocol.
9846
9847 * Redid configuration scheme. Removed gdb.t*/configure.in.
9848 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
9849 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
9850 distclean targets. Built executables via .o files. Adjusted
9851 tests to account for source files in $(srcdir) rather than
9852 $(objdir).
9853 * lib/gdb.exp (runto): Don't expect () after the function name,
9854 because it may have arguments.
9855
9856 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
9857
9858 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
9859 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
9860 expected failures for mips-idt-* and mips-sgi-*.
9861 * gdb.t00/default.exp (attach): Kill process if requested.
9862 * gdb.t00/help.exp (help target core, help target): Accept a gdb
9863 that does not read core files.
9864 * gdb.t01/run.exp: Removed checks for exit status code.
9865 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
9866 it is linked in.
9867 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
9868 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
9869 appropriate, rather than doing it by hand.
9870 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
9871 execution.
9872 * gdb.t10/crossload.exp: Kill existing program if needed.
9873 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
9874 appropriate, rather than doing it by hand. Always increase
9875 timeout for this test, not just for VxWorks.
9876
9877 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
9878
9879 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
9880 of Chill STRUCT types and STRUCT values.
9881 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
9882 than "char".
9883 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
9884 struct2): New struct definitions and initializations to test
9885 simple Chill STRUCT types.
9886
9887 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
9888
9889 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
9890 the null byte at the end of strings.
9891 * gdb.t00/default.exp: Make show version insensitive to copyright
9892 date.
9893 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
9894 to avoid dependencies on target char signedness.
9895 * gdb.t16/printcmds.exp: Update expected results for explicitly
9896 unsigned char.
9897 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
9898 now work.
9899 * gdb.t21/demangle.exp: Add many more patterns for template
9900 demangling, most of them being expected failures.
9901 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
9902 string we are matching for, to match on the whole string.
9903 * gdb.t21/demangle.exp: Add many new test strings to demangle,
9904 and fix a whole bunch that had incorrect expected output but were
9905 passing anyway because of the bug in "proc demangle".
9906 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
9907 type.
9908 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
9909
9910 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
9911
9912 * gdb/testsuite: made modifications to testcases, etc., to allow
9913 them to work properly given the reorganization of deja-gnu and the
9914 relocation of the testcases from deja-gnu to a "tool" subdirectory.
9915
9916 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
9917
9918 * gdb/testsuite: Initial creation of gdb/testsuite.
9919 Migrated dejagnu testcases and support files for testing nm to
9920 gdb/testsuite from deja-gnu. These files were moved "as is"
9921 with no modifications. This migration is part of a major overhaul
9922 of dejagnu. The modifications to these testcases, etc., which
9923 will allow them to work with the new version of dejagnu will be
9924 made in a future update.
9925 \f
9926 Local Variables:
9927 mode: indented-text
9928 left-margin: 8
9929 fill-column: 74
9930 version-control: never
9931 End: