2003-02-05 Jason Molenda (jason-cl@molenda.com)
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2003-02-05 Jason Molenda (jason-cl@molenda.com)
2
3 * gdb.mi/mi-syn-frames.c (subroutine): Add an extra statement
4 at the beginning so the breakpoint doesn't get set on the loop.
5
6 2003-02-05 Michael Chastain <mec@shout.net>
7
8 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
9 output for configurations with gcc 2.95.3.
10
11 2003-02-05 Keith Seitz <keiths@redhat.com>
12 Andrew Cagney <ac131313@redhat.com>
13
14 * gdb.mi/mi-cli.exp: New file.
15
16 2003-02-04 Michael Chastain <mec@shout.net>
17
18 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
19 Call perror and then continue.
20
21 2003-02-03 Michael Chastain <mec@shout.net>
22
23 * gdb.c++/pr-1023.cc: New file.
24 * gdb.c++/pr-1023.exp: New file.
25
26 2003-02-05 Jim Blandy <jimb@redhat.com>
27
28 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
29 it's local to foobar. Check for it there, and check that it's not
30 present in main.
31 * gdb.c++/local.cc (marker2): New function.
32 (foobar): Call marker1.
33 (main): Call marker2 instead of marker1.
34
35 2003-02-04 Andrew Cagney <ac131313@redhat.com>
36
37 * gdb.disasm/mn10200.exp: Obsolete file.
38 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
39 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
40 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
41
42 2003-02-04 David Carlton <carlton@math.stanford.edu>
43
44 * gdb.c++/overload.exp: Test intToChar(1).
45 * gdb.c++/overload.cc (intToChar): New.
46 (main): Call intToChar.
47
48 2003-02-03 David Carlton <carlton@math.stanford.edu>
49
50 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
51 'might_kfail' arg.
52 KFAIL some of the continue_to_bp_overloaded calls, according to
53 PR c++/1025.
54
55 2003-02-01 Michael Chastain <mec@shout.net>
56
57 * gdb.base/advance.c (marker1): New marker function.
58 * gdb.base/advance.exp: When the 'advance' command lands on the
59 return breakpoint, it can legitimately stop on either the
60 current line or the next line. Accommodate both outcomes.
61 * gdb.base/until.exp: Likewise.
62
63 2003-02-02 Andrew Cagney <ac131313@redhat.com>
64
65 2002-11-10 Jason Molenda (jason-cl@molenda.com):
66 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
67 now a list, not a tuple.
68 * gdb.mi/mi-var-display.exp: Ditto.
69 * gdb.mi/gdb792.exp: Ditto.
70
71 2003-02-01 Andrew Cagney <ac131313@redhat.com>
72
73 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
74 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
75 stack backtraces.
76 * gdb.mi/mi-syn-frame.c: Part of same.
77
78 2003-02-01 Mark Kettenis <kettenis@gnu.org>
79
80 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
81 gdb.mi/mi1-pthreads.exp: Return instead of calling
82 gdb_suppress_entire_file.
83
84 2003-02-01 Mark Salter <msalter@redhat.com>
85
86 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
87
88 2003-01-31 Mark Salter <msalter@redhat.com>
89
90 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
91 Support empty arg.
92
93 2003-01-30 Michael Chastain <mec@shout.net>
94
95 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
96 This was a workaround for a UTF-8 bug in readline 4.3. The bug
97 has been fixed in gdb/readline on 2003-01-09.
98
99 2003-01-29 Michael Snyder <msnyder@redhat.com>
100
101 * gdb.base/args.exp: Skip if target does not support args passing.
102
103 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
104
105 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
106 gdb_test. Accept a list of expect arguments as the third
107 parameter.
108 (gdb_test): Use it.
109
110 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
111
112 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
113 allow for different test tree configurations. Update some
114 tescases accordingly.
115 * gdb.arch/altivec-regs.exp: Ditto.
116 * gdb.asm/asm-source.exp: Ditto.
117 * gdb.base/advance.exp: Ditto.
118 * gdb.base/display.exp: Ditto.
119 * gdb.base/long_long.exp: Ditto.
120 * gdb.base/mips_pro.exp: Ditto.
121 * gdb.base/overlays.exp: Ditto.
122 * gdb.base/relocate.exp: Ditto.
123 * gdb.base/setshow.exp: Ditto.
124 * gdb.base/step-line.exp: Ditto.
125 * gdb.base/step-test.exp: Ditto.
126 * gdb.base/until.exp: Ditto.
127 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
128
129 2003-01-17 David Carlton <carlton@math.stanford.edu>
130
131 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
132 corresponding to PR c++/945.
133 Update copyright.
134
135 2003-01-17 David Carlton <carlton@math.stanford.edu>
136
137 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
138 corresponding to PR c++/68.
139
140 2003-01-17 David Carlton <carlton@math.stanford.edu>
141
142 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
143 (test_paddr_hairy_functions): Call print_addr_2_kfail for
144 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
145
146 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
147
148 * gdb.base/break.exp: Fix change of default location, because of
149 removal of until tests.
150 * gdb.base/help.exp: Update test for new 'until' help message.
151 Add test for help on 'advance'.
152 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
153
154 2003-01-15 Mark Kettenis <kettenis@gnu.org>
155
156 * gdb.base/default.exp: Adapt "info float" test for recent changes
157 to that command. Add test for "info vector".
158 * gdb.base/float.exp: New file. Add test for "info float" that
159 resembles the old test in gdb.base/default.exp.
160
161 2003-01-15 David Carlton <carlton@math.stanford.edu>
162
163 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
164
165 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
166
167 * gdb.base/break.exp: Move the tests of until command from here...
168 * gdb.base/until.exp: ... to here. New file. Add other tests.
169 * gdb.base/advance.c: New file.
170 * gdb.base/advance.exp: New file.
171
172 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
173
174 * gdb.base/args.c: New file.
175 * gdb.base/args.exp: New file.
176
177 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
178
179 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
180
181 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
182
183 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
184
185 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
186
187 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
188 dates.
189
190 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
191
192 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
193
194 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
195
196 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
197 (ptype &*"foo").
198 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
199
200 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
201
202 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
203 * gdb.mi/mi1-console.exp: Likewise.
204
205 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
206
207 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
208 * gdb.mi/mi1-console.exp: Likewise.
209
210 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
211
212 * gdb.c++/overload.exp: Remove some fixed XFAILs.
213
214 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
215
216 * gdb.base/detach.exp: New test.
217
218 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
219
220 * Makefile.in (ALL_SUBDIRS): New variable.
221 (subdirs, clean, distclean): Use it.
222 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
223 regenerating Makefile, since it is generated from the top level.
224 * gdb.asm/Makefile.in: Likewise.
225 * gdb.base/Makefile.in: Likewise.
226 * gdb.c++/Makefile.in: Likewise.
227 * gdb.disasm/Makefile.in: Likewise.
228 * gdb.java/Makefile.in: Likewise.
229 * gdb.mi/Makefile.in: Likewise.
230 * gdb.threads/Makefile.in: Likewise.
231 * gdb.trace/Makefile.in: Likewise.
232
233 2003-01-09 David Carlton <carlton@math.stanford.edu>
234
235 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
236 Add copyright year 2003.
237
238 2003-01-06 Michael Chastain <mec@shout.net>
239
240 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
241 When selecting a thread, 'line' and 'file' are optional.
242 * gdb.mi/mi1-pthreads.exp: Likewise.
243
244 2003-01-06 Andreas Schwab <schwab@suse.de>
245
246 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
247 failures.
248
249 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
250
251 Fix PR gdb/844
252 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
253 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
254
255 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
256 instead of calling gdb_suppress_entire_file.
257 * gdb.threads/print-threads.exp: Likewise.
258 * gdb.threads/schedlock.exp: Likewise.
259
260 * gdb.threads/killed.exp: Return instead of calling
261 gdb_suppress_entire_file.
262 * gdb.threads/linux-dp.exp: Likewise.
263 * gdb.threads/pthreads.exp: Likewise.
264
265 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
266
267 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
268 stabs.
269 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
270 * gdb.base/whatis.exp: Always allow (void) after function names.
271
272 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
273
274 * gdb.c++/casts.exp: Correct regexp.
275
276 2003-01-04 Mark Kettenis <kettenis@gnu.org>
277
278 * configure.in: Call AC_CONFIG_HEADER. Don't call
279 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
280 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
281 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
282 aforementioned directories in the AC_OUPUT call.
283 * config.hin: New file.
284 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
285 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
286 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
287 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
288 pass -I$objdir instead of -I$objdir/$subdir in compilation.
289 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
290 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
291 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
292 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
293 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
294 gdb.threads/configure.in, gdb.threads/configure,
295 gdb.threads/config.in, gdb.trace/configure.in,
296 gdb.trace/configure: Removed.
297
298 2003-01-03 Michael Chastain <mec@shout.net>
299
300 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
301 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
302
303 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
304
305 * gdb.base/store.exp: Fix regular expressions.
306
307 2002-12-28 Mark Kettenis <kettenis@gnu.org>
308
309 * configure.in: Rewrite.
310 * configure: Regenerated.
311
312 2003-01-03 David Carlton <carlton@math.stanford.edu>
313
314 * gdb.base/psymtab.exp: New file.
315 * gdb.base/psymtab1.c: Ditto.
316 * gdb.base/psymtab2.c: Ditto.
317
318 2002-12-23 Adam Fedor <fedor@gnu.org>
319
320 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
321
322 2002-12-23 David Carlton <carlton@math.stanford.edu>
323
324 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
325 and current_directory initialization.
326
327 2002-12-22 Jim Blandy <jimb@redhat.com>
328
329 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
330 rather than as part of the output file name.
331
332 * gdb.base/attach.exp: There's no need to copy the test program to
333 /tmp; that was only ever necessary on HP/UX, and this test is
334 entirely disabled there anyway.
335
336 2002-12-21 Jim Blandy <jimb@redhat.com>
337
338 * gdb.c++/psmang.exp: Doc fix.
339
340 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
341 test.
342
343 2002-12-20 David Carlton <carlton@math.stanford.edu>
344
345 * gdb.c++/annota2.exp: KFAIL annotate-quit.
346
347 2002-12-18 Michael Chastain <mec@shout.net>
348
349 * gdb.c++/annota2.exp: Add copyright year 2002.
350
351 2002-12-17 David Carlton <carlton@math.stanford.edu>
352
353 * gdb.c++/try_catch.cc: Add marker comments.
354 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
355 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
356 * gdb.c++/m-static.cc: Ditto.
357 * gdb.c++/m-static1.cc: Ditto.
358 * gdb.c++/try_catch.cc: Ditto.
359
360 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
361
362 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
363 to see whether we are using the new -environment-directory
364 command which resets via -r or the old version of the command
365 which may prompt the user. Part of fix for gdb/741.
366
367 2002-12-13 Andrew Cagney <ac131313@redhat.com>
368
369 * gdb.fortran/types.exp: Update obsolete comment.
370 * gdb.fortran/exprs.exp: Ditto.
371 * lib/gdb.exp: Delete obsolete code.
372 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
373 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
374 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
375 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
376 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
377 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
378 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
379 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
380 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
381 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
382 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
383 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
384 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
385 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
386 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
387 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
388 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
389 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
390 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
391 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
392 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
393 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
394 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
395 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
396 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
397 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
398 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
399 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
400 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
401 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
402 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
403 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
404 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
405 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
406 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
407 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
408 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
409
410 2002-12-11 David Carlton <carlton@math.stanford.edu>
411
412 * gdb.c++/m-data.exp: Add test for members that shadow global
413 variables: see PR gdb/804.
414 * gdb.c++/m-data.cc: Ditto.
415
416 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
417
418 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
419
420 2002-12-06 David Carlton <carlton@math.stanford.edu>
421
422 * gdb.base/store.c: Don't declare functions static.
423
424 2002-12-04 Andrew Cagney <ac131313@redhat.com>
425
426 * gdb.base/store.exp, gdb.base/store.c: New files.
427
428 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
429
430 * gdb.base/selftest.exp: Update for current gdb.
431
432 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
433
434 * gdb.base/maint.exp: Only dump symbols from one source file
435 or objfile.
436
437 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
438
439 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
440 function call.
441
442 2002-11-25 Jim Blandy <jimb@redhat.com>
443
444 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
445 function appearing in error message.
446
447 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
448
449 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
450
451 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
452
453 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
454 for mi1 and current mi is in correct format. New mi startup message
455 should be in mi console format. This is part of fix for PR gdb/604.
456
457 2002-09-18 Fernando Nasser <fnasser@redhat.com>
458
459 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
460 which explicitly prints the zero offset as "+0".
461
462 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
463
464 * gdb.threads/schedlock.c (args): Make unsigned.
465
466 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
467
468 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
469 numbers. Allow "foo2|selected stack frame".
470 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
471 * gdb.asm/asmsrc2.s: Likewise.
472 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
473 comments.
474 * gdb.asm/mips.inc: New file.
475
476 2002-10-18 Adam Fedor <fedor@gnu.org>
477
478 * gdb.base/default.exp: Update expected output to include 'ObjC'.
479 * gdb.base/help.exp: Likewise.
480
481 2002-10-17 Kevin Buettner <kevinb@redhat.com>
482
483 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
484 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
485
486 2002-10-02 Jim Blandy <jimb@redhat.com>
487
488 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
489
490 2002-10-01 Andrew Cagney <ac131313@redhat.com>
491
492 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
493 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
494 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
495 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
496 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
497 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
498 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
499
500 2002-09-29 Andrew Cagney <ac131313@redhat.com>
501
502 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
503 * mi0-disassemble.exp, mi0-eval.exp: Delete.
504 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
505 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
506 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
507 * mi0-var-block.exp, mi0-var-child.exp: Delete.
508 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
509
510 2002-09-27 Kevin Buettner <kevinb@redhat.com>
511
512 * gdb.base/annota1.exp (info break): Make directory components of
513 path optional since not all compilers emit this debug information.
514
515 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
516 step ends up stepping out of the function instead of stopping on
517 the epilogue.
518
519 2002-09-26 Keith Seitz <keiths@redhat.com>
520
521 * lib/insight-support.exp (gdbtk_start): Figure out where
522 the insight executable is based on where gdb is. Use this
523 executable to start insight instead of gdb.
524
525 2002-09-25 Andrew Cagney <cagney@redhat.com>
526
527 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
528
529 2002-09-24 Andrew Cagney <ac131313@redhat.com>
530
531 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
532 test_isolated_complaints.
533 (test_empty_complaint): New function.
534 (test_empty_complaints): New function. Check no output when no
535 complaints.
536
537 2002-09-19 Jim Blandy <jimb@redhat.com>
538
539 * gdb.base/charset.exp, gdb.base/charset.c: New files.
540
541 2002-09-19 Andrew Cagney <ac131313@redhat.com>
542
543 * gdb.gdb/complaints.exp: New file.
544
545 2002-09-18 Andrew Cagney <ac131313@redhat.com>
546
547 * gdb.base/maint.exp: Check `help maint internal-warning'.
548
549 2002-09-18 David Carlton <carlton@math.stanford.edu>
550
551 * gdb.c++/m-static.exp: Remove breakpoints depending on line
552 numbers, and replace them by a single breakpoint after the
553 constructors are all finished.
554 Add test 4.
555 * gdb.c++/m-static.cc: Add test 4.
556 * gdb.c++/m-static.h: New file.
557 * gdb.c++/m-static1.cc: New file.
558
559 * gdb.c++/printmethod.exp: New file.
560 * gdb.c++/printmethod.cc: New file.
561
562 * gdb.c++/pr-574.exp: New file.
563 * gdb.c++/pr-574.cc: New file.
564
565 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
566
567 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
568 embedded targets which never actually exit.
569
570 2002-09-18 Fernando Nasser <fnasser@redhat.com>
571
572 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
573 "don't step after run" as unresolved or unsupported, instead of xfail.
574
575 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
576
577 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
578 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
579 Add newline to expected string in "step out of main (status wrapper)"
580 case.
581
582 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
583
584 * lib/gdb.exp (rerun_to_main): Allow restarting application.
585 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
586
587 2002-09-17 Tom Tromey <tromey@redhat.com>
588
589 * gdb.base/printcmds.exp (test_print_string_constants): Expect
590 \000, not \0, in double-quoted string.
591
592 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
593
594 * gdb.base/command.exp: Don't expect a "Program exited normally"
595 string after running the commands execution on breakpoint tests.
596
597 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
598
599 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
600
601 2002-09-12 Joel Brobecker <brobecker@gnat.com>
602
603 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
604
605 2002-09-10 Keith Seitz <keiths@redhat.com>
606
607 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
608 runto proc.
609 (mi_run_to_main): Use mi_runto.
610 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
611
612 2002-09-10 Keith Seitz <keiths@redhat.com>
613
614 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
615 regexp for stopping at main. Could have multiple event notifications.
616 Don't assume that main was declared with no parameters.
617 (mi_next): Use mi_step_to.
618 (mi_step): Use mi_next_to.
619
620 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
621
622 * gdb.base/default.exp: Fix expected string in `info float' test.
623
624 2002-09-09 Ben Elliston <bje@redhat.com>
625
626 * config/mips.exp: Update comments.
627 * config/mips-idt.exp: Likewise.
628 * config/nind.exp: Likewise.
629 * config/slite.exp: Likewise.
630 * config/sparclet.exp: Likewise.
631 * config/udi.exp: Likewise.
632 * config/vx.exp: Likewise.
633 * config/vxworks29k.exp: Likewise.
634
635 2002-09-05 Jim Blandy <jimb@redhat.com>
636
637 * gdb.threads/killed.exp: Fix test failure message.
638
639 2002-09-04 Keith Seitz <keiths@redhat.com>
640
641 * lib/mi-support.exp: Update copyright.
642 (mi_gdb_test): Increase the priority of the expected pattern
643 so that it matches gdb_test.
644
645 2002-09-03 Keith Seitz <keiths@redhat.com>
646
647 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
648 Use integer comparison instead of string comparison for testing
649 whether binary was built.
650
651 2002-09-03 Jim Blandy <jimb@redhat.com>
652
653 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
654
655 2002-08-29 Jim Blandy <jimb@redhat.com>
656
657 * gdb.threads/pthreads.exp: Move the portable thread compilation
658 code into a function in lib/gdb.exp, and call that from here.
659 * lib/gdb.exp (gdb_compile_pthreads): New function.
660
661 2002-08-29 Keith Seitz <keiths@redhat.com>
662
663 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
664 expect_out so that callers can get at it.
665
666 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
667
668 * gdb.threads/print-threads.c: New file.
669 * gdb.threads/print-threads.exp: New file.
670 * gdb.threads/schedlock.c: New file.
671 * gdb.threads/schedlock.exp: New file.
672
673 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
674
675 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
676 not altivec.c.
677
678 2002-08-17 Mark Kettenis <kettenis@gnu.org>
679
680 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
681 targets. The problem should be fixed now.
682
683 2002-08-15 Mark Kettenis <kettenis@gnu.org>
684
685 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
686 2002-07-24 change that removes final dots from error messages.
687
688 2002-08-13 Tom Tromey <tromey@redhat.com>
689
690 * gdb.base/readline.exp: New file.
691
692 2002-08-01 Andrew Cagney <ac131313@redhat.com>
693
694 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
695 supress message.
696
697 2002-08-01 Andrew Cagney <cagney@redhat.com>
698
699 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
700 CHILL_FOR_TARGET and CHILL_LIB.
701 * configure.in (configdirs): Remove gdb.chill.
702 * configure: Regenerate.
703 * lib/gdb.exp: Obsolete references to chill.
704 * gdb.fortran/types.exp: Ditto.
705 * gdb.fortran/exprs.exp: Ditto.
706
707 2002-07-30 Kevin Buettner <kevinb@redhat.com>
708
709 * gdb.base/shlib-call.exp (additional_flags): Conditionally
710 set Irix-specific compile and link flags.
711
712 2002-07-29 Kevin Buettner <kevinb@redhat.com>
713
714 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
715 source files. The ``-o'' option doesn't work with the ``-E'' option
716 when using the Irix compiler.
717
718 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
719
720 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
721 Improve support for reusing an exec file. Copy exec file
722 to target, and run gdbserver on the target instead of on the host.
723
724 2002-07-18 Jim Blandy <jimb@redhat.com>
725
726 * gdb.base/ending-run.exp: Don't expect to see the program end in
727 some orderly fashion when we're running on a real stand-alone
728 board.
729
730 * gdb.base/interrupt.exp: Correct logic for skipping tests on
731 targets that don't support interrupts.
732
733 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
734
735 * gdb.base/attach.exp: Add patterns to match output from /proc-based
736 systems.
737 Move comments in expect statements to inside the actions, so that they
738 don't get matched against.
739
740 2002-07-10 Mark Kettenis <kettenis@gnu.org>
741
742 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
743 function when asleep" test.
744
745 2002-07-10 Andrew Cagney <ac131313@redhat.com>
746
747 * gdb.base/page.exp: Rewrite to handle problems with very long
748 `info set' output. Update copyright.
749
750 2002-06-26 Andrew Cagney <ac131313@redhat.com>
751
752 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
753 gdb.threads-hp.
754 * gdb.hp/configure: Regenerate.
755 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
756 * gdb.hp/gdb.threads-hp/configure: Delete file.
757 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
758
759 2002-06-22 Andrew Cagney <ac131313@redhat.com>
760
761 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
762 setlocale, bindtextdomain and textdomain.
763
764 2002-06-11 Jim Blandy <jimb@redhat.com>
765
766 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
767 preprocessor macro information is present.
768
769 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
770 tests.
771
772 2002-06-06 Michael Snyder <msnyder@redhat.com>
773
774 * gdb.base/overlays.exp: Record addresses of overlay
775 functions in TCL variables rather than in GDB variables,
776 to avoid having GDB convert them to pointers (with loss
777 of information).
778
779 * gdb.base/d10v.ld: Merge in several years worth of
780 default linker script changes.
781 * gdb.base/long_long.exp: Add check for sizeof (long double).
782
783 2002-06-06 Michal Ludvig <mludvig@suse.cz>
784
785 * gdb.asm/asm-source.exp: Add x86-64 target.
786 * gdb.asm/x86_64.inc: New.
787
788 2002-05-30 Michael Chastain <mec@shout.net>
789
790 From Benjamin Kosnik <bkoz@redhat.com>:
791 * gdb.c++/m-static.cc: New file.
792 * gdb.c++/m-static.exp: New file.
793
794 2002-05-28 Michael Snyder <msnyder@redhat.com>
795
796 * gdb.base/call-ar-st.exp: Allow for reduced floating point
797 precision.
798
799 2002-05-27 Michael Chastain <mec@shout.net>
800
801 From Benjamin Kosnik <bkoz@redhat.com>:
802 * gdb.c++/m-data.cc: New file.
803 * gdb.c++/m-data.exp: New file.
804
805 2002-05-27 Michael Chastain <mec@shout.net>
806
807 From Benjamin Kosnik <bkoz@redhat.com>:
808 * gdb.c++/try_catch.cc: New file.
809 * gdb.c++/try_catch.exp: New file.
810
811 2002-05-27 Michael Chastain <mec@shout.net>
812
813 * gdb.c++/local.exp: Accept more nested types in output.
814
815 2002-05-26 Michael Chastain <mec@shout.net>
816
817 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
818
819 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
820
821 * lib/gdb.exp (gdb_wrapper_init): Just because
822 gdb_wrapper_file exists, this does not mean that the file
823 should not be rebuilt. That is what gdb_wrapper_initialized
824 is for.
825 (default_gdb_init): Reset gdb_wrapper_initialized.
826
827 2002-05-23 Michael Snyder <msnyder@redhat.com>
828
829 * gdb.base/all-bin.exp: Revise previous patch by just reducing
830 the precision of the floating point test results.
831 * gdb.base/call-rt-st.exp: Ditto.
832
833 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
834 * gdb.base/call-rt-st.exp: Ditto.
835
836 2002-05-19 Michael Chastain <mec@shout.net>
837
838 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
839
840 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
841
842 * configure.in (configdirs): Add gdb.arch.
843 * configure: Regenerate.
844
845 2002-05-17 Jim Blandy <jimb@redhat.com>
846
847 * gdb.base/completion.exp: Recognize the more detailed error
848 messages produced by the macro expander's lexical analyzer.
849
850 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
851
852 * gdb.arch/altivec-abi.c: New file.
853 * gdb.arch/altivec-abi.exp: New file.
854 * gdb.arch/altivec-regs.c: New file.
855 * gdb.arch/altivec-regs.exp: New file.
856
857 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
858
859 * gdb.base/maint.exp (maint print type): Update for new type
860 structure.
861
862 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
863
864 * gdb.arch: New directory.
865 * gdb.arch/configure.in: New file.
866 * gdb.arch/configure: New file.
867 * gdb.arch/Makefile.in: New file.
868
869 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
870
871 * gdb.asm/asm-source.exp: Add v850 as supported target.
872 * gdb.asm/v850.inc: New file.
873
874 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
875
876 * gdb.c++/annota2.exp (annotate-quit): Add comment.
877
878 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
879
880 * gdb.base/break.exp: Check 'break "marker2"'.
881
882 2002-05-10 Michael Snyder <msnyder@redhat.com>
883
884 * gdb.base/long_long.exp: Fix typo.
885
886 2002-05-10 Jim Blandy <jimb@redhat.com>
887
888 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
889 a bug.
890
891 * gdb.base/printcmds.exp (test_integer_literals_rejected):
892 Recognize more detailed error message produced by the macro
893 expander's lexical analyzer.
894 * lib/gdb.exp (test_print_reject): Same.
895
896 2002-05-09 Mark Kettenis <kettenis@gnu.org>
897
898 * gdb.c++/method.exp: Fix typo.
899
900 2002-05-08 Michael Snyder <msnyder@redhat.com>
901
902 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
903 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
904 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
905 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
906 Add iftarget clause for strongarm.
907
908 2002-05-06 Michael Snyder <msnyder@redhat.com>
909
910 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
911 (gdb_continue_to_end): Accept output from status wrapper.
912 * gdb.base/ending-run.exp: Add case for output from status wrapper.
913 Clean up fail messages to match pass messages.
914
915 Enable the "needs_status_wrapper" testsuite feature.
916 * lib/gdb.exp (gdb_wrapper_init): New procedure.
917 (gdb_compile): Conditionally call gdb_wrapper_init.
918 * gdb.base/a2-run.exp: Recognize output from status wrapper.
919 * gdb.c++/method.exp: Recognize output from status wrapper.
920
921 2002-05-06 Ben Elliston <bje@redhat.com>
922 From Graydon Hoare <graydon@redhat.com>
923
924 * config/sid.exp: Include support for "rawsid" protocol.
925
926 2002-05-03 Jim Blandy <jimb@redhat.com>
927
928 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
929 * gdb.c++/hang3.C: New file.
930
931 2002-05-04 Andrew Cagney <ac131313@redhat.com>
932
933 * gdb.base/default.exp: Remove obsolete code.
934 * gdb.c++/misc.exp: Ditto. Update copyright.
935 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
936 * gdb.base/whatis.exp: Ditto. Update copyright.
937 * gdb.base/scope.exp: Ditto. Update copyright.
938 * gdb.base/ptype.exp: Ditto. Update copyright.
939 * gdb.base/printcmds.exp: Ditto. Update copyright.
940 * gdb.base/opaque.exp: Ditto. Update copyright.
941 * gdb.base/list.exp: Ditto.
942 * gdb.base/funcargs.exp: Ditto. Update copyright.
943 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
944 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
945 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
946 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
947 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
948 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
949
950 2002-05-02 Michael Snyder <msnyder@redhat.com>
951
952 * gdb.base/watchpoint.exp: Add xscale target.
953 * gdb.base/long_long.exp: Add xscale target.
954 * gdb.base/default.exp: Add xscale target.
955
956 2002-05-01 Jim Blandy <jimb@redhat.com>
957
958 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
959 gdb.c++/hang.exp: New test.
960
961 2002-05-01 Fred Fish <fnf@redhat.com>
962
963 * gdb.base/completion.exp: Handle completions of "./Make" for
964 more than one completion possibility, as is the case when we
965 build and test in the source tree.
966
967 2002-04-29 Anthony Green <green@redhat.com>
968
969 * gdb.java/jmisc1.exp: New file.
970 * gdb.java/jmisc2.exp: New file.
971
972 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
973
974 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
975
976 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
977
978 * gdb.base/help.exp: Change 'help status' to allow for target
979 dependent output differences.
980
981 2002-04-22 Michael Chastain <mec@shout.net>
982
983 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
984
985 2002-04-22 Michael Chastain <mec@shout.net>
986
987 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
988
989 2002-04-17 David S. Miller <davem@redhat.com>
990
991 * gdb.asm/sparc64.inc: New file.
992 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
993
994 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
995
996 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
997 instruction file directly into the build tree. Clean up at end of
998 test.
999
1000 2002-04-18 David S. Miller <davem@redhat.com>
1001
1002 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
1003 handle 64-bit platforms correctly.
1004 * gdb.base/maint.exp: Likewise.
1005
1006 2002-04-18 Kevin Buettner <kevinb@redhat.com>
1007
1008 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
1009 ``-fpic'' when compiling files comprising a shared library, but
1010 it does need additional linker flags in order to find shared
1011 libraries at run time.
1012
1013 2002-04-18 Kevin Buettner <kevinb@redhat.com>
1014
1015 * gdb.base/cvexpr.c (use): New function.
1016 (main): Invoke use() on all global variables to prevent
1017 some linkers from deleting these otherwise unused symbols.
1018
1019 2002-04-17 Michael Chastain <mec@shout.net>
1020 From David S. Miller <davem@redhat.com>
1021
1022 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
1023 handle 64-bit platforms correctly.
1024
1025 2002-04-12 Michael Snyder <msnyder@redhat.com>
1026 From Jim Blandy <jimb@redhat.com>
1027 * gdb.base/foo.c (foox): Remove section attribute; the linker
1028 script can handle this instead.
1029 * gdb.base/bar.c (barx): Same.
1030 * gdb.base/baz.c (bazx): Same.
1031 * gdb.base/grbx.c (grbxx): Same.
1032
1033 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
1034 manager doesn't automatically unmap overlays unnecessarily.
1035
1036 2002-04-10 Martin M. Hunt <hunt@redhat.com>
1037
1038 * gdb.base/ending-run.exp: Fix pattern for Mips targets
1039 stepping out of main.
1040
1041 2002-04-09 Michael Chastain <mec@shout.net>
1042
1043 * gdb.c++/local.cc (main): Move call to marker1() inside nested
1044 scope so that the nested scope tests will make sense.
1045 * gdb.c++/local.exp: Write patterns that actually work with gcc
1046 (the HP patterns "were never known to work with gcc").
1047 Keep the old aCC patterns too.
1048
1049 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
1050
1051 * gdb.base/attach.exp: Correct target board test.
1052
1053 2002-04-08 Michael Chastain <mec@shout.net>
1054
1055 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
1056 in a const method. Add some xfail and fail cases for configurations
1057 that do not emit the "const ...".
1058
1059 2002-04-07 Michael Chastain <mec@shout.net>
1060
1061 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
1062 Accept "A * const" and "const A * const" as type of "this".
1063 Fix spelling of getFunky throughout. Make messages uniform.
1064
1065 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
1066
1067 Work around for PR gdb/285:
1068 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
1069
1070 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
1071
1072 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
1073 instructions file at run time instead of configure time.
1074 Sometimes we run the test in a directory that is not the one we
1075 configured in.
1076 * gdb.asm/configure.in: Delete creation of symlink.
1077 * gdb.asm/configure: Regenerate.
1078
1079 2002-04-05 J. Brobecker <brobecker@gnat.com>
1080
1081 * gdb.gdb/xfullpath.exp: New test, to exercise the new
1082 xfullpath () function.
1083
1084 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
1085
1086 * gdb.asm/Makefile.in: Correct dependencies.
1087
1088 * gdb.asm/powerpc.inc: New file.
1089 * gdb.asm/asm-source.exp: Add PowerPC.
1090 * gdb.asm/configure.in: Likewise.
1091 * gdb.asm/configure: Regenerated.
1092
1093 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
1094
1095 * gdb.base/relocate.exp: New file.
1096 * gdb.base/relocate.c: New file.
1097
1098 2002-04-04 Fred Fish <fnf@redhat.com>
1099
1100 * gdb.base/step-test.exp: Update comment regarding stopping in
1101 memcpy/bcopy calls inserted as part of the compiler runtime.
1102
1103 2002-04-04 Michael Snyder <msnyder@redhat.com>
1104
1105 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
1106
1107 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
1108
1109 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
1110 (gdb_expect): Remove $notransfer hack.
1111
1112 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
1113
1114 * gdb.c++/classes.exp ("calling method for small class"): Match
1115 updated register output.
1116
1117 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
1118
1119 Fix PR gdb/452
1120 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
1121 when finished. Make gdb_file_cmd send "exec-file" when
1122 appropriate.
1123
1124 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
1125
1126 * gdb.base/attach.exp: Remove extra setup_xfail.
1127
1128 2002-03-26 Michael Snyder <msnyder@redhat.com>
1129
1130 * gdb.base/default.exp: Add tests for dump, append, and restore.
1131 * gdb.base/help.exp: Add tests for dump, append, and restore.
1132 * gdb.base/dump.exp: New file, test dump, append and restore.
1133 * gdb.base/dump.c: New file.
1134
1135 2002-03-27 Michael Snyder <msnyder@redhat.com>
1136
1137 * gdb.base/help.exp: Modify expect strings to reflect
1138 clean-ups in help messages.
1139
1140 2002-03-26 Fred Fish <fnf@redhat.com>
1141
1142 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
1143 have debugging info for those functions and the compiler uses them
1144 internally to copy structs around.
1145
1146 2002-03-26 Fred Fish <fnf@redhat.com>
1147
1148 * gdb.base/list.exp: Revert the change made yesterday and add note
1149 about why we don't list the default lines for remote targets.
1150
1151 2002-03-25 Michael Snyder <msnyder@redhat.com>
1152
1153 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
1154
1155 2002-03-25 Fred Fish <fnf@redhat.com>
1156
1157 * gdb.base/list.exp: This test works on remote targets so remove
1158 the short circuit for remote targets. Update copyright.
1159
1160 2002-03-25 Fred Fish <fnf@redhat.com>
1161
1162 * gdb.base/attach.exp: Fix logic error that was suppressing this
1163 test for all non hppa*-*-hpux* targets, instead of the hp target.
1164 Move comments closer to the suppression point. Also now need to
1165 check that we are running natively.
1166
1167 2002-03-22 Michael Snyder <msnyder@redhat.com>
1168
1169 * gdb.base/default.exp: Add test for gcore. Update copyright.
1170 * gdb.base/help.exp: Add test for gcore. Update copyright.
1171
1172 2002-03-06 Fred Fish <fnf@redhat.com>
1173
1174 * gdb.base/funcargs.c: Remove extraneous ';' character.
1175 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
1176
1177 2002-03-04 Michael Chastain <mec@shout.net>
1178
1179 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
1180 accommodate gcc v3 function signature.
1181 * gdb.mi/mi0-var-cmd-exp: Ditto.
1182
1183 2002-02-24 Andrew Cagney <ac131313@redhat.com>
1184
1185 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
1186 ``GNU/Linux'' or ``Linux kernel''
1187 * testsuite/gdb.threads/pthreads.c: Ditto.
1188
1189 2002-02-24 Michael Chastain <mec@shout.net>
1190
1191 * gdb.threads/pthreads.c (thread1): Add a return statement.
1192 (thread2): Likewise.
1193 (foo): Likewise.
1194
1195 2002-02-23 Michael Chastain <mec@shout.net>
1196
1197 * gdb.threads/linux-dp.c (philosopher): Add a return statement
1198 to placate gcc.
1199
1200 2002-02-23 Michael Chastain <mec@shout.net>
1201
1202 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
1203 test "ptype bint". The test passes on all my stabs configurations.
1204
1205 2002-02-21 Jim Blandy <jimb@redhat.com>
1206
1207 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
1208 filename at a time, and watch for the ones we want to see.
1209
1210 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
1211 types of pointers to prototyped functions.
1212
1213 2002-02-20 Andrew Cagney <ac131313@redhat.com>
1214
1215 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
1216 signed, unsigned and straight char.
1217 (padding_char, padding_short, padding_int, padding_long,
1218 padding_long_long, padding_float, padding_double,
1219 padding_long_double): New global variables.
1220 (fill, fill_structs): New functions.
1221
1222 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
1223 for correctly sized writes. Update copyright.
1224 (get_valueof): New procedure.
1225 (get_sizeof): Call get_valueof.
1226 (check_valueof): New procedure.
1227 (check_padding): New procedure.
1228
1229 2002-02-20 Michael Chastain <mec@shout.net>
1230
1231 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
1232 to setup_xfail. Document some of the remaining calls.
1233
1234 2002-02-18 Michael Chastain <mec@shout.net>
1235
1236 * gdb.c++/userdef.exp: Update copyright year.
1237
1238 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
1239
1240 * gdb.c++/userdef.exp: Test overloaded operators properly.
1241 Remove xfails.
1242
1243 2002-02-14 Michael Snyder <msnyder@redhat.com>
1244
1245 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
1246
1247 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
1248
1249 * gdb.base/a2-run.exp: Check for a remote target properly.
1250 * gdb.base/annota1.exp: Likewise.
1251 * gdb.base/list.exp: Likewise.
1252 * gdb.base/reread.exp: Likewise.
1253 * gdb.base/scope.exp: Likewise.
1254 * gdb.base/shlib-call.exp: Likewise.
1255 * gdb.base/term.exp: Likewise.
1256 * gdb.c++/annota2.exp: Likewise.
1257
1258 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
1259
1260 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
1261
1262 2002-02-10 Michael Chastain <mec@shout.net>
1263
1264 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
1265 (call_after_alloca): Ditto.
1266
1267 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
1268
1269 * gdb.base/ending-run.exp: Guard "cont" test with
1270 gdb_skip_stdio_test.
1271
1272 2002-02-06 Jim Blandy <jimb@redhat.com>
1273
1274 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
1275 from here...
1276 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
1277 To here. Disable this test on non-HP platforms. Add big comment.
1278
1279 2002-02-04 Michael Snyder <msnyder@redhat.com>
1280
1281 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
1282 other than d10v and m32r.
1283
1284 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
1285
1286 * gdb.base/default.exp: Rewrite test patterns to reduce time
1287 taken to match them.
1288
1289 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1290
1291 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
1292 Allow a start function above main.
1293 * gdb.threads/linux-dp.exp: Fix copyright date.
1294
1295 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1296
1297 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
1298 (check_philosopher_stack): Check for manager thread before checking
1299 for a just-starting thread.
1300
1301 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1302
1303 From Neil Booth <neil@daikokuya.demon.co.uk>:
1304 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
1305 warnings.
1306
1307 2002-01-21 Fred Fish <fnf@redhat.com>
1308
1309 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
1310 not caller.
1311
1312 2002-01-21 Jim Blandy <jimb@redhat.com>
1313
1314 * gdb.base/reread.exp: Check that GDB properly re-reads the
1315 executable file when it changes while no inferior is running.
1316
1317 2002-01-21 Fred Fish <fnf@redhat.com>
1318
1319 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
1320 optionally accept the "shlib events" variation.
1321
1322 2002-01-21 Jim Blandy <jimb@redhat.com>
1323
1324 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
1325 call `fflush' after every `printf', so that the output is produced
1326 at predictable points, regardless of whatever buffering does (or
1327 doesn't) take place.
1328 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
1329 at different points.
1330
1331 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1332
1333 * gdb.c++/inherit.exp: Update copyright years.
1334 * gdb.c++/method.exp: Likewise.
1335
1336 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1337
1338 * gdb.c++/classes.exp: Update for improved v3 support and skipping
1339 artificial methods/arguments.
1340 * gdb.c++/derivation.exp: Likewise.
1341 * gdb.c++/inherit.exp: Likewise.
1342 * gdb.c++/method.exp: Likewise.
1343 * gdb.c++/virtfunc.exp: Likewise.
1344
1345 2002-01-18 Andrew Cagney <ac131313@redhat.com>
1346
1347 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
1348 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
1349 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
1350 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
1351 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
1352 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
1353
1354 2002-01-17 Jim Blandy <jimb@redhat.com>
1355
1356 * gdb.asm/asm-source.exp (info symbol): Take another shot at
1357 anchoring the pattern matching the entry point symbol's name.
1358
1359 2002-01-17 Andrew Cagney <ac131313@redhat.com>
1360
1361 * gdb.base/maint.exp: Update ``maint internal-error'' to match
1362 continue/quit query. Update copyright.
1363
1364 2002-01-14 Michael Snyder <msnyder@redhat.com>
1365
1366 * gdb.base/gcore.exp: Remove extra debugging output.
1367
1368 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1369
1370 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
1371 for slightly dubious v2 mangled string.
1372
1373 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1374
1375 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
1376
1377 2002-01-10 Jason Merrill <jason@redhat.com>
1378
1379 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
1380
1381 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
1382 constructors.
1383 * gdb.c++/derivation.exp: Likewise.
1384 * gdb.c++/templates.exp: Likewise.
1385 * gdb.c++/virtfunc.exp: Likewise.
1386
1387 2002-01-10 Michael Snyder <msnyder@redhat.com>
1388
1389 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
1390
1391 2002-01-08 Michael Snyder <msnyder@redhat.com>
1392
1393 * gdb.base/gcore.exp: New test for generate-core-file command.
1394 * gdb.base/gcore.c: Testcase for above.
1395 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
1396
1397 2002-01-08 Jason Merrill <jason@redhat.com>
1398
1399 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
1400
1401 2002-01-07 Fred Fish <fnf@redhat.com>
1402
1403 * gdb.c++/overload.exp: Remove unconditional xfails for:
1404 print foo_instance1.overloadargs(1)
1405 print foo_instance1.overloadargs(1, 2)
1406 print foo_instance1.overloadargs(1, 2, 3)
1407 print foo_instance1.overloadargs(1, 2, 3, 4)
1408 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
1409 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
1410 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
1411 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
1412 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
1413 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
1414 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
1415 print foo_instance1.overload1arg()
1416 print foo_instance1.overload1arg((char)arg2)
1417 print foo_instance1.overload1arg((signed char)arg3)
1418 print foo_instance1.overload1arg((unsigned char)arg4)
1419 print foo_instance1.overload1arg((int)arg7)
1420 print foo_instance1.overload1arg((unsigned int)arg8)
1421 print foo_instance1.overload1arg((float)arg11)
1422 print foo_instance1.overload1arg((double)arg12)
1423
1424 2002-01-07 Michael Snyder <msnyder@redhat.com>
1425
1426 * gdb.base/huge.exp: New test. Print a very large target data object.
1427 (skip_huge_test): New test variable. Define if you want to skip this
1428 test. The test reads an 8 megabyte data object from the target, so it
1429 might be very time consuming on remote targets with a slow connection.
1430 * gdb.base/huge.c: New file. Test case for above.
1431
1432 2002-01-07 Fred Fish <fnf@redhat.com>
1433
1434 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
1435 g_instance.bfoo, and g_instance.cfoo.
1436
1437 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
1438
1439 * gdb.base/break.c (multi_line_if_conditional): New function.
1440 (multi_ilne_while_conditional): Likewise.
1441 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
1442 IF or WHILE condition puts the breakpoint at the start of
1443 the condition.
1444
1445 * gdb.base/selftest.exp (backtrace through signal handler): Remove
1446 hppa*-*-hpux* expected failure.
1447 * gdb.base/structs.exp (do_function_calls): Similarly.
1448
1449 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
1450 watchpoints.
1451
1452 2002-01-06 Andrew Cagney <ac131313@redhat.com>
1453
1454 Fix PR gdb/66.
1455 * gdb.base/structs.exp: Replace skip for a29k with skip for
1456 gdb,cannot_call_functions.
1457 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
1458 * gdb.base/callfuncs.exp: Ditto.
1459 * gdb.base/call-rt-st.exp: Ditto.
1460 * gdb.base/call-strs.exp: Ditto.
1461 * gdb.base/callfwmall.exp: Ditto.
1462 * gdb.base/scope.exp: Obsolete xfail a29k.
1463 * gdb.c++/misc.exp: Ditto.
1464 * gdb.c++/cplusfuncs.exp: Ditto.
1465 * gdb.base/ptype.exp: Ditto.
1466 * gdb.base/printcmds.exp: Ditto.
1467 * gdb.base/opaque.exp: Ditto.
1468 * gdb.base/list.exp: Ditto.
1469 * gdb.base/funcargs.exp: Ditto.
1470 * gdb.base/default.exp: Ditto.
1471
1472 2002-01-04 Michael Snyder <msnyder@redhat.com>
1473
1474 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
1475 * gdb.base/maint.exp: Add tests for maint info sections options.
1476
1477 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
1478
1479 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
1480
1481 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
1482
1483 * gdb.asm/arm.inc: New file.
1484 * gdb.asm/asm-source.exp: Add arm targets.
1485 * gdb.asm/configure.in: Ditto.
1486 * gdb.asm/configure: Recreated from configure.in.
1487
1488 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
1489
1490 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
1491 with HP's compiler.
1492 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
1493 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
1494 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
1495 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
1496
1497 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
1498 either HP's compilers or GCC.
1499
1500 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
1501 a SIGBUS or SIGSEGV.
1502
1503 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
1504
1505 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
1506 can be compiled with either HP's compiler or GCC.
1507
1508 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
1509 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
1510 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
1511
1512 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
1513 to match current gdb output. Update due to using auto-solib-limit
1514 for limiting instead of overloading auto-solib-add.
1515 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
1516 test program.
1517
1518 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
1519 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
1520 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1521 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
1522 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
1523 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1524 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
1525 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
1526 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
1527 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
1528 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
1529 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
1530 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
1531
1532 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
1533 a SIGTRAP to the inferior.
1534
1535 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
1536
1537 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
1538 Substitute call to target_link by call to gdb_compile.
1539
1540 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
1541
1542 * gdb.base/break.exp: Fix HP specific search string when testing
1543 backtracing in a called function.
1544
1545 * gdb.base/constvars.exp: Only set lang to C++ if we're
1546 compiling the test with HP's compilers.
1547 * gdb.base/volatile.exp: Similarly.
1548
1549 2001-12-19 Jim Blandy <jimb@redhat.com>
1550
1551 * gdb.base/printcmds.exp: Expect the null character to be printed
1552 as '\0', and the '\013' to be printed as '\v'.
1553 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
1554 * gdb.base/setvar.exp: Same.
1555
1556 2001-12-17 Jim Blandy <jimb@redhat.com>
1557
1558 * gdb.base/completion.exp: Rather than completing very long
1559 filenames, which can make the readline library produce output we
1560 don't recognize, cd to the directory first, and then complete
1561 using nice, short relative paths.
1562
1563 * gdb.base/completion.exp: On some systems, there is, in fact, a
1564 variable named `b' in scope, since GDB treats all static
1565 variables as being in scope. So use `no_var_named_this'
1566 instead of `b'.
1567
1568 * gdb.base/corefile.exp: Recognize the message saying that GDB
1569 can't find the core file's registers as a failure.
1570
1571 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
1572
1573 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
1574 test expect string more specific.
1575
1576 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
1577
1578 * gdb.asm/asm-source.exp: Add support for xstormy16.
1579 * gdb.asm/configure.in: Ditto.
1580 * gdb.asm/configure: Rebuild.
1581 * gdb.asm/xstormy16.inc: New file.
1582
1583 2001-12-10 Fred Fish <fnf@redhat.com>
1584
1585 * gdb.base/maint.exp: Update to match changes in type dumping code.
1586
1587 2001-12-10 Jim Blandy <jimb@redhat.com>
1588
1589 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
1590 matching the entry point symbol's name at the beginning of the
1591 line.
1592
1593 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
1594
1595 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
1596 gdb.c++/inherit.exp, gdb.c++/method.exp,
1597 gdb.c++/namespace.exp, gdb.c++/templates.exp,
1598 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
1599 and class layout support.
1600
1601 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
1602
1603 * gdb.c++/classes.exp: Add test for static member function.
1604 * gdb.c++/misc.cc: Add class with static member function.
1605
1606 2001-12-07 Jim Blandy <jimb@redhat.com>
1607
1608 If GDB says it can't find the struct the function returned, report
1609 those tests as `unsupported'.
1610 * gdb.base/call-rt-st.exp (print_struct_call): New function.
1611 Rewrite subsequent tests to use it.
1612
1613 If GDB says it can't find the struct the function returned, report
1614 those tests as `unsupported'.
1615 * gdb.base/structs.exp (call_struct_func): New function.
1616 (do_function_calls): Use call_struct_func to call the functions
1617 returning structs.
1618
1619 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
1620 whether functions are prototyped or not, so we can't possibly pass
1621 arguments to t_float_values2 properly.
1622
1623 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
1624 value of `timeout' for targets other than the mips*tx39-*.
1625
1626 2001-12-06 Michael Snyder <msnyder@redhat.com>
1627
1628 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
1629 and detect whether the start symbol has a leading underscore.
1630
1631 2001-12-04 Jim Blandy <jimb@redhat.com>
1632
1633 * gdb.base/completion.exp: Clarify indentation.
1634
1635 2001-12-03 Jim Blandy <jimb@redhat.com>
1636
1637 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
1638 variables on the S/390, not `.word'.
1639
1640 2001-11-30 Jim Blandy <jimb@redhat.com>
1641
1642 Add assembly-source tests for s390-ibm-linux.
1643 * gdb.asm/s390.inc: New file.
1644 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
1645 the S/390 architecture.
1646 * gdb.asm/configure: Regenerated.
1647
1648 2001-11-30 Michael Snyder <msnyder@redhat.com>
1649
1650 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
1651 next, info source, info sources, info line, global and static
1652 variables, and static functions.
1653 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
1654 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
1655 * gdb.asm/asmsrc1.s: Add a static function and some variables.
1656 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
1657 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
1658 (gdbasm_leave): Restore frame pointer.
1659 (gdbasm_startup): Copy stack set-up from crt0.S.
1660
1661 2001-11-26 Fernando Nasser <fnasser@redhat.com>
1662
1663 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
1664 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
1665 to a local (non-static) variable. Copy tstruct.a to a static buffer
1666 and return a pointer to that buffer.
1667 * gdb.base/callfwmall.c (t_structs_a): Ditto.
1668
1669 2001-11-24 Mark Kettenis <kettenis@gnu.org>
1670
1671 * gdb.asm/configure.in: Fix recognition of ix86 target.
1672 * gdb.asm/configure: Regenerate.
1673
1674 2001-11-21 Michael Snyder <msnyder@redhat.com>
1675
1676 * gdb.asm/sparc.inc: New file.
1677 * gdb.asm/asm-source.exp: Recognize sparc target.
1678 * gdb.asm/configure.in: Recognize sparc target.
1679 * gdb.asm/configure: Regenerate.
1680
1681 2001-11-21 Michael Snyder <msnyder@redhat.com>
1682
1683 * gdb.asm/m32r.inc: New file.
1684 * gdb.asm/asm-source.exp: Recognize m32r target.
1685 * gdb.asm/configure.in: Recognize m32r target.
1686 * gdb.asm/configure: Regenerate.
1687
1688 2001-11-20 Michael Snyder <msnyder@redhat.com>
1689
1690 * gdb.asm/i386.inc: New file.
1691 * gdb.asm/asm-source.exp: Recognize ix86 target.
1692 * gdb.asm/configure.in: Recognize ix86 target.
1693 * gdb.asm/configure: Regenerate.
1694
1695 * gdb.c++/namespace.exp: Fix quotes in output messages.
1696
1697 2001-11-14 Michael Snyder <msnyder@redhat.com>
1698
1699 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
1700 qualifier in a type cast expression, to designate an address
1701 in the instruction space (Harvard architecture).
1702
1703 2001-11-13 Michael Snyder <msnyder@redhat.com>
1704
1705 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
1706 Tests for expressions using 'const' and 'volatile'.
1707
1708 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
1709
1710 * gdb.asm/asm-sources.exp: Allow defining linker flags.
1711
1712 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
1713
1714 * lib/mi-support.exp (mi_run_to_helper): Move comments
1715 outside of gdb_expect.
1716
1717 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
1718
1719 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
1720 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
1721 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
1722 mi0_run_to): New functions.
1723 * gdb.mi/mi-simplerun.exp: Use them.
1724 * gdb.mi/mi0-simplerun.exp: Likewise.
1725 * gdb.mi/mi-var-cmd.exp: Likewise.
1726 * gdb.mi/mi0-var-cmd.exp: Likewise.
1727
1728 2001-11-10 Andrew Cagney <ac131313@redhat.com>
1729
1730 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
1731 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
1732
1733 2001-11-09 Andrew Cagney <ac131313@redhat.com>
1734
1735 * gdb.base/restore.exp: Include $expected value in restored test
1736 message.
1737
1738 2001-11-09 Andrew Cagney <ac131313@redhat.com>
1739
1740 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
1741 implemented.
1742
1743 2001-11-08 Michael Snyder <msnyder@redhat.com>
1744
1745 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
1746 Add pass/fail message for stop at breakpoint in call dummy function.
1747
1748 2001-11-07 Michael Snyder <msnyder@redhat.com>
1749
1750 * gdb.c++/templates.exp (test_template_breakpoints):
1751 If we get an overload menu, but it does not match what
1752 we expect, we still need to issue the "cancel" command.
1753 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
1754 making the whitespace optional. Argument for "new" may be
1755 "unsigned" as well as "unsigned int/long".
1756 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
1757 making the whitespace optional. Also replace "(void) with
1758 "((void|)), making the keyword "void" optional.
1759 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
1760 making the whitespace optional. Also replace "(void) with
1761 "((void|)), making the keyword "void" optional.
1762 * gdb.base/callfuncs.c (t_float_values): This function must
1763 _not_ be prototyped, and the following function (t_float_values2)
1764 must be prototyped (if the compiler supports it), so that GDB
1765 can be tested against both cases. Usually one case involves
1766 promotion of float to double, while the other does not.
1767 * gdb.base/callfwmall.c: Ditto.
1768 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
1769 includes a stack frame for "start".
1770
1771 2001-11-05 Jim Blandy <jimb@redhat.com>
1772
1773 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
1774 pointers are 32 bits long, and that offsets of relocs are always
1775 stored in the data (REL-style), and not in the reloc entry itself
1776 (RELA-style).
1777 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
1778 stabs.
1779
1780 2001-11-01 Michael Snyder <msnyder@redhat.com>
1781
1782 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
1783 and regular expression operators by using quoting.
1784
1785 2001-10-31 Michael Snyder <msnyder@redhat.com>
1786
1787 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
1788 depending on what the symbol table contains.
1789 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
1790 the output of the ptype command. Similarly, accept both "const &"
1791 and "const&".
1792
1793 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
1794
1795 * gdb.base/miscexprs.c (main): Add usage of preprocessor
1796 symbol `STORAGE' to allow to choose the storage class of
1797 the local datastructures.
1798 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
1799 compiler directive.
1800
1801 2001-10-30 Michael Snyder <msnyder@redhat.com>
1802
1803 * gdb.base/jump.exp: Allow it to run for all targets.
1804
1805 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
1806
1807 * gdb.base/call-ar-st.c (print_double_array): Match for loop
1808 with new double_array size.
1809 (main): Change storage class of all local variables to static.
1810 Reduce size of double_array to 9.
1811 * gdb.base/call-ar-st.exp: Increase timeout value.
1812 Change expected output for double array to match new size in
1813 call-ar-st.c.
1814
1815 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
1816
1817 * gdb.base/ending-run.exp: Create identical output when passing
1818 `step to end of run' case. Add regular expression branch satisfying
1819 Stormy16 target.
1820
1821 2001-10-28 Mark Kettenis <kettenis@gnu.org>
1822
1823 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
1824 that we catch the expected failure under Linux/x86.
1825
1826 2001-10-29 Orjan Friberg <orjanf@axis.com>
1827
1828 * gdb.base/setvar.exp: Escape curly braces.
1829 * gdb.stabs/weird.exp: Ditto.
1830
1831 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
1832
1833 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
1834 * gdm.mi/mi0-hack-cli.exp: Likewise.
1835
1836 2001-10-25 Andrew Cagney <ac131313@redhat.com>
1837
1838 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
1839 messages.
1840
1841 2001-10-21 Andrew Cagney <ac131313@redhat.com>
1842
1843 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
1844 checking MI enabled.
1845
1846 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
1847
1848 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
1849
1850 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
1851
1852 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
1853 if gdb child process crashes, just signal an error.
1854
1855 2001-10-02 Jim Blandy <jimb@redhat.com>
1856
1857 * lib/gdb.exp (test_xfail_format): Simplify.
1858
1859 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
1860 front of the variable name `format'. Simplify `if'.
1861
1862 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
1863
1864 * gdb.threads/pthreads.exp: Wait for output and delay
1865 before sending ^C.
1866
1867 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
1868
1869 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
1870 some incorrect output instead of timing out.
1871 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
1872
1873 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
1874
1875 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
1876 check to allow additional `int'.
1877
1878 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
1879
1880 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
1881 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
1882
1883 2001-09-27 Michael Snyder <msnyder@redhat.com>
1884
1885 * lib/gdb.exp (test_debug_format): New proc.
1886 (setup_xfail_format): Use new proc test_debug_format.
1887 * gdb.base/constvars.exp (local_compiler_xfail_check): New
1888 proc; use new service proc test_debug_format.
1889 Replace all other "gcc_compiled" tests with this test.
1890 * gdb.base/volatile.exp (local_compiler_xfail_check): New
1891 proc; use new service proc test_debug_format.
1892 Replace all other "gcc_compiled" tests with this test.
1893
1894 2001-09-27 Michael Snyder <msnyder@redhat.com>
1895
1896 * gdb.base/cvexpr.exp: New file.
1897 * gdb.base/cvexpr.c: New file
1898 Test for expressions using const and volatile keywords.
1899
1900 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
1901
1902 * gdb.base/constvars.exp: Check for different orders of keywords
1903 and additional "int" strings in output.
1904
1905 2001-09-22 Andrew Cagney <ac131313@redhat.com>
1906
1907 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
1908 responses from "help maint".
1909
1910 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
1911
1912 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
1913 to localhost:NNN instead of :NNN, in case Xvfb is listening
1914 only on TCP.
1915
1916 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
1917
1918 * gdb.base/recurse.exp: When checking leaving the watchpoint
1919 scope, recognize when gdb is in function's epilogue and pass.
1920
1921 2001-09-18 Keith Seitz <keiths@redhat.com>
1922
1923 * lib/insight-support.exp (_gdbtk_export_target_info): Add
1924 support for running tests against sid targets.
1925 (gdbtk_done): Ditto.
1926
1927 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
1928
1929 * gdb.base/ending-run.c (main): Set stdout buffersize
1930 to the same reasonable value for any target.
1931 * gdb.base/ending-run.exp: Add a regular expression
1932 to make testsuite happy on Sanyo Stormy16 target.
1933
1934 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
1935
1936 * gdb.base/display.c (do_loops): Add float variable `f'.
1937 Increment f in loop.
1938 * gdb.base/display.exp: Increment timeout by 60 seconds.
1939 Change float display test to use variable `f'.
1940
1941 2001-09-17 Jim Blandy <jimb@redhat.com>
1942
1943 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
1944 overflowing the limited breakpoint tables on some ROM monitors
1945 (like the ROM68K).
1946
1947 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
1948
1949 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
1950 the "-ac" (disable access control) flag.
1951
1952 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
1953
1954 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
1955 ints.
1956
1957 2001-08-30 Keith Seitz <keiths@redhat.com>
1958
1959 * lib/gdb.exp: Move all insight-related functionality into
1960 separate file.
1961 * lib/insight-support.exp: New file.
1962
1963 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
1964
1965 * config/sid.exp (sid_start): Never set sid verbosity; disable
1966 expect_background {} that consumed its stdout; tolerate </dev/null.
1967 Attempt to set endianness override in "sid" protocol mode. Cleanup.
1968
1969 2001-08-18 Andrew Cagney <ac131313@redhat.com>
1970
1971 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
1972 CLI jump command to start it.
1973 (mi_run_to_main): Fail immediatly when unexpected output.
1974
1975 2001-08-18 Andrew Cagney <ac131313@redhat.com>
1976
1977 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
1978 beginning of function. Fix PR gdb/191.
1979
1980 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
1981
1982 * config/sid.exp (sid_start): Don't warn if we cannot figure out
1983 what to force sid endianness to.
1984
1985 2001-08-15 Keith Seitz <keiths@redhat.com>
1986
1987 * lib/gdb.exp (gdbtk_start): Don't set environment
1988 variables for TCL_LIBRARY and friends. Insight will
1989 now figure these out for itself.
1990
1991 2001-08-02 Michael Snyder <msnyder@redhat.com>
1992
1993 * gdb.base/completion.exp: Remove the symbol "a64l" from
1994 the expect string; this is target-specific, and not related
1995 to what is being tested.
1996
1997 2001-08-02 Dave Brolley <brolley@redhat.com>
1998
1999 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
2000
2001 2001-07-25 Michael Snyder <msnyder@redhat.com>
2002
2003 * gdb.base/consecutive.exp: New file. Test stepping over
2004 breakpoints on consecutive instructions.
2005 * gdb.base/consecutive.c: New file.
2006
2007 * gdb.base/call-rt-st.exp: Use double-backslash to quote
2008 curly braces in regular expressions.
2009
2010 2001-07-25 Michael Snyder <msnyder@redhat.com>
2011
2012 * gdb.base/ending-run.exp: Accept "Program exited normally" as
2013 legitimate output from stepping out of main.
2014
2015 2001-07-22 Keith Seitz <keiths@redhat.com>
2016
2017 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
2018 the empty string, do not run the tests.
2019
2020 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2021
2022 * gdb.base/long_long.exp: Detect size of pointer. Take into
2023 account 2-byte pointers when testing for p/a results.
2024
2025 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2026
2027 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
2028 and defined to 1K for m68hc11.
2029 (random_data): Reduce table to 1K for embedded platforms (68hc11).
2030 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
2031 (sizeof_random_data): New variable to tell the size of the data table;
2032 don't test past this size; always run to main.
2033
2034 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2035
2036 * gdb.base/return2.exp: return of long long and double fails for
2037 68HC11; don't execute these tests on that platform.
2038 * gdb.base/return.exp: Return of a double fails for 68hc11.
2039
2040 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2041
2042 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
2043 tests that print a float.
2044 * call-rt-st.exp: Likewise.
2045
2046 2001-07-12 Mark Kettenis <kettenis@gnu.org>
2047
2048 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
2049 running this test on Linux.
2050
2051 2001-06-24 Michael Chastain <chastain@redhat.com>
2052
2053 * gdb.base/arithmet.exp: Remove some tests to make all test names
2054 unique.
2055
2056 2001-07-03 Michael Snyder <msnyder@redhat.com>
2057
2058 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
2059 the output of the ptype command.
2060
2061 2001-07-02 Michael Snyder <msnyder@redhat.com>
2062
2063 * gdb.base/completion.exp: Don't assume that break.c is the only
2064 source file that may contain functions named "marker".
2065 * gdb.base/corefile.exp: Quote the curly braces in regexp.
2066
2067 2001-06-28 Andrew Cagney <ac131313@redhat.com>
2068
2069 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
2070 of files to delete.
2071
2072 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
2073 * gdb.disasm/h8300s.exp: New file.
2074 gdb.disasm/h8300s.s: Likewise.
2075
2076 2001-06-27 Andrew Cagney <ac131313@redhat.com>
2077
2078 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
2079 empty breakpoint tables.
2080
2081 2001-06-25 Andrew Cagney <ac131313@redhat.com>
2082
2083 * lib/mi-support.exp: Update args=... part of stop-reason
2084 patterns. Accept either a list or a tuple.
2085
2086 2001-06-23 Andrew Cagney <ac131313@redhat.com>
2087
2088 * lib/mi-support.exp: Remove local emacs variable defining
2089 change-log-default-name.
2090
2091 2001-06-22 Michael Chastain <chastain@redhat.com>
2092
2093 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
2094 This is operationally compatible with the previous version.
2095
2096 2001-06-13 Jim Blandy <jimb@redhat.com>
2097
2098 * lib/gdb.exp (gdb_test): Doc fix.
2099
2100 2001-06-10 Michael Chastain <chastain@redhat.com>
2101
2102 * gdb.base/exprs.exp: Remove a duplicate test.
2103
2104 2001-06-06 Jim Blandy <jimb@redhat.com>
2105
2106 * gdb.base/return2.exp (main): Use values to test float and double
2107 returns that are not NaN's, to avoid being confused by IEEE
2108 comparison rules.
2109
2110 2001-06-04 Michael Snyder <msnyder@redhat.com>
2111
2112 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
2113 non-zero if control_c fails. Terminate the test on failure,
2114 rather than wait for 12 more tests to time out.
2115
2116 2001-06-06 Jim Blandy <jimb@redhat.com>
2117
2118 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
2119 Don't forget to match the GDB prompt.
2120
2121 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
2122
2123 2001-06-04 Jim Blandy <jimb@redhat.com>
2124
2125 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
2126 command.
2127
2128 2001-05-31 Kevin Buettner <kevinb@redhat.com>
2129
2130 * gdb.base/annota1.exp (info break): Match four or more spaces
2131 after "Address".
2132
2133 2001-05-31 Michael Chastain <chastain@redhat.com>
2134
2135 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
2136 (dm_type_int_star): Likewise.
2137 (dm_type_long_star): Likewise.
2138 (dm_type_void_star): Likewise.
2139
2140 2001-05-29 Kevin Buettner <kevinb@redhat.com>
2141
2142 * gdb.base/completion.exp (INPUTRC): Set this environment variable
2143 to a known value in order to get consistent results regardless
2144 of the setting of INPUTRC or the presence or contents of .inputrc.
2145
2146 2001-05-24 Michael Snyder <msnyder@redhat.com>
2147
2148 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
2149 Don't require that the main thread and the manager thread are the
2150 first in the list.
2151
2152 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
2153 debugging. If test fails, issue an "unsupported" not a "fail".
2154
2155 2001-05-24 Jim Blandy <jimb@redhat.com>
2156
2157 Don't assume that short is shorter than int.
2158 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
2159 assume that shorts are smaller than ints. On a 16-bit machine,
2160 this isn't true.
2161 ("print unsigned char == (~0)"): Add test that verifies that ~0,
2162 an int, is not equal to ~0 stored in an unsigned char. This tests
2163 the same thing that the previous test meant to, but works on
2164 16-bit machines, too.
2165 ("print unsigned char != (~0)"): Same test, complemented.
2166
2167 2001-05-24 Michael Snyder <msnyder@redhat.com>
2168
2169 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
2170 test for (full_coverage == 0). This makes the test run faster,
2171 and prevents dejagnu getting out of step.
2172
2173 2001-05-23 Kevin Buettner <kevinb@redhat.com>
2174
2175 * gdb.base/finish.exp (finish_void): Revise pattern for
2176 stopping on the call statement to not permit stopping at
2177 the start of the instructions comprising the call sequence.
2178
2179 2001-05-19 Michael Chastain <chastain@redhat.com>
2180
2181 * gdb.base/callfuncs.exp: Make all test names unique.
2182 * gdb.base/commands.exp: Make all test names unique.
2183 * gdb.base/condbreak.exp: Make all test names unique.
2184 * gdb.base/dbx.exp: Make all test names unique.
2185 * gdb.base/default.exp: Make all test names unique.
2186 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
2187 and TIMEOUT messages to their corresponding PASS message.
2188 * gdb.base/ending-run.exp: Make all test names unique.
2189 * gdb.base/long_long.exp: Remove duplicate test.
2190
2191 2001-05-21 Kevin Buettner <kevinb@redhat.com>
2192
2193 * gdb.base/finish.exp (finish_void): Allow "finish" command to
2194 stop on the call statement as well as the statement after the
2195 call.
2196
2197 2001-05-21 Michael Snyder <msnyder@redhat.com>
2198
2199 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
2200
2201 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
2202
2203 * gdb.base/completion.exp: Revamp test. Make it execute on all
2204 platforms.
2205
2206 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
2207
2208 * config/gdbserver.exp (gdb_load): Handle the case
2209 in which the arguments to gdbserver are given in the
2210 baseboard configuration file.
2211 Also handle the case in which the server needs to do a
2212 load.
2213
2214 2001-05-07 Keith Seitz <keiths@cygnus.com>
2215
2216 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
2217 set up the display for testing.
2218 (gdbtk_start): Convert all paths to paths that tcl will like.
2219 Export target information to environment.
2220 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
2221 necessary.
2222 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
2223 (to_tcl_path): New proc to convert a given pathname into
2224 a path acceptible as an argument to a tcl command.
2225 (_gdbtk_export_target_info): New proc to export target info
2226 into the environment for gdbtk testing.
2227 (gdbtk_done): New proc to signal end-of-test.
2228
2229 2001-05-06 Jim Blandy <jimb@redhat.com>
2230
2231 * restore.c: Make the code of caller0 correspond to its comment.
2232
2233 2001-05-03 Michael Snyder <msnyder@redhat.com>
2234
2235 * config/sid.exp (gdb_target_sid): Check for error messages.
2236 On error or timeout, don't make expect exit (which will terminate
2237 all subsequent tests); instead just make gdb exit.
2238 (gdb_load): Check for error messages. On error or timeout,
2239 return a negative value.
2240
2241 2001-04-24 Jim Blandy <jimb@redhat.com>
2242
2243 * gdb.c++/templates.exp: If we see the prompt for the overload
2244 list, but we haven't recognized any of the longer patterns,
2245 arrange for this test to fail, not hang.
2246
2247 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
2248 variations.
2249
2250 2001-04-22 Michael Chastain <chastain@redhat.com>
2251
2252 * gdb.c++/local.exp: Use the 'runto' library function.
2253 * gdb.c++/namespace.exp: Likewise.
2254 * gdb.c++/overload.exp: Likewise.
2255
2256 2001-03-26 Kevin Buettner <kevinb@redhat.com>
2257
2258 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
2259 * gdb.base/step-line.exp: New file. Test step/next in presence of
2260 #line directives.
2261 * gdb.base/step-line.c: New file. Test program for the above.
2262 * gdb.base/step-line.inp: New file. We pretend that this file has
2263 been transformed by some other tool into step-line.c.
2264
2265 2001-03-21 Jim Blandy <jimb@redhat.com>
2266
2267 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
2268 unmangled operator names.
2269
2270 2001-03-20 Jim Blandy <jimb@redhat.com>
2271
2272 * gdb.threads/linux-dp.exp: Recognize an additional message
2273 generated by GDB when it doesn't understand how to debug threads
2274 on the target system.
2275
2276 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2277
2278 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
2279
2280 2001-03-12 Michael Chastain <chastain@redhat.com>
2281
2282 * gdb.c++/derivation.exp: Use the 'runto' library function.
2283
2284 2001-03-12 Michael Chastain <chastain@redhat.com>
2285
2286 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
2287
2288 2001-02-24 Michael Chastain <chastain@redhat.com>
2289
2290 * gdb.c++/ref-types.exp: Change handwritten code to library
2291 function 'runto'.
2292
2293 2001-03-16 Orjan Friberg <orjanf@axis.com>
2294
2295 * gdb.base/signals.exp: Set count to 0 explicitly.
2296
2297 2001-03-15 Mark Salter <msalter@redhat.com>
2298
2299 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
2300 (gdb_target_monitor): Add check of gdb_target_cmd return value.
2301 (gdb_load): Add support for additional target_info: gdb_download_size
2302 and gdb_load_timeout.
2303
2304 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
2305
2306 * gdb.base/annota1.exp: Move test of isnative to earlier in the
2307 file -- to prevent failing when the compile fails but we have no
2308 intention of running the tests anyway.
2309
2310 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
2311 tests if set.
2312
2313 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
2314 integers.
2315
2316 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
2317 * gdb.c++/namespace.exp: Ditto.
2318
2319 2001-03-07 Orjan Friberg <orjanf@axis.com>
2320
2321 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
2322 * gdb.base/pointers.exp: Relax pattern match of decimals.
2323
2324 2001-03-06 Kevin Buettner <kevinb@redhat.com>
2325
2326 * Makefile.in, config/abug.exp, config/cfdbug.exp,
2327 config/cpu32bug.exp, config/dve.exp, config/est.exp,
2328 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
2329 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
2330 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
2331 config/sh.exp, config/sid.exp, config/slite.exp,
2332 config/sparclet.exp, config/udi.exp, config/unknown.exp,
2333 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
2334 config/vxworks.exp, config/vxworks29k.exp,
2335 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
2336 gdb.base/all-bin.exp, gdb.base/annota1.exp,
2337 gdb.base/arithmet.exp, gdb.base/assign.exp,
2338 gdb.base/async.exp, gdb.base/attach.exp,
2339 gdb.base/bitfields.exp, gdb.base/bitops.exp,
2340 gdb.base/break.exp, gdb.base/call-ar-st.exp,
2341 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
2342 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
2343 gdb.base/commands.exp, gdb.base/completion.exp,
2344 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
2345 gdb.base/constvars.exp, gdb.base/corefile.exp,
2346 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2347 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
2348 gdb.base/ending-run.exp, gdb.base/environ.exp,
2349 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
2350 gdb.base/finish.exp, gdb.base/foll-exec.exp,
2351 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
2352 gdb.base/funcargs.exp, gdb.base/help.exp,
2353 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
2354 gdb.base/logical.exp, gdb.base/long_long.exp,
2355 gdb.base/maint.exp, gdb.base/mips_pro.exp,
2356 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
2357 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
2358 gdb.base/pointers.exp, gdb.base/printcmds.exp,
2359 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
2360 gdb.base/regs.exp, gdb.base/relational.exp,
2361 gdb.base/remote.exp, gdb.base/reread.exp,
2362 gdb.base/restore.exp, gdb.base/return2.exp,
2363 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
2364 gdb.base/selftest.exp, gdb.base/setshow.exp,
2365 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2366 gdb.base/sigall.exp, gdb.base/signals.exp,
2367 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
2368 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
2369 gdb.base/step-test.exp, gdb.base/structs.c,
2370 gdb.base/structs.exp, gdb.base/structs2.exp,
2371 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
2372 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
2373 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
2374 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
2375 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
2376 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
2377 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
2378 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
2379 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
2380 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
2381 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
2382 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
2383 gdb.fortran/types.exp, gdb.java/jmisc.exp,
2384 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
2385 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
2386 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
2387 gdb.trace/circ.exp, gdb.trace/collection.exp,
2388 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
2389 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
2390 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
2391 gdb.trace/report.exp, gdb.trace/save-trace.exp,
2392 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
2393 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
2394 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
2395 notices.
2396
2397 2001-02-27 Michael Snyder <msnyder@cygnus.com>
2398
2399 * gdb.base/varargs.c (find_max_double): Fix printf format string:
2400 first arg is int not float.
2401
2402 2001-02-22 Michael Snyder <msnyder@cygnus.com>
2403
2404 * gdb.base/reread.exp: Unsupported for non-native targets;
2405 doesn't work for remote debugging.
2406
2407 2001-02-19 Fernando Nasser <fnasser@redhat.com>
2408
2409 From Drew Moseley <dmoseley@redhat.com>
2410 * gdb.base/ending-run.exp: Properly handle the BSP state when
2411 stepping past the end of main.
2412
2413 2001-02-19 John Moore <jmoore@redhat.com>
2414
2415 * gdb.base/commands.exp (infrun_breakpoint_command_test):
2416 Converted HPUX fix for non-expected items following multiple
2417 step commands into general solution for all platforms.
2418
2419 2001-02-18 Michael Chastain <chastain@redhat.com>
2420
2421 * gdb.c++/classes.exp (do_tests): Change runto statements
2422 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2423 statements demangler agnostic.
2424 * gdb.c++/virtfunc.exp (do_tests): Likewise.
2425 (gdb_virtfunc_restart): Likewise.
2426
2427 2001-02-14 Michael Chastain <chastain@redhat.com>
2428
2429 * gdb.c++/inherit.exp (do_tests): Change runto statements
2430 from "runto 'foo(void)'" to "runto 'foo'". This makes the
2431 statements demangler agnostic.
2432
2433 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
2434
2435 * gdb.threads/pthreads.exp: Unify pass/fail messages for
2436 ``continue to bkpt at common_routine in thread 2'' and ``stopped
2437 before calling common_routine 15 times'' tests.
2438
2439 2001-02-11 Michael Chastain <chastain@redhat.com>
2440
2441 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
2442 Helps the test script figure out which demangler is in use.
2443 (dm_type_foo_ref): Ditto.
2444 (dm_type_int_star): Ditto.
2445 (dm_type_long_star): Ditto.
2446 (dm_type_unsigned_int): Ditto.
2447 (dm_type_void): Ditto.
2448 (dm_type_void_star): Ditto.
2449 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
2450 Probe the gdb demangler and set variables to accommodate
2451 formatting differences.
2452 (info_func_regexp): New function. Same as info_func, but
2453 matches against a regexp.
2454 (info_func): Match against a literal string.
2455 (print_addr_2): New function. Match against a literal string,
2456 which can be different from the input to gdb.
2457 (print_addr): Simply call print_addr_2 with the same argument twice.
2458 (test_lookup_operator_functions): Use demangler formatting variables.
2459 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
2460 the tests in the same order as the C++ class declaration.
2461 (test_paddr_operator_functions): Ditto.
2462 (test_paddr_overloaded_functions): Ditto.
2463 (test_paddr_hairy_functions): Use demangler formatting variables.
2464 Add reference to gdb/19 for related tests.
2465 (do_tests): Call probe_demangler.
2466
2467 2001-01-30 Kevin Buettner <kevinb@redhat.com>
2468
2469 * gdb.c++/templates.cc (printf): Remove unused function definition.
2470
2471 2001-01-26 Felix Lee <flee@redhat.com>
2472
2473 * sid.exp (sid_exit): Pass host, not target, to remote_close.
2474
2475 2001-01-25 matthew green <mrg@redhat.com>
2476
2477 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
2478 up sid.
2479 (sid_exit): Call `remote_pop_conn' after GDB is gone.
2480
2481 2001-01-25 matthew green <mrg@redhat.com>
2482
2483 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
2484 Deprecate $sid_spawn_id.
2485 (sid_exit): Remove code necessary only for `spawn.'
2486
2487 2001-01-25 matthew green <mrg@redhat.com>
2488
2489 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
2490
2491 2001-01-28 Michael Chastain <chastain@redhat.com>
2492
2493 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
2494 to call when tests fail. It takes gdb out of the overloaded
2495 function choice menu back to the main prompt, so that the test
2496 program stays synchronized.
2497 (set_bp_overloaded): New proc to collect all the common
2498 code for setting a breakpoint on an overloaded name. Calls
2499 take_gdb_out_of_choice_menu when needed.
2500 (menu_overload1arg): New variable to collect the repeated
2501 instances of the expected menu for an overloaded name. Change
2502 the regular expression to handle changes in g++ type encoding:
2503 "void" can be either "void" or "", and "unsigned int" can be
2504 either "unsigned int" or "unsigned".
2505 (continue_to_bp_overloaded): Change regular expressions to handle
2506 changes in g++ type encoding.
2507 (no proc): Call take_gdb_out_of_choice_menu when needed.
2508 Remove redundant calls to "info break". Accept either "canceled"
2509 or "cancelled". Change regular expressions in "info break"
2510 calls to handle changes in g++ type encoding. Give all tests
2511 unique strings.
2512
2513 2001-01-17 Ben Elliston <bje@redhat.com>
2514
2515 * config/sid.exp: New file.
2516
2517 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
2518
2519 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
2520
2521 2000-12-21 Michael Snyder <msnyder@cygnus.com>
2522
2523 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
2524 Add a RE to accept a non-ascii char if one is ever presented.
2525
2526 2000-12-20 Fernando Nasser <fnasser@redhat.com>
2527
2528 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
2529
2530 2000-12-18 Michael Snyder <msnyder@cygnus.com>
2531
2532 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
2533 in regexp. One '\' does not suffice on Linux.
2534
2535 2000-12-09 Michael Chastain <chastain@redhat.com>
2536
2537 * gdb.base/break.exp (test_clear_command): Use a marker function
2538 rather than 'main' for the test function. Also move this
2539 test to an execution point where the marker function names are
2540 guaranteed to be bound to functions. (Executing tests after a
2541 'finish' from main runs into name conflicts with local names
2542 in __libc_start_main).
2543
2544 2000-12-07 Michael Snyder <msnyder@cygnus.com>
2545
2546 * gdb.base/finish.exp: New test for gdb's "finish" command.
2547 * gdb.base/return2.exp: New test for gdb's "return" command.
2548 * gdb.base/return2.c: New source file for above.
2549
2550 2000-12-05 Michael Snyder <msnyder@cygnus.com>
2551
2552 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
2553 * gdb.base/miscexprs.exp: Ditto.
2554 * gdb.base/pointers.exp: Ditto.
2555 * gdb.c++/derivation.exp: Ditto.
2556 * gdb.c++/local.exp: Ditto.
2557 * gdb.c++/namespace.exp: Ditto.
2558 * gdb.c++/overload.exp: Ditto.
2559 * gdb.c++/ref-types.exp: Ditto.
2560
2561 2000-12-05 Michael Snyder <msnyder@cygnus.com>
2562
2563 * gdb.base/constvars.exp: Test result of "up" command.
2564 * gdb.base/miscexprs.exp: Ditto.
2565 * gdb.base/pointers.exp: Ditto.
2566 * gdb.base/scope.exp: Ditto.
2567 * gdb.c++/derivation.exp: Ditto.
2568 * gdb.c++/local.exp: Ditto.
2569 * gdb.c++/namespace.exp: Ditto.
2570 * gdb.c++/overload.exp: Ditto.
2571 * gdb.c++/ref-types.exp: Ditto.
2572
2573 2000-11-22 Michael Chastain <chastain@redhat.com>
2574
2575 * mips_pro.exp: Accept either "middle -> top -> main" or
2576 "middle -> main" in the backtrace, because gcc can optimize
2577 tail calls to jumps. Remove setup_xfail for the hppa case.
2578 Add a comment with the original warning messages from PR 3016,
2579 which was filed in 1993, to preserve them for posterity.
2580
2581 2000-11-17 Nick Duffek <nsd@redhat.com>
2582
2583 * lib/gdb.exp (gdb_test): Override timeout with board info.
2584
2585 2000-11-17 Nick Duffek <nsd@redhat.com>
2586
2587 * gdb.base/display.exp: Don't kill running stub. Add "again" to
2588 the second kill and detach messages.
2589
2590 2000-11-17 Nick Duffek <nsd@redhat.com>
2591
2592 * configure.in: Add AC_EXEEXT.
2593 * configure: Regenerate.
2594 * Makefile.in (just-check): Export EXEEXT.
2595 * lib/gdb.exp ($EXEEXT): Import from environment.
2596 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
2597 expect "maint dump-me" on Cygwin.
2598 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
2599 $EXEEXT.
2600
2601 2000-11-17 Nick Duffek <nsd@redhat.com>
2602
2603 * gdb.base/break.exp: Test backtrace and finish from called
2604 function on all platforms, not just HP-UX.
2605
2606 2000-11-03 Michael Snyder <msnyder@cygnus.com>
2607
2608 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
2609 code from gdb_target_monitor, so it can be used independantly
2610 for gdbserver. Also comment out an unnecessary PUTS.
2611
2612 2000-11-03 Michael Snyder <msnyder@cygnus.com>
2613
2614 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
2615 * gdb.base/corefile.exp: Expect the message "Program is being
2616 debugged already" when we send the "corefile" command, since
2617 the preceeding gdb_load may have connected gdb to a remote target.
2618 * gdb.base/display.exp: Disable hardware watchpoints if new
2619 board info variable "no_hardware_watchpoints" is true.
2620 Replace single-letter commands with more readable ones.
2621 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
2622 if new board info variable "no_hardware_watchpoints" is true.
2623 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
2624 to see if stdio (printf) testing is possible.
2625 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
2626 board info variable "no_hardware_watchpoints" is true. Use new
2627 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
2628
2629 2000-11-13 Fernando Nasser <fnasser@redhat.com>
2630
2631 From Orjan Friberg <orjanf@axis.com>:
2632 * gdb.base/printcmds.exp: Escape curly braces followed by a number
2633 in array print pattern match.
2634
2635 2000-11-09 Fernando Nasser <fnasser@redhat.com>
2636
2637 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
2638 spelling "cancelled" to U.S. spelling "canceled" to match changes
2639 made to gdb.
2640 * gdb.c++/ovldbreak.exp: Ditto.
2641
2642 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2643
2644 * gdb.base/callfuncs.c (main): Moved to end of file, call
2645 t_double_values to initialize the FPU before inferior calls are made.
2646 * gdb.base/callfuncs.exp: Test for register preservation after calling
2647 inferior functions. Add tests for continuining, finishing and
2648 returning from a stop in a call dummy.
2649
2650 2000-10-24 Michael Snyder <msnyder@cygnus.com>
2651
2652 * gdb.base/commands.exp: Break up long lines, and re-indent.
2653
2654 2000-10-19 Michael Snyder <msnyder@cygnus.com>
2655
2656 * config/gdbserver.exp: Rewritten from the ground up, to make it
2657 compatible with the current dejagnu tree, and to make it work with
2658 the new "gdbserver" in libremote.
2659
2660 2000-10-16 Michael Snyder <msnyder@cygnus.com>
2661
2662 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
2663 * gdb.base/varargs.exp: Skip entire test if no printf support.
2664 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
2665 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
2666
2667 2000-10-13 Michael Snyder <msnyder@cygnus.com>
2668
2669 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
2670 no floating point support.
2671 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
2672 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
2673 * gdb.base/call-rt-st.exp: Ditto.
2674 * gdb.base/call-strs.exp: Ditto.
2675
2676 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
2677
2678 * gdb.base/sizeof.c: include <stdio.h>.
2679
2680 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
2681 'finish', otherwise uncaptured gdb_prompt would potentially
2682 throw remaining test points out of sync.
2683
2684 2000-07-26 Scott Bambrough <scottb@netwinder.org>
2685
2686 * gdb.base/recurse.exp: Run tests for all targets.
2687 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
2688 gnu-oldld case on ARM.
2689 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
2690 for ARM targets.
2691
2692 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
2693
2694 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
2695 * gdb.java/configure: Rebuild.
2696
2697 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
2698
2699 * gdb.java/jv-exp.exp: New file.
2700
2701 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
2702
2703 * configure: Rebuilt.
2704 * configure.in (configdirs): Add gdb.java.
2705 * gdb.java/jmisc.java: New file.
2706 * gdb.java/jmisc.exp: New file.
2707 * gdb.java/Makefile.in: New file.
2708 * gdb.java/configure: Rebuilt.
2709 * gdb.java/configure.in: New file.
2710 * lib/java.exp: New file.
2711
2712 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
2713
2714 * gdb.base/exprs.exp: Test casts to a pointer including over and
2715 underflow.
2716
2717 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
2718
2719 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
2720 and the compilers sizes.
2721
2722 2000-07-09 Nick Duffek <nsd@redhat.com>
2723
2724 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
2725 (use_methods): New function.
2726 (main): Call use_methods().
2727 * gdb.c++/classes.exp (test_method_param_class): New procedure.
2728 (do_tests): Call test_method_param_class.
2729
2730 2000-07-09 Nick Duffek <nsd@redhat.com>
2731
2732 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
2733 spelling.
2734 (test_enums): New procedure. Move enum tests from end of script
2735 to here. Set breakpoint on function name instead of line number.
2736 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
2737 (enums2): New marker function.
2738 (enums1): New function.
2739 (main): Call enums1(). Move enum tests to enums1().
2740
2741 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
2742
2743 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
2744 compile/link program. Update line numbers.
2745 * gdb.asm/d10v.inc: Define ``startup''.
2746 * gdb.asm/asmsrc1.s: Add definition of _start.
2747
2748 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
2749
2750 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
2751
2752 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2753
2754 * gdb.base/maint.exp: Add 'maint print architecture' item to output
2755 of 'help maint print' command.
2756
2757 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
2758
2759 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
2760 they use gdb_expect_list.
2761
2762 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
2763
2764 * gdb.base/commands.exp: Use ``set remote
2765 memory-read-packet-size'' instead of ``set endian big'' to test
2766 long commands.
2767
2768 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
2769
2770 * gdb.c++/templates.exp (do_tests): Make all of these work under
2771 g++, and stop skipping them.
2772
2773 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
2774 work under g++.
2775
2776 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
2777 initialization.
2778
2779 2000-06-02 Michael Snyder <msnyder@cygnus.com>
2780
2781 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
2782 the regular expression: accept an (almost) arbitrary sequence of
2783 "frames-invalid" and "breakpoints-invalid" messages both before
2784 and after the "starting" message.
2785
2786 2000-06-02 Michael Snyder <msnyder@cygnus.com>
2787
2788 * gdb.c++/local.exp: This test has never been known to work with g++.
2789
2790 2000-05-18 Michael Snyder <msnyder@cygnus.com>
2791
2792 * gdb.base/annota1.exp (annotate-signal-handler-caller):
2793 Relax the regular expression a little, make it pass on Solaris 8.
2794
2795 2000-05-12 Kevin Buettner <kevinb@redhat.com>
2796
2797 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
2798 a call, do not require that gdb stop on the line after the call.
2799 Instead, it is permissible for gdb to stop on the line of the
2800 call itself.
2801
2802 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
2803
2804 * gdb.base/break.exp (bp on small function, optimized file):
2805 Add a second pass pattern. The behavior differs here between stabs
2806 and dwarf for one-line functions. Stabs preserves two line symbols
2807 (one before the prologue and one after) with the same line number,
2808 but dwarf regards these as duplicates and discards one of them.
2809 Therefore the address after the prologue (where the breakpoint is)
2810 has no exactly matching line symbol, and GDB reports the breakpoint
2811 as if it were in the middle of a line rather than at the beginning.
2812
2813 2000-05-08 Michael Snyder <msnyder@cygnus.com>
2814
2815 * gdb.base/interrupt.exp: Make "pass" message say "send"
2816 rather than "send_gdb" (for consistancy).
2817
2818 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
2819
2820 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
2821 * gdb.c++/templates.cc: Properly check for GCC version number.
2822 * lib/compiler.cc: Likewise
2823
2824 2000-04-28 Michael Snyder <msnyder@cygnus.com>
2825
2826 * gdb.base/break.exp: When compiled with -O2 optimization,
2827 gdb may not stop at the first line of main, due to code motion.
2828
2829 2000-04-26 Michael Snyder <msnyder@cygnus.com>
2830
2831 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
2832 This test depends on parsing the printf output from the target.
2833 Since the sparclet stub doesn't do stdio, this will never work.
2834 * gdb.base/call-rt-st.exp: ditto.
2835 * gdb.base/call-strs: ditto.
2836
2837 2000-04-24 Michael Snyder <msnyder@cygnus.com>
2838
2839 * gdb.base/miscexprs.exp: make sizeof long array test portable.
2840
2841 * gdb.base/ending-run.exp: After connecting to a remote target,
2842 but before running, the target will appear to be in a random
2843 location. Specify both a file and a line for breakpoints.
2844 Also, the function that calls main may be called 'init'
2845 rather than 'start'.
2846
2847 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2848
2849 * gdb.base/help.exp: Update output for add-symbol-file command.
2850
2851 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
2852
2853 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2854 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
2855
2856 2000-04-07 J.T. Conklin <jtc@redback.com>
2857
2858 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
2859
2860 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
2861
2862 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
2863
2864 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
2865 values that can be represented exactly.
2866 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
2867 above change, and to not check against the directory part of the source
2868 file name.
2869 (step into print_long_arg_list): Likewise.
2870 (print print_small_structs from print_long_arg_list): Likewise.
2871 (print print_long_arg_list): Likewise.
2872
2873 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2874
2875 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
2876
2877 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
2878
2879 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
2880
2881 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
2882
2883 * gdb.base/commands.exp (deprecated_command_test): Add test for
2884 deprecate with no arguments.
2885
2886 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
2887
2888 * gdb.base/break.exp: Add new test for setting breakpoints on
2889 optimized code so we can test breakpoints work even when function
2890 prologues may be optimized away
2891
2892 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
2893
2894 From David Whedon <dwhedon@gordian.com>
2895 * gdb.base/commands.exp : Added command deprecator tests.
2896
2897 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
2898
2899 * gdb.base/help.exp: Added test for new apropos command.
2900
2901 2000-03-21 Kevin Buettner <kevinb@redhat.com>
2902
2903 * gdb.base/pointers.c (usevar): New function.
2904 (main): Make sure that global variables v_int_pointer2, rptr,
2905 and y are all referenced someplace in the program by calling
2906 usevar() on them. [Some linkers delete symbols which are
2907 never referenced. The space remains, but there's no way to
2908 get a (symbolic) handle on the variable from the debugger.]
2909
2910 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2911
2912 * gdb.base/printcmds.c: Add typedeffed arrays.
2913
2914 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
2915 procedure to test arrays that are typedef'd.
2916
2917 2000-03-13 James Ingham <jingham@leda.cygnus.com>
2918
2919 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
2920 the library directories.
2921
2922 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
2923
2924 * configure.in (configdirs): Add sub directory gdb.mi.
2925 * configure: Re-generate.
2926
2927 * gdb.mi: New directory.
2928
2929 2000-02-25 Scott Bambrough <scottb@netwinder.org>
2930
2931 * gdb.base/long_long.exp: Correct test suite failure when printing
2932 a long long value as a double on ARM platforms.
2933
2934 2000-02-16 Jim Blandy <jimb@redhat.com>
2935
2936 * gdb.base/break.exp ("breakpoint line number"): Make sure the
2937 default source file is set properly before running this test.
2938
2939 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2940
2941 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
2942 gdbtk/library directory, not in gdbtcl2.
2943
2944 2000-02-04 Jim Blandy <jimb@redhat.com>
2945
2946 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
2947 backslash from regexp pattern.
2948
2949 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
2950 procedure. Use it to run all the "continue to bp overloaded"
2951 tests. Note that this changes the names of the tests slightly.
2952 If the breakpoint hit message includes a hex PC value, because
2953 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
2954 from the real source code, still consider that a pass.
2955
2956 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
2957 XFAIL here if the breakpoint message contains a hex address. Note
2958 similar change on 1999-11-02.
2959
2960 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
2961
2962 * gdb.base/ptype.exp: Establish a default source file before
2963 calling get_debug_format.
2964
2965 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
2966
2967 * gdb.base/watchpoint.exp: Remove duplication of test messages.
2968
2969 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2970
2971 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
2972 of successive stepi commands -- while in the prologue we should see
2973 the function entry bracket.
2974
2975 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
2976
2977 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
2978 reach __change_mode() when stepping through the end of main().
2979
2980 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
2981
2982 * gdb.base/default.exp: Fix expected pattern.
2983 * gdb.base/help.exp: Same.
2984
2985 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2986
2987 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
2988 Don't use xfail's because that affects only the following test.
2989
2990 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
2991 solaris or linux.
2992
2993 * gdb.base/selftest.exp: Update to reflect changes to main.c.
2994
2995 2000-01-07 Michael Snyder <msnyder@cygnus.com>
2996
2997 * gdb.base/display.exp: Some yacc parsers like to say
2998 "A syntax error" rather than "A parse error". Accept both.
2999
3000 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
3001
3002 * gdb.base/default.exp: Remove OS dependent string from "target
3003 remote" test.
3004 * gdb.base/help.exp: Same for "help target remote" test.
3005
3006 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3007
3008 From Jim Kingdon <kingdon@redhat.com>:
3009
3010 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
3011 prompt (cleanup rather than necessity, but still might keep output
3012 from spilling to next test).
3013
3014 2000-01-02 Fred Fish <fnf@cygnus.com>
3015
3016 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
3017 AIX, which defines them in <sys/types.h>.
3018
3019 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
3020
3021 * gdb.base/default.exp: Match arm* etc instead of arm in "info
3022 float" test.
3023
3024 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
3025
3026 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
3027
3028 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
3029 outermost frame disallowed".
3030
3031 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
3032
3033 * gdb.base/setvar.exp: New tests for setting the value of a struct
3034 with a constant list.
3035
3036 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3037
3038 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
3039 require the user to type a cast before setting the value of a struct.
3040
3041 1999-12-06 Jim Blandy <jimb@cygnus.com>
3042
3043 * gdb.base/default.exp: Expect the new 'info float' command on
3044 all i386 platforms.
3045
3046 * gdb.threads/linux-dp.exp: Expand our ability to recognize
3047 LinuxThreads libraries that don't support debugging.
3048
3049 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3050
3051 * gdb.base/remote.c: Fill the buffer with truely random data.
3052 Change the buffer type to ``unsigned char'' to simplify size
3053 arithmetic.
3054
3055 * gdb.base/remote.exp: Reduce download numbers by one. Typical
3056 stub only handles 400-1 byte packets. Verify that the download
3057 worked.
3058
3059 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
3060
3061 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
3062 tests, using UNRESOLVED for the untested cases. Also, does not wait
3063 for a timeout if the prompt was received before a recognizable pattern.
3064
3065 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
3066
3067 * lib/gdb.exp (gdb_expect_list): Fix spelling.
3068
3069 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3070
3071 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
3072 watchpoints.
3073
3074 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
3075
3076 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
3077
3078 * gdb.c++/local.exp: Be more flexible in recognizing local class
3079 name mangling. Don't allow horribly truncated method names.
3080 * gdb.c++/derivation.exp: Expect protected inheritance.
3081 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
3082 * gdb.c++/virtfunc.exp: Likewise.
3083 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
3084 when printing a nested enum.
3085
3086 1999-11-22 Jim Blandy <jimb@cygnus.com>
3087
3088 * gdb.base/step-test.exp: Properly await GDB's response to setting
3089 a breakpoint on the call to large_struct_by_value.
3090
3091 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
3092 just because we have debug info for the `start' function.
3093
3094 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
3095
3096 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
3097 "Unknown signal" messages, which indicate (on LinuxThreads) that
3098 GDB doesn't know how to debug threads on this system. This is
3099 better than hanging while philosopher 0 dumps chatter into gdb.log.
3100
3101 1999-11-18 Tom Tromey <tromey@cygnus.com>
3102
3103 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
3104
3105 1999-11-18 Fred Fish <fnf@cygnus.com>
3106
3107 * gdb.base/coremaker2.c: Add sample program for generating
3108 cores that is more self contained than coremaker.c. Eventually
3109 I'll add more code to this and tie it into the testsuite.
3110
3111 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
3112
3113 * gdb.base/dollar.exp: Remove, now in gdb.hp.
3114
3115 1999-11-10 Jimmy Guo <guo@cup.hp.com>
3116
3117 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
3118 from $srcdir/lib/.
3119 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
3120 and gdb.c++/.
3121
3122 * gdb.c++/derivation.exp: remove redundant get compiler info code.
3123
3124 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
3125 'continue with watch' test point.
3126
3127 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
3128
3129 Merged from p2linux-990323-branch:
3130
3131 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
3132
3133 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
3134
3135 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
3136 {limit,fixed}''. Test ``set download-write-size''.
3137
3138 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
3139
3140 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
3141 gdb_expect_list.
3142
3143 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
3144
3145 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
3146
3147 1999-11-03 Mark Salter <msalter@cygnus.com>
3148
3149 * gdb.base/break.exp: Fix "stub continue" pattern.
3150
3151 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
3152
3153 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
3154
3155 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
3156
3157 * gdb.base/display.exp ("finish"): Add timeout clause.
3158
3159 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
3160 plain prompt clause, so this doesn't have to time out in order to
3161 fail.
3162
3163 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
3164 breakpoint hit messages include an address.
3165
3166 * gdb.base/display.exp: Don't forget to escape parens in regular
3167 expressions. Unix regexp notatation sucks.
3168
3169 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3170
3171 * gdb.base/annota1.exp: Test for annotate-signalled: change output
3172 order for 'signalled' message.
3173
3174 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
3175
3176 From Jimmy Guo <guo@cup.hp.com>:
3177 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
3178 * gdb.base/annota1.c: Add code for tests to work with.
3179
3180 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
3181
3182 * gdb.base/remote.exp: New test for remote downloading settings.
3183 * gdb.base/remote.c: New file with large .data.
3184
3185 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
3186
3187 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
3188 for LinuxThreads support, merged from the Code Fusion branch.
3189
3190 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
3191
3192 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
3193 containing exp_continue into a while within an expect. Don't
3194 attempt a start more than three times. Check return value from
3195 gdb_load.
3196
3197 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
3198
3199 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
3200 a pass case.
3201
3202 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
3203
3204 * gdb.base/break.c (main): Added a statement that we can step
3205 off of.
3206 * gdb.base/break.exp: Added tests for setting a breakpoint
3207 at an offset and stepping onto a breakpoint.
3208
3209 1999-10-01 Fred Fish <fnf@cygnus.com>
3210
3211 * gdb.base/help.exp (help add-symbol-file): Update to match current
3212 gdb output.
3213
3214 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
3215
3216 * gdb.base/break.exp: Code locations are in hex, don't forget!
3217 (For HP-UX.)
3218
3219 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
3220
3221 * condbreak.exp: Use break.c as test program.
3222 * condbreak.c: Remove, redundant with break.c.
3223
3224 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
3225
3226 * config/monitor.exp (gdb_target_monitor): Disable X- and
3227 Z-packets if the target needs it.
3228
3229 1999-09-13 James Ingham <jingham@leda.cygnus.com>
3230
3231 * gdb.c++/overload.exp: Added tests for listing overloaded
3232 functions with function pointers in the arg, explicitly calling
3233 out the version you want.
3234
3235 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
3236
3237 * long_long.exp: Add variations of test cases that work for
3238 targets with 16-bit ints and 32-bit doubles.
3239
3240 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
3241
3242 * break.c (main): Compare a possibly-uninitialized argc with an
3243 unlikely value that fits in 16 bits.
3244
3245 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
3246
3247 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
3248 0xfeeb, don't want negative numbers if ints are 16 bits.
3249
3250 * lib/gdb.exp (skip_cplus_tests): New proc.
3251 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3252 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
3253 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
3254 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
3255 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
3256 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
3257 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
3258 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
3259
3260 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
3261
3262 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
3263
3264 * gdb.base/corefile.exp (up): Allow a parameter to appear
3265 in the frame that we're going up to.
3266
3267 From Jim Blandy <jimb@cygnus.com>:
3268
3269 * gdb.base/default.exp (info float): Expect some output now.
3270
3271 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
3272 returning floating-point values to fail on the x86.
3273 * gdb.base/callfwmall.exp (do_function_calls): Same.
3274
3275 * gdb.base/list.exp (test_listsize): Correct expectations for
3276 listing line 1 with listsize 2. Also, listing a single line
3277 works now, as does listing three lines. [Kevin's note: There
3278 were a number of other cases fixed too where the expectations
3279 differed...]
3280
3281 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
3282
3283 * gdb.base/selftest.exp: Add case for when version prints as
3284 constant string instead of char pointer.
3285
3286 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
3287
3288 * gdb.base/ending-run.exp: Add Solaris case for what happens when
3289 stepping out of main.
3290
3291 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
3292 G++ used.
3293
3294 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
3295 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
3296
3297 * gdb.c++/ovldbreak.exp: Update match string in test that
3298 includes a warning of multiple breakpoints.
3299
3300 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
3301
3302 * gdb.base/display.exp: Improve precision of step-after-finish
3303 added yesterday.
3304
3305 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
3306 test.
3307
3308 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
3309 configs when using G++, not just hppa*.
3310
3311 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3312
3313 * gdb.base/async.c: New file.
3314 * gdb.base/async.exp: New file.
3315
3316 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
3317
3318 * gdb.base/break.exp: Tweak PA specific tests to properly handle
3319 PA64.
3320
3321 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
3322
3323 * gdb.base/display.exp: "finish" can leave us mid-line on many
3324 targets, deal with it. Add a small constant to main, instead of
3325 1000 since main+1000 may not be a valid address in the target.
3326
3327 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
3328 on hpux11.
3329
3330 * gdb.base/attach.exp: Handle another hpux11 error message variant
3331 when attaching to a process that does not exist.
3332
3333 1999-08-19 J.T. Conklin <jtc@redback.com>
3334
3335 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
3336 characters in 'continue to 1241' test.
3337
3338 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
3339
3340 * gdb.base/call-ar-st.exp: Add a shorter match case for the
3341 stop in print_long_arg_list, define and use a whitespace
3342 variable in print_small_structs test, add an XFAIL for Solaris.
3343 * gdb.base/dbx.exp: XFAIL func commands until somebody is
3344 interested enough to fix.
3345
3346 1999-08-13 Keith Seitz <keiths@cygnus.com>
3347
3348 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
3349 (dbx_gdb_load): Remove. Use gdb_load instead, since that
3350 proc knows about targets other than the natives.
3351 (test_assign): Use "gdb_run_cmd" to "run" the target.
3352 Check that we've actually hit the breakpoint at main.
3353 When we attempt to assign a value to a local variable, check
3354 that the variable is in the current scope, i.e., don't use
3355 a test with an empty result.
3356
3357 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
3358
3359 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
3360 command.
3361
3362 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
3363
3364 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3365 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
3366 gdb.compat, gdb.threads-hp.
3367 gdb.hp/configure, gdb.hp/configure.in: New files.
3368 gdb.hp/Makefile.in: Recurse into new subdirs.
3369 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
3370 gdb.hp/gdb.objdbg: New directory, tests for debugging info
3371 in object files.
3372 gdb.hp/tools: New directory, aux tools for HP-specific tests.
3373
3374 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
3375
3376 * gdb.base/display.exp: Help expect by putting a newline in the
3377 funky printf, remove a bogus p/a test.
3378
3379 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3380
3381 * gdb.base/display.exp: Make sure that when we say 'run', we are
3382 connected to the target. This is necessary when running not
3383 natively.
3384
3385 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
3386
3387 * gdb.base/step-test.exp: Removed some extraneous messages.
3388
3389 * gdb.base/long_long.exp: Don't run memory examination tests
3390 on little-endian targets (they will need a different set of
3391 results to match).
3392
3393 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
3394
3395 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
3396 until somebody decides to fix GDB.
3397
3398 * gdb.base/long_long.c: Stop compiler complaint by specifying long
3399 constant as "ULL".
3400 * gdb.base/long_long.exp: Loosen x/c test, add partial result
3401 matches for a couple x/2 commands.
3402
3403 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
3404
3405 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
3406 by merging in ref-types2 tests.
3407 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
3408
3409 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3410 * gdb.c++/Makefile.in: Add standard actions.
3411 (EXECUTABLES): Rename from PROGS, update list.
3412 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
3413 from gdb.hp.
3414 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
3415 foo and bar locals.
3416 * gdb.c++/anon-union.exp: Fix tests to match.
3417 * gdb.c++/classes.exp: Run if HP compiler used, add extra
3418 expect matches to handle output variations.
3419 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
3420 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
3421 output, add HP alternatives for new and delete prints.
3422 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
3423 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
3424 * gdb.c++/demangle.exp: Use $style when reporting failure.
3425 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
3426 * gdb.c++/inherit.exp: Run if HP compiler used, add some
3427 match alternatives.
3428 * gdb.c++/local.exp: Add match alternatives or xfails for HP
3429 compilers.
3430 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
3431 * gdb.c++/method.exp: Add match alternatives.
3432 * gdb.c++/misc.cc: Add bool types.
3433 * gdb.c++/misc.exp: Add tests for bool types.
3434 * gdb.c++/overload.exp: Add xfails.
3435 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
3436 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
3437 add some more template parameter tests (only for HP currently).
3438 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
3439 * gdb.c++/virtfunc.cc: Add return type and value for main.
3440 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
3441 match alternatives.
3442
3443 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3444
3445 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
3446
3447 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
3448
3449 * gdb.base/signals.exp: Don't expect getting a backtrace from
3450 within a signal handler to fail on Linux.
3451
3452 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
3453
3454 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3455 * lib/gdb.exp: Remove some gratuitious semicolons.
3456 (delete_breakpoints): Increase timeout.
3457 (gdb_expect): Add -notransfer option.
3458 (gdb_test): Use -notransfer option.
3459 (get_compiler_info): Add f77 case.
3460 (get_compiler): New proc, split out from gdb_preprocess, add f77
3461 case.
3462 (gdb_preprocess): Call get_compiler.
3463
3464 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
3465 * gdb.base/attach.exp, gdb.base/display.exp,
3466 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
3467 gdb.base/long_long.exp, gdb.base/printcmds.exp,
3468 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
3469 third arg to gdb_test.
3470 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
3471 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
3472 HP-UX xfails, add others.
3473 * gdb.base/completion.exp: Reflect name change of self-test.
3474 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
3475 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
3476 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
3477 HP failure number.
3478 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
3479 useless HP-UX 10.30 references.
3480 * gdb.base/maint.exp: Loosen matches.
3481 * gdb.base/pointers.c (main): Declare more_code.
3482 * gdb.base/pointers.exp: Match on output of a `next'.
3483 * gdb.base/structs.c: Add prototypes.
3484 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
3485 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
3486
3487 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3488
3489 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
3490 command.
3491
3492 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3493
3494 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
3495 Fix run to main failures. Watchpoint can be hardware watchpoint.
3496
3497 * gdb.base/annota1.exp: Clean up some more, in case printf has
3498 debug info. Deal with lack of signal hanlder info in stack.
3499
3500 From Jim Kingdon <kingdon@redhat.com>:
3501 * gdb.base/annota1.exp: If printf has debug info, deal with it.
3502
3503 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
3504
3505 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
3506 gdb.base/foll-vfork.exp: Don't run for crosses.
3507
3508 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
3509
3510 * gdb.base/configure.in: Check for gdbvars.exp instead of
3511 a1-selftest.exp.
3512 * gdb.base/configure: Re-generate.
3513
3514 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
3515
3516 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
3517 in trying to run first and name is too long.
3518
3519 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
3520 pointers2.c and pointers2.exp, respectively.
3521 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
3522 doschk happier.
3523
3524 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
3525
3526 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
3527 callfuncs2.c and callfuncs2.exp.
3528
3529 * gdb.base/list.exp: Remove mistaken xfails.
3530 * gdb.base/list0.h: Add optional prototypes.
3531
3532 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
3533
3534 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
3535 calling malloc.
3536 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
3537 * ptype.exp: Move test for get_debug_format to before its first
3538 use.
3539
3540 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3541
3542 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
3543 * gdb.base/annota2.cc, annota2.exp: Move from here.
3544 * gdb.c++/annota2.cc, annota2.exp: To here.
3545 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
3546
3547 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
3548
3549 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
3550 a consistent format.
3551
3552 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
3553
3554 From Jimmy Guo <guo@cup.hp.com> and others at HP:
3555 * lib/gdb.exp (get_compiler_info): Add detection for assorted
3556 HP compilers, also set the globals $true and $false.
3557
3558 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
3559 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
3560 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
3561 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
3562 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
3563 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
3564 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
3565 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
3566 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
3567 whatis.c} Add C++ compatible function definitions and return
3568 types, add includes for library functions.
3569 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
3570 * gdb.base/step-test.c (myglob): Rename from glob.
3571 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
3572 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
3573 files, move here from gdb.hp.
3574 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
3575 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
3576 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
3577 Adjust line numbers in regexps.
3578
3579 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
3580 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
3581 instead of 0/1.
3582
3583 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
3584 foll-vfork.exp: New files, move here from gdb.hp.
3585 * gdb.base/page.exp: New file, test of pagination command.
3586
3587 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
3588 recursion test.
3589 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
3590
3591 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
3592 gdb.base/solib.exp: Fix compiler invocation process.
3593
3594 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
3595 HP-UX 11, turn off overload resolution explicitly.
3596 * gdb.base/commands.exp: Set argument list explicitly, add
3597 watchpoint test.
3598 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
3599 them work.
3600 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
3601 expressions properly.
3602 * gdb.base/corefile.exp: Loosen the match slightly.
3603 * gdb.base/default.exp: Allow "Error accessing memory" message
3604 also.
3605 * gdb.base/display.exp: Skip over x/0 j if PA64.
3606 * gdb.base/funcargs.exp: Add xfails for HP-UX.
3607 * gdb.base/interrupt.exp: Ditto.
3608 * gdb.base/langs.exp: Add symbolic matches governed by compiler
3609 in use.
3610 * gdb.base/list.exp: Add xfails for HP-UX.
3611 * gdb.base/long_long.exp: Refine some of the numeric matches.
3612 * gdb.base/mips_pro.exp: Xfail on HP-UX.
3613 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
3614 * gdb.base/nodebug.exp: Succeed on more varieties of output.
3615 * gdb.base/opaque.exp: Remove some HP-UX xfails.
3616 * gdb.base/ptype.exp: Succeed on more varieties of output.
3617 * gdb.base/scope.exp: Add xfails for HP-UX.
3618 * gdb.base/sect-cmd.exp: Add more cases.
3619 * gdb.base/setvar.exp: Add xfails for HP-UX.
3620 * gdb.base/shlib-call.exp: Loosen some matches slightly.
3621 * gdb.base/signals.exp: Match on void symbolically.
3622 * gdb.base/step-test.exp: Add case for PA64.
3623 * gdb.base/term.exp: Add exit and restart.
3624 * gdb.base/twice.exp: Clean up after self.
3625 * gdb.base/varargs.exp: Disable overload resolution explicitly.
3626 * gdb.base/whatis.exp: Allow more ways to pass tests.
3627
3628 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
3629 no longer useful.
3630
3631 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
3632
3633 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
3634 list of patterns.
3635 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
3636 print_double_array(double_array)", "continuing to breakpoint
3637 1018", "print print_double_array(array_d)" and "continuing to
3638 1034" tests.
3639
3640 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
3641
3642 * Makefile.in: Add empty html and install-html targets.
3643
3644 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
3645
3646 * config/mt-*: Remove, these haven't been used since 1996.
3647
3648 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
3649
3650 * gdb.base/call-strs.c, gdb.base/ending-run.c,
3651 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
3652 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
3653
3654 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
3655
3656 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
3657 simpler match case for the ptype of the big class.
3658
3659 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3660
3661 * gdb.exp: Fix test for gdb_prompt existence.
3662
3663 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3664
3665 * gdb.exp (gdb_test): Add fail after calls to perror.
3666
3667 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3668
3669 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
3670
3671 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
3672
3673 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
3674
3675 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
3676
3677 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
3678 malloc() is linked in.
3679
3680 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
3681
3682 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
3683 step at end.
3684
3685 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
3686
3687 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
3688
3689 * gdb.java/jv-print.exp: New file. (Our first Java test!)
3690
3691 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
3692
3693 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
3694 * gdb.base/mips_pro.exp: Likewise.
3695
3696 1999-06-02 Keith Seitz <keiths@cygnus.com>
3697
3698 * gdb.c++/templates.cc: Change all "new" operators to throw
3699 an exception.
3700 * gdb.c++/cplusfuncs.cc: Likewise.
3701
3702 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
3703
3704 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
3705
3706 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
3707 * gdb.base/ending-run.exp: When stepping out of main, accept a
3708 step into an arbitrary assembler file.
3709
3710 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3711
3712 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
3713 "breakpoint-invalid" to be printed.
3714 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
3715 number of "frames-invalid" and "breakpoint-invalid" to be printed.
3716 * gdb.base/annota2.cc: Initialize a.x to 0.
3717
3718 1999-05-17 Keith Seitz <keiths@cygnus.com>
3719
3720 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
3721 when "skip_float_tests" set.
3722 Ditto for "print print_double_array(array_d)", "print print_small_structs",
3723 "print print_ten_doubles", and "step into print_long_arg_list".
3724 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
3725 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
3726 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
3727 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
3728 "skip_float_tests" is set.
3729 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
3730 when "skip_float_tests" set.
3731
3732 1999-05-06 Keith Seitz <keiths@cygnus.com>
3733
3734 * gdb.base/annota2.cc: Include stdio.h.
3735
3736 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
3737
3738 * gdb.base/crossload.exp: Remove, this has been disabled ever
3739 since BFD stopped including all targets, and cross-GDB gets
3740 plenty of testing anyway.
3741 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
3742 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
3743 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
3744 * gdb.base/README: Remove, was doc for this.
3745 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
3746 needed.
3747
3748 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3749
3750 * gdb.base/call-ar-st.exp: Fix one regular expression in test
3751 output.
3752
3753 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
3754 * gdb.base/annota2.exp: New file. More annotation tests.
3755 * gdb.base/annota1.c: New file. Source file for annota1.exp.
3756 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
3757
3758 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
3759
3760 * config/cfdbug.exp: New file.
3761
3762 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
3763
3764 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
3765 Marcus Daniel's and Dale Hawkins's demangler crashes.
3766
3767 * gdb.c++/demangle.exp (test_gnu_style_demangling,
3768 test_lucid_style_demangling, test_arm_style_demangling,
3769 test_hp_style_demangling): Try Tom Tromey's core-dumping
3770 identifier under each demangling style.
3771
3772 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
3773
3774 * gdb.c++/demangle.exp: Include the current demangling style
3775 in all test names.
3776 (current_demangling_style): New global variable.
3777 (set_demangling_style, test_demangling_core, test_demangling,
3778 test_demangling_exact): New functions.
3779 (test_gnu_style_demangling, test_lucid_style_demangling,
3780 test_arm_style_demangling, test_hp_style_demangling): Use those,
3781 instead of calling gdb_test and gdb_test_exact directly.
3782 (catch_demangling_errors): New function, which reports errors
3783 signalled by the demangling test functions in an orderly way.
3784 (do_tests): Use catch_demangling_errors.
3785
3786 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
3787
3788 * gdb.base/signals.exp (test_handle_all_print): Use () for
3789 grouping in expressions, not {}.
3790
3791 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
3792 initialized yet.
3793
3794 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
3795
3796 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
3797 are listed.
3798
3799 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
3800
3801 * gdb.stabs/weird.exp: Test for CC being defined before
3802 looking at its value.
3803
3804 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
3805
3806 * gdb.base/call-ar-st.exp: Remove stray '#'.
3807 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
3808 "short int" and "long int".
3809 * gdb.c++/overload.cc: Cast the string added in the previous
3810 change, to mollify finicky HP compiler.
3811 * gdb.hp/reg-test.exp (testfile): Fix file name.
3812 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
3813
3814 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
3815 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
3816 alternate form of enum ptype.
3817
3818 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
3819
3820 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
3821 * gdb.hp/*.exp: Change all to run compiler probe only after
3822 passing skip_hp_tests, so as not to waste time on guaranteed
3823 failure.
3824
3825 * gdb.c++/overload.cc: Pass string instead of char addr, always
3826 init ccpfoo.
3827 * gdb.c++/templates.cc: Fix syntax error.
3828
3829 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3830
3831 * gdb.base/commands.exp: Add test for correct position of '>'
3832 when issuing the 'commands' command after a 'while' or 'if'
3833 command.
3834
3835 1999-03-18 James Ingham <jingham@cygnus.com>
3836
3837 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
3838
3839 * gdb.c++/method.exp: It was testing an uninitialized int on the
3840 stack and assuming it was positive.
3841
3842 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
3843
3844 * gdb.base/step-test.exp: Catch a case where finish is broken and
3845 keep it from killing the rest of the tests.
3846 Use gdb_continue_to_end.
3847
3848 * gdb.base/sigall.exp: use gdb_continue_to_end.
3849
3850 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
3851
3852 * gdb.base/display.exp: use runto_main, not run.
3853
3854 * gdb.base/default.exp: Check for the current error message in the
3855 r abbreviation test.
3856 Add strongarm to the targets that know info float.
3857
3858 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
3859 run which doesn't work with monitors.
3860
3861 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
3862
3863 * gdb.base/break.exp: use the gdb_continue_to_end proc.
3864
3865 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
3866 program. Traps the case (in Cygmon) when the program never really
3867 exits. Same as Mark's continue_to_exit, but I had put it in a lot
3868 more places, so I used my name. Sorry Mark...
3869
3870 * config/monitor.exp (gdb_target_monitor): added another
3871 target_info parameter: remotebinarydownload. This will set the
3872 remotebinarydownload flag if this is causing some boards trouble.
3873
3874 1999-03-18 Mark Salter <msalter@cygnus.com>
3875
3876 * lib/gdb.exp (continue_to_exit): New function.
3877
3878 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
3879 * gdb.base/ending-run.exp: Ditto.
3880 * gdb.base/step-test.exp: Ditto.
3881
3882 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
3883
3884 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
3885 (suggested by Art Haas <ahaas@neosoft.com>).
3886
3887 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
3888
3889 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
3890
3891 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
3892
3893 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
3894 descriptions of types (short unsigned int vs unsigned short, etc).
3895
3896 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
3897
3898 * gdb.base/call-strs.exp: Don't assume that `step' will step over
3899 a call to strlen; sometimes we do have sources.
3900
3901 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
3902
3903 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
3904 character, so GDB won't print garbage after its end.
3905
3906 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
3907 breakpoint there instead. Sometimes GCC emits memcpy to handle
3908 the large structures being passed by value, so we step into that
3909 instead of sum_array_print, which obscures what we're really testing.
3910 * gdb.base/step-test.exp: However, we do want a test that notices
3911 the bizarre steps into memcpy, so do that here. Add check for
3912 stepping into function calls that pass large structures by value.
3913 ("Is that a noun clause, or are you just happy to see me?")
3914 Remove all references to specific line numbers.
3915 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
3916 New type and function.
3917 (main): Call large_struct_by_value, passing it a large struct by value.
3918 * lib/gdb.exp (gdb_get_line_number): New function.
3919
3920 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
3921 more portable.
3922
3923 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
3924
3925 * lib/gdb.exp: Doc fixes.
3926
3927 1999-03-05 Nick Clifton <nickc@cygnus.com>
3928
3929 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
3930
3931 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
3932
3933 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
3934 commands. They're not germane to this test, and they don't work
3935 that way on remote targets.
3936
3937 1999-03-01 James Ingham <jingham@cygnus.com>
3938
3939 * Changelog entries merged over from gdb development branch.
3940
3941 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
3942
3943 * lib/gdb.exp (gdbtk_analyze_results): Generic function
3944 for outputting results of test run.
3945
3946 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3947
3948 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3949
3950 1999-02-25 Felix Lee <flee@cygnus.com>
3951
3952 * lib/gdb.exp (debug_format): initialize
3953
3954 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
3955
3956 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
3957 * gdb.base/call-rt-st.c: Ditto.
3958
3959 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
3960
3961 * gdb.threads/pthreads.exp (horiz): New variable.
3962 (test_startup): Fix regexps that capture thread numbers.
3963
3964 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
3965
3966 * gdb.base/smoke.exp: Disambiguate two test case names (both
3967 called ``print'').
3968
3969 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
3970
3971 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
3972 compilation.
3973
3974 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3975
3976 * gdb.base/miscexprs.exp: Change patterns to match GDB's
3977 actual output formatting.
3978 * gdb.base/smoke.exp: GDB removes leading 0's.
3979 * gdb.base/volatile.exp: Don't check type of remuneration;
3980 that variable is no longer defined in constvars.c.
3981 * gdb.base/step-test.c (main): Exit with explicit exit code.
3982 * gdb.base/step-test.exp: Remove two nexti checks--they are
3983 not portable.
3984
3985 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
3986
3987 * gdb.base/help.exp ("help delete display"): Fix test to match
3988 gdb's output.
3989
3990 * gdb.base/long_long.c (known_types): Initialize values to zero.
3991 * gdb.base/long_long.exp: Step one more line
3992 so 'dec' is initialized in "get to known place". GDB removes
3993 leading zeros. Explicitly ask for hex formatting. Use
3994 unique test case names.
3995
3996 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3997
3998 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
3999
4000 * gdb.c++/method.exp: Add missing close brace.
4001
4002 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
4003
4004 * gdb.base/maint.exp: Use 'set height 0' to disable page
4005 prompting, not 'set height 400'.
4006
4007 Fix a bunch of timeouts.
4008 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
4009 four separate tests, so expect doesn't take forever to match a ton
4010 of text against a regexp with lots of .* forms.
4011 ("maint print psymbols", "maint print symbols"): Make some of
4012 these greps more selective, so that expect doesn't try to wade
4013 through huge piles of output and time out.
4014
4015 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
4016
4017 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
4018 tests: one which doesn't expect shlib events to be reported, and
4019 another which does, but is XFAIL for all platforms other than
4020 HP/UX.
4021
4022 * gdb.base/break.exp: Teach the test suite that the `catch
4023 fork', `catch vfork', and `catch exec' commands produce error
4024 messages on platforms that don't provide these features.
4025
4026 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
4027
4028 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
4029 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
4030 (shortening names from solib_threshold.exp etc), won't run on
4031 anything but HP-UX for the foreseeable future.
4032 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
4033 reflect move.
4034
4035 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
4036
4037 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
4038 gdb.trace/Makefile.in (clean): Remove all test executables.
4039
4040 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
4041
4042 * gdb.base/shlib-call.exp: add test cases to verify that gdb
4043 successfully re-sets breakpoints in shared libraries.
4044 * gdb.base/shmain.c (main): return 0, don't fall off the end.
4045
4046 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4047
4048 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
4049 and compiled w/o GCC.
4050
4051 * gdb.hp/watch-cmd.exp: ditto.
4052
4053 * gdb.hp/watch-hp.exp: ditto.
4054
4055 * gdb.hp/xdb1.exp: ditto.
4056
4057 * gdb.hp/xdb2.exp: ditto.
4058
4059 * gdb.hp/dbx.exp: ditto.
4060
4061 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
4062
4063 * constvars.c: Remove C++-isms.
4064 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
4065 with GCC.
4066
4067 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
4068
4069 The following changes are part of the HP merge.
4070
4071 * gdb.base/break.exp: new tests to verify that catchpoints for
4072 fork, vfork, and exec don't trigger inappropriately.
4073
4074 * gdb.base/opaque.exp: compile one file at a time, then link.
4075
4076 * gdb.base/signals.exp: be more restrictive about which hppa
4077 systems receive a setup_xfail. new tests.
4078
4079 * gdb.base/solib_threshold.build: new file.
4080 * gdb.base/solib_threshold.exp: new file.
4081 * gdb.base/solib_threshold.link_opts: new file.
4082 * gdb.base/solib_threshold.mk: new file.
4083 * gdb.base/gen_solib_threshold.c: new file.
4084
4085 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
4086 tests. New tests for enums inside classes.
4087
4088 * gdb.c++/compiler.cc: indicate support of template debugging.
4089
4090 * gdb.c++/demangle.exp: run hp style demangling tests.
4091
4092 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
4093 tests.
4094
4095 * gdb.c++/misc.cc: changes to support new tests.
4096
4097 * gdb.c++/templates.cc: changes to support HP's compiler; changes
4098 to support new tests.
4099
4100 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
4101 gcc, then skip these tests.
4102
4103 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
4104
4105 The following files are part of the HP merge; some had longer
4106 names at HP, but have been renamed to be no more than 14
4107 characters in length.
4108
4109 * gdb.hp/ambiguous.cc: new file.
4110 * gdb.hp/ambiguous.exp: new file.
4111 * gdb.hp/attach.exp: new file.
4112 * gdb.hp/attach2.exp: new file.
4113 * gdb.hp/classes-hp.exp: new file.
4114 * gdb.hp/ctti.exp: new file.
4115 * gdb.hp/ctti-add.cc: new file.
4116 * gdb.hp/ctti-add1.cc: new file.
4117 * gdb.hp/ctti-add2.cc: new file.
4118 * gdb.hp/ctti-add3.cc: new file.
4119 * gdb.hp/dbx.exp: new file.
4120 * gdb.hp/exception.cc: new file.
4121 * gdb.hp/exception.exp: new file.
4122 * gdb.hp/foll-exec.c: new file.
4123 * gdb.hp/foll-exec.exp: new file.
4124 * gdb.hp/foll-fork.c: new file.
4125 * gdb.hp/foll-fork.exp: new file.
4126 * gdb.hp/foll-vfork.c: new file.
4127 * gdb.hp/foll-vfork.exp: new file.
4128 * gdb.hp/inherit-hp.exp: new file.
4129 * gdb.hp/more-steps.exp: new file.
4130 * gdb.hp/namespace.cc: new file.
4131 * gdb.hp/namespace.exp: new file.
4132 * gdb.hp/optimize.exp: new file.
4133 * gdb.hp/pxdb.c: new file.
4134 * gdb.hp/pxdb.exp: new file.
4135 * gdb.hp/quicksort.exp: new file.
4136 * gdb.hp/reg-test.exp: new file.
4137 * gdb.hp/reg-test.s: new file.
4138 * gdb.hp/sized-enum.c: new file.
4139 * gdb.hp/sized-enum.exp: new file.
4140 * gdb.hp/start-stop.exp: new file.
4141 * gdb.hp/templ-hp.cc: new file.
4142 * gdb.hp/templ-hp.exp: new file.
4143 * gdb.hp/thr-lib.c: new file.
4144 * gdb.hp/thr-lib.exp: new file.
4145 * gdb.hp/thr-lib.h: new file.
4146 * gdb.hp/thr-liblib.c: new file.
4147 * gdb.hp/virtfun-hp.c: new file.
4148 * gdb.hp/virtfun-hp.exp: new file.
4149 * gdb.hp/watch-cmd.exp: new file.
4150 * gdb.hp/watch-hp.exp: new file.
4151 * gdb.hp/xdb1.exp: new file.
4152 * gdb.hp/xdb2.exp: new file.
4153 * gdb.hp/xdb3.exp: new file.
4154
4155 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
4156
4157 The following files are part of the HP merge; some had longer
4158 names at HP, but have been renamed to be no more than 14
4159 characters in length.
4160
4161 * gdb.base/ss.h: new file.
4162 * gdb.base/call-ar-st.c: new file.
4163 * gdb.base/call-ar-st.exp: new file.
4164 * gdb.base/call-rt-st.c: new file.
4165 * gdb.base/call-rt-st-exp: new file.
4166 * gdb.base/call-strs.exp: new file.
4167 * gdb.base/ena-dis-br.exp: new file.
4168 * gdb.base/environ.exp: new file.
4169 * gdb.base/long_long.exp: new file.
4170 * gdb.base/sect-cmd.exp: new file.
4171 * gdb.base/shlib-cl2.exp: new file.
4172 * gdb.base/smoke.exp: new file.
4173 * gdb.base/so-impl-ld.c: new file.
4174 * gdb.base/so-impl-ld.exp: new file.
4175 * gdb.base/so-indr-cl.c: new file.
4176 * gdb.base/so-indr-cl.exp: new file.
4177 * gdb.base/varargs.exp: new file.
4178 * gdb.base/volatile.exp: new file.
4179 * gdb.base/whatis-exp.exp: new file.
4180 * gdb.base/display.exp: new file.
4181 * gdb.c++/derivation.exp: new file.
4182 * gdb.c++/local.exp: new file.
4183 * gdb.c++/member-ptr.exp: new file.
4184 * gdb.c++/overload.exp: new file.
4185 * gdb.c++/ovldbreak.exp: new file.
4186 * gdb.c++/ref-types.exp: new file.
4187 * gdb.c++/ref-types2.exp: new file.
4188 * gdb.c++/userdef.exp: new file.
4189
4190 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
4191
4192 * gdb.base/default.exp: Reflect wording change in remote.c.
4193
4194 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
4195
4196 * gdb.base/help.exp: Update to reflect current text.
4197
4198 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
4199
4200 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
4201 they're stack variables and contain garbage.
4202 * gdb.c++/anon-union.exp: new file.
4203
4204 The following changes were made by David Taylor
4205 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4206 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4207 in changes by HP.
4208
4209 * gdb.base/bitops.exp: new file.
4210 * gdb.base/default.exp: change expected messages for catch and
4211 info catch tests to reflect HP merge changes.
4212 * gdb.base/enable-disable-break.exp
4213 * gdb.base/ending-run.c: new file.
4214 * gdb.base/long_long.c: new file.
4215 * gdb.base/maint.exp: new file.
4216 * gdb.base/pointers2.exp: new file.
4217 * gdb.base/shlib-call2.exp: new file.
4218 * gdb.base/solib.exp: new file.
4219 * gdb.base/step-test.c: new file.
4220 * gdb.c++/anon-union.cc: new file.
4221 * gdb.c++/local.cc: new file.
4222 * gdb.c++/member-pointer.cc: new file.
4223 * gdb.c++/method.cc: new file.
4224 * gdb.c++/ref-types.cc: new file.
4225 * gdb.c++/ref-types2.cc: new file.
4226 * gdb.c++/userdef.cc: new file.
4227
4228 * gdb.base/scope.exp: compile one file at a time, then link.
4229 * gdb.base/langs.exp: ditto.
4230 * gdb.base/list.exp: ditto.
4231
4232 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
4233
4234 The following changes were made by David Taylor
4235 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
4236 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
4237 in changes by HP.
4238
4239 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
4240 skip tests. When compiling pass c++ flag to gdb_compile.
4241 * gdb.c++/
4242
4243 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
4244 test for on hppa*-*-hpux*; use args to see if c++ was specified.
4245 (skip_hp_tests): new function.
4246 (gdb_preprocess): new function.
4247
4248 * configure.in (hpdir): decide whether to configure gdb.hp.
4249 * configure: regenerated.
4250
4251 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
4252 to delete on clean.
4253 (EXECUTABLES): update to reflect new additions.
4254 * gdb.base/commands.exp: update message expected.
4255 * gdb.base/default.exp: add copyright notice.
4256 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
4257 * gdb.base/help.exp: update messages to reflect current text.
4258 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
4259 targets for recurse tests.
4260 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
4261 skip this file.
4262
4263 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
4264 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
4265 compilation.
4266 * gdb.c++/misc.exp: ditto.
4267 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
4268 run the tests. tell gdb_compile that it's a c++ compilation.
4269
4270 * gdb.threads/pthreads.exp: fix typo in message.
4271
4272 * gdb.base/all-bin.exp: new file.
4273 * gdb.base/arithmet.exp: new file.
4274 * gdb.base/assign.exp: new file.
4275 * gdb.base/completion.exp: new file.
4276 * gdb.base/cond-expr.exp: new file.
4277 * gdb.base/condbreak.exp: new file.
4278 * gdb.base/define.exp: new file.
4279 * gdb.base/dollar.exp: new file.
4280 * gdb.base/environment.exp: new file.
4281 * gdb.base/eval-skip.exp: new file.
4282 * gdb.base/jump.exp: new file.
4283 * gdb.base/logical.exp: new file.
4284 * gdb.base/pointers.exp: new file.
4285 * gdb.base/relational.exp: new file.
4286 * gdb.base/section_command.exp: new file.
4287 * gdb.base/whatis-expr.exp: new file.
4288
4289 * gdb.base/all-types.c: new file.
4290 * gdb.base/call-array-struct.c: new file.
4291 * gdb.base/call-return-struct.c: new file.
4292 * gdb.base/call-strings.c: new file.
4293 * gdb.base/callfuncs2.c: new file.
4294 * gdb.base/condbreak.c: new file.
4295 * gdb.base/constvars.c: new file.
4296 * gdb.base/display.c: new file.
4297 * gdb.base/int-type.c: new file.
4298 * gdb.base/jump.c: new file.
4299 * gdb.base/miscexprs.c: new file.
4300 * gdb.base/pointers.c: new file.
4301 * gdb.base/pointers2.c: new file.
4302 * gdb.base/shmain.c: new file.
4303 * gdb.base/shr1.c: new file.
4304 * gdb.base/shr2.c: new file.
4305 * gdb.base/solib.c: new file.
4306 * gdb.base/solib1.c: new file.
4307 * gdb.base/solib2.c: new file.
4308 * gdb.base/varargs.c: new file.
4309 * gdb.c++/derivation.cc: new file.
4310 * gdb.c++/overload.cc: new file.
4311 * gdb.c++/ovldbreak.cc: new file.
4312 * gdb.hp/attach.c: new file.
4313 * gdb.hp/attach2.c: new file.
4314 * gdb.hp/average.c: new file.
4315 * gdb.hp/compiler.c: new file.
4316 * gdb.hp/compiler.cc: new file.
4317 * gdb.hp/execd-program.c: new file.
4318 * gdb.hp/follow-exec.c: new file.
4319 * gdb.hp/follow-fork.c: new file.
4320 * gdb.hp/follow-vfork-and-exec.c: new file.
4321 * gdb.hp/misc-hp.cc: new file.
4322 * gdb.hp/more-steps.c: new file.
4323 * gdb.hp/optimize.c: new file.
4324 * gdb.hp/quicksort.c: new file.
4325 * gdb.hp/run-hp.c: new file.
4326 * gdb.hp/start-stop.c: new file.
4327 * gdb.hp/sum.c: new file.
4328 * gdb.hp/templates-hp.cc: new file.
4329 * gdb.hp/thread-local-in-lib.c: new file.
4330 * gdb.hp/thread-local-in-lib.h: new file.
4331 * gdb.hp/thread-local-in-lib.lib.c: new file.
4332 * gdb.hp/vforked-program.c: new file.
4333 * gdb.hp/virtfunc-hp.cc: new file.
4334 * gdb.hp/watchpoint-hp.c: new file.
4335 * gdb.hp/xdb.c: new file.
4336 * gdb.hp/xdb0.c: new file.
4337 * gdb.hp/xdb0.h: new file.
4338 * gdb.hp/xdb1.c: new file.
4339
4340 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
4341
4342 The following change was made by Edith Epstein
4343 <eepstein@cygnus.com> as part of a project to merge in changes
4344 originally made by HP; HP did not create ChangeLog entries.
4345
4346 * gdb.c++/demangle.exp: changed the expected output for some
4347 ARM-style mangling -- removed second reference to datatype.
4348 For example, maint demangle __dt__11T1__pt__2_cFv
4349 T1<char>::~T1<char>(void)
4350 becomes,
4351 maint demangle __dt__11T1__pt__2_cFv
4352 T1<char>::~T1(void)
4353
4354 (test_hp_style_demangling): new hp specific demangling test cases.
4355
4356 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
4357
4358 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
4359 * gdb.trace/backtrace.exp: Likewise.
4360 * gdb.trace/circ.exp: Likewise.
4361 * gdb.trace/collection.exp: Likewise.
4362 * gdb.trace/deltrace.exp: Likewise.
4363 * gdb.trace/infotrace.exp: Likewise.
4364 * gdb.trace/limits.exp: Likewise.
4365 * gdb.trace/packetlen.exp: Likewise.
4366 * gdb.trace/passc-dyn.exp: Likewise.
4367 * gdb.trace/passcount.exp: Likewise.
4368 * gdb.trace/report.exp: Likewise.
4369 * gdb.trace/save-trace.exp: Likewise.
4370 * gdb.trace/tfind.exp: Likewise.
4371 * gdb.trace/tracecmd.exp: Likewise.
4372 * gdb.trace/while-dyn.exp: Likewise.
4373 * gdb.trace/while-stepping.exp: Likewise.
4374
4375 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
4376
4377 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
4378
4379 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
4380
4381 From Brendan Kehoe:
4382 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
4383 int return types.
4384
4385 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
4386
4387 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
4388 remote dos host testing right.
4389
4390 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
4391
4392 * gdb.base/corefile.exp: remove some xfails.
4393
4394 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
4395
4396 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
4397 have different timestamps.
4398
4399 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
4400
4401 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
4402 gdb.base/default.exp: Replace "exec" with "executable".
4403
4404 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
4405
4406 * gdb.base/default.exp: Change else if to elseif from previous
4407 delta.
4408
4409 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
4410
4411 * gdb.base/default.exp: Add brace missing from previous delta.
4412
4413 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
4414
4415 * gdb.base/default.exp: Support test for info float for all
4416 varieties of arm toolchain.
4417
4418 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
4419
4420 * gdb.trace/*.exp: remove "remote_download" command.
4421
4422 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
4423
4424 * gdb.trace/*.exp: remove -gdwarf from compile.
4425
4426 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
4427
4428 * gdb.trace/configure.in(AC_INIT): typo
4429 * gdb.trace/configure: regenerated
4430
4431 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
4432
4433 * config/m68k-emc.exp: New file.
4434 * lib/<emc-support.exp trace-support.exp}: New files.
4435 * configure.in: add new test directory gdb.trace.
4436 * gdb.trace/{configure configure.in Makefile.in}: New files.
4437 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
4438 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
4439 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
4440 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
4441 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
4442 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
4443 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
4444
4445 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
4446
4447 * gdb.c++/classes.exp: Change all regular expressions to match
4448 arbitrary combinations of newline/carriage-return, so that they
4449 will work equally well on Unix and Windows.
4450 * gdb.c++/inherit.exp: ditto.
4451 * gdb.c++/virtfunc.exp: ditto.
4452
4453 1998-08-11 Dawn Perchik <dawn@cygnus.com>
4454
4455 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
4456
4457 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
4458
4459 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
4460 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
4461 to use a0-a3/d0-d3 as needed.
4462
4463 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
4464
4465 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
4466 * gdb.disasm/am33.exp: Corresponding changes.
4467
4468 1998-07-11 Felix Lee <flee@cygnus.com>
4469
4470 * gdb.base/callfuncs.exp: add cmp10 test.
4471 * gdb.base/callfuncs.c (cmp10): new function.
4472
4473 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
4474
4475 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
4476 into two parts to get around a synchronization problem in expect.
4477
4478 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
4479
4480 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
4481
4482 * configure.in: Add options for gdbtk testsuite.
4483
4484 * configure: Regenerate.
4485
4486 * gdb.gdbtk: New directory to hold gdbtk tests.
4487
4488 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4489
4490 * gdb.fortran/types.exp: Escape brackets in expect patterns
4491 for test_float_literal_types_accepted tests.
4492 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
4493 before run test.
4494
4495 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
4496
4497 * am33.exp: Just compile, do not link the testcase.
4498 * am33.s: Add ".am33" pseudoop to force am33 mode.
4499
4500 1998-06-25 Felix Lee <flee@cygnus.com>
4501
4502 * gdb.base/setshow.exp: make sure $pc is sane.
4503
4504 * gdb.stabs/weird.exp: split expect patterns properly.
4505
4506 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
4507
4508 * gdb.disasm/am33.s: New disassembler testfile for the am33.
4509 * gdb.disasm/am33.exp: Run it.
4510
4511 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
4512
4513 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
4514 match processing (and eliminate spurious timeouts when running).
4515
4516 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
4517
4518 * gdb.base/signals.exp (test_handle_all_print): put back Mach
4519 exception test, but conditionalize it on target [mach | gnu].
4520
4521 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
4522
4523 * gdb.base/overlays.exp: fixup compile line for linker script.
4524
4525 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
4526
4527 * gdb.fortran/types.exp: don't guess at float size.
4528
4529 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
4530
4531 * gdb.base/exprs.exp: delete test that depends on int size.
4532
4533 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
4534
4535 * config/sim.exp: Removed checks for target triplets.
4536 (gdb_target_sim): Use gdb,target_sim_options.
4537
4538 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
4539
4540 * gdb.base/reread.exp: New file.
4541 * gdb.base/reread1.c: New file.
4542 * gdb.base/reread2.c: New file.
4543
4544 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
4545
4546 * config/sim.exp: Use 'target sim -sparclite' when running
4547 SPARClite programs.
4548
4549 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
4550
4551 * gdb.base/structs2.exp: New file.
4552 * gdb.base/structs2.c: New file.
4553
4554 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
4555
4556 * gdb.asm/common.inc: New file.
4557 * gdb.asm/d10v.inc: New file.
4558 * asm-source.exp: Pass -I's to gas to find .inc files.
4559 Update line numbers in expected output.
4560 * asmsrc1.s: Rewrite.
4561 * asmsrc2.s: Rewrite.
4562 * configure.in: Create arch.inc symlink.
4563 * configure: Regenerate.
4564 * Makefile.in (distclean): Delete arch.inc.
4565
4566 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
4567
4568 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
4569 (t_enum_value2): ditto
4570 (t_enum_value3): ditto
4571 (main): ditto
4572 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4573
4574 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
4575 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
4576 change.
4577 Use gdb_test instead of send_gdb/gdb_expect sequences.
4578
4579 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
4580
4581 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
4582 not void.
4583
4584 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
4585
4586 * gdb.base/branches.c: Code with lots of loops and
4587 subroutines. Used to test gdbs ability to single step through PC
4588 changes, especially to test mips-tdep.c:mips_next_pc
4589
4590 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
4591
4592 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
4593 more rigorous EGCS C++ error checking.
4594
4595 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4596
4597 * gdb.base/help.exp: Clean up `help set args' and `help show args'
4598 tests.
4599 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
4600 function when asleep.
4601 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
4602 for i*86 Linux and SVR4 signal handling problems.
4603 Remove linux xfail for `next to handler in signals_tests_1', fixed
4604 by recent infrun.c change.
4605 Limit backtrace to 10 frames to avoid timeout problems with infinite
4606 stack backtraces.
4607 Adjust expect pattern in `handle all print' test to match Apr 28 1997
4608 target.[ch] change.
4609
4610 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
4611
4612 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
4613 for a newline from gdb before continuing.
4614 (default_gdb_exit): Just look for y or n.
4615 (gdb_test): Detect abnormal exit from GDB running on DOS; if
4616 it does, fail the rests of the tests in the file.
4617
4618 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
4619
4620 * config/cygmon.exp: New file.
4621
4622 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
4623
4624 * gdb.base/list.exp: Fix problem with "list default lines around
4625 main" test on remote targets.
4626
4627 * gdb.base/scope.exp: Fix problem with filelocal_bss before
4628 run test on remote targets.
4629
4630 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
4631
4632 * gdb.asm: New directory.
4633 * configure.in: Configure it.
4634 * configure: Regenerate.
4635 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
4636 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
4637
4638 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
4639
4640 * config/mn10300-eval.exp: New file to support MN10300 eval board.
4641
4642 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
4643
4644 * gdb.base/overlays (several files): Merge the two overlay
4645 managers into one. Change variables (foox, barx, bazx, grbxx)
4646 back into ints but force them to load in their proper sections.
4647
4648 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
4649
4650 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
4651 on-chip insn memory and IMAP1 to upper 128k.
4652 (D10VCopy): Handle memory regions crossing 16k boundaries.
4653 (D10VCopy): Transfer data in 32 bit chunks.
4654
4655 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
4656
4657 * gdb.base/overlays.c (main): Exit normally when result is
4658 correct.
4659
4660 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
4661 map. Include space for printf in .text segment.
4662
4663 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
4664 updated d10v memory VMA/LMA map.
4665 (D10VCopy): Call D10VTranslate.
4666
4667 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
4668
4669 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
4670
4671 * gdb.base/bar.c (barx, bar): Change variable to small array so
4672 that it won't be put into the .sdata - small data -
4673 section. Update reference.
4674 * gdb.base/baz.c (bazx, baz): Ditto.
4675 * gdb.base/foo.c (foox, foo): Ditto.
4676 * gdb.base/grbx.c (grbxx, grbx): Ditto.
4677
4678 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
4679 to be arrays.
4680
4681 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
4682
4683 * gdb.base/overlays.exp: fix up and get working again.
4684 Add tests for backtraces from an overlay function.
4685
4686 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
4687
4688 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
4689 "calling function with watchpoint enabled".
4690
4691 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
4692
4693 * gdb.base/break.exp (test_next_with_recursion): Remove
4694 gdb_suppress_tests for d10v-*-*.
4695 * lib/gdb.exp (gdb_suppress_tests): Disable this function
4696 pending review of whether it is useful or not.
4697
4698 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
4699
4700 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
4701
4702 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
4703
4704 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
4705 * config/dve.exp: New file to support Densan boards.
4706
4707 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
4708
4709 * gdb.base/interrupt.exp: Document problem of simulators, signals,
4710 reads and BSD.
4711
4712 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
4713
4714 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
4715 response.
4716
4717 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
4718
4719 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
4720
4721 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
4722 test.
4723
4724 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
4725 target_sizeof_long and target_bigendian_p.
4726 (structs_by_value, structs_by_reference): Check values according
4727 to targets word size and endianess.
4728
4729 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
4730
4731 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
4732 output.
4733
4734 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
4735
4736 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
4737 Update test of set args help to match source change.
4738
4739 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
4740
4741 * gdb.base/default.exp: Expect help system output to be in
4742 alphabetical order.
4743 * gdb.base/help.exp: Ditto.
4744
4745 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
4746
4747 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
4748 "i*86-pc-linux-gnu*".
4749 * gdb.base/interrupt.exp: Ditto.
4750 * gdb.base/corefile.exp: Ditto.
4751
4752 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
4753 define vxworks when building the testcase.
4754
4755 * gdb.base/ptype.exp: Fix testnames to be unique.
4756 * gdb.base/radix.exp: Ditto.
4757 * gdb.base/term.exp: Ditto.
4758 * gdb.base/whatis.exp: Ditto.
4759 * gdb.c++/classes.exp: Ditto.
4760
4761 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
4762
4763 * gdb.base/callfuncs.exp: Fix indentation.
4764
4765 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
4766 suppress_flag has been set.
4767 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
4768 target feature.
4769
4770 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
4771
4772 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
4773 the testcase.
4774
4775 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
4776 set_debug_traps() and breakpoint().
4777 * gdb.c++/misc.cc (main): Ditto.
4778 * gdb.c++/templates.cc (main): Ditto.
4779 * gdb.c++/virtfunc.cc (main): Ditto.
4780
4781 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
4782
4783 * lib/gdb.exp(gdb_step_for_stub): New function.
4784 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
4785 exists, reload the executable and do a "continue" instead of
4786 doing a jump.
4787 (runto_main): Use gdb_step_for_stub.
4788
4789 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
4790 tests to have unique names.
4791 * gdb.base/callfuncs.exp: Ditto.
4792 * gdb.base/commands.exp: Ditto.
4793 * gdb.base/default.exp: Ditto.
4794 * gdb.base/help.exp: Ditto.
4795 * gdb.base/list.exp: Ditto.
4796 * gdb.base/opaque.exp: Ditto.
4797 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
4798 similar tests.
4799
4800 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
4801 * gdb.c++/cplusfuncs.cc: Ditto.
4802 * gdb.c++/virtfunc.cc: Ditto.
4803
4804 * config/monitor.exp: Keep track of the last file we saw, rather
4805 than trying to get the info from gdb.
4806
4807 * gdb.fortran/types.exp: Move comment to previous line.
4808
4809 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
4810
4811 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
4812 target mode.
4813
4814 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
4815
4816 From Bob Manson:
4817 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
4818 string from GDB when it connects.
4819
4820 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
4821
4822 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
4823
4824 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
4825 if we can't get a debug format from GDB (we may be testing an
4826 older GDB). Use a 10 second timeout when checking for the format.
4827
4828 * gdb.stabs/weird.exp: Fix quoting.
4829
4830 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
4831
4832 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
4833
4834 * config/arm-ice.exp: New file.
4835
4836 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
4837
4838 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
4839 until it has been modified to work with the new testsuite.
4840
4841 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
4842 testcase won't compile, cause all of the testcases in the file to
4843 fail instead.
4844
4845 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
4846 (gdb_clear_suppressed): New procedure.
4847 (gdb_stop_suppressing_tests): Only clear suppress_flag if
4848 it contains a positive value.
4849
4850 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
4851
4852 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
4853
4854 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
4855
4856 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
4857
4858 * lib/gdb.exp (setup_xfail_format): New function.
4859 (get_debug_format): New function to get debug format.
4860 (debug_format): New global variable to hold last value set
4861 by get_debug_format.
4862 * gdb.base/list.exp: Call get_debug_format and expect some
4863 tests to fail for DWARF 1 and COFF formats.
4864 * gdb.c++/ptype.exp: Ditto.
4865 * gdb.c++/classes.exp: Ditto.
4866 * gdb.c++/cplusfuncs.exp: Ditto.
4867 * gdb.c++/inherit.exp: Ditto.
4868 * gdb.c++/templates.exp: Ditto.
4869 * gdb.c++/virtfunc.exp: Ditto.
4870
4871 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
4872
4873 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
4874 host doesn't have a currently-open connection.
4875
4876 * config/sparclet.exp: Cleanups and fixes to make it generic for
4877 any gdb stub target. Handle cases where gdb doesn't respond when
4878 interrupted in a sane fashion.
4879
4880 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
4881 same thing in a totally different way.
4882
4883 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
4884 setting "timeout".
4885 (gdb_start): We set the global gdb_prompt variable in
4886 default_gdb_init now.
4887
4888 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
4889
4890 * gdb.base/printcmds.exp: Fix "check for floating addition"
4891 regexp to accept results within approx +/- .01 of exact value.
4892 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
4893
4894 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
4895
4896 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
4897 properly.
4898 (gdb_expect): Add optional timeout parameter, and add timeout
4899 value to various calls.
4900 (gdb_suppress_tests): Only give one warning message per group.
4901
4902 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
4903
4904 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
4905 global variables. Handle getting a value for $timeout more
4906 gracefully.
4907
4908 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
4909
4910 * lib/gdb.exp: Close connection to remote host if gdb doesn't
4911 initialize.
4912 (default_gdb_init): New procedure; allow gdb_init to be overridden
4913 by a target configuration file.
4914 (gdb_expect): Pass the timeout to remote_expect.
4915
4916 * config/monitor.exp(gdb_load): Fix typo in regexp.
4917
4918 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
4919
4920 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
4921
4922 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
4923
4924 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
4925 here. Call gdb_target_exec before rebooting the target, to make
4926 sure the connection to the target is closed.
4927 (gdb_load): Pass the name of the executable to gdb_target_monitor.
4928 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
4929 Also detect "Timeout reading from remote" error.
4930
4931 * config/gdbserver.exp: Pass the executable being loaded to
4932 gdb_target_monitor. Don't call gdb_file_cmd here; let
4933 gdb_target_monitor do it.
4934
4935 * gdb.disasm/hppa.exp: Don't use exec_output.
4936
4937 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
4938
4939 * gdb.base/list.exp: If we're debugging a non-native target,
4940 try to set the pc register to point to the start of the
4941 program before doing the first list command.
4942
4943 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
4944 test_calls after restarting.
4945
4946 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
4947 reloading.
4948
4949 * gdb.base/watchpoint.exp: Fix typo.
4950
4951 * gdb.base/setshow.exp: Check for use_gdb_stub.
4952
4953 * gdb.base/break.exp: Fix continue until exit test for the gdb
4954 stub case.
4955 * gdb.base/langs.exp: Ditto.
4956
4957 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
4958 gdb_load_offset. If we weren't given a file to load, figure out
4959 what the current file is and use it.
4960
4961 * config/i386-bozo.exp: New file.
4962
4963 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
4964
4965 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
4966 feature.
4967
4968 * config/proelf.exp: New entry.
4969
4970 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
4971
4972 * lib/gdb.exp: Remove spurious .* patterns at the beginning
4973 of regexps.
4974
4975 * gdb.base/watchpoint.exp: Don't run the test_stepping
4976 tests if gdb can't call functions on the target.
4977
4978 * gdb.base/setshow.exp: Don't run the set prompt tests if
4979 the board has gdb_prompt set.
4980
4981 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
4982
4983 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
4984 * gdb.base/commands.exp: Likewise.
4985 * gdb.base/setshow.exp: Likewise.
4986
4987 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
4988
4989 * config/monitor.exp(gdb_start): Look for gdb_prompt target
4990 feature.
4991
4992 * config/i960.exp: New file.
4993
4994 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
4995
4996 * gdb.base/funcargs.exp: Check for gdb,short_int target
4997 feature instead of looking for explicit target triplets.
4998
4999 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
5000
5001 * gdb.base/printcmds.exp: add a couple more tests a la
5002 "p 123DEADBEEF", to check parse_number.
5003 * top.c: change "to enable to enable" to "to enable" in a couple
5004 of help strings.
5005
5006 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
5007
5008 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
5009 on the mn10300.
5010
5011 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
5012
5013 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
5014 where the test executable is run with explicit args.
5015 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
5016
5017 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
5018
5019 * gdb.base/run.c: Use FAKEARGV to build test executable that
5020 does not require a command line arg, since most simulators
5021 don't currently support passing such an arg into the simulated
5022 program.
5023 * gdb.base/commands.exp: Change tests to insert the proper
5024 value as the arg to the first recursive factorial call. Change
5025 compilation line to define FAKEARGV at compile time.
5026
5027 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
5028
5029 * gdb.base/recurse.exp: Enable these tests for the mn10300.
5030 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
5031 function with watchpoint enabled" test.
5032
5033 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
5034
5035 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
5036 Don't call gdb_test when the command doesn't return to a gdb prompt.
5037
5038 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
5039 "Tests restarted" messages.
5040
5041 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
5042
5043 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
5044
5045 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
5046
5047 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
5048 for INFO SYMBOL; add help tests for OVERLAY commands.
5049 * gdb.base/default.exp: add tests for INFO SYMBOL command;
5050 add tests for OVERLAY commands
5051 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
5052 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
5053 * gdb.base/sigall.c: add usestubs code frag
5054 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
5055
5056 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
5057
5058 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
5059 failures.
5060 (gdb_stop_suppressing_tests): Note that tests have restarted.
5061
5062 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
5063
5064 * config/h8300.exp: New file.
5065
5066 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
5067
5068 * gdb.base/setshow.exp: Check for the existence of a
5069 feature, not its value.
5070
5071 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
5072
5073 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
5074
5075 * gdb.base/scope.exp: It's now init0(), not init().
5076
5077 * gdb.base/scope0.c: For now, change init() to be init0().
5078
5079 * config/monitor.exp: Use gdb_serial in preference to serial
5080 or netport.
5081
5082 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
5083 and it's not already set.
5084
5085 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
5086
5087 * gdb.base/setshow.exp: Only test the run command if the target
5088 isn't using a stub and if it supports argument passing.
5089
5090 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
5091
5092 * config/udi.exp(gdb_start): Make sure UDICONF is set
5093 properly before starting gdb.
5094
5095 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
5096
5097 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
5098 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
5099 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
5100
5101 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
5102
5103 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
5104 specialized code to reboot the board, use remote_reboot instead.
5105
5106 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
5107
5108 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
5109
5110 * config/monitor.exp: Make sure we disconnect from the target.
5111 Also, try a reboot/reload cycle instead of failing if the
5112 load fails.
5113
5114 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
5115
5116 * gdb.base/default.exp: Don't set match_max.
5117 * gdb.base/help.exp: Ditto.
5118 * gdb.base/list.exp: Ditto.
5119 * gdb.base/signals.exp: Ditto.
5120
5121 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
5122 set, use remote_ld to download the testcase instead of
5123 the GDB loader.
5124
5125 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
5126
5127 * config/vr5000.exp: New file.
5128
5129 * config/monitor.exp(gdb_target_monitor): Add pattern for
5130 "Ending remote" to detect errors in connecting.
5131
5132 * gdb.base/setshow.exp: Add .* within auto language test.
5133
5134 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
5135 target feature.
5136
5137 * config/monitor.exp(gdb_load): Check for a failure when loading,
5138 and reboot the board if necessary.
5139
5140 * gdb.base/setvar.exp(test_set): Handle multiple prints within
5141 a set of tests. Remove print.* from the patterns being checked.
5142
5143 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
5144
5145 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
5146 refer to gdb_spawn_id.
5147
5148 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
5149 longer used.
5150 * config/sparclet.exp: Ditto.
5151 * config/sparclet-old.exp: Ditto.
5152 * config/slite.exp: Ditto.
5153 * config/sim.exp: Ditto.
5154 * gdb.base/funcargs.exp: Ditto.
5155
5156 * lib/gdb.exp:Remove references to gdb_spawn_id.
5157 (gdb_expect): Move to remote.exp.
5158
5159 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
5160
5161 * config/monitor.exp: Detect the "Couldn't establish connection"
5162 message from GDB.
5163
5164 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
5165
5166 * gdb.base/bitfields.exp: Use runto instead of explicit
5167 gdb_run_cmd/gdb_expect sequences.
5168
5169 * gdb.base/break.exp(text_next_with_recursion): Add match for
5170 gdb_expect call.
5171
5172 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
5173 We also need to handle the "A program is being debugged already"
5174 prompt from gdb. Use gdb_test to set the baud rate.
5175
5176 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
5177 to 20000. Really. I mean it.
5178
5179 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
5180
5181 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
5182 fails. If suppress_flag is set, skip perror message about not
5183 being able to send to GDB.
5184 (send_gdb): If suppress_flag is set, don't try to send commands to
5185 GDB.
5186 (gdb_expect): If suppress_flag is set, always fail immediately.
5187 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
5188 (gdb_init): Call gdb_stop_suppressing_tests.
5189 (default_gdb_exit): Ditto.
5190 (default_gdb_start): Ditto.
5191
5192 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
5193 gdb_stop_suppressing_tests as appropriate.
5194 * gdb.base/break.exp: Ditto.
5195 * gdb.base/callfuncs.exp: Ditto.
5196 * gdb.base/commands.exp: Ditto.
5197 * gdb.base/exprs.exp: Ditto.
5198 * gdb.base/funcargs.exp: Ditto.
5199 * gdb.base/list.exp: Ditto.
5200 * gdb.base/recurse.exp: Ditto.
5201 * gdb.base/scope.exp: Ditto.
5202 * gdb.base/structs.exp: Ditto.
5203 * gdb.c++/inherit.exp: Ditto.
5204
5205 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
5206
5207 * config/vr4300.exp: New file.
5208
5209 * gdb.*/*.exp: Call gdb_expect instead of expect.
5210
5211 * lib/gdb.exp(gdb_expect): New function.
5212
5213 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
5214
5215 * lib/gdb.exp(gdb_init): New function.
5216
5217 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
5218 for each individual variable set.
5219
5220 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
5221 name.
5222
5223 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
5224
5225 * gdb.base/scope.exp: Use gdb_test.
5226
5227 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
5228 aborting; the testsuite driver will do that for us (see
5229 gdb_finish). Also, use gdb_test in a few more places.
5230
5231 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5232
5233 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
5234
5235 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
5236
5237 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
5238 and "add_tests" are not at the same address.
5239
5240 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
5241
5242 * gdb.base/ptype.exp: Use gdb_test.
5243
5244 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
5245
5246 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
5247 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
5248 left in. No longer expect them to fail.
5249
5250 * gdb.stabs/*.mt; Deleted, no longer used.
5251 * gdb.stabs/configure.in: Remove references to target makefile
5252 frags.
5253 * gdb.stabs/configure: Rebuilt.
5254
5255 * gdb.disasm/*.mt: Deleted, no longer used.
5256 * gdb.disasm/configure.in: Remove references to target makefile
5257 frags. Use "sh3.s" as the unique filename for this directory.
5258 * gdb.disasm/configure: Rebuilt.
5259
5260 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
5261 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
5262 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
5263
5264 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
5265
5266 * config/udi.exp: Use mondfe,name instead of remote_host.
5267
5268 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
5269
5270 * gdb.base/watchpoint.exp: Don't expect a failure when calling
5271 a function with a watchpoint enabled on the mn10200.
5272
5273 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
5274 before trying to create it!
5275
5276 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
5277
5278 * config/vx.exp: Use hostname instead of netport.
5279
5280 * config/vxworks.exp: New file.
5281
5282 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
5283
5284 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
5285 gdb before assuming everything worked. Send a ^C if a timeout
5286 occurs.
5287
5288 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
5289 $gdb_spawn_id directly.
5290 (gdb_run_cmd): Try _start as well as start. Use the target feature
5291 gdb,start_symbol as the symbol to start from when jumping.
5292
5293 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
5294
5295 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
5296 redundant) test.
5297
5298 * gdb.base/recurse.exp: Relax final value test for 'b' so that
5299 it doesn't lose for 16bit integer systems.
5300
5301 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
5302
5303 * gdb.fortran/types.exp: If the target doesn't support "double"
5304 data types, then expect "real" types to only be 4 bytes.
5305
5306 * gdb.c++/virtfunc.exp: Expect failure for virtual function
5307 call tests if the target doesn't support inferior function calls.
5308
5309 * gdb.base/printcmds.exp: Allow minor deviation in FP values
5310 in printf tests.
5311
5312 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
5313
5314 * gdb.base/help.exp: Disable "help set", "help show", and
5315 "help support". Simplify regexp for "help stack".
5316
5317 * gdb.base/default.exp: Set match_max to 5000 and the timeout
5318 to 60 seconds. Temporarily set match_max to 15000 around the
5319 "info copying" test.
5320
5321 * gdb.base/nodebug.exp: Don't try to do an inferior function
5322 call if the target doesn't support them.
5323 * gdb.base/printcmds.exp: Likewise.
5324 * gdb.base/setvar.exp: Likewise.
5325 * gdb.base/structs.exp: Likewise.
5326 * gdb.c++/templates.exp: Likewise.
5327 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
5328
5329 * gdb.base/recurse.exp: Enable for the mn10200.
5330
5331 * configure.in: Do configure gdb.stabs directory for *-*-elf
5332 targets.
5333 * configure: Rebuilt.
5334
5335 * gdb.base/break.exp: Check for gdb,noresults before testing
5336 exit status and/or results from the target.
5337 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
5338 * lib/gdb.exp: Remove old (now bogus) initialization of
5339 noinferior, noargs, noresults and nosignals.
5340
5341 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
5342
5343 * config/sh.exp: New file.
5344
5345 * config/slite.exp: Try to connect multiple times to the board
5346 before rebooting. Only send a "monitor run" if need_monitor_run
5347 is set.
5348
5349 * gdb.base/break.exp: Don't do the "stub continue" test if
5350 the target has gdb_stub set.
5351
5352 * gdb.base/callfuncs.exp: Increase the timeout.
5353
5354 * gdb.base/interrupt.exp: Don't even try to compile the testcase
5355 if the target has gdb,noinferiorio set.
5356
5357 * gdb.base/list.exp: Increase match_max to 10000 characters.
5358
5359 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
5360
5361 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
5362 target.
5363
5364 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
5365
5366 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
5367
5368 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
5369 trying to delete the copy of gdb. Catch the file delete so we
5370 don't die if the delete fails; also, the file should be copied to
5371 the host, not to the build.
5372
5373 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
5374
5375 * lib/gdb.exp(gdb_test): Surround the result pattern with
5376 parenthesis in case it contains multiple regexps separated
5377 with |.
5378
5379 * gdb.base/watchpoint.exp: Use gdb_test.
5380 * gdb.base/default.exp: Ditto.
5381
5382 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
5383
5384 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
5385
5386 * gdb.base/scope.exp: Use gdb_test.
5387 * gdb.c++/classes.exp: Ditto.
5388 * gdb.c++/inherit.exp: Ditto.
5389
5390 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
5391
5392 * gdb.base/crossload.exp: Don't use execute_anywhere, use
5393 remote_exec instead.
5394 * gdb.base/corefile.exp: Don't be ridiculous.
5395 * gdb.base/*.c: Add missing stub invocations.
5396
5397 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
5398
5399 * config/slite.exp: Miscellaneous fixes.
5400
5401 * lib/gdb.exp: Fix runto.
5402
5403 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
5404 the target.
5405
5406 * gdb.base/watchpoint.exp: Fix regexp.
5407
5408 * lib/gdb.exp(default_gdb_exit): Add a catch to the
5409 close and wait commands, as the descriptor may now be
5410 invalid. Always call "remote_close host".
5411
5412 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
5413
5414 Major rewrite for testsuite revision.
5415
5416 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
5417 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
5418 instead of relying on spawn_id to always contain a valid
5419 spawn id.
5420 (get_compiler_info): New procedure to build the ${binfile}.ci
5421 file, instead of replicating this in N different places.
5422 (gdb_compile): New procedure.
5423
5424 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
5425 appropriate arguments) instead of compile. Use gdb_test in a lot
5426 more places. Use send_gdb instead of send. Always run gdb_start
5427 at the start of a testcase, as this is no longer done magically.
5428
5429 config/*-gdb.exp: Rename without the -gdb suffix.
5430
5431 config/mips.exp: Use remote_close instead of exit_remote_shell.
5432 config/monitor.exp: Use target_info instead of looking at
5433 baud, timeout, etc.
5434 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
5435
5436 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5437
5438 * gdb.c++/templates.exp (test_ptype_of_templates),
5439 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
5440 Update expect patterns for destructors and assignment operators
5441 to match corresponding c-typeprint.c changes.
5442 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
5443 to destructor breakpoint test, GDB should be able to set the
5444 destructor breakpoint without specifying arguments.
5445
5446 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
5447
5448 * gdb.threads/pthreads.exp: Change result for failure to compile due
5449 to lack of pthreads runtime support from an error to simply an
5450 unsupported test, per dejagnu standards.
5451
5452 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5453
5454 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
5455 where GDB exits to reduce pattern match time.
5456 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
5457
5458 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
5459
5460 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
5461
5462 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
5463 * gdb.base/default.exp: ditto.
5464 * gdb.base/nodebug.exp: ditto.
5465 * gdb.base/printcmds.exp: ditto.
5466 * gdb.base/ptype.exp: ditto.
5467 * gdb.base/setvar.exp: ditto.
5468 * gdb.base/structs.exp: ditto.
5469 * gdb.base/setshow.c: Guard against uninitialized values of argc.
5470
5471 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
5472
5473 * configure, */configure: Rebuild with autoconf 2.12.
5474
5475 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
5476
5477 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
5478 use new i*86-pc-linux*-gnu quads.
5479 * gdb.base/corefile.exp: Ditto.
5480 * gdb.base/signals.exp: Ditto.
5481 * gdb.base/sigall.exp: Ditto.
5482 * gdb.base/interrupt.exp: Ditto.
5483
5484 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
5485 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
5486 RedHat 4.0.
5487
5488 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
5489 linux. This allows the test case to at least compile on latest
5490 linux, but still not run due to missing the threads runtime library.
5491
5492 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5493
5494 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
5495 directory to search gdb directory. Accept and step over conditional
5496 stack alignment code. Consume $prompt in failure cases.
5497 Reset timeout to $oldtimeout instead of some arbitrary value.
5498 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
5499 timeout problems with infinite stack backtraces.
5500 * gdb.base/ptype.exp (ptype struct link, union tu_link):
5501 Accept function parameters for linkfunc member.
5502
5503 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
5504
5505 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
5506 (CXXFLAGS): Remove, unreferenced.
5507 (B_OPTIONS): Add for -B options and add code to initialize with
5508 previous -B options and also add -B option to pick up cross compiled
5509 runtime.
5510 (TARGET_INCLUDES): Add for -I options and add code to initialize when
5511 doing cross compiles.
5512 (target_alias): Declare global.
5513 (xgcc): Set variable to full path of gcc in build tree. Use findfile
5514 to verify that gcc exists in build tree, and if so set CC to that
5515 gcc and to use B_OPTIONS and TARGET_INCLUDES.
5516
5517 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
5518
5519 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
5520 ptype test for anonymous union. Fixup testcase to match
5521 current gcc debug output.
5522
5523 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
5524
5525 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
5526 force argument to an unsigned long type.
5527
5528 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
5529
5530 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
5531 tests and anonymous union print/ptype tests.
5532 * gdb.base/list.exp (test_forward-search): Increase timeout by
5533 5 minutes for the "search extremely long line" case.
5534 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
5535 completely optional and that the pass/fail messages use the command as
5536 the message if that third arg is a null string.
5537 (gdb_test_exact): Arrange that a null string pattern means match a
5538 null string output rather than any output, which might include random
5539 errors.
5540 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
5541 backtrace test.
5542 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
5543 always failing and failure is now exposed by gdb.exp changes.
5544
5545 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
5546
5547 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
5548 weren't being noted.
5549
5550 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5551
5552 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
5553 * gdb.stabs/weird.exp: Remove v_comb xfails.
5554
5555 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
5556
5557 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
5558 list.exp scope.exp watchpoint.exp]
5559 Make all timeout error msgs explicitly say "(timeout)".
5560
5561 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
5562
5563 * config/monitor.exp: Increase download timeout to 1000 seconds.
5564
5565 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
5566
5567 * config/m32r.exp: Increase timeout to 120 seconds.
5568
5569 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
5570
5571 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
5572 and accept older ordering as obsolescent gcc or gdb.
5573 * gdb.c++/templates.exp: Ditto.
5574 * gdb.c++/virtfunc.exp: Ditto.
5575
5576 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
5577
5578 * gdb.base/coremaker.c: Add code to mmap some data so we
5579 can check that it ends up in the core file.
5580 * gdb.base/corefile.exp: Add test to read mmapped data
5581 from core file.
5582
5583 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
5584
5585 * config/m32r.exp: New file.
5586
5587 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
5588
5589 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
5590 that cflags can contains -gstabs, and work correctly for other tests.
5591
5592 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
5593
5594 * gdb.base/setshow.exp: New file, tests show and set.
5595 * gdb.base/setshow.c: New file, tests show and set.
5596 * gdb.base/help.exp: Add test for help set|show annotate.
5597 * gdb.base/default.exp: Add test for set|show annotate.
5598
5599 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
5600
5601 * testsuite/gdb.base/break.exp: Make backtrace from factorial
5602 errors unique.
5603 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
5604 explicitly.
5605
5606 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
5607
5608 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
5609 and width commands. This is done elsewhere.
5610 * (gdb_start): Don't call gdb_start_sim here. That's already
5611 done in gdb_load. This fixes lots of failures in default.exp.
5612
5613 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
5614
5615 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5616 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
5617 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
5618 in the same we we treat other failures (since it may be an expected
5619 condition), rather than as an error.
5620 * gdb.base/signals.exp (test_handle_all_print): Revert back to
5621 old test format.
5622
5623 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
5624
5625 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
5626 (distclean maintainer-clean realclean): No need to remove files
5627 twice. Nuke the duplicates.
5628 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
5629 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
5630 Remove config.h along with other config files.
5631
5632 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
5633
5634 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
5635 "p func1 ()" and note that rests of tests are skipped.
5636 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
5637 setup_xfails for "print func2::coremaker_local".
5638 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
5639 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
5640 affected by the previous run test.
5641 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
5642 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
5643 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
5644 "pass int powerset tuple" and "pass modeless int powerset tuple".
5645 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
5646 "real write 4" and "real write 8".
5647 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
5648 setup_xfails for "print vs1 after tuple assign 2",
5649 "print \$i after tuple assign 2", and
5650 "print vs2 after tuple assign 2".
5651 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
5652 meaningful error message and return -1 so the caller can
5653 suppress further tests and avoid a cascade of errors.
5654
5655 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
5656
5657 * gdb.base/a1-selftest.exp: Tweak tests to account for new
5658 format for printing version.
5659 * gdb.base/default.exp: Ditto.
5660 * gdb.base/interrupt.exp: Fix problem with cascade of
5661 errors if child process dies while calling a function.
5662
5663 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
5664
5665 * Makefile.in (VPATH): Add
5666 * Makefile.in (Makefile, config.status): Fix rules so things get
5667 remade when necessary.
5668
5669 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
5670
5671 * Makefile.in (just-check): Add path to sibling expect dir
5672 to environment variable specified by RPATH_ENVVAR.
5673
5674 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
5675
5676 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
5677 (just-check): Add shared library paths for libstdc++, tk,
5678 tcl, bfd, and opcodes to the environment variable specified
5679 in RPATH_ENVVAR.
5680 * configure.in: Add support to recognize --enable-shared flag
5681 and generate correct value for RPATH_ENVVAR.
5682 * configure: Regenerated with autoconf.
5683
5684 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
5685
5686 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
5687 include all osf versions.
5688 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
5689 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
5690 when target is linux. When failing to build pthreads test
5691 executable, give more meaningful message.
5692 * gdb.threads/pthreads.c: Hpux also uses old definition of second
5693 arg for pthread_create.
5694
5695 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
5696
5697 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
5698 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
5699 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
5700 and -lpthreads (everybody else).
5701 (test_startup): Fail gracefully if threads are not supported.
5702 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
5703 "p/c array_index("abcdef",2)" when not gcc compiled.
5704 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
5705 "print func2::coremaker_local" when not gcc compiled.
5706 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
5707 "ptype on opaque struct tagname (statically)",
5708 "ptype on opaque struct tagname (dynamically) 1", and
5709 "ptype on opaque struct tagname (dynamically) 2"
5710 for not compiled with gcc.
5711 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
5712 backtrace when compiled with gcc.
5713 * lib/gdb.exp (runto_main): Return result of "runto main" rather
5714 than always return success.
5715
5716 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
5717
5718 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
5719
5720 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
5721
5722 * gdb.base/structs.exp: Undo last change.
5723
5724 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
5725
5726 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
5727 encapsulate all the steps/nexts done during self test, starting
5728 at main, and makes them less sensitive to optimization issues.
5729 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
5730 signal handler" test.
5731 * gdb.threads/pthreads.exp: Only run this for native configs.
5732 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
5733 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
5734 tests.
5735 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
5736 for "runto test_calls(void)" test.
5737
5738 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
5739
5740 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
5741 and don't expect address info in breakpoint confirmations.
5742
5743 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
5744
5745 * gdb.base/list.exp (test_forward_search): Increase timeout
5746 temporarily by 60 seconds for searching extremely long line,
5747 and then reset to old value when done. Increase expect input
5748 buffer to 10000.
5749
5750 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
5751
5752 * gdb.base/list.exp (test_forward_search): Fix to handle very
5753 long source line without overflowing expect's input buffer.
5754
5755 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
5756
5757 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
5758 "buffer_full".
5759
5760 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
5761 "buffer_full".
5762
5763 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
5764 "buffer_full".
5765
5766 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
5767 "buffer_full".
5768
5769 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
5770
5771 * configure.in (configdirs): Add gdb.threads.
5772 * configure: Regenerated with autoconf.
5773 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
5774 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
5775 * gdb.threads/configure: New, generated with autoconf.
5776
5777 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
5778
5779 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
5780
5781 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
5782
5783 * gdb.base/signals.exp (test_handle_all_print): Test separately for
5784 each signal's status in the output of "handle all print".
5785 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
5786 the \r\n sequence that immediately precedes the gdb prompt.
5787 * gdb.base/a1-selftest.exp: Save original timeout and restore
5788 after test.
5789
5790 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
5791
5792 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
5793 symbol.
5794
5795 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
5796
5797 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
5798
5799 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
5800
5801 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
5802 timeout by 60 seconds.
5803
5804 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
5805
5806 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
5807 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
5808 error return.
5809
5810 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
5811
5812 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
5813 gdb initialization, also report how long dejagnu waited. Restore
5814 old timeout before doing error return. Temporarily increase timeout
5815 by 3 minutes to allow for slow startups over heavy NFS use.
5816
5817 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
5818
5819 * lib/gdb.exp: Report timeout value for verbosity level 2.
5820 * config/gdbserver.exp: Ditto.
5821 * config/hppro.exp: Ditto.
5822 * config/mips-gdb.exp: Ditto.
5823 * config/monitor.exp: Ditto.
5824 * config/netware.exp: Ditto.
5825 * config/sim-gdb.exp: Ditto.
5826 * config/slite-gdb.exp: Ditto.
5827 * config/udi-gdb.exp: Ditto.
5828 * config/unix-gdb.exp: Ditto.
5829 * config/vx-gdb.exp: Ditto.
5830 * gdb.base/a1-selftest.exp: Ditto.
5831 * gdb.base/a2-run.exp: Ditto.
5832 * gdb.base/break.exp: Ditto.
5833 * gdb.base/corefile.exp: Ditto.
5834 * gdb.base/list.exp: Ditto.
5835 * gdb.base/recurse.exp: Ditto.
5836 * gdb.base/scope.exp: Ditto.
5837 * gdb.base/signals.exp: Ditto.
5838
5839 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5840
5841 * gdb.threads/Makefile.in (docdir): Removed.
5842
5843 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
5844
5845 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
5846 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
5847 @srcdir@.
5848 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
5849 autoconf 2.5 or higher.
5850 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
5851
5852 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
5853
5854 * configure: Regenerated.
5855 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
5856 avoid name clashes with SunOS headers.
5857
5858 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
5859
5860 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
5861
5862 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
5863
5864 * gdb.base/callfuncs.exp: Finish last change -- make sure the
5865 prototype information ends up in the compiler info file.
5866
5867 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
5868
5869 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
5870 attempting to regenerate it. Eliminate use of a temporary file
5871 and just generate the info file directly. Source it immediately,
5872 for consistency of use.
5873 * gdb.base/corefile.exp: Ditto
5874 * gdb.base/exprs.exp: Ditto.
5875 * gdb.base/funcargs.exp: Ditto.
5876 * gdb.base/langs.exp: Ditto.
5877 * gdb.base/list.exp: Ditto.
5878 * gdb.base/mips_pro.exp: Ditto.
5879 * gdb.base/nodebug.exp: Ditto.
5880 * gdb.base/opaque.exp: Ditto.
5881 * gdb.base/ptype.exp: Ditto.
5882 * gdb.base/scope.exp: Ditto.
5883 * gdb.base/setvar.exp: Ditto.
5884 * gdb.base/signals.exp: Ditto.
5885 * gdb.base/whatis.exp: Ditto.
5886 * gdb.c++/templates.exp: Ditto.
5887 * gdb.c++/virtfunc.exp: Ditto.
5888 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
5889 whether or not to add -lstdc++ to the compile command line args.
5890
5891 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5892
5893 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
5894 it got fixed by the recent lookup_minimal_symbol_by_pc change.
5895 Increase timeout, a lot of single stepping might be needed if the
5896 target has no hardware watchpoints.
5897
5898 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
5899
5900 * gdb.base/break.exp: Ignore compiler warnings when compiling
5901 break.c.
5902 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
5903 * gdb.base/default.exp: Add h8300 xfails. Handle messages
5904 from remote-sim.
5905 * gdb.base/exprs.exp: Add h8300 xfails.
5906 * gdb.base/funcargs.exp: Likewise.
5907 * gdb.base/nodebug.exp: Likewise.
5908 * gdb.base/printcmds.exp: Likewise.
5909 * gdb.base/ptype.exp: Likewise.
5910 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
5911 h8300 xfails.
5912 * gdb.base/return.exp: Handle float/double precision problems
5913 on the h8300.
5914 * gdb.base/funcargs.c: Explicitly make last constant argument to
5915 call_after_alloca_subr an unsigned long type.
5916 * gdb.base/return.c: Include stdio.h.
5917
5918 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
5919
5920 * config/abug.exp: New file for the older Motorola Bug monitor
5921 that runs on the mvme13x series VME boards.
5922 * config/monitor.exp: Use the new config array for target settings
5923 if they exist.
5924
5925 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
5926
5927 * sim-gdb.exp: Make the SH simulator allocate less space when
5928 it is targeted.
5929
5930 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
5931
5932 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
5933 test.
5934
5935 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
5936
5937 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
5938 "rs6000-*-*" for "list function in include file" when gcc compiled.
5939 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
5940 for "p ctable1[120]".
5941 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
5942 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
5943 Remove setup_xfail for "rs6000-*-*" for
5944 "print 'scope0.c'::filelocal before run".
5945 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
5946 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
5947 since some compilers don't allow both options to be given
5948 on the same command line. Create object file and move it.
5949
5950 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
5951
5952 * gdb.base/corefile.exp: Always regenerate the core file, since
5953 we always regenerate the coremaker program. Detect special case
5954 where registers cannot be read from core file.
5955
5956 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
5957
5958 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
5959 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
5960 * gdb.c++/templates.exp: Only match on basename of file since
5961 some formats like xcoff don't encode directory information.
5962 * gdb.stabs/weird.exp: Use the right sed script for powerpc
5963 and rs6000 AIX xcoff targets.
5964 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
5965 * configure: Regenerate.
5966 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
5967 here, rather than in distclean.
5968
5969 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
5970
5971 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
5972 defined, and use it to compile the test case with -O2. The
5973 native compilation still uses no optimization.
5974 * gdb.base/mips_pro.c: Remove inline assembly code since
5975 it is compiled PIC by default, which results in assembler
5976 warnings that make the testsuite think the compilation
5977 was unsuccessful.
5978
5979 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
5980
5981 * gdb.c++/misc.exp: Add note to message for
5982 "print s.a for foo struct" that this is a known gcc 2.7.2
5983 and earlier bug.
5984
5985 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
5986
5987 * gdb.base/break.exp: Fix pattern for matching "Delete all
5988 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
5989 setup_xfail for deleting all breakpoints test. Fix various
5990 timeout messages to include "(timeout)".
5991 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
5992 for "p t_float_values2(3.14159,float_val2)".
5993 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
5994 for "continue to call2g" when gcc compiled.
5995 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
5996 "up to foo in langs.exp", "show language at foo in langs.exp",
5997 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
5998 and "show language at fsub in langs.exp".
5999 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
6000 "list line 1 in include file", "list message for lines past EOF",
6001 "list function in include file", "list list0.h:foo", and
6002 "list filename:function; nonexistant function".
6003 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
6004 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
6005 and "ptype t_char_array" to be for native cc only.
6006
6007 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
6008
6009 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
6010 setup_xfail for "print coremaker_bss", "print coremaker_ro",
6011 "print func2::coremaker_local", and "backtrace in corefile.exp".
6012
6013 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
6014
6015 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
6016 "bt in signals.exp". This problem only appears when running
6017 the testsuite, and then only intermittently.
6018
6019 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
6020
6021 * gdb.base/return.exp (return_tests): Differentiate between
6022 two tests of continuing.
6023
6024 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6025
6026 * */Makefile.in (maintainer-clean): Remove config.log.
6027 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
6028 * gdb.c++/Makefile.in (PROGS): Add inherit.
6029 (clean): Remove *.ci.
6030
6031 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
6032
6033 * gdb.c++/misc.cc: Add test code from Mike Stump.
6034 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
6035
6036 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
6037
6038 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
6039 to "alpha-*-osf2*" and add comment.
6040 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
6041 setup_xfail for "step over execarg initialization" and
6042 "step over corearg initialization".
6043 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
6044 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
6045 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
6046 gcc compiled for "print coremaker_bss", "print coremaker_ro",
6047 "print func2::coremaker_local", and "backtrace in corefile.exp".
6048 * gdb.base/signals.exp: Build and source signals.ci.
6049 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
6050 to be for gcc only.
6051 * lib/gdb.exp: Move verbose statements outside conditionals.
6052
6053 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6054
6055 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
6056 Feb 3 procfs.c change.
6057
6058 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
6059
6060 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
6061
6062 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
6063
6064 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
6065 from dejagnu's apparent default of 10 seconds, which gives random
6066 results when running the tests over NFS on moderately loaded systems.
6067 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
6068
6069 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
6070
6071 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
6072 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
6073 result reports.
6074
6075 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
6076
6077 * configure.in (CY_AC_PATH_TCLH): Remove.
6078 * configure: Regenerate.
6079
6080 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
6081
6082 * gdb.c++/Makefile.in (clean): Add missing '{'.
6083
6084 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
6085
6086 * lib/gdb.exp: Provide a default value for noinferior.
6087
6088 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
6089 Load libgloss.exp.
6090
6091 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
6092
6093 * gdb.disasm/hppa.exp: Compile directly into an executable, use
6094 the executable, not the .o to run the tests from.
6095
6096 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
6097
6098 * gdb.base/break.exp: Don't test for program exit or exit status
6099 if $noresults if nonzero.
6100 * gdb.base/langs.exp: Likewise.
6101 * gdb.base/watchpoint.exp: Likewise.
6102
6103 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
6104 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
6105 trying to compile the testcase.
6106
6107 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
6108
6109 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
6110 * gdb.base/signals.exp (continue to handler): Likewise.
6111
6112 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
6113
6114 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
6115
6116 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
6117
6118 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
6119
6120 * gdb.base/corefile.exp: Recognize "not found" as failure
6121 when trying to determine if a core file was generated.
6122 If no core file was generate the first time, try again without
6123 the ulimit -c to work around braindamaged shells.
6124
6125 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
6126
6127 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
6128 [] tests with "test" and enclose string in quotes.
6129 * gdb.stabs/configure: Rebuild
6130
6131 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
6132
6133 Changes in sync with expect:
6134 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
6135 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
6136 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
6137 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
6138 argument to AC_REQUIRE.
6139 * configure: Regenerated.
6140
6141 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
6142
6143 * gdb.base/corefile.exp: When generating a core, discard any
6144 error messages about ulimit not found and the "core dumped"
6145 message from the shell that runs the coredumper.
6146
6147 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
6148
6149 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
6150
6151 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
6152 which sed script to run. Expect failure for v_comb test
6153 on PA targets too.
6154
6155 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
6156
6157 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
6158 "print func2::coremaker_local" and for "backtrace in corefile.exp"
6159
6160 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
6161
6162 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
6163 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
6164 "sparc-sun-solaris*" xfails for "p v_comb".
6165 * lib/gdb.exp (default_gdb_start): Fix typo.
6166 * gdb.base/corefile.exp: Allow "Core was generated by ..."
6167 messages to not include the full program name that caused
6168 the core dump since some systems (such as solaris) apparently
6169 truncate this path to about 80 characters.
6170 When generating a core file first try increasing the core file
6171 size limit to unlimited since some systems may default it to
6172 zero, and it is harmless to try it. Move the test for failing
6173 to generate a core file to where it will actually get executed.
6174 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
6175 new gdb result from g++ debug info improvements and make old
6176 pattern obsolescent. Also account for size_t differences
6177 (may be int or long).
6178 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
6179 initialization before function call is placed in the delay slot
6180 and thus appears to be skipped over by commands such as "next".
6181
6182 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
6183
6184 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
6185
6186 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
6187
6188 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
6189 input source file; fix code to compile test to deal with this
6190 convention.
6191 * gdb.c++/*.exp: Likewise.
6192
6193 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
6194
6195 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
6196 "bt in signals.exp".
6197
6198 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
6199
6200 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
6201 "step over execarg initialization" and
6202 "step over corearg initialization".
6203
6204 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
6205
6206 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
6207 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
6208
6209 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
6210
6211 From Rob Savoye (rob@poseidon.cygnus.com)
6212 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
6213 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
6214 configure.in}, gdb.disasm/{Makefile.in, configure.in},
6215 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
6216 configure.in}: Major reworking for autoconfig.
6217 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
6218 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
6219 New files.
6220 * config/unix-gdb.exp: Make GDB global.
6221 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
6222 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
6223 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
6224 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
6225 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
6226 term.exp, twice.exp, watchpoint.exp, whatis.exp},
6227 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
6228 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
6229 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
6230 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
6231 pr-8136.exp, result.exp, string.exp, tuples.exp},
6232 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
6233 to returns as necessary, arrange for test to compile own testcase
6234 executable.
6235 * lib/gdb.exp: Changes for testsuite to compile own test cases.
6236
6237 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
6238
6239 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
6240 clear_xfail at end of test which might not call either pass or fail.
6241 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
6242 "backtrace through signal handler".
6243
6244 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6245
6246 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
6247 continuing from a job control stop signal.
6248 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
6249
6250 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
6251
6252 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
6253 * gdb.base/corefile.exp: Likewise.
6254 * gdb.base/funcargs.exp: Likewise.
6255
6256 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
6257
6258 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
6259 * config/monitor.exp: Add support for setting baud rate.
6260
6261 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
6262
6263 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
6264 i*86-*-linux* xfails for "backtrace through signal handler".
6265 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
6266 "print func2::coremaker_local".
6267 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
6268 alpha-dec-osf2* xfail for
6269 "delete all breakpoints when none".
6270
6271 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
6272
6273 * gdb.base/break.exp: Change test that deletes all breakpoints
6274 when no user breakpoints are installed. A post 4.15 change
6275 causes gdb to no longer prompt in this case.
6276
6277 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
6278
6279 * gdb.base/return.exp (return_tests): Change xfail for test
6280 "correct value returned double test" to stop xfailing at
6281 Solaris 2.5. Apparently the bug has been fixed.
6282
6283 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
6284
6285 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
6286 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
6287
6288 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
6289
6290 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
6291 * gdb.disasm/hppa.s: Corresponding changes.
6292
6293 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
6294
6295 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
6296 makefile fragment.
6297 * config/mt-hpux: Deleted.
6298
6299 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
6300
6301 * Many files: When warning about suppressed tests due to a
6302 nonexistant test binary, avoid incrementing the warning count.
6303
6304 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
6305
6306 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
6307
6308 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6309
6310 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
6311 "sparc-*-solaris2*".
6312
6313 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6314
6315 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
6316 Add global and local variables and initialize them.
6317 * gdb.base/corefile.exp: Test correct mapping of corefile sections
6318 by printing variables. Remove rs6000 and powerpc xfails, BFD now
6319 extracts the file name and terminating signal from the core file.
6320 * TODO: Remove note about tests for correct mapping of corefile.
6321 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
6322 from optimizing it away.
6323 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
6324 handles common blocks.
6325
6326 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
6327
6328 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
6329 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
6330
6331 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
6332
6333 * Makefile.in (maintainer-clean): New target, synonym for
6334 realclean.
6335 * gdb.base/Makefile.in (maintainer-clean): Likewise.
6336 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
6337 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
6338 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
6339 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
6340 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
6341
6342 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
6343
6344 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
6345 xfails when not gcc compiled for "print foo::funclocal".
6346 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
6347 "print foo::funclocal at foo",
6348 "print 'scope1.c'::foo::funclocal at foo",
6349 "print foo::funclocal_bss at foo",
6350 "print 'scope1.c'::foo::funclocal_bss at foo",
6351 "print foo::funclocal_ro at foo",
6352 "print 'scope1.c'::foo::funclocal_ro at foo",
6353 "print bar::funclocal at foo" and
6354 "print 'scope1.c'::bar::funclocal at foo".
6355 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
6356 gcc compiled for "print foo::funclocal at bar".
6357 Expand all messages to ensure that they identify that
6358 the test is at bar().
6359 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
6360 gcc compiled for:
6361 "ptype on opaque struct pointer (statically)",
6362 "ptype on opaque struct tagname (statically)",
6363 "ptype on opaque struct pointer (dynamically) 1",
6364 "ptype on opaque struct tagname (dynamically) 1",
6365 "ptype on opaque struct pointer (dynamically) 2" and
6366 "ptype on opaque struct tagname (dynamically) 2
6367 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
6368 gcc compiled for:
6369 "p datalocal"
6370 "whatis datalocal",
6371 "ptype datalocal",
6372 "p bsslocal",
6373 "whatis bsslocal", and
6374 "ptype bsslocal".
6375 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
6376 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
6377 when not gcc compiled.
6378 * gdb.base/funcargs.exp (float_and_integral_args): Add
6379 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
6380 compiled.
6381 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
6382 "backtrace from call6a" when not gcc compiled.
6383 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
6384 "backtrace from call7a" when not gcc compiled.
6385 * gdb.base/callfuncs.exp (do_function_calls):
6386 Add "hppa*-*-hpux*" xfail when not gcc compiled for
6387 "p t_char_array_values(char_array_val2,char_array_val1)",
6388 "p t_char_array_values(char_array_val1,char_array_val2)",
6389 "p t_char_array_values("carray 1","carray 2")",
6390 "p t_char_array_values("carray 1",char_array_val2)",
6391 "p t_char_array_values(char_array_val1,"carray 2")",
6392 "p sum_args(1,{2})",
6393 "p sum_args(2,{2,3})",
6394 "p sum_args(3,{2,3,4})",
6395 "p sum_args(4,{2,3,4,5})"
6396 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
6397 "backtrace in corefile.exp" when not gcc compiled.
6398
6399 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6400
6401 * gdb.base/signals.exp: Rewrite `handle all print' test as
6402 a procedure. Accept blanks or TABs as whitespace, increase
6403 timeout and expect input buffer size for the large output
6404 from the command. Remove "i*86-*-bsdi2.0" xfail.
6405
6406 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6407
6408 * gdb.base/setvar.exp: Add new testcases for truncation when
6409 assigning invalid values to bitfields.
6410
6411 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
6412
6413 * gdb.base/callfuncs.exp (do_function_calls): Remove
6414 mips-sgi-irix* xfail for
6415 "call inferior func with struct - returns char *"
6416 and fix test so that an optional (unsigned char *) cast is
6417 accepted in the result.
6418
6419 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
6420
6421 * gdb.base/funcargs.exp (float_and_integral_args): Remove
6422 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6423 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
6424 * gdb.base/signals.exp: Remove duplicate "handle all print" test
6425 that accidentally got checked in.
6426
6427 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
6428
6429 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
6430 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
6431 compiled test.
6432 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
6433 Add mips-sgi-irix5* xfail for not gcc compiled.
6434 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6435 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
6436 "p top", "whatis top", "p middle", and "whatis middle".
6437 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
6438 "whatis signed char" for not gcc compiled.
6439 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
6440 "set variable signed char=-1 (-1)" and
6441 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
6442 * gdb.base/funcargs.exp (float_and_integral_args):
6443 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
6444 Add mips-sgi-irix* xfail when not gcc compiled for
6445 "continue to call2b".
6446 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
6447 "continue to call2g".
6448 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
6449 "backtrace from call6a"
6450 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
6451 "backtrace from call7k".
6452 Add mips-sgi-irix5* xfail when not gcc compiled for
6453 "backtrace from call7a".
6454 (localvars_after_alloca): Fix gdb_test cmds for
6455 "print * after runto ...".
6456 Remove rs6000-*-* xfails for
6457 "print i after runto localvars_after_alloca" and
6458 "print l after runto localvars_after_alloca"
6459 for all compilers.
6460 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
6461 when not compiled with gcc, for:
6462 "print signed char == (minus)",
6463 "print signed char != (minus)",
6464 "print signed char < (minus)",
6465 "print signed char > (minus)".
6466 * gdb.base/callfuncs.exp (do_function_calls):
6467 Add mips-sgi-irix* xfail, when compiled with native compiler, for
6468 "call inferior func with struct - returns char *".
6469 * gdb.base/return.exp (return_tests): Change xfail for
6470 "correct value returned double test" to include Solaris 2.4.
6471 * gdb.base/funcargs.exp (float_and_integral_args):
6472 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
6473
6474 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6475
6476 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
6477 enumeration bitfields if compiling with GNU C.
6478 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
6479 to empty' prompt.
6480
6481 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
6482
6483 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
6484 test for PRO targets.
6485
6486 * gdb.base/funcargs.exp: Avoid ever setting more than 8
6487 breakpoints in the inferior at any given time by making
6488 two groups of breakpoints for call2*, call6* and call7*
6489 tests.
6490
6491 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6492
6493 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
6494 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
6495 from optimizing it away.
6496 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
6497 "call inferior func with struct".
6498
6499 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
6500
6501 * configure.in: Only configure gdb.chill for particular targets.
6502
6503 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
6504
6505 * gdb.base/Makefile.in: Add action to .c.o transformation
6506 rule that generates a .ci file for each .o file and remove
6507 explicit .c.o rules except for callfuncs.o.
6508 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
6509 generates a .ci file for each .o file and remove explicit
6510 .cc.o rules.
6511 (clean): Remove *.tmp *.ci files.
6512 (EXECUTABLES): Remove templ-info.exp.
6513 * gdb.base/compiler.c: New file.
6514 * gdb.c++/compiler.cc: New file
6515 * gdb.base/scope.exp: Source gdb.base/scope.ci.
6516 Change rs6000-*-* xfail for
6517 "print 'scope0.c'::filelocal_ro" and
6518 "print 'scope1.c'::filelocal" and
6519 "print 'scope1.c'::filelocal_bss" and
6520 "print 'scope1.c'::filelocal_ro" and
6521 "print 'scope1.c'::foo::funclocal" and
6522 "print 'scope1.c'::foo::funclocal_ro" and
6523 "print 'scope1.c'::bar::funclocal" and
6524 "print 'scope0.c'::filelocal_ro" and
6525 "print 'scope1.c'::filelocal at foo" and
6526 "print 'scope1.c'::filelocal_bss at foo" and
6527 "print 'scope1.c'::filelocal_ro at foo" and
6528 "print 'scope1.c'::foo::funclocal at foo" and
6529 "print 'scope1.c'::foo::funclocal_bss at foo" and
6530 "print 'scope1.c'::foo::funclocal_ro at foo" and
6531 "print 'scope1.c'::bar::funclocal at foo" and
6532 "print 'scope0.c'::filelocal_ro" and
6533 "print 'scope1.c'::filelocal" and
6534 "print 'scope1.c'::filelocal_bss" and
6535 "print 'scope1.c'::filelocal_ro" and
6536 "print 'scope1.c'::foo::funclocal" and
6537 "print 'scope1.c'::foo::funclocal_bss" and
6538 "print 'scope1.c'::foo::funclocal_ro" and
6539 "print 'scope1.c'::bar::funclocal" and
6540 "print 'scope1.c'::bar::funclocal_bss"
6541 to only be xfail'd when not compiled with gcc.
6542 Add rs6000-*-* xfail for
6543 "print 'scope0.c'::filelocal_bss before run"
6544 when compiled with gcc.
6545 (test_at_main): Add rs6000-*-* xfail for
6546 "print filelocal_ro in test_at_main"
6547 when compiled with gcc.
6548 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
6549 Add rs6000-*-aix* xfail for
6550 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
6551 "ptype t_char_array", not compiled with gcc.
6552 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
6553 xfail for "list foo (in include file)" when gcc compiled.
6554 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
6555 (integral_args): Add rs6000-*-* xfail for
6556 "run to call0a" if not compiled with gcc.
6557 (unsigned_integral_args): Add rs6000-*-* xfail for
6558 "run to call1a" if not compiled with gcc.
6559 (float_and_integral_args): Add rs6000-*-* xfail for
6560 "run to call2a" if not compiled with gcc and for
6561 "continue to call2b" for any compiler.
6562 Add rs6000-*-* xfail to
6563 "print f1 after run to call2a" for gcc compiled.
6564 (discard_and_shuffle): Add rs6000-*-* xfail for
6565 "run to call6a".
6566 (shuffle_round_robin): Add rs6000-*-* xfail for
6567 "backtrace from call7a" if not compiled with gcc.
6568 Add rs6000-*-* xfail for
6569 "backtrace from call7b" if compiled with gcc.
6570 (call_after_alloca): Add rs6000-*-* xfail for
6571 "print c in call_after_alloca" and
6572 "print s in call_after_alloca" and
6573 "backtrace from call_after_alloca_subr"
6574 if not compiled with gcc.
6575 (localvars_in_indirect_call): Add rs6000-*-* xfail for
6576 "print c in localvars_in_indirect_call" and
6577 "print c in localvars_in_indirect_call" and
6578 "backtrace in indirectly called function" and
6579 "stepping into indirectly called function"
6580 if not compiled with gcc.
6581 (localvars_after_alloca): Add rs6000-*-* xfail for
6582 "print c after runto localvars_after_alloca" and
6583 "print s after runto localvars_after_alloca" and
6584 "print i after runto localvars_after_alloca" and
6585 "print l after runto localvars_after_alloca"
6586 for all compilers.
6587 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
6588 than whatis-info.exp.
6589 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
6590 than opaque-info.exp.
6591 Setup rs6000-*-* xfail for
6592 "ptype on opaque struct pointer (statically)" and
6593 "ptype on opaque struct pointer (dynamically)" when
6594 not compiled with gcc.
6595 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
6596 rather than callf-info.exp.
6597 (do_function_calls): Add clear_xfail for rs6000-*-* for
6598 "p t_float_values2(3.14159,float_val2)". Seems to work
6599 fine there, both with xlc and gcc. Need to find out what
6600 it is doing right and fix other platforms.
6601 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
6602 "call inferior func with struct - returns int",
6603 "call inferior func with struct - returns long",
6604 "call inferior func with struct - returns float",
6605 "call inferior func with struct - returns double",
6606 "call inferior func with struct - returns char *",
6607 but only if not gcc compiled (presumes xlc compiled).
6608 Change rs6000-*-* xfails for
6609 "call inferior func with struct - returns char" and
6610 " call inferior func with struct - returns short" to only
6611 xfail if not using gcc.
6612 (clean mostlyclean): Remove *.ci and *.tmp files.
6613 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
6614 than templ-info.exp.
6615 * gdb.base/langs.exp: Source gdb.base/langs.ci.
6616 Add rs6000-*-* xfail for "up to foo in langs.exp"
6617 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
6618 when not gcc compiled.
6619
6620 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6621
6622 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
6623 * gdb.base/corefile.exp: Likewise.
6624 * gdb.base/list.exp: Likewise.
6625 * gdb.base/scope.exp: Likewise.
6626 * gdb.base/siganls.exp: Likewise.
6627
6628 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
6629 compiler output.
6630 * gdb.base/whatis.exp: Likewise.
6631
6632 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
6633
6634 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
6635 failure (opcode table has been fixed to match reality).
6636
6637 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
6638
6639 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
6640 "call inferior func with struct - returns char",
6641 "call inferior func with struct - returns short"
6642
6643 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
6644 "print 'scope0.c'::filelocal at main",
6645 "print 'scope0.c'::filelocal_bss in test_at_main",
6646 "print 'scope0.c'::filelocal at foo",
6647 "print 'scope0.c'::filelocal_bss in test_at_foo",
6648 "print 'scope0.c'::filelocal at bar",
6649 "print 'scope0.c'::filelocal_bss in test_at_bar"
6650
6651 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
6652 in source file 1". This bug seems to have been fixed with both
6653 gcc and native cc (was native assembler bug?).
6654
6655 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
6656
6657 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
6658 "backtrace through signal handler" to "i*86-*-sysv4*".
6659 * gdb.base/signals.exp: Add xfail for "'next' behaved as
6660 continue" case. Add "known SVR4 bug" to fail message.
6661 Add "i*86-*-bsdi2.0" xfail for "handle all print".
6662 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
6663 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
6664 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
6665 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
6666 "up to foo in langs.exp", "show language at foo in
6667 langs.exp", "up to cppsub_ in langs.exp", "show
6668 language at cppsub_ in langs.exp", "up to fsub in
6669 langs.exp", and "show language at fsub in langs.exp".
6670 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
6671 "bactrace in corefile.exp".
6672 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
6673 "call inferior function with struct - returns float" and
6674 "call inferior function with struct - returns double".
6675
6676 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
6677
6678 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
6679 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
6680 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
6681 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
6682
6683 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
6684
6685 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
6686 (or overriden) "CHILL" macro rather then bare "gcc".
6687 Also look for ../../gcc/xgcc since that is what we will
6688 actually need, not "Makefile". Remove following assignment
6689 of CHILL to CHILL_FOR_TARGET because that results in
6690 recursive definition.
6691
6692 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
6693
6694 * gdb.base/corefile.exp: Change xfail for backtrace in
6695 corefile.exp from linuxaout to all linux.
6696 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
6697 cases where we miss the breakpoint at the signal handler
6698 for some reason. Setup xfail for linuxoldld/linuxaout and
6699 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
6700 hitting SIGURG breakpoint.
6701 * gdb.base/signals.exp: Setup xfail for "next" acting like
6702 continue to add linuxoldld. Setup xfail for all linux for
6703 "next to handler in signals_tests_1", "backtrace in
6704 signals_tests_1", "continue to func1", "pass SIGUSR1",
6705 and continue to handler".
6706
6707 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
6708
6709 * Update all FSF addresses except those in COPYING* files.
6710
6711 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
6712
6713 * gdb.base/a2-run.exp: Change messages to be more explicit about
6714 the status of args, and quote binfile in results.
6715
6716 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
6717
6718 * gdb.base/callfuncs.exp: Add tests for passing structs to
6719 inferior functions and return various types.
6720 * gdb.base/callfuncs.c: Add functions to receive a struct
6721 and return a member of the struct, in various types.
6722
6723 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6724
6725 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
6726
6727 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6728
6729 * config/vxworks29k.exp: New file, sources vxworks.exp.
6730
6731 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6732
6733 * config/gdbremote.exp: New file. Testing framework using
6734 gdbserver.
6735
6736 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
6737
6738 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
6739 "call function when asleep" and "send end of file".
6740 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
6741 for "backtrace in corefile.exp".
6742 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
6743 for "backtrace through signal handler".
6744 * gdb.base/corefile.exp: Make sure we actually generate a core file
6745 before trying the core tests. Some systems allow the user to suppress
6746 generation of core files and default to that (linux for example).
6747 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
6748 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
6749
6750 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6751
6752 * gdb.threads: New directory with some crude multi-threaded
6753 gdb tests (step.exp and step2.exp).
6754 * config/mt-lynx (STEP_EXECUTABLE): Define.
6755 (THREADFLAGS): Define.
6756
6757 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
6758
6759 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
6760
6761 * gdb.base/signals.exp: Disable whole file for lynx until
6762 further notice.
6763
6764 * gdb.base/signals.exp: xfail test where "next" acts like
6765 "continue" for lynx.
6766
6767 * gdb.base/interrupt.exp: xfail test for calling function while
6768 inferior is asleep for lynx.
6769
6770 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
6771 than one cr-lf after each command.
6772
6773 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6774
6775 * configure.in: Reinstate setting of stabsdirs variable, fix
6776 typo in setting up configdirs for native builds.
6777
6778 * gdb.base/return.exp: Fix typo in return double test.
6779 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
6780 compiler from optimizing them away.
6781
6782 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
6783
6784 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
6785 sequences to be echo'd by gdb when using gdb_test.
6786 * gdb.chill/chexp.exp: Likewise.
6787 * gdb.fortran/exprs.exp: Likewise
6788
6789 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6790
6791 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
6792 after the inferior gdb has started.
6793
6794 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
6795 after each command.
6796 * gdb.base/funcargs.exp: Likewise.
6797 * gdb.base/gdbvars.exp: Likewise.
6798 * gdb.base/interrupt.exp: Likewise.
6799 * gdb.base/list.exp: Likewise.
6800 * gdb.base/watchpoint.exp: Likewise.
6801 * gdb.c++/demangle.exp: Likewise.
6802 * gdb.c++/inherit.exp: Likewise.
6803 * gdb.chill/chexp.exp: Likewise.
6804 * gdb.fortran/exprs.exp: Likewise.
6805
6806 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
6807 test if we can't handle IO to/from the inferior.
6808
6809 * gdb.c++/misc.exp: Always check for a program already being
6810 started after sending a "run" command to gdb.
6811
6812 * gdb.base/twice.exp: Start with a fresh gdb.
6813
6814 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
6815 only depend on gdb's expression code, not the chill runtime.
6816
6817 * gdb.base/return.c: Put return values into variables so we
6818 can have gdb print them rather than depending on the program
6819 to print them.
6820 * gdb.base/return.exp: Corresponding changes.
6821
6822 * lib/gdb.exp: Provide default value for noinferiorio.
6823 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
6824 the inferior.
6825
6826 * gdb.base/break.exp: Always check for a program already being
6827 started after sending a "run" command to gdb.
6828 (text_next_with_recursion): Don't check the output from the
6829 program's printf statement. Instead just make sure the program
6830 exited.
6831
6832 * gdb.base/commands.exp: Protect tests which need arguments with
6833 $noargs conditionals.
6834
6835 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6836
6837 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
6838 of structure member arrays to match gdb/valops.c:value_addr change.
6839
6840 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
6841
6842 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
6843 cases.
6844
6845 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
6846
6847 * configure.in (configdirs): Remove gdb.chill from default list
6848 of subdirs and then add it back in only if doing a native build.
6849 The current chill compiler does not yet work in any cross build.
6850 * Revert all signal changes from Jul 6.
6851 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
6852 for sh-hms targets, allowing these tests to link, with no other
6853 changes. Testing is suppressed by setting "nosignals" in site.exp.
6854
6855 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
6856
6857 * configure.in (signaldirs): Define and add to configdirs for all
6858 targets except some specific ones that are known to not support signals.
6859 Also clean up formatting.
6860 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
6861 (signals, sigall): Remove rules to build.
6862 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
6863 Moved to new gdb.signals directory.
6864 * gdb.signals: New test directory.
6865 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
6866 signals.c signals.exp}: New or moved files.
6867
6868 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
6869
6870 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
6871
6872 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
6873
6874 * gdb.base/return.exp: Xfail `return double' test failure
6875 on at least Solaris 2.3 and handle future/past versions on
6876 a case by case basis as appropriate. Also update message
6877 to include i*86 failures.
6878
6879 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6880
6881 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
6882
6883 * lib/gdb.exp: Fix comment which erroneously identified
6884 gdb_file_cmd as gdb_load (the 19 May change was in fact to
6885 gdb_file_cmd not gdb_load).
6886 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
6887
6888 * gdb.base/setvar.exp: Make test names consistent between pass and
6889 fail cases. Use gdb_test more.
6890
6891 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6892
6893 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
6894
6895 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6896
6897 * gdb.base/help.exp: Fix expected help string for `show commands'.
6898
6899 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
6900
6901 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
6902
6903 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
6904 of a text section.
6905
6906 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
6907
6908 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
6909 that loop eventually terminates. Fix Connection refused logic so
6910 that testsuite will expire nicely.
6911
6912 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
6913
6914 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
6915 config/rom68k.exp: New tcl glue for the appropriate monitors.
6916 These all just end up calling monitor.exp.
6917 * config/monitor.exp (gdb_target_monitor): Handle `Connection
6918 refused' by retrying. Cleanup some timeout issues.
6919 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
6920 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
6921 callers don't have to set/restore global timeout variable.
6922
6923 * The following set of changes centralizes management of the global
6924 timeout variable. This way, it can be set in one target dependent
6925 place instead of dozens of places scattered throughout the test suite.
6926 If you need to lengthen a timeout, then you should either set timeout
6927 in one of the config/{target}.exp files, or multiply it by a factor.
6928 Setting it to an absolute value is always going to lose for some
6929 targets.
6930 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
6931 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
6932 * gdb.base/funcargs.exp: Don't set timeout.
6933 * gdb.base/list.exp (test_forward_search): Only use local timeout.
6934 * gdb.base/printcmds.exp (test_print_string_constants
6935 test_print_array_constants): Don't set timeout.
6936 * gdb.base/ptype.exp: Don't set timeout.
6937 * gdb.base/recurse.exp: Don't set timeout.
6938 * gdb.base/return.exp: Don't set timeout.
6939 * gdb.base/watchpoint.exp: Don't set timeout.
6940 * gdb.c++/classes.exp (do_tests): Don't set timeout.
6941 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
6942
6943 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
6944
6945 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
6946
6947 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6948
6949 * lib/gdb.exp: Disable chill tests for irix5.
6950
6951 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6952
6953 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
6954 each test pass or fail.
6955
6956 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6957
6958 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
6959 xlc not gcc.
6960
6961 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
6962
6963 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
6964
6965 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
6966
6967 * config/est.exp: Fix copyright and comments. Remove dead code.
6968 Use targetname, serialport and baud variables instead of fixed
6969 constants.
6970 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
6971 * config/cpu32bug.exp: New file to support cpu32bug monitors.
6972
6973 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6974
6975 * gdb.base/watchpoint.exp: Don't run
6976 test_watchpoint_triggered_in_syscall for sunos.
6977
6978 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6979
6980 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
6981 they don't seem to exist. Do include stdio.h.
6982
6983 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6984
6985 * gdb.base/a1-selftest.exp: Add alpha xfail.
6986
6987 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6988
6989 * gdb.base/watchpoint.c (main): Prompt before calling read().
6990 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
6991 Revise accordingly. Remove cruft about sending "123" several
6992 times, until it gets noticed. Clean up the "print buf[0]" stuff
6993 so that it passes or fails, and waits for prompts in the usual way.
6994
6995 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
6996
6997 * gdb.base/recurse.exp: Fix comment.
6998
6999 * TODO: Remove item about printing variables in nodebug.exp. Add
7000 item about enabling tests which are only run on some targets.
7001
7002 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
7003 fail, make test names unique, use new gdb_test convention
7004 regarding pattern, use gdb_test more, etc.).
7005
7006 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
7007 fail, make test names unique, etc.).
7008
7009 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7010
7011 * gdb.base/nodebug.c: Change return type of top and middle to
7012 short.
7013 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
7014 are fixed by the recent mdebugread.c changes. Allow `short ()'
7015 as type for top and middle.
7016
7017 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7018
7019 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
7020 nearly as I can tell, the whole thing was an accident in Stu's
7021 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
7022 to replace a send/expect pair with gdb_test, but ended up only
7023 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
7024 of 30 Mar 1995 took care of it, but left this vestigial comment
7025 which I am now nuking.
7026
7027 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7028
7029 * gdb.base/break.exp: Look for different line number for
7030 breakpoint at main depending on usestubs.
7031
7032 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7033
7034 * gdb.base/list.exp: Adjust some alternate expect patterns to
7035 match recent list0.c change. Add alternate expect pattern for
7036 output from `list default lines around main' for optimizing
7037 compilers.
7038
7039 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7040
7041 * lib/gdb.exp: If nosignals is not set, set it to 0.
7042
7043 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
7044
7045 * config/slite-gdb.exp: Responds to load symbol table prompt.
7046 * gdb.base/break.exp: Adjust line number, fix rerun.
7047 * gdb.base/langs0.c: Add #ifdef usestubs.
7048
7049 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
7050
7051 * gdb.base/list.exp: Adjust line contents after adding new lines in
7052 list0.c. Also fix a syntax error.
7053
7054 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
7055 * gdb.base/break.exp: ditto.
7056 * gdb.base/list.exp: ditto.
7057 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
7058 * gdb.base/run.c: ditto.
7059 * gdb.base/list0.c: ditto.
7060 * gdb.base/funcargs.c: ditto.
7061
7062 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
7063
7064 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
7065 $targetname, $serialport and $baud instead of hardwired variables.
7066 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
7067 target doesn't support signals.
7068
7069 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
7070
7071 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
7072
7073 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7074
7075 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
7076 Don't rely on the value of an auto variable before it has been
7077 initialized. Use gdb_test more.
7078
7079 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7080
7081 * lib/gdb.exp (default_gdb_version): A version number must start
7082 with a digit, but other than that contains all characters up to
7083 the first whitespace character.
7084
7085 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7086
7087 * gdb.base/commands.exp (breakpoint_command_test): New tests.
7088
7089 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7090
7091 * gdb.c++/*.exp: Warn if executable does not exist. The original
7092 reason for skipping the warning was that configure.in sometimes
7093 intentionally skipped building the executables but the tcl code
7094 had no way of knowing. That (a) was always bogus with respect to
7095 error handling, (b) is no longer true (right now there is no way
7096 to skip C++ tests).
7097
7098 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
7099
7100 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7101
7102 * gdb.base/list.exp: Add expect patterns for output from
7103 SunPRO compiled executables.
7104 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
7105 types.
7106
7107 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7108
7109 * gdb.base/break.exp (test_next_with_recursion): Accept any line
7110 number (we are already testing that the correct source line text
7111 gets printed).
7112
7113 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
7114 that is what is intended, but something needed to be done to get
7115 sunos4 native working again.
7116
7117 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
7118
7119 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
7120 apparently went with a (very) old xfail.
7121
7122 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
7123
7124 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
7125 runto_main is a proc in gdb.exp that will do 'step' for target use
7126 stubs.
7127 * gdb.base/exprs.exp: ditto.
7128 * gdb.base/interrupt.exp: ditto.
7129 * gdb.base/opaque.exp: ditto.
7130 * gdb.base/printcmds.exp: ditto.
7131 * gdb.base/ptype.exp: ditto.
7132 * gdb.base/scope.exp: ditto.
7133 * gdb.base/setvar.exp: ditto.
7134 * gdb.base/signals.exp: ditto.
7135 * gdb.base/twice.exp: ditto.
7136 * gdb.c++/classes.exp: ditto.
7137 * gdb.c++/inherit.exp: ditto.
7138 * gdb.c++/templates.exp: ditto.
7139 * gdb.base/break.exp: no run and hit main for stubs. Change line
7140 numbers for breakpoints and info breakpoint.
7141 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
7142 breakpoint().
7143 * gdb.base/callfuncs.c: ditto.
7144 * gdb.base/exprs: ditto.
7145 * gdb.base/interrupt.c: ditto.
7146 * gdb.base/opaque0.c: ditto.
7147 * gdb.base/printcmds.c: ditto.
7148 * gdb.base/ptype.c: ditto.
7149 * gdb.base/scope0.c: ditto.
7150 * gdb.base/setvar.c: ditto.
7151 * gdb.base/signals.c: ditto.
7152 * gdb.base/twice.c: ditto.
7153 * gdb.c++/misc.cc: ditto.
7154 * gdb.c++/templates.cc: ditto.
7155
7156 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7157
7158 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
7159
7160 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
7161 somewhere between `read' and `main.c'. I'm pretty sure the
7162 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
7163 and it isn't particularly useful.
7164
7165 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
7166
7167 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7168
7169 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
7170
7171 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
7172
7173 * config/mt-slite: add LIBS and -nostdlib.
7174 * config/slite-gdb.exp: add this new file to support sparclite target.
7175
7176 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
7177
7178 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
7179
7180 * gdb.base/a2-run.exp: Change argument to istarget from
7181 "*-*-vxworks" to "*-*-vxworks*".
7182 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
7183
7184 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
7185
7186 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
7187 will not runto main but do a 'step' to step out of breakpoint().
7188 * config/mt-slite: add -Dusestubs.
7189
7190 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7191
7192 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
7193 instead of just @.
7194
7195 * gdb.base/signals.exp: Add test for "handle all print".
7196 * TODO: Remove "handle all print". Also remove item about
7197 checking copyright date (I don't like the idea of a spurious FAIL
7198 based on when we run the tests).
7199
7200 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
7201 for SunOS4 (reason for failure not investigated). Remove
7202 redundant test for $binfile.
7203
7204 * gdb.base/nodebug.c (array_index): Call malloc.
7205
7206 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
7207
7208 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
7209
7210 * gdb.base/recurse.exp: Update gdb_test invocation to use new
7211 conventions and slightly simplify the matching regexp.
7212
7213 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7214
7215 * gdb.base/break.exp: Update gdb_test invocation to use new
7216 convention.
7217
7218 * lib/gdb.exp: If noargs is not set, set it to 0.
7219
7220 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
7221 tests unique.
7222
7223 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
7224
7225 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7226
7227 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
7228 one argument of type "<non-float parameter>".
7229
7230 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
7231
7232 * config/rom68k.exp: New file to support Motorola IDP board.
7233 * gdb.base/a2-run.exp: Skip this file if noargs is set.
7234 * gdb.base/break.c: Change things around so that this program
7235 doesn't depend upon args. This is necessary to make remote
7236 targets work (in general, they can't take args).
7237 * gdb.base/break.exp: Don't try to send args to program. Don't
7238 expect output. Also, replace lots of code with gdb_test.
7239
7240 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7241
7242 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
7243 printing of '\'' (which is what the comment says we are testing,
7244 even though we were not), not '''.
7245 (test_integer_literals_rejected): Test that printing ''' is an error.
7246
7247 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7248 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
7249 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
7250 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
7251 Use gdb_test not test_print_accept.
7252 * lib/gdb.exp: Remove test_print_accept.
7253
7254 * gdb.base/signals.exp (signal_tests_1): Make pass message
7255 consistent with fail message.
7256
7257 * gdb.base/whatis.exp: Remove xfails for printing char vs.
7258 unsigned char; the bug (PR 1821) is fixed.
7259
7260 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
7261
7262 * gdb.base/scope.exp (test_at_localscopes): Call pass for
7263 successful tests--makes xfailing them work right.
7264
7265 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7266
7267 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
7268 only \r\n, not .*. The test can pass .* as the last thing in
7269 $pattern if that is what it wants. In addition to providing this
7270 flexibility, this change should speed up pattern matching in cases
7271 where the pattern already ended with .* (there were a number of
7272 them). This change also helps catch bad patterns--in the old
7273 scheme the typo "char \*" instead of "char \\*" would pass. Now
7274 it is caught.
7275 * Many .exp files: Update callers.
7276
7277 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
7278 clearer and does not spuriously match multiple ('s. Likewise for
7279 ) and *.
7280
7281 * gdb.base/nodebug.exp: Test ability to call a function and pass
7282 it a string (even with no debugging info).
7283
7284 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
7285 "p '\'", which is the same as "p ''" once tcl gets done with
7286 quoting, to "p '\\'", which I suspect is what is intended (one
7287 backslash gets sent to GDB).
7288
7289 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
7290
7291 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7292
7293 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
7294 1817) was fixed literally years ago.
7295
7296 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7297
7298 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
7299 test, it causes stepping out of call_after_alloca_subr with
7300 optimizing compilers.
7301 (localvars_in_indirect_call): Consume GDB prompt if `finish'
7302 fails.
7303
7304 * gdb.c++/templates.exp: Source templ-info.exp only if
7305 the templates executable exists.
7306
7307 * gdb.c++/misc.cc (class Contains_static_instance,
7308 class Contains_nested_static_instance),
7309 gdb.c++/classes.exp (test_static_members): Test printing of
7310 a class that contains a static instance of the class.
7311
7312 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7313
7314 * gdb.base/langs2.c (cppsub_): Don't prototype.
7315 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
7316 only, I believe).
7317
7318 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7319
7320 * lib/gdb.exp (skip_chill_tests): New procedure.
7321
7322 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
7323
7324 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
7325
7326 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
7327 each expect pattern. Cuts runtime from 12 to about 4 seconds.
7328
7329 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7330
7331 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
7332
7333 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
7334 disassemble 8, not 16, instructions for part 4.
7335
7336 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
7337 support the latter anymore.
7338
7339 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
7340 -DNO_PROTOTYPES.
7341 * gdb.base/callfuncs.c: Control use of prototypes based on
7342 NO_PROTOTYPES, not __STDC__.
7343 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
7344 t_float_values2 tests if prototypes in use.
7345
7346 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
7347 t_double_values): When checking differences against DELTA, check
7348 that difference is within the range (-DELTA,DELTA), not just
7349 (-infinity,DELTA).
7350
7351 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
7352
7353 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
7354 'file' command firts, then 'target', then 'load', this is due to gdb
7355 target set up.
7356 * config/mips-gdb.exp: Fix a couple regular exp bugs.
7357
7358 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
7359
7360 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
7361 FP load/store variants.
7362 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
7363
7364 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7365
7366 * gdb.base/term.exp: Do not give a warning if not native, it is
7367 not an abnormal condition.
7368
7369 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
7370
7371 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
7372 t_char_array".
7373
7374 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
7375
7376 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
7377 are getting the version number.
7378
7379 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
7380 if not native, it is not an abnormal condition.
7381
7382 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7383
7384 * lib/gdb.exp: Just use "file exists", rather than undocumented
7385 dejagnu procedure "findfile".
7386
7387 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7388
7389 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
7390 (LDFLAGS): Set to -Xlinker -Ur.
7391
7392 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
7393 Removed, these values are set by lib/gdb.exp.
7394
7395 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
7396
7397 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7398
7399 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
7400 of replicating gdb startup code.
7401
7402 * config/mt-vxworks (LDFLAGS): Set to -r.
7403 (CFLAGS_FOR_TARGET): Removed.
7404
7405 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
7406 (gdb) and gdb for vxworks uses (vxgdb).
7407
7408 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
7409 executable is not in the tree and host != target, use sed and
7410 program_transform_name to determine the gdb name used by the
7411 target.
7412
7413 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
7414 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
7415
7416 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7417
7418 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
7419 floats, chars, and shorts where there are ANSI-style function
7420 definitions.
7421
7422 * gdb.base/langs.exp, gdb.base/langs*: New test.
7423 * gdb.base/Makefile.in: Build it.
7424 * TODO: Remove item about checking that C names don't get C++
7425 demangling applied; this test tests it.
7426
7427 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7428
7429 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
7430 went with the const70 xfail. The xfail went away a year ago.
7431
7432 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
7433
7434 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
7435 for hp300.
7436
7437 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
7438
7439 * gdb.base/a1-selftest.exp: Don't run on hp300.
7440
7441 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7442
7443 * Makefile.in (site.exp): Set host_alias and target_alias as well
7444 as host_triplet and target_triplet.
7445
7446 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7447
7448 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
7449
7450 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
7451 places as other ecoff systems).
7452
7453 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
7454 ultrix.
7455
7456 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7457
7458 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
7459 remove them.
7460 * gdb.base/nodebug.exp: Accept "function" in addition to "text
7461 variable and "variable" in addition to "data variable".
7462 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
7463
7464 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
7465 2.
7466 * gdb.base/list1.c (long_line): Add additional statement at start
7467 of function.
7468 * gdb.base/list.exp (test_forward_search): Update line number to
7469 reflect new statement.
7470
7471 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7472
7473 * gdb.base/signals.exp: Reinitialize searched source directories
7474 after gdb_start call.
7475
7476 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
7477
7478 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
7479 * gdb.stabs/Makefile.in: Likewise.
7480
7481 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
7482 change. Instead split the tests into smaller pieces.
7483 * gdb.disasm/hppa.s: Corresponding changes.
7484
7485 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7486
7487 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7488 Quote ^C when passing it to stty. For some shells ^ is a pipe.
7489
7490 * gdb.base/funcargs.exp: Modify many tests so that every test
7491 either passes or fails. Make some test names unique.
7492
7493 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7494
7495 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
7496 Call stty to set interrupt character.
7497
7498 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
7499 for HP assembler versus GNU assembler based on actual behavior of
7500 $(CC), rather than assuming that $(AS) is always the GNU assembler.
7501
7502 * TODO: Suggest a few more stepping tests.
7503
7504 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
7505
7506 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
7507 restart GDB for h8300 after a continue.
7508 (return): Add pattern to match a29k-udi behavior.
7509 * gdb.base/nodebug.exp: Remove obsolete comment.
7510 * gdb.base/regs.exp: New file, testing of register displays.
7511 * gdb.base/return.exp: Fix typo in reference to $objdir.
7512 * gdb.base/whatis.exp: Always start with a fresh GDB.
7513
7514 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7515
7516 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
7517 higher, these tests generate a lot of output.
7518
7519 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7520
7521 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
7522 code following the catch silently ignored some errors; without the
7523 catch they should be thrown like any other tcl error. Also, the
7524 catch used "" instead of {} which meant all the callers who wanted
7525 to include one of the characters "[]$ had to quote it an extra time.
7526 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
7527 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
7528 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
7529 Remove extra quoting.
7530
7531 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
7532
7533 * gdb.base/commands.exp: Make test names unique; every test either
7534 passes or fails. Update some comments.
7535
7536 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
7537
7538 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7539
7540 The following fixes a FAIL caused by the fact that the alpha stabs
7541 configuration didn't use the ".if alpha" code in weird.def.
7542 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
7543 bit pointer, so the 32 bit version works even on the alpha.
7544 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
7545 Remove the stuff which allowed us to have separate versions for
7546 alpha and everything else.
7547
7548 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
7549 regexp which "info func operator\[\](" is supposed to match. Fix
7550 string to send to GDB. Note that GDB still doesn't work right. Add a
7551 new test for "info func .perator\[\](" which GDB does handle correctly.
7552
7553 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
7554
7555 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7556
7557 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
7558 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
7559 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
7560 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
7561 it makes the tests harder to understand and confuses test-o-matic.
7562 The preferred style is that each test provides a PASS or a FAIL,
7563 and has a unique message (e.g. "continue #54" not just "continue")
7564 which is the same for the pass and the fail.
7565 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7566 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
7567 to lib/gdb.exp.
7568 * gdb.base/printcmds.exp: Use test_print_accept. Remove
7569 prt_accept which was basically the same thing. Likewise for
7570 test_print_reject and prt_reject.
7571 * lib/gdb.exp (test_print_reject): Add some more error message
7572 patterns to match from the former printcmds.exp (prt_reject).
7573 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
7574 One defect of the passcount stuff is that some of it failed to
7575 report XPASS where appropriate.
7576 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
7577 stuff before and after arg in expected pattern.
7578 (test_paddr_operator_functions): Re-do test without print_addr_of;
7579 this is the only test which seems to want extra stuff there.
7580
7581 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7582
7583 * gdb.base/nodebug.exp: Update new tests to reflect improved
7584 wording of gdb output.
7585
7586 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
7587 and "ptype" work on variables in files compiled without -g.
7588 Replaces commented out "maint print msymbol" tests.
7589
7590 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7591
7592 * gdb.base/setvar.c (dummy): Call malloc.
7593
7594 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
7595 losing with the irix4 sed.
7596
7597 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
7598 ALRM" on irix4.
7599
7600 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7601
7602 * TODO: Remove items about corefile.exp testing new exec-file and
7603 backtrace; both are now done. Add items about printing enums.
7604
7605 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7606
7607 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
7608 "get signal $thissig" test fails.
7609
7610 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
7611
7612 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7613
7614 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
7615 compiler warning with dec alpha compiler.
7616
7617 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
7618 extra \n from gdb_test call (this explains why the prompt test
7619 that I removed yesterday was there).
7620 (user_defined_command_test): Remove extra \n and prompt test.
7621
7622 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
7623 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
7624 doesn't exist.
7625 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
7626 Also remove alpha workaround, which turns out to be because
7627 SIGABRT == SIGLOST.
7628
7629 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
7630
7631 * gdb.base/help.exp: Don't test "help show".
7632
7633 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7634
7635 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
7636 "set print address" is on.
7637 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
7638 pass prompt to gdb_test; gdb_test already looks for the prompt.
7639
7640 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
7641
7642 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
7643 was a vestige of the manual TESTSTRATEGY, and the purpose of it
7644 was to make sure that gdb can read a core file. But (a) the "read
7645 the corefile" part didn't make it to a1-selftest.exp, we just
7646 delete the corefile after creating it, and (b) we test reading
7647 corefiles in corefile.exp anyway. Also, this test left around a
7648 xgdb process on Solaris.
7649
7650 * gdb.base/corefile.exp: Also test backtrace.
7651
7652 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
7653
7654 * gdb.base/commands.exp: Test a simple user defined command with
7655 arguments and if/while statements; verify the full user command is
7656 printed by "show user".
7657
7658 * gdb.base/commands.exp: Test if/while commands as part of a
7659 breakpoint command list; verify they appear in breakpoint
7660 information.
7661
7662 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7663
7664 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
7665 than by dividing by zero.
7666
7667 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
7668
7669 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
7670 performing an inferior call with watchpoints enabled.
7671 * gdb.base/watchpoint.c (main): Delete second unnecessary read
7672 call.
7673
7674 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7675
7676 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
7677 of "file" command.
7678
7679 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
7680 Add additional pattern for when "int operator int(void);" appears
7681 in a different order.
7682
7683 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7684
7685 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
7686
7687 * gdb.base/help.exp: Replace most of docstrings for "info signals"
7688 and "signal" with ".*".
7689
7690 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7691
7692 * TODO: Add note about "handle all nostop".
7693
7694 * gdb.base/{sigall.c, sigall.exp}: New test.
7695 * gdb.base/Makefile.in: Add it.
7696
7697 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
7698
7699 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
7700 when invoking GDB, suppresses any windowing interface.
7701
7702 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
7703
7704 * config/sim-gdb: New file, simulator testing support.
7705
7706 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
7707
7708 * gdb.base/interrupt.exp: Test calling func1 twice.
7709
7710 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
7711
7712 * gdb.base/list.exp (test_forward_search): Set timeout higher
7713 when we'll be getting lots of output from gdb.
7714
7715 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
7716 "init_malloc" to after the expect statement. Run it if that
7717 regexp is taken, but also for two others which happen if source
7718 cannot be found.
7719
7720 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7721
7722 * gdb.base/printcmds.exp: New test, for printing register before
7723 program is running.
7724
7725 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7726
7727 * gdb.base/list.exp: Correct some alternate expect patterns
7728 to reflect changes in list1.c.
7729
7730 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7731
7732 * TODO: Add item regarding large frames.
7733
7734 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
7735
7736 * TODO: Remove item about enabling return.exp; it
7737 is enabled. Suggest a few more "return" tests.
7738
7739 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7740
7741 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
7742 anonymous unions.
7743
7744 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7745
7746 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
7747 and pr-5646.o, so "make" is the same as "make all", not "make
7748 pr-4975.o".
7749
7750 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
7751
7752 * gdb.base/list.exp: Adjust expectations to reflect changes in
7753 list1.c.
7754 (test_forward_search): New test proc.
7755 * gdb.base/list1.c (long_line): New function, has long source line.
7756
7757 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
7758
7759 * gdb.base/a1-selftest.exp: Change initial stepping to know about
7760 additional line of code that was added.
7761
7762 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
7763
7764 * gdb.disasm/hppa.s: Break the large branching tests into smaller
7765 tests so as not to overflow expect's input buffers.
7766 * gdb.disasm/hppa.exp: Corresponding changes.
7767
7768 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7769
7770 Beginnings of template debugging tests.
7771 * gdb.c++/templ-info.cc: New file to test for template
7772 debugging capability of the compiler.
7773 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
7774 templ-info.cc.
7775 * gdb.c++/templates.cc: Add explicit template instantiations
7776 to enable compiling with -fno-implicit-templates. Add destructor
7777 and 'value' method to T5 class for template tests.
7778 * gdb.c++/templates.exp: Add testcases for printing of template
7779 types, setting breakpoints on template methods and calling a
7780 template method.
7781
7782 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
7783
7784 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
7785 branch target since some assemblers (gas-2.5) may emit a
7786 relocation for the branch instead of resolving it in the
7787 assembler.
7788
7789 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7790
7791 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
7792 through signal handler.
7793
7794 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7795
7796 * configure.in (*-*-netware): Use config/mt-netware.
7797
7798 * config/mt-netware: New file.
7799 * config/mt-i386-netware: Removed, separate configs for different
7800 netware architectures are no longer needed now that we have
7801 --with-headers.
7802
7803 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7804
7805 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
7806 by the recent changes to use ANSI C arithmetic conversions.
7807
7808 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7809
7810 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
7811 bug involving using inferior_pid to figure out whether to select a
7812 frame.
7813
7814 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
7815
7816 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
7817 match the current disassembler output.
7818
7819 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
7820
7821 * gdb.fortran/exprs.exp: Expect VOID instead of void.
7822 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
7823 types, expect "int" as type of integer values (for now).
7824
7825 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
7826
7827 * gdb.base/commands.exp: New tests for if/while commands.
7828
7829 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
7830
7831 * lib/gdb.exp (runto): Replace sub-pattern for hex value
7832 by .*, since hex values have different syntax in Chill mode.
7833
7834 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7835
7836 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
7837 linefeed from expect pattern for repeated types with indices > 9.
7838
7839 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
7840
7841 First part of Fortran test suite.
7842 * gdb.fortran: New directory.
7843 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
7844
7845 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7846
7847 * gdb.base/default.exp: Update expect pattern for load command
7848 without arguments.
7849
7850 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7851
7852 * configure.in: Change i386 to i[345]86.
7853 * gdb.base/configure.in: Likewise.
7854 * gdb.c++/configure.in: Likewise.
7855 * gdb.chill/configure.in: Likewise.
7856
7857 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
7858
7859 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
7860 patterns, since that is not a valid context for comments.
7861
7862 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
7863
7864 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
7865 repeated types and repeated types with indices > 9.
7866
7867 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
7868
7869 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
7870 2417; old bug has been fixed.
7871
7872 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
7873
7874 * gdb.base/interrupt.exp: When trying to wake up the inferior,
7875 send the newline ourselves instead of assuming gdb_test will do
7876 so when passed an empty input string.
7877
7878 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
7879 stabs testcode.
7880
7881 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7882
7883 * lib/gdb.exp (gdb_test): Don't send anything if the first
7884 argument is an empty string. This makes cases where we want to
7885 match output that is already in expect's buffers (for example,
7886 matching a breakpoint after gdb_run_cmd has been called) work
7887 reliably.
7888
7889 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7890
7891 * config/netware.exp: New file.
7892
7893 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7894
7895 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
7896 the -B and -L prefixes so we can find the debugging stub.
7897
7898 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
7899 there and we are using the gcc from the tree.
7900
7901 * gdb.base/types.c: Removed.
7902
7903 * gdb.base/configure.in: Look for makefile fragments in ../config.
7904 Recognize i386-*-netware.
7905 * gdb.c++/configure.in: Likewise.
7906
7907 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7908
7909 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
7910 the correct TCL syntax.
7911
7912 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7913
7914 * gdb.base/opaque.exp: use runto instead of messing around with
7915 breakpoints. Simplify by using gdb_test.
7916
7917 * gdb.base/bitfields.exp: restart between tests on netware targets
7918 because breakpoints aren't relocated after target death. Run
7919 processes to completion.
7920
7921 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
7922
7923 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
7924
7925 * Makefile.in: Remove extra tabs that confuse some versions
7926 of "make". Use the newly built gdb to test with by default,
7927 rather than the first one in the tester's search path.
7928
7929 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
7930
7931 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
7932
7933 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
7934 condition help.
7935
7936 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7937
7938 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
7939
7940 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
7941 running.
7942 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
7943 * gdb.base/funcargs.exp: Likewise.
7944
7945 * gdb.base/bitfields.exp: Simplify by using gdb_test.
7946 * gdb.base/funcargs.exp: Likewise.
7947
7948 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
7949 message is "".
7950
7951 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7952
7953 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
7954 return,signals,twice}.exp: Handle non-existant binaries
7955 consistantly.
7956
7957 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
7958 * gdb.base/Makefile.in: Don't try to generate a core dump, we
7959 might testing a cross development system.
7960
7961 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7962
7963 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
7964 runtest script is relative to ${srcdir}, not ${rootdir}.
7965
7966 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
7967
7968 * gdb.base/signals.exp: Allow for optionality of breakpoint
7969 address.
7970
7971 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
7972
7973 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
7974
7975 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7976
7977 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
7978 for size_t definition.
7979 * gdb.c++/templates.cc: Likewise
7980
7981 * config/mt-i386-netware: New file.
7982
7983 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
7984 defined.
7985
7986 * gdb.base/Makefile.in: Added support for systems that name core
7987 files by appending "core" to the program name.
7988 * gdb.base/a1-selftest.exp: Likewise.
7989
7990 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7991
7992 * gdb.base/return.exp: Add comment and message for `return double'
7993 test failure on Sparc Solaris.
7994
7995 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
7996
7997 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
7998
7999 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8000
8001 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
8002 from optimizing them away.
8003 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
8004 patterns to include default constructors and assignment operators,
8005 to match gcc versions beyond 2.5.8. Accept any cplus demangling
8006 character in the output of the virtual base pointer.
8007
8008 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8009
8010 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
8011 expression match in print_addr_of to avoid unintented matches.
8012 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
8013 versions up to 2.5.8.
8014
8015 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8016
8017 * gdb.base/list.exp: Tweak alternate pattern for listing of an
8018 included file to run under newer versions of expect.
8019 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
8020 consecutive >'s in templates to accomodate recent cplus-dem.c change.
8021 Remove xfail for the virtual table of BDDHookV.
8022
8023 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8024
8025 * lib/gdb.exp (string_to_regexp): Set a default result.
8026 (default_gdb_start): Fix misleading message.
8027
8028 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
8029
8030 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
8031 Remove all CC, etc definitions.
8032 * config/mt-hpux: New file.
8033 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
8034 (CFLAGS, LDFLAGS): Define.
8035 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
8036
8037 * Makefile.in (site.exp): Don't insert host_os, etc.
8038 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
8039 (distclean): Check existence of subdir.
8040 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
8041 * gdb.base/Makefile.in: General cleanup and simplification.
8042 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8043 to build executables. Use default rule to build .o files.
8044 (EXPECT, RUNTEST, CC): Fix relative pathname.
8045 (site.exp): Don't insert host_os, etc.
8046 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
8047 and/or SIGUSR1 defined.
8048 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
8049 * gdb.c++/Makefile.in: General cleanup and simplification.
8050 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
8051 (CFLAGS): Remove.
8052 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
8053
8054 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
8055
8056 * gdb.base/recurse.exp: Misc changes to get tests running again
8057 after Kung's changes to the watchpoint code.
8058 * gdb.base/watchpoint.exp: Likewise.
8059
8060 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
8061
8062 * lib/gdb.exp (string_to_regexp): Convert {\} also.
8063
8064 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8065
8066 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
8067 * lib/gdb.exp (default_gdb_start): Define.
8068 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
8069 gdb.base/funcargs.exp, gdb.base/opaque.exp,
8070 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
8071 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
8072 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
8073 Don't call gdb_target_udi in between tests.
8074
8075 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8076
8077 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
8078 (which was basically just a local version of the same thing). In
8079 addition to avoiding duplication, gdb_test_exact is faster.
8080 * lib/gdb.exp (gdb_test_exact): Fix typo.
8081
8082 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
8083 don't give an error.
8084
8085 * gdb.base/term.exp: Call delete_breakpoints before starting.
8086
8087 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
8088 (t10): Add comment.
8089
8090 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8091
8092 Reorganization of the GDB Test Suite.
8093
8094 * gdb.base: New directory, contains all the basic tests.
8095 * gdb.c++: New directory, tests specific to C++.
8096 * gdb.chill: New directory, tests specific to Chill.
8097 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
8098 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
8099 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
8100 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
8101 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
8102 t30-31 to chill).
8103 * */gdbme.*: Rename to match appropriate expect scripts.
8104 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
8105 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
8106 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
8107 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
8108 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
8109 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
8110 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
8111 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
8112 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
8113 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
8114 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
8115 gdb.c++/virtfunc.cc: New names of C++ files.
8116 * gdb.chill/chillvars.ch: New name of Chill file.
8117 * gdb.base/configure.in, gdb.c++/configure.in,
8118 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
8119 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
8120 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
8121 * configure.in (configdirs): Update to reflect directory changes.
8122 (target_abbrev): No longer define for any configuration.
8123 * Makefile.in: Cosmetic improvements to header comments.
8124
8125 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8126
8127 Various changes to gdb.t31:
8128
8129 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
8130 * gdbme.ch: Make all key-words and predefineds be upper-case.
8131 * chillvars.exp: Expect key-words and predefinds in upper-case.
8132
8133 * chillvars.exp: Use gdb_test_exact many places.
8134 Change expected output for arrays (which now includes index labels).
8135
8136 * pr-5020.exp, gdme.ch (module PR_5020):
8137 New test, for PR-5020.
8138
8139 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
8140
8141 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
8142 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
8143
8144 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
8145
8146 * Makefile.in: Fix bit-rot in definitions of CHILL,
8147 CHILL_FOR_TARGET and Chill_LIB.
8148 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
8149 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
8150 CHILL, and CHILL_LIB.
8151
8152 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
8153
8154 * Revert the previous changes. Please see Rob's directory
8155 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
8156
8157 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
8158
8159 * Makefile.in, configure.in, config/mips-gdb.exp,
8160 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
8161 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
8162 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
8163 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
8164 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
8165 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
8166 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
8167 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
8168 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
8169 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
8170 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
8171 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
8172 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
8173 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
8174 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
8175 changes from 94Q1.
8176
8177 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
8178
8179 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
8180 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
8181 Rob's new testing fragments.
8182
8183 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
8184
8185 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
8186 lib/gdb.exp: Replace error proc calls with perror.
8187
8188 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
8189
8190 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
8191 version also, match on casted version strings, and match on
8192 gdb startup case where the line numbers might be messed up.
8193
8194 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
8195
8196 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
8197 (CFLAGS): Delete it from here.
8198
8199 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
8200
8201 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
8202
8203 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
8204
8205 * Makefile.in (RUNTEST): Default to just "runtest".
8206
8207 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8208
8209 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
8210 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
8211 the code has been restructured.
8212
8213 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8214
8215 * gdb.t00/default.exp (set write): Allow any number of \r and/or
8216 \n, not just one of each.
8217
8218 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
8219 /bin/cc gives a warning if you do.
8220
8221 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
8222
8223 * gdb.t24/demangle.exp: change expect pattern of
8224 __t10ListS_link1ZUiRCUiPT0
8225
8226 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8227
8228 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
8229 on local variables in recursive functions.
8230
8231 * gdb.t07/Makefile.in: Build the new test.
8232
8233 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8234
8235 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
8236 directly. Instead compare the return values from actual calls.
8237
8238 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
8239
8240 * Makefile.in (check): Set TCL_LIBRARY for runtest.
8241
8242 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8243
8244 * From Peter Schauer with minor modifications.
8245 * gdb.t15/return.exp (return_tests): Handle targets where "return"
8246 stops in mid-line in the caller. Add xfail for returning a float
8247 value on X86 targets.
8248
8249 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8250
8251 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
8252 to avoid expect lossage.
8253 (fmem_LRbug_tests): Likewise.
8254 * gdb.disasm/hppa.s: Corresponding changes.
8255
8256 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
8257 conditions to work with latest dejagnu/expect.
8258
8259 * gdb.t15/funcargs.exp (finish from indirect call): No longer
8260 expected to fail on the PA.
8261 (backtrace in call with trampolines): Explicitly require main
8262 to be frame #1 (no trampolines should show up in backtrace).
8263
8264 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
8265 "continue -expect".
8266 * gdb.t06/break.exp: Likewise.
8267 * gdb.t07/watchpoint.exp: Likewise.
8268 * gdb.t13/bitfields.exp: Likewise.
8269 * gdb.t15/{funcargs,return}.exp: Likewise.
8270 * gdb.stabs/weird.exp: Likewise.
8271 * config/{mips,udi}-gdb.exp: Likewise.
8272
8273 * hppa.sed: Enclose comments within a sed command to avoid
8274 losing with the old OSF1 sed.
8275
8276 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8277
8278 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
8279 sequent dynix.
8280 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
8281 * gdb.t15/funcargs.exp: Conditionally step again to really
8282 finish from marker_call_with_trampolines. Handle the case where
8283 the first step from within call_with_trampolines already steps
8284 us back to main.
8285 * gdb.t15/gdbme.c: Add comment to closing brace of
8286 call_with_trampolines for funcargs.exp.
8287
8288 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8289
8290 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
8291 Fix typo(s).
8292
8293 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8294
8295 * gdb.t07/gdbme.c: More code for watchpoint testing.
8296
8297 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
8298 "Hardware watchpoint" throughout file.
8299 (test_watchpoint_triggered_in_syscall): New test.
8300 (test_complex_watchpoint): New test.
8301
8302 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8303
8304 * gdbme.c (call_with_trampolines): New function to try and step
8305 into. Tests trampoline problems on the PA.
8306
8307 * funcargs.exp (localvars_in_indirect_call): No longer expect
8308 stepping into indirect call to fail on PAs.
8309 (test_stepping_over_trampolines): New test.
8310
8311 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8312
8313 * TODO: Add suggestions for static member function tests, and
8314 completion tests.
8315
8316 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8317
8318 * TODO: Add suggestions for "p/a" tests.
8319
8320 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
8321 (default_gdb_exit): Replace all the hair with sending "quit" to
8322 the process with a simple close.
8323
8324 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8325
8326 * TODO: Add suggestions for shared library tests.
8327
8328 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8329
8330 * TODO: Add suggestions for x/s tests.
8331
8332 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8333
8334 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
8335 "enable once", and "enable breakpoints once" with ".*".
8336
8337 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8338
8339 * TODO: Add suggestions about structure passing tests.
8340
8341 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8342
8343 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
8344 the primary1 test, use work around if __GNUC__ < 2.
8345 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
8346 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
8347 Test for bad output rather than waiting for timeout. Issue
8348 second continue only if first continue failed.
8349
8350 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8351
8352 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
8353 operator[] test with gdb_test because the old code didn't seem to
8354 be getting the quoting right with the new dejagnu.
8355
8356 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
8357
8358 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
8359 one from the path.
8360 * Makefile.in: Use a fresh expect if there is one, use runtest
8361 from the src tree if there is one.
8362
8363 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8364
8365 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
8366 next over recursive call. Revise the tests from that point on
8367 (which had been skipped) to match GDB's actual (correct) output.
8368
8369 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
8370 with next over a breakpoint whose condition is false.
8371
8372 * gdb.t00/help.exp: Comment out "help set print" tests just like
8373 (and for same reason as) "help set" test.
8374
8375 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8376
8377 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
8378 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
8379
8380 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8381
8382 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
8383 necessary gdb_target_udi.
8384
8385 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
8386
8387 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
8388 1838 and 2417; they are fixed.
8389
8390 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
8391 gdb.t03/ptype.exp (ptype structure, ptype union):
8392 Remove xfails; the test is looser than when the xfails were added.
8393
8394 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
8395 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
8396
8397 * gdb.t01/run.exp: Only run shell test if isnative.
8398
8399 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
8400 since "run" automatically loads if necessary. Call gdb_target_udi
8401 after the "file" since "file" kills any execution target.
8402
8403 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
8404 GDB. GDB doesn't work that way (not anymore at least) on UDI.
8405 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
8406 argument for UDI.
8407
8408 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8409
8410 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
8411
8412 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
8413
8414 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8415
8416 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
8417 properly quoting regexps. This makes the second argument to
8418 demangle a fixed string, which matches the callers, instead of a
8419 shell-style pattern which is what the previous implementation
8420 used. Update some of the callers.
8421
8422 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8423
8424 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
8425 (comib_nullified_tests): Fix typo.
8426 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
8427 strings. No longer expected to fail.
8428
8429 * gdb.disasm/hppa.s (addib_tests): Fix typo.
8430 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
8431 strings. No longer expected to fail.
8432
8433 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
8434 string. No longer expected to fail.
8435
8436 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8437
8438 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
8439 No longer expected to fail.
8440
8441 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
8442 string. No longer expected to fail.
8443
8444 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8445
8446 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
8447 only in the names (I probably got most of them). I was even
8448 generous with some which differed in underscores in names, and
8449 probably missed a few, and I *still* was able to remove almost a
8450 third of the file with almost no impact on testsuite coverage.
8451
8452 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8453
8454 * gdb.t00/default.exp: Match udi_attach error message as well as
8455 the one from child_attach.
8456
8457 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
8458
8459 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
8460
8461 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
8462 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
8463
8464 * Move test with enums and partial symbols back to
8465 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
8466 Reverts the change of 26 May 93. Per today's change to
8467 stabs.texinfo, the behavior that weird.exp was expecting was
8468 unreasonable; what is important is that the compiler+gdb get
8469 things right, which happens with a recent gcc. Also fix the test
8470 to deal with native compilers which put out the stab gdb can't
8471 deal with.
8472
8473 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8474
8475 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
8476 in the names. The main thing these accomplish is to slow things down.
8477 Many more such duplicates surely remain.
8478
8479 * gdb.t00/help.exp: Comment out "help support" test just like
8480 (and for same reason as) "help set" test.
8481
8482 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
8483
8484 * gdb.t06/break.exp: Remove setup_xfails for
8485 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
8486 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
8487 about known bug in gcc to include up through 2.5.8.
8488 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
8489 well as "_vb$".
8490 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
8491 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
8492 with latest gcc and gdb.
8493 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
8494 well as "_vb$".
8495
8496 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8497
8498 * configure.in (hppa*-*-*): Also configure and build stabs-only
8499 tests.
8500
8501 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8502
8503 * gdb.t10/hppa.mt: A makefile fragment for the PA.
8504 * gdb.t10/configure.in (hppa*-*-*): Use it.
8505
8506 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8507
8508 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
8509
8510 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8511
8512 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
8513 versions prior to 1.13.5.
8514
8515 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8516
8517 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
8518 the prompt is at the start of a line.
8519
8520 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8521
8522 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
8523 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
8524 in the copr tests now.
8525 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
8526 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
8527 expected to fail.
8528
8529 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
8530
8531 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
8532 gdb.t31/chillvars.exp, lib/gdb.exp:
8533 Tweak to run under either version of expect.
8534 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
8535 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
8536 * gdb.t11/list.exp: Remove extraneous whitespace.
8537
8538 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8539
8540 * gdb.t16/printcmds.exp (test_print_strings): Accept
8541 "(unsigned char *) " before the string.
8542
8543 * TODO: Add notes about printing of fancy types and GDB expressions.
8544
8545 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
8546
8547 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
8548 * gdb.t06/configure.in: Don't try to compile signals test program
8549 if doing mips-idt-ecoff.
8550
8551 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
8552
8553 * Most .exp files: Tweak to run under either version of expect.
8554
8555 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8556
8557 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
8558 xfails; I'm not sure why they are failing, but not because of PR 1806.
8559
8560 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
8561
8562 * config/unix-gdb.exp: Remove gdb_unload cause it's already
8563 defined in lib/gdb.exp.
8564
8565 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8566
8567 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
8568 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
8569 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
8570 have to be typeless.
8571
8572 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8573
8574 * TODO: Add suggestion for copyright year test.
8575
8576 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
8577
8578 * configure.in (*-*-lynxos*): Add stabs tests.
8579
8580 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8581
8582 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
8583 so insert a tab before any assembler directive in column zero.
8584
8585 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
8586 stores.
8587 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
8588 stores.
8589 (fpu_short_memory_tests): Likewise.
8590
8591 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8592
8593 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
8594 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
8595 .stabs directives in comments.
8596
8597 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8598
8599 * TODO: New file, describing tests we could write.
8600 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
8601
8602 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8603
8604 * gdb.t06/signals.exp: Add kludge to force re-sync.
8605
8606 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
8607 to xgdb instead of gdb, get out of gdb.
8608
8609 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
8610
8611 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
8612 for info.
8613
8614 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8615
8616 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
8617 * gdb.stabs/configure.in (hppa*-*-*): Use it.
8618 * gdb.stabs/hppa.sed: New sed script for the PA.
8619
8620 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8621
8622 * gdb.stabs: Re-write weird.def and configuration to use sed
8623 instead of cpp. sed is portable and POSIX; cpp is neither.
8624
8625 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8626
8627 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
8628
8629 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8630
8631 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
8632
8633 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8634
8635 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
8636 "_vb$".
8637 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
8638 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
8639
8640 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8641
8642 * lib/gdb.exp: Comment out code which depends on non-existent
8643 `transform' procedure.
8644
8645 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
8646
8647 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
8648 * lib/gdb.exp: Transform tool name.
8649 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
8650 1.1's new error handling system.
8651
8652 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8653
8654 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
8655
8656 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8657
8658 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
8659 They made pattern matching so slow that timeouts happened on
8660 heavily loaded systems. Now any output from "show print" which
8661 gets us back to the GDB prompt is a PASS.
8662
8663 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
8664
8665 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
8666
8667 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8668
8669 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
8670
8671 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
8672 It is not from PR 3220.
8673
8674 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8675
8676 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
8677 just started failing because they depended on the order the
8678 subcommands are presented, or exact docstring text. This kind of
8679 test is a pain and has minimal benefit.
8680
8681 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8682
8683 * gdb.t09/corefile.exp: At end of test, use "core" command with
8684 no arguments.
8685
8686 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
8687
8688 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
8689 17}/Makefile.in: Make it possible to run the testsuite with Sun
8690 make and CC = cross gcc by adding explicit build rules for .o
8691 files.
8692
8693 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8694
8695 * gdb.t15/funcargs.exp: Don't put comments on same line as
8696 setup_xfail (@#$*%& tcl braindamage!).
8697
8698 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8699
8700 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
8701
8702 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
8703
8704 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
8705 * gdb.t20/inherit.exp: remove three dumplicate entries.
8706
8707 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8708
8709 * gdb.t06/break.exp: For "next over recursive call", fail on any
8710 incorrect output, not just on "factorial (value=2)".
8711
8712 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8713
8714 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
8715 working now. Add an xfail if accesing a bss variable causes
8716 a memory error if the target is not yet run.
8717
8718 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8719
8720 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
8721 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
8722 name of __st* demangling (2 strings). Did Kung really get the
8723 more than 95 others right without testing them?
8724
8725 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
8726
8727 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
8728
8729 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
8730
8731 * configure.in (configdirs): Add gdb.disasm
8732 * gdb.disasm: New directory for GDB disassembler tests.
8733 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
8734
8735 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8736
8737 * gdb.t00/help.exp: Don't test "help set".
8738
8739 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
8740 from within expect statements. None of these happen anymore and
8741 they cause regressions to be silently unnoticed.
8742
8743 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
8744 messages) about known failures with gcc cygnus-2.4.5-930417.
8745
8746 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
8747 comp-info.exp so it gets built if it doesn't exist.
8748
8749 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
8750 it is no longer used.
8751 * gdb.t13/comp-info.c: Removed.
8752
8753 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
8754
8755 * gdb.t06/signals.exp: Add xfail for sun3.
8756
8757 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8758
8759 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
8760 relevant because ^C doesn't get sent but failure can be reproduced
8761 interactively).
8762
8763 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8764
8765 * gdb.stabs/alpha.mt: New configuration file for alpha.
8766 * gdb.stabs/configure.in: Use it.
8767 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
8768 sharing with alpha.mt, redefine long to word via preprocessor.
8769 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
8770 for alpha.
8771 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
8772 native cc.
8773 * gdb.t00/teststrategy.exp: Change expect string so that we
8774 consume the `(xgdb)' from the command echo and from the gdb prompt.
8775 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
8776 gdb currently compares all values as long, so this failure probably
8777 applies to any configuration where LONGEST is bigger than a target int.
8778 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
8779 with gcc.
8780 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
8781 to handle opaque pointers, gcc is.
8782 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
8783 as first argument. Include <sys/types.h> and change all operator
8784 new definitions to use size_t.
8785 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
8786 now that we use size_t.
8787
8788 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8789
8790 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
8791 a long or float array cast all array members to the same type.
8792 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
8793 with 64 bit longs.
8794 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
8795 on alpha.
8796 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
8797
8798 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8799
8800 * gdb.t24 (demangle.exp): Constructors of templates have names like
8801 vector<int>::vector(int) not vector<int>::vector<int>(int). See
8802 section 14.6 of the ARM.
8803
8804 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
8805 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
8806 accomplish little and slow down the testsuite.
8807
8808 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
8809 Accept spaces various places.
8810
8811 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8812
8813 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
8814 with watchpoint enabled.
8815
8816 * Makefile.in: Remove definition of CC and remove the second
8817 definition of CXX (the "CXX = gcc" one remains). These definitions
8818 were causing backquotes to be expanded within backquotes, which
8819 doesn't work.
8820
8821 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
8822
8823 * gdb.t17/callfuncs.exp: Add "return 0" to end.
8824
8825 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8826
8827 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
8828 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
8829 by mips cc and contains no stabs entries.
8830
8831 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
8832
8833 * config/vx-gdb.exp: Use fake device to load files rather than
8834 NFS.
8835 * lib/gdb.exp: New proc to do "file" command.
8836 * config/unix-gdb.exp: Use new "file" proc.
8837
8838 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8839
8840 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
8841 Rework board rebooting slightly.
8842 (gdb_exit): Don't exit from the remote shell; there isn't one.
8843 * gdb.stabs/weird.exp: If a program is being debugged already,
8844 kill it.
8845 * gdb.t04/setvar.exp: Stop and restart gdb.
8846 * gdb.t05/expr.exp: Likewise.
8847 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
8848 restart gdb and reload the program.
8849 * gdb.t08/opaque.exp: Likewise.
8850 * gdb.t12/scope.exp: Likewise.
8851 * gdb.t13/bitfields.exp: Likewise.
8852 * gdb.t15/funcargs.exp: Likewise.
8853 * gdb.t20/classes.exp: Likewise.
8854 * gdb.t03/ptype.exp: Increase timeout.
8855 * gdb.t16/printcmds.exp (test_print_string_constants,
8856 test_print_array_constants): Likewise.
8857 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
8858 * gdb.t20/classes.exp (do_tests): Likewise.
8859 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
8860
8861 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
8862
8863 * gdb.stabs: Renamed *wierd* to *weird*.
8864
8865 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8866
8867 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
8868 for timeout. Add "known gcc 2.4.5 bug" to failure message.
8869
8870 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8871
8872 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
8873 (do_tests): Remove xfail for whatis on one_var and two_var.
8874
8875 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
8876
8877 * Makefile.in: Made cross building work better by adding
8878 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
8879
8880 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8881
8882 * gdb.t15/{return.c,return.exp,Makefile.in}:
8883 New test, currently commented out.
8884
8885 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
8886
8887 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
8888 still running and removes the leftover named socket so GDb can do
8889 clean restarts.
8890
8891 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
8892
8893 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
8894 console, not GDB.
8895 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
8896 cross testing works better with "make check"
8897 * config/unix-gdb: Use default procedures for exit and version.
8898 * config/vx-gdb.exp: Cleaned up and massaged back to working order
8899 with the newest VxWorks.
8900
8901 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8902
8903 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
8904 old form.
8905
8906 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
8907 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
8908
8909 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
8910
8911 * config/unix-gdb.exp: Remove this version of gdb_exit
8912 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
8913 Rob says he'll look at it when he gets back to testing boards.
8914
8915 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
8916
8917 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
8918 an expected fail for certain ptype commands.
8919
8920 * gdb.t20/classes.exp: Update expected results of "ptype class
8921 Base1" to account for the constructor that now appears in the type.
8922
8923 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
8924
8925 * configure.in (configdirs): Restore gdb.t04, which mysteriously
8926 disappeared from list.
8927 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
8928 "alldone" proc with call to cleanup and exit.
8929 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
8930 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
8931 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
8932 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
8933 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
8934 "alldone" proc with simple returns that suppress remaining
8935 tests. The alldone proc went away many months ago.
8936
8937 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8938
8939 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
8940
8941 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
8942
8943 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8944
8945 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
8946 as vax gdb will display them.
8947
8948 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8949
8950 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
8951 optimizers.
8952
8953 * scope.exp: Change "bad value for localval" messages so each one
8954 is unique.
8955
8956 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
8957 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
8958
8959 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
8960
8961 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8962
8963 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
8964 doesn't exist (due to optimization).
8965
8966 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8967
8968 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
8969 contains \r because the filename is long.
8970
8971 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
8972 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
8973
8974 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8975
8976 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
8977 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
8978 Ultrix.
8979 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
8980 int tests.
8981 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
8982
8983 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
8984
8985 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
8986
8987 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
8988 to match does not match the passing case but still matches the
8989 failing case.
8990
8991 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8992
8993 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
8994
8995 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
8996
8997 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
8998 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
8999 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
9000 Remove various versions of gdb_exit.
9001 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
9002 gdb_exit.
9003 * config/unix-gdb.exp: gdb_exit remains here, and should override
9004 the generic version, since it's doing a lot of wierd stuff that
9005 the other versions aren't. FIXME, fold it in, or abandon this
9006 version.
9007
9008 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9009
9010 * gdb.t24/demangle.exp: Add tests for PR 3220.
9011
9012 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9013
9014 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
9015
9016 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
9017
9018 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
9019 "i386-*-*". Works for i486 as well.
9020
9021 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
9022 bug, and expand domain of xfail to all SVR4 systems, since the
9023 actual problem is likely to be in generic SVR4 /proc support.
9024
9025 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9026
9027 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
9028
9029 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
9030
9031 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
9032 xfails for other systems. Match a missing 'Continuing.' as an
9033 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
9034
9035 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
9036 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
9037 Only issue warning for missing executables if -all option is used.
9038
9039 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
9040 file if -all option is used. It's like an unpredictable XFAIL.
9041
9042 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9043
9044 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
9045 for dynamically linked binaries.
9046
9047 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
9048
9049 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9050
9051 * gdb.t20/inherit.exp: Change message for "print tagless struct"
9052 to state that this is a known bug in old versions of g++.
9053
9054 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9055
9056 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
9057 while waiting for `Continuing'.
9058
9059 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
9060
9061 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
9062 in text, data, and bss.
9063 * gdb.t10/nodebug.c: Add local and global test variables for
9064 initialized and uninitialized data.
9065
9066 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9067
9068 * config/unix-gdb.exp (gdb_exit): Add "wait".
9069
9070 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9071
9072 * gdb.t06/signals.exp: xfail the continue from the handler for all
9073 targets.
9074
9075 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
9076 function with watchpoints enabled, the i386 call dummy starts with
9077 a call.
9078
9079 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
9080 386 bsd names its corefiles.
9081
9082 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
9083
9084 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
9085 compilers don't grok it.
9086 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
9087 with small octal ints rather than character constants, which
9088 are signed and might not fit if first promoted to int.
9089
9090 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
9091
9092 * gdb.t09/Makefile.in (clean): Remove corefile.
9093
9094 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9095
9096 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
9097
9098 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9099 and Jim Kingdon (kingdon@cygnus.com)
9100
9101 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
9102 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
9103 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
9104
9105 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9106
9107 * gdb.t17/interrupt.exp: Add xfail for hppa.
9108
9109 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9110
9111 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
9112 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
9113 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
9114 to determine signed-ness of bitfields and use the result to setup
9115 the xfail.
9116 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
9117 * gdb.t15/funcargs.exp: Use them to step until the second indirect
9118 call line is reached if necessary.
9119
9120 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9121
9122 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
9123
9124 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9125
9126 * gdb.t06/break.exp: Also test `clear' command.
9127
9128 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9129
9130 * gdb.t00/teststrategy.exp: Remove extra quote.
9131
9132 * gdb.t07/watchpoint.exp: Change xfail for calling function with
9133 watchpoint enabled to be for all non-68k machines.
9134
9135 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
9136
9137 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9138
9139 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
9140 targets use aout.mt instead of ecoff.mt as gas understands
9141 standard aout format.
9142
9143 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9144
9145 * lib/gdb.exp (runto): Don't insist that function we are running to
9146 was compiled with -g.
9147
9148 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
9149
9150 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
9151 to get back into the read system call.
9152 Accept leading newline in case where we woke it up.
9153
9154 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9155
9156 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
9157 to make the stabs test work on ecoff systems using gcc and -with-stabs.
9158 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
9159 enable ecoff configuration.
9160
9161 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9162
9163 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
9164
9165 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9166
9167 * gdb.t16/printcmds.exp: Add another printf test.
9168
9169 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
9170
9171 * configure.in: If configured -with-stabs on any target, add
9172 stabsdirs to configdirs.
9173
9174 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9175
9176 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
9177 fun" so pattern does not match the command itself.
9178
9179 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9180
9181 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
9182
9183 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9184
9185 * gdb.t17/interrupt.exp: Test for more things.
9186
9187 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9188
9189 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
9190 compiler arranges the code and line numbers.
9191
9192 * gdb.t17/interrupt.exp: Don't send \n after ^C.
9193
9194 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9195
9196 * gdb.t00/help.exp: Increase expect input buffer size.
9197
9198 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9199
9200 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
9201
9202 * gdb.t07/watchpoint.exp: Add xfail for hppa.
9203
9204 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
9205
9206 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
9207 [0-9]*, not just [0-9].
9208
9209 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9210
9211 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
9212
9213 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
9214
9215 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9216
9217 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
9218
9219 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9220
9221 * gdb.t06/signals.c: Add xfails for sun3.
9222
9223 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
9224
9225 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
9226 test_stepping tests.
9227
9228 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9229
9230 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
9231
9232 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
9233
9234 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
9235 rather than actually putting it through cpp twice.
9236
9237 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
9238
9239 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
9240
9241 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
9242 no longer needed.
9243
9244 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9245
9246 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
9247
9248 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
9249 C++ features prints as "struct", make it a pass, not an xfail.
9250
9251 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9252
9253 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
9254 Don't require VA to print as "class" rather than "struct".
9255
9256 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
9257
9258 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
9259
9260 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9261
9262 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
9263
9264 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9265
9266 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
9267 order.
9268
9269 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9270
9271 * gdb.t16/printcmds.exp: Add printf tests.
9272
9273 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
9274
9275 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
9276
9277 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
9278
9279 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
9280 pass counts, to counteract any existing or future setup_xfails.
9281
9282 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9283
9284 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
9285 {BEGIN,END}_COMMON for common block instead of STAB.
9286 * gdb.stabs/wierd.exp: Add xfail for rs6000.
9287
9288 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
9289 intp_var should be N_GSYM not N_LSYM.
9290 wierd-aout.S: Use a label for the value of the N_SO.
9291 wierd.def: Remove all backslashes.
9292 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
9293
9294 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9295
9296 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
9297 get the expected next to inheritance3.
9298
9299 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9300
9301 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
9302 now that gcc-2.4 gets it right.
9303
9304 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9305
9306 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
9307
9308 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
9309 generating comp-info.exp which works for cross-compilation.
9310
9311 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
9312
9313 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
9314 "*-*-sysv4.*".
9315
9316 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
9317
9318 * gdb.t01/run.exp: Start with a fresh gdb.
9319 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
9320 SVR4.x.
9321
9322 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
9323
9324 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
9325 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
9326 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
9327 Makefile.in (distclean, realclean): Remove gdbme.c from list of
9328 things to remove.
9329
9330 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
9331
9332 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
9333 test cases from bug reports.
9334
9335 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
9336
9337 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
9338 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
9339 avoid spurious xfails.
9340 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
9341 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
9342 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
9343
9344 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
9345
9346 * gdb.t00/teststrategy.exp: Rework to provide more useful
9347 description of each test, fix problem with systems that define
9348 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
9349 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
9350 results for "next over recursive call" so timeouts aren't taken
9351 by error.
9352
9353 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
9354
9355 * gdb.t12/scope.exp: Test printing of variables before run.
9356
9357 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
9358 printed in wrong order due to sorting.
9359
9360 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
9361
9362 * gdb.t00/teststrategy.exp: Fix expected results for printing
9363 user entered string constant. Is array of char, prints with no
9364 address.
9365
9366 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
9367 commands.
9368 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
9369 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
9370 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
9371 of struct of char arrays.
9372 * gdb.t00/radix.exp: New tests for radix commands.
9373
9374 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
9375
9376 * gdb.t16/printcmd.exp: Print a variable before running program
9377 (with xfail for AIX).
9378
9379 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
9380
9381 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
9382
9383 * gdb.t16/printcmd.exp: Don't print variables before running program.
9384
9385 * gdb.t06/break.exp: Don't require envp argument to main.
9386
9387 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
9388
9389 * gdb.t02/whatis.exp, gdb.t11/list.exp:
9390 Add xfails for rs6000.
9391
9392 * gdb.t02/whatis.exp: Change other tests not to re-test something
9393 we already tested.
9394
9395 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
9396 each type used has a variable of that type.
9397
9398 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
9399
9400 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
9401
9402 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9403
9404 * configure.in: change srctrigger to be a file, not a directory
9405
9406 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
9407
9408 * configure.in (mips-idt-ecoff*): Added trailing '*'.
9409
9410 * gdb.t11/list.exp: Fixed a couple of typos.
9411
9412 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
9413
9414 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
9415 is fixed and PR is closed.
9416 * gdb.t16 (gdbme.c): Add simple test string variable.
9417 * gdb.t16 (printcmds.exp): Add tests with simple test string
9418 variable, primarily for boundaries on "set print elements".
9419
9420 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
9421
9422 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
9423 Make leading 0's optional and don't expect a tab in the middle
9424 of the number.
9425
9426 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
9427
9428 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
9429 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
9430 don't end command passed to gdb_test with newline.
9431
9432 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
9433 signed keyword away, don't expect signed bitfields to be signed.
9434
9435 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
9436 printing with only as many 1's as are in the field as well as printing
9437 with 32 1's (see comment).
9438
9439 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
9440
9441 * gdb.t00/default.exp: Start with a fresh gdb.
9442 * configure.in (configdirs): Remove gdb.t31 until the chill
9443 compiler works again. It no longer is able to find chillrt0
9444 since it isn't in libchill.a anymore.
9445 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
9446 wierd.o, make more modular.
9447 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
9448 spurious newlines that caused problems.
9449
9450 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9451
9452 * Move test with enums and partial symbols from gdb.t03/ptype.exp
9453 to gdb.stabs/wierd.exp since GCC has worked around the bug.
9454 gdb.stabs/wierd.{exp,def}: Many new tests.
9455
9456 * gdb.t00/default.exp: update info line for new message.
9457
9458 * gdb.t02/{whatis.exp,gdbme.c}:
9459 Test that "char *" doesn't print as "caddr_t".
9460
9461 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9462
9463 * gdb.t00/help.exp: Use .* in place of some help messages which
9464 just changed.
9465 gdb.t00/default.exp: Update "info frame" test for new message.
9466 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
9467 Remove some xfails
9468
9469 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9470
9471 * gdb.t03/{gdbme.c,ptype.exp}:
9472 Add tests for typedef'd struct and union without tags.
9473 Also check "whatis" on a variable of a typedef'd enum without a tag.
9474
9475 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
9476 PRMS 1823; the bug still exists but isn't reproduced by this test
9477 anymore), and remove rs6000 XFAIL (the bug is fixed).
9478
9479 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
9480 duplicated from whatis.exp. For those that are left, accept
9481 "long", "long int", or "int" for long variables (whatis.exp already
9482 has an XFAIL for "int", so no need to fail it here).
9483
9484 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
9485 Deal with GCC's names for types now that GDB uses the compiler's names.
9486
9487 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
9488 setup_xfail's for sunos4. If we #defined the signed keyword away,
9489 don't expect GDB to know that char it is signed.
9490
9491 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
9492
9493 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
9494
9495 * configure.in (configdirs): Add gdb.t24 for C++ tests that
9496 should work on any system, regardless of debugging format.
9497 * gdb.t21/demangle.exp: Move to gdb.t24.
9498 * gdb.t24/demangle.exp: Move from gdb.t21.
9499 * gdb.t24/{Makefile.in, configure.in}: New files.
9500
9501 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9502
9503 * configure.in: Do gdb.stabs and C++ tests only for stabs.
9504 * gdb.stabs: New directory.
9505
9506 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9507
9508 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
9509 not just "Quit anyway?".
9510
9511 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
9512
9513 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
9514 that all setup_xfails are immediately followed by clear_xfails.
9515
9516 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
9517
9518 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
9519 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
9520 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
9521 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
9522 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
9523 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9524 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9525 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
9526 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
9527 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
9528 gdb.t31/chillvars.exp, lib/gdb.exp:
9529 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
9530 bug-gdb@prep.ai.mit.edu.
9531
9532 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
9533
9534 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
9535 with 0.0, not integer 0.
9536
9537 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
9538
9539 * gdb.t06/break.exp: Update for "Kill the program" message change.
9540
9541 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
9542
9543 * Makefile.in (GDBFLAGS): Set to -nx.
9544 * Makefile.in (site.exp): Use GDBFLAGS.
9545
9546 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9547
9548 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
9549 Makefiles.
9550 (check): depend on just-check.
9551 (just-check): added so that tests can be run without a noop
9552 build pass.
9553
9554 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9555
9556 Switch to using configure's configdirs.
9557 * Makefile.in (Makefile): add configure.in dependency.
9558 (SUBDIRS): removed redundant assignment.
9559 * configure.in: switch subdirs assignment to configdirs.
9560 * gdb.t*/configure.in: new files.
9561
9562 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
9563
9564 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
9565 works.
9566
9567 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
9568
9569 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
9570 in explicit rules. Apparently this is not supported by some makes.
9571
9572 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
9573
9574 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
9575
9576 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9577
9578 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
9579 disappeared.
9580
9581 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
9582
9583 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
9584
9585 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
9586
9587 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
9588 watchpoint problem that is now fixed.
9589 * gdb.t30/chexp.exp: Remove setup_xfail for printing
9590 uninitialized convenience variables.
9591 * gdb.t31/chillvars.exp: Fix expected patterns for printing
9592 structures.
9593
9594 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9595
9596 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
9597 which causes expect to get out of sync with gdb on long output
9598 from help set.
9599 * gdb.t09/corefile.exp: Make expected pattern for core file
9600 failing signal and frame output format less sun specific.
9601
9602 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
9603
9604 * gdb.t31/chillvars.exp: Add and remove initial dummy
9605 breakpoint, so that symbol table is forced in.
9606 (Needed at least on Sunos4, though it seems not SVR4.)
9607 * gdb.t31/chillvars.exp: Update for changed output format.
9608
9609 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
9610
9611 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
9612
9613 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
9614
9615 * Makefile.in: Added --srcdir when invoking runtest, removed the
9616 need for a local config file. (optional now)
9617
9618 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
9619
9620 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
9621 failure count used to force early termination. Add some more
9622 expected failures for gnu style demangling.
9623
9624 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9625
9626 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
9627 pmi variable from gdb.t20/gdbme to get optimized away.
9628 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
9629 Check for written corefile upon timeout _and_ eof.
9630
9631 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9632
9633 * config/unix-gdb.exp: Add missing return 0.
9634
9635 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9636
9637 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
9638 test termination.
9639
9640 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
9641
9642 * configure.in (subdirs): Put back gdb.t17 which mysteriously
9643 disappeared.
9644
9645 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
9646
9647 * gdb.t10/crossload.exp: Disable the i860-elf test until such
9648 time as i860 support works.
9649
9650 * gdb.t15/funcargs.exp: Fix expected outputs to include
9651 "backtrace 100\r" rather than just "backtrace\r", to match last
9652 change.
9653
9654 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
9655
9656 * config/udi-gdb.exp (gdb_exit): Remove close command.
9657 (gdb_target_udi): New procedure to set the UDI target.
9658 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
9659 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
9660 Added waits for prompts after several question responses. Added
9661 some more responses used by a29k-amd-udi-gdb.
9662 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
9663 pass different arguments, restart UDI connection after program
9664 completion.
9665 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
9666 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
9667 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
9668 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
9669 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
9670 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
9671 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
9672 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
9673 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
9674 after program completion.
9675 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
9676 compiled with a SELECT_VECS setting.
9677 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
9678 infinite recursion.
9679
9680 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
9681 Added checks for COFF results, and made them expected failures for
9682 all targets. It would be better to make them expected failures
9683 for COFF targets only.
9684
9685 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9686
9687 * Makefile.in: add null dvi target, don't bother to recurse
9688 through test directories for info and install-info; rename
9689 $(datadir) to be dejagnu instead of deja-gnu
9690
9691 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
9692
9693 * gdb.t31/gdbme.ch: Re-enable code that previously caused
9694 compiler to coredump.
9695 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
9696 code.
9697
9698 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
9699
9700 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
9701 coredump.
9702 * gdb.t31/chillvars.exp: Comment out tests that depend on that
9703 code.
9704
9705 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
9706
9707 * gdb.t03/ptype.exp: tests for return code from gdb_test.
9708 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
9709 which in a shell. Deletes xgdb when done.
9710 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
9711 Tests the return from the "set height" or "set width" commands.
9712 Added a few return codes where needed.
9713
9714 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
9715
9716 * Makefile.in (SUBDIRS): Add gdb.t17.
9717 * configure.in (subdirs): Add gdb.t17.
9718 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
9719 files to test gdb's calling of functions in the inferior with
9720 the correct arguments and gdb's ability to retrieve any
9721 result returned.
9722
9723 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
9724
9725 * config/unix-gdb.exp (gdb_exit): Remove close commands that
9726 may be called after gdb goes away. Previous versions of expect
9727 needed these to avoid file descriptor leaks, but they cause
9728 errors with the current revision of expect.
9729 * gdb.t00/gdbvars.exp: Use -re on expected output after
9730 setting sevenbit-strings.
9731 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
9732 to set sevenbit-strings consistent across tests.
9733 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
9734 set sevenbit-strings consistent across tests.
9735
9736 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
9737
9738 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
9739 expected output to match current "expect" expectations.
9740
9741 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
9742
9743 * gdb.t00/default.exp: Change expected output for default "source"
9744 command, to match new gdb behavior which requires a filename to
9745 source.
9746
9747 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
9748
9749 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
9750 expected fail for i486-*-* that misses the marker2 function.
9751 * gdb.t10/crossload.exp (bfddefault): Allow successful
9752 recognition of a format to pass even if no symbols are found.
9753 Explicitly catch failures where the format is not recognized
9754 or is ambiguous, and add the reason to the fail message.
9755 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
9756 the cause is and invalid target and add reason to failure message.
9757 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
9758 elf32-i386, elf32-sparc, and elf32-i860.
9759 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
9760 Set up expected failure for 'filename'::variable scope resolution,
9761 which is now apparently broken on all targets.
9762 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
9763 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
9764 gdb.t23/templates.exp: Change failure for missing binfile into
9765 just a warning.
9766 gdb.t21/demangle.exp: Change all cfront references to 'arm'
9767 references.
9768
9769 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
9770
9771 * gdb.t00/default.exp: Add expected output for default "source"
9772 command, to match new gdb behavior.
9773 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
9774
9775 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
9776
9777 * config/*-gdb.exp: returns an error, rather than exiting on
9778 internal errors.
9779
9780 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
9781
9782 * gdb.t03/gdbme.c: Add pointer to struct variable.
9783 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
9784 referencing struct members.
9785
9786 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
9787
9788 * configure.in (mips-idt-ecoff): New target.
9789 * config/mips-gdb.exp: New file for remote board using MIPS remote
9790 debugging protocol.
9791
9792 * Redid configuration scheme. Removed gdb.t*/configure.in.
9793 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
9794 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
9795 distclean targets. Built executables via .o files. Adjusted
9796 tests to account for source files in $(srcdir) rather than
9797 $(objdir).
9798 * lib/gdb.exp (runto): Don't expect () after the function name,
9799 because it may have arguments.
9800
9801 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
9802
9803 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
9804 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
9805 expected failures for mips-idt-* and mips-sgi-*.
9806 * gdb.t00/default.exp (attach): Kill process if requested.
9807 * gdb.t00/help.exp (help target core, help target): Accept a gdb
9808 that does not read core files.
9809 * gdb.t01/run.exp: Removed checks for exit status code.
9810 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
9811 it is linked in.
9812 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
9813 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
9814 appropriate, rather than doing it by hand.
9815 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
9816 execution.
9817 * gdb.t10/crossload.exp: Kill existing program if needed.
9818 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
9819 appropriate, rather than doing it by hand. Always increase
9820 timeout for this test, not just for VxWorks.
9821
9822 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
9823
9824 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
9825 of Chill STRUCT types and STRUCT values.
9826 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
9827 than "char".
9828 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
9829 struct2): New struct definitions and initializations to test
9830 simple Chill STRUCT types.
9831
9832 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
9833
9834 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
9835 the null byte at the end of strings.
9836 * gdb.t00/default.exp: Make show version insensitive to copyright
9837 date.
9838 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
9839 to avoid dependencies on target char signedness.
9840 * gdb.t16/printcmds.exp: Update expected results for explicitly
9841 unsigned char.
9842 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
9843 now work.
9844 * gdb.t21/demangle.exp: Add many more patterns for template
9845 demangling, most of them being expected failures.
9846 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
9847 string we are matching for, to match on the whole string.
9848 * gdb.t21/demangle.exp: Add many new test strings to demangle,
9849 and fix a whole bunch that had incorrect expected output but were
9850 passing anyway because of the bug in "proc demangle".
9851 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
9852 type.
9853 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
9854
9855 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
9856
9857 * gdb/testsuite: made modifications to testcases, etc., to allow
9858 them to work properly given the reorganization of deja-gnu and the
9859 relocation of the testcases from deja-gnu to a "tool" subdirectory.
9860
9861 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
9862
9863 * gdb/testsuite: Initial creation of gdb/testsuite.
9864 Migrated dejagnu testcases and support files for testing nm to
9865 gdb/testsuite from deja-gnu. These files were moved "as is"
9866 with no modifications. This migration is part of a major overhaul
9867 of dejagnu. The modifications to these testcases, etc., which
9868 will allow them to work with the new version of dejagnu will be
9869 made in a future update.
9870 \f
9871 Local Variables:
9872 mode: indented-text
9873 left-margin: 8
9874 fill-column: 74
9875 version-control: never
9876 End:
This page took 0.248554 seconds and 5 git commands to generate.