2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
2
3 * gdb.cp/local.exp: Accept gcc abi 2.
4
5 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
6
7 * gdb.cp/templates.exp: Accept gcc abi 2.
8
9 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
10
11 * lib/compiler.cc: Remove supports_template_debugging.
12 * gdb.cp/templates.exp: Do not test supports_template_debugging.
13
14 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15
16 * gdb.cp/namespace.exp: Accept gcc abi 2.
17
18 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
19
20 * gdb.cp/method.exp: Accept gcc abi 2.
21
22 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23
24 * gdb.cp/classes.exp: Generate identical results as old version.
25 * gdb.cp/derivation.exp: Likewise.
26 * gdb.cp/overload.exp: Likewise.
27 * gdb.cp/virtfunc.exp: Likewise.
28
29 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
30
31 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
32 mysterious bug with sourceware version of expect.
33
34 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
35
36 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
37 current versions of gcc, including gcc abi 2. Remove gratuitous
38 restart of test program. Use gdb_test_multiple and gdb_test for
39 all tests. Add patterns to xfail missing "const" in "const char *"
40 and kfail PR gdb/1155.
41
42 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
43
44 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
45 current versions of gcc, including gcc abi 2. Remove gratuitous
46 restart of test program. Use gdb_test_multiple and gdb_test for
47 all tests. Add patterns to kfail PR gdb/1498.
48
49 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
50
51 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
52 current versions of gcc, including gcc abi 2. Use "breakpoint"
53 and "continue" instead of restarting the target program. Use
54 gdb_test_multiple and gdb_test for all tests.
55
56 2004-01-01 Mark Kettenis <kettenis@gnu.org>
57
58 * gdb.asm/asm-source.exp: Update copyright year. Link statically
59 for *-*-solaris2*.
60
61 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
62
63 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
64 current versions of gcc, including gcc abi 2. Use "breakpoint"
65 and "continue" instead of restarting the target program several
66 times. Use gdb_test_multiple and gdb_test for all tests.
67
68 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
69
70 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
71 source files.
72
73 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
74
75 * gdb.base/environ.exp: Handle compiling test case from multiple
76 source files.
77
78 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
79
80 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
81
82 2003-12-17 Jim Blandy <jimb@redhat.com>
83
84 * gdb.base/freebpcmd.c: Add copyright notice.
85
86 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
87
88 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
89
90 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
91
92 2003-12-13 Jim Blandy <jimb@redhat.com>
93
94 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
95
96 2003-12-12 Kevin Buettner <kevinb@redhat.com>
97
98 * gdb.asm/frv.inc: New file.
99 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
100
101 2003-12-09 Fred Fish <fnf@redhat.com>
102
103 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
104 functions to break1.c and leave prototypes behind. Add more
105 "set breakpoint NN here" comments.
106 * gdb.base/break1.c: New file.
107
108 * gdb.base/break.exp: Handle compiling test case from multiple
109 source files and change source file references as needed.
110 * gdb.base/completion.exp: Ditto.
111 * gdb.base/condbreak.exp: Ditto.
112 * gdb.base/define.exp: Ditto.
113 * gdb.base/ena-dis-br.exp: Ditto.
114 * gdb.base/info-proc.exp: Ditto.
115 * gdb.base/maint.exp: Ditto.
116 * gdb.base/until.exp: Ditto.
117
118 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
119 hardcoded line numbers.
120 * gdb.base/define.exp: Ditto.
121 * gdb.base/ena-dis-br.exp: Ditto.
122 * gdb.base/maint.exp: Ditto.
123 * gdb.base/until.exp: Ditto.
124
125 * gdb.base/completion.exp: Use "break1" for completion tests since
126 "break" is no longer a unique prefix.
127
128 2003-12-06 Andrew Cagney <cagney@redhat.com>
129
130 * gdb.base/structs.exp (test_struct_returns): When applicable, set
131 "return_value_unimplemented". When an unimplemented struct return
132 architecture, report incorrect values as a KFAIL
133
134 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
135
136 * gdb.cp/rtti.exp: Accept new wording of warning from
137 cp_lookup_rtti_type.
138
139 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
140
141 Partial fix for PR testsuite/1456.
142 * gdb.base/scope.exp (test_at_main): Replace references to
143 gcc_compiled with calls to test_compiler_info.
144 (test_at_foo): Likewise.
145 (test_at_bar): Likewise.
146
147 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
148
149 Partial fix for PR testsuite/1456.
150 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
151 to test_compiler_info.
152
153 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
154
155 * gdb.base/so-impl-ld.exp: Update copyright notice.
156
157 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
158
159 Partial fix for PR testsuite/1456.
160 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
161 to test_compiler_info.
162
163 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
164
165 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
166 from current versions of gdb. Clean up regular expressions.
167 Delete redundant timeout case.
168
169 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
170
171 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
172 from current versions of gdb. Clean up regular expressions.
173 Delete redundant timeout case.
174
175 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
176
177 Partial fix for PR testsuite/1456.
178 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
179 gcc_compiled with call to test_compiler_info.
180
181 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
182
183 Partial fix for PR testsuite/1456.
184 * gdb.base/list.exp (test_list_function): Delete unused declaration
185 of gcc_compiled.
186
187 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
188
189 Partial fix for PR testsuite/1456.
190 * gdb.base/complex.exp: Replace reference to gcc_compiled with
191 call to test_compiler_info.
192
193 2003-11-29 Mark Kettenis <kettenis@gnu.org>
194
195 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
196 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
197 it to create the appropriate note.inc.
198 * gdb.asm/asmsrc1.s: Include "note.inc".
199 * gdb.asm/netbsd.inc: New file.
200 * gdb.asm/empty.inc: New file.
201
202 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
203
204 Partial fix for PR testsuite/1456.
205 * gdb.base/constvars.exp: Replace references to gcc_compiled with
206 calls to test_compiler_info.
207
208 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
209
210 Partial fix for PR testsuite/1456.
211 * gdb.base/volatile.exp: Replace references to gcc_compiled with
212 calls to test_compiler_info.
213
214 2003-11-27 Mark Kettenis <kettenis@gnu.org>
215
216 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
217 pattern for the KFAILs.
218
219 2003-11-25 Adam Fedor <fedor@gnu.org>
220
221 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
222 * gdb.objc/objcdecode.m: New file.
223
224 2003-11-25 Adam Fedor <fedor@gnu.org>
225
226 * gdb.objc/nondebug.exp: Test for PR objc/1236.
227 * gdb.objc/nondebug.m: New file.
228
229 2003-11-26 Ben Elliston <bje@wasabisystems.com>
230
231 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
232 NetBSD as it does on FreeBSD. Modelled on a similar change by
233 Mark Kettenis on 2003-05-30.
234 (link-flags): Set to "--entry _start" regardless of target.
235 Special linker flags are to be appended to $link-flags.
236 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
237
238 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
239
240 * gdb.cp/method.exp: Accept output of new demangler.
241
242 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
243
244 * gdb/class2.exp: New file.
245 * gdb/class2.cc: New file.
246
247 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
248
249 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
250 of new demangler.
251
252 2003-11-23 Mark Kettenis <kettenis@gnu.org>
253
254 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
255 of gdb_test "run".
256
257 2003-11-23 Mark Kettenis <kettenis@gnu.org>
258
259 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
260 "continue" into "run".
261
262 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
263
264 Partial fix for PR testsuite/1456.
265 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
266 call to test_compiler_info.
267 * gdb.cp/ctti.exp: Likewise.
268 * gdb.cp/derivation.exp: Likewise.
269 * gdb.cp/member-ptr.exp: Likewise.
270 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
271 reference to gcc_compiled.
272
273 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
274
275 Fix PR testsuite/1463.
276 * gdb.base/structs.exp (start_structs_test): Call
277 get_debug_format before using the debug format.
278
279 2003-11-22 Andrew Cagney <cagney@redhat.com>
280
281 * lib/gdb.exp (gdb_test_multiple): Add simple example.
282 * gdb.base/structs.exp: Use gdb_test_multiple.
283
284 2003-11-20 Andrew Cagney <cagney@redhat.com>
285
286 * gdb.base/structs.exp: Handle and recover from internal errors.
287 Replace "foo${n}" with "foo<n>" in test messages.
288
289 * gdb.base/structs.exp: Update copyright. Rewrite.
290 * gdb.base/structs.c: Update copyright. Rewrite.
291
292 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
293 resync count exceeded.
294
295 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
296 from the internal error.
297 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
298 Original from Jim Blandy.
299 (gdb_test_multiple): Use gdb_internal_error_resync.
300
301 2003-11-19 Andrew Cagney <cagney@redhat.com>
302
303 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
304 KFAIL.
305
306 2003-11-17 Mark Kettenis <kettenis@gnu.org>
307
308 New testcase for PR backtrace/1435.
309 * gdb.arch/i386-unwind.exp: New file.
310 * gdb.arch/i386-unwind.c: New file.
311
312 2003-11-17 Andrew Cagney <cagney@redhat.com>
313
314 * lib/gdb.exp (compiler_info): New global.
315 (test_compiler_info): New function.
316 (get_compiler_info): Set compiler_info.
317 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
318 "compiler_info" to gcc-<major>-<minor>.
319
320 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
321
322 * gdb.trace/configure: Remove.
323
324 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
325
326 * gdb.base/break.c: Add comments to aid finding line numbers for
327 breakpoints.
328 * gdb.base/break.exp: Remove all references to explicit line
329 numbers.
330
331 2003-11-11 Nick Clifton <nickc@redhat.com>
332
333 * gdb.base/shreloc.exp: Do not run for targets which do not
334 support shared objects.
335
336 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
337
338 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
339 Don't run tests if nofileio flag is given.
340
341 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
342
343 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
344 as well as 'Watchpoint'.
345
346 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
347
348 Reported by Jim Ingham <jingham@apple.com>:
349 * gdb.base/annota1.exp: Match at least one occurrence of the
350 signal handler annotation.
351
352 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
353
354 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
355 as well as 'Watchpoint'.
356
357 2003-11-05 Michael Chastain <mec@shout.net>
358
359 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
360
361 2003-11-03 Kris Warkentin <kewarken@qnx.com>
362
363 * gdb.arch/gdb1291.c: New test file.
364 * gdb.arch/gdb1291.exp: New test script.
365 * gdb.arch/gdb1431.c: New test file.
366 * gdb.arch/gdb1431.exp: New test script.
367
368 2003-10-22 Michael Chastain <mec@shout.net>
369
370 * gdb.mi/pthreads.c: Add copyright notice.
371
372 2003-10-22 Michael Chastain <mec@shout.net>
373
374 * gdb.threads/pthreads.c: Add copyright notice.
375
376 2003-10-20 Michael Chastain <mec@shout.net>
377
378 * gdb.base/gdb1056.exp: New test script.
379
380 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
381
382 * gdb.threads/killed.exp: Use gdb_run_cmd.
383
384 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
385
386 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
387 create a core file.
388 * gdb.threads/gcore-thread.exp: Likewise.
389
390 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
391
392 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
393 type, based on char type.
394 (struct bit_flags_short_t): New bitfield type, based on short type.
395 (init_bit_flags_char): New fuction.
396 (init_bit_flags_short): Ditto.
397 (print_bit_flags_char): Ditto.
398 (print_bit_flags_short): Ditto.
399 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
400
401 2003-10-11 Michael Chastain <mec@shout.net>
402
403 * gdb.base/call-rt-st.exp: Update copyright year.
404
405 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
406
407 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
408 * gdb.disasm/sh3.s: Ditto.
409
410 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
411
412 * gdb.threads/switch-threads.exp: New test.
413 * gdb.threads/switch-threads.c: New source file.
414
415 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
416
417 * gdb.base/ending-run.exp: Add sh specific case.
418
419 2003-10-06 Andrew Cagney <cagney@redhat.com>
420
421 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
422 * gdb.disasm/mn10200.exp: Delete obsolete file.
423
424 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
425
426 * ChangeLog: Correct an entry command.exp -> commands.exp.
427 * gdb.base/commands.exp (bp_deleted_in_command_test)
428 (temporary_breakpoint_commands): Check noargs.
429
430 2003-09-25 David Carlton <carlton@kealia.com>
431
432 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
433 of some print tests, where appropriate. Add tests for C::D::cd,
434 E::ce, F::cXfX, G::XgX.
435 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
436
437 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
438
439 * lib/java.exp (java_init): Import target_alias before using it.
440
441 2003-09-25 David Carlton <carlton@kealia.com>
442
443 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
444
445 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
446
447 * gdb.base/selftest.exp: Accomodate more instruction reordering
448 weirdness.
449
450 2003-09-17 Michael Chastain <mec@shout.net>
451
452 * gdb.cp/gdb1355.exp: New file.
453 * gdb.cp/gdb1355.c: New file.
454
455 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
456
457 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
458 * gdb.asm/sh.inc: New file.
459
460 2003-09-11 David Carlton <carlton@kealia.com>
461
462 * gdb.cp/namespace.exp: Add tests for namespace types.
463 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
464 (test_namespace): New.
465
466 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
467
468 * gdb.base/relocate.exp: Handle new gdb output at startup.
469 * gdb.stabs/weird.exp: Ditto.
470
471 2003-09-08 Michael Chastain <mec@shout.net>
472
473 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
474
475 2003-09-07 Michael Chastain <mec@shout.net>
476
477 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
478 'parse error'.
479
480 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
481
482 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
483
484 2003-08-30 Michael Chastain <mec@shout.net>
485
486 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
487 * gdb.gdb/observer.exp: Ditto.
488 * gdb.gdb/xfullpath.exp: Ditto.
489
490 2003-08-29 Mark Kettenis <kettenis@gnu.org>
491
492 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
493 *-*-*bsd*.
494
495 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
496
497 * gdb.base/dump.exp: Skip for ia64.
498
499 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
500
501 * gdb.asm/asm-source.exp: Add ia64 support.
502 * gdb.asm/ia64.inc: New file.
503
504 2003-08-22 Michael Chastain <mec@shout.net>
505
506 * gdb.cp: New directory.
507 * gdb.cp/*: Copy from gdb.c++/*.
508 * gdb.c++/*: Remove.
509 * Makefile.in: Change gdb.c++ to gdb.cp.
510 * configure.in: Ditto.
511 * configure: Regnerate.
512
513 2003-08-18 Mark Kettenis <kettenis@gnu.org>
514
515 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
516 * gdb.arch/i386-prologue.c (gdb1338): Add function.
517
518 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
519
520 * mi-var-display.exp (-var-list-children weird): Accept function
521 pointers with argument types.
522 * mi1-var-display.exp (-var-list-children weird): Likewise.
523 * mi2-var-display.exp (-var-list-children weird): Likewise.
524
525 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
526
527 * gdb.base/annota3.exp: Add missing newline.
528
529 2003-08-06 Michael Chastain <mec@shout.net>
530
531 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
532
533 2003-08-12 Michael Snyder <msnyder@redhat.com>
534
535 * gdb.base/float.exp: Add test for SH.
536
537 2003-08-10 Mark Kettenis <kettenis@gnu.org>
538
539 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
540
541 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
542
543 * gdb.base/completion.exp: Remove reduntant completion test
544 on filename.
545
546 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
547
548 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
549 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
550 gdb.trace/save-trace.exp: Make sure that full pathnames are
551 escaped correctly.
552
553 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
554
555 * configure.in: Don't generate config.h from config.hin.
556 * configure: Regenerate.
557 * config.hin: Remove file.
558 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
559 * gdb.threads/pthreads.c: Ditto.
560
561 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
562
563 From Kei Sakamoto <sakamoto.kei@renesas.com>:
564 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
565 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
566 Replace ld24 with seth/add3.
567
568 2003-08-02 Andrew Cagney <cagney@redhat.com>
569
570 * gdb.base/annota3.exp: New file.
571 * gdb.base/annota3.c: New file.
572 * gdb.c++/annota3.exp: New file.
573 * gdb.c++/annota3.cc: New file.
574
575 2003-07-29 Michael Chastain <mec@shout.net>
576
577 * gdb.threads/tls.c (spin): Check errno only if sem_wait
578 actually failed.
579 (do_pass): Likewise.
580 * gdb.threads/tls.exp: Always initialize no_of_threads.
581
582 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
583
584 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
585 pattern.
586 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
587 * gdb.threads/tls.exp: Recognize one case of the host library not
588 supporting TLS.
589
590 2003-07-27 Andrew Cagney <cagney@redhat.com>
591
592 * gdb.base/fileio.exp: Use SH when running commands using
593 remote_exec.
594
595 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
596
597 From Kei Sakamoto <sakamoto.kei@renesas.com>:
598 * gdb.base/relocate.c (dummy): New padding array.
599
600 2003-07-22 Michael Snyder <msnyder@redhat.com>
601
602 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
603
604 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
605 patterns to be more general, accepting old and new output.
606 Some output chars (such as '+') also must be quoted.
607 Some addresses are displayed numerically instead of
608 symbolically.
609
610 2003-07-23 Michael Snyder <msnyder@redhat.com>
611
612 * gdb.base/return2.exp: Don't test long-long return.
613
614 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
615 * gdb.disasm/t01_mov.exp: Ditto.
616 * gdb.disasm/t02_mova.s: Ditto.
617 * gdb.disasm/t02_mova.exp: Ditto.
618 * gdb.disasm/t03_add.s: Ditto.
619 * gdb.disasm/t03_add.exp: Ditto.
620 * gdb.disasm/t04_sub.s: Ditto.
621 * gdb.disasm/t04_sub.exp: Ditto.
622 * gdb.disasm/t05_cmp.s: Ditto.
623 * gdb.disasm/t05_cmp.exp: Ditto.
624 * gdb.disasm/t06_ari2.s: Ditto.
625 * gdb.disasm/t06_ari2.exp: Ditto.
626 * gdb.disasm/t07_ari3.s: Ditto.
627 * gdb.disasm/t07_ari3.exp: Ditto.
628 * gdb.disasm/t08_or.s: Ditto.
629 * gdb.disasm/t08_or.exp: Ditto.
630 * gdb.disasm/t09_xor.s: Ditto.
631 * gdb.disasm/t09_xor.exp: Ditto.
632 * gdb.disasm/t10_and.s: Ditto.
633 * gdb.disasm/t10_and.exp: Ditto.
634 * gdb.disasm/t11_logs.s: Ditto.
635 * gdb.disasm/t11_logs.exp: Ditto.
636 * gdb.disasm/t12_bit.s: Ditto.
637 * gdb.disasm/t12_bit.exp: Ditto.
638 * gdb.disasm/t13_otr.s: Ditto.
639 * gdb.disasm/t13_otr.exp: Ditto.
640
641 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
642
643 * gdb.threads/tls.exp :Add kfail for 'info address' case.
644
645 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
646
647 * gdb.threads/tls.c : New file.
648 * gdb.threads/tls.exp : New file.
649 * gdb.threads/tls-main.c : New file.
650 * gdb.threads/tls-shared.c : New file.
651 * gdb.threads/tls-shared.exp : New file.
652
653 2003-07-22 Andreas Schwab <schwab@suse.de>
654
655 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
656
657 2003-07-20 Andreas Schwab <schwab@suse.de>
658
659 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
660 due to insn reordering.
661
662 2003-07-15 Andrew Cagney <cagney@redhat.com>
663
664 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
665
666 2003-07-15 Michael Chastain <mec@shout.net>
667
668 * gdb.base/gdb1250.exp: New file.
669 * gdb.base/gdb1250.c: New file.
670
671 2003-07-09 Michal Ludvig <mludvig@suse.cz>
672
673 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
674 expansion of size_t to 'unsigned long', not only to 'unsigned'.
675
676 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
677
678 * gdb.threads/tls.c: New file.
679 * gdb.threads/tls.exp: New file.
680 * gdb.threads/tls-main.c: New file.
681 * gdb.threads/tls-shared.c: New file.
682 * gdb.threads/tls-shared.exp: New file.
683
684 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
685
686 * gdb.base/annota1.exp: Make sure that we properly escape the
687 full path of the source file. Xfail more permissive patterns,
688 due to a compiler debug info problem.
689
690 2003-07-07 Andreas Schwab <schwab@suse.de>
691
692 * gdb.asm/m68k.inc: New file.
693 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
694
695 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
696 arguments"): Also match negative number.
697
698 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
699
700 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
701
702 * gdb.base/store.c (charest): New typedef.
703 (add_char): Rename to add_charest, update.
704 (wack_char): Rename to wack_charest, update types. Return l + r
705 to keep r live across the call.
706 (wack_short, wack_int, wack_long, wack_longest, wack_float)
707 (wack_double, wack_doublest): Return l + r to keep r live across
708 the call.
709 * gdb.base/store.exp: Accomodate store.c changes.
710
711 2003-06-30 David Carlton <carlton@kealia.com>
712
713 * gdb.c++/maint.exp (test_invalid_name): New.
714 (test_first_component): Add tests for invalid names.
715
716 2003-06-29 Michael Chastain <mec@shout.net>
717
718 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
719 output of '<VTT for class>' for virtual base classes.
720
721 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
722
723 * gdb.base/completion.exp: Tab-complete "complet" instead of
724 "compl".
725 * gdb.base/complex.exp, gdb.base/complex.c: New files.
726
727 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
728
729 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
730 * gdb.base/volatile.exp: Likewise.
731
732 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
733
734 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
735 gdb/1265.
736
737 2003-06-28 Michael Chastain <mec@shout.net>
738 Daniel Jacobowitz <drow@mvista.com>
739
740 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
741 initial line count of 'captured_main' from 26 to 32.
742 (test_with_self): Allow xmalloc call to be interleaved with the
743 preceding two lines.
744
745 2003-06-24 Joel Brobecker <brobecker@gnat.com>
746
747 * gdb.base/bang.exp: New testcase.
748
749 2003-06-23 Joel Brobecker <brobecker@gnat.com>
750
751 * gdb.base/langs.exp: Add some tests for the "minimal" language
752 support.
753
754 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
755
756 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
757 the testcase.
758
759 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
760
761 * gdb.base/relocate.exp: Test add-symbol-file with a variable
762 offset.
763
764 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
765
766 * gdb.c++/pr-1210.cc: New file.
767 * gdb.c++/pr-1210.exp: New file.
768
769 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
770
771 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
772 000-exec-continue.
773
774 2003-06-15 Mark Kettenis <kettenis@gnu.org>
775
776 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
777 on *-*-*bsd* instead of *-*-freebsd*.
778
779 2003-06-14 Andrew Cagney <cagney@redhat.com>
780
781 * gdb.base/store.exp: Test longest and doublest. Test all
782 parameters. Weaken return statement match.
783 * gdb.base/store.c: Add longest and doublest - aka long long and
784 long double functions. Put all parameters into local register
785 variables. Use negative values.
786
787 2003-06-14 Andrew Cagney <cagney@redhat.com>
788
789 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
790 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
791 exit status.
792 * gdb.base/fileio.exp: Disable target when nointerrupts and
793 noinferiorio, instead of limiting it to remote. Use remote_exec
794 instead of system.
795
796 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
797
798 * gdb.base/float.exp: Add ia64 support.
799
800 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
801
802 * gdb.base/fileio.exp: Run only on remote targets.
803
804 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
805
806 * gdb.base/fileio.c: New file, testing File-I/O.
807 * gdb.base/fileio.exp: Ditto.
808
809 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
810
811 * gdb.base/shreloc.exp: New file, check symbol values obtained from
812 shared objects after relocation at load time (gdb PR/1132).
813 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
814 as above, part of the shared object relocation test.
815
816 2003-06-08 Mark Kettenis <kettenis@gnu.org>
817
818 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
819 fully filled history list.
820 * gdb.base/gdb_history: New file.
821
822 * gdb.base/signals.exp: XFAIL "continue to func1" on
823 i*86-*-freebsd*.
824
825 * gdb.base/attach.exp: When trying to attach to a nonexistent
826 process, make it possible to specify the PID based on the target,
827 and do so for *-*-freebsd*.
828
829 2003-06-02 Richard Henderson <rth@redhat.com>
830
831 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
832
833 2003-06-02 Richard Henderson <rth@redhat.com>
834
835 * gdb.base/selftest.exp: Next over lim_at_start initialization.
836
837 2003-06-02 Richard Henderson <rth@redhat.com>
838
839 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
840
841 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
842
843 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
844 of globalvar.
845
846 2003-06-01 Mark Kettenis <kettenis@gnu.org>
847
848 * gdb.asm/asm-source.exp: Check for memory read errors in
849 disassembler test on *BSD too.
850
851 2003-06-01 Richard Henderson <rth@redhat.com>
852
853 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
854 for .frame.
855 (gdbasm_call): Lose ldgp.
856 (gdbasm_startup): Add frame information.
857 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
858
859 2003-05-31 Mark Kettenis <kettenis@gnu.org>
860
861 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
862 i?86-*-*.
863
864 2003-05-30 Mark Kettenis <kettenis@gnu.org>
865
866 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
867 FreeBSD.
868
869 2003-05-29 Richard Henderson <rth@redhat.com>
870
871 * gdb.asm/alpha.inc: New file.
872 * gdb.asm/asm-source.exp: Use it.
873
874 2003-05-29 Jim Blandy <jimb@redhat.com>
875
876 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
877 'core.PID'.
878
879 2003-05-22 Jim Blandy <jimb@redhat.com>
880
881 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
882 backtrace.
883
884 2003-05-20 David Carlton <carlton@math.stanford.edu>
885
886 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
887 this time.
888
889 2003-05-19 David Carlton <carlton@bactrian.org>
890
891 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
892 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
893
894 2003-05-19 David Carlton <carlton@bactrian.org>
895
896 * gdb.c++/namespace.exp: Add namespace scope and anonymous
897 namespace tests.
898 Bump copyright date.
899 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
900 (main): Call C::D::marker2.
901 * gdb.c++/namespace1.cc: New file.
902
903 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
904
905 Roland McGrath <roland@redhat.com>
906 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
907 there is no manager thread.
908
909 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
910
911 * gdb.threads/schedlock.exp: Remove assumption that all threads
912 will run in a particular small time slice. Also ensure we break
913 in one of the child threads rather than the main thread.
914
915 2003-05-07 Jim Blandy <jimb@redhat.com>
916
917 Add support for assembly source testing on the s390x.
918 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
919 architecture.
920 * gdb.asm/s390x.inc: New file.
921
922 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
923 succession of 'if' statements.
924
925 2003-05-05 Andrew Cagney <cagney@redhat.com>
926
927 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
928
929 2003-05-05 Andrew Cagney <cagney@redhat.com>
930
931 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
932 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
933
934 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
935
936 * gdb.base/charset.exp: Update based on new behavior of set/show
937 charset commands.
938
939 2003-05-01 Andrew Cagney <cagney@redhat.com>
940
941 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
942 variable do not give memory errors.
943
944 2003-04-30 Adam Fedor <fedor@gnu.org>
945
946 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
947 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
948 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
949 gdb.objc/basicclass.m: : New files
950
951 * lib/gdb.exp (gdb_compile_objc): New procedure.
952
953 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
954
955 * gdb.base/signals.exp: Make backtrace tests more specific.
956
957 2003-04-23 David Carlton <carlton@bactrian.org>
958
959 * gdb.c++/maint.exp (test_first_component): Add tests for
960 'operator' in more locations.
961
962 2003-04-16 Kevin Buettner <kevinb@redhat.com>
963
964 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
965
966 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
967
968 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
969 func marke' instead. Update test name.
970
971 2003-04-15 David Carlton <carlton@math.stanford.edu>
972
973 * gdb.c++/maint.exp: New file.
974
975 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
976
977 * gdb.threads/schedlock.c: Change type of thread function argument
978 to long, to avoid warnings on 64-bit platforms.
979
980 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
981
982 * gdb.base/attach.exp: Add new message from ptrace in case of
983 attaching to nonexistent process.
984
985 2003-04-11 Jim Blandy <jimb@redhat.com>
986
987 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
988 gdb.c++/userdef.cc: Place comments on the lines to which the
989 marker function might return.
990 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
991 gdb.c++/userdef.exp: Look for those comments to check that we've
992 returned to the right place, instead of checking line numbers.
993
994 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
995
996 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
997 match on sourcefile name, instead of directory name.
998
999 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
1000
1001 * gdb.base/completion.exp: Use string_to_regexp to match the
1002 working directory name.
1003
1004 2003-04-09 Jim Blandy <jimb@redhat.com>
1005
1006 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1007 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
1008 after an inferior function call, report the failure, but allow the
1009 test to continue.
1010
1011 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1012
1013 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1014 with -DPROTOTYPES.
1015
1016 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1017
1018 * gdb.base/break.exp: Revert last patch.
1019
1020 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
1021
1022 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1023 with -DPROTOTYPES.
1024
1025 2003-04-02 Andrew Cagney <cagney@redhat.com>
1026
1027 * gdb.base/callfuncs.exp: Make "print add" messages unique.
1028 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
1029 matching directories by the name breakpoint.
1030 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
1031 Make "continue to marker1" consistent.
1032 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
1033 message consistent.
1034 * lib/gdb.exp: Put "the program is no longer running", and "the
1035 program exited" in parenthesis.
1036 * lib/mi-support.exp: Ditto.
1037
1038 2003-04-02 Bob Rossi <bob_rossi@cox.net>
1039
1040 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
1041
1042 2003-03-29 Andrew Cagney <cagney@redhat.com>
1043
1044 * gdb.base/sizeof.c (main): Print the value of '\377'.
1045 * gdb.base/sizeof.exp: Check the sign of '\377'.
1046
1047 2003-03-27 Michael Chastain <mec@shout.net>
1048
1049 * gdb.base/gdb1090.exp: New file.
1050 * gdb.base/gdb1090.cc: New file.
1051
1052 2003-03-27 J. Brobecker <brobecker@gnat.com>
1053
1054 * gdb.gdb/observer.exp: New regression test.
1055
1056 2003-03-27 Michael Chastain <mec@shout.net>
1057
1058 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
1059 * gdb.base/ptype.exp: Likewise.
1060
1061 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
1062
1063 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
1064
1065 2003-03-26 Michael Chastain <mec@shout.net>
1066
1067 * gdb.base/ptype.exp: Actually use some typedef'd types.
1068
1069 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
1070
1071 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
1072 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
1073
1074 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1075
1076 * gdb.base/default.exp: Fix regular expression.
1077
1078 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1079
1080 * gdb.base/args.exp: Fix regular expression.
1081
1082 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1083
1084 * gdb.base/help.exp: Allow Win32 child process.
1085
1086 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1087
1088 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
1089 when stepping out of main().
1090
1091 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1092
1093 * gdb.base/default.exp: Check for win32 specific message when calling
1094 "run" without executable.
1095
1096 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1097
1098 * gdb.base/args.exp: Expect .exe in output.
1099
1100 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1101
1102 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
1103 Cygwin native.
1104
1105 2003-03-17 Andrew Cagney <cagney@redhat.com>
1106
1107 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
1108 vector registes.
1109 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
1110 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
1111
1112 2003-03-17 David Carlton <carlton@math.stanford.edu>
1113
1114 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
1115 test, for PR breakpoints/38.
1116 Call test_watchpoint_and_breakpoint.
1117 * gdb.base/watchpoint.c (func3): New function.
1118 (main): Call func3.
1119
1120 2003-03-04 David Carlton <carlton@math.stanford.edu>
1121
1122 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
1123 Garply<Garply<char> >:: garply".
1124 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
1125 with respect to PR c++/1111; note also PR c++/1113.
1126 (test_template_breakpoints): KFAIL "constructor breakpoint" with
1127 respect to PR c++/1062.
1128 KFAIL "destructor breakpoint" with respect to PR c++/1112.
1129
1130 2003-03-03 David Carlton <carlton@math.stanford.edu>
1131
1132 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
1133 with respect to PR c++/57.
1134 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
1135 c++/826.
1136 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
1137 respect to PR c++/57.
1138
1139 2003-03-03 David Carlton <carlton@math.stanford.edu>
1140
1141 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
1142 respect to PR c++/33 into FAILs.
1143
1144 2003-03-03 Michael Chastain <mec@shout.net>
1145
1146 * configure.in: Update copyright years.
1147
1148 2003-03-03 Michael Chastain <mec@shout.net>
1149
1150 * Makefile.in: Update copyright years.
1151
1152 2003-02-28 David Carlton <carlton@math.stanford.edu>
1153
1154 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
1155 print class instead of struct and/or superfluous protection
1156 specifiers, as long as the resulting output is equivalent to the
1157 source code.
1158 Delete FIXME from end of messages on tests that don't need
1159 fixing.
1160
1161 2003-02-28 David Carlton <carlton@math.stanford.edu>
1162
1163 * gdb.c++/templates.exp (do_tests): Allow const in the two
1164 Foo<volatile char *>::foo tests.
1165
1166 2003-02-27 Michael Snyder <msnyder@redhat.com>
1167
1168 * gdb.base/restore.c (main): Return zero, so exit code
1169 will be consistant.
1170
1171 2003-02-26 David Carlton <carlton@math.stanford.edu>
1172
1173 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
1174 char *>::foo" test with respect to PR c++/33. Create a new test
1175 which is identical to that one except that it doesn't put the
1176 space between the "char" and the "*"; KFAIL it, too.
1177
1178 2003-02-26 David Carlton <carlton@math.stanford.edu>
1179
1180 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
1181 template types into either PASSes or KFAILs (corresponding to PR
1182 c++/57). Tweak indentation. Update copyright.
1183
1184 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1185
1186 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
1187
1188 2003-02-13 Michael Chastain <mec@shout.net>
1189
1190 * gdb.base/exprs.exp: Remove i960 remnants.
1191 * gdb.base/funcargs.exp: Likewise.
1192 * gdb.base/list.exp: Likewise.
1193 * gdb.base/ptype.exp: Likewise.
1194
1195 2003-02-14 David Carlton <carlton@math.stanford.edu>
1196
1197 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
1198 pEe->D::vg()" from XFAIL to KFAIL.
1199
1200 2003-02-13 Jason Molenda (jmolenda@apple.com)
1201
1202 * gdb.base/maint.exp: Update maint print statistics regexp to include
1203 new entries.
1204
1205 2003-02-13 Michael Chastain <mec@shout.net>
1206
1207 * gdb.c++/inherit.exp: Remove call to get_debug_format.
1208
1209 2003-02-12 Michael Chastain <mec@shout.net>
1210
1211 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
1212 * gdb.c++/inherit.exp: Likewise.
1213 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
1214 * gdb.c++/templates.exp: Likewise.
1215 * gdb.c++/virtfunc.exp: Likewise.
1216
1217 2003-02-06 Jason Molenda (jason-cl@molenda.com)
1218
1219 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
1220 why the code is written that way.
1221
1222 2003-02-05 Michael Chastain <mec@shout.net>
1223
1224 * gdb.base/dump.exp: Add missing copyright line.
1225
1226 2003-02-05 Jason Molenda (jason-cl@molenda.com)
1227
1228 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
1229 at the beginning so the breakpoint doesn't get set on the loop.
1230
1231 2003-02-05 Michael Chastain <mec@shout.net>
1232
1233 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
1234 output for configurations with gcc 2.95.3.
1235
1236 2003-02-05 Keith Seitz <keiths@redhat.com>
1237 Andrew Cagney <ac131313@redhat.com>
1238
1239 * gdb.mi/mi-cli.exp: New file.
1240
1241 2003-02-04 Michael Chastain <mec@shout.net>
1242
1243 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
1244 Call perror and then continue.
1245
1246 2003-02-03 Michael Chastain <mec@shout.net>
1247
1248 * gdb.c++/pr-1023.cc: New file.
1249 * gdb.c++/pr-1023.exp: New file.
1250
1251 2003-02-05 Jim Blandy <jimb@redhat.com>
1252
1253 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
1254 it's local to foobar. Check for it there, and check that it's not
1255 present in main.
1256 * gdb.c++/local.cc (marker2): New function.
1257 (foobar): Call marker1.
1258 (main): Call marker2 instead of marker1.
1259
1260 2003-02-04 Andrew Cagney <ac131313@redhat.com>
1261
1262 * gdb.disasm/mn10200.exp: Obsolete file.
1263 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
1264 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
1265 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
1266
1267 2003-02-04 David Carlton <carlton@math.stanford.edu>
1268
1269 * gdb.c++/overload.exp: Test intToChar(1).
1270 * gdb.c++/overload.cc (intToChar): New.
1271 (main): Call intToChar.
1272
1273 2003-02-03 David Carlton <carlton@math.stanford.edu>
1274
1275 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
1276 'might_kfail' arg.
1277 KFAIL some of the continue_to_bp_overloaded calls, according to
1278 PR c++/1025.
1279
1280 2003-02-01 Michael Chastain <mec@shout.net>
1281
1282 * gdb.base/advance.c (marker1): New marker function.
1283 * gdb.base/advance.exp: When the 'advance' command lands on the
1284 return breakpoint, it can legitimately stop on either the
1285 current line or the next line. Accommodate both outcomes.
1286 * gdb.base/until.exp: Likewise.
1287
1288 2003-02-02 Andrew Cagney <ac131313@redhat.com>
1289
1290 2002-11-10 Jason Molenda (jason-cl@molenda.com):
1291 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
1292 now a list, not a tuple.
1293 * gdb.mi/mi-var-display.exp: Ditto.
1294 * gdb.mi/gdb792.exp: Ditto.
1295
1296 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1297
1298 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
1299 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
1300 stack backtraces.
1301 * gdb.mi/mi-syn-frame.c: Part of same.
1302
1303 2003-02-01 Mark Kettenis <kettenis@gnu.org>
1304
1305 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1306 gdb.mi/mi1-pthreads.exp: Return instead of calling
1307 gdb_suppress_entire_file.
1308
1309 2003-02-01 Mark Salter <msalter@redhat.com>
1310
1311 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
1312
1313 2003-01-31 Mark Salter <msalter@redhat.com>
1314
1315 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
1316 Support empty arg.
1317
1318 2003-01-30 Michael Chastain <mec@shout.net>
1319
1320 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
1321 This was a workaround for a UTF-8 bug in readline 4.3. The bug
1322 has been fixed in gdb/readline on 2003-01-09.
1323
1324 2003-01-29 Michael Snyder <msnyder@redhat.com>
1325
1326 * gdb.base/maint.exp: Allow for leading underscore in symbol.
1327 * gdb.base/display.exp: Allow for leading underscore in symbol.
1328 * gdb.base/args.exp: Skip if target does not support args passing.
1329
1330 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
1331
1332 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
1333 gdb_test. Accept a list of expect arguments as the third
1334 parameter.
1335 (gdb_test): Use it.
1336
1337 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
1338
1339 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
1340 allow for different test tree configurations. Update some
1341 tescases accordingly.
1342 * gdb.arch/altivec-regs.exp: Ditto.
1343 * gdb.asm/asm-source.exp: Ditto.
1344 * gdb.base/advance.exp: Ditto.
1345 * gdb.base/display.exp: Ditto.
1346 * gdb.base/long_long.exp: Ditto.
1347 * gdb.base/mips_pro.exp: Ditto.
1348 * gdb.base/overlays.exp: Ditto.
1349 * gdb.base/relocate.exp: Ditto.
1350 * gdb.base/setshow.exp: Ditto.
1351 * gdb.base/step-line.exp: Ditto.
1352 * gdb.base/step-test.exp: Ditto.
1353 * gdb.base/until.exp: Ditto.
1354 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
1355
1356 2003-01-17 David Carlton <carlton@math.stanford.edu>
1357
1358 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
1359 corresponding to PR c++/945.
1360 Update copyright.
1361
1362 2003-01-17 David Carlton <carlton@math.stanford.edu>
1363
1364 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
1365 corresponding to PR c++/68.
1366
1367 2003-01-17 David Carlton <carlton@math.stanford.edu>
1368
1369 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
1370 (test_paddr_hairy_functions): Call print_addr_2_kfail for
1371 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
1372
1373 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
1374
1375 * gdb.base/break.exp: Fix change of default location, because of
1376 removal of until tests.
1377 * gdb.base/help.exp: Update test for new 'until' help message.
1378 Add test for help on 'advance'.
1379 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
1380
1381 2003-01-15 Mark Kettenis <kettenis@gnu.org>
1382
1383 * gdb.base/default.exp: Adapt "info float" test for recent changes
1384 to that command. Add test for "info vector".
1385 * gdb.base/float.exp: New file. Add test for "info float" that
1386 resembles the old test in gdb.base/default.exp.
1387
1388 2003-01-15 David Carlton <carlton@math.stanford.edu>
1389
1390 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
1391
1392 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
1393
1394 * gdb.base/break.exp: Move the tests of until command from here...
1395 * gdb.base/until.exp: ... to here. New file. Add other tests.
1396 * gdb.base/advance.c: New file.
1397 * gdb.base/advance.exp: New file.
1398
1399 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
1400
1401 * gdb.base/args.c: New file.
1402 * gdb.base/args.exp: New file.
1403
1404 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1405
1406 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
1407
1408 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1409
1410 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
1411
1412 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1413
1414 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
1415 dates.
1416
1417 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1418
1419 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
1420
1421 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1422
1423 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
1424 (ptype &*"foo").
1425 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
1426
1427 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1428
1429 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
1430 * gdb.mi/mi1-console.exp: Likewise.
1431
1432 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1433
1434 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
1435 * gdb.mi/mi1-console.exp: Likewise.
1436
1437 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1438
1439 * gdb.c++/overload.exp: Remove some fixed XFAILs.
1440
1441 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1442
1443 * gdb.base/detach.exp: New test.
1444
1445 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1446
1447 * Makefile.in (ALL_SUBDIRS): New variable.
1448 (subdirs, clean, distclean): Use it.
1449 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
1450 regenerating Makefile, since it is generated from the top level.
1451 * gdb.asm/Makefile.in: Likewise.
1452 * gdb.base/Makefile.in: Likewise.
1453 * gdb.c++/Makefile.in: Likewise.
1454 * gdb.disasm/Makefile.in: Likewise.
1455 * gdb.java/Makefile.in: Likewise.
1456 * gdb.mi/Makefile.in: Likewise.
1457 * gdb.threads/Makefile.in: Likewise.
1458 * gdb.trace/Makefile.in: Likewise.
1459
1460 2003-01-09 David Carlton <carlton@math.stanford.edu>
1461
1462 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
1463 Add copyright year 2003.
1464
1465 2003-01-06 Michael Chastain <mec@shout.net>
1466
1467 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
1468 When selecting a thread, 'line' and 'file' are optional.
1469 * gdb.mi/mi1-pthreads.exp: Likewise.
1470
1471 2003-01-06 Andreas Schwab <schwab@suse.de>
1472
1473 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
1474 failures.
1475
1476 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1477
1478 Fix PR gdb/844
1479 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
1480 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
1481
1482 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
1483 instead of calling gdb_suppress_entire_file.
1484 * gdb.threads/print-threads.exp: Likewise.
1485 * gdb.threads/schedlock.exp: Likewise.
1486
1487 * gdb.threads/killed.exp: Return instead of calling
1488 gdb_suppress_entire_file.
1489 * gdb.threads/linux-dp.exp: Likewise.
1490 * gdb.threads/pthreads.exp: Likewise.
1491
1492 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1493
1494 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
1495 stabs.
1496 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
1497 * gdb.base/whatis.exp: Always allow (void) after function names.
1498
1499 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1500
1501 * gdb.c++/casts.exp: Correct regexp.
1502
1503 2003-01-04 Mark Kettenis <kettenis@gnu.org>
1504
1505 * configure.in: Call AC_CONFIG_HEADER. Don't call
1506 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
1507 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
1508 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
1509 aforementioned directories in the AC_OUPUT call.
1510 * config.hin: New file.
1511 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1512 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
1513 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
1514 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
1515 pass -I$objdir instead of -I$objdir/$subdir in compilation.
1516 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
1517 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
1518 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
1519 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
1520 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
1521 gdb.threads/configure.in, gdb.threads/configure,
1522 gdb.threads/config.in, gdb.trace/configure.in,
1523 gdb.trace/configure: Removed.
1524
1525 2003-01-03 Michael Chastain <mec@shout.net>
1526
1527 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
1528 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
1529
1530 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
1531
1532 * gdb.base/store.exp: Fix regular expressions.
1533
1534 2002-12-28 Mark Kettenis <kettenis@gnu.org>
1535
1536 * configure.in: Rewrite.
1537 * configure: Regenerated.
1538
1539 2003-01-03 David Carlton <carlton@math.stanford.edu>
1540
1541 * gdb.base/psymtab.exp: New file.
1542 * gdb.base/psymtab1.c: Ditto.
1543 * gdb.base/psymtab2.c: Ditto.
1544
1545 2002-12-23 Adam Fedor <fedor@gnu.org>
1546
1547 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
1548
1549 2002-12-23 David Carlton <carlton@math.stanford.edu>
1550
1551 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
1552 and current_directory initialization.
1553
1554 2002-12-22 Jim Blandy <jimb@redhat.com>
1555
1556 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
1557 rather than as part of the output file name.
1558
1559 * gdb.base/attach.exp: There's no need to copy the test program to
1560 /tmp; that was only ever necessary on HP/UX, and this test is
1561 entirely disabled there anyway.
1562
1563 2002-12-21 Jim Blandy <jimb@redhat.com>
1564
1565 * gdb.c++/psmang.exp: Doc fix.
1566
1567 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
1568 test.
1569
1570 2002-12-20 David Carlton <carlton@math.stanford.edu>
1571
1572 * gdb.c++/annota2.exp: KFAIL annotate-quit.
1573
1574 2002-12-18 Michael Chastain <mec@shout.net>
1575
1576 * gdb.c++/annota2.exp: Add copyright year 2002.
1577
1578 2002-12-17 David Carlton <carlton@math.stanford.edu>
1579
1580 * gdb.c++/try_catch.cc: Add marker comments.
1581 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
1582 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
1583 * gdb.c++/m-static.cc: Ditto.
1584 * gdb.c++/m-static1.cc: Ditto.
1585 * gdb.c++/try_catch.cc: Ditto.
1586
1587 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
1588
1589 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
1590 to see whether we are using the new -environment-directory
1591 command which resets via -r or the old version of the command
1592 which may prompt the user. Part of fix for gdb/741.
1593
1594 2002-12-13 Andrew Cagney <ac131313@redhat.com>
1595
1596 * gdb.fortran/types.exp: Update obsolete comment.
1597 * gdb.fortran/exprs.exp: Ditto.
1598 * lib/gdb.exp: Delete obsolete code.
1599 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
1600 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
1601 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
1602 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
1603 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
1604 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
1605 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
1606 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
1607 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
1608 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
1609 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
1610 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
1611 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
1612 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
1613 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
1614 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
1615 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
1616 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
1617 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
1618 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
1619 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
1620 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
1621 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
1622 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
1623 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
1624 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
1625 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
1626 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
1627 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
1628 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
1629 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
1630 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
1631 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
1632 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
1633 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
1634 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
1635 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
1636
1637 2002-12-11 David Carlton <carlton@math.stanford.edu>
1638
1639 * gdb.c++/m-data.exp: Add test for members that shadow global
1640 variables: see PR gdb/804.
1641 * gdb.c++/m-data.cc: Ditto.
1642
1643 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
1644
1645 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
1646
1647 2002-12-06 David Carlton <carlton@math.stanford.edu>
1648
1649 * gdb.base/store.c: Don't declare functions static.
1650
1651 2002-12-04 Andrew Cagney <ac131313@redhat.com>
1652
1653 * gdb.base/store.exp, gdb.base/store.c: New files.
1654
1655 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
1656
1657 * gdb.base/selftest.exp: Update for current gdb.
1658
1659 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
1660
1661 * gdb.base/maint.exp: Only dump symbols from one source file
1662 or objfile.
1663
1664 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
1665
1666 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
1667 function call.
1668
1669 2002-11-25 Jim Blandy <jimb@redhat.com>
1670
1671 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
1672 function appearing in error message.
1673
1674 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
1675
1676 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
1677
1678 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
1679
1680 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
1681 for mi1 and current mi is in correct format. New mi startup message
1682 should be in mi console format. This is part of fix for PR gdb/604.
1683
1684 2002-09-18 Fernando Nasser <fnasser@redhat.com>
1685
1686 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
1687 which explicitly prints the zero offset as "+0".
1688
1689 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
1690
1691 * gdb.threads/schedlock.c (args): Make unsigned.
1692
1693 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
1694
1695 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
1696 numbers. Allow "foo2|selected stack frame".
1697 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
1698 * gdb.asm/asmsrc2.s: Likewise.
1699 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
1700 comments.
1701 * gdb.asm/mips.inc: New file.
1702
1703 2002-10-18 Adam Fedor <fedor@gnu.org>
1704
1705 * gdb.base/default.exp: Update expected output to include 'ObjC'.
1706 * gdb.base/help.exp: Likewise.
1707
1708 2002-10-17 Kevin Buettner <kevinb@redhat.com>
1709
1710 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
1711 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
1712
1713 2002-10-02 Jim Blandy <jimb@redhat.com>
1714
1715 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
1716
1717 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1718
1719 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
1720 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
1721 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
1722 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
1723 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
1724 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
1725 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
1726
1727 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1728
1729 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
1730 * mi0-disassemble.exp, mi0-eval.exp: Delete.
1731 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
1732 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
1733 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
1734 * mi0-var-block.exp, mi0-var-child.exp: Delete.
1735 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
1736
1737 2002-09-27 Kevin Buettner <kevinb@redhat.com>
1738
1739 * gdb.base/annota1.exp (info break): Make directory components of
1740 path optional since not all compilers emit this debug information.
1741
1742 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
1743 step ends up stepping out of the function instead of stopping on
1744 the epilogue.
1745
1746 2002-09-26 Keith Seitz <keiths@redhat.com>
1747
1748 * lib/insight-support.exp (gdbtk_start): Figure out where
1749 the insight executable is based on where gdb is. Use this
1750 executable to start insight instead of gdb.
1751
1752 2002-09-25 Andrew Cagney <cagney@redhat.com>
1753
1754 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
1755
1756 2002-09-24 Andrew Cagney <ac131313@redhat.com>
1757
1758 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
1759 test_isolated_complaints.
1760 (test_empty_complaint): New function.
1761 (test_empty_complaints): New function. Check no output when no
1762 complaints.
1763
1764 2002-09-19 Jim Blandy <jimb@redhat.com>
1765
1766 * gdb.base/charset.exp, gdb.base/charset.c: New files.
1767
1768 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1769
1770 * gdb.gdb/complaints.exp: New file.
1771
1772 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1773
1774 * gdb.base/maint.exp: Check `help maint internal-warning'.
1775
1776 2002-09-18 David Carlton <carlton@math.stanford.edu>
1777
1778 * gdb.c++/m-static.exp: Remove breakpoints depending on line
1779 numbers, and replace them by a single breakpoint after the
1780 constructors are all finished.
1781 Add test 4.
1782 * gdb.c++/m-static.cc: Add test 4.
1783 * gdb.c++/m-static.h: New file.
1784 * gdb.c++/m-static1.cc: New file.
1785
1786 * gdb.c++/printmethod.exp: New file.
1787 * gdb.c++/printmethod.cc: New file.
1788
1789 * gdb.c++/pr-574.exp: New file.
1790 * gdb.c++/pr-574.cc: New file.
1791
1792 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
1793
1794 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
1795 embedded targets which never actually exit.
1796
1797 2002-09-18 Fernando Nasser <fnasser@redhat.com>
1798
1799 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
1800 "don't step after run" as unresolved or unsupported, instead of xfail.
1801
1802 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
1803
1804 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
1805 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
1806 Add newline to expected string in "step out of main (status wrapper)"
1807 case.
1808
1809 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
1810
1811 * lib/gdb.exp (rerun_to_main): Allow restarting application.
1812 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
1813
1814 2002-09-17 Tom Tromey <tromey@redhat.com>
1815
1816 * gdb.base/printcmds.exp (test_print_string_constants): Expect
1817 \000, not \0, in double-quoted string.
1818
1819 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1820
1821 * gdb.base/commands.exp: Don't expect a "Program exited normally"
1822 string after running the commands execution on breakpoint tests.
1823
1824 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
1825
1826 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
1827
1828 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1829
1830 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
1831
1832 2002-09-10 Keith Seitz <keiths@redhat.com>
1833
1834 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
1835 runto proc.
1836 (mi_run_to_main): Use mi_runto.
1837 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
1838
1839 2002-09-10 Keith Seitz <keiths@redhat.com>
1840
1841 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
1842 regexp for stopping at main. Could have multiple event notifications.
1843 Don't assume that main was declared with no parameters.
1844 (mi_next): Use mi_step_to.
1845 (mi_step): Use mi_next_to.
1846
1847 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
1848
1849 * gdb.base/default.exp: Fix expected string in `info float' test.
1850
1851 2002-09-09 Ben Elliston <bje@redhat.com>
1852
1853 * config/mips.exp: Update comments.
1854 * config/mips-idt.exp: Likewise.
1855 * config/nind.exp: Likewise.
1856 * config/slite.exp: Likewise.
1857 * config/sparclet.exp: Likewise.
1858 * config/udi.exp: Likewise.
1859 * config/vx.exp: Likewise.
1860 * config/vxworks29k.exp: Likewise.
1861
1862 2002-09-05 Jim Blandy <jimb@redhat.com>
1863
1864 * gdb.threads/killed.exp: Fix test failure message.
1865
1866 2002-09-04 Keith Seitz <keiths@redhat.com>
1867
1868 * lib/mi-support.exp: Update copyright.
1869 (mi_gdb_test): Increase the priority of the expected pattern
1870 so that it matches gdb_test.
1871
1872 2002-09-03 Keith Seitz <keiths@redhat.com>
1873
1874 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
1875 Use integer comparison instead of string comparison for testing
1876 whether binary was built.
1877
1878 2002-09-03 Jim Blandy <jimb@redhat.com>
1879
1880 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
1881
1882 2002-08-29 Jim Blandy <jimb@redhat.com>
1883
1884 * gdb.threads/pthreads.exp: Move the portable thread compilation
1885 code into a function in lib/gdb.exp, and call that from here.
1886 * lib/gdb.exp (gdb_compile_pthreads): New function.
1887
1888 2002-08-29 Keith Seitz <keiths@redhat.com>
1889
1890 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
1891 expect_out so that callers can get at it.
1892
1893 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1894
1895 * gdb.threads/print-threads.c: New file.
1896 * gdb.threads/print-threads.exp: New file.
1897 * gdb.threads/schedlock.c: New file.
1898 * gdb.threads/schedlock.exp: New file.
1899
1900 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1901
1902 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
1903 not altivec.c.
1904
1905 2002-08-17 Mark Kettenis <kettenis@gnu.org>
1906
1907 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
1908 targets. The problem should be fixed now.
1909
1910 2002-08-15 Mark Kettenis <kettenis@gnu.org>
1911
1912 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
1913 2002-07-24 change that removes final dots from error messages.
1914
1915 2002-08-13 Tom Tromey <tromey@redhat.com>
1916
1917 * gdb.base/readline.exp: New file.
1918
1919 2002-08-01 Andrew Cagney <ac131313@redhat.com>
1920
1921 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
1922 supress message.
1923
1924 2002-08-01 Andrew Cagney <cagney@redhat.com>
1925
1926 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
1927 CHILL_FOR_TARGET and CHILL_LIB.
1928 * configure.in (configdirs): Remove gdb.chill.
1929 * configure: Regenerate.
1930 * lib/gdb.exp: Obsolete references to chill.
1931 * gdb.fortran/types.exp: Ditto.
1932 * gdb.fortran/exprs.exp: Ditto.
1933
1934 2002-07-30 Kevin Buettner <kevinb@redhat.com>
1935
1936 * gdb.base/shlib-call.exp (additional_flags): Conditionally
1937 set Irix-specific compile and link flags.
1938
1939 2002-07-29 Kevin Buettner <kevinb@redhat.com>
1940
1941 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
1942 source files. The ``-o'' option doesn't work with the ``-E'' option
1943 when using the Irix compiler.
1944
1945 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
1946
1947 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
1948 Improve support for reusing an exec file. Copy exec file
1949 to target, and run gdbserver on the target instead of on the host.
1950
1951 2002-07-18 Jim Blandy <jimb@redhat.com>
1952
1953 * gdb.base/ending-run.exp: Don't expect to see the program end in
1954 some orderly fashion when we're running on a real stand-alone
1955 board.
1956
1957 * gdb.base/interrupt.exp: Correct logic for skipping tests on
1958 targets that don't support interrupts.
1959
1960 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1961
1962 * gdb.base/attach.exp: Add patterns to match output from /proc-based
1963 systems.
1964 Move comments in expect statements to inside the actions, so that they
1965 don't get matched against.
1966
1967 2002-07-10 Mark Kettenis <kettenis@gnu.org>
1968
1969 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
1970 function when asleep" test.
1971
1972 2002-07-10 Andrew Cagney <ac131313@redhat.com>
1973
1974 * gdb.base/page.exp: Rewrite to handle problems with very long
1975 `info set' output. Update copyright.
1976
1977 2002-06-26 Andrew Cagney <ac131313@redhat.com>
1978
1979 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
1980 gdb.threads-hp.
1981 * gdb.hp/configure: Regenerate.
1982 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
1983 * gdb.hp/gdb.threads-hp/configure: Delete file.
1984 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
1985
1986 2002-06-22 Andrew Cagney <ac131313@redhat.com>
1987
1988 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
1989 setlocale, bindtextdomain and textdomain.
1990
1991 2002-06-11 Jim Blandy <jimb@redhat.com>
1992
1993 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
1994 preprocessor macro information is present.
1995
1996 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
1997 tests.
1998
1999 2002-06-06 Michael Snyder <msnyder@redhat.com>
2000
2001 * gdb.base/overlays.exp: Record addresses of overlay
2002 functions in TCL variables rather than in GDB variables,
2003 to avoid having GDB convert them to pointers (with loss
2004 of information).
2005
2006 * gdb.base/d10v.ld: Merge in several years worth of
2007 default linker script changes.
2008 * gdb.base/long_long.exp: Add check for sizeof (long double).
2009
2010 2002-06-06 Michal Ludvig <mludvig@suse.cz>
2011
2012 * gdb.asm/asm-source.exp: Add x86-64 target.
2013 * gdb.asm/x86_64.inc: New.
2014
2015 2002-05-30 Michael Chastain <mec@shout.net>
2016
2017 From Benjamin Kosnik <bkoz@redhat.com>:
2018 * gdb.c++/m-static.cc: New file.
2019 * gdb.c++/m-static.exp: New file.
2020
2021 2002-05-28 Michael Snyder <msnyder@redhat.com>
2022
2023 * gdb.base/call-ar-st.exp: Allow for reduced floating point
2024 precision.
2025
2026 2002-05-27 Michael Chastain <mec@shout.net>
2027
2028 From Benjamin Kosnik <bkoz@redhat.com>:
2029 * gdb.c++/m-data.cc: New file.
2030 * gdb.c++/m-data.exp: New file.
2031
2032 2002-05-27 Michael Chastain <mec@shout.net>
2033
2034 From Benjamin Kosnik <bkoz@redhat.com>:
2035 * gdb.c++/try_catch.cc: New file.
2036 * gdb.c++/try_catch.exp: New file.
2037
2038 2002-05-27 Michael Chastain <mec@shout.net>
2039
2040 * gdb.c++/local.exp: Accept more nested types in output.
2041
2042 2002-05-26 Michael Chastain <mec@shout.net>
2043
2044 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
2045
2046 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
2047
2048 * lib/gdb.exp (gdb_wrapper_init): Just because
2049 gdb_wrapper_file exists, this does not mean that the file
2050 should not be rebuilt. That is what gdb_wrapper_initialized
2051 is for.
2052 (default_gdb_init): Reset gdb_wrapper_initialized.
2053
2054 2002-05-23 Michael Snyder <msnyder@redhat.com>
2055
2056 * gdb.base/all-bin.exp: Revise previous patch by just reducing
2057 the precision of the floating point test results.
2058 * gdb.base/call-rt-st.exp: Ditto.
2059
2060 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
2061 * gdb.base/call-rt-st.exp: Ditto.
2062
2063 2002-05-19 Michael Chastain <mec@shout.net>
2064
2065 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
2066
2067 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
2068
2069 * configure.in (configdirs): Add gdb.arch.
2070 * configure: Regenerate.
2071
2072 2002-05-17 Jim Blandy <jimb@redhat.com>
2073
2074 * gdb.base/completion.exp: Recognize the more detailed error
2075 messages produced by the macro expander's lexical analyzer.
2076
2077 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
2078
2079 * gdb.arch/altivec-abi.c: New file.
2080 * gdb.arch/altivec-abi.exp: New file.
2081 * gdb.arch/altivec-regs.c: New file.
2082 * gdb.arch/altivec-regs.exp: New file.
2083
2084 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
2085
2086 * gdb.base/maint.exp (maint print type): Update for new type
2087 structure.
2088
2089 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
2090
2091 * gdb.arch: New directory.
2092 * gdb.arch/configure.in: New file.
2093 * gdb.arch/configure: New file.
2094 * gdb.arch/Makefile.in: New file.
2095
2096 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
2097
2098 * gdb.asm/asm-source.exp: Add v850 as supported target.
2099 * gdb.asm/v850.inc: New file.
2100
2101 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
2102
2103 * gdb.c++/annota2.exp (annotate-quit): Add comment.
2104
2105 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
2106
2107 * gdb.base/break.exp: Check 'break "marker2"'.
2108
2109 2002-05-10 Michael Snyder <msnyder@redhat.com>
2110
2111 * gdb.base/long_long.exp: Fix typo.
2112
2113 2002-05-10 Jim Blandy <jimb@redhat.com>
2114
2115 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
2116 a bug.
2117
2118 * gdb.base/printcmds.exp (test_integer_literals_rejected):
2119 Recognize more detailed error message produced by the macro
2120 expander's lexical analyzer.
2121 * lib/gdb.exp (test_print_reject): Same.
2122
2123 2002-05-09 Mark Kettenis <kettenis@gnu.org>
2124
2125 * gdb.c++/method.exp: Fix typo.
2126
2127 2002-05-08 Michael Snyder <msnyder@redhat.com>
2128
2129 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
2130 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
2131 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
2132 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
2133 Add iftarget clause for strongarm.
2134
2135 2002-05-06 Michael Snyder <msnyder@redhat.com>
2136
2137 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
2138 (gdb_continue_to_end): Accept output from status wrapper.
2139 * gdb.base/ending-run.exp: Add case for output from status wrapper.
2140 Clean up fail messages to match pass messages.
2141
2142 Enable the "needs_status_wrapper" testsuite feature.
2143 * lib/gdb.exp (gdb_wrapper_init): New procedure.
2144 (gdb_compile): Conditionally call gdb_wrapper_init.
2145 * gdb.base/a2-run.exp: Recognize output from status wrapper.
2146 * gdb.c++/method.exp: Recognize output from status wrapper.
2147
2148 2002-05-06 Ben Elliston <bje@redhat.com>
2149 From Graydon Hoare <graydon@redhat.com>
2150
2151 * config/sid.exp: Include support for "rawsid" protocol.
2152
2153 2002-05-03 Jim Blandy <jimb@redhat.com>
2154
2155 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
2156 * gdb.c++/hang3.C: New file.
2157
2158 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2159
2160 * gdb.base/default.exp: Remove obsolete code.
2161 * gdb.c++/misc.exp: Ditto. Update copyright.
2162 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
2163 * gdb.base/whatis.exp: Ditto. Update copyright.
2164 * gdb.base/scope.exp: Ditto. Update copyright.
2165 * gdb.base/ptype.exp: Ditto. Update copyright.
2166 * gdb.base/printcmds.exp: Ditto. Update copyright.
2167 * gdb.base/opaque.exp: Ditto. Update copyright.
2168 * gdb.base/list.exp: Ditto.
2169 * gdb.base/funcargs.exp: Ditto. Update copyright.
2170 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
2171 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
2172 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
2173 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
2174 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
2175 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
2176
2177 2002-05-02 Michael Snyder <msnyder@redhat.com>
2178
2179 * gdb.base/watchpoint.exp: Add xscale target.
2180 * gdb.base/long_long.exp: Add xscale target.
2181 * gdb.base/default.exp: Add xscale target.
2182
2183 2002-05-01 Jim Blandy <jimb@redhat.com>
2184
2185 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
2186 gdb.c++/hang.exp: New test.
2187
2188 2002-05-01 Fred Fish <fnf@redhat.com>
2189
2190 * gdb.base/completion.exp: Handle completions of "./Make" for
2191 more than one completion possibility, as is the case when we
2192 build and test in the source tree.
2193
2194 2002-04-29 Anthony Green <green@redhat.com>
2195
2196 * gdb.java/jmisc1.exp: New file.
2197 * gdb.java/jmisc2.exp: New file.
2198
2199 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
2200
2201 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
2202
2203 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
2204
2205 * gdb.base/help.exp: Change 'help status' to allow for target
2206 dependent output differences.
2207
2208 2002-04-22 Michael Chastain <mec@shout.net>
2209
2210 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
2211
2212 2002-04-22 Michael Chastain <mec@shout.net>
2213
2214 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
2215
2216 2002-04-17 David S. Miller <davem@redhat.com>
2217
2218 * gdb.asm/sparc64.inc: New file.
2219 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
2220
2221 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
2222
2223 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
2224 instruction file directly into the build tree. Clean up at end of
2225 test.
2226
2227 2002-04-18 David S. Miller <davem@redhat.com>
2228
2229 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
2230 handle 64-bit platforms correctly.
2231 * gdb.base/maint.exp: Likewise.
2232
2233 2002-04-18 Kevin Buettner <kevinb@redhat.com>
2234
2235 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
2236 ``-fpic'' when compiling files comprising a shared library, but
2237 it does need additional linker flags in order to find shared
2238 libraries at run time.
2239
2240 2002-04-18 Kevin Buettner <kevinb@redhat.com>
2241
2242 * gdb.base/cvexpr.c (use): New function.
2243 (main): Invoke use() on all global variables to prevent
2244 some linkers from deleting these otherwise unused symbols.
2245
2246 2002-04-17 Michael Chastain <mec@shout.net>
2247 From David S. Miller <davem@redhat.com>
2248
2249 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
2250 handle 64-bit platforms correctly.
2251
2252 2002-04-12 Michael Snyder <msnyder@redhat.com>
2253 From Jim Blandy <jimb@redhat.com>
2254 * gdb.base/foo.c (foox): Remove section attribute; the linker
2255 script can handle this instead.
2256 * gdb.base/bar.c (barx): Same.
2257 * gdb.base/baz.c (bazx): Same.
2258 * gdb.base/grbx.c (grbxx): Same.
2259
2260 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
2261 manager doesn't automatically unmap overlays unnecessarily.
2262
2263 2002-04-10 Martin M. Hunt <hunt@redhat.com>
2264
2265 * gdb.base/ending-run.exp: Fix pattern for Mips targets
2266 stepping out of main.
2267
2268 2002-04-09 Michael Chastain <mec@shout.net>
2269
2270 * gdb.c++/local.cc (main): Move call to marker1() inside nested
2271 scope so that the nested scope tests will make sense.
2272 * gdb.c++/local.exp: Write patterns that actually work with gcc
2273 (the HP patterns "were never known to work with gcc").
2274 Keep the old aCC patterns too.
2275
2276 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2277
2278 * gdb.base/attach.exp: Correct target board test.
2279
2280 2002-04-08 Michael Chastain <mec@shout.net>
2281
2282 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
2283 in a const method. Add some xfail and fail cases for configurations
2284 that do not emit the "const ...".
2285
2286 2002-04-07 Michael Chastain <mec@shout.net>
2287
2288 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
2289 Accept "A * const" and "const A * const" as type of "this".
2290 Fix spelling of getFunky throughout. Make messages uniform.
2291
2292 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2293
2294 Work around for PR gdb/285:
2295 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
2296
2297 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2298
2299 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
2300 instructions file at run time instead of configure time.
2301 Sometimes we run the test in a directory that is not the one we
2302 configured in.
2303 * gdb.asm/configure.in: Delete creation of symlink.
2304 * gdb.asm/configure: Regenerate.
2305
2306 2002-04-05 J. Brobecker <brobecker@gnat.com>
2307
2308 * gdb.gdb/xfullpath.exp: New test, to exercise the new
2309 xfullpath () function.
2310
2311 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2312
2313 * gdb.asm/Makefile.in: Correct dependencies.
2314
2315 * gdb.asm/powerpc.inc: New file.
2316 * gdb.asm/asm-source.exp: Add PowerPC.
2317 * gdb.asm/configure.in: Likewise.
2318 * gdb.asm/configure: Regenerated.
2319
2320 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2321
2322 * gdb.base/relocate.exp: New file.
2323 * gdb.base/relocate.c: New file.
2324
2325 2002-04-04 Fred Fish <fnf@redhat.com>
2326
2327 * gdb.base/step-test.exp: Update comment regarding stopping in
2328 memcpy/bcopy calls inserted as part of the compiler runtime.
2329
2330 2002-04-04 Michael Snyder <msnyder@redhat.com>
2331
2332 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
2333
2334 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
2335
2336 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
2337 (gdb_expect): Remove $notransfer hack.
2338
2339 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
2340
2341 * gdb.c++/classes.exp ("calling method for small class"): Match
2342 updated register output.
2343
2344 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
2345
2346 Fix PR gdb/452
2347 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
2348 when finished. Make gdb_file_cmd send "exec-file" when
2349 appropriate.
2350
2351 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
2352
2353 * gdb.base/attach.exp: Remove extra setup_xfail.
2354
2355 2002-03-26 Michael Snyder <msnyder@redhat.com>
2356
2357 * gdb.base/default.exp: Add tests for dump, append, and restore.
2358 * gdb.base/help.exp: Add tests for dump, append, and restore.
2359 * gdb.base/dump.exp: New file, test dump, append and restore.
2360 * gdb.base/dump.c: New file.
2361
2362 2002-03-27 Michael Snyder <msnyder@redhat.com>
2363
2364 * gdb.base/help.exp: Modify expect strings to reflect
2365 clean-ups in help messages.
2366
2367 2002-03-26 Fred Fish <fnf@redhat.com>
2368
2369 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
2370 have debugging info for those functions and the compiler uses them
2371 internally to copy structs around.
2372
2373 2002-03-26 Fred Fish <fnf@redhat.com>
2374
2375 * gdb.base/list.exp: Revert the change made yesterday and add note
2376 about why we don't list the default lines for remote targets.
2377
2378 2002-03-25 Michael Snyder <msnyder@redhat.com>
2379
2380 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
2381
2382 2002-03-25 Fred Fish <fnf@redhat.com>
2383
2384 * gdb.base/list.exp: This test works on remote targets so remove
2385 the short circuit for remote targets. Update copyright.
2386
2387 2002-03-25 Fred Fish <fnf@redhat.com>
2388
2389 * gdb.base/attach.exp: Fix logic error that was suppressing this
2390 test for all non hppa*-*-hpux* targets, instead of the hp target.
2391 Move comments closer to the suppression point. Also now need to
2392 check that we are running natively.
2393
2394 2002-03-22 Michael Snyder <msnyder@redhat.com>
2395
2396 * gdb.base/default.exp: Add test for gcore. Update copyright.
2397 * gdb.base/help.exp: Add test for gcore. Update copyright.
2398
2399 2002-03-06 Fred Fish <fnf@redhat.com>
2400
2401 * gdb.base/funcargs.c: Remove extraneous ';' character.
2402 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
2403
2404 2002-03-04 Michael Chastain <mec@shout.net>
2405
2406 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
2407 accommodate gcc v3 function signature.
2408 * gdb.mi/mi0-var-cmd-exp: Ditto.
2409
2410 2002-02-24 Andrew Cagney <ac131313@redhat.com>
2411
2412 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
2413 ``GNU/Linux'' or ``Linux kernel''
2414 * testsuite/gdb.threads/pthreads.c: Ditto.
2415
2416 2002-02-24 Michael Chastain <mec@shout.net>
2417
2418 * gdb.threads/pthreads.c (thread1): Add a return statement.
2419 (thread2): Likewise.
2420 (foo): Likewise.
2421
2422 2002-02-23 Michael Chastain <mec@shout.net>
2423
2424 * gdb.threads/linux-dp.c (philosopher): Add a return statement
2425 to placate gcc.
2426
2427 2002-02-23 Michael Chastain <mec@shout.net>
2428
2429 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
2430 test "ptype bint". The test passes on all my stabs configurations.
2431
2432 2002-02-21 Jim Blandy <jimb@redhat.com>
2433
2434 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
2435 filename at a time, and watch for the ones we want to see.
2436
2437 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
2438 types of pointers to prototyped functions.
2439
2440 2002-02-20 Andrew Cagney <ac131313@redhat.com>
2441
2442 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
2443 signed, unsigned and straight char.
2444 (padding_char, padding_short, padding_int, padding_long,
2445 padding_long_long, padding_float, padding_double,
2446 padding_long_double): New global variables.
2447 (fill, fill_structs): New functions.
2448
2449 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
2450 for correctly sized writes. Update copyright.
2451 (get_valueof): New procedure.
2452 (get_sizeof): Call get_valueof.
2453 (check_valueof): New procedure.
2454 (check_padding): New procedure.
2455
2456 2002-02-20 Michael Chastain <mec@shout.net>
2457
2458 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
2459 to setup_xfail. Document some of the remaining calls.
2460
2461 2002-02-18 Michael Chastain <mec@shout.net>
2462
2463 * gdb.c++/userdef.exp: Update copyright year.
2464
2465 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
2466
2467 * gdb.c++/userdef.exp: Test overloaded operators properly.
2468 Remove xfails.
2469
2470 2002-02-14 Michael Snyder <msnyder@redhat.com>
2471
2472 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
2473
2474 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
2475
2476 * gdb.base/a2-run.exp: Check for a remote target properly.
2477 * gdb.base/annota1.exp: Likewise.
2478 * gdb.base/list.exp: Likewise.
2479 * gdb.base/reread.exp: Likewise.
2480 * gdb.base/scope.exp: Likewise.
2481 * gdb.base/shlib-call.exp: Likewise.
2482 * gdb.base/term.exp: Likewise.
2483 * gdb.c++/annota2.exp: Likewise.
2484
2485 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
2486
2487 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
2488
2489 2002-02-10 Michael Chastain <mec@shout.net>
2490
2491 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
2492 (call_after_alloca): Ditto.
2493
2494 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
2495
2496 * gdb.base/ending-run.exp: Guard "cont" test with
2497 gdb_skip_stdio_test.
2498
2499 2002-02-06 Jim Blandy <jimb@redhat.com>
2500
2501 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
2502 from here...
2503 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
2504 To here. Disable this test on non-HP platforms. Add big comment.
2505
2506 2002-02-04 Michael Snyder <msnyder@redhat.com>
2507
2508 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
2509 other than d10v and m32r.
2510
2511 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
2512
2513 * gdb.base/default.exp: Rewrite test patterns to reduce time
2514 taken to match them.
2515
2516 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2517
2518 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
2519 Allow a start function above main.
2520 * gdb.threads/linux-dp.exp: Fix copyright date.
2521
2522 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2523
2524 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
2525 (check_philosopher_stack): Check for manager thread before checking
2526 for a just-starting thread.
2527
2528 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2529
2530 From Neil Booth <neil@daikokuya.demon.co.uk>:
2531 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
2532 warnings.
2533
2534 2002-01-21 Fred Fish <fnf@redhat.com>
2535
2536 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
2537 not caller.
2538
2539 2002-01-21 Jim Blandy <jimb@redhat.com>
2540
2541 * gdb.base/reread.exp: Check that GDB properly re-reads the
2542 executable file when it changes while no inferior is running.
2543
2544 2002-01-21 Fred Fish <fnf@redhat.com>
2545
2546 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
2547 optionally accept the "shlib events" variation.
2548
2549 2002-01-21 Jim Blandy <jimb@redhat.com>
2550
2551 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
2552 call `fflush' after every `printf', so that the output is produced
2553 at predictable points, regardless of whatever buffering does (or
2554 doesn't) take place.
2555 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
2556 at different points.
2557
2558 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
2559
2560 * gdb.c++/inherit.exp: Update copyright years.
2561 * gdb.c++/method.exp: Likewise.
2562
2563 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
2564
2565 * gdb.c++/classes.exp: Update for improved v3 support and skipping
2566 artificial methods/arguments.
2567 * gdb.c++/derivation.exp: Likewise.
2568 * gdb.c++/inherit.exp: Likewise.
2569 * gdb.c++/method.exp: Likewise.
2570 * gdb.c++/virtfunc.exp: Likewise.
2571
2572 2002-01-18 Andrew Cagney <ac131313@redhat.com>
2573
2574 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
2575 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
2576 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
2577 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
2578 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
2579 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
2580
2581 2002-01-17 Jim Blandy <jimb@redhat.com>
2582
2583 * gdb.asm/asm-source.exp (info symbol): Take another shot at
2584 anchoring the pattern matching the entry point symbol's name.
2585
2586 2002-01-17 Andrew Cagney <ac131313@redhat.com>
2587
2588 * gdb.base/maint.exp: Update ``maint internal-error'' to match
2589 continue/quit query. Update copyright.
2590
2591 2002-01-14 Michael Snyder <msnyder@redhat.com>
2592
2593 * gdb.base/gcore.exp: Remove extra debugging output.
2594
2595 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
2596
2597 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
2598 for slightly dubious v2 mangled string.
2599
2600 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
2601
2602 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
2603
2604 2002-01-10 Jason Merrill <jason@redhat.com>
2605
2606 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
2607
2608 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
2609 constructors.
2610 * gdb.c++/derivation.exp: Likewise.
2611 * gdb.c++/templates.exp: Likewise.
2612 * gdb.c++/virtfunc.exp: Likewise.
2613
2614 2002-01-10 Michael Snyder <msnyder@redhat.com>
2615
2616 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
2617
2618 2002-01-08 Michael Snyder <msnyder@redhat.com>
2619
2620 * gdb.base/gcore.exp: New test for generate-core-file command.
2621 * gdb.base/gcore.c: Testcase for above.
2622 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
2623
2624 2002-01-08 Jason Merrill <jason@redhat.com>
2625
2626 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
2627
2628 2002-01-07 Fred Fish <fnf@redhat.com>
2629
2630 * gdb.c++/overload.exp: Remove unconditional xfails for:
2631 print foo_instance1.overloadargs(1)
2632 print foo_instance1.overloadargs(1, 2)
2633 print foo_instance1.overloadargs(1, 2, 3)
2634 print foo_instance1.overloadargs(1, 2, 3, 4)
2635 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
2636 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
2637 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
2638 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
2639 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
2640 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
2641 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
2642 print foo_instance1.overload1arg()
2643 print foo_instance1.overload1arg((char)arg2)
2644 print foo_instance1.overload1arg((signed char)arg3)
2645 print foo_instance1.overload1arg((unsigned char)arg4)
2646 print foo_instance1.overload1arg((int)arg7)
2647 print foo_instance1.overload1arg((unsigned int)arg8)
2648 print foo_instance1.overload1arg((float)arg11)
2649 print foo_instance1.overload1arg((double)arg12)
2650
2651 2002-01-07 Michael Snyder <msnyder@redhat.com>
2652
2653 * gdb.base/huge.exp: New test. Print a very large target data object.
2654 (skip_huge_test): New test variable. Define if you want to skip this
2655 test. The test reads an 8 megabyte data object from the target, so it
2656 might be very time consuming on remote targets with a slow connection.
2657 * gdb.base/huge.c: New file. Test case for above.
2658
2659 2002-01-07 Fred Fish <fnf@redhat.com>
2660
2661 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
2662 g_instance.bfoo, and g_instance.cfoo.
2663
2664 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
2665
2666 * gdb.base/break.c (multi_line_if_conditional): New function.
2667 (multi_ilne_while_conditional): Likewise.
2668 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
2669 IF or WHILE condition puts the breakpoint at the start of
2670 the condition.
2671
2672 * gdb.base/selftest.exp (backtrace through signal handler): Remove
2673 hppa*-*-hpux* expected failure.
2674 * gdb.base/structs.exp (do_function_calls): Similarly.
2675
2676 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
2677 watchpoints.
2678
2679 2002-01-06 Andrew Cagney <ac131313@redhat.com>
2680
2681 Fix PR gdb/66.
2682 * gdb.base/structs.exp: Replace skip for a29k with skip for
2683 gdb,cannot_call_functions.
2684 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
2685 * gdb.base/callfuncs.exp: Ditto.
2686 * gdb.base/call-rt-st.exp: Ditto.
2687 * gdb.base/call-strs.exp: Ditto.
2688 * gdb.base/callfwmall.exp: Ditto.
2689 * gdb.base/scope.exp: Obsolete xfail a29k.
2690 * gdb.c++/misc.exp: Ditto.
2691 * gdb.c++/cplusfuncs.exp: Ditto.
2692 * gdb.base/ptype.exp: Ditto.
2693 * gdb.base/printcmds.exp: Ditto.
2694 * gdb.base/opaque.exp: Ditto.
2695 * gdb.base/list.exp: Ditto.
2696 * gdb.base/funcargs.exp: Ditto.
2697 * gdb.base/default.exp: Ditto.
2698
2699 2002-01-04 Michael Snyder <msnyder@redhat.com>
2700
2701 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
2702 * gdb.base/maint.exp: Add tests for maint info sections options.
2703
2704 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
2705
2706 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
2707
2708 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
2709
2710 * gdb.asm/arm.inc: New file.
2711 * gdb.asm/asm-source.exp: Add arm targets.
2712 * gdb.asm/configure.in: Ditto.
2713 * gdb.asm/configure: Recreated from configure.in.
2714
2715 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
2716
2717 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
2718 with HP's compiler.
2719 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
2720 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
2721 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
2722 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
2723
2724 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
2725 either HP's compilers or GCC.
2726
2727 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
2728 a SIGBUS or SIGSEGV.
2729
2730 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
2731
2732 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
2733 can be compiled with either HP's compiler or GCC.
2734
2735 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
2736 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
2737 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
2738
2739 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
2740 to match current gdb output. Update due to using auto-solib-limit
2741 for limiting instead of overloading auto-solib-add.
2742 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
2743 test program.
2744
2745 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
2746 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
2747 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2748 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
2749 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
2750 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2751 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
2752 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
2753 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
2754 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
2755 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
2756 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
2757 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
2758
2759 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
2760 a SIGTRAP to the inferior.
2761
2762 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
2763
2764 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
2765 Substitute call to target_link by call to gdb_compile.
2766
2767 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
2768
2769 * gdb.base/break.exp: Fix HP specific search string when testing
2770 backtracing in a called function.
2771
2772 * gdb.base/constvars.exp: Only set lang to C++ if we're
2773 compiling the test with HP's compilers.
2774 * gdb.base/volatile.exp: Similarly.
2775
2776 2001-12-19 Jim Blandy <jimb@redhat.com>
2777
2778 * gdb.base/printcmds.exp: Expect the null character to be printed
2779 as '\0', and the '\013' to be printed as '\v'.
2780 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
2781 * gdb.base/setvar.exp: Same.
2782
2783 2001-12-17 Jim Blandy <jimb@redhat.com>
2784
2785 * gdb.base/completion.exp: Rather than completing very long
2786 filenames, which can make the readline library produce output we
2787 don't recognize, cd to the directory first, and then complete
2788 using nice, short relative paths.
2789
2790 * gdb.base/completion.exp: On some systems, there is, in fact, a
2791 variable named `b' in scope, since GDB treats all static
2792 variables as being in scope. So use `no_var_named_this'
2793 instead of `b'.
2794
2795 * gdb.base/corefile.exp: Recognize the message saying that GDB
2796 can't find the core file's registers as a failure.
2797
2798 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
2799
2800 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
2801 test expect string more specific.
2802
2803 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
2804
2805 * gdb.asm/asm-source.exp: Add support for xstormy16.
2806 * gdb.asm/configure.in: Ditto.
2807 * gdb.asm/configure: Rebuild.
2808 * gdb.asm/xstormy16.inc: New file.
2809
2810 2001-12-10 Fred Fish <fnf@redhat.com>
2811
2812 * gdb.base/maint.exp: Update to match changes in type dumping code.
2813
2814 2001-12-10 Jim Blandy <jimb@redhat.com>
2815
2816 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
2817 matching the entry point symbol's name at the beginning of the
2818 line.
2819
2820 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
2821
2822 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
2823 gdb.c++/inherit.exp, gdb.c++/method.exp,
2824 gdb.c++/namespace.exp, gdb.c++/templates.exp,
2825 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
2826 and class layout support.
2827
2828 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
2829
2830 * gdb.c++/classes.exp: Add test for static member function.
2831 * gdb.c++/misc.cc: Add class with static member function.
2832
2833 2001-12-07 Jim Blandy <jimb@redhat.com>
2834
2835 If GDB says it can't find the struct the function returned, report
2836 those tests as `unsupported'.
2837 * gdb.base/call-rt-st.exp (print_struct_call): New function.
2838 Rewrite subsequent tests to use it.
2839
2840 If GDB says it can't find the struct the function returned, report
2841 those tests as `unsupported'.
2842 * gdb.base/structs.exp (call_struct_func): New function.
2843 (do_function_calls): Use call_struct_func to call the functions
2844 returning structs.
2845
2846 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
2847 whether functions are prototyped or not, so we can't possibly pass
2848 arguments to t_float_values2 properly.
2849
2850 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
2851 value of `timeout' for targets other than the mips*tx39-*.
2852
2853 2001-12-06 Michael Snyder <msnyder@redhat.com>
2854
2855 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
2856 and detect whether the start symbol has a leading underscore.
2857
2858 2001-12-04 Jim Blandy <jimb@redhat.com>
2859
2860 * gdb.base/completion.exp: Clarify indentation.
2861
2862 2001-12-03 Jim Blandy <jimb@redhat.com>
2863
2864 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
2865 variables on the S/390, not `.word'.
2866
2867 2001-11-30 Jim Blandy <jimb@redhat.com>
2868
2869 Add assembly-source tests for s390-ibm-linux.
2870 * gdb.asm/s390.inc: New file.
2871 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
2872 the S/390 architecture.
2873 * gdb.asm/configure: Regenerated.
2874
2875 2001-11-30 Michael Snyder <msnyder@redhat.com>
2876
2877 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
2878 next, info source, info sources, info line, global and static
2879 variables, and static functions.
2880 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
2881 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
2882 * gdb.asm/asmsrc1.s: Add a static function and some variables.
2883 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
2884 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
2885 (gdbasm_leave): Restore frame pointer.
2886 (gdbasm_startup): Copy stack set-up from crt0.S.
2887
2888 2001-11-26 Fernando Nasser <fnasser@redhat.com>
2889
2890 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
2891 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
2892 to a local (non-static) variable. Copy tstruct.a to a static buffer
2893 and return a pointer to that buffer.
2894 * gdb.base/callfwmall.c (t_structs_a): Ditto.
2895
2896 2001-11-24 Mark Kettenis <kettenis@gnu.org>
2897
2898 * gdb.asm/configure.in: Fix recognition of ix86 target.
2899 * gdb.asm/configure: Regenerate.
2900
2901 2001-11-21 Michael Snyder <msnyder@redhat.com>
2902
2903 * gdb.asm/sparc.inc: New file.
2904 * gdb.asm/asm-source.exp: Recognize sparc target.
2905 * gdb.asm/configure.in: Recognize sparc target.
2906 * gdb.asm/configure: Regenerate.
2907
2908 2001-11-21 Michael Snyder <msnyder@redhat.com>
2909
2910 * gdb.asm/m32r.inc: New file.
2911 * gdb.asm/asm-source.exp: Recognize m32r target.
2912 * gdb.asm/configure.in: Recognize m32r target.
2913 * gdb.asm/configure: Regenerate.
2914
2915 2001-11-20 Michael Snyder <msnyder@redhat.com>
2916
2917 * gdb.asm/i386.inc: New file.
2918 * gdb.asm/asm-source.exp: Recognize ix86 target.
2919 * gdb.asm/configure.in: Recognize ix86 target.
2920 * gdb.asm/configure: Regenerate.
2921
2922 * gdb.c++/namespace.exp: Fix quotes in output messages.
2923
2924 2001-11-14 Michael Snyder <msnyder@redhat.com>
2925
2926 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
2927 qualifier in a type cast expression, to designate an address
2928 in the instruction space (Harvard architecture).
2929
2930 2001-11-13 Michael Snyder <msnyder@redhat.com>
2931
2932 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
2933 Tests for expressions using 'const' and 'volatile'.
2934
2935 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
2936
2937 * gdb.asm/asm-sources.exp: Allow defining linker flags.
2938
2939 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
2940
2941 * lib/mi-support.exp (mi_run_to_helper): Move comments
2942 outside of gdb_expect.
2943
2944 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
2945
2946 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
2947 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
2948 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
2949 mi0_run_to): New functions.
2950 * gdb.mi/mi-simplerun.exp: Use them.
2951 * gdb.mi/mi0-simplerun.exp: Likewise.
2952 * gdb.mi/mi-var-cmd.exp: Likewise.
2953 * gdb.mi/mi0-var-cmd.exp: Likewise.
2954
2955 2001-11-10 Andrew Cagney <ac131313@redhat.com>
2956
2957 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
2958 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
2959
2960 2001-11-09 Andrew Cagney <ac131313@redhat.com>
2961
2962 * gdb.base/restore.exp: Include $expected value in restored test
2963 message.
2964
2965 2001-11-09 Andrew Cagney <ac131313@redhat.com>
2966
2967 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
2968 implemented.
2969
2970 2001-11-08 Michael Snyder <msnyder@redhat.com>
2971
2972 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
2973 Add pass/fail message for stop at breakpoint in call dummy function.
2974
2975 2001-11-07 Michael Snyder <msnyder@redhat.com>
2976
2977 * gdb.c++/templates.exp (test_template_breakpoints):
2978 If we get an overload menu, but it does not match what
2979 we expect, we still need to issue the "cancel" command.
2980 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
2981 making the whitespace optional. Argument for "new" may be
2982 "unsigned" as well as "unsigned int/long".
2983 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
2984 making the whitespace optional. Also replace "(void) with
2985 "((void|)), making the keyword "void" optional.
2986 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
2987 making the whitespace optional. Also replace "(void) with
2988 "((void|)), making the keyword "void" optional.
2989 * gdb.base/callfuncs.c (t_float_values): This function must
2990 _not_ be prototyped, and the following function (t_float_values2)
2991 must be prototyped (if the compiler supports it), so that GDB
2992 can be tested against both cases. Usually one case involves
2993 promotion of float to double, while the other does not.
2994 * gdb.base/callfwmall.c: Ditto.
2995 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
2996 includes a stack frame for "start".
2997
2998 2001-11-05 Jim Blandy <jimb@redhat.com>
2999
3000 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
3001 pointers are 32 bits long, and that offsets of relocs are always
3002 stored in the data (REL-style), and not in the reloc entry itself
3003 (RELA-style).
3004 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
3005 stabs.
3006
3007 2001-11-01 Michael Snyder <msnyder@redhat.com>
3008
3009 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
3010 and regular expression operators by using quoting.
3011
3012 2001-10-31 Michael Snyder <msnyder@redhat.com>
3013
3014 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
3015 depending on what the symbol table contains.
3016 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
3017 the output of the ptype command. Similarly, accept both "const &"
3018 and "const&".
3019
3020 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
3021
3022 * gdb.base/miscexprs.c (main): Add usage of preprocessor
3023 symbol `STORAGE' to allow to choose the storage class of
3024 the local datastructures.
3025 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
3026 compiler directive.
3027
3028 2001-10-30 Michael Snyder <msnyder@redhat.com>
3029
3030 * gdb.base/jump.exp: Allow it to run for all targets.
3031
3032 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
3033
3034 * gdb.base/call-ar-st.c (print_double_array): Match for loop
3035 with new double_array size.
3036 (main): Change storage class of all local variables to static.
3037 Reduce size of double_array to 9.
3038 * gdb.base/call-ar-st.exp: Increase timeout value.
3039 Change expected output for double array to match new size in
3040 call-ar-st.c.
3041
3042 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
3043
3044 * gdb.base/ending-run.exp: Create identical output when passing
3045 `step to end of run' case. Add regular expression branch satisfying
3046 Stormy16 target.
3047
3048 2001-10-28 Mark Kettenis <kettenis@gnu.org>
3049
3050 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
3051 that we catch the expected failure under Linux/x86.
3052
3053 2001-10-29 Orjan Friberg <orjanf@axis.com>
3054
3055 * gdb.base/setvar.exp: Escape curly braces.
3056 * gdb.stabs/weird.exp: Ditto.
3057
3058 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
3059
3060 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
3061 * gdm.mi/mi0-hack-cli.exp: Likewise.
3062
3063 2001-10-25 Andrew Cagney <ac131313@redhat.com>
3064
3065 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
3066 messages.
3067
3068 2001-10-21 Andrew Cagney <ac131313@redhat.com>
3069
3070 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
3071 checking MI enabled.
3072
3073 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
3074
3075 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
3076
3077 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
3078
3079 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
3080 if gdb child process crashes, just signal an error.
3081
3082 2001-10-02 Jim Blandy <jimb@redhat.com>
3083
3084 * lib/gdb.exp (test_xfail_format): Simplify.
3085
3086 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
3087 front of the variable name `format'. Simplify `if'.
3088
3089 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
3090
3091 * gdb.threads/pthreads.exp: Wait for output and delay
3092 before sending ^C.
3093
3094 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
3095
3096 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
3097 some incorrect output instead of timing out.
3098 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
3099
3100 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
3101
3102 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
3103 check to allow additional `int'.
3104
3105 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
3106
3107 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
3108 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
3109
3110 2001-09-27 Michael Snyder <msnyder@redhat.com>
3111
3112 * lib/gdb.exp (test_debug_format): New proc.
3113 (setup_xfail_format): Use new proc test_debug_format.
3114 * gdb.base/constvars.exp (local_compiler_xfail_check): New
3115 proc; use new service proc test_debug_format.
3116 Replace all other "gcc_compiled" tests with this test.
3117 * gdb.base/volatile.exp (local_compiler_xfail_check): New
3118 proc; use new service proc test_debug_format.
3119 Replace all other "gcc_compiled" tests with this test.
3120
3121 2001-09-27 Michael Snyder <msnyder@redhat.com>
3122
3123 * gdb.base/cvexpr.exp: New file.
3124 * gdb.base/cvexpr.c: New file
3125 Test for expressions using const and volatile keywords.
3126
3127 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
3128
3129 * gdb.base/constvars.exp: Check for different orders of keywords
3130 and additional "int" strings in output.
3131
3132 2001-09-22 Andrew Cagney <ac131313@redhat.com>
3133
3134 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
3135 responses from "help maint".
3136
3137 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
3138
3139 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
3140 to localhost:NNN instead of :NNN, in case Xvfb is listening
3141 only on TCP.
3142
3143 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
3144
3145 * gdb.base/recurse.exp: When checking leaving the watchpoint
3146 scope, recognize when gdb is in function's epilogue and pass.
3147
3148 2001-09-18 Keith Seitz <keiths@redhat.com>
3149
3150 * lib/insight-support.exp (_gdbtk_export_target_info): Add
3151 support for running tests against sid targets.
3152 (gdbtk_done): Ditto.
3153
3154 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
3155
3156 * gdb.base/ending-run.c (main): Set stdout buffersize
3157 to the same reasonable value for any target.
3158 * gdb.base/ending-run.exp: Add a regular expression
3159 to make testsuite happy on Sanyo Stormy16 target.
3160
3161 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
3162
3163 * gdb.base/display.c (do_loops): Add float variable `f'.
3164 Increment f in loop.
3165 * gdb.base/display.exp: Increment timeout by 60 seconds.
3166 Change float display test to use variable `f'.
3167
3168 2001-09-17 Jim Blandy <jimb@redhat.com>
3169
3170 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
3171 overflowing the limited breakpoint tables on some ROM monitors
3172 (like the ROM68K).
3173
3174 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
3175
3176 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
3177 the "-ac" (disable access control) flag.
3178
3179 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
3180
3181 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
3182 ints.
3183
3184 2001-08-30 Keith Seitz <keiths@redhat.com>
3185
3186 * lib/gdb.exp: Move all insight-related functionality into
3187 separate file.
3188 * lib/insight-support.exp: New file.
3189
3190 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
3191
3192 * config/sid.exp (sid_start): Never set sid verbosity; disable
3193 expect_background {} that consumed its stdout; tolerate </dev/null.
3194 Attempt to set endianness override in "sid" protocol mode. Cleanup.
3195
3196 2001-08-18 Andrew Cagney <ac131313@redhat.com>
3197
3198 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
3199 CLI jump command to start it.
3200 (mi_run_to_main): Fail immediatly when unexpected output.
3201
3202 2001-08-18 Andrew Cagney <ac131313@redhat.com>
3203
3204 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
3205 beginning of function. Fix PR gdb/191.
3206
3207 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
3208
3209 * config/sid.exp (sid_start): Don't warn if we cannot figure out
3210 what to force sid endianness to.
3211
3212 2001-08-15 Keith Seitz <keiths@redhat.com>
3213
3214 * lib/gdb.exp (gdbtk_start): Don't set environment
3215 variables for TCL_LIBRARY and friends. Insight will
3216 now figure these out for itself.
3217
3218 2001-08-02 Michael Snyder <msnyder@redhat.com>
3219
3220 * gdb.base/completion.exp: Remove the symbol "a64l" from
3221 the expect string; this is target-specific, and not related
3222 to what is being tested.
3223
3224 2001-08-02 Dave Brolley <brolley@redhat.com>
3225
3226 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
3227
3228 2001-07-25 Michael Snyder <msnyder@redhat.com>
3229
3230 * gdb.base/consecutive.exp: New file. Test stepping over
3231 breakpoints on consecutive instructions.
3232 * gdb.base/consecutive.c: New file.
3233
3234 * gdb.base/call-rt-st.exp: Use double-backslash to quote
3235 curly braces in regular expressions.
3236
3237 2001-07-25 Michael Snyder <msnyder@redhat.com>
3238
3239 * gdb.base/ending-run.exp: Accept "Program exited normally" as
3240 legitimate output from stepping out of main.
3241
3242 2001-07-22 Keith Seitz <keiths@redhat.com>
3243
3244 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
3245 the empty string, do not run the tests.
3246
3247 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3248
3249 * gdb.base/long_long.exp: Detect size of pointer. Take into
3250 account 2-byte pointers when testing for p/a results.
3251
3252 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3253
3254 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
3255 and defined to 1K for m68hc11.
3256 (random_data): Reduce table to 1K for embedded platforms (68hc11).
3257 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
3258 (sizeof_random_data): New variable to tell the size of the data table;
3259 don't test past this size; always run to main.
3260
3261 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3262
3263 * gdb.base/return2.exp: return of long long and double fails for
3264 68HC11; don't execute these tests on that platform.
3265 * gdb.base/return.exp: Return of a double fails for 68hc11.
3266
3267 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3268
3269 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
3270 tests that print a float.
3271 * call-rt-st.exp: Likewise.
3272
3273 2001-07-12 Mark Kettenis <kettenis@gnu.org>
3274
3275 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
3276 running this test on Linux.
3277
3278 2001-06-24 Michael Chastain <chastain@redhat.com>
3279
3280 * gdb.base/arithmet.exp: Remove some tests to make all test names
3281 unique.
3282
3283 2001-07-03 Michael Snyder <msnyder@redhat.com>
3284
3285 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
3286 the output of the ptype command.
3287
3288 2001-07-02 Michael Snyder <msnyder@redhat.com>
3289
3290 * gdb.base/completion.exp: Don't assume that break.c is the only
3291 source file that may contain functions named "marker".
3292 * gdb.base/corefile.exp: Quote the curly braces in regexp.
3293
3294 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3295
3296 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
3297 of files to delete.
3298
3299 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
3300 * gdb.disasm/h8300s.exp: New file.
3301 gdb.disasm/h8300s.s: Likewise.
3302
3303 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3304
3305 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
3306 empty breakpoint tables.
3307
3308 2001-06-25 Andrew Cagney <ac131313@redhat.com>
3309
3310 * lib/mi-support.exp: Update args=... part of stop-reason
3311 patterns. Accept either a list or a tuple.
3312
3313 2001-06-23 Andrew Cagney <ac131313@redhat.com>
3314
3315 * lib/mi-support.exp: Remove local emacs variable defining
3316 change-log-default-name.
3317
3318 2001-06-22 Michael Chastain <chastain@redhat.com>
3319
3320 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
3321 This is operationally compatible with the previous version.
3322
3323 2001-06-13 Jim Blandy <jimb@redhat.com>
3324
3325 * lib/gdb.exp (gdb_test): Doc fix.
3326
3327 2001-06-10 Michael Chastain <chastain@redhat.com>
3328
3329 * gdb.base/exprs.exp: Remove a duplicate test.
3330
3331 2001-06-06 Jim Blandy <jimb@redhat.com>
3332
3333 * gdb.base/return2.exp (main): Use values to test float and double
3334 returns that are not NaN's, to avoid being confused by IEEE
3335 comparison rules.
3336
3337 2001-06-04 Michael Snyder <msnyder@redhat.com>
3338
3339 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
3340 non-zero if control_c fails. Terminate the test on failure,
3341 rather than wait for 12 more tests to time out.
3342
3343 2001-06-06 Jim Blandy <jimb@redhat.com>
3344
3345 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
3346 Don't forget to match the GDB prompt.
3347
3348 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
3349
3350 2001-06-04 Jim Blandy <jimb@redhat.com>
3351
3352 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
3353 command.
3354
3355 2001-05-31 Kevin Buettner <kevinb@redhat.com>
3356
3357 * gdb.base/annota1.exp (info break): Match four or more spaces
3358 after "Address".
3359
3360 2001-05-31 Michael Chastain <chastain@redhat.com>
3361
3362 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
3363 (dm_type_int_star): Likewise.
3364 (dm_type_long_star): Likewise.
3365 (dm_type_void_star): Likewise.
3366
3367 2001-05-29 Kevin Buettner <kevinb@redhat.com>
3368
3369 * gdb.base/completion.exp (INPUTRC): Set this environment variable
3370 to a known value in order to get consistent results regardless
3371 of the setting of INPUTRC or the presence or contents of .inputrc.
3372
3373 2001-05-24 Michael Snyder <msnyder@redhat.com>
3374
3375 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
3376 Don't require that the main thread and the manager thread are the
3377 first in the list.
3378
3379 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
3380 debugging. If test fails, issue an "unsupported" not a "fail".
3381
3382 2001-05-24 Jim Blandy <jimb@redhat.com>
3383
3384 Don't assume that short is shorter than int.
3385 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
3386 assume that shorts are smaller than ints. On a 16-bit machine,
3387 this isn't true.
3388 ("print unsigned char == (~0)"): Add test that verifies that ~0,
3389 an int, is not equal to ~0 stored in an unsigned char. This tests
3390 the same thing that the previous test meant to, but works on
3391 16-bit machines, too.
3392 ("print unsigned char != (~0)"): Same test, complemented.
3393
3394 2001-05-24 Michael Snyder <msnyder@redhat.com>
3395
3396 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
3397 test for (full_coverage == 0). This makes the test run faster,
3398 and prevents dejagnu getting out of step.
3399
3400 2001-05-23 Kevin Buettner <kevinb@redhat.com>
3401
3402 * gdb.base/finish.exp (finish_void): Revise pattern for
3403 stopping on the call statement to not permit stopping at
3404 the start of the instructions comprising the call sequence.
3405
3406 2001-05-19 Michael Chastain <chastain@redhat.com>
3407
3408 * gdb.base/callfuncs.exp: Make all test names unique.
3409 * gdb.base/commands.exp: Make all test names unique.
3410 * gdb.base/condbreak.exp: Make all test names unique.
3411 * gdb.base/dbx.exp: Make all test names unique.
3412 * gdb.base/default.exp: Make all test names unique.
3413 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
3414 and TIMEOUT messages to their corresponding PASS message.
3415 * gdb.base/ending-run.exp: Make all test names unique.
3416 * gdb.base/long_long.exp: Remove duplicate test.
3417
3418 2001-05-21 Kevin Buettner <kevinb@redhat.com>
3419
3420 * gdb.base/finish.exp (finish_void): Allow "finish" command to
3421 stop on the call statement as well as the statement after the
3422 call.
3423
3424 2001-05-21 Michael Snyder <msnyder@redhat.com>
3425
3426 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
3427
3428 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
3429
3430 * gdb.base/completion.exp: Revamp test. Make it execute on all
3431 platforms.
3432
3433 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
3434
3435 * config/gdbserver.exp (gdb_load): Handle the case
3436 in which the arguments to gdbserver are given in the
3437 baseboard configuration file.
3438 Also handle the case in which the server needs to do a
3439 load.
3440
3441 2001-05-07 Keith Seitz <keiths@cygnus.com>
3442
3443 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
3444 set up the display for testing.
3445 (gdbtk_start): Convert all paths to paths that tcl will like.
3446 Export target information to environment.
3447 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
3448 necessary.
3449 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
3450 (to_tcl_path): New proc to convert a given pathname into
3451 a path acceptible as an argument to a tcl command.
3452 (_gdbtk_export_target_info): New proc to export target info
3453 into the environment for gdbtk testing.
3454 (gdbtk_done): New proc to signal end-of-test.
3455
3456 2001-05-06 Jim Blandy <jimb@redhat.com>
3457
3458 * restore.c: Make the code of caller0 correspond to its comment.
3459
3460 2001-05-03 Michael Snyder <msnyder@redhat.com>
3461
3462 * config/sid.exp (gdb_target_sid): Check for error messages.
3463 On error or timeout, don't make expect exit (which will terminate
3464 all subsequent tests); instead just make gdb exit.
3465 (gdb_load): Check for error messages. On error or timeout,
3466 return a negative value.
3467
3468 2001-04-24 Jim Blandy <jimb@redhat.com>
3469
3470 * gdb.c++/templates.exp: If we see the prompt for the overload
3471 list, but we haven't recognized any of the longer patterns,
3472 arrange for this test to fail, not hang.
3473
3474 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
3475 variations.
3476
3477 2001-04-22 Michael Chastain <chastain@redhat.com>
3478
3479 * gdb.c++/local.exp: Use the 'runto' library function.
3480 * gdb.c++/namespace.exp: Likewise.
3481 * gdb.c++/overload.exp: Likewise.
3482
3483 2001-03-26 Kevin Buettner <kevinb@redhat.com>
3484
3485 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
3486 * gdb.base/step-line.exp: New file. Test step/next in presence of
3487 #line directives.
3488 * gdb.base/step-line.c: New file. Test program for the above.
3489 * gdb.base/step-line.inp: New file. We pretend that this file has
3490 been transformed by some other tool into step-line.c.
3491
3492 2001-03-21 Jim Blandy <jimb@redhat.com>
3493
3494 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
3495 unmangled operator names.
3496
3497 2001-03-20 Jim Blandy <jimb@redhat.com>
3498
3499 * gdb.threads/linux-dp.exp: Recognize an additional message
3500 generated by GDB when it doesn't understand how to debug threads
3501 on the target system.
3502
3503 2001-03-19 Andrew Cagney <ac131313@redhat.com>
3504
3505 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
3506
3507 2001-03-12 Michael Chastain <chastain@redhat.com>
3508
3509 * gdb.c++/derivation.exp: Use the 'runto' library function.
3510
3511 2001-03-12 Michael Chastain <chastain@redhat.com>
3512
3513 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
3514
3515 2001-02-24 Michael Chastain <chastain@redhat.com>
3516
3517 * gdb.c++/ref-types.exp: Change handwritten code to library
3518 function 'runto'.
3519
3520 2001-03-16 Orjan Friberg <orjanf@axis.com>
3521
3522 * gdb.base/signals.exp: Set count to 0 explicitly.
3523
3524 2001-03-15 Mark Salter <msalter@redhat.com>
3525
3526 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
3527 (gdb_target_monitor): Add check of gdb_target_cmd return value.
3528 (gdb_load): Add support for additional target_info: gdb_download_size
3529 and gdb_load_timeout.
3530
3531 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
3532
3533 * gdb.base/annota1.exp: Move test of isnative to earlier in the
3534 file -- to prevent failing when the compile fails but we have no
3535 intention of running the tests anyway.
3536
3537 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
3538 tests if set.
3539
3540 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
3541 integers.
3542
3543 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
3544 * gdb.c++/namespace.exp: Ditto.
3545
3546 2001-03-07 Orjan Friberg <orjanf@axis.com>
3547
3548 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
3549 * gdb.base/pointers.exp: Relax pattern match of decimals.
3550
3551 2001-03-06 Kevin Buettner <kevinb@redhat.com>
3552
3553 * Makefile.in, config/abug.exp, config/cfdbug.exp,
3554 config/cpu32bug.exp, config/dve.exp, config/est.exp,
3555 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
3556 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
3557 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
3558 config/sh.exp, config/sid.exp, config/slite.exp,
3559 config/sparclet.exp, config/udi.exp, config/unknown.exp,
3560 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
3561 config/vxworks.exp, config/vxworks29k.exp,
3562 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
3563 gdb.base/all-bin.exp, gdb.base/annota1.exp,
3564 gdb.base/arithmet.exp, gdb.base/assign.exp,
3565 gdb.base/async.exp, gdb.base/attach.exp,
3566 gdb.base/bitfields.exp, gdb.base/bitops.exp,
3567 gdb.base/break.exp, gdb.base/call-ar-st.exp,
3568 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
3569 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
3570 gdb.base/commands.exp, gdb.base/completion.exp,
3571 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
3572 gdb.base/constvars.exp, gdb.base/corefile.exp,
3573 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
3574 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
3575 gdb.base/ending-run.exp, gdb.base/environ.exp,
3576 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
3577 gdb.base/finish.exp, gdb.base/foll-exec.exp,
3578 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
3579 gdb.base/funcargs.exp, gdb.base/help.exp,
3580 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
3581 gdb.base/logical.exp, gdb.base/long_long.exp,
3582 gdb.base/maint.exp, gdb.base/mips_pro.exp,
3583 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
3584 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
3585 gdb.base/pointers.exp, gdb.base/printcmds.exp,
3586 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
3587 gdb.base/regs.exp, gdb.base/relational.exp,
3588 gdb.base/remote.exp, gdb.base/reread.exp,
3589 gdb.base/restore.exp, gdb.base/return2.exp,
3590 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
3591 gdb.base/selftest.exp, gdb.base/setshow.exp,
3592 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
3593 gdb.base/sigall.exp, gdb.base/signals.exp,
3594 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
3595 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
3596 gdb.base/step-test.exp, gdb.base/structs.c,
3597 gdb.base/structs.exp, gdb.base/structs2.exp,
3598 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
3599 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
3600 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
3601 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3602 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
3603 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
3604 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
3605 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
3606 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
3607 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
3608 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
3609 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
3610 gdb.fortran/types.exp, gdb.java/jmisc.exp,
3611 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
3612 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
3613 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3614 gdb.trace/circ.exp, gdb.trace/collection.exp,
3615 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3616 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
3617 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
3618 gdb.trace/report.exp, gdb.trace/save-trace.exp,
3619 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
3620 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
3621 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
3622 notices.
3623
3624 2001-02-27 Michael Snyder <msnyder@cygnus.com>
3625
3626 * gdb.base/varargs.c (find_max_double): Fix printf format string:
3627 first arg is int not float.
3628
3629 2001-02-22 Michael Snyder <msnyder@cygnus.com>
3630
3631 * gdb.base/reread.exp: Unsupported for non-native targets;
3632 doesn't work for remote debugging.
3633
3634 2001-02-19 Fernando Nasser <fnasser@redhat.com>
3635
3636 From Drew Moseley <dmoseley@redhat.com>
3637 * gdb.base/ending-run.exp: Properly handle the BSP state when
3638 stepping past the end of main.
3639
3640 2001-02-19 John Moore <jmoore@redhat.com>
3641
3642 * gdb.base/commands.exp (infrun_breakpoint_command_test):
3643 Converted HPUX fix for non-expected items following multiple
3644 step commands into general solution for all platforms.
3645
3646 2001-02-18 Michael Chastain <chastain@redhat.com>
3647
3648 * gdb.c++/classes.exp (do_tests): Change runto statements
3649 from "runto 'foo(void)'" to "runto 'foo'". This makes the
3650 statements demangler agnostic.
3651 * gdb.c++/virtfunc.exp (do_tests): Likewise.
3652 (gdb_virtfunc_restart): Likewise.
3653
3654 2001-02-14 Michael Chastain <chastain@redhat.com>
3655
3656 * gdb.c++/inherit.exp (do_tests): Change runto statements
3657 from "runto 'foo(void)'" to "runto 'foo'". This makes the
3658 statements demangler agnostic.
3659
3660 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
3661
3662 * gdb.threads/pthreads.exp: Unify pass/fail messages for
3663 ``continue to bkpt at common_routine in thread 2'' and ``stopped
3664 before calling common_routine 15 times'' tests.
3665
3666 2001-02-11 Michael Chastain <chastain@redhat.com>
3667
3668 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
3669 Helps the test script figure out which demangler is in use.
3670 (dm_type_foo_ref): Ditto.
3671 (dm_type_int_star): Ditto.
3672 (dm_type_long_star): Ditto.
3673 (dm_type_unsigned_int): Ditto.
3674 (dm_type_void): Ditto.
3675 (dm_type_void_star): Ditto.
3676 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
3677 Probe the gdb demangler and set variables to accommodate
3678 formatting differences.
3679 (info_func_regexp): New function. Same as info_func, but
3680 matches against a regexp.
3681 (info_func): Match against a literal string.
3682 (print_addr_2): New function. Match against a literal string,
3683 which can be different from the input to gdb.
3684 (print_addr): Simply call print_addr_2 with the same argument twice.
3685 (test_lookup_operator_functions): Use demangler formatting variables.
3686 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
3687 the tests in the same order as the C++ class declaration.
3688 (test_paddr_operator_functions): Ditto.
3689 (test_paddr_overloaded_functions): Ditto.
3690 (test_paddr_hairy_functions): Use demangler formatting variables.
3691 Add reference to gdb/19 for related tests.
3692 (do_tests): Call probe_demangler.
3693
3694 2001-01-30 Kevin Buettner <kevinb@redhat.com>
3695
3696 * gdb.c++/templates.cc (printf): Remove unused function definition.
3697
3698 2001-01-26 Felix Lee <flee@redhat.com>
3699
3700 * sid.exp (sid_exit): Pass host, not target, to remote_close.
3701
3702 2001-01-25 matthew green <mrg@redhat.com>
3703
3704 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
3705 up sid.
3706 (sid_exit): Call `remote_pop_conn' after GDB is gone.
3707
3708 2001-01-25 matthew green <mrg@redhat.com>
3709
3710 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
3711 Deprecate $sid_spawn_id.
3712 (sid_exit): Remove code necessary only for `spawn.'
3713
3714 2001-01-25 matthew green <mrg@redhat.com>
3715
3716 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
3717
3718 2001-01-28 Michael Chastain <chastain@redhat.com>
3719
3720 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
3721 to call when tests fail. It takes gdb out of the overloaded
3722 function choice menu back to the main prompt, so that the test
3723 program stays synchronized.
3724 (set_bp_overloaded): New proc to collect all the common
3725 code for setting a breakpoint on an overloaded name. Calls
3726 take_gdb_out_of_choice_menu when needed.
3727 (menu_overload1arg): New variable to collect the repeated
3728 instances of the expected menu for an overloaded name. Change
3729 the regular expression to handle changes in g++ type encoding:
3730 "void" can be either "void" or "", and "unsigned int" can be
3731 either "unsigned int" or "unsigned".
3732 (continue_to_bp_overloaded): Change regular expressions to handle
3733 changes in g++ type encoding.
3734 (no proc): Call take_gdb_out_of_choice_menu when needed.
3735 Remove redundant calls to "info break". Accept either "canceled"
3736 or "cancelled". Change regular expressions in "info break"
3737 calls to handle changes in g++ type encoding. Give all tests
3738 unique strings.
3739
3740 2001-01-17 Ben Elliston <bje@redhat.com>
3741
3742 * config/sid.exp: New file.
3743
3744 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
3745
3746 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
3747
3748 2000-12-21 Michael Snyder <msnyder@cygnus.com>
3749
3750 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
3751 Add a RE to accept a non-ascii char if one is ever presented.
3752
3753 2000-12-20 Fernando Nasser <fnasser@redhat.com>
3754
3755 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
3756
3757 2000-12-18 Michael Snyder <msnyder@cygnus.com>
3758
3759 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
3760 in regexp. One '\' does not suffice on Linux.
3761
3762 2000-12-09 Michael Chastain <chastain@redhat.com>
3763
3764 * gdb.base/break.exp (test_clear_command): Use a marker function
3765 rather than 'main' for the test function. Also move this
3766 test to an execution point where the marker function names are
3767 guaranteed to be bound to functions. (Executing tests after a
3768 'finish' from main runs into name conflicts with local names
3769 in __libc_start_main).
3770
3771 2000-12-07 Michael Snyder <msnyder@cygnus.com>
3772
3773 * gdb.base/finish.exp: New test for gdb's "finish" command.
3774 * gdb.base/return2.exp: New test for gdb's "return" command.
3775 * gdb.base/return2.c: New source file for above.
3776
3777 2000-12-05 Michael Snyder <msnyder@cygnus.com>
3778
3779 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
3780 * gdb.base/miscexprs.exp: Ditto.
3781 * gdb.base/pointers.exp: Ditto.
3782 * gdb.c++/derivation.exp: Ditto.
3783 * gdb.c++/local.exp: Ditto.
3784 * gdb.c++/namespace.exp: Ditto.
3785 * gdb.c++/overload.exp: Ditto.
3786 * gdb.c++/ref-types.exp: Ditto.
3787
3788 2000-12-05 Michael Snyder <msnyder@cygnus.com>
3789
3790 * gdb.base/constvars.exp: Test result of "up" command.
3791 * gdb.base/miscexprs.exp: Ditto.
3792 * gdb.base/pointers.exp: Ditto.
3793 * gdb.base/scope.exp: Ditto.
3794 * gdb.c++/derivation.exp: Ditto.
3795 * gdb.c++/local.exp: Ditto.
3796 * gdb.c++/namespace.exp: Ditto.
3797 * gdb.c++/overload.exp: Ditto.
3798 * gdb.c++/ref-types.exp: Ditto.
3799
3800 2000-11-22 Michael Chastain <chastain@redhat.com>
3801
3802 * mips_pro.exp: Accept either "middle -> top -> main" or
3803 "middle -> main" in the backtrace, because gcc can optimize
3804 tail calls to jumps. Remove setup_xfail for the hppa case.
3805 Add a comment with the original warning messages from PR 3016,
3806 which was filed in 1993, to preserve them for posterity.
3807
3808 2000-11-17 Nick Duffek <nsd@redhat.com>
3809
3810 * lib/gdb.exp (gdb_test): Override timeout with board info.
3811
3812 2000-11-17 Nick Duffek <nsd@redhat.com>
3813
3814 * gdb.base/display.exp: Don't kill running stub. Add "again" to
3815 the second kill and detach messages.
3816
3817 2000-11-17 Nick Duffek <nsd@redhat.com>
3818
3819 * configure.in: Add AC_EXEEXT.
3820 * configure: Regenerate.
3821 * Makefile.in (just-check): Export EXEEXT.
3822 * lib/gdb.exp ($EXEEXT): Import from environment.
3823 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
3824 expect "maint dump-me" on Cygwin.
3825 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
3826 $EXEEXT.
3827
3828 2000-11-17 Nick Duffek <nsd@redhat.com>
3829
3830 * gdb.base/break.exp: Test backtrace and finish from called
3831 function on all platforms, not just HP-UX.
3832
3833 2000-11-03 Michael Snyder <msnyder@cygnus.com>
3834
3835 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
3836 code from gdb_target_monitor, so it can be used independantly
3837 for gdbserver. Also comment out an unnecessary PUTS.
3838
3839 2000-11-03 Michael Snyder <msnyder@cygnus.com>
3840
3841 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
3842 * gdb.base/corefile.exp: Expect the message "Program is being
3843 debugged already" when we send the "corefile" command, since
3844 the preceeding gdb_load may have connected gdb to a remote target.
3845 * gdb.base/display.exp: Disable hardware watchpoints if new
3846 board info variable "no_hardware_watchpoints" is true.
3847 Replace single-letter commands with more readable ones.
3848 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
3849 if new board info variable "no_hardware_watchpoints" is true.
3850 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
3851 to see if stdio (printf) testing is possible.
3852 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
3853 board info variable "no_hardware_watchpoints" is true. Use new
3854 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
3855
3856 2000-11-13 Fernando Nasser <fnasser@redhat.com>
3857
3858 From Orjan Friberg <orjanf@axis.com>:
3859 * gdb.base/printcmds.exp: Escape curly braces followed by a number
3860 in array print pattern match.
3861
3862 2000-11-09 Fernando Nasser <fnasser@redhat.com>
3863
3864 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
3865 spelling "cancelled" to U.S. spelling "canceled" to match changes
3866 made to gdb.
3867 * gdb.c++/ovldbreak.exp: Ditto.
3868
3869 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3870
3871 * gdb.base/callfuncs.c (main): Moved to end of file, call
3872 t_double_values to initialize the FPU before inferior calls are made.
3873 * gdb.base/callfuncs.exp: Test for register preservation after calling
3874 inferior functions. Add tests for continuining, finishing and
3875 returning from a stop in a call dummy.
3876
3877 2000-10-24 Michael Snyder <msnyder@cygnus.com>
3878
3879 * gdb.base/commands.exp: Break up long lines, and re-indent.
3880
3881 2000-10-19 Michael Snyder <msnyder@cygnus.com>
3882
3883 * config/gdbserver.exp: Rewritten from the ground up, to make it
3884 compatible with the current dejagnu tree, and to make it work with
3885 the new "gdbserver" in libremote.
3886
3887 2000-10-16 Michael Snyder <msnyder@cygnus.com>
3888
3889 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
3890 * gdb.base/varargs.exp: Skip entire test if no printf support.
3891 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
3892 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
3893
3894 2000-10-13 Michael Snyder <msnyder@cygnus.com>
3895
3896 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
3897 no floating point support.
3898 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
3899 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
3900 * gdb.base/call-rt-st.exp: Ditto.
3901 * gdb.base/call-strs.exp: Ditto.
3902
3903 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
3904
3905 * gdb.base/sizeof.c: include <stdio.h>.
3906
3907 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
3908 'finish', otherwise uncaptured gdb_prompt would potentially
3909 throw remaining test points out of sync.
3910
3911 2000-07-26 Scott Bambrough <scottb@netwinder.org>
3912
3913 * gdb.base/recurse.exp: Run tests for all targets.
3914 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
3915 gnu-oldld case on ARM.
3916 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
3917 for ARM targets.
3918
3919 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
3920
3921 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
3922 * gdb.java/configure: Rebuild.
3923
3924 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
3925
3926 * gdb.java/jv-exp.exp: New file.
3927
3928 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
3929
3930 * configure: Rebuilt.
3931 * configure.in (configdirs): Add gdb.java.
3932 * gdb.java/jmisc.java: New file.
3933 * gdb.java/jmisc.exp: New file.
3934 * gdb.java/Makefile.in: New file.
3935 * gdb.java/configure: Rebuilt.
3936 * gdb.java/configure.in: New file.
3937 * lib/java.exp: New file.
3938
3939 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
3940
3941 * gdb.base/exprs.exp: Test casts to a pointer including over and
3942 underflow.
3943
3944 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
3945
3946 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
3947 and the compilers sizes.
3948
3949 2000-07-09 Nick Duffek <nsd@redhat.com>
3950
3951 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
3952 (use_methods): New function.
3953 (main): Call use_methods().
3954 * gdb.c++/classes.exp (test_method_param_class): New procedure.
3955 (do_tests): Call test_method_param_class.
3956
3957 2000-07-09 Nick Duffek <nsd@redhat.com>
3958
3959 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
3960 spelling.
3961 (test_enums): New procedure. Move enum tests from end of script
3962 to here. Set breakpoint on function name instead of line number.
3963 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
3964 (enums2): New marker function.
3965 (enums1): New function.
3966 (main): Call enums1(). Move enum tests to enums1().
3967
3968 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
3969
3970 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
3971 compile/link program. Update line numbers.
3972 * gdb.asm/d10v.inc: Define ``startup''.
3973 * gdb.asm/asmsrc1.s: Add definition of _start.
3974
3975 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
3976
3977 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
3978
3979 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3980
3981 * gdb.base/maint.exp: Add 'maint print architecture' item to output
3982 of 'help maint print' command.
3983
3984 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
3985
3986 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
3987 they use gdb_expect_list.
3988
3989 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
3990
3991 * gdb.base/commands.exp: Use ``set remote
3992 memory-read-packet-size'' instead of ``set endian big'' to test
3993 long commands.
3994
3995 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
3996
3997 * gdb.c++/templates.exp (do_tests): Make all of these work under
3998 g++, and stop skipping them.
3999
4000 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
4001 work under g++.
4002
4003 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
4004 initialization.
4005
4006 2000-06-02 Michael Snyder <msnyder@cygnus.com>
4007
4008 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
4009 the regular expression: accept an (almost) arbitrary sequence of
4010 "frames-invalid" and "breakpoints-invalid" messages both before
4011 and after the "starting" message.
4012
4013 2000-06-02 Michael Snyder <msnyder@cygnus.com>
4014
4015 * gdb.c++/local.exp: This test has never been known to work with g++.
4016
4017 2000-05-18 Michael Snyder <msnyder@cygnus.com>
4018
4019 * gdb.base/annota1.exp (annotate-signal-handler-caller):
4020 Relax the regular expression a little, make it pass on Solaris 8.
4021
4022 2000-05-12 Kevin Buettner <kevinb@redhat.com>
4023
4024 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
4025 a call, do not require that gdb stop on the line after the call.
4026 Instead, it is permissible for gdb to stop on the line of the
4027 call itself.
4028
4029 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
4030
4031 * gdb.base/break.exp (bp on small function, optimized file):
4032 Add a second pass pattern. The behavior differs here between stabs
4033 and dwarf for one-line functions. Stabs preserves two line symbols
4034 (one before the prologue and one after) with the same line number,
4035 but dwarf regards these as duplicates and discards one of them.
4036 Therefore the address after the prologue (where the breakpoint is)
4037 has no exactly matching line symbol, and GDB reports the breakpoint
4038 as if it were in the middle of a line rather than at the beginning.
4039
4040 2000-05-08 Michael Snyder <msnyder@cygnus.com>
4041
4042 * gdb.base/interrupt.exp: Make "pass" message say "send"
4043 rather than "send_gdb" (for consistancy).
4044
4045 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4046
4047 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
4048 * gdb.c++/templates.cc: Properly check for GCC version number.
4049 * lib/compiler.cc: Likewise
4050
4051 2000-04-28 Michael Snyder <msnyder@cygnus.com>
4052
4053 * gdb.base/break.exp: When compiled with -O2 optimization,
4054 gdb may not stop at the first line of main, due to code motion.
4055
4056 2000-04-26 Michael Snyder <msnyder@cygnus.com>
4057
4058 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
4059 This test depends on parsing the printf output from the target.
4060 Since the sparclet stub doesn't do stdio, this will never work.
4061 * gdb.base/call-rt-st.exp: ditto.
4062 * gdb.base/call-strs: ditto.
4063
4064 2000-04-24 Michael Snyder <msnyder@cygnus.com>
4065
4066 * gdb.base/miscexprs.exp: make sizeof long array test portable.
4067
4068 * gdb.base/ending-run.exp: After connecting to a remote target,
4069 but before running, the target will appear to be in a random
4070 location. Specify both a file and a line for breakpoints.
4071 Also, the function that calls main may be called 'init'
4072 rather than 'start'.
4073
4074 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4075
4076 * gdb.base/help.exp: Update output for add-symbol-file command.
4077
4078 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
4079
4080 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4081 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
4082
4083 2000-04-07 J.T. Conklin <jtc@redback.com>
4084
4085 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
4086
4087 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
4088
4089 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
4090
4091 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
4092 values that can be represented exactly.
4093 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
4094 above change, and to not check against the directory part of the source
4095 file name.
4096 (step into print_long_arg_list): Likewise.
4097 (print print_small_structs from print_long_arg_list): Likewise.
4098 (print print_long_arg_list): Likewise.
4099
4100 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4101
4102 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
4103
4104 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
4105
4106 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
4107
4108 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
4109
4110 * gdb.base/commands.exp (deprecated_command_test): Add test for
4111 deprecate with no arguments.
4112
4113 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
4114
4115 * gdb.base/break.exp: Add new test for setting breakpoints on
4116 optimized code so we can test breakpoints work even when function
4117 prologues may be optimized away
4118
4119 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4120
4121 From David Whedon <dwhedon@gordian.com>
4122 * gdb.base/commands.exp : Added command deprecator tests.
4123
4124 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
4125
4126 * gdb.base/help.exp: Added test for new apropos command.
4127
4128 2000-03-21 Kevin Buettner <kevinb@redhat.com>
4129
4130 * gdb.base/pointers.c (usevar): New function.
4131 (main): Make sure that global variables v_int_pointer2, rptr,
4132 and y are all referenced someplace in the program by calling
4133 usevar() on them. [Some linkers delete symbols which are
4134 never referenced. The space remains, but there's no way to
4135 get a (symbolic) handle on the variable from the debugger.]
4136
4137 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4138
4139 * gdb.base/printcmds.c: Add typedeffed arrays.
4140
4141 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
4142 procedure to test arrays that are typedef'd.
4143
4144 2000-03-13 James Ingham <jingham@leda.cygnus.com>
4145
4146 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
4147 the library directories.
4148
4149 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
4150
4151 * configure.in (configdirs): Add sub directory gdb.mi.
4152 * configure: Re-generate.
4153
4154 * gdb.mi: New directory.
4155
4156 2000-02-25 Scott Bambrough <scottb@netwinder.org>
4157
4158 * gdb.base/long_long.exp: Correct test suite failure when printing
4159 a long long value as a double on ARM platforms.
4160
4161 2000-02-16 Jim Blandy <jimb@redhat.com>
4162
4163 * gdb.base/break.exp ("breakpoint line number"): Make sure the
4164 default source file is set properly before running this test.
4165
4166 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4167
4168 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
4169 gdbtk/library directory, not in gdbtcl2.
4170
4171 2000-02-04 Jim Blandy <jimb@redhat.com>
4172
4173 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
4174 backslash from regexp pattern.
4175
4176 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
4177 procedure. Use it to run all the "continue to bp overloaded"
4178 tests. Note that this changes the names of the tests slightly.
4179 If the breakpoint hit message includes a hex PC value, because
4180 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
4181 from the real source code, still consider that a pass.
4182
4183 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
4184 XFAIL here if the breakpoint message contains a hex address. Note
4185 similar change on 1999-11-02.
4186
4187 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
4188
4189 * gdb.base/ptype.exp: Establish a default source file before
4190 calling get_debug_format.
4191
4192 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
4193
4194 * gdb.base/watchpoint.exp: Remove duplication of test messages.
4195
4196 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4197
4198 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
4199 of successive stepi commands -- while in the prologue we should see
4200 the function entry bracket.
4201
4202 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4203
4204 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
4205 reach __change_mode() when stepping through the end of main().
4206
4207 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
4208
4209 * gdb.base/default.exp: Fix expected pattern.
4210 * gdb.base/help.exp: Same.
4211
4212 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4213
4214 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
4215 Don't use xfail's because that affects only the following test.
4216
4217 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
4218 solaris or linux.
4219
4220 * gdb.base/selftest.exp: Update to reflect changes to main.c.
4221
4222 2000-01-07 Michael Snyder <msnyder@cygnus.com>
4223
4224 * gdb.base/display.exp: Some yacc parsers like to say
4225 "A syntax error" rather than "A parse error". Accept both.
4226
4227 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
4228
4229 * gdb.base/default.exp: Remove OS dependent string from "target
4230 remote" test.
4231 * gdb.base/help.exp: Same for "help target remote" test.
4232
4233 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4234
4235 From Jim Kingdon <kingdon@redhat.com>:
4236
4237 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
4238 prompt (cleanup rather than necessity, but still might keep output
4239 from spilling to next test).
4240
4241 2000-01-02 Fred Fish <fnf@cygnus.com>
4242
4243 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
4244 AIX, which defines them in <sys/types.h>.
4245
4246 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
4247
4248 * gdb.base/default.exp: Match arm* etc instead of arm in "info
4249 float" test.
4250
4251 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
4252
4253 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
4254
4255 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
4256 outermost frame disallowed".
4257
4258 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
4259
4260 * gdb.base/setvar.exp: New tests for setting the value of a struct
4261 with a constant list.
4262
4263 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4264
4265 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
4266 require the user to type a cast before setting the value of a struct.
4267
4268 1999-12-06 Jim Blandy <jimb@cygnus.com>
4269
4270 * gdb.base/default.exp: Expect the new 'info float' command on
4271 all i386 platforms.
4272
4273 * gdb.threads/linux-dp.exp: Expand our ability to recognize
4274 LinuxThreads libraries that don't support debugging.
4275
4276 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4277
4278 * gdb.base/remote.c: Fill the buffer with truely random data.
4279 Change the buffer type to ``unsigned char'' to simplify size
4280 arithmetic.
4281
4282 * gdb.base/remote.exp: Reduce download numbers by one. Typical
4283 stub only handles 400-1 byte packets. Verify that the download
4284 worked.
4285
4286 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
4287
4288 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
4289 tests, using UNRESOLVED for the untested cases. Also, does not wait
4290 for a timeout if the prompt was received before a recognizable pattern.
4291
4292 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
4293
4294 * lib/gdb.exp (gdb_expect_list): Fix spelling.
4295
4296 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4297
4298 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
4299 watchpoints.
4300
4301 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
4302
4303 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
4304
4305 * gdb.c++/local.exp: Be more flexible in recognizing local class
4306 name mangling. Don't allow horribly truncated method names.
4307 * gdb.c++/derivation.exp: Expect protected inheritance.
4308 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
4309 * gdb.c++/virtfunc.exp: Likewise.
4310 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
4311 when printing a nested enum.
4312
4313 1999-11-22 Jim Blandy <jimb@cygnus.com>
4314
4315 * gdb.base/step-test.exp: Properly await GDB's response to setting
4316 a breakpoint on the call to large_struct_by_value.
4317
4318 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
4319 just because we have debug info for the `start' function.
4320
4321 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
4322
4323 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
4324 "Unknown signal" messages, which indicate (on LinuxThreads) that
4325 GDB doesn't know how to debug threads on this system. This is
4326 better than hanging while philosopher 0 dumps chatter into gdb.log.
4327
4328 1999-11-18 Tom Tromey <tromey@cygnus.com>
4329
4330 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
4331
4332 1999-11-18 Fred Fish <fnf@cygnus.com>
4333
4334 * gdb.base/coremaker2.c: Add sample program for generating
4335 cores that is more self contained than coremaker.c. Eventually
4336 I'll add more code to this and tie it into the testsuite.
4337
4338 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
4339
4340 * gdb.base/dollar.exp: Remove, now in gdb.hp.
4341
4342 1999-11-10 Jimmy Guo <guo@cup.hp.com>
4343
4344 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
4345 from $srcdir/lib/.
4346 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
4347 and gdb.c++/.
4348
4349 * gdb.c++/derivation.exp: remove redundant get compiler info code.
4350
4351 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4352 'continue with watch' test point.
4353
4354 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
4355
4356 Merged from p2linux-990323-branch:
4357
4358 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
4359
4360 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
4361
4362 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
4363 {limit,fixed}''. Test ``set download-write-size''.
4364
4365 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
4366
4367 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
4368 gdb_expect_list.
4369
4370 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
4371
4372 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
4373
4374 1999-11-03 Mark Salter <msalter@cygnus.com>
4375
4376 * gdb.base/break.exp: Fix "stub continue" pattern.
4377
4378 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
4379
4380 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
4381
4382 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
4383
4384 * gdb.base/display.exp ("finish"): Add timeout clause.
4385
4386 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
4387 plain prompt clause, so this doesn't have to time out in order to
4388 fail.
4389
4390 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
4391 breakpoint hit messages include an address.
4392
4393 * gdb.base/display.exp: Don't forget to escape parens in regular
4394 expressions. Unix regexp notatation sucks.
4395
4396 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4397
4398 * gdb.base/annota1.exp: Test for annotate-signalled: change output
4399 order for 'signalled' message.
4400
4401 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
4402
4403 From Jimmy Guo <guo@cup.hp.com>:
4404 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
4405 * gdb.base/annota1.c: Add code for tests to work with.
4406
4407 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
4408
4409 * gdb.base/remote.exp: New test for remote downloading settings.
4410 * gdb.base/remote.c: New file with large .data.
4411
4412 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
4413
4414 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
4415 for LinuxThreads support, merged from the Code Fusion branch.
4416
4417 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
4418
4419 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
4420 containing exp_continue into a while within an expect. Don't
4421 attempt a start more than three times. Check return value from
4422 gdb_load.
4423
4424 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
4425
4426 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
4427 a pass case.
4428
4429 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
4430
4431 * gdb.base/break.c (main): Added a statement that we can step
4432 off of.
4433 * gdb.base/break.exp: Added tests for setting a breakpoint
4434 at an offset and stepping onto a breakpoint.
4435
4436 1999-10-01 Fred Fish <fnf@cygnus.com>
4437
4438 * gdb.base/help.exp (help add-symbol-file): Update to match current
4439 gdb output.
4440
4441 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
4442
4443 * gdb.base/break.exp: Code locations are in hex, don't forget!
4444 (For HP-UX.)
4445
4446 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
4447
4448 * condbreak.exp: Use break.c as test program.
4449 * condbreak.c: Remove, redundant with break.c.
4450
4451 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
4452
4453 * config/monitor.exp (gdb_target_monitor): Disable X- and
4454 Z-packets if the target needs it.
4455
4456 1999-09-13 James Ingham <jingham@leda.cygnus.com>
4457
4458 * gdb.c++/overload.exp: Added tests for listing overloaded
4459 functions with function pointers in the arg, explicitly calling
4460 out the version you want.
4461
4462 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
4463
4464 * long_long.exp: Add variations of test cases that work for
4465 targets with 16-bit ints and 32-bit doubles.
4466
4467 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
4468
4469 * break.c (main): Compare a possibly-uninitialized argc with an
4470 unlikely value that fits in 16 bits.
4471
4472 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4473
4474 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
4475 0xfeeb, don't want negative numbers if ints are 16 bits.
4476
4477 * lib/gdb.exp (skip_cplus_tests): New proc.
4478 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
4479 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
4480 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
4481 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
4482 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
4483 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
4484 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
4485 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
4486
4487 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
4488
4489 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
4490
4491 * gdb.base/corefile.exp (up): Allow a parameter to appear
4492 in the frame that we're going up to.
4493
4494 From Jim Blandy <jimb@cygnus.com>:
4495
4496 * gdb.base/default.exp (info float): Expect some output now.
4497
4498 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
4499 returning floating-point values to fail on the x86.
4500 * gdb.base/callfwmall.exp (do_function_calls): Same.
4501
4502 * gdb.base/list.exp (test_listsize): Correct expectations for
4503 listing line 1 with listsize 2. Also, listing a single line
4504 works now, as does listing three lines. [Kevin's note: There
4505 were a number of other cases fixed too where the expectations
4506 differed...]
4507
4508 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
4509
4510 * gdb.base/selftest.exp: Add case for when version prints as
4511 constant string instead of char pointer.
4512
4513 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
4514
4515 * gdb.base/ending-run.exp: Add Solaris case for what happens when
4516 stepping out of main.
4517
4518 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
4519 G++ used.
4520
4521 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
4522 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
4523
4524 * gdb.c++/ovldbreak.exp: Update match string in test that
4525 includes a warning of multiple breakpoints.
4526
4527 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
4528
4529 * gdb.base/display.exp: Improve precision of step-after-finish
4530 added yesterday.
4531
4532 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
4533 test.
4534
4535 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
4536 configs when using G++, not just hppa*.
4537
4538 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4539
4540 * gdb.base/async.c: New file.
4541 * gdb.base/async.exp: New file.
4542
4543 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
4544
4545 * gdb.base/break.exp: Tweak PA specific tests to properly handle
4546 PA64.
4547
4548 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
4549
4550 * gdb.base/display.exp: "finish" can leave us mid-line on many
4551 targets, deal with it. Add a small constant to main, instead of
4552 1000 since main+1000 may not be a valid address in the target.
4553
4554 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
4555 on hpux11.
4556
4557 * gdb.base/attach.exp: Handle another hpux11 error message variant
4558 when attaching to a process that does not exist.
4559
4560 1999-08-19 J.T. Conklin <jtc@redback.com>
4561
4562 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
4563 characters in 'continue to 1241' test.
4564
4565 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4566
4567 * gdb.base/call-ar-st.exp: Add a shorter match case for the
4568 stop in print_long_arg_list, define and use a whitespace
4569 variable in print_small_structs test, add an XFAIL for Solaris.
4570 * gdb.base/dbx.exp: XFAIL func commands until somebody is
4571 interested enough to fix.
4572
4573 1999-08-13 Keith Seitz <keiths@cygnus.com>
4574
4575 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
4576 (dbx_gdb_load): Remove. Use gdb_load instead, since that
4577 proc knows about targets other than the natives.
4578 (test_assign): Use "gdb_run_cmd" to "run" the target.
4579 Check that we've actually hit the breakpoint at main.
4580 When we attempt to assign a value to a local variable, check
4581 that the variable is in the current scope, i.e., don't use
4582 a test with an empty result.
4583
4584 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
4585
4586 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
4587 command.
4588
4589 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
4590
4591 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4592 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
4593 gdb.compat, gdb.threads-hp.
4594 gdb.hp/configure, gdb.hp/configure.in: New files.
4595 gdb.hp/Makefile.in: Recurse into new subdirs.
4596 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
4597 gdb.hp/gdb.objdbg: New directory, tests for debugging info
4598 in object files.
4599 gdb.hp/tools: New directory, aux tools for HP-specific tests.
4600
4601 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
4602
4603 * gdb.base/display.exp: Help expect by putting a newline in the
4604 funky printf, remove a bogus p/a test.
4605
4606 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4607
4608 * gdb.base/display.exp: Make sure that when we say 'run', we are
4609 connected to the target. This is necessary when running not
4610 natively.
4611
4612 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
4613
4614 * gdb.base/step-test.exp: Removed some extraneous messages.
4615
4616 * gdb.base/long_long.exp: Don't run memory examination tests
4617 on little-endian targets (they will need a different set of
4618 results to match).
4619
4620 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
4621
4622 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
4623 until somebody decides to fix GDB.
4624
4625 * gdb.base/long_long.c: Stop compiler complaint by specifying long
4626 constant as "ULL".
4627 * gdb.base/long_long.exp: Loosen x/c test, add partial result
4628 matches for a couple x/2 commands.
4629
4630 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
4631
4632 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
4633 by merging in ref-types2 tests.
4634 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
4635
4636 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4637 * gdb.c++/Makefile.in: Add standard actions.
4638 (EXECUTABLES): Rename from PROGS, update list.
4639 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
4640 from gdb.hp.
4641 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
4642 foo and bar locals.
4643 * gdb.c++/anon-union.exp: Fix tests to match.
4644 * gdb.c++/classes.exp: Run if HP compiler used, add extra
4645 expect matches to handle output variations.
4646 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
4647 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
4648 output, add HP alternatives for new and delete prints.
4649 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
4650 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
4651 * gdb.c++/demangle.exp: Use $style when reporting failure.
4652 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
4653 * gdb.c++/inherit.exp: Run if HP compiler used, add some
4654 match alternatives.
4655 * gdb.c++/local.exp: Add match alternatives or xfails for HP
4656 compilers.
4657 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
4658 * gdb.c++/method.exp: Add match alternatives.
4659 * gdb.c++/misc.cc: Add bool types.
4660 * gdb.c++/misc.exp: Add tests for bool types.
4661 * gdb.c++/overload.exp: Add xfails.
4662 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
4663 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
4664 add some more template parameter tests (only for HP currently).
4665 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
4666 * gdb.c++/virtfunc.cc: Add return type and value for main.
4667 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
4668 match alternatives.
4669
4670 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4671
4672 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
4673
4674 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
4675
4676 * gdb.base/signals.exp: Don't expect getting a backtrace from
4677 within a signal handler to fail on Linux.
4678
4679 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
4680
4681 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4682 * lib/gdb.exp: Remove some gratuitious semicolons.
4683 (delete_breakpoints): Increase timeout.
4684 (gdb_expect): Add -notransfer option.
4685 (gdb_test): Use -notransfer option.
4686 (get_compiler_info): Add f77 case.
4687 (get_compiler): New proc, split out from gdb_preprocess, add f77
4688 case.
4689 (gdb_preprocess): Call get_compiler.
4690
4691 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
4692 * gdb.base/attach.exp, gdb.base/display.exp,
4693 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
4694 gdb.base/long_long.exp, gdb.base/printcmds.exp,
4695 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
4696 third arg to gdb_test.
4697 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
4698 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
4699 HP-UX xfails, add others.
4700 * gdb.base/completion.exp: Reflect name change of self-test.
4701 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
4702 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
4703 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
4704 HP failure number.
4705 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
4706 useless HP-UX 10.30 references.
4707 * gdb.base/maint.exp: Loosen matches.
4708 * gdb.base/pointers.c (main): Declare more_code.
4709 * gdb.base/pointers.exp: Match on output of a `next'.
4710 * gdb.base/structs.c: Add prototypes.
4711 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
4712 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
4713
4714 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4715
4716 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
4717 command.
4718
4719 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4720
4721 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
4722 Fix run to main failures. Watchpoint can be hardware watchpoint.
4723
4724 * gdb.base/annota1.exp: Clean up some more, in case printf has
4725 debug info. Deal with lack of signal hanlder info in stack.
4726
4727 From Jim Kingdon <kingdon@redhat.com>:
4728 * gdb.base/annota1.exp: If printf has debug info, deal with it.
4729
4730 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
4731
4732 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
4733 gdb.base/foll-vfork.exp: Don't run for crosses.
4734
4735 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4736
4737 * gdb.base/configure.in: Check for gdbvars.exp instead of
4738 a1-selftest.exp.
4739 * gdb.base/configure: Re-generate.
4740
4741 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
4742
4743 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
4744 in trying to run first and name is too long.
4745
4746 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
4747 pointers2.c and pointers2.exp, respectively.
4748 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
4749 doschk happier.
4750
4751 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
4752
4753 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
4754 callfuncs2.c and callfuncs2.exp.
4755
4756 * gdb.base/list.exp: Remove mistaken xfails.
4757 * gdb.base/list0.h: Add optional prototypes.
4758
4759 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
4760
4761 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
4762 calling malloc.
4763 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
4764 * ptype.exp: Move test for get_debug_format to before its first
4765 use.
4766
4767 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4768
4769 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
4770 * gdb.base/annota2.cc, annota2.exp: Move from here.
4771 * gdb.c++/annota2.cc, annota2.exp: To here.
4772 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
4773
4774 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4775
4776 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
4777 a consistent format.
4778
4779 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
4780
4781 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4782 * lib/gdb.exp (get_compiler_info): Add detection for assorted
4783 HP compilers, also set the globals $true and $false.
4784
4785 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
4786 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
4787 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
4788 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
4789 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
4790 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
4791 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
4792 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
4793 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
4794 whatis.c} Add C++ compatible function definitions and return
4795 types, add includes for library functions.
4796 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
4797 * gdb.base/step-test.c (myglob): Rename from glob.
4798 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
4799 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
4800 files, move here from gdb.hp.
4801 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
4802 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
4803 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
4804 Adjust line numbers in regexps.
4805
4806 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
4807 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
4808 instead of 0/1.
4809
4810 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
4811 foll-vfork.exp: New files, move here from gdb.hp.
4812 * gdb.base/page.exp: New file, test of pagination command.
4813
4814 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
4815 recursion test.
4816 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
4817
4818 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
4819 gdb.base/solib.exp: Fix compiler invocation process.
4820
4821 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
4822 HP-UX 11, turn off overload resolution explicitly.
4823 * gdb.base/commands.exp: Set argument list explicitly, add
4824 watchpoint test.
4825 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
4826 them work.
4827 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
4828 expressions properly.
4829 * gdb.base/corefile.exp: Loosen the match slightly.
4830 * gdb.base/default.exp: Allow "Error accessing memory" message
4831 also.
4832 * gdb.base/display.exp: Skip over x/0 j if PA64.
4833 * gdb.base/funcargs.exp: Add xfails for HP-UX.
4834 * gdb.base/interrupt.exp: Ditto.
4835 * gdb.base/langs.exp: Add symbolic matches governed by compiler
4836 in use.
4837 * gdb.base/list.exp: Add xfails for HP-UX.
4838 * gdb.base/long_long.exp: Refine some of the numeric matches.
4839 * gdb.base/mips_pro.exp: Xfail on HP-UX.
4840 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
4841 * gdb.base/nodebug.exp: Succeed on more varieties of output.
4842 * gdb.base/opaque.exp: Remove some HP-UX xfails.
4843 * gdb.base/ptype.exp: Succeed on more varieties of output.
4844 * gdb.base/scope.exp: Add xfails for HP-UX.
4845 * gdb.base/sect-cmd.exp: Add more cases.
4846 * gdb.base/setvar.exp: Add xfails for HP-UX.
4847 * gdb.base/shlib-call.exp: Loosen some matches slightly.
4848 * gdb.base/signals.exp: Match on void symbolically.
4849 * gdb.base/step-test.exp: Add case for PA64.
4850 * gdb.base/term.exp: Add exit and restart.
4851 * gdb.base/twice.exp: Clean up after self.
4852 * gdb.base/varargs.exp: Disable overload resolution explicitly.
4853 * gdb.base/whatis.exp: Allow more ways to pass tests.
4854
4855 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
4856 no longer useful.
4857
4858 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
4859
4860 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
4861 list of patterns.
4862 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
4863 print_double_array(double_array)", "continuing to breakpoint
4864 1018", "print print_double_array(array_d)" and "continuing to
4865 1034" tests.
4866
4867 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
4868
4869 * Makefile.in: Add empty html and install-html targets.
4870
4871 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
4872
4873 * config/mt-*: Remove, these haven't been used since 1996.
4874
4875 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
4876
4877 * gdb.base/call-strs.c, gdb.base/ending-run.c,
4878 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
4879 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
4880
4881 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
4882
4883 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
4884 simpler match case for the ptype of the big class.
4885
4886 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4887
4888 * gdb.exp: Fix test for gdb_prompt existence.
4889
4890 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4891
4892 * gdb.exp (gdb_test): Add fail after calls to perror.
4893
4894 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4895
4896 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
4897
4898 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4899
4900 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
4901
4902 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
4903
4904 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
4905 malloc() is linked in.
4906
4907 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4908
4909 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
4910 step at end.
4911
4912 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
4913
4914 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
4915
4916 * gdb.java/jv-print.exp: New file. (Our first Java test!)
4917
4918 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
4919
4920 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
4921 * gdb.base/mips_pro.exp: Likewise.
4922
4923 1999-06-02 Keith Seitz <keiths@cygnus.com>
4924
4925 * gdb.c++/templates.cc: Change all "new" operators to throw
4926 an exception.
4927 * gdb.c++/cplusfuncs.cc: Likewise.
4928
4929 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
4930
4931 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
4932
4933 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
4934 * gdb.base/ending-run.exp: When stepping out of main, accept a
4935 step into an arbitrary assembler file.
4936
4937 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4938
4939 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
4940 "breakpoint-invalid" to be printed.
4941 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
4942 number of "frames-invalid" and "breakpoint-invalid" to be printed.
4943 * gdb.base/annota2.cc: Initialize a.x to 0.
4944
4945 1999-05-17 Keith Seitz <keiths@cygnus.com>
4946
4947 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
4948 when "skip_float_tests" set.
4949 Ditto for "print print_double_array(array_d)", "print print_small_structs",
4950 "print print_ten_doubles", and "step into print_long_arg_list".
4951 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
4952 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
4953 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
4954 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
4955 "skip_float_tests" is set.
4956 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
4957 when "skip_float_tests" set.
4958
4959 1999-05-06 Keith Seitz <keiths@cygnus.com>
4960
4961 * gdb.base/annota2.cc: Include stdio.h.
4962
4963 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
4964
4965 * gdb.base/crossload.exp: Remove, this has been disabled ever
4966 since BFD stopped including all targets, and cross-GDB gets
4967 plenty of testing anyway.
4968 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
4969 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
4970 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
4971 * gdb.base/README: Remove, was doc for this.
4972 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
4973 needed.
4974
4975 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4976
4977 * gdb.base/call-ar-st.exp: Fix one regular expression in test
4978 output.
4979
4980 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
4981 * gdb.base/annota2.exp: New file. More annotation tests.
4982 * gdb.base/annota1.c: New file. Source file for annota1.exp.
4983 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
4984
4985 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
4986
4987 * config/cfdbug.exp: New file.
4988
4989 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
4990
4991 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
4992 Marcus Daniel's and Dale Hawkins's demangler crashes.
4993
4994 * gdb.c++/demangle.exp (test_gnu_style_demangling,
4995 test_lucid_style_demangling, test_arm_style_demangling,
4996 test_hp_style_demangling): Try Tom Tromey's core-dumping
4997 identifier under each demangling style.
4998
4999 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
5000
5001 * gdb.c++/demangle.exp: Include the current demangling style
5002 in all test names.
5003 (current_demangling_style): New global variable.
5004 (set_demangling_style, test_demangling_core, test_demangling,
5005 test_demangling_exact): New functions.
5006 (test_gnu_style_demangling, test_lucid_style_demangling,
5007 test_arm_style_demangling, test_hp_style_demangling): Use those,
5008 instead of calling gdb_test and gdb_test_exact directly.
5009 (catch_demangling_errors): New function, which reports errors
5010 signalled by the demangling test functions in an orderly way.
5011 (do_tests): Use catch_demangling_errors.
5012
5013 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
5014
5015 * gdb.base/signals.exp (test_handle_all_print): Use () for
5016 grouping in expressions, not {}.
5017
5018 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
5019 initialized yet.
5020
5021 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
5022
5023 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
5024 are listed.
5025
5026 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
5027
5028 * gdb.stabs/weird.exp: Test for CC being defined before
5029 looking at its value.
5030
5031 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
5032
5033 * gdb.base/call-ar-st.exp: Remove stray '#'.
5034 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
5035 "short int" and "long int".
5036 * gdb.c++/overload.cc: Cast the string added in the previous
5037 change, to mollify finicky HP compiler.
5038 * gdb.hp/reg-test.exp (testfile): Fix file name.
5039 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
5040
5041 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
5042 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
5043 alternate form of enum ptype.
5044
5045 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
5046
5047 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
5048 * gdb.hp/*.exp: Change all to run compiler probe only after
5049 passing skip_hp_tests, so as not to waste time on guaranteed
5050 failure.
5051
5052 * gdb.c++/overload.cc: Pass string instead of char addr, always
5053 init ccpfoo.
5054 * gdb.c++/templates.cc: Fix syntax error.
5055
5056 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5057
5058 * gdb.base/commands.exp: Add test for correct position of '>'
5059 when issuing the 'commands' command after a 'while' or 'if'
5060 command.
5061
5062 1999-03-18 James Ingham <jingham@cygnus.com>
5063
5064 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
5065
5066 * gdb.c++/method.exp: It was testing an uninitialized int on the
5067 stack and assuming it was positive.
5068
5069 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
5070
5071 * gdb.base/step-test.exp: Catch a case where finish is broken and
5072 keep it from killing the rest of the tests.
5073 Use gdb_continue_to_end.
5074
5075 * gdb.base/sigall.exp: use gdb_continue_to_end.
5076
5077 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
5078
5079 * gdb.base/display.exp: use runto_main, not run.
5080
5081 * gdb.base/default.exp: Check for the current error message in the
5082 r abbreviation test.
5083 Add strongarm to the targets that know info float.
5084
5085 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
5086 run which doesn't work with monitors.
5087
5088 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
5089
5090 * gdb.base/break.exp: use the gdb_continue_to_end proc.
5091
5092 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
5093 program. Traps the case (in Cygmon) when the program never really
5094 exits. Same as Mark's continue_to_exit, but I had put it in a lot
5095 more places, so I used my name. Sorry Mark...
5096
5097 * config/monitor.exp (gdb_target_monitor): added another
5098 target_info parameter: remotebinarydownload. This will set the
5099 remotebinarydownload flag if this is causing some boards trouble.
5100
5101 1999-03-18 Mark Salter <msalter@cygnus.com>
5102
5103 * lib/gdb.exp (continue_to_exit): New function.
5104
5105 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
5106 * gdb.base/ending-run.exp: Ditto.
5107 * gdb.base/step-test.exp: Ditto.
5108
5109 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
5110
5111 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
5112 (suggested by Art Haas <ahaas@neosoft.com>).
5113
5114 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
5115
5116 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
5117
5118 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
5119
5120 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
5121 descriptions of types (short unsigned int vs unsigned short, etc).
5122
5123 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
5124
5125 * gdb.base/call-strs.exp: Don't assume that `step' will step over
5126 a call to strlen; sometimes we do have sources.
5127
5128 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5129
5130 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
5131 character, so GDB won't print garbage after its end.
5132
5133 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
5134 breakpoint there instead. Sometimes GCC emits memcpy to handle
5135 the large structures being passed by value, so we step into that
5136 instead of sum_array_print, which obscures what we're really testing.
5137 * gdb.base/step-test.exp: However, we do want a test that notices
5138 the bizarre steps into memcpy, so do that here. Add check for
5139 stepping into function calls that pass large structures by value.
5140 ("Is that a noun clause, or are you just happy to see me?")
5141 Remove all references to specific line numbers.
5142 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
5143 New type and function.
5144 (main): Call large_struct_by_value, passing it a large struct by value.
5145 * lib/gdb.exp (gdb_get_line_number): New function.
5146
5147 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
5148 more portable.
5149
5150 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5151
5152 * lib/gdb.exp: Doc fixes.
5153
5154 1999-03-05 Nick Clifton <nickc@cygnus.com>
5155
5156 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
5157
5158 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
5159
5160 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
5161 commands. They're not germane to this test, and they don't work
5162 that way on remote targets.
5163
5164 1999-03-01 James Ingham <jingham@cygnus.com>
5165
5166 * Changelog entries merged over from gdb development branch.
5167
5168 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
5169
5170 * lib/gdb.exp (gdbtk_analyze_results): Generic function
5171 for outputting results of test run.
5172
5173 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
5174
5175 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
5176
5177 1999-02-25 Felix Lee <flee@cygnus.com>
5178
5179 * lib/gdb.exp (debug_format): initialize
5180
5181 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
5182
5183 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
5184 * gdb.base/call-rt-st.c: Ditto.
5185
5186 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
5187
5188 * gdb.threads/pthreads.exp (horiz): New variable.
5189 (test_startup): Fix regexps that capture thread numbers.
5190
5191 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
5192
5193 * gdb.base/smoke.exp: Disambiguate two test case names (both
5194 called ``print'').
5195
5196 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5197
5198 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
5199 compilation.
5200
5201 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5202
5203 * gdb.base/miscexprs.exp: Change patterns to match GDB's
5204 actual output formatting.
5205 * gdb.base/smoke.exp: GDB removes leading 0's.
5206 * gdb.base/volatile.exp: Don't check type of remuneration;
5207 that variable is no longer defined in constvars.c.
5208 * gdb.base/step-test.c (main): Exit with explicit exit code.
5209 * gdb.base/step-test.exp: Remove two nexti checks--they are
5210 not portable.
5211
5212 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5213
5214 * gdb.base/help.exp ("help delete display"): Fix test to match
5215 gdb's output.
5216
5217 * gdb.base/long_long.c (known_types): Initialize values to zero.
5218 * gdb.base/long_long.exp: Step one more line
5219 so 'dec' is initialized in "get to known place". GDB removes
5220 leading zeros. Explicitly ask for hex formatting. Use
5221 unique test case names.
5222
5223 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5224
5225 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
5226
5227 * gdb.c++/method.exp: Add missing close brace.
5228
5229 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
5230
5231 * gdb.base/maint.exp: Use 'set height 0' to disable page
5232 prompting, not 'set height 400'.
5233
5234 Fix a bunch of timeouts.
5235 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
5236 four separate tests, so expect doesn't take forever to match a ton
5237 of text against a regexp with lots of .* forms.
5238 ("maint print psymbols", "maint print symbols"): Make some of
5239 these greps more selective, so that expect doesn't try to wade
5240 through huge piles of output and time out.
5241
5242 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
5243
5244 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
5245 tests: one which doesn't expect shlib events to be reported, and
5246 another which does, but is XFAIL for all platforms other than
5247 HP/UX.
5248
5249 * gdb.base/break.exp: Teach the test suite that the `catch
5250 fork', `catch vfork', and `catch exec' commands produce error
5251 messages on platforms that don't provide these features.
5252
5253 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5254
5255 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
5256 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
5257 (shortening names from solib_threshold.exp etc), won't run on
5258 anything but HP-UX for the foreseeable future.
5259 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
5260 reflect move.
5261
5262 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
5263
5264 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
5265 gdb.trace/Makefile.in (clean): Remove all test executables.
5266
5267 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
5268
5269 * gdb.base/shlib-call.exp: add test cases to verify that gdb
5270 successfully re-sets breakpoints in shared libraries.
5271 * gdb.base/shmain.c (main): return 0, don't fall off the end.
5272
5273 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5274
5275 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
5276 and compiled w/o GCC.
5277
5278 * gdb.hp/watch-cmd.exp: ditto.
5279
5280 * gdb.hp/watch-hp.exp: ditto.
5281
5282 * gdb.hp/xdb1.exp: ditto.
5283
5284 * gdb.hp/xdb2.exp: ditto.
5285
5286 * gdb.hp/dbx.exp: ditto.
5287
5288 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
5289
5290 * constvars.c: Remove C++-isms.
5291 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
5292 with GCC.
5293
5294 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
5295
5296 The following changes are part of the HP merge.
5297
5298 * gdb.base/break.exp: new tests to verify that catchpoints for
5299 fork, vfork, and exec don't trigger inappropriately.
5300
5301 * gdb.base/opaque.exp: compile one file at a time, then link.
5302
5303 * gdb.base/signals.exp: be more restrictive about which hppa
5304 systems receive a setup_xfail. new tests.
5305
5306 * gdb.base/solib_threshold.build: new file.
5307 * gdb.base/solib_threshold.exp: new file.
5308 * gdb.base/solib_threshold.link_opts: new file.
5309 * gdb.base/solib_threshold.mk: new file.
5310 * gdb.base/gen_solib_threshold.c: new file.
5311
5312 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
5313 tests. New tests for enums inside classes.
5314
5315 * gdb.c++/compiler.cc: indicate support of template debugging.
5316
5317 * gdb.c++/demangle.exp: run hp style demangling tests.
5318
5319 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
5320 tests.
5321
5322 * gdb.c++/misc.cc: changes to support new tests.
5323
5324 * gdb.c++/templates.cc: changes to support HP's compiler; changes
5325 to support new tests.
5326
5327 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
5328 gcc, then skip these tests.
5329
5330 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
5331
5332 The following files are part of the HP merge; some had longer
5333 names at HP, but have been renamed to be no more than 14
5334 characters in length.
5335
5336 * gdb.hp/ambiguous.cc: new file.
5337 * gdb.hp/ambiguous.exp: new file.
5338 * gdb.hp/attach.exp: new file.
5339 * gdb.hp/attach2.exp: new file.
5340 * gdb.hp/classes-hp.exp: new file.
5341 * gdb.hp/ctti.exp: new file.
5342 * gdb.hp/ctti-add.cc: new file.
5343 * gdb.hp/ctti-add1.cc: new file.
5344 * gdb.hp/ctti-add2.cc: new file.
5345 * gdb.hp/ctti-add3.cc: new file.
5346 * gdb.hp/dbx.exp: new file.
5347 * gdb.hp/exception.cc: new file.
5348 * gdb.hp/exception.exp: new file.
5349 * gdb.hp/foll-exec.c: new file.
5350 * gdb.hp/foll-exec.exp: new file.
5351 * gdb.hp/foll-fork.c: new file.
5352 * gdb.hp/foll-fork.exp: new file.
5353 * gdb.hp/foll-vfork.c: new file.
5354 * gdb.hp/foll-vfork.exp: new file.
5355 * gdb.hp/inherit-hp.exp: new file.
5356 * gdb.hp/more-steps.exp: new file.
5357 * gdb.hp/namespace.cc: new file.
5358 * gdb.hp/namespace.exp: new file.
5359 * gdb.hp/optimize.exp: new file.
5360 * gdb.hp/pxdb.c: new file.
5361 * gdb.hp/pxdb.exp: new file.
5362 * gdb.hp/quicksort.exp: new file.
5363 * gdb.hp/reg-test.exp: new file.
5364 * gdb.hp/reg-test.s: new file.
5365 * gdb.hp/sized-enum.c: new file.
5366 * gdb.hp/sized-enum.exp: new file.
5367 * gdb.hp/start-stop.exp: new file.
5368 * gdb.hp/templ-hp.cc: new file.
5369 * gdb.hp/templ-hp.exp: new file.
5370 * gdb.hp/thr-lib.c: new file.
5371 * gdb.hp/thr-lib.exp: new file.
5372 * gdb.hp/thr-lib.h: new file.
5373 * gdb.hp/thr-liblib.c: new file.
5374 * gdb.hp/virtfun-hp.c: new file.
5375 * gdb.hp/virtfun-hp.exp: new file.
5376 * gdb.hp/watch-cmd.exp: new file.
5377 * gdb.hp/watch-hp.exp: new file.
5378 * gdb.hp/xdb1.exp: new file.
5379 * gdb.hp/xdb2.exp: new file.
5380 * gdb.hp/xdb3.exp: new file.
5381
5382 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
5383
5384 The following files are part of the HP merge; some had longer
5385 names at HP, but have been renamed to be no more than 14
5386 characters in length.
5387
5388 * gdb.base/ss.h: new file.
5389 * gdb.base/call-ar-st.c: new file.
5390 * gdb.base/call-ar-st.exp: new file.
5391 * gdb.base/call-rt-st.c: new file.
5392 * gdb.base/call-rt-st-exp: new file.
5393 * gdb.base/call-strs.exp: new file.
5394 * gdb.base/ena-dis-br.exp: new file.
5395 * gdb.base/environ.exp: new file.
5396 * gdb.base/long_long.exp: new file.
5397 * gdb.base/sect-cmd.exp: new file.
5398 * gdb.base/shlib-cl2.exp: new file.
5399 * gdb.base/smoke.exp: new file.
5400 * gdb.base/so-impl-ld.c: new file.
5401 * gdb.base/so-impl-ld.exp: new file.
5402 * gdb.base/so-indr-cl.c: new file.
5403 * gdb.base/so-indr-cl.exp: new file.
5404 * gdb.base/varargs.exp: new file.
5405 * gdb.base/volatile.exp: new file.
5406 * gdb.base/whatis-exp.exp: new file.
5407 * gdb.base/display.exp: new file.
5408 * gdb.c++/derivation.exp: new file.
5409 * gdb.c++/local.exp: new file.
5410 * gdb.c++/member-ptr.exp: new file.
5411 * gdb.c++/overload.exp: new file.
5412 * gdb.c++/ovldbreak.exp: new file.
5413 * gdb.c++/ref-types.exp: new file.
5414 * gdb.c++/ref-types2.exp: new file.
5415 * gdb.c++/userdef.exp: new file.
5416
5417 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
5418
5419 * gdb.base/default.exp: Reflect wording change in remote.c.
5420
5421 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
5422
5423 * gdb.base/help.exp: Update to reflect current text.
5424
5425 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
5426
5427 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
5428 they're stack variables and contain garbage.
5429 * gdb.c++/anon-union.exp: new file.
5430
5431 The following changes were made by David Taylor
5432 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5433 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5434 in changes by HP.
5435
5436 * gdb.base/bitops.exp: new file.
5437 * gdb.base/default.exp: change expected messages for catch and
5438 info catch tests to reflect HP merge changes.
5439 * gdb.base/enable-disable-break.exp
5440 * gdb.base/ending-run.c: new file.
5441 * gdb.base/long_long.c: new file.
5442 * gdb.base/maint.exp: new file.
5443 * gdb.base/pointers2.exp: new file.
5444 * gdb.base/shlib-call2.exp: new file.
5445 * gdb.base/solib.exp: new file.
5446 * gdb.base/step-test.c: new file.
5447 * gdb.c++/anon-union.cc: new file.
5448 * gdb.c++/local.cc: new file.
5449 * gdb.c++/member-pointer.cc: new file.
5450 * gdb.c++/method.cc: new file.
5451 * gdb.c++/ref-types.cc: new file.
5452 * gdb.c++/ref-types2.cc: new file.
5453 * gdb.c++/userdef.cc: new file.
5454
5455 * gdb.base/scope.exp: compile one file at a time, then link.
5456 * gdb.base/langs.exp: ditto.
5457 * gdb.base/list.exp: ditto.
5458
5459 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
5460
5461 The following changes were made by David Taylor
5462 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5463 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5464 in changes by HP.
5465
5466 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
5467 skip tests. When compiling pass c++ flag to gdb_compile.
5468 * gdb.c++/
5469
5470 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
5471 test for on hppa*-*-hpux*; use args to see if c++ was specified.
5472 (skip_hp_tests): new function.
5473 (gdb_preprocess): new function.
5474
5475 * configure.in (hpdir): decide whether to configure gdb.hp.
5476 * configure: regenerated.
5477
5478 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
5479 to delete on clean.
5480 (EXECUTABLES): update to reflect new additions.
5481 * gdb.base/commands.exp: update message expected.
5482 * gdb.base/default.exp: add copyright notice.
5483 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
5484 * gdb.base/help.exp: update messages to reflect current text.
5485 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
5486 targets for recurse tests.
5487 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
5488 skip this file.
5489
5490 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
5491 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
5492 compilation.
5493 * gdb.c++/misc.exp: ditto.
5494 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
5495 run the tests. tell gdb_compile that it's a c++ compilation.
5496
5497 * gdb.threads/pthreads.exp: fix typo in message.
5498
5499 * gdb.base/all-bin.exp: new file.
5500 * gdb.base/arithmet.exp: new file.
5501 * gdb.base/assign.exp: new file.
5502 * gdb.base/completion.exp: new file.
5503 * gdb.base/cond-expr.exp: new file.
5504 * gdb.base/condbreak.exp: new file.
5505 * gdb.base/define.exp: new file.
5506 * gdb.base/dollar.exp: new file.
5507 * gdb.base/environment.exp: new file.
5508 * gdb.base/eval-skip.exp: new file.
5509 * gdb.base/jump.exp: new file.
5510 * gdb.base/logical.exp: new file.
5511 * gdb.base/pointers.exp: new file.
5512 * gdb.base/relational.exp: new file.
5513 * gdb.base/section_command.exp: new file.
5514 * gdb.base/whatis-expr.exp: new file.
5515
5516 * gdb.base/all-types.c: new file.
5517 * gdb.base/call-array-struct.c: new file.
5518 * gdb.base/call-return-struct.c: new file.
5519 * gdb.base/call-strings.c: new file.
5520 * gdb.base/callfuncs2.c: new file.
5521 * gdb.base/condbreak.c: new file.
5522 * gdb.base/constvars.c: new file.
5523 * gdb.base/display.c: new file.
5524 * gdb.base/int-type.c: new file.
5525 * gdb.base/jump.c: new file.
5526 * gdb.base/miscexprs.c: new file.
5527 * gdb.base/pointers.c: new file.
5528 * gdb.base/pointers2.c: new file.
5529 * gdb.base/shmain.c: new file.
5530 * gdb.base/shr1.c: new file.
5531 * gdb.base/shr2.c: new file.
5532 * gdb.base/solib.c: new file.
5533 * gdb.base/solib1.c: new file.
5534 * gdb.base/solib2.c: new file.
5535 * gdb.base/varargs.c: new file.
5536 * gdb.c++/derivation.cc: new file.
5537 * gdb.c++/overload.cc: new file.
5538 * gdb.c++/ovldbreak.cc: new file.
5539 * gdb.hp/attach.c: new file.
5540 * gdb.hp/attach2.c: new file.
5541 * gdb.hp/average.c: new file.
5542 * gdb.hp/compiler.c: new file.
5543 * gdb.hp/compiler.cc: new file.
5544 * gdb.hp/execd-program.c: new file.
5545 * gdb.hp/follow-exec.c: new file.
5546 * gdb.hp/follow-fork.c: new file.
5547 * gdb.hp/follow-vfork-and-exec.c: new file.
5548 * gdb.hp/misc-hp.cc: new file.
5549 * gdb.hp/more-steps.c: new file.
5550 * gdb.hp/optimize.c: new file.
5551 * gdb.hp/quicksort.c: new file.
5552 * gdb.hp/run-hp.c: new file.
5553 * gdb.hp/start-stop.c: new file.
5554 * gdb.hp/sum.c: new file.
5555 * gdb.hp/templates-hp.cc: new file.
5556 * gdb.hp/thread-local-in-lib.c: new file.
5557 * gdb.hp/thread-local-in-lib.h: new file.
5558 * gdb.hp/thread-local-in-lib.lib.c: new file.
5559 * gdb.hp/vforked-program.c: new file.
5560 * gdb.hp/virtfunc-hp.cc: new file.
5561 * gdb.hp/watchpoint-hp.c: new file.
5562 * gdb.hp/xdb.c: new file.
5563 * gdb.hp/xdb0.c: new file.
5564 * gdb.hp/xdb0.h: new file.
5565 * gdb.hp/xdb1.c: new file.
5566
5567 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
5568
5569 The following change was made by Edith Epstein
5570 <eepstein@cygnus.com> as part of a project to merge in changes
5571 originally made by HP; HP did not create ChangeLog entries.
5572
5573 * gdb.c++/demangle.exp: changed the expected output for some
5574 ARM-style mangling -- removed second reference to datatype.
5575 For example, maint demangle __dt__11T1__pt__2_cFv
5576 T1<char>::~T1<char>(void)
5577 becomes,
5578 maint demangle __dt__11T1__pt__2_cFv
5579 T1<char>::~T1(void)
5580
5581 (test_hp_style_demangling): new hp specific demangling test cases.
5582
5583 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
5584
5585 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
5586 * gdb.trace/backtrace.exp: Likewise.
5587 * gdb.trace/circ.exp: Likewise.
5588 * gdb.trace/collection.exp: Likewise.
5589 * gdb.trace/deltrace.exp: Likewise.
5590 * gdb.trace/infotrace.exp: Likewise.
5591 * gdb.trace/limits.exp: Likewise.
5592 * gdb.trace/packetlen.exp: Likewise.
5593 * gdb.trace/passc-dyn.exp: Likewise.
5594 * gdb.trace/passcount.exp: Likewise.
5595 * gdb.trace/report.exp: Likewise.
5596 * gdb.trace/save-trace.exp: Likewise.
5597 * gdb.trace/tfind.exp: Likewise.
5598 * gdb.trace/tracecmd.exp: Likewise.
5599 * gdb.trace/while-dyn.exp: Likewise.
5600 * gdb.trace/while-stepping.exp: Likewise.
5601
5602 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
5603
5604 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
5605
5606 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
5607
5608 From Brendan Kehoe:
5609 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
5610 int return types.
5611
5612 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
5613
5614 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
5615 remote dos host testing right.
5616
5617 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
5618
5619 * gdb.base/corefile.exp: remove some xfails.
5620
5621 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
5622
5623 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
5624 have different timestamps.
5625
5626 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
5627
5628 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
5629 gdb.base/default.exp: Replace "exec" with "executable".
5630
5631 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
5632
5633 * gdb.base/default.exp: Change else if to elseif from previous
5634 delta.
5635
5636 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
5637
5638 * gdb.base/default.exp: Add brace missing from previous delta.
5639
5640 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
5641
5642 * gdb.base/default.exp: Support test for info float for all
5643 varieties of arm toolchain.
5644
5645 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
5646
5647 * gdb.trace/*.exp: remove "remote_download" command.
5648
5649 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
5650
5651 * gdb.trace/*.exp: remove -gdwarf from compile.
5652
5653 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
5654
5655 * gdb.trace/configure.in(AC_INIT): typo
5656 * gdb.trace/configure: regenerated
5657
5658 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
5659
5660 * config/m68k-emc.exp: New file.
5661 * lib/<emc-support.exp trace-support.exp}: New files.
5662 * configure.in: add new test directory gdb.trace.
5663 * gdb.trace/{configure configure.in Makefile.in}: New files.
5664 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
5665 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
5666 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
5667 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
5668 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
5669 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
5670 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
5671
5672 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
5673
5674 * gdb.c++/classes.exp: Change all regular expressions to match
5675 arbitrary combinations of newline/carriage-return, so that they
5676 will work equally well on Unix and Windows.
5677 * gdb.c++/inherit.exp: ditto.
5678 * gdb.c++/virtfunc.exp: ditto.
5679
5680 1998-08-11 Dawn Perchik <dawn@cygnus.com>
5681
5682 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
5683
5684 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
5685
5686 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
5687 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
5688 to use a0-a3/d0-d3 as needed.
5689
5690 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
5691
5692 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
5693 * gdb.disasm/am33.exp: Corresponding changes.
5694
5695 1998-07-11 Felix Lee <flee@cygnus.com>
5696
5697 * gdb.base/callfuncs.exp: add cmp10 test.
5698 * gdb.base/callfuncs.c (cmp10): new function.
5699
5700 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
5701
5702 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
5703 into two parts to get around a synchronization problem in expect.
5704
5705 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
5706
5707 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
5708
5709 * configure.in: Add options for gdbtk testsuite.
5710
5711 * configure: Regenerate.
5712
5713 * gdb.gdbtk: New directory to hold gdbtk tests.
5714
5715 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5716
5717 * gdb.fortran/types.exp: Escape brackets in expect patterns
5718 for test_float_literal_types_accepted tests.
5719 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
5720 before run test.
5721
5722 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
5723
5724 * am33.exp: Just compile, do not link the testcase.
5725 * am33.s: Add ".am33" pseudoop to force am33 mode.
5726
5727 1998-06-25 Felix Lee <flee@cygnus.com>
5728
5729 * gdb.base/setshow.exp: make sure $pc is sane.
5730
5731 * gdb.stabs/weird.exp: split expect patterns properly.
5732
5733 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
5734
5735 * gdb.disasm/am33.s: New disassembler testfile for the am33.
5736 * gdb.disasm/am33.exp: Run it.
5737
5738 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
5739
5740 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
5741 match processing (and eliminate spurious timeouts when running).
5742
5743 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
5744
5745 * gdb.base/signals.exp (test_handle_all_print): put back Mach
5746 exception test, but conditionalize it on target [mach | gnu].
5747
5748 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
5749
5750 * gdb.base/overlays.exp: fixup compile line for linker script.
5751
5752 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
5753
5754 * gdb.fortran/types.exp: don't guess at float size.
5755
5756 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
5757
5758 * gdb.base/exprs.exp: delete test that depends on int size.
5759
5760 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
5761
5762 * config/sim.exp: Removed checks for target triplets.
5763 (gdb_target_sim): Use gdb,target_sim_options.
5764
5765 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
5766
5767 * gdb.base/reread.exp: New file.
5768 * gdb.base/reread1.c: New file.
5769 * gdb.base/reread2.c: New file.
5770
5771 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
5772
5773 * config/sim.exp: Use 'target sim -sparclite' when running
5774 SPARClite programs.
5775
5776 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
5777
5778 * gdb.base/structs2.exp: New file.
5779 * gdb.base/structs2.c: New file.
5780
5781 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
5782
5783 * gdb.asm/common.inc: New file.
5784 * gdb.asm/d10v.inc: New file.
5785 * asm-source.exp: Pass -I's to gas to find .inc files.
5786 Update line numbers in expected output.
5787 * asmsrc1.s: Rewrite.
5788 * asmsrc2.s: Rewrite.
5789 * configure.in: Create arch.inc symlink.
5790 * configure: Regenerate.
5791 * Makefile.in (distclean): Delete arch.inc.
5792
5793 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
5794
5795 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
5796 (t_enum_value2): ditto
5797 (t_enum_value3): ditto
5798 (main): ditto
5799 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5800
5801 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
5802 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
5803 change.
5804 Use gdb_test instead of send_gdb/gdb_expect sequences.
5805
5806 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
5807
5808 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
5809 not void.
5810
5811 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
5812
5813 * gdb.base/branches.c: Code with lots of loops and
5814 subroutines. Used to test gdbs ability to single step through PC
5815 changes, especially to test mips-tdep.c:mips_next_pc
5816
5817 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
5818
5819 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
5820 more rigorous EGCS C++ error checking.
5821
5822 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5823
5824 * gdb.base/help.exp: Clean up `help set args' and `help show args'
5825 tests.
5826 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
5827 function when asleep.
5828 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
5829 for i*86 Linux and SVR4 signal handling problems.
5830 Remove linux xfail for `next to handler in signals_tests_1', fixed
5831 by recent infrun.c change.
5832 Limit backtrace to 10 frames to avoid timeout problems with infinite
5833 stack backtraces.
5834 Adjust expect pattern in `handle all print' test to match Apr 28 1997
5835 target.[ch] change.
5836
5837 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
5838
5839 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
5840 for a newline from gdb before continuing.
5841 (default_gdb_exit): Just look for y or n.
5842 (gdb_test): Detect abnormal exit from GDB running on DOS; if
5843 it does, fail the rests of the tests in the file.
5844
5845 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
5846
5847 * config/cygmon.exp: New file.
5848
5849 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
5850
5851 * gdb.base/list.exp: Fix problem with "list default lines around
5852 main" test on remote targets.
5853
5854 * gdb.base/scope.exp: Fix problem with filelocal_bss before
5855 run test on remote targets.
5856
5857 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
5858
5859 * gdb.asm: New directory.
5860 * configure.in: Configure it.
5861 * configure: Regenerate.
5862 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
5863 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
5864
5865 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
5866
5867 * config/mn10300-eval.exp: New file to support MN10300 eval board.
5868
5869 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
5870
5871 * gdb.base/overlays (several files): Merge the two overlay
5872 managers into one. Change variables (foox, barx, bazx, grbxx)
5873 back into ints but force them to load in their proper sections.
5874
5875 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
5876
5877 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
5878 on-chip insn memory and IMAP1 to upper 128k.
5879 (D10VCopy): Handle memory regions crossing 16k boundaries.
5880 (D10VCopy): Transfer data in 32 bit chunks.
5881
5882 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
5883
5884 * gdb.base/overlays.c (main): Exit normally when result is
5885 correct.
5886
5887 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
5888 map. Include space for printf in .text segment.
5889
5890 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
5891 updated d10v memory VMA/LMA map.
5892 (D10VCopy): Call D10VTranslate.
5893
5894 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
5895
5896 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
5897
5898 * gdb.base/bar.c (barx, bar): Change variable to small array so
5899 that it won't be put into the .sdata - small data -
5900 section. Update reference.
5901 * gdb.base/baz.c (bazx, baz): Ditto.
5902 * gdb.base/foo.c (foox, foo): Ditto.
5903 * gdb.base/grbx.c (grbxx, grbx): Ditto.
5904
5905 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
5906 to be arrays.
5907
5908 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
5909
5910 * gdb.base/overlays.exp: fix up and get working again.
5911 Add tests for backtraces from an overlay function.
5912
5913 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
5914
5915 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
5916 "calling function with watchpoint enabled".
5917
5918 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
5919
5920 * gdb.base/break.exp (test_next_with_recursion): Remove
5921 gdb_suppress_tests for d10v-*-*.
5922 * lib/gdb.exp (gdb_suppress_tests): Disable this function
5923 pending review of whether it is useful or not.
5924
5925 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
5926
5927 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
5928
5929 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
5930
5931 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
5932 * config/dve.exp: New file to support Densan boards.
5933
5934 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
5935
5936 * gdb.base/interrupt.exp: Document problem of simulators, signals,
5937 reads and BSD.
5938
5939 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
5940
5941 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
5942 response.
5943
5944 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
5945
5946 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
5947
5948 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
5949 test.
5950
5951 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
5952 target_sizeof_long and target_bigendian_p.
5953 (structs_by_value, structs_by_reference): Check values according
5954 to targets word size and endianess.
5955
5956 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
5957
5958 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
5959 output.
5960
5961 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
5962
5963 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
5964 Update test of set args help to match source change.
5965
5966 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
5967
5968 * gdb.base/default.exp: Expect help system output to be in
5969 alphabetical order.
5970 * gdb.base/help.exp: Ditto.
5971
5972 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
5973
5974 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
5975 "i*86-pc-linux-gnu*".
5976 * gdb.base/interrupt.exp: Ditto.
5977 * gdb.base/corefile.exp: Ditto.
5978
5979 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
5980 define vxworks when building the testcase.
5981
5982 * gdb.base/ptype.exp: Fix testnames to be unique.
5983 * gdb.base/radix.exp: Ditto.
5984 * gdb.base/term.exp: Ditto.
5985 * gdb.base/whatis.exp: Ditto.
5986 * gdb.c++/classes.exp: Ditto.
5987
5988 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
5989
5990 * gdb.base/callfuncs.exp: Fix indentation.
5991
5992 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
5993 suppress_flag has been set.
5994 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
5995 target feature.
5996
5997 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
5998
5999 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
6000 the testcase.
6001
6002 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
6003 set_debug_traps() and breakpoint().
6004 * gdb.c++/misc.cc (main): Ditto.
6005 * gdb.c++/templates.cc (main): Ditto.
6006 * gdb.c++/virtfunc.cc (main): Ditto.
6007
6008 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
6009
6010 * lib/gdb.exp(gdb_step_for_stub): New function.
6011 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
6012 exists, reload the executable and do a "continue" instead of
6013 doing a jump.
6014 (runto_main): Use gdb_step_for_stub.
6015
6016 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
6017 tests to have unique names.
6018 * gdb.base/callfuncs.exp: Ditto.
6019 * gdb.base/commands.exp: Ditto.
6020 * gdb.base/default.exp: Ditto.
6021 * gdb.base/help.exp: Ditto.
6022 * gdb.base/list.exp: Ditto.
6023 * gdb.base/opaque.exp: Ditto.
6024 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
6025 similar tests.
6026
6027 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
6028 * gdb.c++/cplusfuncs.cc: Ditto.
6029 * gdb.c++/virtfunc.cc: Ditto.
6030
6031 * config/monitor.exp: Keep track of the last file we saw, rather
6032 than trying to get the info from gdb.
6033
6034 * gdb.fortran/types.exp: Move comment to previous line.
6035
6036 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
6037
6038 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
6039 target mode.
6040
6041 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
6042
6043 From Bob Manson:
6044 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
6045 string from GDB when it connects.
6046
6047 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
6048
6049 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
6050
6051 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
6052 if we can't get a debug format from GDB (we may be testing an
6053 older GDB). Use a 10 second timeout when checking for the format.
6054
6055 * gdb.stabs/weird.exp: Fix quoting.
6056
6057 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
6058
6059 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
6060
6061 * config/arm-ice.exp: New file.
6062
6063 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
6064
6065 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
6066 until it has been modified to work with the new testsuite.
6067
6068 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
6069 testcase won't compile, cause all of the testcases in the file to
6070 fail instead.
6071
6072 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
6073 (gdb_clear_suppressed): New procedure.
6074 (gdb_stop_suppressing_tests): Only clear suppress_flag if
6075 it contains a positive value.
6076
6077 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
6078
6079 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
6080
6081 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
6082
6083 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
6084
6085 * lib/gdb.exp (setup_xfail_format): New function.
6086 (get_debug_format): New function to get debug format.
6087 (debug_format): New global variable to hold last value set
6088 by get_debug_format.
6089 * gdb.base/list.exp: Call get_debug_format and expect some
6090 tests to fail for DWARF 1 and COFF formats.
6091 * gdb.c++/ptype.exp: Ditto.
6092 * gdb.c++/classes.exp: Ditto.
6093 * gdb.c++/cplusfuncs.exp: Ditto.
6094 * gdb.c++/inherit.exp: Ditto.
6095 * gdb.c++/templates.exp: Ditto.
6096 * gdb.c++/virtfunc.exp: Ditto.
6097
6098 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
6099
6100 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
6101 host doesn't have a currently-open connection.
6102
6103 * config/sparclet.exp: Cleanups and fixes to make it generic for
6104 any gdb stub target. Handle cases where gdb doesn't respond when
6105 interrupted in a sane fashion.
6106
6107 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
6108 same thing in a totally different way.
6109
6110 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
6111 setting "timeout".
6112 (gdb_start): We set the global gdb_prompt variable in
6113 default_gdb_init now.
6114
6115 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
6116
6117 * gdb.base/printcmds.exp: Fix "check for floating addition"
6118 regexp to accept results within approx +/- .01 of exact value.
6119 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
6120
6121 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
6122
6123 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
6124 properly.
6125 (gdb_expect): Add optional timeout parameter, and add timeout
6126 value to various calls.
6127 (gdb_suppress_tests): Only give one warning message per group.
6128
6129 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
6130
6131 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
6132 global variables. Handle getting a value for $timeout more
6133 gracefully.
6134
6135 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6136
6137 * lib/gdb.exp: Close connection to remote host if gdb doesn't
6138 initialize.
6139 (default_gdb_init): New procedure; allow gdb_init to be overridden
6140 by a target configuration file.
6141 (gdb_expect): Pass the timeout to remote_expect.
6142
6143 * config/monitor.exp(gdb_load): Fix typo in regexp.
6144
6145 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
6146
6147 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
6148
6149 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
6150
6151 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
6152 here. Call gdb_target_exec before rebooting the target, to make
6153 sure the connection to the target is closed.
6154 (gdb_load): Pass the name of the executable to gdb_target_monitor.
6155 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
6156 Also detect "Timeout reading from remote" error.
6157
6158 * config/gdbserver.exp: Pass the executable being loaded to
6159 gdb_target_monitor. Don't call gdb_file_cmd here; let
6160 gdb_target_monitor do it.
6161
6162 * gdb.disasm/hppa.exp: Don't use exec_output.
6163
6164 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
6165
6166 * gdb.base/list.exp: If we're debugging a non-native target,
6167 try to set the pc register to point to the start of the
6168 program before doing the first list command.
6169
6170 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
6171 test_calls after restarting.
6172
6173 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
6174 reloading.
6175
6176 * gdb.base/watchpoint.exp: Fix typo.
6177
6178 * gdb.base/setshow.exp: Check for use_gdb_stub.
6179
6180 * gdb.base/break.exp: Fix continue until exit test for the gdb
6181 stub case.
6182 * gdb.base/langs.exp: Ditto.
6183
6184 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
6185 gdb_load_offset. If we weren't given a file to load, figure out
6186 what the current file is and use it.
6187
6188 * config/i386-bozo.exp: New file.
6189
6190 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
6191
6192 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
6193 feature.
6194
6195 * config/proelf.exp: New entry.
6196
6197 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
6198
6199 * lib/gdb.exp: Remove spurious .* patterns at the beginning
6200 of regexps.
6201
6202 * gdb.base/watchpoint.exp: Don't run the test_stepping
6203 tests if gdb can't call functions on the target.
6204
6205 * gdb.base/setshow.exp: Don't run the set prompt tests if
6206 the board has gdb_prompt set.
6207
6208 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
6209
6210 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
6211 * gdb.base/commands.exp: Likewise.
6212 * gdb.base/setshow.exp: Likewise.
6213
6214 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
6215
6216 * config/monitor.exp(gdb_start): Look for gdb_prompt target
6217 feature.
6218
6219 * config/i960.exp: New file.
6220
6221 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
6222
6223 * gdb.base/funcargs.exp: Check for gdb,short_int target
6224 feature instead of looking for explicit target triplets.
6225
6226 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
6227
6228 * gdb.base/printcmds.exp: add a couple more tests a la
6229 "p 123DEADBEEF", to check parse_number.
6230 * top.c: change "to enable to enable" to "to enable" in a couple
6231 of help strings.
6232
6233 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
6234
6235 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
6236 on the mn10300.
6237
6238 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
6239
6240 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
6241 where the test executable is run with explicit args.
6242 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
6243
6244 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
6245
6246 * gdb.base/run.c: Use FAKEARGV to build test executable that
6247 does not require a command line arg, since most simulators
6248 don't currently support passing such an arg into the simulated
6249 program.
6250 * gdb.base/commands.exp: Change tests to insert the proper
6251 value as the arg to the first recursive factorial call. Change
6252 compilation line to define FAKEARGV at compile time.
6253
6254 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
6255
6256 * gdb.base/recurse.exp: Enable these tests for the mn10300.
6257 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
6258 function with watchpoint enabled" test.
6259
6260 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
6261
6262 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
6263 Don't call gdb_test when the command doesn't return to a gdb prompt.
6264
6265 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
6266 "Tests restarted" messages.
6267
6268 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
6269
6270 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
6271
6272 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
6273
6274 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
6275 for INFO SYMBOL; add help tests for OVERLAY commands.
6276 * gdb.base/default.exp: add tests for INFO SYMBOL command;
6277 add tests for OVERLAY commands
6278 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
6279 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
6280 * gdb.base/sigall.c: add usestubs code frag
6281 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
6282
6283 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
6284
6285 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
6286 failures.
6287 (gdb_stop_suppressing_tests): Note that tests have restarted.
6288
6289 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
6290
6291 * config/h8300.exp: New file.
6292
6293 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
6294
6295 * gdb.base/setshow.exp: Check for the existence of a
6296 feature, not its value.
6297
6298 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
6299
6300 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
6301
6302 * gdb.base/scope.exp: It's now init0(), not init().
6303
6304 * gdb.base/scope0.c: For now, change init() to be init0().
6305
6306 * config/monitor.exp: Use gdb_serial in preference to serial
6307 or netport.
6308
6309 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
6310 and it's not already set.
6311
6312 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
6313
6314 * gdb.base/setshow.exp: Only test the run command if the target
6315 isn't using a stub and if it supports argument passing.
6316
6317 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
6318
6319 * config/udi.exp(gdb_start): Make sure UDICONF is set
6320 properly before starting gdb.
6321
6322 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
6323
6324 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
6325 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
6326 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
6327
6328 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
6329
6330 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
6331 specialized code to reboot the board, use remote_reboot instead.
6332
6333 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
6334
6335 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
6336
6337 * config/monitor.exp: Make sure we disconnect from the target.
6338 Also, try a reboot/reload cycle instead of failing if the
6339 load fails.
6340
6341 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
6342
6343 * gdb.base/default.exp: Don't set match_max.
6344 * gdb.base/help.exp: Ditto.
6345 * gdb.base/list.exp: Ditto.
6346 * gdb.base/signals.exp: Ditto.
6347
6348 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
6349 set, use remote_ld to download the testcase instead of
6350 the GDB loader.
6351
6352 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
6353
6354 * config/vr5000.exp: New file.
6355
6356 * config/monitor.exp(gdb_target_monitor): Add pattern for
6357 "Ending remote" to detect errors in connecting.
6358
6359 * gdb.base/setshow.exp: Add .* within auto language test.
6360
6361 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
6362 target feature.
6363
6364 * config/monitor.exp(gdb_load): Check for a failure when loading,
6365 and reboot the board if necessary.
6366
6367 * gdb.base/setvar.exp(test_set): Handle multiple prints within
6368 a set of tests. Remove print.* from the patterns being checked.
6369
6370 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
6371
6372 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
6373 refer to gdb_spawn_id.
6374
6375 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
6376 longer used.
6377 * config/sparclet.exp: Ditto.
6378 * config/sparclet-old.exp: Ditto.
6379 * config/slite.exp: Ditto.
6380 * config/sim.exp: Ditto.
6381 * gdb.base/funcargs.exp: Ditto.
6382
6383 * lib/gdb.exp:Remove references to gdb_spawn_id.
6384 (gdb_expect): Move to remote.exp.
6385
6386 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
6387
6388 * config/monitor.exp: Detect the "Couldn't establish connection"
6389 message from GDB.
6390
6391 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
6392
6393 * gdb.base/bitfields.exp: Use runto instead of explicit
6394 gdb_run_cmd/gdb_expect sequences.
6395
6396 * gdb.base/break.exp(text_next_with_recursion): Add match for
6397 gdb_expect call.
6398
6399 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
6400 We also need to handle the "A program is being debugged already"
6401 prompt from gdb. Use gdb_test to set the baud rate.
6402
6403 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
6404 to 20000. Really. I mean it.
6405
6406 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6407
6408 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
6409 fails. If suppress_flag is set, skip perror message about not
6410 being able to send to GDB.
6411 (send_gdb): If suppress_flag is set, don't try to send commands to
6412 GDB.
6413 (gdb_expect): If suppress_flag is set, always fail immediately.
6414 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
6415 (gdb_init): Call gdb_stop_suppressing_tests.
6416 (default_gdb_exit): Ditto.
6417 (default_gdb_start): Ditto.
6418
6419 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
6420 gdb_stop_suppressing_tests as appropriate.
6421 * gdb.base/break.exp: Ditto.
6422 * gdb.base/callfuncs.exp: Ditto.
6423 * gdb.base/commands.exp: Ditto.
6424 * gdb.base/exprs.exp: Ditto.
6425 * gdb.base/funcargs.exp: Ditto.
6426 * gdb.base/list.exp: Ditto.
6427 * gdb.base/recurse.exp: Ditto.
6428 * gdb.base/scope.exp: Ditto.
6429 * gdb.base/structs.exp: Ditto.
6430 * gdb.c++/inherit.exp: Ditto.
6431
6432 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
6433
6434 * config/vr4300.exp: New file.
6435
6436 * gdb.*/*.exp: Call gdb_expect instead of expect.
6437
6438 * lib/gdb.exp(gdb_expect): New function.
6439
6440 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
6441
6442 * lib/gdb.exp(gdb_init): New function.
6443
6444 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
6445 for each individual variable set.
6446
6447 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
6448 name.
6449
6450 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
6451
6452 * gdb.base/scope.exp: Use gdb_test.
6453
6454 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
6455 aborting; the testsuite driver will do that for us (see
6456 gdb_finish). Also, use gdb_test in a few more places.
6457
6458 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
6459
6460 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
6461
6462 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
6463
6464 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
6465 and "add_tests" are not at the same address.
6466
6467 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
6468
6469 * gdb.base/ptype.exp: Use gdb_test.
6470
6471 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
6472
6473 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
6474 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
6475 left in. No longer expect them to fail.
6476
6477 * gdb.stabs/*.mt; Deleted, no longer used.
6478 * gdb.stabs/configure.in: Remove references to target makefile
6479 frags.
6480 * gdb.stabs/configure: Rebuilt.
6481
6482 * gdb.disasm/*.mt: Deleted, no longer used.
6483 * gdb.disasm/configure.in: Remove references to target makefile
6484 frags. Use "sh3.s" as the unique filename for this directory.
6485 * gdb.disasm/configure: Rebuilt.
6486
6487 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
6488 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
6489 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
6490
6491 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
6492
6493 * config/udi.exp: Use mondfe,name instead of remote_host.
6494
6495 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
6496
6497 * gdb.base/watchpoint.exp: Don't expect a failure when calling
6498 a function with a watchpoint enabled on the mn10200.
6499
6500 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
6501 before trying to create it!
6502
6503 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
6504
6505 * config/vx.exp: Use hostname instead of netport.
6506
6507 * config/vxworks.exp: New file.
6508
6509 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
6510
6511 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
6512 gdb before assuming everything worked. Send a ^C if a timeout
6513 occurs.
6514
6515 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
6516 $gdb_spawn_id directly.
6517 (gdb_run_cmd): Try _start as well as start. Use the target feature
6518 gdb,start_symbol as the symbol to start from when jumping.
6519
6520 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
6521
6522 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
6523 redundant) test.
6524
6525 * gdb.base/recurse.exp: Relax final value test for 'b' so that
6526 it doesn't lose for 16bit integer systems.
6527
6528 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
6529
6530 * gdb.fortran/types.exp: If the target doesn't support "double"
6531 data types, then expect "real" types to only be 4 bytes.
6532
6533 * gdb.c++/virtfunc.exp: Expect failure for virtual function
6534 call tests if the target doesn't support inferior function calls.
6535
6536 * gdb.base/printcmds.exp: Allow minor deviation in FP values
6537 in printf tests.
6538
6539 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
6540
6541 * gdb.base/help.exp: Disable "help set", "help show", and
6542 "help support". Simplify regexp for "help stack".
6543
6544 * gdb.base/default.exp: Set match_max to 5000 and the timeout
6545 to 60 seconds. Temporarily set match_max to 15000 around the
6546 "info copying" test.
6547
6548 * gdb.base/nodebug.exp: Don't try to do an inferior function
6549 call if the target doesn't support them.
6550 * gdb.base/printcmds.exp: Likewise.
6551 * gdb.base/setvar.exp: Likewise.
6552 * gdb.base/structs.exp: Likewise.
6553 * gdb.c++/templates.exp: Likewise.
6554 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
6555
6556 * gdb.base/recurse.exp: Enable for the mn10200.
6557
6558 * configure.in: Do configure gdb.stabs directory for *-*-elf
6559 targets.
6560 * configure: Rebuilt.
6561
6562 * gdb.base/break.exp: Check for gdb,noresults before testing
6563 exit status and/or results from the target.
6564 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
6565 * lib/gdb.exp: Remove old (now bogus) initialization of
6566 noinferior, noargs, noresults and nosignals.
6567
6568 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
6569
6570 * config/sh.exp: New file.
6571
6572 * config/slite.exp: Try to connect multiple times to the board
6573 before rebooting. Only send a "monitor run" if need_monitor_run
6574 is set.
6575
6576 * gdb.base/break.exp: Don't do the "stub continue" test if
6577 the target has gdb_stub set.
6578
6579 * gdb.base/callfuncs.exp: Increase the timeout.
6580
6581 * gdb.base/interrupt.exp: Don't even try to compile the testcase
6582 if the target has gdb,noinferiorio set.
6583
6584 * gdb.base/list.exp: Increase match_max to 10000 characters.
6585
6586 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
6587
6588 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
6589 target.
6590
6591 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
6592
6593 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
6594
6595 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
6596 trying to delete the copy of gdb. Catch the file delete so we
6597 don't die if the delete fails; also, the file should be copied to
6598 the host, not to the build.
6599
6600 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
6601
6602 * lib/gdb.exp(gdb_test): Surround the result pattern with
6603 parenthesis in case it contains multiple regexps separated
6604 with |.
6605
6606 * gdb.base/watchpoint.exp: Use gdb_test.
6607 * gdb.base/default.exp: Ditto.
6608
6609 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
6610
6611 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
6612
6613 * gdb.base/scope.exp: Use gdb_test.
6614 * gdb.c++/classes.exp: Ditto.
6615 * gdb.c++/inherit.exp: Ditto.
6616
6617 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
6618
6619 * gdb.base/crossload.exp: Don't use execute_anywhere, use
6620 remote_exec instead.
6621 * gdb.base/corefile.exp: Don't be ridiculous.
6622 * gdb.base/*.c: Add missing stub invocations.
6623
6624 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
6625
6626 * config/slite.exp: Miscellaneous fixes.
6627
6628 * lib/gdb.exp: Fix runto.
6629
6630 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
6631 the target.
6632
6633 * gdb.base/watchpoint.exp: Fix regexp.
6634
6635 * lib/gdb.exp(default_gdb_exit): Add a catch to the
6636 close and wait commands, as the descriptor may now be
6637 invalid. Always call "remote_close host".
6638
6639 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
6640
6641 Major rewrite for testsuite revision.
6642
6643 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
6644 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
6645 instead of relying on spawn_id to always contain a valid
6646 spawn id.
6647 (get_compiler_info): New procedure to build the ${binfile}.ci
6648 file, instead of replicating this in N different places.
6649 (gdb_compile): New procedure.
6650
6651 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
6652 appropriate arguments) instead of compile. Use gdb_test in a lot
6653 more places. Use send_gdb instead of send. Always run gdb_start
6654 at the start of a testcase, as this is no longer done magically.
6655
6656 config/*-gdb.exp: Rename without the -gdb suffix.
6657
6658 config/mips.exp: Use remote_close instead of exit_remote_shell.
6659 config/monitor.exp: Use target_info instead of looking at
6660 baud, timeout, etc.
6661 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
6662
6663 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6664
6665 * gdb.c++/templates.exp (test_ptype_of_templates),
6666 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
6667 Update expect patterns for destructors and assignment operators
6668 to match corresponding c-typeprint.c changes.
6669 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
6670 to destructor breakpoint test, GDB should be able to set the
6671 destructor breakpoint without specifying arguments.
6672
6673 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
6674
6675 * gdb.threads/pthreads.exp: Change result for failure to compile due
6676 to lack of pthreads runtime support from an error to simply an
6677 unsupported test, per dejagnu standards.
6678
6679 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6680
6681 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
6682 where GDB exits to reduce pattern match time.
6683 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
6684
6685 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
6686
6687 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
6688
6689 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
6690 * gdb.base/default.exp: ditto.
6691 * gdb.base/nodebug.exp: ditto.
6692 * gdb.base/printcmds.exp: ditto.
6693 * gdb.base/ptype.exp: ditto.
6694 * gdb.base/setvar.exp: ditto.
6695 * gdb.base/structs.exp: ditto.
6696 * gdb.base/setshow.c: Guard against uninitialized values of argc.
6697
6698 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
6699
6700 * configure, */configure: Rebuild with autoconf 2.12.
6701
6702 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
6703
6704 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
6705 use new i*86-pc-linux*-gnu quads.
6706 * gdb.base/corefile.exp: Ditto.
6707 * gdb.base/signals.exp: Ditto.
6708 * gdb.base/sigall.exp: Ditto.
6709 * gdb.base/interrupt.exp: Ditto.
6710
6711 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
6712 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
6713 RedHat 4.0.
6714
6715 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
6716 linux. This allows the test case to at least compile on latest
6717 linux, but still not run due to missing the threads runtime library.
6718
6719 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6720
6721 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
6722 directory to search gdb directory. Accept and step over conditional
6723 stack alignment code. Consume $prompt in failure cases.
6724 Reset timeout to $oldtimeout instead of some arbitrary value.
6725 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
6726 timeout problems with infinite stack backtraces.
6727 * gdb.base/ptype.exp (ptype struct link, union tu_link):
6728 Accept function parameters for linkfunc member.
6729
6730 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
6731
6732 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
6733 (CXXFLAGS): Remove, unreferenced.
6734 (B_OPTIONS): Add for -B options and add code to initialize with
6735 previous -B options and also add -B option to pick up cross compiled
6736 runtime.
6737 (TARGET_INCLUDES): Add for -I options and add code to initialize when
6738 doing cross compiles.
6739 (target_alias): Declare global.
6740 (xgcc): Set variable to full path of gcc in build tree. Use findfile
6741 to verify that gcc exists in build tree, and if so set CC to that
6742 gcc and to use B_OPTIONS and TARGET_INCLUDES.
6743
6744 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
6745
6746 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
6747 ptype test for anonymous union. Fixup testcase to match
6748 current gcc debug output.
6749
6750 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
6751
6752 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
6753 force argument to an unsigned long type.
6754
6755 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
6756
6757 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
6758 tests and anonymous union print/ptype tests.
6759 * gdb.base/list.exp (test_forward-search): Increase timeout by
6760 5 minutes for the "search extremely long line" case.
6761 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
6762 completely optional and that the pass/fail messages use the command as
6763 the message if that third arg is a null string.
6764 (gdb_test_exact): Arrange that a null string pattern means match a
6765 null string output rather than any output, which might include random
6766 errors.
6767 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
6768 backtrace test.
6769 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
6770 always failing and failure is now exposed by gdb.exp changes.
6771
6772 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
6773
6774 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
6775 weren't being noted.
6776
6777 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6778
6779 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
6780 * gdb.stabs/weird.exp: Remove v_comb xfails.
6781
6782 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
6783
6784 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
6785 list.exp scope.exp watchpoint.exp]
6786 Make all timeout error msgs explicitly say "(timeout)".
6787
6788 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
6789
6790 * config/monitor.exp: Increase download timeout to 1000 seconds.
6791
6792 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
6793
6794 * config/m32r.exp: Increase timeout to 120 seconds.
6795
6796 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
6797
6798 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
6799 and accept older ordering as obsolescent gcc or gdb.
6800 * gdb.c++/templates.exp: Ditto.
6801 * gdb.c++/virtfunc.exp: Ditto.
6802
6803 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
6804
6805 * gdb.base/coremaker.c: Add code to mmap some data so we
6806 can check that it ends up in the core file.
6807 * gdb.base/corefile.exp: Add test to read mmapped data
6808 from core file.
6809
6810 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
6811
6812 * config/m32r.exp: New file.
6813
6814 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
6815
6816 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
6817 that cflags can contains -gstabs, and work correctly for other tests.
6818
6819 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
6820
6821 * gdb.base/setshow.exp: New file, tests show and set.
6822 * gdb.base/setshow.c: New file, tests show and set.
6823 * gdb.base/help.exp: Add test for help set|show annotate.
6824 * gdb.base/default.exp: Add test for set|show annotate.
6825
6826 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
6827
6828 * testsuite/gdb.base/break.exp: Make backtrace from factorial
6829 errors unique.
6830 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
6831 explicitly.
6832
6833 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
6834
6835 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
6836 and width commands. This is done elsewhere.
6837 * (gdb_start): Don't call gdb_start_sim here. That's already
6838 done in gdb_load. This fixes lots of failures in default.exp.
6839
6840 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
6841
6842 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6843 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
6844 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
6845 in the same we we treat other failures (since it may be an expected
6846 condition), rather than as an error.
6847 * gdb.base/signals.exp (test_handle_all_print): Revert back to
6848 old test format.
6849
6850 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
6851
6852 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
6853 (distclean maintainer-clean realclean): No need to remove files
6854 twice. Nuke the duplicates.
6855 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
6856 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
6857 Remove config.h along with other config files.
6858
6859 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
6860
6861 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
6862 "p func1 ()" and note that rests of tests are skipped.
6863 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
6864 setup_xfails for "print func2::coremaker_local".
6865 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
6866 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
6867 affected by the previous run test.
6868 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
6869 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
6870 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
6871 "pass int powerset tuple" and "pass modeless int powerset tuple".
6872 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
6873 "real write 4" and "real write 8".
6874 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
6875 setup_xfails for "print vs1 after tuple assign 2",
6876 "print \$i after tuple assign 2", and
6877 "print vs2 after tuple assign 2".
6878 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
6879 meaningful error message and return -1 so the caller can
6880 suppress further tests and avoid a cascade of errors.
6881
6882 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
6883
6884 * gdb.base/a1-selftest.exp: Tweak tests to account for new
6885 format for printing version.
6886 * gdb.base/default.exp: Ditto.
6887 * gdb.base/interrupt.exp: Fix problem with cascade of
6888 errors if child process dies while calling a function.
6889
6890 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
6891
6892 * Makefile.in (VPATH): Add
6893 * Makefile.in (Makefile, config.status): Fix rules so things get
6894 remade when necessary.
6895
6896 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
6897
6898 * Makefile.in (just-check): Add path to sibling expect dir
6899 to environment variable specified by RPATH_ENVVAR.
6900
6901 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
6902
6903 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
6904 (just-check): Add shared library paths for libstdc++, tk,
6905 tcl, bfd, and opcodes to the environment variable specified
6906 in RPATH_ENVVAR.
6907 * configure.in: Add support to recognize --enable-shared flag
6908 and generate correct value for RPATH_ENVVAR.
6909 * configure: Regenerated with autoconf.
6910
6911 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
6912
6913 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
6914 include all osf versions.
6915 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
6916 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
6917 when target is linux. When failing to build pthreads test
6918 executable, give more meaningful message.
6919 * gdb.threads/pthreads.c: Hpux also uses old definition of second
6920 arg for pthread_create.
6921
6922 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
6923
6924 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
6925 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
6926 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
6927 and -lpthreads (everybody else).
6928 (test_startup): Fail gracefully if threads are not supported.
6929 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
6930 "p/c array_index("abcdef",2)" when not gcc compiled.
6931 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
6932 "print func2::coremaker_local" when not gcc compiled.
6933 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
6934 "ptype on opaque struct tagname (statically)",
6935 "ptype on opaque struct tagname (dynamically) 1", and
6936 "ptype on opaque struct tagname (dynamically) 2"
6937 for not compiled with gcc.
6938 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
6939 backtrace when compiled with gcc.
6940 * lib/gdb.exp (runto_main): Return result of "runto main" rather
6941 than always return success.
6942
6943 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
6944
6945 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
6946
6947 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
6948
6949 * gdb.base/structs.exp: Undo last change.
6950
6951 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
6952
6953 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
6954 encapsulate all the steps/nexts done during self test, starting
6955 at main, and makes them less sensitive to optimization issues.
6956 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
6957 signal handler" test.
6958 * gdb.threads/pthreads.exp: Only run this for native configs.
6959 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
6960 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
6961 tests.
6962 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
6963 for "runto test_calls(void)" test.
6964
6965 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
6966
6967 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
6968 and don't expect address info in breakpoint confirmations.
6969
6970 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
6971
6972 * gdb.base/list.exp (test_forward_search): Increase timeout
6973 temporarily by 60 seconds for searching extremely long line,
6974 and then reset to old value when done. Increase expect input
6975 buffer to 10000.
6976
6977 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
6978
6979 * gdb.base/list.exp (test_forward_search): Fix to handle very
6980 long source line without overflowing expect's input buffer.
6981
6982 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
6983
6984 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
6985 "buffer_full".
6986
6987 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
6988 "buffer_full".
6989
6990 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
6991 "buffer_full".
6992
6993 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
6994 "buffer_full".
6995
6996 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
6997
6998 * configure.in (configdirs): Add gdb.threads.
6999 * configure: Regenerated with autoconf.
7000 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
7001 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
7002 * gdb.threads/configure: New, generated with autoconf.
7003
7004 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
7005
7006 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
7007
7008 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
7009
7010 * gdb.base/signals.exp (test_handle_all_print): Test separately for
7011 each signal's status in the output of "handle all print".
7012 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
7013 the \r\n sequence that immediately precedes the gdb prompt.
7014 * gdb.base/a1-selftest.exp: Save original timeout and restore
7015 after test.
7016
7017 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
7018
7019 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
7020 symbol.
7021
7022 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7023
7024 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
7025
7026 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
7027
7028 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
7029 timeout by 60 seconds.
7030
7031 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
7032
7033 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
7034 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
7035 error return.
7036
7037 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
7038
7039 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
7040 gdb initialization, also report how long dejagnu waited. Restore
7041 old timeout before doing error return. Temporarily increase timeout
7042 by 3 minutes to allow for slow startups over heavy NFS use.
7043
7044 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
7045
7046 * lib/gdb.exp: Report timeout value for verbosity level 2.
7047 * config/gdbserver.exp: Ditto.
7048 * config/hppro.exp: Ditto.
7049 * config/mips-gdb.exp: Ditto.
7050 * config/monitor.exp: Ditto.
7051 * config/netware.exp: Ditto.
7052 * config/sim-gdb.exp: Ditto.
7053 * config/slite-gdb.exp: Ditto.
7054 * config/udi-gdb.exp: Ditto.
7055 * config/unix-gdb.exp: Ditto.
7056 * config/vx-gdb.exp: Ditto.
7057 * gdb.base/a1-selftest.exp: Ditto.
7058 * gdb.base/a2-run.exp: Ditto.
7059 * gdb.base/break.exp: Ditto.
7060 * gdb.base/corefile.exp: Ditto.
7061 * gdb.base/list.exp: Ditto.
7062 * gdb.base/recurse.exp: Ditto.
7063 * gdb.base/scope.exp: Ditto.
7064 * gdb.base/signals.exp: Ditto.
7065
7066 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7067
7068 * gdb.threads/Makefile.in (docdir): Removed.
7069
7070 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7071
7072 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
7073 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
7074 @srcdir@.
7075 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
7076 autoconf 2.5 or higher.
7077 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
7078
7079 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
7080
7081 * configure: Regenerated.
7082 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
7083 avoid name clashes with SunOS headers.
7084
7085 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
7086
7087 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
7088
7089 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
7090
7091 * gdb.base/callfuncs.exp: Finish last change -- make sure the
7092 prototype information ends up in the compiler info file.
7093
7094 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
7095
7096 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
7097 attempting to regenerate it. Eliminate use of a temporary file
7098 and just generate the info file directly. Source it immediately,
7099 for consistency of use.
7100 * gdb.base/corefile.exp: Ditto
7101 * gdb.base/exprs.exp: Ditto.
7102 * gdb.base/funcargs.exp: Ditto.
7103 * gdb.base/langs.exp: Ditto.
7104 * gdb.base/list.exp: Ditto.
7105 * gdb.base/mips_pro.exp: Ditto.
7106 * gdb.base/nodebug.exp: Ditto.
7107 * gdb.base/opaque.exp: Ditto.
7108 * gdb.base/ptype.exp: Ditto.
7109 * gdb.base/scope.exp: Ditto.
7110 * gdb.base/setvar.exp: Ditto.
7111 * gdb.base/signals.exp: Ditto.
7112 * gdb.base/whatis.exp: Ditto.
7113 * gdb.c++/templates.exp: Ditto.
7114 * gdb.c++/virtfunc.exp: Ditto.
7115 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
7116 whether or not to add -lstdc++ to the compile command line args.
7117
7118 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7119
7120 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
7121 it got fixed by the recent lookup_minimal_symbol_by_pc change.
7122 Increase timeout, a lot of single stepping might be needed if the
7123 target has no hardware watchpoints.
7124
7125 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
7126
7127 * gdb.base/break.exp: Ignore compiler warnings when compiling
7128 break.c.
7129 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
7130 * gdb.base/default.exp: Add h8300 xfails. Handle messages
7131 from remote-sim.
7132 * gdb.base/exprs.exp: Add h8300 xfails.
7133 * gdb.base/funcargs.exp: Likewise.
7134 * gdb.base/nodebug.exp: Likewise.
7135 * gdb.base/printcmds.exp: Likewise.
7136 * gdb.base/ptype.exp: Likewise.
7137 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
7138 h8300 xfails.
7139 * gdb.base/return.exp: Handle float/double precision problems
7140 on the h8300.
7141 * gdb.base/funcargs.c: Explicitly make last constant argument to
7142 call_after_alloca_subr an unsigned long type.
7143 * gdb.base/return.c: Include stdio.h.
7144
7145 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7146
7147 * config/abug.exp: New file for the older Motorola Bug monitor
7148 that runs on the mvme13x series VME boards.
7149 * config/monitor.exp: Use the new config array for target settings
7150 if they exist.
7151
7152 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
7153
7154 * sim-gdb.exp: Make the SH simulator allocate less space when
7155 it is targeted.
7156
7157 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
7158
7159 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
7160 test.
7161
7162 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
7163
7164 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
7165 "rs6000-*-*" for "list function in include file" when gcc compiled.
7166 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
7167 for "p ctable1[120]".
7168 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
7169 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
7170 Remove setup_xfail for "rs6000-*-*" for
7171 "print 'scope0.c'::filelocal before run".
7172 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
7173 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
7174 since some compilers don't allow both options to be given
7175 on the same command line. Create object file and move it.
7176
7177 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
7178
7179 * gdb.base/corefile.exp: Always regenerate the core file, since
7180 we always regenerate the coremaker program. Detect special case
7181 where registers cannot be read from core file.
7182
7183 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
7184
7185 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7186 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
7187 * gdb.c++/templates.exp: Only match on basename of file since
7188 some formats like xcoff don't encode directory information.
7189 * gdb.stabs/weird.exp: Use the right sed script for powerpc
7190 and rs6000 AIX xcoff targets.
7191 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
7192 * configure: Regenerate.
7193 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
7194 here, rather than in distclean.
7195
7196 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
7197
7198 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
7199 defined, and use it to compile the test case with -O2. The
7200 native compilation still uses no optimization.
7201 * gdb.base/mips_pro.c: Remove inline assembly code since
7202 it is compiled PIC by default, which results in assembler
7203 warnings that make the testsuite think the compilation
7204 was unsuccessful.
7205
7206 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
7207
7208 * gdb.c++/misc.exp: Add note to message for
7209 "print s.a for foo struct" that this is a known gcc 2.7.2
7210 and earlier bug.
7211
7212 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
7213
7214 * gdb.base/break.exp: Fix pattern for matching "Delete all
7215 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
7216 setup_xfail for deleting all breakpoints test. Fix various
7217 timeout messages to include "(timeout)".
7218 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
7219 for "p t_float_values2(3.14159,float_val2)".
7220 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
7221 for "continue to call2g" when gcc compiled.
7222 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
7223 "up to foo in langs.exp", "show language at foo in langs.exp",
7224 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
7225 and "show language at fsub in langs.exp".
7226 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
7227 "list line 1 in include file", "list message for lines past EOF",
7228 "list function in include file", "list list0.h:foo", and
7229 "list filename:function; nonexistant function".
7230 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
7231 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
7232 and "ptype t_char_array" to be for native cc only.
7233
7234 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
7235
7236 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
7237 setup_xfail for "print coremaker_bss", "print coremaker_ro",
7238 "print func2::coremaker_local", and "backtrace in corefile.exp".
7239
7240 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
7241
7242 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
7243 "bt in signals.exp". This problem only appears when running
7244 the testsuite, and then only intermittently.
7245
7246 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7247
7248 * gdb.base/return.exp (return_tests): Differentiate between
7249 two tests of continuing.
7250
7251 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7252
7253 * */Makefile.in (maintainer-clean): Remove config.log.
7254 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
7255 * gdb.c++/Makefile.in (PROGS): Add inherit.
7256 (clean): Remove *.ci.
7257
7258 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
7259
7260 * gdb.c++/misc.cc: Add test code from Mike Stump.
7261 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
7262
7263 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
7264
7265 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
7266 to "alpha-*-osf2*" and add comment.
7267 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
7268 setup_xfail for "step over execarg initialization" and
7269 "step over corearg initialization".
7270 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
7271 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
7272 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
7273 gcc compiled for "print coremaker_bss", "print coremaker_ro",
7274 "print func2::coremaker_local", and "backtrace in corefile.exp".
7275 * gdb.base/signals.exp: Build and source signals.ci.
7276 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
7277 to be for gcc only.
7278 * lib/gdb.exp: Move verbose statements outside conditionals.
7279
7280 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7281
7282 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
7283 Feb 3 procfs.c change.
7284
7285 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
7286
7287 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
7288
7289 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
7290
7291 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
7292 from dejagnu's apparent default of 10 seconds, which gives random
7293 results when running the tests over NFS on moderately loaded systems.
7294 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
7295
7296 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
7297
7298 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
7299 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
7300 result reports.
7301
7302 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
7303
7304 * configure.in (CY_AC_PATH_TCLH): Remove.
7305 * configure: Regenerate.
7306
7307 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
7308
7309 * gdb.c++/Makefile.in (clean): Add missing '{'.
7310
7311 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
7312
7313 * lib/gdb.exp: Provide a default value for noinferior.
7314
7315 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
7316 Load libgloss.exp.
7317
7318 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
7319
7320 * gdb.disasm/hppa.exp: Compile directly into an executable, use
7321 the executable, not the .o to run the tests from.
7322
7323 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
7324
7325 * gdb.base/break.exp: Don't test for program exit or exit status
7326 if $noresults if nonzero.
7327 * gdb.base/langs.exp: Likewise.
7328 * gdb.base/watchpoint.exp: Likewise.
7329
7330 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
7331 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
7332 trying to compile the testcase.
7333
7334 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
7335
7336 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
7337 * gdb.base/signals.exp (continue to handler): Likewise.
7338
7339 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
7340
7341 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
7342
7343 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
7344
7345 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
7346
7347 * gdb.base/corefile.exp: Recognize "not found" as failure
7348 when trying to determine if a core file was generated.
7349 If no core file was generate the first time, try again without
7350 the ulimit -c to work around braindamaged shells.
7351
7352 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
7353
7354 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
7355 [] tests with "test" and enclose string in quotes.
7356 * gdb.stabs/configure: Rebuild
7357
7358 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
7359
7360 Changes in sync with expect:
7361 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
7362 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
7363 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
7364 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
7365 argument to AC_REQUIRE.
7366 * configure: Regenerated.
7367
7368 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
7369
7370 * gdb.base/corefile.exp: When generating a core, discard any
7371 error messages about ulimit not found and the "core dumped"
7372 message from the shell that runs the coredumper.
7373
7374 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
7375
7376 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
7377
7378 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
7379 which sed script to run. Expect failure for v_comb test
7380 on PA targets too.
7381
7382 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
7383
7384 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
7385 "print func2::coremaker_local" and for "backtrace in corefile.exp"
7386
7387 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
7388
7389 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
7390 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
7391 "sparc-sun-solaris*" xfails for "p v_comb".
7392 * lib/gdb.exp (default_gdb_start): Fix typo.
7393 * gdb.base/corefile.exp: Allow "Core was generated by ..."
7394 messages to not include the full program name that caused
7395 the core dump since some systems (such as solaris) apparently
7396 truncate this path to about 80 characters.
7397 When generating a core file first try increasing the core file
7398 size limit to unlimited since some systems may default it to
7399 zero, and it is harmless to try it. Move the test for failing
7400 to generate a core file to where it will actually get executed.
7401 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
7402 new gdb result from g++ debug info improvements and make old
7403 pattern obsolescent. Also account for size_t differences
7404 (may be int or long).
7405 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
7406 initialization before function call is placed in the delay slot
7407 and thus appears to be skipped over by commands such as "next".
7408
7409 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7410
7411 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
7412
7413 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
7414
7415 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
7416 input source file; fix code to compile test to deal with this
7417 convention.
7418 * gdb.c++/*.exp: Likewise.
7419
7420 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
7421
7422 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
7423 "bt in signals.exp".
7424
7425 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
7426
7427 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
7428 "step over execarg initialization" and
7429 "step over corearg initialization".
7430
7431 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
7432
7433 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
7434 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
7435
7436 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
7437
7438 From Rob Savoye (rob@poseidon.cygnus.com)
7439 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
7440 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
7441 configure.in}, gdb.disasm/{Makefile.in, configure.in},
7442 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
7443 configure.in}: Major reworking for autoconfig.
7444 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
7445 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
7446 New files.
7447 * config/unix-gdb.exp: Make GDB global.
7448 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
7449 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
7450 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
7451 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
7452 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
7453 term.exp, twice.exp, watchpoint.exp, whatis.exp},
7454 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
7455 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
7456 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
7457 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
7458 pr-8136.exp, result.exp, string.exp, tuples.exp},
7459 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
7460 to returns as necessary, arrange for test to compile own testcase
7461 executable.
7462 * lib/gdb.exp: Changes for testsuite to compile own test cases.
7463
7464 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
7465
7466 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
7467 clear_xfail at end of test which might not call either pass or fail.
7468 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
7469 "backtrace through signal handler".
7470
7471 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7472
7473 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
7474 continuing from a job control stop signal.
7475 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
7476
7477 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
7478
7479 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
7480 * gdb.base/corefile.exp: Likewise.
7481 * gdb.base/funcargs.exp: Likewise.
7482
7483 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
7484
7485 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
7486 * config/monitor.exp: Add support for setting baud rate.
7487
7488 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
7489
7490 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
7491 i*86-*-linux* xfails for "backtrace through signal handler".
7492 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
7493 "print func2::coremaker_local".
7494 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
7495 alpha-dec-osf2* xfail for
7496 "delete all breakpoints when none".
7497
7498 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
7499
7500 * gdb.base/break.exp: Change test that deletes all breakpoints
7501 when no user breakpoints are installed. A post 4.15 change
7502 causes gdb to no longer prompt in this case.
7503
7504 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
7505
7506 * gdb.base/return.exp (return_tests): Change xfail for test
7507 "correct value returned double test" to stop xfailing at
7508 Solaris 2.5. Apparently the bug has been fixed.
7509
7510 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
7511
7512 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
7513 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
7514
7515 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
7516
7517 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
7518 * gdb.disasm/hppa.s: Corresponding changes.
7519
7520 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
7521
7522 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
7523 makefile fragment.
7524 * config/mt-hpux: Deleted.
7525
7526 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
7527
7528 * Many files: When warning about suppressed tests due to a
7529 nonexistant test binary, avoid incrementing the warning count.
7530
7531 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
7532
7533 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
7534
7535 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7536
7537 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
7538 "sparc-*-solaris2*".
7539
7540 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7541
7542 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
7543 Add global and local variables and initialize them.
7544 * gdb.base/corefile.exp: Test correct mapping of corefile sections
7545 by printing variables. Remove rs6000 and powerpc xfails, BFD now
7546 extracts the file name and terminating signal from the core file.
7547 * TODO: Remove note about tests for correct mapping of corefile.
7548 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
7549 from optimizing it away.
7550 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
7551 handles common blocks.
7552
7553 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
7554
7555 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
7556 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
7557
7558 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
7559
7560 * Makefile.in (maintainer-clean): New target, synonym for
7561 realclean.
7562 * gdb.base/Makefile.in (maintainer-clean): Likewise.
7563 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
7564 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
7565 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
7566 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
7567 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
7568
7569 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
7570
7571 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
7572 xfails when not gcc compiled for "print foo::funclocal".
7573 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
7574 "print foo::funclocal at foo",
7575 "print 'scope1.c'::foo::funclocal at foo",
7576 "print foo::funclocal_bss at foo",
7577 "print 'scope1.c'::foo::funclocal_bss at foo",
7578 "print foo::funclocal_ro at foo",
7579 "print 'scope1.c'::foo::funclocal_ro at foo",
7580 "print bar::funclocal at foo" and
7581 "print 'scope1.c'::bar::funclocal at foo".
7582 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
7583 gcc compiled for "print foo::funclocal at bar".
7584 Expand all messages to ensure that they identify that
7585 the test is at bar().
7586 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
7587 gcc compiled for:
7588 "ptype on opaque struct pointer (statically)",
7589 "ptype on opaque struct tagname (statically)",
7590 "ptype on opaque struct pointer (dynamically) 1",
7591 "ptype on opaque struct tagname (dynamically) 1",
7592 "ptype on opaque struct pointer (dynamically) 2" and
7593 "ptype on opaque struct tagname (dynamically) 2
7594 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
7595 gcc compiled for:
7596 "p datalocal"
7597 "whatis datalocal",
7598 "ptype datalocal",
7599 "p bsslocal",
7600 "whatis bsslocal", and
7601 "ptype bsslocal".
7602 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
7603 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
7604 when not gcc compiled.
7605 * gdb.base/funcargs.exp (float_and_integral_args): Add
7606 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
7607 compiled.
7608 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
7609 "backtrace from call6a" when not gcc compiled.
7610 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
7611 "backtrace from call7a" when not gcc compiled.
7612 * gdb.base/callfuncs.exp (do_function_calls):
7613 Add "hppa*-*-hpux*" xfail when not gcc compiled for
7614 "p t_char_array_values(char_array_val2,char_array_val1)",
7615 "p t_char_array_values(char_array_val1,char_array_val2)",
7616 "p t_char_array_values("carray 1","carray 2")",
7617 "p t_char_array_values("carray 1",char_array_val2)",
7618 "p t_char_array_values(char_array_val1,"carray 2")",
7619 "p sum_args(1,{2})",
7620 "p sum_args(2,{2,3})",
7621 "p sum_args(3,{2,3,4})",
7622 "p sum_args(4,{2,3,4,5})"
7623 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
7624 "backtrace in corefile.exp" when not gcc compiled.
7625
7626 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7627
7628 * gdb.base/signals.exp: Rewrite `handle all print' test as
7629 a procedure. Accept blanks or TABs as whitespace, increase
7630 timeout and expect input buffer size for the large output
7631 from the command. Remove "i*86-*-bsdi2.0" xfail.
7632
7633 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7634
7635 * gdb.base/setvar.exp: Add new testcases for truncation when
7636 assigning invalid values to bitfields.
7637
7638 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
7639
7640 * gdb.base/callfuncs.exp (do_function_calls): Remove
7641 mips-sgi-irix* xfail for
7642 "call inferior func with struct - returns char *"
7643 and fix test so that an optional (unsigned char *) cast is
7644 accepted in the result.
7645
7646 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
7647
7648 * gdb.base/funcargs.exp (float_and_integral_args): Remove
7649 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
7650 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
7651 * gdb.base/signals.exp: Remove duplicate "handle all print" test
7652 that accidentally got checked in.
7653
7654 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
7655
7656 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
7657 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
7658 compiled test.
7659 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
7660 Add mips-sgi-irix5* xfail for not gcc compiled.
7661 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
7662 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
7663 "p top", "whatis top", "p middle", and "whatis middle".
7664 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
7665 "whatis signed char" for not gcc compiled.
7666 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
7667 "set variable signed char=-1 (-1)" and
7668 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
7669 * gdb.base/funcargs.exp (float_and_integral_args):
7670 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
7671 Add mips-sgi-irix* xfail when not gcc compiled for
7672 "continue to call2b".
7673 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
7674 "continue to call2g".
7675 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
7676 "backtrace from call6a"
7677 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
7678 "backtrace from call7k".
7679 Add mips-sgi-irix5* xfail when not gcc compiled for
7680 "backtrace from call7a".
7681 (localvars_after_alloca): Fix gdb_test cmds for
7682 "print * after runto ...".
7683 Remove rs6000-*-* xfails for
7684 "print i after runto localvars_after_alloca" and
7685 "print l after runto localvars_after_alloca"
7686 for all compilers.
7687 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
7688 when not compiled with gcc, for:
7689 "print signed char == (minus)",
7690 "print signed char != (minus)",
7691 "print signed char < (minus)",
7692 "print signed char > (minus)".
7693 * gdb.base/callfuncs.exp (do_function_calls):
7694 Add mips-sgi-irix* xfail, when compiled with native compiler, for
7695 "call inferior func with struct - returns char *".
7696 * gdb.base/return.exp (return_tests): Change xfail for
7697 "correct value returned double test" to include Solaris 2.4.
7698 * gdb.base/funcargs.exp (float_and_integral_args):
7699 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
7700
7701 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7702
7703 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
7704 enumeration bitfields if compiling with GNU C.
7705 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
7706 to empty' prompt.
7707
7708 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
7709
7710 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
7711 test for PRO targets.
7712
7713 * gdb.base/funcargs.exp: Avoid ever setting more than 8
7714 breakpoints in the inferior at any given time by making
7715 two groups of breakpoints for call2*, call6* and call7*
7716 tests.
7717
7718 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7719
7720 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
7721 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
7722 from optimizing it away.
7723 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
7724 "call inferior func with struct".
7725
7726 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
7727
7728 * configure.in: Only configure gdb.chill for particular targets.
7729
7730 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
7731
7732 * gdb.base/Makefile.in: Add action to .c.o transformation
7733 rule that generates a .ci file for each .o file and remove
7734 explicit .c.o rules except for callfuncs.o.
7735 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
7736 generates a .ci file for each .o file and remove explicit
7737 .cc.o rules.
7738 (clean): Remove *.tmp *.ci files.
7739 (EXECUTABLES): Remove templ-info.exp.
7740 * gdb.base/compiler.c: New file.
7741 * gdb.c++/compiler.cc: New file
7742 * gdb.base/scope.exp: Source gdb.base/scope.ci.
7743 Change rs6000-*-* xfail for
7744 "print 'scope0.c'::filelocal_ro" and
7745 "print 'scope1.c'::filelocal" and
7746 "print 'scope1.c'::filelocal_bss" and
7747 "print 'scope1.c'::filelocal_ro" and
7748 "print 'scope1.c'::foo::funclocal" and
7749 "print 'scope1.c'::foo::funclocal_ro" and
7750 "print 'scope1.c'::bar::funclocal" and
7751 "print 'scope0.c'::filelocal_ro" and
7752 "print 'scope1.c'::filelocal at foo" and
7753 "print 'scope1.c'::filelocal_bss at foo" and
7754 "print 'scope1.c'::filelocal_ro at foo" and
7755 "print 'scope1.c'::foo::funclocal at foo" and
7756 "print 'scope1.c'::foo::funclocal_bss at foo" and
7757 "print 'scope1.c'::foo::funclocal_ro at foo" and
7758 "print 'scope1.c'::bar::funclocal at foo" and
7759 "print 'scope0.c'::filelocal_ro" and
7760 "print 'scope1.c'::filelocal" and
7761 "print 'scope1.c'::filelocal_bss" and
7762 "print 'scope1.c'::filelocal_ro" and
7763 "print 'scope1.c'::foo::funclocal" and
7764 "print 'scope1.c'::foo::funclocal_bss" and
7765 "print 'scope1.c'::foo::funclocal_ro" and
7766 "print 'scope1.c'::bar::funclocal" and
7767 "print 'scope1.c'::bar::funclocal_bss"
7768 to only be xfail'd when not compiled with gcc.
7769 Add rs6000-*-* xfail for
7770 "print 'scope0.c'::filelocal_bss before run"
7771 when compiled with gcc.
7772 (test_at_main): Add rs6000-*-* xfail for
7773 "print filelocal_ro in test_at_main"
7774 when compiled with gcc.
7775 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
7776 Add rs6000-*-aix* xfail for
7777 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
7778 "ptype t_char_array", not compiled with gcc.
7779 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
7780 xfail for "list foo (in include file)" when gcc compiled.
7781 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
7782 (integral_args): Add rs6000-*-* xfail for
7783 "run to call0a" if not compiled with gcc.
7784 (unsigned_integral_args): Add rs6000-*-* xfail for
7785 "run to call1a" if not compiled with gcc.
7786 (float_and_integral_args): Add rs6000-*-* xfail for
7787 "run to call2a" if not compiled with gcc and for
7788 "continue to call2b" for any compiler.
7789 Add rs6000-*-* xfail to
7790 "print f1 after run to call2a" for gcc compiled.
7791 (discard_and_shuffle): Add rs6000-*-* xfail for
7792 "run to call6a".
7793 (shuffle_round_robin): Add rs6000-*-* xfail for
7794 "backtrace from call7a" if not compiled with gcc.
7795 Add rs6000-*-* xfail for
7796 "backtrace from call7b" if compiled with gcc.
7797 (call_after_alloca): Add rs6000-*-* xfail for
7798 "print c in call_after_alloca" and
7799 "print s in call_after_alloca" and
7800 "backtrace from call_after_alloca_subr"
7801 if not compiled with gcc.
7802 (localvars_in_indirect_call): Add rs6000-*-* xfail for
7803 "print c in localvars_in_indirect_call" and
7804 "print c in localvars_in_indirect_call" and
7805 "backtrace in indirectly called function" and
7806 "stepping into indirectly called function"
7807 if not compiled with gcc.
7808 (localvars_after_alloca): Add rs6000-*-* xfail for
7809 "print c after runto localvars_after_alloca" and
7810 "print s after runto localvars_after_alloca" and
7811 "print i after runto localvars_after_alloca" and
7812 "print l after runto localvars_after_alloca"
7813 for all compilers.
7814 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
7815 than whatis-info.exp.
7816 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
7817 than opaque-info.exp.
7818 Setup rs6000-*-* xfail for
7819 "ptype on opaque struct pointer (statically)" and
7820 "ptype on opaque struct pointer (dynamically)" when
7821 not compiled with gcc.
7822 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
7823 rather than callf-info.exp.
7824 (do_function_calls): Add clear_xfail for rs6000-*-* for
7825 "p t_float_values2(3.14159,float_val2)". Seems to work
7826 fine there, both with xlc and gcc. Need to find out what
7827 it is doing right and fix other platforms.
7828 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
7829 "call inferior func with struct - returns int",
7830 "call inferior func with struct - returns long",
7831 "call inferior func with struct - returns float",
7832 "call inferior func with struct - returns double",
7833 "call inferior func with struct - returns char *",
7834 but only if not gcc compiled (presumes xlc compiled).
7835 Change rs6000-*-* xfails for
7836 "call inferior func with struct - returns char" and
7837 " call inferior func with struct - returns short" to only
7838 xfail if not using gcc.
7839 (clean mostlyclean): Remove *.ci and *.tmp files.
7840 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
7841 than templ-info.exp.
7842 * gdb.base/langs.exp: Source gdb.base/langs.ci.
7843 Add rs6000-*-* xfail for "up to foo in langs.exp"
7844 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
7845 when not gcc compiled.
7846
7847 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7848
7849 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
7850 * gdb.base/corefile.exp: Likewise.
7851 * gdb.base/list.exp: Likewise.
7852 * gdb.base/scope.exp: Likewise.
7853 * gdb.base/siganls.exp: Likewise.
7854
7855 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
7856 compiler output.
7857 * gdb.base/whatis.exp: Likewise.
7858
7859 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
7860
7861 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
7862 failure (opcode table has been fixed to match reality).
7863
7864 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
7865
7866 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
7867 "call inferior func with struct - returns char",
7868 "call inferior func with struct - returns short"
7869
7870 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
7871 "print 'scope0.c'::filelocal at main",
7872 "print 'scope0.c'::filelocal_bss in test_at_main",
7873 "print 'scope0.c'::filelocal at foo",
7874 "print 'scope0.c'::filelocal_bss in test_at_foo",
7875 "print 'scope0.c'::filelocal at bar",
7876 "print 'scope0.c'::filelocal_bss in test_at_bar"
7877
7878 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
7879 in source file 1". This bug seems to have been fixed with both
7880 gcc and native cc (was native assembler bug?).
7881
7882 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
7883
7884 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
7885 "backtrace through signal handler" to "i*86-*-sysv4*".
7886 * gdb.base/signals.exp: Add xfail for "'next' behaved as
7887 continue" case. Add "known SVR4 bug" to fail message.
7888 Add "i*86-*-bsdi2.0" xfail for "handle all print".
7889 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
7890 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
7891 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
7892 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
7893 "up to foo in langs.exp", "show language at foo in
7894 langs.exp", "up to cppsub_ in langs.exp", "show
7895 language at cppsub_ in langs.exp", "up to fsub in
7896 langs.exp", and "show language at fsub in langs.exp".
7897 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
7898 "bactrace in corefile.exp".
7899 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
7900 "call inferior function with struct - returns float" and
7901 "call inferior function with struct - returns double".
7902
7903 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
7904
7905 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
7906 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
7907 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
7908 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
7909
7910 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
7911
7912 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
7913 (or overriden) "CHILL" macro rather then bare "gcc".
7914 Also look for ../../gcc/xgcc since that is what we will
7915 actually need, not "Makefile". Remove following assignment
7916 of CHILL to CHILL_FOR_TARGET because that results in
7917 recursive definition.
7918
7919 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
7920
7921 * gdb.base/corefile.exp: Change xfail for backtrace in
7922 corefile.exp from linuxaout to all linux.
7923 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
7924 cases where we miss the breakpoint at the signal handler
7925 for some reason. Setup xfail for linuxoldld/linuxaout and
7926 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
7927 hitting SIGURG breakpoint.
7928 * gdb.base/signals.exp: Setup xfail for "next" acting like
7929 continue to add linuxoldld. Setup xfail for all linux for
7930 "next to handler in signals_tests_1", "backtrace in
7931 signals_tests_1", "continue to func1", "pass SIGUSR1",
7932 and continue to handler".
7933
7934 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7935
7936 * Update all FSF addresses except those in COPYING* files.
7937
7938 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
7939
7940 * gdb.base/a2-run.exp: Change messages to be more explicit about
7941 the status of args, and quote binfile in results.
7942
7943 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
7944
7945 * gdb.base/callfuncs.exp: Add tests for passing structs to
7946 inferior functions and return various types.
7947 * gdb.base/callfuncs.c: Add functions to receive a struct
7948 and return a member of the struct, in various types.
7949
7950 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7951
7952 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
7953
7954 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7955
7956 * config/vxworks29k.exp: New file, sources vxworks.exp.
7957
7958 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7959
7960 * config/gdbremote.exp: New file. Testing framework using
7961 gdbserver.
7962
7963 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
7964
7965 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
7966 "call function when asleep" and "send end of file".
7967 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
7968 for "backtrace in corefile.exp".
7969 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
7970 for "backtrace through signal handler".
7971 * gdb.base/corefile.exp: Make sure we actually generate a core file
7972 before trying the core tests. Some systems allow the user to suppress
7973 generation of core files and default to that (linux for example).
7974 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
7975 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
7976
7977 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7978
7979 * gdb.threads: New directory with some crude multi-threaded
7980 gdb tests (step.exp and step2.exp).
7981 * config/mt-lynx (STEP_EXECUTABLE): Define.
7982 (THREADFLAGS): Define.
7983
7984 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
7985
7986 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
7987
7988 * gdb.base/signals.exp: Disable whole file for lynx until
7989 further notice.
7990
7991 * gdb.base/signals.exp: xfail test where "next" acts like
7992 "continue" for lynx.
7993
7994 * gdb.base/interrupt.exp: xfail test for calling function while
7995 inferior is asleep for lynx.
7996
7997 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
7998 than one cr-lf after each command.
7999
8000 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8001
8002 * configure.in: Reinstate setting of stabsdirs variable, fix
8003 typo in setting up configdirs for native builds.
8004
8005 * gdb.base/return.exp: Fix typo in return double test.
8006 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
8007 compiler from optimizing them away.
8008
8009 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
8010
8011 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
8012 sequences to be echo'd by gdb when using gdb_test.
8013 * gdb.chill/chexp.exp: Likewise.
8014 * gdb.fortran/exprs.exp: Likewise
8015
8016 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8017
8018 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
8019 after the inferior gdb has started.
8020
8021 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
8022 after each command.
8023 * gdb.base/funcargs.exp: Likewise.
8024 * gdb.base/gdbvars.exp: Likewise.
8025 * gdb.base/interrupt.exp: Likewise.
8026 * gdb.base/list.exp: Likewise.
8027 * gdb.base/watchpoint.exp: Likewise.
8028 * gdb.c++/demangle.exp: Likewise.
8029 * gdb.c++/inherit.exp: Likewise.
8030 * gdb.chill/chexp.exp: Likewise.
8031 * gdb.fortran/exprs.exp: Likewise.
8032
8033 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
8034 test if we can't handle IO to/from the inferior.
8035
8036 * gdb.c++/misc.exp: Always check for a program already being
8037 started after sending a "run" command to gdb.
8038
8039 * gdb.base/twice.exp: Start with a fresh gdb.
8040
8041 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
8042 only depend on gdb's expression code, not the chill runtime.
8043
8044 * gdb.base/return.c: Put return values into variables so we
8045 can have gdb print them rather than depending on the program
8046 to print them.
8047 * gdb.base/return.exp: Corresponding changes.
8048
8049 * lib/gdb.exp: Provide default value for noinferiorio.
8050 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
8051 the inferior.
8052
8053 * gdb.base/break.exp: Always check for a program already being
8054 started after sending a "run" command to gdb.
8055 (text_next_with_recursion): Don't check the output from the
8056 program's printf statement. Instead just make sure the program
8057 exited.
8058
8059 * gdb.base/commands.exp: Protect tests which need arguments with
8060 $noargs conditionals.
8061
8062 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8063
8064 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
8065 of structure member arrays to match gdb/valops.c:value_addr change.
8066
8067 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
8068
8069 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
8070 cases.
8071
8072 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
8073
8074 * configure.in (configdirs): Remove gdb.chill from default list
8075 of subdirs and then add it back in only if doing a native build.
8076 The current chill compiler does not yet work in any cross build.
8077 * Revert all signal changes from Jul 6.
8078 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
8079 for sh-hms targets, allowing these tests to link, with no other
8080 changes. Testing is suppressed by setting "nosignals" in site.exp.
8081
8082 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
8083
8084 * configure.in (signaldirs): Define and add to configdirs for all
8085 targets except some specific ones that are known to not support signals.
8086 Also clean up formatting.
8087 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
8088 (signals, sigall): Remove rules to build.
8089 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
8090 Moved to new gdb.signals directory.
8091 * gdb.signals: New test directory.
8092 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
8093 signals.c signals.exp}: New or moved files.
8094
8095 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
8096
8097 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
8098
8099 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
8100
8101 * gdb.base/return.exp: Xfail `return double' test failure
8102 on at least Solaris 2.3 and handle future/past versions on
8103 a case by case basis as appropriate. Also update message
8104 to include i*86 failures.
8105
8106 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8107
8108 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
8109
8110 * lib/gdb.exp: Fix comment which erroneously identified
8111 gdb_file_cmd as gdb_load (the 19 May change was in fact to
8112 gdb_file_cmd not gdb_load).
8113 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
8114
8115 * gdb.base/setvar.exp: Make test names consistent between pass and
8116 fail cases. Use gdb_test more.
8117
8118 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8119
8120 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
8121
8122 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8123
8124 * gdb.base/help.exp: Fix expected help string for `show commands'.
8125
8126 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
8127
8128 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
8129
8130 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
8131 of a text section.
8132
8133 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
8134
8135 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
8136 that loop eventually terminates. Fix Connection refused logic so
8137 that testsuite will expire nicely.
8138
8139 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
8140
8141 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
8142 config/rom68k.exp: New tcl glue for the appropriate monitors.
8143 These all just end up calling monitor.exp.
8144 * config/monitor.exp (gdb_target_monitor): Handle `Connection
8145 refused' by retrying. Cleanup some timeout issues.
8146 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
8147 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
8148 callers don't have to set/restore global timeout variable.
8149
8150 * The following set of changes centralizes management of the global
8151 timeout variable. This way, it can be set in one target dependent
8152 place instead of dozens of places scattered throughout the test suite.
8153 If you need to lengthen a timeout, then you should either set timeout
8154 in one of the config/{target}.exp files, or multiply it by a factor.
8155 Setting it to an absolute value is always going to lose for some
8156 targets.
8157 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
8158 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
8159 * gdb.base/funcargs.exp: Don't set timeout.
8160 * gdb.base/list.exp (test_forward_search): Only use local timeout.
8161 * gdb.base/printcmds.exp (test_print_string_constants
8162 test_print_array_constants): Don't set timeout.
8163 * gdb.base/ptype.exp: Don't set timeout.
8164 * gdb.base/recurse.exp: Don't set timeout.
8165 * gdb.base/return.exp: Don't set timeout.
8166 * gdb.base/watchpoint.exp: Don't set timeout.
8167 * gdb.c++/classes.exp (do_tests): Don't set timeout.
8168 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
8169
8170 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
8171
8172 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
8173
8174 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8175
8176 * lib/gdb.exp: Disable chill tests for irix5.
8177
8178 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8179
8180 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
8181 each test pass or fail.
8182
8183 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8184
8185 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
8186 xlc not gcc.
8187
8188 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
8189
8190 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
8191
8192 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
8193
8194 * config/est.exp: Fix copyright and comments. Remove dead code.
8195 Use targetname, serialport and baud variables instead of fixed
8196 constants.
8197 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
8198 * config/cpu32bug.exp: New file to support cpu32bug monitors.
8199
8200 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8201
8202 * gdb.base/watchpoint.exp: Don't run
8203 test_watchpoint_triggered_in_syscall for sunos.
8204
8205 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8206
8207 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
8208 they don't seem to exist. Do include stdio.h.
8209
8210 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8211
8212 * gdb.base/a1-selftest.exp: Add alpha xfail.
8213
8214 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8215
8216 * gdb.base/watchpoint.c (main): Prompt before calling read().
8217 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
8218 Revise accordingly. Remove cruft about sending "123" several
8219 times, until it gets noticed. Clean up the "print buf[0]" stuff
8220 so that it passes or fails, and waits for prompts in the usual way.
8221
8222 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8223
8224 * gdb.base/recurse.exp: Fix comment.
8225
8226 * TODO: Remove item about printing variables in nodebug.exp. Add
8227 item about enabling tests which are only run on some targets.
8228
8229 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
8230 fail, make test names unique, use new gdb_test convention
8231 regarding pattern, use gdb_test more, etc.).
8232
8233 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
8234 fail, make test names unique, etc.).
8235
8236 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8237
8238 * gdb.base/nodebug.c: Change return type of top and middle to
8239 short.
8240 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
8241 are fixed by the recent mdebugread.c changes. Allow `short ()'
8242 as type for top and middle.
8243
8244 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8245
8246 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
8247 nearly as I can tell, the whole thing was an accident in Stu's
8248 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
8249 to replace a send/expect pair with gdb_test, but ended up only
8250 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
8251 of 30 Mar 1995 took care of it, but left this vestigial comment
8252 which I am now nuking.
8253
8254 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8255
8256 * gdb.base/break.exp: Look for different line number for
8257 breakpoint at main depending on usestubs.
8258
8259 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8260
8261 * gdb.base/list.exp: Adjust some alternate expect patterns to
8262 match recent list0.c change. Add alternate expect pattern for
8263 output from `list default lines around main' for optimizing
8264 compilers.
8265
8266 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8267
8268 * lib/gdb.exp: If nosignals is not set, set it to 0.
8269
8270 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
8271
8272 * config/slite-gdb.exp: Responds to load symbol table prompt.
8273 * gdb.base/break.exp: Adjust line number, fix rerun.
8274 * gdb.base/langs0.c: Add #ifdef usestubs.
8275
8276 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
8277
8278 * gdb.base/list.exp: Adjust line contents after adding new lines in
8279 list0.c. Also fix a syntax error.
8280
8281 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
8282 * gdb.base/break.exp: ditto.
8283 * gdb.base/list.exp: ditto.
8284 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
8285 * gdb.base/run.c: ditto.
8286 * gdb.base/list0.c: ditto.
8287 * gdb.base/funcargs.c: ditto.
8288
8289 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
8290
8291 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
8292 $targetname, $serialport and $baud instead of hardwired variables.
8293 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
8294 target doesn't support signals.
8295
8296 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
8297
8298 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
8299
8300 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8301
8302 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
8303 Don't rely on the value of an auto variable before it has been
8304 initialized. Use gdb_test more.
8305
8306 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8307
8308 * lib/gdb.exp (default_gdb_version): A version number must start
8309 with a digit, but other than that contains all characters up to
8310 the first whitespace character.
8311
8312 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8313
8314 * gdb.base/commands.exp (breakpoint_command_test): New tests.
8315
8316 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8317
8318 * gdb.c++/*.exp: Warn if executable does not exist. The original
8319 reason for skipping the warning was that configure.in sometimes
8320 intentionally skipped building the executables but the tcl code
8321 had no way of knowing. That (a) was always bogus with respect to
8322 error handling, (b) is no longer true (right now there is no way
8323 to skip C++ tests).
8324
8325 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
8326
8327 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8328
8329 * gdb.base/list.exp: Add expect patterns for output from
8330 SunPRO compiled executables.
8331 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
8332 types.
8333
8334 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8335
8336 * gdb.base/break.exp (test_next_with_recursion): Accept any line
8337 number (we are already testing that the correct source line text
8338 gets printed).
8339
8340 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
8341 that is what is intended, but something needed to be done to get
8342 sunos4 native working again.
8343
8344 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
8345
8346 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
8347 apparently went with a (very) old xfail.
8348
8349 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
8350
8351 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
8352 runto_main is a proc in gdb.exp that will do 'step' for target use
8353 stubs.
8354 * gdb.base/exprs.exp: ditto.
8355 * gdb.base/interrupt.exp: ditto.
8356 * gdb.base/opaque.exp: ditto.
8357 * gdb.base/printcmds.exp: ditto.
8358 * gdb.base/ptype.exp: ditto.
8359 * gdb.base/scope.exp: ditto.
8360 * gdb.base/setvar.exp: ditto.
8361 * gdb.base/signals.exp: ditto.
8362 * gdb.base/twice.exp: ditto.
8363 * gdb.c++/classes.exp: ditto.
8364 * gdb.c++/inherit.exp: ditto.
8365 * gdb.c++/templates.exp: ditto.
8366 * gdb.base/break.exp: no run and hit main for stubs. Change line
8367 numbers for breakpoints and info breakpoint.
8368 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
8369 breakpoint().
8370 * gdb.base/callfuncs.c: ditto.
8371 * gdb.base/exprs: ditto.
8372 * gdb.base/interrupt.c: ditto.
8373 * gdb.base/opaque0.c: ditto.
8374 * gdb.base/printcmds.c: ditto.
8375 * gdb.base/ptype.c: ditto.
8376 * gdb.base/scope0.c: ditto.
8377 * gdb.base/setvar.c: ditto.
8378 * gdb.base/signals.c: ditto.
8379 * gdb.base/twice.c: ditto.
8380 * gdb.c++/misc.cc: ditto.
8381 * gdb.c++/templates.cc: ditto.
8382
8383 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8384
8385 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
8386
8387 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
8388 somewhere between `read' and `main.c'. I'm pretty sure the
8389 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
8390 and it isn't particularly useful.
8391
8392 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
8393
8394 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8395
8396 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
8397
8398 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
8399
8400 * config/mt-slite: add LIBS and -nostdlib.
8401 * config/slite-gdb.exp: add this new file to support sparclite target.
8402
8403 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
8404
8405 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
8406
8407 * gdb.base/a2-run.exp: Change argument to istarget from
8408 "*-*-vxworks" to "*-*-vxworks*".
8409 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
8410
8411 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
8412
8413 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
8414 will not runto main but do a 'step' to step out of breakpoint().
8415 * config/mt-slite: add -Dusestubs.
8416
8417 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8418
8419 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
8420 instead of just @.
8421
8422 * gdb.base/signals.exp: Add test for "handle all print".
8423 * TODO: Remove "handle all print". Also remove item about
8424 checking copyright date (I don't like the idea of a spurious FAIL
8425 based on when we run the tests).
8426
8427 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
8428 for SunOS4 (reason for failure not investigated). Remove
8429 redundant test for $binfile.
8430
8431 * gdb.base/nodebug.c (array_index): Call malloc.
8432
8433 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
8434
8435 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
8436
8437 * gdb.base/recurse.exp: Update gdb_test invocation to use new
8438 conventions and slightly simplify the matching regexp.
8439
8440 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8441
8442 * gdb.base/break.exp: Update gdb_test invocation to use new
8443 convention.
8444
8445 * lib/gdb.exp: If noargs is not set, set it to 0.
8446
8447 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
8448 tests unique.
8449
8450 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
8451
8452 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8453
8454 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
8455 one argument of type "<non-float parameter>".
8456
8457 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
8458
8459 * config/rom68k.exp: New file to support Motorola IDP board.
8460 * gdb.base/a2-run.exp: Skip this file if noargs is set.
8461 * gdb.base/break.c: Change things around so that this program
8462 doesn't depend upon args. This is necessary to make remote
8463 targets work (in general, they can't take args).
8464 * gdb.base/break.exp: Don't try to send args to program. Don't
8465 expect output. Also, replace lots of code with gdb_test.
8466
8467 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8468
8469 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
8470 printing of '\'' (which is what the comment says we are testing,
8471 even though we were not), not '''.
8472 (test_integer_literals_rejected): Test that printing ''' is an error.
8473
8474 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8475 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
8476 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
8477 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
8478 Use gdb_test not test_print_accept.
8479 * lib/gdb.exp: Remove test_print_accept.
8480
8481 * gdb.base/signals.exp (signal_tests_1): Make pass message
8482 consistent with fail message.
8483
8484 * gdb.base/whatis.exp: Remove xfails for printing char vs.
8485 unsigned char; the bug (PR 1821) is fixed.
8486
8487 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
8488
8489 * gdb.base/scope.exp (test_at_localscopes): Call pass for
8490 successful tests--makes xfailing them work right.
8491
8492 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8493
8494 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
8495 only \r\n, not .*. The test can pass .* as the last thing in
8496 $pattern if that is what it wants. In addition to providing this
8497 flexibility, this change should speed up pattern matching in cases
8498 where the pattern already ended with .* (there were a number of
8499 them). This change also helps catch bad patterns--in the old
8500 scheme the typo "char \*" instead of "char \\*" would pass. Now
8501 it is caught.
8502 * Many .exp files: Update callers.
8503
8504 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
8505 clearer and does not spuriously match multiple ('s. Likewise for
8506 ) and *.
8507
8508 * gdb.base/nodebug.exp: Test ability to call a function and pass
8509 it a string (even with no debugging info).
8510
8511 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
8512 "p '\'", which is the same as "p ''" once tcl gets done with
8513 quoting, to "p '\\'", which I suspect is what is intended (one
8514 backslash gets sent to GDB).
8515
8516 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
8517
8518 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8519
8520 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
8521 1817) was fixed literally years ago.
8522
8523 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8524
8525 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
8526 test, it causes stepping out of call_after_alloca_subr with
8527 optimizing compilers.
8528 (localvars_in_indirect_call): Consume GDB prompt if `finish'
8529 fails.
8530
8531 * gdb.c++/templates.exp: Source templ-info.exp only if
8532 the templates executable exists.
8533
8534 * gdb.c++/misc.cc (class Contains_static_instance,
8535 class Contains_nested_static_instance),
8536 gdb.c++/classes.exp (test_static_members): Test printing of
8537 a class that contains a static instance of the class.
8538
8539 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8540
8541 * gdb.base/langs2.c (cppsub_): Don't prototype.
8542 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
8543 only, I believe).
8544
8545 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8546
8547 * lib/gdb.exp (skip_chill_tests): New procedure.
8548
8549 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
8550
8551 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
8552
8553 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
8554 each expect pattern. Cuts runtime from 12 to about 4 seconds.
8555
8556 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8557
8558 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
8559
8560 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
8561 disassemble 8, not 16, instructions for part 4.
8562
8563 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
8564 support the latter anymore.
8565
8566 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
8567 -DNO_PROTOTYPES.
8568 * gdb.base/callfuncs.c: Control use of prototypes based on
8569 NO_PROTOTYPES, not __STDC__.
8570 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
8571 t_float_values2 tests if prototypes in use.
8572
8573 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
8574 t_double_values): When checking differences against DELTA, check
8575 that difference is within the range (-DELTA,DELTA), not just
8576 (-infinity,DELTA).
8577
8578 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
8579
8580 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
8581 'file' command firts, then 'target', then 'load', this is due to gdb
8582 target set up.
8583 * config/mips-gdb.exp: Fix a couple regular exp bugs.
8584
8585 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
8586
8587 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
8588 FP load/store variants.
8589 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
8590
8591 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
8592
8593 * gdb.base/term.exp: Do not give a warning if not native, it is
8594 not an abnormal condition.
8595
8596 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
8597
8598 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
8599 t_char_array".
8600
8601 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
8602
8603 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
8604 are getting the version number.
8605
8606 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
8607 if not native, it is not an abnormal condition.
8608
8609 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8610
8611 * lib/gdb.exp: Just use "file exists", rather than undocumented
8612 dejagnu procedure "findfile".
8613
8614 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8615
8616 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
8617 (LDFLAGS): Set to -Xlinker -Ur.
8618
8619 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
8620 Removed, these values are set by lib/gdb.exp.
8621
8622 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
8623
8624 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8625
8626 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
8627 of replicating gdb startup code.
8628
8629 * config/mt-vxworks (LDFLAGS): Set to -r.
8630 (CFLAGS_FOR_TARGET): Removed.
8631
8632 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
8633 (gdb) and gdb for vxworks uses (vxgdb).
8634
8635 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
8636 executable is not in the tree and host != target, use sed and
8637 program_transform_name to determine the gdb name used by the
8638 target.
8639
8640 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
8641 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
8642
8643 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8644
8645 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
8646 floats, chars, and shorts where there are ANSI-style function
8647 definitions.
8648
8649 * gdb.base/langs.exp, gdb.base/langs*: New test.
8650 * gdb.base/Makefile.in: Build it.
8651 * TODO: Remove item about checking that C names don't get C++
8652 demangling applied; this test tests it.
8653
8654 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8655
8656 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
8657 went with the const70 xfail. The xfail went away a year ago.
8658
8659 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
8660
8661 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
8662 for hp300.
8663
8664 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
8665
8666 * gdb.base/a1-selftest.exp: Don't run on hp300.
8667
8668 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8669
8670 * Makefile.in (site.exp): Set host_alias and target_alias as well
8671 as host_triplet and target_triplet.
8672
8673 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8674
8675 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
8676
8677 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
8678 places as other ecoff systems).
8679
8680 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
8681 ultrix.
8682
8683 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8684
8685 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
8686 remove them.
8687 * gdb.base/nodebug.exp: Accept "function" in addition to "text
8688 variable and "variable" in addition to "data variable".
8689 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
8690
8691 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
8692 2.
8693 * gdb.base/list1.c (long_line): Add additional statement at start
8694 of function.
8695 * gdb.base/list.exp (test_forward_search): Update line number to
8696 reflect new statement.
8697
8698 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8699
8700 * gdb.base/signals.exp: Reinitialize searched source directories
8701 after gdb_start call.
8702
8703 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
8704
8705 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
8706 * gdb.stabs/Makefile.in: Likewise.
8707
8708 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
8709 change. Instead split the tests into smaller pieces.
8710 * gdb.disasm/hppa.s: Corresponding changes.
8711
8712 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8713
8714 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8715 Quote ^C when passing it to stty. For some shells ^ is a pipe.
8716
8717 * gdb.base/funcargs.exp: Modify many tests so that every test
8718 either passes or fails. Make some test names unique.
8719
8720 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8721
8722 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8723 Call stty to set interrupt character.
8724
8725 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
8726 for HP assembler versus GNU assembler based on actual behavior of
8727 $(CC), rather than assuming that $(AS) is always the GNU assembler.
8728
8729 * TODO: Suggest a few more stepping tests.
8730
8731 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
8732
8733 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
8734 restart GDB for h8300 after a continue.
8735 (return): Add pattern to match a29k-udi behavior.
8736 * gdb.base/nodebug.exp: Remove obsolete comment.
8737 * gdb.base/regs.exp: New file, testing of register displays.
8738 * gdb.base/return.exp: Fix typo in reference to $objdir.
8739 * gdb.base/whatis.exp: Always start with a fresh GDB.
8740
8741 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8742
8743 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
8744 higher, these tests generate a lot of output.
8745
8746 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8747
8748 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
8749 code following the catch silently ignored some errors; without the
8750 catch they should be thrown like any other tcl error. Also, the
8751 catch used "" instead of {} which meant all the callers who wanted
8752 to include one of the characters "[]$ had to quote it an extra time.
8753 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
8754 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
8755 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
8756 Remove extra quoting.
8757
8758 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
8759
8760 * gdb.base/commands.exp: Make test names unique; every test either
8761 passes or fails. Update some comments.
8762
8763 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
8764
8765 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8766
8767 The following fixes a FAIL caused by the fact that the alpha stabs
8768 configuration didn't use the ".if alpha" code in weird.def.
8769 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
8770 bit pointer, so the 32 bit version works even on the alpha.
8771 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
8772 Remove the stuff which allowed us to have separate versions for
8773 alpha and everything else.
8774
8775 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
8776 regexp which "info func operator\[\](" is supposed to match. Fix
8777 string to send to GDB. Note that GDB still doesn't work right. Add a
8778 new test for "info func .perator\[\](" which GDB does handle correctly.
8779
8780 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
8781
8782 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8783
8784 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
8785 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
8786 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
8787 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
8788 it makes the tests harder to understand and confuses test-o-matic.
8789 The preferred style is that each test provides a PASS or a FAIL,
8790 and has a unique message (e.g. "continue #54" not just "continue")
8791 which is the same for the pass and the fail.
8792 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8793 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
8794 to lib/gdb.exp.
8795 * gdb.base/printcmds.exp: Use test_print_accept. Remove
8796 prt_accept which was basically the same thing. Likewise for
8797 test_print_reject and prt_reject.
8798 * lib/gdb.exp (test_print_reject): Add some more error message
8799 patterns to match from the former printcmds.exp (prt_reject).
8800 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
8801 One defect of the passcount stuff is that some of it failed to
8802 report XPASS where appropriate.
8803 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
8804 stuff before and after arg in expected pattern.
8805 (test_paddr_operator_functions): Re-do test without print_addr_of;
8806 this is the only test which seems to want extra stuff there.
8807
8808 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8809
8810 * gdb.base/nodebug.exp: Update new tests to reflect improved
8811 wording of gdb output.
8812
8813 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
8814 and "ptype" work on variables in files compiled without -g.
8815 Replaces commented out "maint print msymbol" tests.
8816
8817 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8818
8819 * gdb.base/setvar.c (dummy): Call malloc.
8820
8821 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
8822 losing with the irix4 sed.
8823
8824 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
8825 ALRM" on irix4.
8826
8827 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8828
8829 * TODO: Remove items about corefile.exp testing new exec-file and
8830 backtrace; both are now done. Add items about printing enums.
8831
8832 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8833
8834 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
8835 "get signal $thissig" test fails.
8836
8837 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
8838
8839 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8840
8841 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
8842 compiler warning with dec alpha compiler.
8843
8844 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
8845 extra \n from gdb_test call (this explains why the prompt test
8846 that I removed yesterday was there).
8847 (user_defined_command_test): Remove extra \n and prompt test.
8848
8849 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
8850 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
8851 doesn't exist.
8852 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
8853 Also remove alpha workaround, which turns out to be because
8854 SIGABRT == SIGLOST.
8855
8856 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
8857
8858 * gdb.base/help.exp: Don't test "help show".
8859
8860 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8861
8862 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
8863 "set print address" is on.
8864 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
8865 pass prompt to gdb_test; gdb_test already looks for the prompt.
8866
8867 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
8868
8869 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
8870 was a vestige of the manual TESTSTRATEGY, and the purpose of it
8871 was to make sure that gdb can read a core file. But (a) the "read
8872 the corefile" part didn't make it to a1-selftest.exp, we just
8873 delete the corefile after creating it, and (b) we test reading
8874 corefiles in corefile.exp anyway. Also, this test left around a
8875 xgdb process on Solaris.
8876
8877 * gdb.base/corefile.exp: Also test backtrace.
8878
8879 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
8880
8881 * gdb.base/commands.exp: Test a simple user defined command with
8882 arguments and if/while statements; verify the full user command is
8883 printed by "show user".
8884
8885 * gdb.base/commands.exp: Test if/while commands as part of a
8886 breakpoint command list; verify they appear in breakpoint
8887 information.
8888
8889 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8890
8891 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
8892 than by dividing by zero.
8893
8894 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
8895
8896 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
8897 performing an inferior call with watchpoints enabled.
8898 * gdb.base/watchpoint.c (main): Delete second unnecessary read
8899 call.
8900
8901 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8902
8903 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
8904 of "file" command.
8905
8906 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
8907 Add additional pattern for when "int operator int(void);" appears
8908 in a different order.
8909
8910 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8911
8912 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
8913
8914 * gdb.base/help.exp: Replace most of docstrings for "info signals"
8915 and "signal" with ".*".
8916
8917 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8918
8919 * TODO: Add note about "handle all nostop".
8920
8921 * gdb.base/{sigall.c, sigall.exp}: New test.
8922 * gdb.base/Makefile.in: Add it.
8923
8924 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8925
8926 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
8927 when invoking GDB, suppresses any windowing interface.
8928
8929 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
8930
8931 * config/sim-gdb: New file, simulator testing support.
8932
8933 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
8934
8935 * gdb.base/interrupt.exp: Test calling func1 twice.
8936
8937 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
8938
8939 * gdb.base/list.exp (test_forward_search): Set timeout higher
8940 when we'll be getting lots of output from gdb.
8941
8942 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
8943 "init_malloc" to after the expect statement. Run it if that
8944 regexp is taken, but also for two others which happen if source
8945 cannot be found.
8946
8947 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8948
8949 * gdb.base/printcmds.exp: New test, for printing register before
8950 program is running.
8951
8952 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8953
8954 * gdb.base/list.exp: Correct some alternate expect patterns
8955 to reflect changes in list1.c.
8956
8957 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8958
8959 * TODO: Add item regarding large frames.
8960
8961 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
8962
8963 * TODO: Remove item about enabling return.exp; it
8964 is enabled. Suggest a few more "return" tests.
8965
8966 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8967
8968 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
8969 anonymous unions.
8970
8971 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8972
8973 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
8974 and pr-5646.o, so "make" is the same as "make all", not "make
8975 pr-4975.o".
8976
8977 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
8978
8979 * gdb.base/list.exp: Adjust expectations to reflect changes in
8980 list1.c.
8981 (test_forward_search): New test proc.
8982 * gdb.base/list1.c (long_line): New function, has long source line.
8983
8984 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
8985
8986 * gdb.base/a1-selftest.exp: Change initial stepping to know about
8987 additional line of code that was added.
8988
8989 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
8990
8991 * gdb.disasm/hppa.s: Break the large branching tests into smaller
8992 tests so as not to overflow expect's input buffers.
8993 * gdb.disasm/hppa.exp: Corresponding changes.
8994
8995 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8996
8997 Beginnings of template debugging tests.
8998 * gdb.c++/templ-info.cc: New file to test for template
8999 debugging capability of the compiler.
9000 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
9001 templ-info.cc.
9002 * gdb.c++/templates.cc: Add explicit template instantiations
9003 to enable compiling with -fno-implicit-templates. Add destructor
9004 and 'value' method to T5 class for template tests.
9005 * gdb.c++/templates.exp: Add testcases for printing of template
9006 types, setting breakpoints on template methods and calling a
9007 template method.
9008
9009 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
9010
9011 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
9012 branch target since some assemblers (gas-2.5) may emit a
9013 relocation for the branch instead of resolving it in the
9014 assembler.
9015
9016 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9017
9018 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
9019 through signal handler.
9020
9021 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9022
9023 * configure.in (*-*-netware): Use config/mt-netware.
9024
9025 * config/mt-netware: New file.
9026 * config/mt-i386-netware: Removed, separate configs for different
9027 netware architectures are no longer needed now that we have
9028 --with-headers.
9029
9030 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9031
9032 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
9033 by the recent changes to use ANSI C arithmetic conversions.
9034
9035 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9036
9037 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
9038 bug involving using inferior_pid to figure out whether to select a
9039 frame.
9040
9041 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
9042
9043 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
9044 match the current disassembler output.
9045
9046 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
9047
9048 * gdb.fortran/exprs.exp: Expect VOID instead of void.
9049 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
9050 types, expect "int" as type of integer values (for now).
9051
9052 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
9053
9054 * gdb.base/commands.exp: New tests for if/while commands.
9055
9056 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
9057
9058 * lib/gdb.exp (runto): Replace sub-pattern for hex value
9059 by .*, since hex values have different syntax in Chill mode.
9060
9061 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9062
9063 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
9064 linefeed from expect pattern for repeated types with indices > 9.
9065
9066 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
9067
9068 First part of Fortran test suite.
9069 * gdb.fortran: New directory.
9070 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
9071
9072 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9073
9074 * gdb.base/default.exp: Update expect pattern for load command
9075 without arguments.
9076
9077 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9078
9079 * configure.in: Change i386 to i[345]86.
9080 * gdb.base/configure.in: Likewise.
9081 * gdb.c++/configure.in: Likewise.
9082 * gdb.chill/configure.in: Likewise.
9083
9084 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
9085
9086 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
9087 patterns, since that is not a valid context for comments.
9088
9089 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
9090
9091 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
9092 repeated types and repeated types with indices > 9.
9093
9094 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9095
9096 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
9097 2417; old bug has been fixed.
9098
9099 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
9100
9101 * gdb.base/interrupt.exp: When trying to wake up the inferior,
9102 send the newline ourselves instead of assuming gdb_test will do
9103 so when passed an empty input string.
9104
9105 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
9106 stabs testcode.
9107
9108 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9109
9110 * lib/gdb.exp (gdb_test): Don't send anything if the first
9111 argument is an empty string. This makes cases where we want to
9112 match output that is already in expect's buffers (for example,
9113 matching a breakpoint after gdb_run_cmd has been called) work
9114 reliably.
9115
9116 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9117
9118 * config/netware.exp: New file.
9119
9120 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9121
9122 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
9123 the -B and -L prefixes so we can find the debugging stub.
9124
9125 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
9126 there and we are using the gcc from the tree.
9127
9128 * gdb.base/types.c: Removed.
9129
9130 * gdb.base/configure.in: Look for makefile fragments in ../config.
9131 Recognize i386-*-netware.
9132 * gdb.c++/configure.in: Likewise.
9133
9134 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9135
9136 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
9137 the correct TCL syntax.
9138
9139 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9140
9141 * gdb.base/opaque.exp: use runto instead of messing around with
9142 breakpoints. Simplify by using gdb_test.
9143
9144 * gdb.base/bitfields.exp: restart between tests on netware targets
9145 because breakpoints aren't relocated after target death. Run
9146 processes to completion.
9147
9148 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
9149
9150 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
9151
9152 * Makefile.in: Remove extra tabs that confuse some versions
9153 of "make". Use the newly built gdb to test with by default,
9154 rather than the first one in the tester's search path.
9155
9156 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
9157
9158 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
9159
9160 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
9161 condition help.
9162
9163 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9164
9165 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
9166
9167 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
9168 running.
9169 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
9170 * gdb.base/funcargs.exp: Likewise.
9171
9172 * gdb.base/bitfields.exp: Simplify by using gdb_test.
9173 * gdb.base/funcargs.exp: Likewise.
9174
9175 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
9176 message is "".
9177
9178 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9179
9180 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
9181 return,signals,twice}.exp: Handle non-existant binaries
9182 consistantly.
9183
9184 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
9185 * gdb.base/Makefile.in: Don't try to generate a core dump, we
9186 might testing a cross development system.
9187
9188 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9189
9190 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
9191 runtest script is relative to ${srcdir}, not ${rootdir}.
9192
9193 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
9194
9195 * gdb.base/signals.exp: Allow for optionality of breakpoint
9196 address.
9197
9198 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9199
9200 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
9201
9202 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9203
9204 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
9205 for size_t definition.
9206 * gdb.c++/templates.cc: Likewise
9207
9208 * config/mt-i386-netware: New file.
9209
9210 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
9211 defined.
9212
9213 * gdb.base/Makefile.in: Added support for systems that name core
9214 files by appending "core" to the program name.
9215 * gdb.base/a1-selftest.exp: Likewise.
9216
9217 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9218
9219 * gdb.base/return.exp: Add comment and message for `return double'
9220 test failure on Sparc Solaris.
9221
9222 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
9223
9224 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
9225
9226 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9227
9228 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
9229 from optimizing them away.
9230 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
9231 patterns to include default constructors and assignment operators,
9232 to match gcc versions beyond 2.5.8. Accept any cplus demangling
9233 character in the output of the virtual base pointer.
9234
9235 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9236
9237 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
9238 expression match in print_addr_of to avoid unintented matches.
9239 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
9240 versions up to 2.5.8.
9241
9242 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9243
9244 * gdb.base/list.exp: Tweak alternate pattern for listing of an
9245 included file to run under newer versions of expect.
9246 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
9247 consecutive >'s in templates to accomodate recent cplus-dem.c change.
9248 Remove xfail for the virtual table of BDDHookV.
9249
9250 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9251
9252 * lib/gdb.exp (string_to_regexp): Set a default result.
9253 (default_gdb_start): Fix misleading message.
9254
9255 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
9256
9257 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
9258 Remove all CC, etc definitions.
9259 * config/mt-hpux: New file.
9260 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
9261 (CFLAGS, LDFLAGS): Define.
9262 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
9263
9264 * Makefile.in (site.exp): Don't insert host_os, etc.
9265 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
9266 (distclean): Check existence of subdir.
9267 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
9268 * gdb.base/Makefile.in: General cleanup and simplification.
9269 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9270 to build executables. Use default rule to build .o files.
9271 (EXPECT, RUNTEST, CC): Fix relative pathname.
9272 (site.exp): Don't insert host_os, etc.
9273 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
9274 and/or SIGUSR1 defined.
9275 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
9276 * gdb.c++/Makefile.in: General cleanup and simplification.
9277 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9278 (CFLAGS): Remove.
9279 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
9280
9281 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
9282
9283 * gdb.base/recurse.exp: Misc changes to get tests running again
9284 after Kung's changes to the watchpoint code.
9285 * gdb.base/watchpoint.exp: Likewise.
9286
9287 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
9288
9289 * lib/gdb.exp (string_to_regexp): Convert {\} also.
9290
9291 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9292
9293 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
9294 * lib/gdb.exp (default_gdb_start): Define.
9295 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
9296 gdb.base/funcargs.exp, gdb.base/opaque.exp,
9297 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
9298 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
9299 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
9300 Don't call gdb_target_udi in between tests.
9301
9302 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9303
9304 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
9305 (which was basically just a local version of the same thing). In
9306 addition to avoiding duplication, gdb_test_exact is faster.
9307 * lib/gdb.exp (gdb_test_exact): Fix typo.
9308
9309 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
9310 don't give an error.
9311
9312 * gdb.base/term.exp: Call delete_breakpoints before starting.
9313
9314 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
9315 (t10): Add comment.
9316
9317 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9318
9319 Reorganization of the GDB Test Suite.
9320
9321 * gdb.base: New directory, contains all the basic tests.
9322 * gdb.c++: New directory, tests specific to C++.
9323 * gdb.chill: New directory, tests specific to Chill.
9324 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
9325 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
9326 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
9327 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
9328 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
9329 t30-31 to chill).
9330 * */gdbme.*: Rename to match appropriate expect scripts.
9331 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
9332 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
9333 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
9334 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
9335 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
9336 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
9337 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
9338 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
9339 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
9340 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
9341 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
9342 gdb.c++/virtfunc.cc: New names of C++ files.
9343 * gdb.chill/chillvars.ch: New name of Chill file.
9344 * gdb.base/configure.in, gdb.c++/configure.in,
9345 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
9346 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
9347 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
9348 * configure.in (configdirs): Update to reflect directory changes.
9349 (target_abbrev): No longer define for any configuration.
9350 * Makefile.in: Cosmetic improvements to header comments.
9351
9352 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9353
9354 Various changes to gdb.t31:
9355
9356 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
9357 * gdbme.ch: Make all key-words and predefineds be upper-case.
9358 * chillvars.exp: Expect key-words and predefinds in upper-case.
9359
9360 * chillvars.exp: Use gdb_test_exact many places.
9361 Change expected output for arrays (which now includes index labels).
9362
9363 * pr-5020.exp, gdme.ch (module PR_5020):
9364 New test, for PR-5020.
9365
9366 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
9367
9368 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
9369 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
9370
9371 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
9372
9373 * Makefile.in: Fix bit-rot in definitions of CHILL,
9374 CHILL_FOR_TARGET and Chill_LIB.
9375 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
9376 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
9377 CHILL, and CHILL_LIB.
9378
9379 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
9380
9381 * Revert the previous changes. Please see Rob's directory
9382 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
9383
9384 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
9385
9386 * Makefile.in, configure.in, config/mips-gdb.exp,
9387 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
9388 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
9389 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
9390 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
9391 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
9392 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
9393 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
9394 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
9395 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
9396 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
9397 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
9398 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
9399 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
9400 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
9401 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
9402 changes from 94Q1.
9403
9404 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
9405
9406 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
9407 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
9408 Rob's new testing fragments.
9409
9410 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
9411
9412 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
9413 lib/gdb.exp: Replace error proc calls with perror.
9414
9415 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9416
9417 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
9418 version also, match on casted version strings, and match on
9419 gdb startup case where the line numbers might be messed up.
9420
9421 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
9422
9423 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
9424 (CFLAGS): Delete it from here.
9425
9426 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
9427
9428 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
9429
9430 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
9431
9432 * Makefile.in (RUNTEST): Default to just "runtest".
9433
9434 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9435
9436 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
9437 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
9438 the code has been restructured.
9439
9440 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9441
9442 * gdb.t00/default.exp (set write): Allow any number of \r and/or
9443 \n, not just one of each.
9444
9445 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
9446 /bin/cc gives a warning if you do.
9447
9448 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
9449
9450 * gdb.t24/demangle.exp: change expect pattern of
9451 __t10ListS_link1ZUiRCUiPT0
9452
9453 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9454
9455 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
9456 on local variables in recursive functions.
9457
9458 * gdb.t07/Makefile.in: Build the new test.
9459
9460 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9461
9462 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
9463 directly. Instead compare the return values from actual calls.
9464
9465 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
9466
9467 * Makefile.in (check): Set TCL_LIBRARY for runtest.
9468
9469 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9470
9471 * From Peter Schauer with minor modifications.
9472 * gdb.t15/return.exp (return_tests): Handle targets where "return"
9473 stops in mid-line in the caller. Add xfail for returning a float
9474 value on X86 targets.
9475
9476 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9477
9478 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
9479 to avoid expect lossage.
9480 (fmem_LRbug_tests): Likewise.
9481 * gdb.disasm/hppa.s: Corresponding changes.
9482
9483 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
9484 conditions to work with latest dejagnu/expect.
9485
9486 * gdb.t15/funcargs.exp (finish from indirect call): No longer
9487 expected to fail on the PA.
9488 (backtrace in call with trampolines): Explicitly require main
9489 to be frame #1 (no trampolines should show up in backtrace).
9490
9491 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
9492 "continue -expect".
9493 * gdb.t06/break.exp: Likewise.
9494 * gdb.t07/watchpoint.exp: Likewise.
9495 * gdb.t13/bitfields.exp: Likewise.
9496 * gdb.t15/{funcargs,return}.exp: Likewise.
9497 * gdb.stabs/weird.exp: Likewise.
9498 * config/{mips,udi}-gdb.exp: Likewise.
9499
9500 * hppa.sed: Enclose comments within a sed command to avoid
9501 losing with the old OSF1 sed.
9502
9503 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9504
9505 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
9506 sequent dynix.
9507 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
9508 * gdb.t15/funcargs.exp: Conditionally step again to really
9509 finish from marker_call_with_trampolines. Handle the case where
9510 the first step from within call_with_trampolines already steps
9511 us back to main.
9512 * gdb.t15/gdbme.c: Add comment to closing brace of
9513 call_with_trampolines for funcargs.exp.
9514
9515 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9516
9517 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
9518 Fix typo(s).
9519
9520 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9521
9522 * gdb.t07/gdbme.c: More code for watchpoint testing.
9523
9524 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
9525 "Hardware watchpoint" throughout file.
9526 (test_watchpoint_triggered_in_syscall): New test.
9527 (test_complex_watchpoint): New test.
9528
9529 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9530
9531 * gdbme.c (call_with_trampolines): New function to try and step
9532 into. Tests trampoline problems on the PA.
9533
9534 * funcargs.exp (localvars_in_indirect_call): No longer expect
9535 stepping into indirect call to fail on PAs.
9536 (test_stepping_over_trampolines): New test.
9537
9538 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9539
9540 * TODO: Add suggestions for static member function tests, and
9541 completion tests.
9542
9543 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9544
9545 * TODO: Add suggestions for "p/a" tests.
9546
9547 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
9548 (default_gdb_exit): Replace all the hair with sending "quit" to
9549 the process with a simple close.
9550
9551 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9552
9553 * TODO: Add suggestions for shared library tests.
9554
9555 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9556
9557 * TODO: Add suggestions for x/s tests.
9558
9559 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9560
9561 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
9562 "enable once", and "enable breakpoints once" with ".*".
9563
9564 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9565
9566 * TODO: Add suggestions about structure passing tests.
9567
9568 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9569
9570 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
9571 the primary1 test, use work around if __GNUC__ < 2.
9572 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
9573 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
9574 Test for bad output rather than waiting for timeout. Issue
9575 second continue only if first continue failed.
9576
9577 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9578
9579 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
9580 operator[] test with gdb_test because the old code didn't seem to
9581 be getting the quoting right with the new dejagnu.
9582
9583 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
9584
9585 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
9586 one from the path.
9587 * Makefile.in: Use a fresh expect if there is one, use runtest
9588 from the src tree if there is one.
9589
9590 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9591
9592 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
9593 next over recursive call. Revise the tests from that point on
9594 (which had been skipped) to match GDB's actual (correct) output.
9595
9596 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
9597 with next over a breakpoint whose condition is false.
9598
9599 * gdb.t00/help.exp: Comment out "help set print" tests just like
9600 (and for same reason as) "help set" test.
9601
9602 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9603
9604 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
9605 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
9606
9607 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9608
9609 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
9610 necessary gdb_target_udi.
9611
9612 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
9613
9614 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
9615 1838 and 2417; they are fixed.
9616
9617 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
9618 gdb.t03/ptype.exp (ptype structure, ptype union):
9619 Remove xfails; the test is looser than when the xfails were added.
9620
9621 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
9622 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
9623
9624 * gdb.t01/run.exp: Only run shell test if isnative.
9625
9626 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
9627 since "run" automatically loads if necessary. Call gdb_target_udi
9628 after the "file" since "file" kills any execution target.
9629
9630 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
9631 GDB. GDB doesn't work that way (not anymore at least) on UDI.
9632 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
9633 argument for UDI.
9634
9635 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9636
9637 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
9638
9639 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
9640
9641 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9642
9643 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
9644 properly quoting regexps. This makes the second argument to
9645 demangle a fixed string, which matches the callers, instead of a
9646 shell-style pattern which is what the previous implementation
9647 used. Update some of the callers.
9648
9649 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9650
9651 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
9652 (comib_nullified_tests): Fix typo.
9653 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
9654 strings. No longer expected to fail.
9655
9656 * gdb.disasm/hppa.s (addib_tests): Fix typo.
9657 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
9658 strings. No longer expected to fail.
9659
9660 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
9661 string. No longer expected to fail.
9662
9663 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9664
9665 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
9666 No longer expected to fail.
9667
9668 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
9669 string. No longer expected to fail.
9670
9671 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9672
9673 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
9674 only in the names (I probably got most of them). I was even
9675 generous with some which differed in underscores in names, and
9676 probably missed a few, and I *still* was able to remove almost a
9677 third of the file with almost no impact on testsuite coverage.
9678
9679 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9680
9681 * gdb.t00/default.exp: Match udi_attach error message as well as
9682 the one from child_attach.
9683
9684 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
9685
9686 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
9687
9688 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
9689 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
9690
9691 * Move test with enums and partial symbols back to
9692 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
9693 Reverts the change of 26 May 93. Per today's change to
9694 stabs.texinfo, the behavior that weird.exp was expecting was
9695 unreasonable; what is important is that the compiler+gdb get
9696 things right, which happens with a recent gcc. Also fix the test
9697 to deal with native compilers which put out the stab gdb can't
9698 deal with.
9699
9700 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9701
9702 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
9703 in the names. The main thing these accomplish is to slow things down.
9704 Many more such duplicates surely remain.
9705
9706 * gdb.t00/help.exp: Comment out "help support" test just like
9707 (and for same reason as) "help set" test.
9708
9709 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
9710
9711 * gdb.t06/break.exp: Remove setup_xfails for
9712 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
9713 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
9714 about known bug in gcc to include up through 2.5.8.
9715 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
9716 well as "_vb$".
9717 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
9718 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
9719 with latest gcc and gdb.
9720 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
9721 well as "_vb$".
9722
9723 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9724
9725 * configure.in (hppa*-*-*): Also configure and build stabs-only
9726 tests.
9727
9728 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9729
9730 * gdb.t10/hppa.mt: A makefile fragment for the PA.
9731 * gdb.t10/configure.in (hppa*-*-*): Use it.
9732
9733 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9734
9735 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
9736
9737 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9738
9739 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
9740 versions prior to 1.13.5.
9741
9742 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9743
9744 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
9745 the prompt is at the start of a line.
9746
9747 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9748
9749 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
9750 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
9751 in the copr tests now.
9752 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
9753 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
9754 expected to fail.
9755
9756 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
9757
9758 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
9759 gdb.t31/chillvars.exp, lib/gdb.exp:
9760 Tweak to run under either version of expect.
9761 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
9762 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
9763 * gdb.t11/list.exp: Remove extraneous whitespace.
9764
9765 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9766
9767 * gdb.t16/printcmds.exp (test_print_strings): Accept
9768 "(unsigned char *) " before the string.
9769
9770 * TODO: Add notes about printing of fancy types and GDB expressions.
9771
9772 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
9773
9774 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
9775 * gdb.t06/configure.in: Don't try to compile signals test program
9776 if doing mips-idt-ecoff.
9777
9778 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
9779
9780 * Most .exp files: Tweak to run under either version of expect.
9781
9782 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9783
9784 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
9785 xfails; I'm not sure why they are failing, but not because of PR 1806.
9786
9787 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
9788
9789 * config/unix-gdb.exp: Remove gdb_unload cause it's already
9790 defined in lib/gdb.exp.
9791
9792 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9793
9794 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
9795 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
9796 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
9797 have to be typeless.
9798
9799 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9800
9801 * TODO: Add suggestion for copyright year test.
9802
9803 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
9804
9805 * configure.in (*-*-lynxos*): Add stabs tests.
9806
9807 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9808
9809 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
9810 so insert a tab before any assembler directive in column zero.
9811
9812 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
9813 stores.
9814 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
9815 stores.
9816 (fpu_short_memory_tests): Likewise.
9817
9818 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9819
9820 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
9821 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
9822 .stabs directives in comments.
9823
9824 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9825
9826 * TODO: New file, describing tests we could write.
9827 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
9828
9829 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9830
9831 * gdb.t06/signals.exp: Add kludge to force re-sync.
9832
9833 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
9834 to xgdb instead of gdb, get out of gdb.
9835
9836 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
9837
9838 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
9839 for info.
9840
9841 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9842
9843 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
9844 * gdb.stabs/configure.in (hppa*-*-*): Use it.
9845 * gdb.stabs/hppa.sed: New sed script for the PA.
9846
9847 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9848
9849 * gdb.stabs: Re-write weird.def and configuration to use sed
9850 instead of cpp. sed is portable and POSIX; cpp is neither.
9851
9852 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9853
9854 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
9855
9856 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9857
9858 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
9859
9860 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9861
9862 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
9863 "_vb$".
9864 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
9865 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
9866
9867 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9868
9869 * lib/gdb.exp: Comment out code which depends on non-existent
9870 `transform' procedure.
9871
9872 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
9873
9874 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
9875 * lib/gdb.exp: Transform tool name.
9876 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
9877 1.1's new error handling system.
9878
9879 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9880
9881 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
9882
9883 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9884
9885 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
9886 They made pattern matching so slow that timeouts happened on
9887 heavily loaded systems. Now any output from "show print" which
9888 gets us back to the GDB prompt is a PASS.
9889
9890 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
9891
9892 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
9893
9894 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9895
9896 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
9897
9898 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
9899 It is not from PR 3220.
9900
9901 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9902
9903 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
9904 just started failing because they depended on the order the
9905 subcommands are presented, or exact docstring text. This kind of
9906 test is a pain and has minimal benefit.
9907
9908 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9909
9910 * gdb.t09/corefile.exp: At end of test, use "core" command with
9911 no arguments.
9912
9913 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
9914
9915 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
9916 17}/Makefile.in: Make it possible to run the testsuite with Sun
9917 make and CC = cross gcc by adding explicit build rules for .o
9918 files.
9919
9920 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9921
9922 * gdb.t15/funcargs.exp: Don't put comments on same line as
9923 setup_xfail (@#$*%& tcl braindamage!).
9924
9925 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9926
9927 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
9928
9929 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
9930
9931 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
9932 * gdb.t20/inherit.exp: remove three dumplicate entries.
9933
9934 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9935
9936 * gdb.t06/break.exp: For "next over recursive call", fail on any
9937 incorrect output, not just on "factorial (value=2)".
9938
9939 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9940
9941 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
9942 working now. Add an xfail if accesing a bss variable causes
9943 a memory error if the target is not yet run.
9944
9945 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9946
9947 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
9948 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
9949 name of __st* demangling (2 strings). Did Kung really get the
9950 more than 95 others right without testing them?
9951
9952 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
9953
9954 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
9955
9956 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
9957
9958 * configure.in (configdirs): Add gdb.disasm
9959 * gdb.disasm: New directory for GDB disassembler tests.
9960 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
9961
9962 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9963
9964 * gdb.t00/help.exp: Don't test "help set".
9965
9966 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
9967 from within expect statements. None of these happen anymore and
9968 they cause regressions to be silently unnoticed.
9969
9970 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
9971 messages) about known failures with gcc cygnus-2.4.5-930417.
9972
9973 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
9974 comp-info.exp so it gets built if it doesn't exist.
9975
9976 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
9977 it is no longer used.
9978 * gdb.t13/comp-info.c: Removed.
9979
9980 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9981
9982 * gdb.t06/signals.exp: Add xfail for sun3.
9983
9984 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9985
9986 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
9987 relevant because ^C doesn't get sent but failure can be reproduced
9988 interactively).
9989
9990 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9991
9992 * gdb.stabs/alpha.mt: New configuration file for alpha.
9993 * gdb.stabs/configure.in: Use it.
9994 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
9995 sharing with alpha.mt, redefine long to word via preprocessor.
9996 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
9997 for alpha.
9998 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
9999 native cc.
10000 * gdb.t00/teststrategy.exp: Change expect string so that we
10001 consume the `(xgdb)' from the command echo and from the gdb prompt.
10002 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
10003 gdb currently compares all values as long, so this failure probably
10004 applies to any configuration where LONGEST is bigger than a target int.
10005 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
10006 with gcc.
10007 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
10008 to handle opaque pointers, gcc is.
10009 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
10010 as first argument. Include <sys/types.h> and change all operator
10011 new definitions to use size_t.
10012 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
10013 now that we use size_t.
10014
10015 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10016
10017 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
10018 a long or float array cast all array members to the same type.
10019 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
10020 with 64 bit longs.
10021 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
10022 on alpha.
10023 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
10024
10025 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10026
10027 * gdb.t24 (demangle.exp): Constructors of templates have names like
10028 vector<int>::vector(int) not vector<int>::vector<int>(int). See
10029 section 14.6 of the ARM.
10030
10031 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
10032 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
10033 accomplish little and slow down the testsuite.
10034
10035 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
10036 Accept spaces various places.
10037
10038 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10039
10040 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
10041 with watchpoint enabled.
10042
10043 * Makefile.in: Remove definition of CC and remove the second
10044 definition of CXX (the "CXX = gcc" one remains). These definitions
10045 were causing backquotes to be expanded within backquotes, which
10046 doesn't work.
10047
10048 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10049
10050 * gdb.t17/callfuncs.exp: Add "return 0" to end.
10051
10052 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10053
10054 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
10055 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
10056 by mips cc and contains no stabs entries.
10057
10058 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
10059
10060 * config/vx-gdb.exp: Use fake device to load files rather than
10061 NFS.
10062 * lib/gdb.exp: New proc to do "file" command.
10063 * config/unix-gdb.exp: Use new "file" proc.
10064
10065 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10066
10067 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
10068 Rework board rebooting slightly.
10069 (gdb_exit): Don't exit from the remote shell; there isn't one.
10070 * gdb.stabs/weird.exp: If a program is being debugged already,
10071 kill it.
10072 * gdb.t04/setvar.exp: Stop and restart gdb.
10073 * gdb.t05/expr.exp: Likewise.
10074 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
10075 restart gdb and reload the program.
10076 * gdb.t08/opaque.exp: Likewise.
10077 * gdb.t12/scope.exp: Likewise.
10078 * gdb.t13/bitfields.exp: Likewise.
10079 * gdb.t15/funcargs.exp: Likewise.
10080 * gdb.t20/classes.exp: Likewise.
10081 * gdb.t03/ptype.exp: Increase timeout.
10082 * gdb.t16/printcmds.exp (test_print_string_constants,
10083 test_print_array_constants): Likewise.
10084 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
10085 * gdb.t20/classes.exp (do_tests): Likewise.
10086 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
10087
10088 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
10089
10090 * gdb.stabs: Renamed *wierd* to *weird*.
10091
10092 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10093
10094 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
10095 for timeout. Add "known gcc 2.4.5 bug" to failure message.
10096
10097 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10098
10099 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
10100 (do_tests): Remove xfail for whatis on one_var and two_var.
10101
10102 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
10103
10104 * Makefile.in: Made cross building work better by adding
10105 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
10106
10107 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10108
10109 * gdb.t15/{return.c,return.exp,Makefile.in}:
10110 New test, currently commented out.
10111
10112 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
10113
10114 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
10115 still running and removes the leftover named socket so GDb can do
10116 clean restarts.
10117
10118 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
10119
10120 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
10121 console, not GDB.
10122 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
10123 cross testing works better with "make check"
10124 * config/unix-gdb: Use default procedures for exit and version.
10125 * config/vx-gdb.exp: Cleaned up and massaged back to working order
10126 with the newest VxWorks.
10127
10128 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10129
10130 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
10131 old form.
10132
10133 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
10134 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
10135
10136 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
10137
10138 * config/unix-gdb.exp: Remove this version of gdb_exit
10139 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
10140 Rob says he'll look at it when he gets back to testing boards.
10141
10142 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
10143
10144 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
10145 an expected fail for certain ptype commands.
10146
10147 * gdb.t20/classes.exp: Update expected results of "ptype class
10148 Base1" to account for the constructor that now appears in the type.
10149
10150 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
10151
10152 * configure.in (configdirs): Restore gdb.t04, which mysteriously
10153 disappeared from list.
10154 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
10155 "alldone" proc with call to cleanup and exit.
10156 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
10157 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
10158 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
10159 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
10160 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
10161 "alldone" proc with simple returns that suppress remaining
10162 tests. The alldone proc went away many months ago.
10163
10164 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10165
10166 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
10167
10168 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
10169
10170 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10171
10172 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
10173 as vax gdb will display them.
10174
10175 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10176
10177 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
10178 optimizers.
10179
10180 * scope.exp: Change "bad value for localval" messages so each one
10181 is unique.
10182
10183 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
10184 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
10185
10186 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
10187
10188 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10189
10190 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
10191 doesn't exist (due to optimization).
10192
10193 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10194
10195 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
10196 contains \r because the filename is long.
10197
10198 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
10199 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
10200
10201 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10202
10203 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
10204 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
10205 Ultrix.
10206 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
10207 int tests.
10208 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
10209
10210 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
10211
10212 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
10213
10214 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
10215 to match does not match the passing case but still matches the
10216 failing case.
10217
10218 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10219
10220 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
10221
10222 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
10223
10224 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
10225 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
10226 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
10227 Remove various versions of gdb_exit.
10228 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
10229 gdb_exit.
10230 * config/unix-gdb.exp: gdb_exit remains here, and should override
10231 the generic version, since it's doing a lot of wierd stuff that
10232 the other versions aren't. FIXME, fold it in, or abandon this
10233 version.
10234
10235 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10236
10237 * gdb.t24/demangle.exp: Add tests for PR 3220.
10238
10239 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10240
10241 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
10242
10243 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
10244
10245 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
10246 "i386-*-*". Works for i486 as well.
10247
10248 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
10249 bug, and expand domain of xfail to all SVR4 systems, since the
10250 actual problem is likely to be in generic SVR4 /proc support.
10251
10252 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10253
10254 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
10255
10256 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
10257
10258 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
10259 xfails for other systems. Match a missing 'Continuing.' as an
10260 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
10261
10262 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
10263 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
10264 Only issue warning for missing executables if -all option is used.
10265
10266 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
10267 file if -all option is used. It's like an unpredictable XFAIL.
10268
10269 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10270
10271 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
10272 for dynamically linked binaries.
10273
10274 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
10275
10276 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10277
10278 * gdb.t20/inherit.exp: Change message for "print tagless struct"
10279 to state that this is a known bug in old versions of g++.
10280
10281 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10282
10283 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
10284 while waiting for `Continuing'.
10285
10286 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
10287
10288 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
10289 in text, data, and bss.
10290 * gdb.t10/nodebug.c: Add local and global test variables for
10291 initialized and uninitialized data.
10292
10293 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10294
10295 * config/unix-gdb.exp (gdb_exit): Add "wait".
10296
10297 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10298
10299 * gdb.t06/signals.exp: xfail the continue from the handler for all
10300 targets.
10301
10302 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
10303 function with watchpoints enabled, the i386 call dummy starts with
10304 a call.
10305
10306 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
10307 386 bsd names its corefiles.
10308
10309 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
10310
10311 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
10312 compilers don't grok it.
10313 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
10314 with small octal ints rather than character constants, which
10315 are signed and might not fit if first promoted to int.
10316
10317 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
10318
10319 * gdb.t09/Makefile.in (clean): Remove corefile.
10320
10321 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10322
10323 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
10324
10325 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10326 and Jim Kingdon (kingdon@cygnus.com)
10327
10328 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
10329 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
10330 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
10331
10332 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10333
10334 * gdb.t17/interrupt.exp: Add xfail for hppa.
10335
10336 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10337
10338 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
10339 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
10340 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
10341 to determine signed-ness of bitfields and use the result to setup
10342 the xfail.
10343 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
10344 * gdb.t15/funcargs.exp: Use them to step until the second indirect
10345 call line is reached if necessary.
10346
10347 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10348
10349 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
10350
10351 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10352
10353 * gdb.t06/break.exp: Also test `clear' command.
10354
10355 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10356
10357 * gdb.t00/teststrategy.exp: Remove extra quote.
10358
10359 * gdb.t07/watchpoint.exp: Change xfail for calling function with
10360 watchpoint enabled to be for all non-68k machines.
10361
10362 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
10363
10364 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10365
10366 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
10367 targets use aout.mt instead of ecoff.mt as gas understands
10368 standard aout format.
10369
10370 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10371
10372 * lib/gdb.exp (runto): Don't insist that function we are running to
10373 was compiled with -g.
10374
10375 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
10376
10377 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
10378 to get back into the read system call.
10379 Accept leading newline in case where we woke it up.
10380
10381 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10382
10383 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
10384 to make the stabs test work on ecoff systems using gcc and -with-stabs.
10385 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
10386 enable ecoff configuration.
10387
10388 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10389
10390 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
10391
10392 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10393
10394 * gdb.t16/printcmds.exp: Add another printf test.
10395
10396 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
10397
10398 * configure.in: If configured -with-stabs on any target, add
10399 stabsdirs to configdirs.
10400
10401 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10402
10403 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
10404 fun" so pattern does not match the command itself.
10405
10406 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10407
10408 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
10409
10410 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10411
10412 * gdb.t17/interrupt.exp: Test for more things.
10413
10414 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10415
10416 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
10417 compiler arranges the code and line numbers.
10418
10419 * gdb.t17/interrupt.exp: Don't send \n after ^C.
10420
10421 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10422
10423 * gdb.t00/help.exp: Increase expect input buffer size.
10424
10425 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10426
10427 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
10428
10429 * gdb.t07/watchpoint.exp: Add xfail for hppa.
10430
10431 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
10432
10433 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
10434 [0-9]*, not just [0-9].
10435
10436 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10437
10438 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
10439
10440 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
10441
10442 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10443
10444 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
10445
10446 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10447
10448 * gdb.t06/signals.c: Add xfails for sun3.
10449
10450 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
10451
10452 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
10453 test_stepping tests.
10454
10455 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10456
10457 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
10458
10459 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
10460
10461 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
10462 rather than actually putting it through cpp twice.
10463
10464 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
10465
10466 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
10467
10468 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
10469 no longer needed.
10470
10471 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10472
10473 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
10474
10475 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
10476 C++ features prints as "struct", make it a pass, not an xfail.
10477
10478 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10479
10480 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
10481 Don't require VA to print as "class" rather than "struct".
10482
10483 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
10484
10485 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
10486
10487 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10488
10489 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
10490
10491 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10492
10493 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
10494 order.
10495
10496 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10497
10498 * gdb.t16/printcmds.exp: Add printf tests.
10499
10500 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
10501
10502 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
10503
10504 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
10505
10506 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
10507 pass counts, to counteract any existing or future setup_xfails.
10508
10509 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10510
10511 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
10512 {BEGIN,END}_COMMON for common block instead of STAB.
10513 * gdb.stabs/wierd.exp: Add xfail for rs6000.
10514
10515 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
10516 intp_var should be N_GSYM not N_LSYM.
10517 wierd-aout.S: Use a label for the value of the N_SO.
10518 wierd.def: Remove all backslashes.
10519 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
10520
10521 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10522
10523 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
10524 get the expected next to inheritance3.
10525
10526 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10527
10528 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
10529 now that gcc-2.4 gets it right.
10530
10531 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10532
10533 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
10534
10535 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
10536 generating comp-info.exp which works for cross-compilation.
10537
10538 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
10539
10540 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
10541 "*-*-sysv4.*".
10542
10543 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
10544
10545 * gdb.t01/run.exp: Start with a fresh gdb.
10546 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
10547 SVR4.x.
10548
10549 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
10550
10551 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
10552 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
10553 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
10554 Makefile.in (distclean, realclean): Remove gdbme.c from list of
10555 things to remove.
10556
10557 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
10558
10559 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
10560 test cases from bug reports.
10561
10562 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
10563
10564 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
10565 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
10566 avoid spurious xfails.
10567 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
10568 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
10569 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
10570
10571 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
10572
10573 * gdb.t00/teststrategy.exp: Rework to provide more useful
10574 description of each test, fix problem with systems that define
10575 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
10576 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
10577 results for "next over recursive call" so timeouts aren't taken
10578 by error.
10579
10580 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
10581
10582 * gdb.t12/scope.exp: Test printing of variables before run.
10583
10584 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
10585 printed in wrong order due to sorting.
10586
10587 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
10588
10589 * gdb.t00/teststrategy.exp: Fix expected results for printing
10590 user entered string constant. Is array of char, prints with no
10591 address.
10592
10593 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
10594 commands.
10595 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
10596 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
10597 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
10598 of struct of char arrays.
10599 * gdb.t00/radix.exp: New tests for radix commands.
10600
10601 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
10602
10603 * gdb.t16/printcmd.exp: Print a variable before running program
10604 (with xfail for AIX).
10605
10606 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
10607
10608 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
10609
10610 * gdb.t16/printcmd.exp: Don't print variables before running program.
10611
10612 * gdb.t06/break.exp: Don't require envp argument to main.
10613
10614 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
10615
10616 * gdb.t02/whatis.exp, gdb.t11/list.exp:
10617 Add xfails for rs6000.
10618
10619 * gdb.t02/whatis.exp: Change other tests not to re-test something
10620 we already tested.
10621
10622 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
10623 each type used has a variable of that type.
10624
10625 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
10626
10627 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
10628
10629 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10630
10631 * configure.in: change srctrigger to be a file, not a directory
10632
10633 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
10634
10635 * configure.in (mips-idt-ecoff*): Added trailing '*'.
10636
10637 * gdb.t11/list.exp: Fixed a couple of typos.
10638
10639 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
10640
10641 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
10642 is fixed and PR is closed.
10643 * gdb.t16 (gdbme.c): Add simple test string variable.
10644 * gdb.t16 (printcmds.exp): Add tests with simple test string
10645 variable, primarily for boundaries on "set print elements".
10646
10647 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
10648
10649 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
10650 Make leading 0's optional and don't expect a tab in the middle
10651 of the number.
10652
10653 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
10654
10655 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
10656 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
10657 don't end command passed to gdb_test with newline.
10658
10659 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
10660 signed keyword away, don't expect signed bitfields to be signed.
10661
10662 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
10663 printing with only as many 1's as are in the field as well as printing
10664 with 32 1's (see comment).
10665
10666 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
10667
10668 * gdb.t00/default.exp: Start with a fresh gdb.
10669 * configure.in (configdirs): Remove gdb.t31 until the chill
10670 compiler works again. It no longer is able to find chillrt0
10671 since it isn't in libchill.a anymore.
10672 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
10673 wierd.o, make more modular.
10674 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
10675 spurious newlines that caused problems.
10676
10677 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10678
10679 * Move test with enums and partial symbols from gdb.t03/ptype.exp
10680 to gdb.stabs/wierd.exp since GCC has worked around the bug.
10681 gdb.stabs/wierd.{exp,def}: Many new tests.
10682
10683 * gdb.t00/default.exp: update info line for new message.
10684
10685 * gdb.t02/{whatis.exp,gdbme.c}:
10686 Test that "char *" doesn't print as "caddr_t".
10687
10688 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10689
10690 * gdb.t00/help.exp: Use .* in place of some help messages which
10691 just changed.
10692 gdb.t00/default.exp: Update "info frame" test for new message.
10693 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
10694 Remove some xfails
10695
10696 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10697
10698 * gdb.t03/{gdbme.c,ptype.exp}:
10699 Add tests for typedef'd struct and union without tags.
10700 Also check "whatis" on a variable of a typedef'd enum without a tag.
10701
10702 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
10703 PRMS 1823; the bug still exists but isn't reproduced by this test
10704 anymore), and remove rs6000 XFAIL (the bug is fixed).
10705
10706 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
10707 duplicated from whatis.exp. For those that are left, accept
10708 "long", "long int", or "int" for long variables (whatis.exp already
10709 has an XFAIL for "int", so no need to fail it here).
10710
10711 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
10712 Deal with GCC's names for types now that GDB uses the compiler's names.
10713
10714 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
10715 setup_xfail's for sunos4. If we #defined the signed keyword away,
10716 don't expect GDB to know that char it is signed.
10717
10718 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
10719
10720 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
10721
10722 * configure.in (configdirs): Add gdb.t24 for C++ tests that
10723 should work on any system, regardless of debugging format.
10724 * gdb.t21/demangle.exp: Move to gdb.t24.
10725 * gdb.t24/demangle.exp: Move from gdb.t21.
10726 * gdb.t24/{Makefile.in, configure.in}: New files.
10727
10728 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10729
10730 * configure.in: Do gdb.stabs and C++ tests only for stabs.
10731 * gdb.stabs: New directory.
10732
10733 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10734
10735 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
10736 not just "Quit anyway?".
10737
10738 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
10739
10740 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
10741 that all setup_xfails are immediately followed by clear_xfails.
10742
10743 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
10744
10745 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
10746 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
10747 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
10748 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
10749 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
10750 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
10751 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
10752 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
10753 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
10754 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
10755 gdb.t31/chillvars.exp, lib/gdb.exp:
10756 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
10757 bug-gdb@prep.ai.mit.edu.
10758
10759 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
10760
10761 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
10762 with 0.0, not integer 0.
10763
10764 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
10765
10766 * gdb.t06/break.exp: Update for "Kill the program" message change.
10767
10768 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
10769
10770 * Makefile.in (GDBFLAGS): Set to -nx.
10771 * Makefile.in (site.exp): Use GDBFLAGS.
10772
10773 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10774
10775 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
10776 Makefiles.
10777 (check): depend on just-check.
10778 (just-check): added so that tests can be run without a noop
10779 build pass.
10780
10781 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10782
10783 Switch to using configure's configdirs.
10784 * Makefile.in (Makefile): add configure.in dependency.
10785 (SUBDIRS): removed redundant assignment.
10786 * configure.in: switch subdirs assignment to configdirs.
10787 * gdb.t*/configure.in: new files.
10788
10789 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
10790
10791 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
10792 works.
10793
10794 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
10795
10796 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
10797 in explicit rules. Apparently this is not supported by some makes.
10798
10799 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
10800
10801 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
10802
10803 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10804
10805 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
10806 disappeared.
10807
10808 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10809
10810 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
10811
10812 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
10813
10814 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
10815 watchpoint problem that is now fixed.
10816 * gdb.t30/chexp.exp: Remove setup_xfail for printing
10817 uninitialized convenience variables.
10818 * gdb.t31/chillvars.exp: Fix expected patterns for printing
10819 structures.
10820
10821 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10822
10823 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
10824 which causes expect to get out of sync with gdb on long output
10825 from help set.
10826 * gdb.t09/corefile.exp: Make expected pattern for core file
10827 failing signal and frame output format less sun specific.
10828
10829 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
10830
10831 * gdb.t31/chillvars.exp: Add and remove initial dummy
10832 breakpoint, so that symbol table is forced in.
10833 (Needed at least on Sunos4, though it seems not SVR4.)
10834 * gdb.t31/chillvars.exp: Update for changed output format.
10835
10836 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
10837
10838 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
10839
10840 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
10841
10842 * Makefile.in: Added --srcdir when invoking runtest, removed the
10843 need for a local config file. (optional now)
10844
10845 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
10846
10847 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
10848 failure count used to force early termination. Add some more
10849 expected failures for gnu style demangling.
10850
10851 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10852
10853 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
10854 pmi variable from gdb.t20/gdbme to get optimized away.
10855 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
10856 Check for written corefile upon timeout _and_ eof.
10857
10858 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10859
10860 * config/unix-gdb.exp: Add missing return 0.
10861
10862 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10863
10864 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
10865 test termination.
10866
10867 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
10868
10869 * configure.in (subdirs): Put back gdb.t17 which mysteriously
10870 disappeared.
10871
10872 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
10873
10874 * gdb.t10/crossload.exp: Disable the i860-elf test until such
10875 time as i860 support works.
10876
10877 * gdb.t15/funcargs.exp: Fix expected outputs to include
10878 "backtrace 100\r" rather than just "backtrace\r", to match last
10879 change.
10880
10881 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
10882
10883 * config/udi-gdb.exp (gdb_exit): Remove close command.
10884 (gdb_target_udi): New procedure to set the UDI target.
10885 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
10886 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
10887 Added waits for prompts after several question responses. Added
10888 some more responses used by a29k-amd-udi-gdb.
10889 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
10890 pass different arguments, restart UDI connection after program
10891 completion.
10892 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
10893 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
10894 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
10895 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
10896 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
10897 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
10898 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
10899 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
10900 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
10901 after program completion.
10902 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
10903 compiled with a SELECT_VECS setting.
10904 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
10905 infinite recursion.
10906
10907 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
10908 Added checks for COFF results, and made them expected failures for
10909 all targets. It would be better to make them expected failures
10910 for COFF targets only.
10911
10912 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10913
10914 * Makefile.in: add null dvi target, don't bother to recurse
10915 through test directories for info and install-info; rename
10916 $(datadir) to be dejagnu instead of deja-gnu
10917
10918 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
10919
10920 * gdb.t31/gdbme.ch: Re-enable code that previously caused
10921 compiler to coredump.
10922 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
10923 code.
10924
10925 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
10926
10927 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
10928 coredump.
10929 * gdb.t31/chillvars.exp: Comment out tests that depend on that
10930 code.
10931
10932 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
10933
10934 * gdb.t03/ptype.exp: tests for return code from gdb_test.
10935 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
10936 which in a shell. Deletes xgdb when done.
10937 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
10938 Tests the return from the "set height" or "set width" commands.
10939 Added a few return codes where needed.
10940
10941 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
10942
10943 * Makefile.in (SUBDIRS): Add gdb.t17.
10944 * configure.in (subdirs): Add gdb.t17.
10945 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
10946 files to test gdb's calling of functions in the inferior with
10947 the correct arguments and gdb's ability to retrieve any
10948 result returned.
10949
10950 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
10951
10952 * config/unix-gdb.exp (gdb_exit): Remove close commands that
10953 may be called after gdb goes away. Previous versions of expect
10954 needed these to avoid file descriptor leaks, but they cause
10955 errors with the current revision of expect.
10956 * gdb.t00/gdbvars.exp: Use -re on expected output after
10957 setting sevenbit-strings.
10958 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
10959 to set sevenbit-strings consistent across tests.
10960 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
10961 set sevenbit-strings consistent across tests.
10962
10963 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
10964
10965 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
10966 expected output to match current "expect" expectations.
10967
10968 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
10969
10970 * gdb.t00/default.exp: Change expected output for default "source"
10971 command, to match new gdb behavior which requires a filename to
10972 source.
10973
10974 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
10975
10976 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
10977 expected fail for i486-*-* that misses the marker2 function.
10978 * gdb.t10/crossload.exp (bfddefault): Allow successful
10979 recognition of a format to pass even if no symbols are found.
10980 Explicitly catch failures where the format is not recognized
10981 or is ambiguous, and add the reason to the fail message.
10982 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
10983 the cause is and invalid target and add reason to failure message.
10984 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
10985 elf32-i386, elf32-sparc, and elf32-i860.
10986 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
10987 Set up expected failure for 'filename'::variable scope resolution,
10988 which is now apparently broken on all targets.
10989 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
10990 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
10991 gdb.t23/templates.exp: Change failure for missing binfile into
10992 just a warning.
10993 gdb.t21/demangle.exp: Change all cfront references to 'arm'
10994 references.
10995
10996 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
10997
10998 * gdb.t00/default.exp: Add expected output for default "source"
10999 command, to match new gdb behavior.
11000 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
11001
11002 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
11003
11004 * config/*-gdb.exp: returns an error, rather than exiting on
11005 internal errors.
11006
11007 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
11008
11009 * gdb.t03/gdbme.c: Add pointer to struct variable.
11010 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
11011 referencing struct members.
11012
11013 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
11014
11015 * configure.in (mips-idt-ecoff): New target.
11016 * config/mips-gdb.exp: New file for remote board using MIPS remote
11017 debugging protocol.
11018
11019 * Redid configuration scheme. Removed gdb.t*/configure.in.
11020 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
11021 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
11022 distclean targets. Built executables via .o files. Adjusted
11023 tests to account for source files in $(srcdir) rather than
11024 $(objdir).
11025 * lib/gdb.exp (runto): Don't expect () after the function name,
11026 because it may have arguments.
11027
11028 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
11029
11030 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
11031 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
11032 expected failures for mips-idt-* and mips-sgi-*.
11033 * gdb.t00/default.exp (attach): Kill process if requested.
11034 * gdb.t00/help.exp (help target core, help target): Accept a gdb
11035 that does not read core files.
11036 * gdb.t01/run.exp: Removed checks for exit status code.
11037 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
11038 it is linked in.
11039 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
11040 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
11041 appropriate, rather than doing it by hand.
11042 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
11043 execution.
11044 * gdb.t10/crossload.exp: Kill existing program if needed.
11045 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
11046 appropriate, rather than doing it by hand. Always increase
11047 timeout for this test, not just for VxWorks.
11048
11049 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
11050
11051 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
11052 of Chill STRUCT types and STRUCT values.
11053 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
11054 than "char".
11055 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
11056 struct2): New struct definitions and initializations to test
11057 simple Chill STRUCT types.
11058
11059 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
11060
11061 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
11062 the null byte at the end of strings.
11063 * gdb.t00/default.exp: Make show version insensitive to copyright
11064 date.
11065 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
11066 to avoid dependencies on target char signedness.
11067 * gdb.t16/printcmds.exp: Update expected results for explicitly
11068 unsigned char.
11069 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
11070 now work.
11071 * gdb.t21/demangle.exp: Add many more patterns for template
11072 demangling, most of them being expected failures.
11073 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
11074 string we are matching for, to match on the whole string.
11075 * gdb.t21/demangle.exp: Add many new test strings to demangle,
11076 and fix a whole bunch that had incorrect expected output but were
11077 passing anyway because of the bug in "proc demangle".
11078 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
11079 type.
11080 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
11081
11082 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
11083
11084 * gdb/testsuite: made modifications to testcases, etc., to allow
11085 them to work properly given the reorganization of deja-gnu and the
11086 relocation of the testcases from deja-gnu to a "tool" subdirectory.
11087
11088 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
11089
11090 * gdb/testsuite: Initial creation of gdb/testsuite.
11091 Migrated dejagnu testcases and support files for testing nm to
11092 gdb/testsuite from deja-gnu. These files were moved "as is"
11093 with no modifications. This migration is part of a major overhaul
11094 of dejagnu. The modifications to these testcases, etc., which
11095 will allow them to work with the new version of dejagnu will be
11096 made in a future update.
11097 \f
11098 Local Variables:
11099 mode: change-log
11100 left-margin: 8
11101 fill-column: 74
11102 version-control: never
11103 End:
This page took 0.334886 seconds and 4 git commands to generate.