]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
2
3 * gdb.cp/method.exp: Accept gcc abi 2.
4
5 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
6
7 * gdb.cp/classes.exp: Generate identical results as old version.
8 * gdb.cp/derivation.exp: Likewise.
9 * gdb.cp/overload.exp: Likewise.
10 * gdb.cp/virtfunc.exp: Likewise.
11
12 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13
14 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
15 mysterious bug with sourceware version of expect.
16
17 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18
19 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
20 current versions of gcc, including gcc abi 2. Remove gratuitous
21 restart of test program. Use gdb_test_multiple and gdb_test for
22 all tests. Add patterns to xfail missing "const" in "const char *"
23 and kfail PR gdb/1155.
24
25 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
26
27 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
28 current versions of gcc, including gcc abi 2. Remove gratuitous
29 restart of test program. Use gdb_test_multiple and gdb_test for
30 all tests. Add patterns to kfail PR gdb/1498.
31
32 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
33
34 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
35 current versions of gcc, including gcc abi 2. Use "breakpoint"
36 and "continue" instead of restarting the target program. Use
37 gdb_test_multiple and gdb_test for all tests.
38
39 2004-01-01 Mark Kettenis <kettenis@gnu.org>
40
41 * gdb.asm/asm-source.exp: Update copyright year. Link statically
42 for *-*-solaris2*.
43
44 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
45
46 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
47 current versions of gcc, including gcc abi 2. Use "breakpoint"
48 and "continue" instead of restarting the target program several
49 times. Use gdb_test_multiple and gdb_test for all tests.
50
51 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
52
53 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
54 source files.
55
56 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
57
58 * gdb.base/environ.exp: Handle compiling test case from multiple
59 source files.
60
61 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
62
63 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
64
65 2003-12-17 Jim Blandy <jimb@redhat.com>
66
67 * gdb.base/freebpcmd.c: Add copyright notice.
68
69 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
70
71 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
72
73 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
74
75 2003-12-13 Jim Blandy <jimb@redhat.com>
76
77 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
78
79 2003-12-12 Kevin Buettner <kevinb@redhat.com>
80
81 * gdb.asm/frv.inc: New file.
82 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
83
84 2003-12-09 Fred Fish <fnf@redhat.com>
85
86 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
87 functions to break1.c and leave prototypes behind. Add more
88 "set breakpoint NN here" comments.
89 * gdb.base/break1.c: New file.
90
91 * gdb.base/break.exp: Handle compiling test case from multiple
92 source files and change source file references as needed.
93 * gdb.base/completion.exp: Ditto.
94 * gdb.base/condbreak.exp: Ditto.
95 * gdb.base/define.exp: Ditto.
96 * gdb.base/ena-dis-br.exp: Ditto.
97 * gdb.base/info-proc.exp: Ditto.
98 * gdb.base/maint.exp: Ditto.
99 * gdb.base/until.exp: Ditto.
100
101 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
102 hardcoded line numbers.
103 * gdb.base/define.exp: Ditto.
104 * gdb.base/ena-dis-br.exp: Ditto.
105 * gdb.base/maint.exp: Ditto.
106 * gdb.base/until.exp: Ditto.
107
108 * gdb.base/completion.exp: Use "break1" for completion tests since
109 "break" is no longer a unique prefix.
110
111 2003-12-06 Andrew Cagney <cagney@redhat.com>
112
113 * gdb.base/structs.exp (test_struct_returns): When applicable, set
114 "return_value_unimplemented". When an unimplemented struct return
115 architecture, report incorrect values as a KFAIL
116
117 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
118
119 * gdb.cp/rtti.exp: Accept new wording of warning from
120 cp_lookup_rtti_type.
121
122 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
123
124 Partial fix for PR testsuite/1456.
125 * gdb.base/scope.exp (test_at_main): Replace references to
126 gcc_compiled with calls to test_compiler_info.
127 (test_at_foo): Likewise.
128 (test_at_bar): Likewise.
129
130 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
131
132 Partial fix for PR testsuite/1456.
133 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
134 to test_compiler_info.
135
136 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
137
138 * gdb.base/so-impl-ld.exp: Update copyright notice.
139
140 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
141
142 Partial fix for PR testsuite/1456.
143 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
144 to test_compiler_info.
145
146 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
147
148 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
149 from current versions of gdb. Clean up regular expressions.
150 Delete redundant timeout case.
151
152 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
153
154 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
155 from current versions of gdb. Clean up regular expressions.
156 Delete redundant timeout case.
157
158 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
159
160 Partial fix for PR testsuite/1456.
161 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
162 gcc_compiled with call to test_compiler_info.
163
164 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
165
166 Partial fix for PR testsuite/1456.
167 * gdb.base/list.exp (test_list_function): Delete unused declaration
168 of gcc_compiled.
169
170 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
171
172 Partial fix for PR testsuite/1456.
173 * gdb.base/complex.exp: Replace reference to gcc_compiled with
174 call to test_compiler_info.
175
176 2003-11-29 Mark Kettenis <kettenis@gnu.org>
177
178 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
179 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
180 it to create the appropriate note.inc.
181 * gdb.asm/asmsrc1.s: Include "note.inc".
182 * gdb.asm/netbsd.inc: New file.
183 * gdb.asm/empty.inc: New file.
184
185 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
186
187 Partial fix for PR testsuite/1456.
188 * gdb.base/constvars.exp: Replace references to gcc_compiled with
189 calls to test_compiler_info.
190
191 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
192
193 Partial fix for PR testsuite/1456.
194 * gdb.base/volatile.exp: Replace references to gcc_compiled with
195 calls to test_compiler_info.
196
197 2003-11-27 Mark Kettenis <kettenis@gnu.org>
198
199 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
200 pattern for the KFAILs.
201
202 2003-11-25 Adam Fedor <fedor@gnu.org>
203
204 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
205 * gdb.objc/objcdecode.m: New file.
206
207 2003-11-25 Adam Fedor <fedor@gnu.org>
208
209 * gdb.objc/nondebug.exp: Test for PR objc/1236.
210 * gdb.objc/nondebug.m: New file.
211
212 2003-11-26 Ben Elliston <bje@wasabisystems.com>
213
214 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
215 NetBSD as it does on FreeBSD. Modelled on a similar change by
216 Mark Kettenis on 2003-05-30.
217 (link-flags): Set to "--entry _start" regardless of target.
218 Special linker flags are to be appended to $link-flags.
219 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
220
221 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
222
223 * gdb.cp/method.exp: Accept output of new demangler.
224
225 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
226
227 * gdb/class2.exp: New file.
228 * gdb/class2.cc: New file.
229
230 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
231
232 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
233 of new demangler.
234
235 2003-11-23 Mark Kettenis <kettenis@gnu.org>
236
237 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
238 of gdb_test "run".
239
240 2003-11-23 Mark Kettenis <kettenis@gnu.org>
241
242 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
243 "continue" into "run".
244
245 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
246
247 Partial fix for PR testsuite/1456.
248 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
249 call to test_compiler_info.
250 * gdb.cp/ctti.exp: Likewise.
251 * gdb.cp/derivation.exp: Likewise.
252 * gdb.cp/member-ptr.exp: Likewise.
253 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
254 reference to gcc_compiled.
255
256 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
257
258 Fix PR testsuite/1463.
259 * gdb.base/structs.exp (start_structs_test): Call
260 get_debug_format before using the debug format.
261
262 2003-11-22 Andrew Cagney <cagney@redhat.com>
263
264 * lib/gdb.exp (gdb_test_multiple): Add simple example.
265 * gdb.base/structs.exp: Use gdb_test_multiple.
266
267 2003-11-20 Andrew Cagney <cagney@redhat.com>
268
269 * gdb.base/structs.exp: Handle and recover from internal errors.
270 Replace "foo${n}" with "foo<n>" in test messages.
271
272 * gdb.base/structs.exp: Update copyright. Rewrite.
273 * gdb.base/structs.c: Update copyright. Rewrite.
274
275 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
276 resync count exceeded.
277
278 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
279 from the internal error.
280 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
281 Original from Jim Blandy.
282 (gdb_test_multiple): Use gdb_internal_error_resync.
283
284 2003-11-19 Andrew Cagney <cagney@redhat.com>
285
286 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
287 KFAIL.
288
289 2003-11-17 Mark Kettenis <kettenis@gnu.org>
290
291 New testcase for PR backtrace/1435.
292 * gdb.arch/i386-unwind.exp: New file.
293 * gdb.arch/i386-unwind.c: New file.
294
295 2003-11-17 Andrew Cagney <cagney@redhat.com>
296
297 * lib/gdb.exp (compiler_info): New global.
298 (test_compiler_info): New function.
299 (get_compiler_info): Set compiler_info.
300 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
301 "compiler_info" to gcc-<major>-<minor>.
302
303 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
304
305 * gdb.trace/configure: Remove.
306
307 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
308
309 * gdb.base/break.c: Add comments to aid finding line numbers for
310 breakpoints.
311 * gdb.base/break.exp: Remove all references to explicit line
312 numbers.
313
314 2003-11-11 Nick Clifton <nickc@redhat.com>
315
316 * gdb.base/shreloc.exp: Do not run for targets which do not
317 support shared objects.
318
319 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
320
321 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
322 Don't run tests if nofileio flag is given.
323
324 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
325
326 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
327 as well as 'Watchpoint'.
328
329 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
330
331 Reported by Jim Ingham <jingham@apple.com>:
332 * gdb.base/annota1.exp: Match at least one occurrence of the
333 signal handler annotation.
334
335 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
336
337 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
338 as well as 'Watchpoint'.
339
340 2003-11-05 Michael Chastain <mec@shout.net>
341
342 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
343
344 2003-11-03 Kris Warkentin <kewarken@qnx.com>
345
346 * gdb.arch/gdb1291.c: New test file.
347 * gdb.arch/gdb1291.exp: New test script.
348 * gdb.arch/gdb1431.c: New test file.
349 * gdb.arch/gdb1431.exp: New test script.
350
351 2003-10-22 Michael Chastain <mec@shout.net>
352
353 * gdb.mi/pthreads.c: Add copyright notice.
354
355 2003-10-22 Michael Chastain <mec@shout.net>
356
357 * gdb.threads/pthreads.c: Add copyright notice.
358
359 2003-10-20 Michael Chastain <mec@shout.net>
360
361 * gdb.base/gdb1056.exp: New test script.
362
363 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
364
365 * gdb.threads/killed.exp: Use gdb_run_cmd.
366
367 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
368
369 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
370 create a core file.
371 * gdb.threads/gcore-thread.exp: Likewise.
372
373 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
374
375 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
376 type, based on char type.
377 (struct bit_flags_short_t): New bitfield type, based on short type.
378 (init_bit_flags_char): New fuction.
379 (init_bit_flags_short): Ditto.
380 (print_bit_flags_char): Ditto.
381 (print_bit_flags_short): Ditto.
382 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
383
384 2003-10-11 Michael Chastain <mec@shout.net>
385
386 * gdb.base/call-rt-st.exp: Update copyright year.
387
388 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
389
390 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
391 * gdb.disasm/sh3.s: Ditto.
392
393 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
394
395 * gdb.threads/switch-threads.exp: New test.
396 * gdb.threads/switch-threads.c: New source file.
397
398 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
399
400 * gdb.base/ending-run.exp: Add sh specific case.
401
402 2003-10-06 Andrew Cagney <cagney@redhat.com>
403
404 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
405 * gdb.disasm/mn10200.exp: Delete obsolete file.
406
407 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
408
409 * ChangeLog: Correct an entry command.exp -> commands.exp.
410 * gdb.base/commands.exp (bp_deleted_in_command_test)
411 (temporary_breakpoint_commands): Check noargs.
412
413 2003-09-25 David Carlton <carlton@kealia.com>
414
415 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
416 of some print tests, where appropriate. Add tests for C::D::cd,
417 E::ce, F::cXfX, G::XgX.
418 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
419
420 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
421
422 * lib/java.exp (java_init): Import target_alias before using it.
423
424 2003-09-25 David Carlton <carlton@kealia.com>
425
426 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
427
428 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
429
430 * gdb.base/selftest.exp: Accomodate more instruction reordering
431 weirdness.
432
433 2003-09-17 Michael Chastain <mec@shout.net>
434
435 * gdb.cp/gdb1355.exp: New file.
436 * gdb.cp/gdb1355.c: New file.
437
438 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
439
440 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
441 * gdb.asm/sh.inc: New file.
442
443 2003-09-11 David Carlton <carlton@kealia.com>
444
445 * gdb.cp/namespace.exp: Add tests for namespace types.
446 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
447 (test_namespace): New.
448
449 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
450
451 * gdb.base/relocate.exp: Handle new gdb output at startup.
452 * gdb.stabs/weird.exp: Ditto.
453
454 2003-09-08 Michael Chastain <mec@shout.net>
455
456 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
457
458 2003-09-07 Michael Chastain <mec@shout.net>
459
460 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
461 'parse error'.
462
463 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
464
465 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
466
467 2003-08-30 Michael Chastain <mec@shout.net>
468
469 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
470 * gdb.gdb/observer.exp: Ditto.
471 * gdb.gdb/xfullpath.exp: Ditto.
472
473 2003-08-29 Mark Kettenis <kettenis@gnu.org>
474
475 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
476 *-*-*bsd*.
477
478 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
479
480 * gdb.base/dump.exp: Skip for ia64.
481
482 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
483
484 * gdb.asm/asm-source.exp: Add ia64 support.
485 * gdb.asm/ia64.inc: New file.
486
487 2003-08-22 Michael Chastain <mec@shout.net>
488
489 * gdb.cp: New directory.
490 * gdb.cp/*: Copy from gdb.c++/*.
491 * gdb.c++/*: Remove.
492 * Makefile.in: Change gdb.c++ to gdb.cp.
493 * configure.in: Ditto.
494 * configure: Regnerate.
495
496 2003-08-18 Mark Kettenis <kettenis@gnu.org>
497
498 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
499 * gdb.arch/i386-prologue.c (gdb1338): Add function.
500
501 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
502
503 * mi-var-display.exp (-var-list-children weird): Accept function
504 pointers with argument types.
505 * mi1-var-display.exp (-var-list-children weird): Likewise.
506 * mi2-var-display.exp (-var-list-children weird): Likewise.
507
508 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
509
510 * gdb.base/annota3.exp: Add missing newline.
511
512 2003-08-06 Michael Chastain <mec@shout.net>
513
514 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
515
516 2003-08-12 Michael Snyder <msnyder@redhat.com>
517
518 * gdb.base/float.exp: Add test for SH.
519
520 2003-08-10 Mark Kettenis <kettenis@gnu.org>
521
522 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
523
524 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
525
526 * gdb.base/completion.exp: Remove reduntant completion test
527 on filename.
528
529 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
530
531 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
532 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
533 gdb.trace/save-trace.exp: Make sure that full pathnames are
534 escaped correctly.
535
536 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
537
538 * configure.in: Don't generate config.h from config.hin.
539 * configure: Regenerate.
540 * config.hin: Remove file.
541 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
542 * gdb.threads/pthreads.c: Ditto.
543
544 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
545
546 From Kei Sakamoto <sakamoto.kei@renesas.com>:
547 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
548 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
549 Replace ld24 with seth/add3.
550
551 2003-08-02 Andrew Cagney <cagney@redhat.com>
552
553 * gdb.base/annota3.exp: New file.
554 * gdb.base/annota3.c: New file.
555 * gdb.c++/annota3.exp: New file.
556 * gdb.c++/annota3.cc: New file.
557
558 2003-07-29 Michael Chastain <mec@shout.net>
559
560 * gdb.threads/tls.c (spin): Check errno only if sem_wait
561 actually failed.
562 (do_pass): Likewise.
563 * gdb.threads/tls.exp: Always initialize no_of_threads.
564
565 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
566
567 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
568 pattern.
569 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
570 * gdb.threads/tls.exp: Recognize one case of the host library not
571 supporting TLS.
572
573 2003-07-27 Andrew Cagney <cagney@redhat.com>
574
575 * gdb.base/fileio.exp: Use SH when running commands using
576 remote_exec.
577
578 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
579
580 From Kei Sakamoto <sakamoto.kei@renesas.com>:
581 * gdb.base/relocate.c (dummy): New padding array.
582
583 2003-07-22 Michael Snyder <msnyder@redhat.com>
584
585 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
586
587 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
588 patterns to be more general, accepting old and new output.
589 Some output chars (such as '+') also must be quoted.
590 Some addresses are displayed numerically instead of
591 symbolically.
592
593 2003-07-23 Michael Snyder <msnyder@redhat.com>
594
595 * gdb.base/return2.exp: Don't test long-long return.
596
597 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
598 * gdb.disasm/t01_mov.exp: Ditto.
599 * gdb.disasm/t02_mova.s: Ditto.
600 * gdb.disasm/t02_mova.exp: Ditto.
601 * gdb.disasm/t03_add.s: Ditto.
602 * gdb.disasm/t03_add.exp: Ditto.
603 * gdb.disasm/t04_sub.s: Ditto.
604 * gdb.disasm/t04_sub.exp: Ditto.
605 * gdb.disasm/t05_cmp.s: Ditto.
606 * gdb.disasm/t05_cmp.exp: Ditto.
607 * gdb.disasm/t06_ari2.s: Ditto.
608 * gdb.disasm/t06_ari2.exp: Ditto.
609 * gdb.disasm/t07_ari3.s: Ditto.
610 * gdb.disasm/t07_ari3.exp: Ditto.
611 * gdb.disasm/t08_or.s: Ditto.
612 * gdb.disasm/t08_or.exp: Ditto.
613 * gdb.disasm/t09_xor.s: Ditto.
614 * gdb.disasm/t09_xor.exp: Ditto.
615 * gdb.disasm/t10_and.s: Ditto.
616 * gdb.disasm/t10_and.exp: Ditto.
617 * gdb.disasm/t11_logs.s: Ditto.
618 * gdb.disasm/t11_logs.exp: Ditto.
619 * gdb.disasm/t12_bit.s: Ditto.
620 * gdb.disasm/t12_bit.exp: Ditto.
621 * gdb.disasm/t13_otr.s: Ditto.
622 * gdb.disasm/t13_otr.exp: Ditto.
623
624 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
625
626 * gdb.threads/tls.exp :Add kfail for 'info address' case.
627
628 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
629
630 * gdb.threads/tls.c : New file.
631 * gdb.threads/tls.exp : New file.
632 * gdb.threads/tls-main.c : New file.
633 * gdb.threads/tls-shared.c : New file.
634 * gdb.threads/tls-shared.exp : New file.
635
636 2003-07-22 Andreas Schwab <schwab@suse.de>
637
638 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
639
640 2003-07-20 Andreas Schwab <schwab@suse.de>
641
642 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
643 due to insn reordering.
644
645 2003-07-15 Andrew Cagney <cagney@redhat.com>
646
647 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
648
649 2003-07-15 Michael Chastain <mec@shout.net>
650
651 * gdb.base/gdb1250.exp: New file.
652 * gdb.base/gdb1250.c: New file.
653
654 2003-07-09 Michal Ludvig <mludvig@suse.cz>
655
656 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
657 expansion of size_t to 'unsigned long', not only to 'unsigned'.
658
659 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
660
661 * gdb.threads/tls.c: New file.
662 * gdb.threads/tls.exp: New file.
663 * gdb.threads/tls-main.c: New file.
664 * gdb.threads/tls-shared.c: New file.
665 * gdb.threads/tls-shared.exp: New file.
666
667 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
668
669 * gdb.base/annota1.exp: Make sure that we properly escape the
670 full path of the source file. Xfail more permissive patterns,
671 due to a compiler debug info problem.
672
673 2003-07-07 Andreas Schwab <schwab@suse.de>
674
675 * gdb.asm/m68k.inc: New file.
676 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
677
678 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
679 arguments"): Also match negative number.
680
681 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
682
683 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
684
685 * gdb.base/store.c (charest): New typedef.
686 (add_char): Rename to add_charest, update.
687 (wack_char): Rename to wack_charest, update types. Return l + r
688 to keep r live across the call.
689 (wack_short, wack_int, wack_long, wack_longest, wack_float)
690 (wack_double, wack_doublest): Return l + r to keep r live across
691 the call.
692 * gdb.base/store.exp: Accomodate store.c changes.
693
694 2003-06-30 David Carlton <carlton@kealia.com>
695
696 * gdb.c++/maint.exp (test_invalid_name): New.
697 (test_first_component): Add tests for invalid names.
698
699 2003-06-29 Michael Chastain <mec@shout.net>
700
701 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
702 output of '<VTT for class>' for virtual base classes.
703
704 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
705
706 * gdb.base/completion.exp: Tab-complete "complet" instead of
707 "compl".
708 * gdb.base/complex.exp, gdb.base/complex.c: New files.
709
710 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
711
712 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
713 * gdb.base/volatile.exp: Likewise.
714
715 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
716
717 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
718 gdb/1265.
719
720 2003-06-28 Michael Chastain <mec@shout.net>
721 Daniel Jacobowitz <drow@mvista.com>
722
723 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
724 initial line count of 'captured_main' from 26 to 32.
725 (test_with_self): Allow xmalloc call to be interleaved with the
726 preceding two lines.
727
728 2003-06-24 Joel Brobecker <brobecker@gnat.com>
729
730 * gdb.base/bang.exp: New testcase.
731
732 2003-06-23 Joel Brobecker <brobecker@gnat.com>
733
734 * gdb.base/langs.exp: Add some tests for the "minimal" language
735 support.
736
737 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
738
739 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
740 the testcase.
741
742 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
743
744 * gdb.base/relocate.exp: Test add-symbol-file with a variable
745 offset.
746
747 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
748
749 * gdb.c++/pr-1210.cc: New file.
750 * gdb.c++/pr-1210.exp: New file.
751
752 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
753
754 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
755 000-exec-continue.
756
757 2003-06-15 Mark Kettenis <kettenis@gnu.org>
758
759 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
760 on *-*-*bsd* instead of *-*-freebsd*.
761
762 2003-06-14 Andrew Cagney <cagney@redhat.com>
763
764 * gdb.base/store.exp: Test longest and doublest. Test all
765 parameters. Weaken return statement match.
766 * gdb.base/store.c: Add longest and doublest - aka long long and
767 long double functions. Put all parameters into local register
768 variables. Use negative values.
769
770 2003-06-14 Andrew Cagney <cagney@redhat.com>
771
772 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
773 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
774 exit status.
775 * gdb.base/fileio.exp: Disable target when nointerrupts and
776 noinferiorio, instead of limiting it to remote. Use remote_exec
777 instead of system.
778
779 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
780
781 * gdb.base/float.exp: Add ia64 support.
782
783 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
784
785 * gdb.base/fileio.exp: Run only on remote targets.
786
787 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
788
789 * gdb.base/fileio.c: New file, testing File-I/O.
790 * gdb.base/fileio.exp: Ditto.
791
792 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
793
794 * gdb.base/shreloc.exp: New file, check symbol values obtained from
795 shared objects after relocation at load time (gdb PR/1132).
796 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
797 as above, part of the shared object relocation test.
798
799 2003-06-08 Mark Kettenis <kettenis@gnu.org>
800
801 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
802 fully filled history list.
803 * gdb.base/gdb_history: New file.
804
805 * gdb.base/signals.exp: XFAIL "continue to func1" on
806 i*86-*-freebsd*.
807
808 * gdb.base/attach.exp: When trying to attach to a nonexistent
809 process, make it possible to specify the PID based on the target,
810 and do so for *-*-freebsd*.
811
812 2003-06-02 Richard Henderson <rth@redhat.com>
813
814 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
815
816 2003-06-02 Richard Henderson <rth@redhat.com>
817
818 * gdb.base/selftest.exp: Next over lim_at_start initialization.
819
820 2003-06-02 Richard Henderson <rth@redhat.com>
821
822 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
823
824 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
825
826 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
827 of globalvar.
828
829 2003-06-01 Mark Kettenis <kettenis@gnu.org>
830
831 * gdb.asm/asm-source.exp: Check for memory read errors in
832 disassembler test on *BSD too.
833
834 2003-06-01 Richard Henderson <rth@redhat.com>
835
836 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
837 for .frame.
838 (gdbasm_call): Lose ldgp.
839 (gdbasm_startup): Add frame information.
840 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
841
842 2003-05-31 Mark Kettenis <kettenis@gnu.org>
843
844 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
845 i?86-*-*.
846
847 2003-05-30 Mark Kettenis <kettenis@gnu.org>
848
849 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
850 FreeBSD.
851
852 2003-05-29 Richard Henderson <rth@redhat.com>
853
854 * gdb.asm/alpha.inc: New file.
855 * gdb.asm/asm-source.exp: Use it.
856
857 2003-05-29 Jim Blandy <jimb@redhat.com>
858
859 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
860 'core.PID'.
861
862 2003-05-22 Jim Blandy <jimb@redhat.com>
863
864 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
865 backtrace.
866
867 2003-05-20 David Carlton <carlton@math.stanford.edu>
868
869 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
870 this time.
871
872 2003-05-19 David Carlton <carlton@bactrian.org>
873
874 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
875 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
876
877 2003-05-19 David Carlton <carlton@bactrian.org>
878
879 * gdb.c++/namespace.exp: Add namespace scope and anonymous
880 namespace tests.
881 Bump copyright date.
882 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
883 (main): Call C::D::marker2.
884 * gdb.c++/namespace1.cc: New file.
885
886 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
887
888 Roland McGrath <roland@redhat.com>
889 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
890 there is no manager thread.
891
892 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
893
894 * gdb.threads/schedlock.exp: Remove assumption that all threads
895 will run in a particular small time slice. Also ensure we break
896 in one of the child threads rather than the main thread.
897
898 2003-05-07 Jim Blandy <jimb@redhat.com>
899
900 Add support for assembly source testing on the s390x.
901 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
902 architecture.
903 * gdb.asm/s390x.inc: New file.
904
905 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
906 succession of 'if' statements.
907
908 2003-05-05 Andrew Cagney <cagney@redhat.com>
909
910 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
911
912 2003-05-05 Andrew Cagney <cagney@redhat.com>
913
914 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
915 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
916
917 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
918
919 * gdb.base/charset.exp: Update based on new behavior of set/show
920 charset commands.
921
922 2003-05-01 Andrew Cagney <cagney@redhat.com>
923
924 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
925 variable do not give memory errors.
926
927 2003-04-30 Adam Fedor <fedor@gnu.org>
928
929 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
930 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
931 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
932 gdb.objc/basicclass.m: : New files
933
934 * lib/gdb.exp (gdb_compile_objc): New procedure.
935
936 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
937
938 * gdb.base/signals.exp: Make backtrace tests more specific.
939
940 2003-04-23 David Carlton <carlton@bactrian.org>
941
942 * gdb.c++/maint.exp (test_first_component): Add tests for
943 'operator' in more locations.
944
945 2003-04-16 Kevin Buettner <kevinb@redhat.com>
946
947 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
948
949 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
950
951 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
952 func marke' instead. Update test name.
953
954 2003-04-15 David Carlton <carlton@math.stanford.edu>
955
956 * gdb.c++/maint.exp: New file.
957
958 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
959
960 * gdb.threads/schedlock.c: Change type of thread function argument
961 to long, to avoid warnings on 64-bit platforms.
962
963 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
964
965 * gdb.base/attach.exp: Add new message from ptrace in case of
966 attaching to nonexistent process.
967
968 2003-04-11 Jim Blandy <jimb@redhat.com>
969
970 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
971 gdb.c++/userdef.cc: Place comments on the lines to which the
972 marker function might return.
973 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
974 gdb.c++/userdef.exp: Look for those comments to check that we've
975 returned to the right place, instead of checking line numbers.
976
977 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
978
979 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
980 match on sourcefile name, instead of directory name.
981
982 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
983
984 * gdb.base/completion.exp: Use string_to_regexp to match the
985 working directory name.
986
987 2003-04-09 Jim Blandy <jimb@redhat.com>
988
989 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
990 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
991 after an inferior function call, report the failure, but allow the
992 test to continue.
993
994 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
995
996 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
997 with -DPROTOTYPES.
998
999 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1000
1001 * gdb.base/break.exp: Revert last patch.
1002
1003 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
1004
1005 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1006 with -DPROTOTYPES.
1007
1008 2003-04-02 Andrew Cagney <cagney@redhat.com>
1009
1010 * gdb.base/callfuncs.exp: Make "print add" messages unique.
1011 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
1012 matching directories by the name breakpoint.
1013 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
1014 Make "continue to marker1" consistent.
1015 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
1016 message consistent.
1017 * lib/gdb.exp: Put "the program is no longer running", and "the
1018 program exited" in parenthesis.
1019 * lib/mi-support.exp: Ditto.
1020
1021 2003-04-02 Bob Rossi <bob_rossi@cox.net>
1022
1023 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
1024
1025 2003-03-29 Andrew Cagney <cagney@redhat.com>
1026
1027 * gdb.base/sizeof.c (main): Print the value of '\377'.
1028 * gdb.base/sizeof.exp: Check the sign of '\377'.
1029
1030 2003-03-27 Michael Chastain <mec@shout.net>
1031
1032 * gdb.base/gdb1090.exp: New file.
1033 * gdb.base/gdb1090.cc: New file.
1034
1035 2003-03-27 J. Brobecker <brobecker@gnat.com>
1036
1037 * gdb.gdb/observer.exp: New regression test.
1038
1039 2003-03-27 Michael Chastain <mec@shout.net>
1040
1041 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
1042 * gdb.base/ptype.exp: Likewise.
1043
1044 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
1045
1046 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
1047
1048 2003-03-26 Michael Chastain <mec@shout.net>
1049
1050 * gdb.base/ptype.exp: Actually use some typedef'd types.
1051
1052 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
1053
1054 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
1055 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
1056
1057 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1058
1059 * gdb.base/default.exp: Fix regular expression.
1060
1061 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1062
1063 * gdb.base/args.exp: Fix regular expression.
1064
1065 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1066
1067 * gdb.base/help.exp: Allow Win32 child process.
1068
1069 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1070
1071 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
1072 when stepping out of main().
1073
1074 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1075
1076 * gdb.base/default.exp: Check for win32 specific message when calling
1077 "run" without executable.
1078
1079 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1080
1081 * gdb.base/args.exp: Expect .exe in output.
1082
1083 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1084
1085 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
1086 Cygwin native.
1087
1088 2003-03-17 Andrew Cagney <cagney@redhat.com>
1089
1090 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
1091 vector registes.
1092 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
1093 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
1094
1095 2003-03-17 David Carlton <carlton@math.stanford.edu>
1096
1097 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
1098 test, for PR breakpoints/38.
1099 Call test_watchpoint_and_breakpoint.
1100 * gdb.base/watchpoint.c (func3): New function.
1101 (main): Call func3.
1102
1103 2003-03-04 David Carlton <carlton@math.stanford.edu>
1104
1105 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
1106 Garply<Garply<char> >:: garply".
1107 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
1108 with respect to PR c++/1111; note also PR c++/1113.
1109 (test_template_breakpoints): KFAIL "constructor breakpoint" with
1110 respect to PR c++/1062.
1111 KFAIL "destructor breakpoint" with respect to PR c++/1112.
1112
1113 2003-03-03 David Carlton <carlton@math.stanford.edu>
1114
1115 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
1116 with respect to PR c++/57.
1117 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
1118 c++/826.
1119 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
1120 respect to PR c++/57.
1121
1122 2003-03-03 David Carlton <carlton@math.stanford.edu>
1123
1124 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
1125 respect to PR c++/33 into FAILs.
1126
1127 2003-03-03 Michael Chastain <mec@shout.net>
1128
1129 * configure.in: Update copyright years.
1130
1131 2003-03-03 Michael Chastain <mec@shout.net>
1132
1133 * Makefile.in: Update copyright years.
1134
1135 2003-02-28 David Carlton <carlton@math.stanford.edu>
1136
1137 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
1138 print class instead of struct and/or superfluous protection
1139 specifiers, as long as the resulting output is equivalent to the
1140 source code.
1141 Delete FIXME from end of messages on tests that don't need
1142 fixing.
1143
1144 2003-02-28 David Carlton <carlton@math.stanford.edu>
1145
1146 * gdb.c++/templates.exp (do_tests): Allow const in the two
1147 Foo<volatile char *>::foo tests.
1148
1149 2003-02-27 Michael Snyder <msnyder@redhat.com>
1150
1151 * gdb.base/restore.c (main): Return zero, so exit code
1152 will be consistant.
1153
1154 2003-02-26 David Carlton <carlton@math.stanford.edu>
1155
1156 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
1157 char *>::foo" test with respect to PR c++/33. Create a new test
1158 which is identical to that one except that it doesn't put the
1159 space between the "char" and the "*"; KFAIL it, too.
1160
1161 2003-02-26 David Carlton <carlton@math.stanford.edu>
1162
1163 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
1164 template types into either PASSes or KFAILs (corresponding to PR
1165 c++/57). Tweak indentation. Update copyright.
1166
1167 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1168
1169 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
1170
1171 2003-02-13 Michael Chastain <mec@shout.net>
1172
1173 * gdb.base/exprs.exp: Remove i960 remnants.
1174 * gdb.base/funcargs.exp: Likewise.
1175 * gdb.base/list.exp: Likewise.
1176 * gdb.base/ptype.exp: Likewise.
1177
1178 2003-02-14 David Carlton <carlton@math.stanford.edu>
1179
1180 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
1181 pEe->D::vg()" from XFAIL to KFAIL.
1182
1183 2003-02-13 Jason Molenda (jmolenda@apple.com)
1184
1185 * gdb.base/maint.exp: Update maint print statistics regexp to include
1186 new entries.
1187
1188 2003-02-13 Michael Chastain <mec@shout.net>
1189
1190 * gdb.c++/inherit.exp: Remove call to get_debug_format.
1191
1192 2003-02-12 Michael Chastain <mec@shout.net>
1193
1194 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
1195 * gdb.c++/inherit.exp: Likewise.
1196 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
1197 * gdb.c++/templates.exp: Likewise.
1198 * gdb.c++/virtfunc.exp: Likewise.
1199
1200 2003-02-06 Jason Molenda (jason-cl@molenda.com)
1201
1202 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
1203 why the code is written that way.
1204
1205 2003-02-05 Michael Chastain <mec@shout.net>
1206
1207 * gdb.base/dump.exp: Add missing copyright line.
1208
1209 2003-02-05 Jason Molenda (jason-cl@molenda.com)
1210
1211 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
1212 at the beginning so the breakpoint doesn't get set on the loop.
1213
1214 2003-02-05 Michael Chastain <mec@shout.net>
1215
1216 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
1217 output for configurations with gcc 2.95.3.
1218
1219 2003-02-05 Keith Seitz <keiths@redhat.com>
1220 Andrew Cagney <ac131313@redhat.com>
1221
1222 * gdb.mi/mi-cli.exp: New file.
1223
1224 2003-02-04 Michael Chastain <mec@shout.net>
1225
1226 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
1227 Call perror and then continue.
1228
1229 2003-02-03 Michael Chastain <mec@shout.net>
1230
1231 * gdb.c++/pr-1023.cc: New file.
1232 * gdb.c++/pr-1023.exp: New file.
1233
1234 2003-02-05 Jim Blandy <jimb@redhat.com>
1235
1236 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
1237 it's local to foobar. Check for it there, and check that it's not
1238 present in main.
1239 * gdb.c++/local.cc (marker2): New function.
1240 (foobar): Call marker1.
1241 (main): Call marker2 instead of marker1.
1242
1243 2003-02-04 Andrew Cagney <ac131313@redhat.com>
1244
1245 * gdb.disasm/mn10200.exp: Obsolete file.
1246 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
1247 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
1248 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
1249
1250 2003-02-04 David Carlton <carlton@math.stanford.edu>
1251
1252 * gdb.c++/overload.exp: Test intToChar(1).
1253 * gdb.c++/overload.cc (intToChar): New.
1254 (main): Call intToChar.
1255
1256 2003-02-03 David Carlton <carlton@math.stanford.edu>
1257
1258 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
1259 'might_kfail' arg.
1260 KFAIL some of the continue_to_bp_overloaded calls, according to
1261 PR c++/1025.
1262
1263 2003-02-01 Michael Chastain <mec@shout.net>
1264
1265 * gdb.base/advance.c (marker1): New marker function.
1266 * gdb.base/advance.exp: When the 'advance' command lands on the
1267 return breakpoint, it can legitimately stop on either the
1268 current line or the next line. Accommodate both outcomes.
1269 * gdb.base/until.exp: Likewise.
1270
1271 2003-02-02 Andrew Cagney <ac131313@redhat.com>
1272
1273 2002-11-10 Jason Molenda (jason-cl@molenda.com):
1274 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
1275 now a list, not a tuple.
1276 * gdb.mi/mi-var-display.exp: Ditto.
1277 * gdb.mi/gdb792.exp: Ditto.
1278
1279 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1280
1281 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
1282 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
1283 stack backtraces.
1284 * gdb.mi/mi-syn-frame.c: Part of same.
1285
1286 2003-02-01 Mark Kettenis <kettenis@gnu.org>
1287
1288 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1289 gdb.mi/mi1-pthreads.exp: Return instead of calling
1290 gdb_suppress_entire_file.
1291
1292 2003-02-01 Mark Salter <msalter@redhat.com>
1293
1294 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
1295
1296 2003-01-31 Mark Salter <msalter@redhat.com>
1297
1298 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
1299 Support empty arg.
1300
1301 2003-01-30 Michael Chastain <mec@shout.net>
1302
1303 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
1304 This was a workaround for a UTF-8 bug in readline 4.3. The bug
1305 has been fixed in gdb/readline on 2003-01-09.
1306
1307 2003-01-29 Michael Snyder <msnyder@redhat.com>
1308
1309 * gdb.base/maint.exp: Allow for leading underscore in symbol.
1310 * gdb.base/display.exp: Allow for leading underscore in symbol.
1311 * gdb.base/args.exp: Skip if target does not support args passing.
1312
1313 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
1314
1315 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
1316 gdb_test. Accept a list of expect arguments as the third
1317 parameter.
1318 (gdb_test): Use it.
1319
1320 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
1321
1322 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
1323 allow for different test tree configurations. Update some
1324 tescases accordingly.
1325 * gdb.arch/altivec-regs.exp: Ditto.
1326 * gdb.asm/asm-source.exp: Ditto.
1327 * gdb.base/advance.exp: Ditto.
1328 * gdb.base/display.exp: Ditto.
1329 * gdb.base/long_long.exp: Ditto.
1330 * gdb.base/mips_pro.exp: Ditto.
1331 * gdb.base/overlays.exp: Ditto.
1332 * gdb.base/relocate.exp: Ditto.
1333 * gdb.base/setshow.exp: Ditto.
1334 * gdb.base/step-line.exp: Ditto.
1335 * gdb.base/step-test.exp: Ditto.
1336 * gdb.base/until.exp: Ditto.
1337 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
1338
1339 2003-01-17 David Carlton <carlton@math.stanford.edu>
1340
1341 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
1342 corresponding to PR c++/945.
1343 Update copyright.
1344
1345 2003-01-17 David Carlton <carlton@math.stanford.edu>
1346
1347 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
1348 corresponding to PR c++/68.
1349
1350 2003-01-17 David Carlton <carlton@math.stanford.edu>
1351
1352 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
1353 (test_paddr_hairy_functions): Call print_addr_2_kfail for
1354 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
1355
1356 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
1357
1358 * gdb.base/break.exp: Fix change of default location, because of
1359 removal of until tests.
1360 * gdb.base/help.exp: Update test for new 'until' help message.
1361 Add test for help on 'advance'.
1362 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
1363
1364 2003-01-15 Mark Kettenis <kettenis@gnu.org>
1365
1366 * gdb.base/default.exp: Adapt "info float" test for recent changes
1367 to that command. Add test for "info vector".
1368 * gdb.base/float.exp: New file. Add test for "info float" that
1369 resembles the old test in gdb.base/default.exp.
1370
1371 2003-01-15 David Carlton <carlton@math.stanford.edu>
1372
1373 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
1374
1375 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
1376
1377 * gdb.base/break.exp: Move the tests of until command from here...
1378 * gdb.base/until.exp: ... to here. New file. Add other tests.
1379 * gdb.base/advance.c: New file.
1380 * gdb.base/advance.exp: New file.
1381
1382 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
1383
1384 * gdb.base/args.c: New file.
1385 * gdb.base/args.exp: New file.
1386
1387 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1388
1389 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
1390
1391 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1392
1393 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
1394
1395 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1396
1397 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
1398 dates.
1399
1400 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1401
1402 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
1403
1404 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1405
1406 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
1407 (ptype &*"foo").
1408 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
1409
1410 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1411
1412 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
1413 * gdb.mi/mi1-console.exp: Likewise.
1414
1415 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1416
1417 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
1418 * gdb.mi/mi1-console.exp: Likewise.
1419
1420 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1421
1422 * gdb.c++/overload.exp: Remove some fixed XFAILs.
1423
1424 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1425
1426 * gdb.base/detach.exp: New test.
1427
1428 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1429
1430 * Makefile.in (ALL_SUBDIRS): New variable.
1431 (subdirs, clean, distclean): Use it.
1432 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
1433 regenerating Makefile, since it is generated from the top level.
1434 * gdb.asm/Makefile.in: Likewise.
1435 * gdb.base/Makefile.in: Likewise.
1436 * gdb.c++/Makefile.in: Likewise.
1437 * gdb.disasm/Makefile.in: Likewise.
1438 * gdb.java/Makefile.in: Likewise.
1439 * gdb.mi/Makefile.in: Likewise.
1440 * gdb.threads/Makefile.in: Likewise.
1441 * gdb.trace/Makefile.in: Likewise.
1442
1443 2003-01-09 David Carlton <carlton@math.stanford.edu>
1444
1445 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
1446 Add copyright year 2003.
1447
1448 2003-01-06 Michael Chastain <mec@shout.net>
1449
1450 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
1451 When selecting a thread, 'line' and 'file' are optional.
1452 * gdb.mi/mi1-pthreads.exp: Likewise.
1453
1454 2003-01-06 Andreas Schwab <schwab@suse.de>
1455
1456 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
1457 failures.
1458
1459 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1460
1461 Fix PR gdb/844
1462 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
1463 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
1464
1465 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
1466 instead of calling gdb_suppress_entire_file.
1467 * gdb.threads/print-threads.exp: Likewise.
1468 * gdb.threads/schedlock.exp: Likewise.
1469
1470 * gdb.threads/killed.exp: Return instead of calling
1471 gdb_suppress_entire_file.
1472 * gdb.threads/linux-dp.exp: Likewise.
1473 * gdb.threads/pthreads.exp: Likewise.
1474
1475 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1476
1477 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
1478 stabs.
1479 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
1480 * gdb.base/whatis.exp: Always allow (void) after function names.
1481
1482 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1483
1484 * gdb.c++/casts.exp: Correct regexp.
1485
1486 2003-01-04 Mark Kettenis <kettenis@gnu.org>
1487
1488 * configure.in: Call AC_CONFIG_HEADER. Don't call
1489 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
1490 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
1491 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
1492 aforementioned directories in the AC_OUPUT call.
1493 * config.hin: New file.
1494 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1495 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
1496 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
1497 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
1498 pass -I$objdir instead of -I$objdir/$subdir in compilation.
1499 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
1500 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
1501 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
1502 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
1503 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
1504 gdb.threads/configure.in, gdb.threads/configure,
1505 gdb.threads/config.in, gdb.trace/configure.in,
1506 gdb.trace/configure: Removed.
1507
1508 2003-01-03 Michael Chastain <mec@shout.net>
1509
1510 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
1511 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
1512
1513 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
1514
1515 * gdb.base/store.exp: Fix regular expressions.
1516
1517 2002-12-28 Mark Kettenis <kettenis@gnu.org>
1518
1519 * configure.in: Rewrite.
1520 * configure: Regenerated.
1521
1522 2003-01-03 David Carlton <carlton@math.stanford.edu>
1523
1524 * gdb.base/psymtab.exp: New file.
1525 * gdb.base/psymtab1.c: Ditto.
1526 * gdb.base/psymtab2.c: Ditto.
1527
1528 2002-12-23 Adam Fedor <fedor@gnu.org>
1529
1530 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
1531
1532 2002-12-23 David Carlton <carlton@math.stanford.edu>
1533
1534 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
1535 and current_directory initialization.
1536
1537 2002-12-22 Jim Blandy <jimb@redhat.com>
1538
1539 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
1540 rather than as part of the output file name.
1541
1542 * gdb.base/attach.exp: There's no need to copy the test program to
1543 /tmp; that was only ever necessary on HP/UX, and this test is
1544 entirely disabled there anyway.
1545
1546 2002-12-21 Jim Blandy <jimb@redhat.com>
1547
1548 * gdb.c++/psmang.exp: Doc fix.
1549
1550 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
1551 test.
1552
1553 2002-12-20 David Carlton <carlton@math.stanford.edu>
1554
1555 * gdb.c++/annota2.exp: KFAIL annotate-quit.
1556
1557 2002-12-18 Michael Chastain <mec@shout.net>
1558
1559 * gdb.c++/annota2.exp: Add copyright year 2002.
1560
1561 2002-12-17 David Carlton <carlton@math.stanford.edu>
1562
1563 * gdb.c++/try_catch.cc: Add marker comments.
1564 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
1565 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
1566 * gdb.c++/m-static.cc: Ditto.
1567 * gdb.c++/m-static1.cc: Ditto.
1568 * gdb.c++/try_catch.cc: Ditto.
1569
1570 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
1571
1572 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
1573 to see whether we are using the new -environment-directory
1574 command which resets via -r or the old version of the command
1575 which may prompt the user. Part of fix for gdb/741.
1576
1577 2002-12-13 Andrew Cagney <ac131313@redhat.com>
1578
1579 * gdb.fortran/types.exp: Update obsolete comment.
1580 * gdb.fortran/exprs.exp: Ditto.
1581 * lib/gdb.exp: Delete obsolete code.
1582 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
1583 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
1584 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
1585 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
1586 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
1587 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
1588 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
1589 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
1590 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
1591 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
1592 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
1593 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
1594 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
1595 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
1596 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
1597 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
1598 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
1599 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
1600 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
1601 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
1602 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
1603 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
1604 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
1605 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
1606 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
1607 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
1608 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
1609 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
1610 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
1611 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
1612 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
1613 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
1614 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
1615 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
1616 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
1617 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
1618 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
1619
1620 2002-12-11 David Carlton <carlton@math.stanford.edu>
1621
1622 * gdb.c++/m-data.exp: Add test for members that shadow global
1623 variables: see PR gdb/804.
1624 * gdb.c++/m-data.cc: Ditto.
1625
1626 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
1627
1628 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
1629
1630 2002-12-06 David Carlton <carlton@math.stanford.edu>
1631
1632 * gdb.base/store.c: Don't declare functions static.
1633
1634 2002-12-04 Andrew Cagney <ac131313@redhat.com>
1635
1636 * gdb.base/store.exp, gdb.base/store.c: New files.
1637
1638 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
1639
1640 * gdb.base/selftest.exp: Update for current gdb.
1641
1642 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
1643
1644 * gdb.base/maint.exp: Only dump symbols from one source file
1645 or objfile.
1646
1647 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
1648
1649 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
1650 function call.
1651
1652 2002-11-25 Jim Blandy <jimb@redhat.com>
1653
1654 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
1655 function appearing in error message.
1656
1657 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
1658
1659 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
1660
1661 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
1662
1663 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
1664 for mi1 and current mi is in correct format. New mi startup message
1665 should be in mi console format. This is part of fix for PR gdb/604.
1666
1667 2002-09-18 Fernando Nasser <fnasser@redhat.com>
1668
1669 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
1670 which explicitly prints the zero offset as "+0".
1671
1672 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
1673
1674 * gdb.threads/schedlock.c (args): Make unsigned.
1675
1676 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
1677
1678 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
1679 numbers. Allow "foo2|selected stack frame".
1680 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
1681 * gdb.asm/asmsrc2.s: Likewise.
1682 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
1683 comments.
1684 * gdb.asm/mips.inc: New file.
1685
1686 2002-10-18 Adam Fedor <fedor@gnu.org>
1687
1688 * gdb.base/default.exp: Update expected output to include 'ObjC'.
1689 * gdb.base/help.exp: Likewise.
1690
1691 2002-10-17 Kevin Buettner <kevinb@redhat.com>
1692
1693 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
1694 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
1695
1696 2002-10-02 Jim Blandy <jimb@redhat.com>
1697
1698 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
1699
1700 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1701
1702 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
1703 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
1704 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
1705 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
1706 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
1707 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
1708 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
1709
1710 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1711
1712 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
1713 * mi0-disassemble.exp, mi0-eval.exp: Delete.
1714 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
1715 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
1716 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
1717 * mi0-var-block.exp, mi0-var-child.exp: Delete.
1718 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
1719
1720 2002-09-27 Kevin Buettner <kevinb@redhat.com>
1721
1722 * gdb.base/annota1.exp (info break): Make directory components of
1723 path optional since not all compilers emit this debug information.
1724
1725 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
1726 step ends up stepping out of the function instead of stopping on
1727 the epilogue.
1728
1729 2002-09-26 Keith Seitz <keiths@redhat.com>
1730
1731 * lib/insight-support.exp (gdbtk_start): Figure out where
1732 the insight executable is based on where gdb is. Use this
1733 executable to start insight instead of gdb.
1734
1735 2002-09-25 Andrew Cagney <cagney@redhat.com>
1736
1737 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
1738
1739 2002-09-24 Andrew Cagney <ac131313@redhat.com>
1740
1741 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
1742 test_isolated_complaints.
1743 (test_empty_complaint): New function.
1744 (test_empty_complaints): New function. Check no output when no
1745 complaints.
1746
1747 2002-09-19 Jim Blandy <jimb@redhat.com>
1748
1749 * gdb.base/charset.exp, gdb.base/charset.c: New files.
1750
1751 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1752
1753 * gdb.gdb/complaints.exp: New file.
1754
1755 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1756
1757 * gdb.base/maint.exp: Check `help maint internal-warning'.
1758
1759 2002-09-18 David Carlton <carlton@math.stanford.edu>
1760
1761 * gdb.c++/m-static.exp: Remove breakpoints depending on line
1762 numbers, and replace them by a single breakpoint after the
1763 constructors are all finished.
1764 Add test 4.
1765 * gdb.c++/m-static.cc: Add test 4.
1766 * gdb.c++/m-static.h: New file.
1767 * gdb.c++/m-static1.cc: New file.
1768
1769 * gdb.c++/printmethod.exp: New file.
1770 * gdb.c++/printmethod.cc: New file.
1771
1772 * gdb.c++/pr-574.exp: New file.
1773 * gdb.c++/pr-574.cc: New file.
1774
1775 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
1776
1777 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
1778 embedded targets which never actually exit.
1779
1780 2002-09-18 Fernando Nasser <fnasser@redhat.com>
1781
1782 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
1783 "don't step after run" as unresolved or unsupported, instead of xfail.
1784
1785 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
1786
1787 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
1788 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
1789 Add newline to expected string in "step out of main (status wrapper)"
1790 case.
1791
1792 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
1793
1794 * lib/gdb.exp (rerun_to_main): Allow restarting application.
1795 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
1796
1797 2002-09-17 Tom Tromey <tromey@redhat.com>
1798
1799 * gdb.base/printcmds.exp (test_print_string_constants): Expect
1800 \000, not \0, in double-quoted string.
1801
1802 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1803
1804 * gdb.base/commands.exp: Don't expect a "Program exited normally"
1805 string after running the commands execution on breakpoint tests.
1806
1807 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
1808
1809 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
1810
1811 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1812
1813 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
1814
1815 2002-09-10 Keith Seitz <keiths@redhat.com>
1816
1817 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
1818 runto proc.
1819 (mi_run_to_main): Use mi_runto.
1820 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
1821
1822 2002-09-10 Keith Seitz <keiths@redhat.com>
1823
1824 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
1825 regexp for stopping at main. Could have multiple event notifications.
1826 Don't assume that main was declared with no parameters.
1827 (mi_next): Use mi_step_to.
1828 (mi_step): Use mi_next_to.
1829
1830 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
1831
1832 * gdb.base/default.exp: Fix expected string in `info float' test.
1833
1834 2002-09-09 Ben Elliston <bje@redhat.com>
1835
1836 * config/mips.exp: Update comments.
1837 * config/mips-idt.exp: Likewise.
1838 * config/nind.exp: Likewise.
1839 * config/slite.exp: Likewise.
1840 * config/sparclet.exp: Likewise.
1841 * config/udi.exp: Likewise.
1842 * config/vx.exp: Likewise.
1843 * config/vxworks29k.exp: Likewise.
1844
1845 2002-09-05 Jim Blandy <jimb@redhat.com>
1846
1847 * gdb.threads/killed.exp: Fix test failure message.
1848
1849 2002-09-04 Keith Seitz <keiths@redhat.com>
1850
1851 * lib/mi-support.exp: Update copyright.
1852 (mi_gdb_test): Increase the priority of the expected pattern
1853 so that it matches gdb_test.
1854
1855 2002-09-03 Keith Seitz <keiths@redhat.com>
1856
1857 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
1858 Use integer comparison instead of string comparison for testing
1859 whether binary was built.
1860
1861 2002-09-03 Jim Blandy <jimb@redhat.com>
1862
1863 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
1864
1865 2002-08-29 Jim Blandy <jimb@redhat.com>
1866
1867 * gdb.threads/pthreads.exp: Move the portable thread compilation
1868 code into a function in lib/gdb.exp, and call that from here.
1869 * lib/gdb.exp (gdb_compile_pthreads): New function.
1870
1871 2002-08-29 Keith Seitz <keiths@redhat.com>
1872
1873 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
1874 expect_out so that callers can get at it.
1875
1876 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
1877
1878 * gdb.threads/print-threads.c: New file.
1879 * gdb.threads/print-threads.exp: New file.
1880 * gdb.threads/schedlock.c: New file.
1881 * gdb.threads/schedlock.exp: New file.
1882
1883 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
1884
1885 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
1886 not altivec.c.
1887
1888 2002-08-17 Mark Kettenis <kettenis@gnu.org>
1889
1890 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
1891 targets. The problem should be fixed now.
1892
1893 2002-08-15 Mark Kettenis <kettenis@gnu.org>
1894
1895 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
1896 2002-07-24 change that removes final dots from error messages.
1897
1898 2002-08-13 Tom Tromey <tromey@redhat.com>
1899
1900 * gdb.base/readline.exp: New file.
1901
1902 2002-08-01 Andrew Cagney <ac131313@redhat.com>
1903
1904 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
1905 supress message.
1906
1907 2002-08-01 Andrew Cagney <cagney@redhat.com>
1908
1909 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
1910 CHILL_FOR_TARGET and CHILL_LIB.
1911 * configure.in (configdirs): Remove gdb.chill.
1912 * configure: Regenerate.
1913 * lib/gdb.exp: Obsolete references to chill.
1914 * gdb.fortran/types.exp: Ditto.
1915 * gdb.fortran/exprs.exp: Ditto.
1916
1917 2002-07-30 Kevin Buettner <kevinb@redhat.com>
1918
1919 * gdb.base/shlib-call.exp (additional_flags): Conditionally
1920 set Irix-specific compile and link flags.
1921
1922 2002-07-29 Kevin Buettner <kevinb@redhat.com>
1923
1924 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
1925 source files. The ``-o'' option doesn't work with the ``-E'' option
1926 when using the Irix compiler.
1927
1928 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
1929
1930 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
1931 Improve support for reusing an exec file. Copy exec file
1932 to target, and run gdbserver on the target instead of on the host.
1933
1934 2002-07-18 Jim Blandy <jimb@redhat.com>
1935
1936 * gdb.base/ending-run.exp: Don't expect to see the program end in
1937 some orderly fashion when we're running on a real stand-alone
1938 board.
1939
1940 * gdb.base/interrupt.exp: Correct logic for skipping tests on
1941 targets that don't support interrupts.
1942
1943 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
1944
1945 * gdb.base/attach.exp: Add patterns to match output from /proc-based
1946 systems.
1947 Move comments in expect statements to inside the actions, so that they
1948 don't get matched against.
1949
1950 2002-07-10 Mark Kettenis <kettenis@gnu.org>
1951
1952 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
1953 function when asleep" test.
1954
1955 2002-07-10 Andrew Cagney <ac131313@redhat.com>
1956
1957 * gdb.base/page.exp: Rewrite to handle problems with very long
1958 `info set' output. Update copyright.
1959
1960 2002-06-26 Andrew Cagney <ac131313@redhat.com>
1961
1962 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
1963 gdb.threads-hp.
1964 * gdb.hp/configure: Regenerate.
1965 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
1966 * gdb.hp/gdb.threads-hp/configure: Delete file.
1967 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
1968
1969 2002-06-22 Andrew Cagney <ac131313@redhat.com>
1970
1971 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
1972 setlocale, bindtextdomain and textdomain.
1973
1974 2002-06-11 Jim Blandy <jimb@redhat.com>
1975
1976 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
1977 preprocessor macro information is present.
1978
1979 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
1980 tests.
1981
1982 2002-06-06 Michael Snyder <msnyder@redhat.com>
1983
1984 * gdb.base/overlays.exp: Record addresses of overlay
1985 functions in TCL variables rather than in GDB variables,
1986 to avoid having GDB convert them to pointers (with loss
1987 of information).
1988
1989 * gdb.base/d10v.ld: Merge in several years worth of
1990 default linker script changes.
1991 * gdb.base/long_long.exp: Add check for sizeof (long double).
1992
1993 2002-06-06 Michal Ludvig <mludvig@suse.cz>
1994
1995 * gdb.asm/asm-source.exp: Add x86-64 target.
1996 * gdb.asm/x86_64.inc: New.
1997
1998 2002-05-30 Michael Chastain <mec@shout.net>
1999
2000 From Benjamin Kosnik <bkoz@redhat.com>:
2001 * gdb.c++/m-static.cc: New file.
2002 * gdb.c++/m-static.exp: New file.
2003
2004 2002-05-28 Michael Snyder <msnyder@redhat.com>
2005
2006 * gdb.base/call-ar-st.exp: Allow for reduced floating point
2007 precision.
2008
2009 2002-05-27 Michael Chastain <mec@shout.net>
2010
2011 From Benjamin Kosnik <bkoz@redhat.com>:
2012 * gdb.c++/m-data.cc: New file.
2013 * gdb.c++/m-data.exp: New file.
2014
2015 2002-05-27 Michael Chastain <mec@shout.net>
2016
2017 From Benjamin Kosnik <bkoz@redhat.com>:
2018 * gdb.c++/try_catch.cc: New file.
2019 * gdb.c++/try_catch.exp: New file.
2020
2021 2002-05-27 Michael Chastain <mec@shout.net>
2022
2023 * gdb.c++/local.exp: Accept more nested types in output.
2024
2025 2002-05-26 Michael Chastain <mec@shout.net>
2026
2027 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
2028
2029 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
2030
2031 * lib/gdb.exp (gdb_wrapper_init): Just because
2032 gdb_wrapper_file exists, this does not mean that the file
2033 should not be rebuilt. That is what gdb_wrapper_initialized
2034 is for.
2035 (default_gdb_init): Reset gdb_wrapper_initialized.
2036
2037 2002-05-23 Michael Snyder <msnyder@redhat.com>
2038
2039 * gdb.base/all-bin.exp: Revise previous patch by just reducing
2040 the precision of the floating point test results.
2041 * gdb.base/call-rt-st.exp: Ditto.
2042
2043 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
2044 * gdb.base/call-rt-st.exp: Ditto.
2045
2046 2002-05-19 Michael Chastain <mec@shout.net>
2047
2048 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
2049
2050 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
2051
2052 * configure.in (configdirs): Add gdb.arch.
2053 * configure: Regenerate.
2054
2055 2002-05-17 Jim Blandy <jimb@redhat.com>
2056
2057 * gdb.base/completion.exp: Recognize the more detailed error
2058 messages produced by the macro expander's lexical analyzer.
2059
2060 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
2061
2062 * gdb.arch/altivec-abi.c: New file.
2063 * gdb.arch/altivec-abi.exp: New file.
2064 * gdb.arch/altivec-regs.c: New file.
2065 * gdb.arch/altivec-regs.exp: New file.
2066
2067 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
2068
2069 * gdb.base/maint.exp (maint print type): Update for new type
2070 structure.
2071
2072 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
2073
2074 * gdb.arch: New directory.
2075 * gdb.arch/configure.in: New file.
2076 * gdb.arch/configure: New file.
2077 * gdb.arch/Makefile.in: New file.
2078
2079 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
2080
2081 * gdb.asm/asm-source.exp: Add v850 as supported target.
2082 * gdb.asm/v850.inc: New file.
2083
2084 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
2085
2086 * gdb.c++/annota2.exp (annotate-quit): Add comment.
2087
2088 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
2089
2090 * gdb.base/break.exp: Check 'break "marker2"'.
2091
2092 2002-05-10 Michael Snyder <msnyder@redhat.com>
2093
2094 * gdb.base/long_long.exp: Fix typo.
2095
2096 2002-05-10 Jim Blandy <jimb@redhat.com>
2097
2098 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
2099 a bug.
2100
2101 * gdb.base/printcmds.exp (test_integer_literals_rejected):
2102 Recognize more detailed error message produced by the macro
2103 expander's lexical analyzer.
2104 * lib/gdb.exp (test_print_reject): Same.
2105
2106 2002-05-09 Mark Kettenis <kettenis@gnu.org>
2107
2108 * gdb.c++/method.exp: Fix typo.
2109
2110 2002-05-08 Michael Snyder <msnyder@redhat.com>
2111
2112 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
2113 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
2114 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
2115 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
2116 Add iftarget clause for strongarm.
2117
2118 2002-05-06 Michael Snyder <msnyder@redhat.com>
2119
2120 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
2121 (gdb_continue_to_end): Accept output from status wrapper.
2122 * gdb.base/ending-run.exp: Add case for output from status wrapper.
2123 Clean up fail messages to match pass messages.
2124
2125 Enable the "needs_status_wrapper" testsuite feature.
2126 * lib/gdb.exp (gdb_wrapper_init): New procedure.
2127 (gdb_compile): Conditionally call gdb_wrapper_init.
2128 * gdb.base/a2-run.exp: Recognize output from status wrapper.
2129 * gdb.c++/method.exp: Recognize output from status wrapper.
2130
2131 2002-05-06 Ben Elliston <bje@redhat.com>
2132 From Graydon Hoare <graydon@redhat.com>
2133
2134 * config/sid.exp: Include support for "rawsid" protocol.
2135
2136 2002-05-03 Jim Blandy <jimb@redhat.com>
2137
2138 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
2139 * gdb.c++/hang3.C: New file.
2140
2141 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2142
2143 * gdb.base/default.exp: Remove obsolete code.
2144 * gdb.c++/misc.exp: Ditto. Update copyright.
2145 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
2146 * gdb.base/whatis.exp: Ditto. Update copyright.
2147 * gdb.base/scope.exp: Ditto. Update copyright.
2148 * gdb.base/ptype.exp: Ditto. Update copyright.
2149 * gdb.base/printcmds.exp: Ditto. Update copyright.
2150 * gdb.base/opaque.exp: Ditto. Update copyright.
2151 * gdb.base/list.exp: Ditto.
2152 * gdb.base/funcargs.exp: Ditto. Update copyright.
2153 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
2154 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
2155 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
2156 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
2157 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
2158 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
2159
2160 2002-05-02 Michael Snyder <msnyder@redhat.com>
2161
2162 * gdb.base/watchpoint.exp: Add xscale target.
2163 * gdb.base/long_long.exp: Add xscale target.
2164 * gdb.base/default.exp: Add xscale target.
2165
2166 2002-05-01 Jim Blandy <jimb@redhat.com>
2167
2168 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
2169 gdb.c++/hang.exp: New test.
2170
2171 2002-05-01 Fred Fish <fnf@redhat.com>
2172
2173 * gdb.base/completion.exp: Handle completions of "./Make" for
2174 more than one completion possibility, as is the case when we
2175 build and test in the source tree.
2176
2177 2002-04-29 Anthony Green <green@redhat.com>
2178
2179 * gdb.java/jmisc1.exp: New file.
2180 * gdb.java/jmisc2.exp: New file.
2181
2182 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
2183
2184 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
2185
2186 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
2187
2188 * gdb.base/help.exp: Change 'help status' to allow for target
2189 dependent output differences.
2190
2191 2002-04-22 Michael Chastain <mec@shout.net>
2192
2193 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
2194
2195 2002-04-22 Michael Chastain <mec@shout.net>
2196
2197 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
2198
2199 2002-04-17 David S. Miller <davem@redhat.com>
2200
2201 * gdb.asm/sparc64.inc: New file.
2202 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
2203
2204 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
2205
2206 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
2207 instruction file directly into the build tree. Clean up at end of
2208 test.
2209
2210 2002-04-18 David S. Miller <davem@redhat.com>
2211
2212 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
2213 handle 64-bit platforms correctly.
2214 * gdb.base/maint.exp: Likewise.
2215
2216 2002-04-18 Kevin Buettner <kevinb@redhat.com>
2217
2218 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
2219 ``-fpic'' when compiling files comprising a shared library, but
2220 it does need additional linker flags in order to find shared
2221 libraries at run time.
2222
2223 2002-04-18 Kevin Buettner <kevinb@redhat.com>
2224
2225 * gdb.base/cvexpr.c (use): New function.
2226 (main): Invoke use() on all global variables to prevent
2227 some linkers from deleting these otherwise unused symbols.
2228
2229 2002-04-17 Michael Chastain <mec@shout.net>
2230 From David S. Miller <davem@redhat.com>
2231
2232 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
2233 handle 64-bit platforms correctly.
2234
2235 2002-04-12 Michael Snyder <msnyder@redhat.com>
2236 From Jim Blandy <jimb@redhat.com>
2237 * gdb.base/foo.c (foox): Remove section attribute; the linker
2238 script can handle this instead.
2239 * gdb.base/bar.c (barx): Same.
2240 * gdb.base/baz.c (bazx): Same.
2241 * gdb.base/grbx.c (grbxx): Same.
2242
2243 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
2244 manager doesn't automatically unmap overlays unnecessarily.
2245
2246 2002-04-10 Martin M. Hunt <hunt@redhat.com>
2247
2248 * gdb.base/ending-run.exp: Fix pattern for Mips targets
2249 stepping out of main.
2250
2251 2002-04-09 Michael Chastain <mec@shout.net>
2252
2253 * gdb.c++/local.cc (main): Move call to marker1() inside nested
2254 scope so that the nested scope tests will make sense.
2255 * gdb.c++/local.exp: Write patterns that actually work with gcc
2256 (the HP patterns "were never known to work with gcc").
2257 Keep the old aCC patterns too.
2258
2259 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2260
2261 * gdb.base/attach.exp: Correct target board test.
2262
2263 2002-04-08 Michael Chastain <mec@shout.net>
2264
2265 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
2266 in a const method. Add some xfail and fail cases for configurations
2267 that do not emit the "const ...".
2268
2269 2002-04-07 Michael Chastain <mec@shout.net>
2270
2271 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
2272 Accept "A * const" and "const A * const" as type of "this".
2273 Fix spelling of getFunky throughout. Make messages uniform.
2274
2275 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2276
2277 Work around for PR gdb/285:
2278 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
2279
2280 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2281
2282 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
2283 instructions file at run time instead of configure time.
2284 Sometimes we run the test in a directory that is not the one we
2285 configured in.
2286 * gdb.asm/configure.in: Delete creation of symlink.
2287 * gdb.asm/configure: Regenerate.
2288
2289 2002-04-05 J. Brobecker <brobecker@gnat.com>
2290
2291 * gdb.gdb/xfullpath.exp: New test, to exercise the new
2292 xfullpath () function.
2293
2294 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2295
2296 * gdb.asm/Makefile.in: Correct dependencies.
2297
2298 * gdb.asm/powerpc.inc: New file.
2299 * gdb.asm/asm-source.exp: Add PowerPC.
2300 * gdb.asm/configure.in: Likewise.
2301 * gdb.asm/configure: Regenerated.
2302
2303 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2304
2305 * gdb.base/relocate.exp: New file.
2306 * gdb.base/relocate.c: New file.
2307
2308 2002-04-04 Fred Fish <fnf@redhat.com>
2309
2310 * gdb.base/step-test.exp: Update comment regarding stopping in
2311 memcpy/bcopy calls inserted as part of the compiler runtime.
2312
2313 2002-04-04 Michael Snyder <msnyder@redhat.com>
2314
2315 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
2316
2317 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
2318
2319 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
2320 (gdb_expect): Remove $notransfer hack.
2321
2322 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
2323
2324 * gdb.c++/classes.exp ("calling method for small class"): Match
2325 updated register output.
2326
2327 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
2328
2329 Fix PR gdb/452
2330 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
2331 when finished. Make gdb_file_cmd send "exec-file" when
2332 appropriate.
2333
2334 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
2335
2336 * gdb.base/attach.exp: Remove extra setup_xfail.
2337
2338 2002-03-26 Michael Snyder <msnyder@redhat.com>
2339
2340 * gdb.base/default.exp: Add tests for dump, append, and restore.
2341 * gdb.base/help.exp: Add tests for dump, append, and restore.
2342 * gdb.base/dump.exp: New file, test dump, append and restore.
2343 * gdb.base/dump.c: New file.
2344
2345 2002-03-27 Michael Snyder <msnyder@redhat.com>
2346
2347 * gdb.base/help.exp: Modify expect strings to reflect
2348 clean-ups in help messages.
2349
2350 2002-03-26 Fred Fish <fnf@redhat.com>
2351
2352 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
2353 have debugging info for those functions and the compiler uses them
2354 internally to copy structs around.
2355
2356 2002-03-26 Fred Fish <fnf@redhat.com>
2357
2358 * gdb.base/list.exp: Revert the change made yesterday and add note
2359 about why we don't list the default lines for remote targets.
2360
2361 2002-03-25 Michael Snyder <msnyder@redhat.com>
2362
2363 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
2364
2365 2002-03-25 Fred Fish <fnf@redhat.com>
2366
2367 * gdb.base/list.exp: This test works on remote targets so remove
2368 the short circuit for remote targets. Update copyright.
2369
2370 2002-03-25 Fred Fish <fnf@redhat.com>
2371
2372 * gdb.base/attach.exp: Fix logic error that was suppressing this
2373 test for all non hppa*-*-hpux* targets, instead of the hp target.
2374 Move comments closer to the suppression point. Also now need to
2375 check that we are running natively.
2376
2377 2002-03-22 Michael Snyder <msnyder@redhat.com>
2378
2379 * gdb.base/default.exp: Add test for gcore. Update copyright.
2380 * gdb.base/help.exp: Add test for gcore. Update copyright.
2381
2382 2002-03-06 Fred Fish <fnf@redhat.com>
2383
2384 * gdb.base/funcargs.c: Remove extraneous ';' character.
2385 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
2386
2387 2002-03-04 Michael Chastain <mec@shout.net>
2388
2389 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
2390 accommodate gcc v3 function signature.
2391 * gdb.mi/mi0-var-cmd-exp: Ditto.
2392
2393 2002-02-24 Andrew Cagney <ac131313@redhat.com>
2394
2395 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
2396 ``GNU/Linux'' or ``Linux kernel''
2397 * testsuite/gdb.threads/pthreads.c: Ditto.
2398
2399 2002-02-24 Michael Chastain <mec@shout.net>
2400
2401 * gdb.threads/pthreads.c (thread1): Add a return statement.
2402 (thread2): Likewise.
2403 (foo): Likewise.
2404
2405 2002-02-23 Michael Chastain <mec@shout.net>
2406
2407 * gdb.threads/linux-dp.c (philosopher): Add a return statement
2408 to placate gcc.
2409
2410 2002-02-23 Michael Chastain <mec@shout.net>
2411
2412 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
2413 test "ptype bint". The test passes on all my stabs configurations.
2414
2415 2002-02-21 Jim Blandy <jimb@redhat.com>
2416
2417 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
2418 filename at a time, and watch for the ones we want to see.
2419
2420 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
2421 types of pointers to prototyped functions.
2422
2423 2002-02-20 Andrew Cagney <ac131313@redhat.com>
2424
2425 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
2426 signed, unsigned and straight char.
2427 (padding_char, padding_short, padding_int, padding_long,
2428 padding_long_long, padding_float, padding_double,
2429 padding_long_double): New global variables.
2430 (fill, fill_structs): New functions.
2431
2432 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
2433 for correctly sized writes. Update copyright.
2434 (get_valueof): New procedure.
2435 (get_sizeof): Call get_valueof.
2436 (check_valueof): New procedure.
2437 (check_padding): New procedure.
2438
2439 2002-02-20 Michael Chastain <mec@shout.net>
2440
2441 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
2442 to setup_xfail. Document some of the remaining calls.
2443
2444 2002-02-18 Michael Chastain <mec@shout.net>
2445
2446 * gdb.c++/userdef.exp: Update copyright year.
2447
2448 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
2449
2450 * gdb.c++/userdef.exp: Test overloaded operators properly.
2451 Remove xfails.
2452
2453 2002-02-14 Michael Snyder <msnyder@redhat.com>
2454
2455 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
2456
2457 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
2458
2459 * gdb.base/a2-run.exp: Check for a remote target properly.
2460 * gdb.base/annota1.exp: Likewise.
2461 * gdb.base/list.exp: Likewise.
2462 * gdb.base/reread.exp: Likewise.
2463 * gdb.base/scope.exp: Likewise.
2464 * gdb.base/shlib-call.exp: Likewise.
2465 * gdb.base/term.exp: Likewise.
2466 * gdb.c++/annota2.exp: Likewise.
2467
2468 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
2469
2470 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
2471
2472 2002-02-10 Michael Chastain <mec@shout.net>
2473
2474 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
2475 (call_after_alloca): Ditto.
2476
2477 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
2478
2479 * gdb.base/ending-run.exp: Guard "cont" test with
2480 gdb_skip_stdio_test.
2481
2482 2002-02-06 Jim Blandy <jimb@redhat.com>
2483
2484 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
2485 from here...
2486 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
2487 To here. Disable this test on non-HP platforms. Add big comment.
2488
2489 2002-02-04 Michael Snyder <msnyder@redhat.com>
2490
2491 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
2492 other than d10v and m32r.
2493
2494 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
2495
2496 * gdb.base/default.exp: Rewrite test patterns to reduce time
2497 taken to match them.
2498
2499 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2500
2501 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
2502 Allow a start function above main.
2503 * gdb.threads/linux-dp.exp: Fix copyright date.
2504
2505 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2506
2507 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
2508 (check_philosopher_stack): Check for manager thread before checking
2509 for a just-starting thread.
2510
2511 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2512
2513 From Neil Booth <neil@daikokuya.demon.co.uk>:
2514 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
2515 warnings.
2516
2517 2002-01-21 Fred Fish <fnf@redhat.com>
2518
2519 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
2520 not caller.
2521
2522 2002-01-21 Jim Blandy <jimb@redhat.com>
2523
2524 * gdb.base/reread.exp: Check that GDB properly re-reads the
2525 executable file when it changes while no inferior is running.
2526
2527 2002-01-21 Fred Fish <fnf@redhat.com>
2528
2529 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
2530 optionally accept the "shlib events" variation.
2531
2532 2002-01-21 Jim Blandy <jimb@redhat.com>
2533
2534 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
2535 call `fflush' after every `printf', so that the output is produced
2536 at predictable points, regardless of whatever buffering does (or
2537 doesn't) take place.
2538 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
2539 at different points.
2540
2541 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
2542
2543 * gdb.c++/inherit.exp: Update copyright years.
2544 * gdb.c++/method.exp: Likewise.
2545
2546 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
2547
2548 * gdb.c++/classes.exp: Update for improved v3 support and skipping
2549 artificial methods/arguments.
2550 * gdb.c++/derivation.exp: Likewise.
2551 * gdb.c++/inherit.exp: Likewise.
2552 * gdb.c++/method.exp: Likewise.
2553 * gdb.c++/virtfunc.exp: Likewise.
2554
2555 2002-01-18 Andrew Cagney <ac131313@redhat.com>
2556
2557 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
2558 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
2559 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
2560 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
2561 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
2562 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
2563
2564 2002-01-17 Jim Blandy <jimb@redhat.com>
2565
2566 * gdb.asm/asm-source.exp (info symbol): Take another shot at
2567 anchoring the pattern matching the entry point symbol's name.
2568
2569 2002-01-17 Andrew Cagney <ac131313@redhat.com>
2570
2571 * gdb.base/maint.exp: Update ``maint internal-error'' to match
2572 continue/quit query. Update copyright.
2573
2574 2002-01-14 Michael Snyder <msnyder@redhat.com>
2575
2576 * gdb.base/gcore.exp: Remove extra debugging output.
2577
2578 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
2579
2580 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
2581 for slightly dubious v2 mangled string.
2582
2583 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
2584
2585 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
2586
2587 2002-01-10 Jason Merrill <jason@redhat.com>
2588
2589 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
2590
2591 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
2592 constructors.
2593 * gdb.c++/derivation.exp: Likewise.
2594 * gdb.c++/templates.exp: Likewise.
2595 * gdb.c++/virtfunc.exp: Likewise.
2596
2597 2002-01-10 Michael Snyder <msnyder@redhat.com>
2598
2599 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
2600
2601 2002-01-08 Michael Snyder <msnyder@redhat.com>
2602
2603 * gdb.base/gcore.exp: New test for generate-core-file command.
2604 * gdb.base/gcore.c: Testcase for above.
2605 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
2606
2607 2002-01-08 Jason Merrill <jason@redhat.com>
2608
2609 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
2610
2611 2002-01-07 Fred Fish <fnf@redhat.com>
2612
2613 * gdb.c++/overload.exp: Remove unconditional xfails for:
2614 print foo_instance1.overloadargs(1)
2615 print foo_instance1.overloadargs(1, 2)
2616 print foo_instance1.overloadargs(1, 2, 3)
2617 print foo_instance1.overloadargs(1, 2, 3, 4)
2618 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
2619 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
2620 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
2621 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
2622 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
2623 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
2624 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
2625 print foo_instance1.overload1arg()
2626 print foo_instance1.overload1arg((char)arg2)
2627 print foo_instance1.overload1arg((signed char)arg3)
2628 print foo_instance1.overload1arg((unsigned char)arg4)
2629 print foo_instance1.overload1arg((int)arg7)
2630 print foo_instance1.overload1arg((unsigned int)arg8)
2631 print foo_instance1.overload1arg((float)arg11)
2632 print foo_instance1.overload1arg((double)arg12)
2633
2634 2002-01-07 Michael Snyder <msnyder@redhat.com>
2635
2636 * gdb.base/huge.exp: New test. Print a very large target data object.
2637 (skip_huge_test): New test variable. Define if you want to skip this
2638 test. The test reads an 8 megabyte data object from the target, so it
2639 might be very time consuming on remote targets with a slow connection.
2640 * gdb.base/huge.c: New file. Test case for above.
2641
2642 2002-01-07 Fred Fish <fnf@redhat.com>
2643
2644 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
2645 g_instance.bfoo, and g_instance.cfoo.
2646
2647 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
2648
2649 * gdb.base/break.c (multi_line_if_conditional): New function.
2650 (multi_ilne_while_conditional): Likewise.
2651 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
2652 IF or WHILE condition puts the breakpoint at the start of
2653 the condition.
2654
2655 * gdb.base/selftest.exp (backtrace through signal handler): Remove
2656 hppa*-*-hpux* expected failure.
2657 * gdb.base/structs.exp (do_function_calls): Similarly.
2658
2659 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
2660 watchpoints.
2661
2662 2002-01-06 Andrew Cagney <ac131313@redhat.com>
2663
2664 Fix PR gdb/66.
2665 * gdb.base/structs.exp: Replace skip for a29k with skip for
2666 gdb,cannot_call_functions.
2667 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
2668 * gdb.base/callfuncs.exp: Ditto.
2669 * gdb.base/call-rt-st.exp: Ditto.
2670 * gdb.base/call-strs.exp: Ditto.
2671 * gdb.base/callfwmall.exp: Ditto.
2672 * gdb.base/scope.exp: Obsolete xfail a29k.
2673 * gdb.c++/misc.exp: Ditto.
2674 * gdb.c++/cplusfuncs.exp: Ditto.
2675 * gdb.base/ptype.exp: Ditto.
2676 * gdb.base/printcmds.exp: Ditto.
2677 * gdb.base/opaque.exp: Ditto.
2678 * gdb.base/list.exp: Ditto.
2679 * gdb.base/funcargs.exp: Ditto.
2680 * gdb.base/default.exp: Ditto.
2681
2682 2002-01-04 Michael Snyder <msnyder@redhat.com>
2683
2684 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
2685 * gdb.base/maint.exp: Add tests for maint info sections options.
2686
2687 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
2688
2689 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
2690
2691 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
2692
2693 * gdb.asm/arm.inc: New file.
2694 * gdb.asm/asm-source.exp: Add arm targets.
2695 * gdb.asm/configure.in: Ditto.
2696 * gdb.asm/configure: Recreated from configure.in.
2697
2698 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
2699
2700 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
2701 with HP's compiler.
2702 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
2703 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
2704 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
2705 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
2706
2707 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
2708 either HP's compilers or GCC.
2709
2710 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
2711 a SIGBUS or SIGSEGV.
2712
2713 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
2714
2715 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
2716 can be compiled with either HP's compiler or GCC.
2717
2718 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
2719 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
2720 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
2721
2722 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
2723 to match current gdb output. Update due to using auto-solib-limit
2724 for limiting instead of overloading auto-solib-add.
2725 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
2726 test program.
2727
2728 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
2729 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
2730 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2731 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
2732 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
2733 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2734 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
2735 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
2736 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
2737 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
2738 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
2739 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
2740 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
2741
2742 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
2743 a SIGTRAP to the inferior.
2744
2745 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
2746
2747 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
2748 Substitute call to target_link by call to gdb_compile.
2749
2750 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
2751
2752 * gdb.base/break.exp: Fix HP specific search string when testing
2753 backtracing in a called function.
2754
2755 * gdb.base/constvars.exp: Only set lang to C++ if we're
2756 compiling the test with HP's compilers.
2757 * gdb.base/volatile.exp: Similarly.
2758
2759 2001-12-19 Jim Blandy <jimb@redhat.com>
2760
2761 * gdb.base/printcmds.exp: Expect the null character to be printed
2762 as '\0', and the '\013' to be printed as '\v'.
2763 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
2764 * gdb.base/setvar.exp: Same.
2765
2766 2001-12-17 Jim Blandy <jimb@redhat.com>
2767
2768 * gdb.base/completion.exp: Rather than completing very long
2769 filenames, which can make the readline library produce output we
2770 don't recognize, cd to the directory first, and then complete
2771 using nice, short relative paths.
2772
2773 * gdb.base/completion.exp: On some systems, there is, in fact, a
2774 variable named `b' in scope, since GDB treats all static
2775 variables as being in scope. So use `no_var_named_this'
2776 instead of `b'.
2777
2778 * gdb.base/corefile.exp: Recognize the message saying that GDB
2779 can't find the core file's registers as a failure.
2780
2781 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
2782
2783 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
2784 test expect string more specific.
2785
2786 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
2787
2788 * gdb.asm/asm-source.exp: Add support for xstormy16.
2789 * gdb.asm/configure.in: Ditto.
2790 * gdb.asm/configure: Rebuild.
2791 * gdb.asm/xstormy16.inc: New file.
2792
2793 2001-12-10 Fred Fish <fnf@redhat.com>
2794
2795 * gdb.base/maint.exp: Update to match changes in type dumping code.
2796
2797 2001-12-10 Jim Blandy <jimb@redhat.com>
2798
2799 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
2800 matching the entry point symbol's name at the beginning of the
2801 line.
2802
2803 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
2804
2805 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
2806 gdb.c++/inherit.exp, gdb.c++/method.exp,
2807 gdb.c++/namespace.exp, gdb.c++/templates.exp,
2808 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
2809 and class layout support.
2810
2811 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
2812
2813 * gdb.c++/classes.exp: Add test for static member function.
2814 * gdb.c++/misc.cc: Add class with static member function.
2815
2816 2001-12-07 Jim Blandy <jimb@redhat.com>
2817
2818 If GDB says it can't find the struct the function returned, report
2819 those tests as `unsupported'.
2820 * gdb.base/call-rt-st.exp (print_struct_call): New function.
2821 Rewrite subsequent tests to use it.
2822
2823 If GDB says it can't find the struct the function returned, report
2824 those tests as `unsupported'.
2825 * gdb.base/structs.exp (call_struct_func): New function.
2826 (do_function_calls): Use call_struct_func to call the functions
2827 returning structs.
2828
2829 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
2830 whether functions are prototyped or not, so we can't possibly pass
2831 arguments to t_float_values2 properly.
2832
2833 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
2834 value of `timeout' for targets other than the mips*tx39-*.
2835
2836 2001-12-06 Michael Snyder <msnyder@redhat.com>
2837
2838 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
2839 and detect whether the start symbol has a leading underscore.
2840
2841 2001-12-04 Jim Blandy <jimb@redhat.com>
2842
2843 * gdb.base/completion.exp: Clarify indentation.
2844
2845 2001-12-03 Jim Blandy <jimb@redhat.com>
2846
2847 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
2848 variables on the S/390, not `.word'.
2849
2850 2001-11-30 Jim Blandy <jimb@redhat.com>
2851
2852 Add assembly-source tests for s390-ibm-linux.
2853 * gdb.asm/s390.inc: New file.
2854 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
2855 the S/390 architecture.
2856 * gdb.asm/configure: Regenerated.
2857
2858 2001-11-30 Michael Snyder <msnyder@redhat.com>
2859
2860 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
2861 next, info source, info sources, info line, global and static
2862 variables, and static functions.
2863 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
2864 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
2865 * gdb.asm/asmsrc1.s: Add a static function and some variables.
2866 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
2867 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
2868 (gdbasm_leave): Restore frame pointer.
2869 (gdbasm_startup): Copy stack set-up from crt0.S.
2870
2871 2001-11-26 Fernando Nasser <fnasser@redhat.com>
2872
2873 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
2874 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
2875 to a local (non-static) variable. Copy tstruct.a to a static buffer
2876 and return a pointer to that buffer.
2877 * gdb.base/callfwmall.c (t_structs_a): Ditto.
2878
2879 2001-11-24 Mark Kettenis <kettenis@gnu.org>
2880
2881 * gdb.asm/configure.in: Fix recognition of ix86 target.
2882 * gdb.asm/configure: Regenerate.
2883
2884 2001-11-21 Michael Snyder <msnyder@redhat.com>
2885
2886 * gdb.asm/sparc.inc: New file.
2887 * gdb.asm/asm-source.exp: Recognize sparc target.
2888 * gdb.asm/configure.in: Recognize sparc target.
2889 * gdb.asm/configure: Regenerate.
2890
2891 2001-11-21 Michael Snyder <msnyder@redhat.com>
2892
2893 * gdb.asm/m32r.inc: New file.
2894 * gdb.asm/asm-source.exp: Recognize m32r target.
2895 * gdb.asm/configure.in: Recognize m32r target.
2896 * gdb.asm/configure: Regenerate.
2897
2898 2001-11-20 Michael Snyder <msnyder@redhat.com>
2899
2900 * gdb.asm/i386.inc: New file.
2901 * gdb.asm/asm-source.exp: Recognize ix86 target.
2902 * gdb.asm/configure.in: Recognize ix86 target.
2903 * gdb.asm/configure: Regenerate.
2904
2905 * gdb.c++/namespace.exp: Fix quotes in output messages.
2906
2907 2001-11-14 Michael Snyder <msnyder@redhat.com>
2908
2909 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
2910 qualifier in a type cast expression, to designate an address
2911 in the instruction space (Harvard architecture).
2912
2913 2001-11-13 Michael Snyder <msnyder@redhat.com>
2914
2915 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
2916 Tests for expressions using 'const' and 'volatile'.
2917
2918 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
2919
2920 * gdb.asm/asm-sources.exp: Allow defining linker flags.
2921
2922 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
2923
2924 * lib/mi-support.exp (mi_run_to_helper): Move comments
2925 outside of gdb_expect.
2926
2927 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
2928
2929 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
2930 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
2931 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
2932 mi0_run_to): New functions.
2933 * gdb.mi/mi-simplerun.exp: Use them.
2934 * gdb.mi/mi0-simplerun.exp: Likewise.
2935 * gdb.mi/mi-var-cmd.exp: Likewise.
2936 * gdb.mi/mi0-var-cmd.exp: Likewise.
2937
2938 2001-11-10 Andrew Cagney <ac131313@redhat.com>
2939
2940 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
2941 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
2942
2943 2001-11-09 Andrew Cagney <ac131313@redhat.com>
2944
2945 * gdb.base/restore.exp: Include $expected value in restored test
2946 message.
2947
2948 2001-11-09 Andrew Cagney <ac131313@redhat.com>
2949
2950 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
2951 implemented.
2952
2953 2001-11-08 Michael Snyder <msnyder@redhat.com>
2954
2955 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
2956 Add pass/fail message for stop at breakpoint in call dummy function.
2957
2958 2001-11-07 Michael Snyder <msnyder@redhat.com>
2959
2960 * gdb.c++/templates.exp (test_template_breakpoints):
2961 If we get an overload menu, but it does not match what
2962 we expect, we still need to issue the "cancel" command.
2963 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
2964 making the whitespace optional. Argument for "new" may be
2965 "unsigned" as well as "unsigned int/long".
2966 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
2967 making the whitespace optional. Also replace "(void) with
2968 "((void|)), making the keyword "void" optional.
2969 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
2970 making the whitespace optional. Also replace "(void) with
2971 "((void|)), making the keyword "void" optional.
2972 * gdb.base/callfuncs.c (t_float_values): This function must
2973 _not_ be prototyped, and the following function (t_float_values2)
2974 must be prototyped (if the compiler supports it), so that GDB
2975 can be tested against both cases. Usually one case involves
2976 promotion of float to double, while the other does not.
2977 * gdb.base/callfwmall.c: Ditto.
2978 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
2979 includes a stack frame for "start".
2980
2981 2001-11-05 Jim Blandy <jimb@redhat.com>
2982
2983 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
2984 pointers are 32 bits long, and that offsets of relocs are always
2985 stored in the data (REL-style), and not in the reloc entry itself
2986 (RELA-style).
2987 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
2988 stabs.
2989
2990 2001-11-01 Michael Snyder <msnyder@redhat.com>
2991
2992 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
2993 and regular expression operators by using quoting.
2994
2995 2001-10-31 Michael Snyder <msnyder@redhat.com>
2996
2997 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
2998 depending on what the symbol table contains.
2999 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
3000 the output of the ptype command. Similarly, accept both "const &"
3001 and "const&".
3002
3003 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
3004
3005 * gdb.base/miscexprs.c (main): Add usage of preprocessor
3006 symbol `STORAGE' to allow to choose the storage class of
3007 the local datastructures.
3008 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
3009 compiler directive.
3010
3011 2001-10-30 Michael Snyder <msnyder@redhat.com>
3012
3013 * gdb.base/jump.exp: Allow it to run for all targets.
3014
3015 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
3016
3017 * gdb.base/call-ar-st.c (print_double_array): Match for loop
3018 with new double_array size.
3019 (main): Change storage class of all local variables to static.
3020 Reduce size of double_array to 9.
3021 * gdb.base/call-ar-st.exp: Increase timeout value.
3022 Change expected output for double array to match new size in
3023 call-ar-st.c.
3024
3025 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
3026
3027 * gdb.base/ending-run.exp: Create identical output when passing
3028 `step to end of run' case. Add regular expression branch satisfying
3029 Stormy16 target.
3030
3031 2001-10-28 Mark Kettenis <kettenis@gnu.org>
3032
3033 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
3034 that we catch the expected failure under Linux/x86.
3035
3036 2001-10-29 Orjan Friberg <orjanf@axis.com>
3037
3038 * gdb.base/setvar.exp: Escape curly braces.
3039 * gdb.stabs/weird.exp: Ditto.
3040
3041 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
3042
3043 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
3044 * gdm.mi/mi0-hack-cli.exp: Likewise.
3045
3046 2001-10-25 Andrew Cagney <ac131313@redhat.com>
3047
3048 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
3049 messages.
3050
3051 2001-10-21 Andrew Cagney <ac131313@redhat.com>
3052
3053 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
3054 checking MI enabled.
3055
3056 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
3057
3058 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
3059
3060 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
3061
3062 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
3063 if gdb child process crashes, just signal an error.
3064
3065 2001-10-02 Jim Blandy <jimb@redhat.com>
3066
3067 * lib/gdb.exp (test_xfail_format): Simplify.
3068
3069 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
3070 front of the variable name `format'. Simplify `if'.
3071
3072 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
3073
3074 * gdb.threads/pthreads.exp: Wait for output and delay
3075 before sending ^C.
3076
3077 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
3078
3079 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
3080 some incorrect output instead of timing out.
3081 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
3082
3083 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
3084
3085 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
3086 check to allow additional `int'.
3087
3088 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
3089
3090 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
3091 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
3092
3093 2001-09-27 Michael Snyder <msnyder@redhat.com>
3094
3095 * lib/gdb.exp (test_debug_format): New proc.
3096 (setup_xfail_format): Use new proc test_debug_format.
3097 * gdb.base/constvars.exp (local_compiler_xfail_check): New
3098 proc; use new service proc test_debug_format.
3099 Replace all other "gcc_compiled" tests with this test.
3100 * gdb.base/volatile.exp (local_compiler_xfail_check): New
3101 proc; use new service proc test_debug_format.
3102 Replace all other "gcc_compiled" tests with this test.
3103
3104 2001-09-27 Michael Snyder <msnyder@redhat.com>
3105
3106 * gdb.base/cvexpr.exp: New file.
3107 * gdb.base/cvexpr.c: New file
3108 Test for expressions using const and volatile keywords.
3109
3110 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
3111
3112 * gdb.base/constvars.exp: Check for different orders of keywords
3113 and additional "int" strings in output.
3114
3115 2001-09-22 Andrew Cagney <ac131313@redhat.com>
3116
3117 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
3118 responses from "help maint".
3119
3120 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
3121
3122 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
3123 to localhost:NNN instead of :NNN, in case Xvfb is listening
3124 only on TCP.
3125
3126 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
3127
3128 * gdb.base/recurse.exp: When checking leaving the watchpoint
3129 scope, recognize when gdb is in function's epilogue and pass.
3130
3131 2001-09-18 Keith Seitz <keiths@redhat.com>
3132
3133 * lib/insight-support.exp (_gdbtk_export_target_info): Add
3134 support for running tests against sid targets.
3135 (gdbtk_done): Ditto.
3136
3137 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
3138
3139 * gdb.base/ending-run.c (main): Set stdout buffersize
3140 to the same reasonable value for any target.
3141 * gdb.base/ending-run.exp: Add a regular expression
3142 to make testsuite happy on Sanyo Stormy16 target.
3143
3144 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
3145
3146 * gdb.base/display.c (do_loops): Add float variable `f'.
3147 Increment f in loop.
3148 * gdb.base/display.exp: Increment timeout by 60 seconds.
3149 Change float display test to use variable `f'.
3150
3151 2001-09-17 Jim Blandy <jimb@redhat.com>
3152
3153 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
3154 overflowing the limited breakpoint tables on some ROM monitors
3155 (like the ROM68K).
3156
3157 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
3158
3159 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
3160 the "-ac" (disable access control) flag.
3161
3162 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
3163
3164 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
3165 ints.
3166
3167 2001-08-30 Keith Seitz <keiths@redhat.com>
3168
3169 * lib/gdb.exp: Move all insight-related functionality into
3170 separate file.
3171 * lib/insight-support.exp: New file.
3172
3173 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
3174
3175 * config/sid.exp (sid_start): Never set sid verbosity; disable
3176 expect_background {} that consumed its stdout; tolerate </dev/null.
3177 Attempt to set endianness override in "sid" protocol mode. Cleanup.
3178
3179 2001-08-18 Andrew Cagney <ac131313@redhat.com>
3180
3181 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
3182 CLI jump command to start it.
3183 (mi_run_to_main): Fail immediatly when unexpected output.
3184
3185 2001-08-18 Andrew Cagney <ac131313@redhat.com>
3186
3187 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
3188 beginning of function. Fix PR gdb/191.
3189
3190 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
3191
3192 * config/sid.exp (sid_start): Don't warn if we cannot figure out
3193 what to force sid endianness to.
3194
3195 2001-08-15 Keith Seitz <keiths@redhat.com>
3196
3197 * lib/gdb.exp (gdbtk_start): Don't set environment
3198 variables for TCL_LIBRARY and friends. Insight will
3199 now figure these out for itself.
3200
3201 2001-08-02 Michael Snyder <msnyder@redhat.com>
3202
3203 * gdb.base/completion.exp: Remove the symbol "a64l" from
3204 the expect string; this is target-specific, and not related
3205 to what is being tested.
3206
3207 2001-08-02 Dave Brolley <brolley@redhat.com>
3208
3209 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
3210
3211 2001-07-25 Michael Snyder <msnyder@redhat.com>
3212
3213 * gdb.base/consecutive.exp: New file. Test stepping over
3214 breakpoints on consecutive instructions.
3215 * gdb.base/consecutive.c: New file.
3216
3217 * gdb.base/call-rt-st.exp: Use double-backslash to quote
3218 curly braces in regular expressions.
3219
3220 2001-07-25 Michael Snyder <msnyder@redhat.com>
3221
3222 * gdb.base/ending-run.exp: Accept "Program exited normally" as
3223 legitimate output from stepping out of main.
3224
3225 2001-07-22 Keith Seitz <keiths@redhat.com>
3226
3227 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
3228 the empty string, do not run the tests.
3229
3230 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3231
3232 * gdb.base/long_long.exp: Detect size of pointer. Take into
3233 account 2-byte pointers when testing for p/a results.
3234
3235 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3236
3237 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
3238 and defined to 1K for m68hc11.
3239 (random_data): Reduce table to 1K for embedded platforms (68hc11).
3240 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
3241 (sizeof_random_data): New variable to tell the size of the data table;
3242 don't test past this size; always run to main.
3243
3244 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3245
3246 * gdb.base/return2.exp: return of long long and double fails for
3247 68HC11; don't execute these tests on that platform.
3248 * gdb.base/return.exp: Return of a double fails for 68hc11.
3249
3250 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3251
3252 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
3253 tests that print a float.
3254 * call-rt-st.exp: Likewise.
3255
3256 2001-07-12 Mark Kettenis <kettenis@gnu.org>
3257
3258 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
3259 running this test on Linux.
3260
3261 2001-06-24 Michael Chastain <chastain@redhat.com>
3262
3263 * gdb.base/arithmet.exp: Remove some tests to make all test names
3264 unique.
3265
3266 2001-07-03 Michael Snyder <msnyder@redhat.com>
3267
3268 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
3269 the output of the ptype command.
3270
3271 2001-07-02 Michael Snyder <msnyder@redhat.com>
3272
3273 * gdb.base/completion.exp: Don't assume that break.c is the only
3274 source file that may contain functions named "marker".
3275 * gdb.base/corefile.exp: Quote the curly braces in regexp.
3276
3277 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3278
3279 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
3280 of files to delete.
3281
3282 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
3283 * gdb.disasm/h8300s.exp: New file.
3284 gdb.disasm/h8300s.s: Likewise.
3285
3286 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3287
3288 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
3289 empty breakpoint tables.
3290
3291 2001-06-25 Andrew Cagney <ac131313@redhat.com>
3292
3293 * lib/mi-support.exp: Update args=... part of stop-reason
3294 patterns. Accept either a list or a tuple.
3295
3296 2001-06-23 Andrew Cagney <ac131313@redhat.com>
3297
3298 * lib/mi-support.exp: Remove local emacs variable defining
3299 change-log-default-name.
3300
3301 2001-06-22 Michael Chastain <chastain@redhat.com>
3302
3303 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
3304 This is operationally compatible with the previous version.
3305
3306 2001-06-13 Jim Blandy <jimb@redhat.com>
3307
3308 * lib/gdb.exp (gdb_test): Doc fix.
3309
3310 2001-06-10 Michael Chastain <chastain@redhat.com>
3311
3312 * gdb.base/exprs.exp: Remove a duplicate test.
3313
3314 2001-06-06 Jim Blandy <jimb@redhat.com>
3315
3316 * gdb.base/return2.exp (main): Use values to test float and double
3317 returns that are not NaN's, to avoid being confused by IEEE
3318 comparison rules.
3319
3320 2001-06-04 Michael Snyder <msnyder@redhat.com>
3321
3322 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
3323 non-zero if control_c fails. Terminate the test on failure,
3324 rather than wait for 12 more tests to time out.
3325
3326 2001-06-06 Jim Blandy <jimb@redhat.com>
3327
3328 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
3329 Don't forget to match the GDB prompt.
3330
3331 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
3332
3333 2001-06-04 Jim Blandy <jimb@redhat.com>
3334
3335 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
3336 command.
3337
3338 2001-05-31 Kevin Buettner <kevinb@redhat.com>
3339
3340 * gdb.base/annota1.exp (info break): Match four or more spaces
3341 after "Address".
3342
3343 2001-05-31 Michael Chastain <chastain@redhat.com>
3344
3345 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
3346 (dm_type_int_star): Likewise.
3347 (dm_type_long_star): Likewise.
3348 (dm_type_void_star): Likewise.
3349
3350 2001-05-29 Kevin Buettner <kevinb@redhat.com>
3351
3352 * gdb.base/completion.exp (INPUTRC): Set this environment variable
3353 to a known value in order to get consistent results regardless
3354 of the setting of INPUTRC or the presence or contents of .inputrc.
3355
3356 2001-05-24 Michael Snyder <msnyder@redhat.com>
3357
3358 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
3359 Don't require that the main thread and the manager thread are the
3360 first in the list.
3361
3362 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
3363 debugging. If test fails, issue an "unsupported" not a "fail".
3364
3365 2001-05-24 Jim Blandy <jimb@redhat.com>
3366
3367 Don't assume that short is shorter than int.
3368 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
3369 assume that shorts are smaller than ints. On a 16-bit machine,
3370 this isn't true.
3371 ("print unsigned char == (~0)"): Add test that verifies that ~0,
3372 an int, is not equal to ~0 stored in an unsigned char. This tests
3373 the same thing that the previous test meant to, but works on
3374 16-bit machines, too.
3375 ("print unsigned char != (~0)"): Same test, complemented.
3376
3377 2001-05-24 Michael Snyder <msnyder@redhat.com>
3378
3379 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
3380 test for (full_coverage == 0). This makes the test run faster,
3381 and prevents dejagnu getting out of step.
3382
3383 2001-05-23 Kevin Buettner <kevinb@redhat.com>
3384
3385 * gdb.base/finish.exp (finish_void): Revise pattern for
3386 stopping on the call statement to not permit stopping at
3387 the start of the instructions comprising the call sequence.
3388
3389 2001-05-19 Michael Chastain <chastain@redhat.com>
3390
3391 * gdb.base/callfuncs.exp: Make all test names unique.
3392 * gdb.base/commands.exp: Make all test names unique.
3393 * gdb.base/condbreak.exp: Make all test names unique.
3394 * gdb.base/dbx.exp: Make all test names unique.
3395 * gdb.base/default.exp: Make all test names unique.
3396 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
3397 and TIMEOUT messages to their corresponding PASS message.
3398 * gdb.base/ending-run.exp: Make all test names unique.
3399 * gdb.base/long_long.exp: Remove duplicate test.
3400
3401 2001-05-21 Kevin Buettner <kevinb@redhat.com>
3402
3403 * gdb.base/finish.exp (finish_void): Allow "finish" command to
3404 stop on the call statement as well as the statement after the
3405 call.
3406
3407 2001-05-21 Michael Snyder <msnyder@redhat.com>
3408
3409 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
3410
3411 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
3412
3413 * gdb.base/completion.exp: Revamp test. Make it execute on all
3414 platforms.
3415
3416 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
3417
3418 * config/gdbserver.exp (gdb_load): Handle the case
3419 in which the arguments to gdbserver are given in the
3420 baseboard configuration file.
3421 Also handle the case in which the server needs to do a
3422 load.
3423
3424 2001-05-07 Keith Seitz <keiths@cygnus.com>
3425
3426 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
3427 set up the display for testing.
3428 (gdbtk_start): Convert all paths to paths that tcl will like.
3429 Export target information to environment.
3430 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
3431 necessary.
3432 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
3433 (to_tcl_path): New proc to convert a given pathname into
3434 a path acceptible as an argument to a tcl command.
3435 (_gdbtk_export_target_info): New proc to export target info
3436 into the environment for gdbtk testing.
3437 (gdbtk_done): New proc to signal end-of-test.
3438
3439 2001-05-06 Jim Blandy <jimb@redhat.com>
3440
3441 * restore.c: Make the code of caller0 correspond to its comment.
3442
3443 2001-05-03 Michael Snyder <msnyder@redhat.com>
3444
3445 * config/sid.exp (gdb_target_sid): Check for error messages.
3446 On error or timeout, don't make expect exit (which will terminate
3447 all subsequent tests); instead just make gdb exit.
3448 (gdb_load): Check for error messages. On error or timeout,
3449 return a negative value.
3450
3451 2001-04-24 Jim Blandy <jimb@redhat.com>
3452
3453 * gdb.c++/templates.exp: If we see the prompt for the overload
3454 list, but we haven't recognized any of the longer patterns,
3455 arrange for this test to fail, not hang.
3456
3457 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
3458 variations.
3459
3460 2001-04-22 Michael Chastain <chastain@redhat.com>
3461
3462 * gdb.c++/local.exp: Use the 'runto' library function.
3463 * gdb.c++/namespace.exp: Likewise.
3464 * gdb.c++/overload.exp: Likewise.
3465
3466 2001-03-26 Kevin Buettner <kevinb@redhat.com>
3467
3468 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
3469 * gdb.base/step-line.exp: New file. Test step/next in presence of
3470 #line directives.
3471 * gdb.base/step-line.c: New file. Test program for the above.
3472 * gdb.base/step-line.inp: New file. We pretend that this file has
3473 been transformed by some other tool into step-line.c.
3474
3475 2001-03-21 Jim Blandy <jimb@redhat.com>
3476
3477 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
3478 unmangled operator names.
3479
3480 2001-03-20 Jim Blandy <jimb@redhat.com>
3481
3482 * gdb.threads/linux-dp.exp: Recognize an additional message
3483 generated by GDB when it doesn't understand how to debug threads
3484 on the target system.
3485
3486 2001-03-19 Andrew Cagney <ac131313@redhat.com>
3487
3488 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
3489
3490 2001-03-12 Michael Chastain <chastain@redhat.com>
3491
3492 * gdb.c++/derivation.exp: Use the 'runto' library function.
3493
3494 2001-03-12 Michael Chastain <chastain@redhat.com>
3495
3496 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
3497
3498 2001-02-24 Michael Chastain <chastain@redhat.com>
3499
3500 * gdb.c++/ref-types.exp: Change handwritten code to library
3501 function 'runto'.
3502
3503 2001-03-16 Orjan Friberg <orjanf@axis.com>
3504
3505 * gdb.base/signals.exp: Set count to 0 explicitly.
3506
3507 2001-03-15 Mark Salter <msalter@redhat.com>
3508
3509 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
3510 (gdb_target_monitor): Add check of gdb_target_cmd return value.
3511 (gdb_load): Add support for additional target_info: gdb_download_size
3512 and gdb_load_timeout.
3513
3514 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
3515
3516 * gdb.base/annota1.exp: Move test of isnative to earlier in the
3517 file -- to prevent failing when the compile fails but we have no
3518 intention of running the tests anyway.
3519
3520 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
3521 tests if set.
3522
3523 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
3524 integers.
3525
3526 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
3527 * gdb.c++/namespace.exp: Ditto.
3528
3529 2001-03-07 Orjan Friberg <orjanf@axis.com>
3530
3531 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
3532 * gdb.base/pointers.exp: Relax pattern match of decimals.
3533
3534 2001-03-06 Kevin Buettner <kevinb@redhat.com>
3535
3536 * Makefile.in, config/abug.exp, config/cfdbug.exp,
3537 config/cpu32bug.exp, config/dve.exp, config/est.exp,
3538 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
3539 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
3540 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
3541 config/sh.exp, config/sid.exp, config/slite.exp,
3542 config/sparclet.exp, config/udi.exp, config/unknown.exp,
3543 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
3544 config/vxworks.exp, config/vxworks29k.exp,
3545 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
3546 gdb.base/all-bin.exp, gdb.base/annota1.exp,
3547 gdb.base/arithmet.exp, gdb.base/assign.exp,
3548 gdb.base/async.exp, gdb.base/attach.exp,
3549 gdb.base/bitfields.exp, gdb.base/bitops.exp,
3550 gdb.base/break.exp, gdb.base/call-ar-st.exp,
3551 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
3552 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
3553 gdb.base/commands.exp, gdb.base/completion.exp,
3554 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
3555 gdb.base/constvars.exp, gdb.base/corefile.exp,
3556 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
3557 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
3558 gdb.base/ending-run.exp, gdb.base/environ.exp,
3559 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
3560 gdb.base/finish.exp, gdb.base/foll-exec.exp,
3561 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
3562 gdb.base/funcargs.exp, gdb.base/help.exp,
3563 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
3564 gdb.base/logical.exp, gdb.base/long_long.exp,
3565 gdb.base/maint.exp, gdb.base/mips_pro.exp,
3566 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
3567 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
3568 gdb.base/pointers.exp, gdb.base/printcmds.exp,
3569 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
3570 gdb.base/regs.exp, gdb.base/relational.exp,
3571 gdb.base/remote.exp, gdb.base/reread.exp,
3572 gdb.base/restore.exp, gdb.base/return2.exp,
3573 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
3574 gdb.base/selftest.exp, gdb.base/setshow.exp,
3575 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
3576 gdb.base/sigall.exp, gdb.base/signals.exp,
3577 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
3578 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
3579 gdb.base/step-test.exp, gdb.base/structs.c,
3580 gdb.base/structs.exp, gdb.base/structs2.exp,
3581 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
3582 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
3583 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
3584 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3585 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
3586 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
3587 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
3588 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
3589 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
3590 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
3591 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
3592 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
3593 gdb.fortran/types.exp, gdb.java/jmisc.exp,
3594 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
3595 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
3596 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3597 gdb.trace/circ.exp, gdb.trace/collection.exp,
3598 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3599 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
3600 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
3601 gdb.trace/report.exp, gdb.trace/save-trace.exp,
3602 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
3603 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
3604 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
3605 notices.
3606
3607 2001-02-27 Michael Snyder <msnyder@cygnus.com>
3608
3609 * gdb.base/varargs.c (find_max_double): Fix printf format string:
3610 first arg is int not float.
3611
3612 2001-02-22 Michael Snyder <msnyder@cygnus.com>
3613
3614 * gdb.base/reread.exp: Unsupported for non-native targets;
3615 doesn't work for remote debugging.
3616
3617 2001-02-19 Fernando Nasser <fnasser@redhat.com>
3618
3619 From Drew Moseley <dmoseley@redhat.com>
3620 * gdb.base/ending-run.exp: Properly handle the BSP state when
3621 stepping past the end of main.
3622
3623 2001-02-19 John Moore <jmoore@redhat.com>
3624
3625 * gdb.base/commands.exp (infrun_breakpoint_command_test):
3626 Converted HPUX fix for non-expected items following multiple
3627 step commands into general solution for all platforms.
3628
3629 2001-02-18 Michael Chastain <chastain@redhat.com>
3630
3631 * gdb.c++/classes.exp (do_tests): Change runto statements
3632 from "runto 'foo(void)'" to "runto 'foo'". This makes the
3633 statements demangler agnostic.
3634 * gdb.c++/virtfunc.exp (do_tests): Likewise.
3635 (gdb_virtfunc_restart): Likewise.
3636
3637 2001-02-14 Michael Chastain <chastain@redhat.com>
3638
3639 * gdb.c++/inherit.exp (do_tests): Change runto statements
3640 from "runto 'foo(void)'" to "runto 'foo'". This makes the
3641 statements demangler agnostic.
3642
3643 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
3644
3645 * gdb.threads/pthreads.exp: Unify pass/fail messages for
3646 ``continue to bkpt at common_routine in thread 2'' and ``stopped
3647 before calling common_routine 15 times'' tests.
3648
3649 2001-02-11 Michael Chastain <chastain@redhat.com>
3650
3651 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
3652 Helps the test script figure out which demangler is in use.
3653 (dm_type_foo_ref): Ditto.
3654 (dm_type_int_star): Ditto.
3655 (dm_type_long_star): Ditto.
3656 (dm_type_unsigned_int): Ditto.
3657 (dm_type_void): Ditto.
3658 (dm_type_void_star): Ditto.
3659 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
3660 Probe the gdb demangler and set variables to accommodate
3661 formatting differences.
3662 (info_func_regexp): New function. Same as info_func, but
3663 matches against a regexp.
3664 (info_func): Match against a literal string.
3665 (print_addr_2): New function. Match against a literal string,
3666 which can be different from the input to gdb.
3667 (print_addr): Simply call print_addr_2 with the same argument twice.
3668 (test_lookup_operator_functions): Use demangler formatting variables.
3669 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
3670 the tests in the same order as the C++ class declaration.
3671 (test_paddr_operator_functions): Ditto.
3672 (test_paddr_overloaded_functions): Ditto.
3673 (test_paddr_hairy_functions): Use demangler formatting variables.
3674 Add reference to gdb/19 for related tests.
3675 (do_tests): Call probe_demangler.
3676
3677 2001-01-30 Kevin Buettner <kevinb@redhat.com>
3678
3679 * gdb.c++/templates.cc (printf): Remove unused function definition.
3680
3681 2001-01-26 Felix Lee <flee@redhat.com>
3682
3683 * sid.exp (sid_exit): Pass host, not target, to remote_close.
3684
3685 2001-01-25 matthew green <mrg@redhat.com>
3686
3687 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
3688 up sid.
3689 (sid_exit): Call `remote_pop_conn' after GDB is gone.
3690
3691 2001-01-25 matthew green <mrg@redhat.com>
3692
3693 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
3694 Deprecate $sid_spawn_id.
3695 (sid_exit): Remove code necessary only for `spawn.'
3696
3697 2001-01-25 matthew green <mrg@redhat.com>
3698
3699 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
3700
3701 2001-01-28 Michael Chastain <chastain@redhat.com>
3702
3703 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
3704 to call when tests fail. It takes gdb out of the overloaded
3705 function choice menu back to the main prompt, so that the test
3706 program stays synchronized.
3707 (set_bp_overloaded): New proc to collect all the common
3708 code for setting a breakpoint on an overloaded name. Calls
3709 take_gdb_out_of_choice_menu when needed.
3710 (menu_overload1arg): New variable to collect the repeated
3711 instances of the expected menu for an overloaded name. Change
3712 the regular expression to handle changes in g++ type encoding:
3713 "void" can be either "void" or "", and "unsigned int" can be
3714 either "unsigned int" or "unsigned".
3715 (continue_to_bp_overloaded): Change regular expressions to handle
3716 changes in g++ type encoding.
3717 (no proc): Call take_gdb_out_of_choice_menu when needed.
3718 Remove redundant calls to "info break". Accept either "canceled"
3719 or "cancelled". Change regular expressions in "info break"
3720 calls to handle changes in g++ type encoding. Give all tests
3721 unique strings.
3722
3723 2001-01-17 Ben Elliston <bje@redhat.com>
3724
3725 * config/sid.exp: New file.
3726
3727 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
3728
3729 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
3730
3731 2000-12-21 Michael Snyder <msnyder@cygnus.com>
3732
3733 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
3734 Add a RE to accept a non-ascii char if one is ever presented.
3735
3736 2000-12-20 Fernando Nasser <fnasser@redhat.com>
3737
3738 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
3739
3740 2000-12-18 Michael Snyder <msnyder@cygnus.com>
3741
3742 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
3743 in regexp. One '\' does not suffice on Linux.
3744
3745 2000-12-09 Michael Chastain <chastain@redhat.com>
3746
3747 * gdb.base/break.exp (test_clear_command): Use a marker function
3748 rather than 'main' for the test function. Also move this
3749 test to an execution point where the marker function names are
3750 guaranteed to be bound to functions. (Executing tests after a
3751 'finish' from main runs into name conflicts with local names
3752 in __libc_start_main).
3753
3754 2000-12-07 Michael Snyder <msnyder@cygnus.com>
3755
3756 * gdb.base/finish.exp: New test for gdb's "finish" command.
3757 * gdb.base/return2.exp: New test for gdb's "return" command.
3758 * gdb.base/return2.c: New source file for above.
3759
3760 2000-12-05 Michael Snyder <msnyder@cygnus.com>
3761
3762 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
3763 * gdb.base/miscexprs.exp: Ditto.
3764 * gdb.base/pointers.exp: Ditto.
3765 * gdb.c++/derivation.exp: Ditto.
3766 * gdb.c++/local.exp: Ditto.
3767 * gdb.c++/namespace.exp: Ditto.
3768 * gdb.c++/overload.exp: Ditto.
3769 * gdb.c++/ref-types.exp: Ditto.
3770
3771 2000-12-05 Michael Snyder <msnyder@cygnus.com>
3772
3773 * gdb.base/constvars.exp: Test result of "up" command.
3774 * gdb.base/miscexprs.exp: Ditto.
3775 * gdb.base/pointers.exp: Ditto.
3776 * gdb.base/scope.exp: Ditto.
3777 * gdb.c++/derivation.exp: Ditto.
3778 * gdb.c++/local.exp: Ditto.
3779 * gdb.c++/namespace.exp: Ditto.
3780 * gdb.c++/overload.exp: Ditto.
3781 * gdb.c++/ref-types.exp: Ditto.
3782
3783 2000-11-22 Michael Chastain <chastain@redhat.com>
3784
3785 * mips_pro.exp: Accept either "middle -> top -> main" or
3786 "middle -> main" in the backtrace, because gcc can optimize
3787 tail calls to jumps. Remove setup_xfail for the hppa case.
3788 Add a comment with the original warning messages from PR 3016,
3789 which was filed in 1993, to preserve them for posterity.
3790
3791 2000-11-17 Nick Duffek <nsd@redhat.com>
3792
3793 * lib/gdb.exp (gdb_test): Override timeout with board info.
3794
3795 2000-11-17 Nick Duffek <nsd@redhat.com>
3796
3797 * gdb.base/display.exp: Don't kill running stub. Add "again" to
3798 the second kill and detach messages.
3799
3800 2000-11-17 Nick Duffek <nsd@redhat.com>
3801
3802 * configure.in: Add AC_EXEEXT.
3803 * configure: Regenerate.
3804 * Makefile.in (just-check): Export EXEEXT.
3805 * lib/gdb.exp ($EXEEXT): Import from environment.
3806 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
3807 expect "maint dump-me" on Cygwin.
3808 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
3809 $EXEEXT.
3810
3811 2000-11-17 Nick Duffek <nsd@redhat.com>
3812
3813 * gdb.base/break.exp: Test backtrace and finish from called
3814 function on all platforms, not just HP-UX.
3815
3816 2000-11-03 Michael Snyder <msnyder@cygnus.com>
3817
3818 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
3819 code from gdb_target_monitor, so it can be used independantly
3820 for gdbserver. Also comment out an unnecessary PUTS.
3821
3822 2000-11-03 Michael Snyder <msnyder@cygnus.com>
3823
3824 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
3825 * gdb.base/corefile.exp: Expect the message "Program is being
3826 debugged already" when we send the "corefile" command, since
3827 the preceeding gdb_load may have connected gdb to a remote target.
3828 * gdb.base/display.exp: Disable hardware watchpoints if new
3829 board info variable "no_hardware_watchpoints" is true.
3830 Replace single-letter commands with more readable ones.
3831 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
3832 if new board info variable "no_hardware_watchpoints" is true.
3833 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
3834 to see if stdio (printf) testing is possible.
3835 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
3836 board info variable "no_hardware_watchpoints" is true. Use new
3837 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
3838
3839 2000-11-13 Fernando Nasser <fnasser@redhat.com>
3840
3841 From Orjan Friberg <orjanf@axis.com>:
3842 * gdb.base/printcmds.exp: Escape curly braces followed by a number
3843 in array print pattern match.
3844
3845 2000-11-09 Fernando Nasser <fnasser@redhat.com>
3846
3847 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
3848 spelling "cancelled" to U.S. spelling "canceled" to match changes
3849 made to gdb.
3850 * gdb.c++/ovldbreak.exp: Ditto.
3851
3852 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3853
3854 * gdb.base/callfuncs.c (main): Moved to end of file, call
3855 t_double_values to initialize the FPU before inferior calls are made.
3856 * gdb.base/callfuncs.exp: Test for register preservation after calling
3857 inferior functions. Add tests for continuining, finishing and
3858 returning from a stop in a call dummy.
3859
3860 2000-10-24 Michael Snyder <msnyder@cygnus.com>
3861
3862 * gdb.base/commands.exp: Break up long lines, and re-indent.
3863
3864 2000-10-19 Michael Snyder <msnyder@cygnus.com>
3865
3866 * config/gdbserver.exp: Rewritten from the ground up, to make it
3867 compatible with the current dejagnu tree, and to make it work with
3868 the new "gdbserver" in libremote.
3869
3870 2000-10-16 Michael Snyder <msnyder@cygnus.com>
3871
3872 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
3873 * gdb.base/varargs.exp: Skip entire test if no printf support.
3874 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
3875 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
3876
3877 2000-10-13 Michael Snyder <msnyder@cygnus.com>
3878
3879 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
3880 no floating point support.
3881 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
3882 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
3883 * gdb.base/call-rt-st.exp: Ditto.
3884 * gdb.base/call-strs.exp: Ditto.
3885
3886 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
3887
3888 * gdb.base/sizeof.c: include <stdio.h>.
3889
3890 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
3891 'finish', otherwise uncaptured gdb_prompt would potentially
3892 throw remaining test points out of sync.
3893
3894 2000-07-26 Scott Bambrough <scottb@netwinder.org>
3895
3896 * gdb.base/recurse.exp: Run tests for all targets.
3897 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
3898 gnu-oldld case on ARM.
3899 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
3900 for ARM targets.
3901
3902 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
3903
3904 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
3905 * gdb.java/configure: Rebuild.
3906
3907 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
3908
3909 * gdb.java/jv-exp.exp: New file.
3910
3911 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
3912
3913 * configure: Rebuilt.
3914 * configure.in (configdirs): Add gdb.java.
3915 * gdb.java/jmisc.java: New file.
3916 * gdb.java/jmisc.exp: New file.
3917 * gdb.java/Makefile.in: New file.
3918 * gdb.java/configure: Rebuilt.
3919 * gdb.java/configure.in: New file.
3920 * lib/java.exp: New file.
3921
3922 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
3923
3924 * gdb.base/exprs.exp: Test casts to a pointer including over and
3925 underflow.
3926
3927 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
3928
3929 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
3930 and the compilers sizes.
3931
3932 2000-07-09 Nick Duffek <nsd@redhat.com>
3933
3934 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
3935 (use_methods): New function.
3936 (main): Call use_methods().
3937 * gdb.c++/classes.exp (test_method_param_class): New procedure.
3938 (do_tests): Call test_method_param_class.
3939
3940 2000-07-09 Nick Duffek <nsd@redhat.com>
3941
3942 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
3943 spelling.
3944 (test_enums): New procedure. Move enum tests from end of script
3945 to here. Set breakpoint on function name instead of line number.
3946 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
3947 (enums2): New marker function.
3948 (enums1): New function.
3949 (main): Call enums1(). Move enum tests to enums1().
3950
3951 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
3952
3953 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
3954 compile/link program. Update line numbers.
3955 * gdb.asm/d10v.inc: Define ``startup''.
3956 * gdb.asm/asmsrc1.s: Add definition of _start.
3957
3958 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
3959
3960 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
3961
3962 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3963
3964 * gdb.base/maint.exp: Add 'maint print architecture' item to output
3965 of 'help maint print' command.
3966
3967 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
3968
3969 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
3970 they use gdb_expect_list.
3971
3972 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
3973
3974 * gdb.base/commands.exp: Use ``set remote
3975 memory-read-packet-size'' instead of ``set endian big'' to test
3976 long commands.
3977
3978 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
3979
3980 * gdb.c++/templates.exp (do_tests): Make all of these work under
3981 g++, and stop skipping them.
3982
3983 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
3984 work under g++.
3985
3986 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
3987 initialization.
3988
3989 2000-06-02 Michael Snyder <msnyder@cygnus.com>
3990
3991 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
3992 the regular expression: accept an (almost) arbitrary sequence of
3993 "frames-invalid" and "breakpoints-invalid" messages both before
3994 and after the "starting" message.
3995
3996 2000-06-02 Michael Snyder <msnyder@cygnus.com>
3997
3998 * gdb.c++/local.exp: This test has never been known to work with g++.
3999
4000 2000-05-18 Michael Snyder <msnyder@cygnus.com>
4001
4002 * gdb.base/annota1.exp (annotate-signal-handler-caller):
4003 Relax the regular expression a little, make it pass on Solaris 8.
4004
4005 2000-05-12 Kevin Buettner <kevinb@redhat.com>
4006
4007 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
4008 a call, do not require that gdb stop on the line after the call.
4009 Instead, it is permissible for gdb to stop on the line of the
4010 call itself.
4011
4012 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
4013
4014 * gdb.base/break.exp (bp on small function, optimized file):
4015 Add a second pass pattern. The behavior differs here between stabs
4016 and dwarf for one-line functions. Stabs preserves two line symbols
4017 (one before the prologue and one after) with the same line number,
4018 but dwarf regards these as duplicates and discards one of them.
4019 Therefore the address after the prologue (where the breakpoint is)
4020 has no exactly matching line symbol, and GDB reports the breakpoint
4021 as if it were in the middle of a line rather than at the beginning.
4022
4023 2000-05-08 Michael Snyder <msnyder@cygnus.com>
4024
4025 * gdb.base/interrupt.exp: Make "pass" message say "send"
4026 rather than "send_gdb" (for consistancy).
4027
4028 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4029
4030 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
4031 * gdb.c++/templates.cc: Properly check for GCC version number.
4032 * lib/compiler.cc: Likewise
4033
4034 2000-04-28 Michael Snyder <msnyder@cygnus.com>
4035
4036 * gdb.base/break.exp: When compiled with -O2 optimization,
4037 gdb may not stop at the first line of main, due to code motion.
4038
4039 2000-04-26 Michael Snyder <msnyder@cygnus.com>
4040
4041 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
4042 This test depends on parsing the printf output from the target.
4043 Since the sparclet stub doesn't do stdio, this will never work.
4044 * gdb.base/call-rt-st.exp: ditto.
4045 * gdb.base/call-strs: ditto.
4046
4047 2000-04-24 Michael Snyder <msnyder@cygnus.com>
4048
4049 * gdb.base/miscexprs.exp: make sizeof long array test portable.
4050
4051 * gdb.base/ending-run.exp: After connecting to a remote target,
4052 but before running, the target will appear to be in a random
4053 location. Specify both a file and a line for breakpoints.
4054 Also, the function that calls main may be called 'init'
4055 rather than 'start'.
4056
4057 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4058
4059 * gdb.base/help.exp: Update output for add-symbol-file command.
4060
4061 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
4062
4063 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4064 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
4065
4066 2000-04-07 J.T. Conklin <jtc@redback.com>
4067
4068 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
4069
4070 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
4071
4072 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
4073
4074 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
4075 values that can be represented exactly.
4076 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
4077 above change, and to not check against the directory part of the source
4078 file name.
4079 (step into print_long_arg_list): Likewise.
4080 (print print_small_structs from print_long_arg_list): Likewise.
4081 (print print_long_arg_list): Likewise.
4082
4083 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4084
4085 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
4086
4087 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
4088
4089 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
4090
4091 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
4092
4093 * gdb.base/commands.exp (deprecated_command_test): Add test for
4094 deprecate with no arguments.
4095
4096 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
4097
4098 * gdb.base/break.exp: Add new test for setting breakpoints on
4099 optimized code so we can test breakpoints work even when function
4100 prologues may be optimized away
4101
4102 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4103
4104 From David Whedon <dwhedon@gordian.com>
4105 * gdb.base/commands.exp : Added command deprecator tests.
4106
4107 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
4108
4109 * gdb.base/help.exp: Added test for new apropos command.
4110
4111 2000-03-21 Kevin Buettner <kevinb@redhat.com>
4112
4113 * gdb.base/pointers.c (usevar): New function.
4114 (main): Make sure that global variables v_int_pointer2, rptr,
4115 and y are all referenced someplace in the program by calling
4116 usevar() on them. [Some linkers delete symbols which are
4117 never referenced. The space remains, but there's no way to
4118 get a (symbolic) handle on the variable from the debugger.]
4119
4120 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4121
4122 * gdb.base/printcmds.c: Add typedeffed arrays.
4123
4124 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
4125 procedure to test arrays that are typedef'd.
4126
4127 2000-03-13 James Ingham <jingham@leda.cygnus.com>
4128
4129 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
4130 the library directories.
4131
4132 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
4133
4134 * configure.in (configdirs): Add sub directory gdb.mi.
4135 * configure: Re-generate.
4136
4137 * gdb.mi: New directory.
4138
4139 2000-02-25 Scott Bambrough <scottb@netwinder.org>
4140
4141 * gdb.base/long_long.exp: Correct test suite failure when printing
4142 a long long value as a double on ARM platforms.
4143
4144 2000-02-16 Jim Blandy <jimb@redhat.com>
4145
4146 * gdb.base/break.exp ("breakpoint line number"): Make sure the
4147 default source file is set properly before running this test.
4148
4149 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4150
4151 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
4152 gdbtk/library directory, not in gdbtcl2.
4153
4154 2000-02-04 Jim Blandy <jimb@redhat.com>
4155
4156 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
4157 backslash from regexp pattern.
4158
4159 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
4160 procedure. Use it to run all the "continue to bp overloaded"
4161 tests. Note that this changes the names of the tests slightly.
4162 If the breakpoint hit message includes a hex PC value, because
4163 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
4164 from the real source code, still consider that a pass.
4165
4166 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
4167 XFAIL here if the breakpoint message contains a hex address. Note
4168 similar change on 1999-11-02.
4169
4170 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
4171
4172 * gdb.base/ptype.exp: Establish a default source file before
4173 calling get_debug_format.
4174
4175 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
4176
4177 * gdb.base/watchpoint.exp: Remove duplication of test messages.
4178
4179 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4180
4181 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
4182 of successive stepi commands -- while in the prologue we should see
4183 the function entry bracket.
4184
4185 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4186
4187 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
4188 reach __change_mode() when stepping through the end of main().
4189
4190 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
4191
4192 * gdb.base/default.exp: Fix expected pattern.
4193 * gdb.base/help.exp: Same.
4194
4195 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4196
4197 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
4198 Don't use xfail's because that affects only the following test.
4199
4200 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
4201 solaris or linux.
4202
4203 * gdb.base/selftest.exp: Update to reflect changes to main.c.
4204
4205 2000-01-07 Michael Snyder <msnyder@cygnus.com>
4206
4207 * gdb.base/display.exp: Some yacc parsers like to say
4208 "A syntax error" rather than "A parse error". Accept both.
4209
4210 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
4211
4212 * gdb.base/default.exp: Remove OS dependent string from "target
4213 remote" test.
4214 * gdb.base/help.exp: Same for "help target remote" test.
4215
4216 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4217
4218 From Jim Kingdon <kingdon@redhat.com>:
4219
4220 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
4221 prompt (cleanup rather than necessity, but still might keep output
4222 from spilling to next test).
4223
4224 2000-01-02 Fred Fish <fnf@cygnus.com>
4225
4226 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
4227 AIX, which defines them in <sys/types.h>.
4228
4229 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
4230
4231 * gdb.base/default.exp: Match arm* etc instead of arm in "info
4232 float" test.
4233
4234 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
4235
4236 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
4237
4238 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
4239 outermost frame disallowed".
4240
4241 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
4242
4243 * gdb.base/setvar.exp: New tests for setting the value of a struct
4244 with a constant list.
4245
4246 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4247
4248 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
4249 require the user to type a cast before setting the value of a struct.
4250
4251 1999-12-06 Jim Blandy <jimb@cygnus.com>
4252
4253 * gdb.base/default.exp: Expect the new 'info float' command on
4254 all i386 platforms.
4255
4256 * gdb.threads/linux-dp.exp: Expand our ability to recognize
4257 LinuxThreads libraries that don't support debugging.
4258
4259 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4260
4261 * gdb.base/remote.c: Fill the buffer with truely random data.
4262 Change the buffer type to ``unsigned char'' to simplify size
4263 arithmetic.
4264
4265 * gdb.base/remote.exp: Reduce download numbers by one. Typical
4266 stub only handles 400-1 byte packets. Verify that the download
4267 worked.
4268
4269 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
4270
4271 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
4272 tests, using UNRESOLVED for the untested cases. Also, does not wait
4273 for a timeout if the prompt was received before a recognizable pattern.
4274
4275 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
4276
4277 * lib/gdb.exp (gdb_expect_list): Fix spelling.
4278
4279 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4280
4281 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
4282 watchpoints.
4283
4284 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
4285
4286 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
4287
4288 * gdb.c++/local.exp: Be more flexible in recognizing local class
4289 name mangling. Don't allow horribly truncated method names.
4290 * gdb.c++/derivation.exp: Expect protected inheritance.
4291 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
4292 * gdb.c++/virtfunc.exp: Likewise.
4293 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
4294 when printing a nested enum.
4295
4296 1999-11-22 Jim Blandy <jimb@cygnus.com>
4297
4298 * gdb.base/step-test.exp: Properly await GDB's response to setting
4299 a breakpoint on the call to large_struct_by_value.
4300
4301 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
4302 just because we have debug info for the `start' function.
4303
4304 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
4305
4306 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
4307 "Unknown signal" messages, which indicate (on LinuxThreads) that
4308 GDB doesn't know how to debug threads on this system. This is
4309 better than hanging while philosopher 0 dumps chatter into gdb.log.
4310
4311 1999-11-18 Tom Tromey <tromey@cygnus.com>
4312
4313 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
4314
4315 1999-11-18 Fred Fish <fnf@cygnus.com>
4316
4317 * gdb.base/coremaker2.c: Add sample program for generating
4318 cores that is more self contained than coremaker.c. Eventually
4319 I'll add more code to this and tie it into the testsuite.
4320
4321 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
4322
4323 * gdb.base/dollar.exp: Remove, now in gdb.hp.
4324
4325 1999-11-10 Jimmy Guo <guo@cup.hp.com>
4326
4327 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
4328 from $srcdir/lib/.
4329 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
4330 and gdb.c++/.
4331
4332 * gdb.c++/derivation.exp: remove redundant get compiler info code.
4333
4334 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4335 'continue with watch' test point.
4336
4337 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
4338
4339 Merged from p2linux-990323-branch:
4340
4341 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
4342
4343 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
4344
4345 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
4346 {limit,fixed}''. Test ``set download-write-size''.
4347
4348 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
4349
4350 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
4351 gdb_expect_list.
4352
4353 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
4354
4355 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
4356
4357 1999-11-03 Mark Salter <msalter@cygnus.com>
4358
4359 * gdb.base/break.exp: Fix "stub continue" pattern.
4360
4361 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
4362
4363 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
4364
4365 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
4366
4367 * gdb.base/display.exp ("finish"): Add timeout clause.
4368
4369 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
4370 plain prompt clause, so this doesn't have to time out in order to
4371 fail.
4372
4373 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
4374 breakpoint hit messages include an address.
4375
4376 * gdb.base/display.exp: Don't forget to escape parens in regular
4377 expressions. Unix regexp notatation sucks.
4378
4379 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4380
4381 * gdb.base/annota1.exp: Test for annotate-signalled: change output
4382 order for 'signalled' message.
4383
4384 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
4385
4386 From Jimmy Guo <guo@cup.hp.com>:
4387 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
4388 * gdb.base/annota1.c: Add code for tests to work with.
4389
4390 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
4391
4392 * gdb.base/remote.exp: New test for remote downloading settings.
4393 * gdb.base/remote.c: New file with large .data.
4394
4395 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
4396
4397 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
4398 for LinuxThreads support, merged from the Code Fusion branch.
4399
4400 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
4401
4402 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
4403 containing exp_continue into a while within an expect. Don't
4404 attempt a start more than three times. Check return value from
4405 gdb_load.
4406
4407 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
4408
4409 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
4410 a pass case.
4411
4412 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
4413
4414 * gdb.base/break.c (main): Added a statement that we can step
4415 off of.
4416 * gdb.base/break.exp: Added tests for setting a breakpoint
4417 at an offset and stepping onto a breakpoint.
4418
4419 1999-10-01 Fred Fish <fnf@cygnus.com>
4420
4421 * gdb.base/help.exp (help add-symbol-file): Update to match current
4422 gdb output.
4423
4424 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
4425
4426 * gdb.base/break.exp: Code locations are in hex, don't forget!
4427 (For HP-UX.)
4428
4429 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
4430
4431 * condbreak.exp: Use break.c as test program.
4432 * condbreak.c: Remove, redundant with break.c.
4433
4434 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
4435
4436 * config/monitor.exp (gdb_target_monitor): Disable X- and
4437 Z-packets if the target needs it.
4438
4439 1999-09-13 James Ingham <jingham@leda.cygnus.com>
4440
4441 * gdb.c++/overload.exp: Added tests for listing overloaded
4442 functions with function pointers in the arg, explicitly calling
4443 out the version you want.
4444
4445 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
4446
4447 * long_long.exp: Add variations of test cases that work for
4448 targets with 16-bit ints and 32-bit doubles.
4449
4450 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
4451
4452 * break.c (main): Compare a possibly-uninitialized argc with an
4453 unlikely value that fits in 16 bits.
4454
4455 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4456
4457 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
4458 0xfeeb, don't want negative numbers if ints are 16 bits.
4459
4460 * lib/gdb.exp (skip_cplus_tests): New proc.
4461 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
4462 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
4463 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
4464 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
4465 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
4466 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
4467 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
4468 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
4469
4470 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
4471
4472 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
4473
4474 * gdb.base/corefile.exp (up): Allow a parameter to appear
4475 in the frame that we're going up to.
4476
4477 From Jim Blandy <jimb@cygnus.com>:
4478
4479 * gdb.base/default.exp (info float): Expect some output now.
4480
4481 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
4482 returning floating-point values to fail on the x86.
4483 * gdb.base/callfwmall.exp (do_function_calls): Same.
4484
4485 * gdb.base/list.exp (test_listsize): Correct expectations for
4486 listing line 1 with listsize 2. Also, listing a single line
4487 works now, as does listing three lines. [Kevin's note: There
4488 were a number of other cases fixed too where the expectations
4489 differed...]
4490
4491 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
4492
4493 * gdb.base/selftest.exp: Add case for when version prints as
4494 constant string instead of char pointer.
4495
4496 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
4497
4498 * gdb.base/ending-run.exp: Add Solaris case for what happens when
4499 stepping out of main.
4500
4501 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
4502 G++ used.
4503
4504 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
4505 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
4506
4507 * gdb.c++/ovldbreak.exp: Update match string in test that
4508 includes a warning of multiple breakpoints.
4509
4510 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
4511
4512 * gdb.base/display.exp: Improve precision of step-after-finish
4513 added yesterday.
4514
4515 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
4516 test.
4517
4518 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
4519 configs when using G++, not just hppa*.
4520
4521 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4522
4523 * gdb.base/async.c: New file.
4524 * gdb.base/async.exp: New file.
4525
4526 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
4527
4528 * gdb.base/break.exp: Tweak PA specific tests to properly handle
4529 PA64.
4530
4531 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
4532
4533 * gdb.base/display.exp: "finish" can leave us mid-line on many
4534 targets, deal with it. Add a small constant to main, instead of
4535 1000 since main+1000 may not be a valid address in the target.
4536
4537 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
4538 on hpux11.
4539
4540 * gdb.base/attach.exp: Handle another hpux11 error message variant
4541 when attaching to a process that does not exist.
4542
4543 1999-08-19 J.T. Conklin <jtc@redback.com>
4544
4545 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
4546 characters in 'continue to 1241' test.
4547
4548 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4549
4550 * gdb.base/call-ar-st.exp: Add a shorter match case for the
4551 stop in print_long_arg_list, define and use a whitespace
4552 variable in print_small_structs test, add an XFAIL for Solaris.
4553 * gdb.base/dbx.exp: XFAIL func commands until somebody is
4554 interested enough to fix.
4555
4556 1999-08-13 Keith Seitz <keiths@cygnus.com>
4557
4558 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
4559 (dbx_gdb_load): Remove. Use gdb_load instead, since that
4560 proc knows about targets other than the natives.
4561 (test_assign): Use "gdb_run_cmd" to "run" the target.
4562 Check that we've actually hit the breakpoint at main.
4563 When we attempt to assign a value to a local variable, check
4564 that the variable is in the current scope, i.e., don't use
4565 a test with an empty result.
4566
4567 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
4568
4569 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
4570 command.
4571
4572 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
4573
4574 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4575 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
4576 gdb.compat, gdb.threads-hp.
4577 gdb.hp/configure, gdb.hp/configure.in: New files.
4578 gdb.hp/Makefile.in: Recurse into new subdirs.
4579 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
4580 gdb.hp/gdb.objdbg: New directory, tests for debugging info
4581 in object files.
4582 gdb.hp/tools: New directory, aux tools for HP-specific tests.
4583
4584 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
4585
4586 * gdb.base/display.exp: Help expect by putting a newline in the
4587 funky printf, remove a bogus p/a test.
4588
4589 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4590
4591 * gdb.base/display.exp: Make sure that when we say 'run', we are
4592 connected to the target. This is necessary when running not
4593 natively.
4594
4595 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
4596
4597 * gdb.base/step-test.exp: Removed some extraneous messages.
4598
4599 * gdb.base/long_long.exp: Don't run memory examination tests
4600 on little-endian targets (they will need a different set of
4601 results to match).
4602
4603 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
4604
4605 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
4606 until somebody decides to fix GDB.
4607
4608 * gdb.base/long_long.c: Stop compiler complaint by specifying long
4609 constant as "ULL".
4610 * gdb.base/long_long.exp: Loosen x/c test, add partial result
4611 matches for a couple x/2 commands.
4612
4613 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
4614
4615 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
4616 by merging in ref-types2 tests.
4617 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
4618
4619 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4620 * gdb.c++/Makefile.in: Add standard actions.
4621 (EXECUTABLES): Rename from PROGS, update list.
4622 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
4623 from gdb.hp.
4624 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
4625 foo and bar locals.
4626 * gdb.c++/anon-union.exp: Fix tests to match.
4627 * gdb.c++/classes.exp: Run if HP compiler used, add extra
4628 expect matches to handle output variations.
4629 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
4630 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
4631 output, add HP alternatives for new and delete prints.
4632 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
4633 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
4634 * gdb.c++/demangle.exp: Use $style when reporting failure.
4635 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
4636 * gdb.c++/inherit.exp: Run if HP compiler used, add some
4637 match alternatives.
4638 * gdb.c++/local.exp: Add match alternatives or xfails for HP
4639 compilers.
4640 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
4641 * gdb.c++/method.exp: Add match alternatives.
4642 * gdb.c++/misc.cc: Add bool types.
4643 * gdb.c++/misc.exp: Add tests for bool types.
4644 * gdb.c++/overload.exp: Add xfails.
4645 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
4646 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
4647 add some more template parameter tests (only for HP currently).
4648 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
4649 * gdb.c++/virtfunc.cc: Add return type and value for main.
4650 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
4651 match alternatives.
4652
4653 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4654
4655 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
4656
4657 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
4658
4659 * gdb.base/signals.exp: Don't expect getting a backtrace from
4660 within a signal handler to fail on Linux.
4661
4662 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
4663
4664 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4665 * lib/gdb.exp: Remove some gratuitious semicolons.
4666 (delete_breakpoints): Increase timeout.
4667 (gdb_expect): Add -notransfer option.
4668 (gdb_test): Use -notransfer option.
4669 (get_compiler_info): Add f77 case.
4670 (get_compiler): New proc, split out from gdb_preprocess, add f77
4671 case.
4672 (gdb_preprocess): Call get_compiler.
4673
4674 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
4675 * gdb.base/attach.exp, gdb.base/display.exp,
4676 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
4677 gdb.base/long_long.exp, gdb.base/printcmds.exp,
4678 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
4679 third arg to gdb_test.
4680 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
4681 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
4682 HP-UX xfails, add others.
4683 * gdb.base/completion.exp: Reflect name change of self-test.
4684 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
4685 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
4686 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
4687 HP failure number.
4688 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
4689 useless HP-UX 10.30 references.
4690 * gdb.base/maint.exp: Loosen matches.
4691 * gdb.base/pointers.c (main): Declare more_code.
4692 * gdb.base/pointers.exp: Match on output of a `next'.
4693 * gdb.base/structs.c: Add prototypes.
4694 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
4695 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
4696
4697 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4698
4699 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
4700 command.
4701
4702 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4703
4704 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
4705 Fix run to main failures. Watchpoint can be hardware watchpoint.
4706
4707 * gdb.base/annota1.exp: Clean up some more, in case printf has
4708 debug info. Deal with lack of signal hanlder info in stack.
4709
4710 From Jim Kingdon <kingdon@redhat.com>:
4711 * gdb.base/annota1.exp: If printf has debug info, deal with it.
4712
4713 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
4714
4715 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
4716 gdb.base/foll-vfork.exp: Don't run for crosses.
4717
4718 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4719
4720 * gdb.base/configure.in: Check for gdbvars.exp instead of
4721 a1-selftest.exp.
4722 * gdb.base/configure: Re-generate.
4723
4724 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
4725
4726 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
4727 in trying to run first and name is too long.
4728
4729 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
4730 pointers2.c and pointers2.exp, respectively.
4731 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
4732 doschk happier.
4733
4734 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
4735
4736 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
4737 callfuncs2.c and callfuncs2.exp.
4738
4739 * gdb.base/list.exp: Remove mistaken xfails.
4740 * gdb.base/list0.h: Add optional prototypes.
4741
4742 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
4743
4744 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
4745 calling malloc.
4746 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
4747 * ptype.exp: Move test for get_debug_format to before its first
4748 use.
4749
4750 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4751
4752 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
4753 * gdb.base/annota2.cc, annota2.exp: Move from here.
4754 * gdb.c++/annota2.cc, annota2.exp: To here.
4755 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
4756
4757 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4758
4759 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
4760 a consistent format.
4761
4762 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
4763
4764 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4765 * lib/gdb.exp (get_compiler_info): Add detection for assorted
4766 HP compilers, also set the globals $true and $false.
4767
4768 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
4769 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
4770 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
4771 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
4772 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
4773 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
4774 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
4775 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
4776 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
4777 whatis.c} Add C++ compatible function definitions and return
4778 types, add includes for library functions.
4779 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
4780 * gdb.base/step-test.c (myglob): Rename from glob.
4781 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
4782 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
4783 files, move here from gdb.hp.
4784 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
4785 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
4786 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
4787 Adjust line numbers in regexps.
4788
4789 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
4790 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
4791 instead of 0/1.
4792
4793 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
4794 foll-vfork.exp: New files, move here from gdb.hp.
4795 * gdb.base/page.exp: New file, test of pagination command.
4796
4797 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
4798 recursion test.
4799 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
4800
4801 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
4802 gdb.base/solib.exp: Fix compiler invocation process.
4803
4804 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
4805 HP-UX 11, turn off overload resolution explicitly.
4806 * gdb.base/commands.exp: Set argument list explicitly, add
4807 watchpoint test.
4808 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
4809 them work.
4810 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
4811 expressions properly.
4812 * gdb.base/corefile.exp: Loosen the match slightly.
4813 * gdb.base/default.exp: Allow "Error accessing memory" message
4814 also.
4815 * gdb.base/display.exp: Skip over x/0 j if PA64.
4816 * gdb.base/funcargs.exp: Add xfails for HP-UX.
4817 * gdb.base/interrupt.exp: Ditto.
4818 * gdb.base/langs.exp: Add symbolic matches governed by compiler
4819 in use.
4820 * gdb.base/list.exp: Add xfails for HP-UX.
4821 * gdb.base/long_long.exp: Refine some of the numeric matches.
4822 * gdb.base/mips_pro.exp: Xfail on HP-UX.
4823 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
4824 * gdb.base/nodebug.exp: Succeed on more varieties of output.
4825 * gdb.base/opaque.exp: Remove some HP-UX xfails.
4826 * gdb.base/ptype.exp: Succeed on more varieties of output.
4827 * gdb.base/scope.exp: Add xfails for HP-UX.
4828 * gdb.base/sect-cmd.exp: Add more cases.
4829 * gdb.base/setvar.exp: Add xfails for HP-UX.
4830 * gdb.base/shlib-call.exp: Loosen some matches slightly.
4831 * gdb.base/signals.exp: Match on void symbolically.
4832 * gdb.base/step-test.exp: Add case for PA64.
4833 * gdb.base/term.exp: Add exit and restart.
4834 * gdb.base/twice.exp: Clean up after self.
4835 * gdb.base/varargs.exp: Disable overload resolution explicitly.
4836 * gdb.base/whatis.exp: Allow more ways to pass tests.
4837
4838 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
4839 no longer useful.
4840
4841 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
4842
4843 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
4844 list of patterns.
4845 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
4846 print_double_array(double_array)", "continuing to breakpoint
4847 1018", "print print_double_array(array_d)" and "continuing to
4848 1034" tests.
4849
4850 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
4851
4852 * Makefile.in: Add empty html and install-html targets.
4853
4854 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
4855
4856 * config/mt-*: Remove, these haven't been used since 1996.
4857
4858 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
4859
4860 * gdb.base/call-strs.c, gdb.base/ending-run.c,
4861 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
4862 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
4863
4864 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
4865
4866 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
4867 simpler match case for the ptype of the big class.
4868
4869 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4870
4871 * gdb.exp: Fix test for gdb_prompt existence.
4872
4873 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4874
4875 * gdb.exp (gdb_test): Add fail after calls to perror.
4876
4877 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4878
4879 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
4880
4881 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
4882
4883 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
4884
4885 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
4886
4887 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
4888 malloc() is linked in.
4889
4890 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4891
4892 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
4893 step at end.
4894
4895 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
4896
4897 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
4898
4899 * gdb.java/jv-print.exp: New file. (Our first Java test!)
4900
4901 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
4902
4903 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
4904 * gdb.base/mips_pro.exp: Likewise.
4905
4906 1999-06-02 Keith Seitz <keiths@cygnus.com>
4907
4908 * gdb.c++/templates.cc: Change all "new" operators to throw
4909 an exception.
4910 * gdb.c++/cplusfuncs.cc: Likewise.
4911
4912 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
4913
4914 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
4915
4916 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
4917 * gdb.base/ending-run.exp: When stepping out of main, accept a
4918 step into an arbitrary assembler file.
4919
4920 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4921
4922 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
4923 "breakpoint-invalid" to be printed.
4924 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
4925 number of "frames-invalid" and "breakpoint-invalid" to be printed.
4926 * gdb.base/annota2.cc: Initialize a.x to 0.
4927
4928 1999-05-17 Keith Seitz <keiths@cygnus.com>
4929
4930 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
4931 when "skip_float_tests" set.
4932 Ditto for "print print_double_array(array_d)", "print print_small_structs",
4933 "print print_ten_doubles", and "step into print_long_arg_list".
4934 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
4935 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
4936 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
4937 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
4938 "skip_float_tests" is set.
4939 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
4940 when "skip_float_tests" set.
4941
4942 1999-05-06 Keith Seitz <keiths@cygnus.com>
4943
4944 * gdb.base/annota2.cc: Include stdio.h.
4945
4946 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
4947
4948 * gdb.base/crossload.exp: Remove, this has been disabled ever
4949 since BFD stopped including all targets, and cross-GDB gets
4950 plenty of testing anyway.
4951 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
4952 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
4953 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
4954 * gdb.base/README: Remove, was doc for this.
4955 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
4956 needed.
4957
4958 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4959
4960 * gdb.base/call-ar-st.exp: Fix one regular expression in test
4961 output.
4962
4963 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
4964 * gdb.base/annota2.exp: New file. More annotation tests.
4965 * gdb.base/annota1.c: New file. Source file for annota1.exp.
4966 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
4967
4968 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
4969
4970 * config/cfdbug.exp: New file.
4971
4972 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
4973
4974 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
4975 Marcus Daniel's and Dale Hawkins's demangler crashes.
4976
4977 * gdb.c++/demangle.exp (test_gnu_style_demangling,
4978 test_lucid_style_demangling, test_arm_style_demangling,
4979 test_hp_style_demangling): Try Tom Tromey's core-dumping
4980 identifier under each demangling style.
4981
4982 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
4983
4984 * gdb.c++/demangle.exp: Include the current demangling style
4985 in all test names.
4986 (current_demangling_style): New global variable.
4987 (set_demangling_style, test_demangling_core, test_demangling,
4988 test_demangling_exact): New functions.
4989 (test_gnu_style_demangling, test_lucid_style_demangling,
4990 test_arm_style_demangling, test_hp_style_demangling): Use those,
4991 instead of calling gdb_test and gdb_test_exact directly.
4992 (catch_demangling_errors): New function, which reports errors
4993 signalled by the demangling test functions in an orderly way.
4994 (do_tests): Use catch_demangling_errors.
4995
4996 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
4997
4998 * gdb.base/signals.exp (test_handle_all_print): Use () for
4999 grouping in expressions, not {}.
5000
5001 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
5002 initialized yet.
5003
5004 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
5005
5006 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
5007 are listed.
5008
5009 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
5010
5011 * gdb.stabs/weird.exp: Test for CC being defined before
5012 looking at its value.
5013
5014 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
5015
5016 * gdb.base/call-ar-st.exp: Remove stray '#'.
5017 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
5018 "short int" and "long int".
5019 * gdb.c++/overload.cc: Cast the string added in the previous
5020 change, to mollify finicky HP compiler.
5021 * gdb.hp/reg-test.exp (testfile): Fix file name.
5022 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
5023
5024 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
5025 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
5026 alternate form of enum ptype.
5027
5028 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
5029
5030 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
5031 * gdb.hp/*.exp: Change all to run compiler probe only after
5032 passing skip_hp_tests, so as not to waste time on guaranteed
5033 failure.
5034
5035 * gdb.c++/overload.cc: Pass string instead of char addr, always
5036 init ccpfoo.
5037 * gdb.c++/templates.cc: Fix syntax error.
5038
5039 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5040
5041 * gdb.base/commands.exp: Add test for correct position of '>'
5042 when issuing the 'commands' command after a 'while' or 'if'
5043 command.
5044
5045 1999-03-18 James Ingham <jingham@cygnus.com>
5046
5047 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
5048
5049 * gdb.c++/method.exp: It was testing an uninitialized int on the
5050 stack and assuming it was positive.
5051
5052 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
5053
5054 * gdb.base/step-test.exp: Catch a case where finish is broken and
5055 keep it from killing the rest of the tests.
5056 Use gdb_continue_to_end.
5057
5058 * gdb.base/sigall.exp: use gdb_continue_to_end.
5059
5060 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
5061
5062 * gdb.base/display.exp: use runto_main, not run.
5063
5064 * gdb.base/default.exp: Check for the current error message in the
5065 r abbreviation test.
5066 Add strongarm to the targets that know info float.
5067
5068 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
5069 run which doesn't work with monitors.
5070
5071 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
5072
5073 * gdb.base/break.exp: use the gdb_continue_to_end proc.
5074
5075 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
5076 program. Traps the case (in Cygmon) when the program never really
5077 exits. Same as Mark's continue_to_exit, but I had put it in a lot
5078 more places, so I used my name. Sorry Mark...
5079
5080 * config/monitor.exp (gdb_target_monitor): added another
5081 target_info parameter: remotebinarydownload. This will set the
5082 remotebinarydownload flag if this is causing some boards trouble.
5083
5084 1999-03-18 Mark Salter <msalter@cygnus.com>
5085
5086 * lib/gdb.exp (continue_to_exit): New function.
5087
5088 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
5089 * gdb.base/ending-run.exp: Ditto.
5090 * gdb.base/step-test.exp: Ditto.
5091
5092 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
5093
5094 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
5095 (suggested by Art Haas <ahaas@neosoft.com>).
5096
5097 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
5098
5099 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
5100
5101 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
5102
5103 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
5104 descriptions of types (short unsigned int vs unsigned short, etc).
5105
5106 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
5107
5108 * gdb.base/call-strs.exp: Don't assume that `step' will step over
5109 a call to strlen; sometimes we do have sources.
5110
5111 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5112
5113 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
5114 character, so GDB won't print garbage after its end.
5115
5116 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
5117 breakpoint there instead. Sometimes GCC emits memcpy to handle
5118 the large structures being passed by value, so we step into that
5119 instead of sum_array_print, which obscures what we're really testing.
5120 * gdb.base/step-test.exp: However, we do want a test that notices
5121 the bizarre steps into memcpy, so do that here. Add check for
5122 stepping into function calls that pass large structures by value.
5123 ("Is that a noun clause, or are you just happy to see me?")
5124 Remove all references to specific line numbers.
5125 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
5126 New type and function.
5127 (main): Call large_struct_by_value, passing it a large struct by value.
5128 * lib/gdb.exp (gdb_get_line_number): New function.
5129
5130 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
5131 more portable.
5132
5133 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5134
5135 * lib/gdb.exp: Doc fixes.
5136
5137 1999-03-05 Nick Clifton <nickc@cygnus.com>
5138
5139 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
5140
5141 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
5142
5143 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
5144 commands. They're not germane to this test, and they don't work
5145 that way on remote targets.
5146
5147 1999-03-01 James Ingham <jingham@cygnus.com>
5148
5149 * Changelog entries merged over from gdb development branch.
5150
5151 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
5152
5153 * lib/gdb.exp (gdbtk_analyze_results): Generic function
5154 for outputting results of test run.
5155
5156 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
5157
5158 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
5159
5160 1999-02-25 Felix Lee <flee@cygnus.com>
5161
5162 * lib/gdb.exp (debug_format): initialize
5163
5164 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
5165
5166 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
5167 * gdb.base/call-rt-st.c: Ditto.
5168
5169 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
5170
5171 * gdb.threads/pthreads.exp (horiz): New variable.
5172 (test_startup): Fix regexps that capture thread numbers.
5173
5174 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
5175
5176 * gdb.base/smoke.exp: Disambiguate two test case names (both
5177 called ``print'').
5178
5179 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5180
5181 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
5182 compilation.
5183
5184 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5185
5186 * gdb.base/miscexprs.exp: Change patterns to match GDB's
5187 actual output formatting.
5188 * gdb.base/smoke.exp: GDB removes leading 0's.
5189 * gdb.base/volatile.exp: Don't check type of remuneration;
5190 that variable is no longer defined in constvars.c.
5191 * gdb.base/step-test.c (main): Exit with explicit exit code.
5192 * gdb.base/step-test.exp: Remove two nexti checks--they are
5193 not portable.
5194
5195 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5196
5197 * gdb.base/help.exp ("help delete display"): Fix test to match
5198 gdb's output.
5199
5200 * gdb.base/long_long.c (known_types): Initialize values to zero.
5201 * gdb.base/long_long.exp: Step one more line
5202 so 'dec' is initialized in "get to known place". GDB removes
5203 leading zeros. Explicitly ask for hex formatting. Use
5204 unique test case names.
5205
5206 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5207
5208 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
5209
5210 * gdb.c++/method.exp: Add missing close brace.
5211
5212 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
5213
5214 * gdb.base/maint.exp: Use 'set height 0' to disable page
5215 prompting, not 'set height 400'.
5216
5217 Fix a bunch of timeouts.
5218 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
5219 four separate tests, so expect doesn't take forever to match a ton
5220 of text against a regexp with lots of .* forms.
5221 ("maint print psymbols", "maint print symbols"): Make some of
5222 these greps more selective, so that expect doesn't try to wade
5223 through huge piles of output and time out.
5224
5225 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
5226
5227 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
5228 tests: one which doesn't expect shlib events to be reported, and
5229 another which does, but is XFAIL for all platforms other than
5230 HP/UX.
5231
5232 * gdb.base/break.exp: Teach the test suite that the `catch
5233 fork', `catch vfork', and `catch exec' commands produce error
5234 messages on platforms that don't provide these features.
5235
5236 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5237
5238 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
5239 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
5240 (shortening names from solib_threshold.exp etc), won't run on
5241 anything but HP-UX for the foreseeable future.
5242 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
5243 reflect move.
5244
5245 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
5246
5247 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
5248 gdb.trace/Makefile.in (clean): Remove all test executables.
5249
5250 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
5251
5252 * gdb.base/shlib-call.exp: add test cases to verify that gdb
5253 successfully re-sets breakpoints in shared libraries.
5254 * gdb.base/shmain.c (main): return 0, don't fall off the end.
5255
5256 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5257
5258 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
5259 and compiled w/o GCC.
5260
5261 * gdb.hp/watch-cmd.exp: ditto.
5262
5263 * gdb.hp/watch-hp.exp: ditto.
5264
5265 * gdb.hp/xdb1.exp: ditto.
5266
5267 * gdb.hp/xdb2.exp: ditto.
5268
5269 * gdb.hp/dbx.exp: ditto.
5270
5271 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
5272
5273 * constvars.c: Remove C++-isms.
5274 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
5275 with GCC.
5276
5277 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
5278
5279 The following changes are part of the HP merge.
5280
5281 * gdb.base/break.exp: new tests to verify that catchpoints for
5282 fork, vfork, and exec don't trigger inappropriately.
5283
5284 * gdb.base/opaque.exp: compile one file at a time, then link.
5285
5286 * gdb.base/signals.exp: be more restrictive about which hppa
5287 systems receive a setup_xfail. new tests.
5288
5289 * gdb.base/solib_threshold.build: new file.
5290 * gdb.base/solib_threshold.exp: new file.
5291 * gdb.base/solib_threshold.link_opts: new file.
5292 * gdb.base/solib_threshold.mk: new file.
5293 * gdb.base/gen_solib_threshold.c: new file.
5294
5295 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
5296 tests. New tests for enums inside classes.
5297
5298 * gdb.c++/compiler.cc: indicate support of template debugging.
5299
5300 * gdb.c++/demangle.exp: run hp style demangling tests.
5301
5302 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
5303 tests.
5304
5305 * gdb.c++/misc.cc: changes to support new tests.
5306
5307 * gdb.c++/templates.cc: changes to support HP's compiler; changes
5308 to support new tests.
5309
5310 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
5311 gcc, then skip these tests.
5312
5313 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
5314
5315 The following files are part of the HP merge; some had longer
5316 names at HP, but have been renamed to be no more than 14
5317 characters in length.
5318
5319 * gdb.hp/ambiguous.cc: new file.
5320 * gdb.hp/ambiguous.exp: new file.
5321 * gdb.hp/attach.exp: new file.
5322 * gdb.hp/attach2.exp: new file.
5323 * gdb.hp/classes-hp.exp: new file.
5324 * gdb.hp/ctti.exp: new file.
5325 * gdb.hp/ctti-add.cc: new file.
5326 * gdb.hp/ctti-add1.cc: new file.
5327 * gdb.hp/ctti-add2.cc: new file.
5328 * gdb.hp/ctti-add3.cc: new file.
5329 * gdb.hp/dbx.exp: new file.
5330 * gdb.hp/exception.cc: new file.
5331 * gdb.hp/exception.exp: new file.
5332 * gdb.hp/foll-exec.c: new file.
5333 * gdb.hp/foll-exec.exp: new file.
5334 * gdb.hp/foll-fork.c: new file.
5335 * gdb.hp/foll-fork.exp: new file.
5336 * gdb.hp/foll-vfork.c: new file.
5337 * gdb.hp/foll-vfork.exp: new file.
5338 * gdb.hp/inherit-hp.exp: new file.
5339 * gdb.hp/more-steps.exp: new file.
5340 * gdb.hp/namespace.cc: new file.
5341 * gdb.hp/namespace.exp: new file.
5342 * gdb.hp/optimize.exp: new file.
5343 * gdb.hp/pxdb.c: new file.
5344 * gdb.hp/pxdb.exp: new file.
5345 * gdb.hp/quicksort.exp: new file.
5346 * gdb.hp/reg-test.exp: new file.
5347 * gdb.hp/reg-test.s: new file.
5348 * gdb.hp/sized-enum.c: new file.
5349 * gdb.hp/sized-enum.exp: new file.
5350 * gdb.hp/start-stop.exp: new file.
5351 * gdb.hp/templ-hp.cc: new file.
5352 * gdb.hp/templ-hp.exp: new file.
5353 * gdb.hp/thr-lib.c: new file.
5354 * gdb.hp/thr-lib.exp: new file.
5355 * gdb.hp/thr-lib.h: new file.
5356 * gdb.hp/thr-liblib.c: new file.
5357 * gdb.hp/virtfun-hp.c: new file.
5358 * gdb.hp/virtfun-hp.exp: new file.
5359 * gdb.hp/watch-cmd.exp: new file.
5360 * gdb.hp/watch-hp.exp: new file.
5361 * gdb.hp/xdb1.exp: new file.
5362 * gdb.hp/xdb2.exp: new file.
5363 * gdb.hp/xdb3.exp: new file.
5364
5365 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
5366
5367 The following files are part of the HP merge; some had longer
5368 names at HP, but have been renamed to be no more than 14
5369 characters in length.
5370
5371 * gdb.base/ss.h: new file.
5372 * gdb.base/call-ar-st.c: new file.
5373 * gdb.base/call-ar-st.exp: new file.
5374 * gdb.base/call-rt-st.c: new file.
5375 * gdb.base/call-rt-st-exp: new file.
5376 * gdb.base/call-strs.exp: new file.
5377 * gdb.base/ena-dis-br.exp: new file.
5378 * gdb.base/environ.exp: new file.
5379 * gdb.base/long_long.exp: new file.
5380 * gdb.base/sect-cmd.exp: new file.
5381 * gdb.base/shlib-cl2.exp: new file.
5382 * gdb.base/smoke.exp: new file.
5383 * gdb.base/so-impl-ld.c: new file.
5384 * gdb.base/so-impl-ld.exp: new file.
5385 * gdb.base/so-indr-cl.c: new file.
5386 * gdb.base/so-indr-cl.exp: new file.
5387 * gdb.base/varargs.exp: new file.
5388 * gdb.base/volatile.exp: new file.
5389 * gdb.base/whatis-exp.exp: new file.
5390 * gdb.base/display.exp: new file.
5391 * gdb.c++/derivation.exp: new file.
5392 * gdb.c++/local.exp: new file.
5393 * gdb.c++/member-ptr.exp: new file.
5394 * gdb.c++/overload.exp: new file.
5395 * gdb.c++/ovldbreak.exp: new file.
5396 * gdb.c++/ref-types.exp: new file.
5397 * gdb.c++/ref-types2.exp: new file.
5398 * gdb.c++/userdef.exp: new file.
5399
5400 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
5401
5402 * gdb.base/default.exp: Reflect wording change in remote.c.
5403
5404 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
5405
5406 * gdb.base/help.exp: Update to reflect current text.
5407
5408 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
5409
5410 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
5411 they're stack variables and contain garbage.
5412 * gdb.c++/anon-union.exp: new file.
5413
5414 The following changes were made by David Taylor
5415 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5416 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5417 in changes by HP.
5418
5419 * gdb.base/bitops.exp: new file.
5420 * gdb.base/default.exp: change expected messages for catch and
5421 info catch tests to reflect HP merge changes.
5422 * gdb.base/enable-disable-break.exp
5423 * gdb.base/ending-run.c: new file.
5424 * gdb.base/long_long.c: new file.
5425 * gdb.base/maint.exp: new file.
5426 * gdb.base/pointers2.exp: new file.
5427 * gdb.base/shlib-call2.exp: new file.
5428 * gdb.base/solib.exp: new file.
5429 * gdb.base/step-test.c: new file.
5430 * gdb.c++/anon-union.cc: new file.
5431 * gdb.c++/local.cc: new file.
5432 * gdb.c++/member-pointer.cc: new file.
5433 * gdb.c++/method.cc: new file.
5434 * gdb.c++/ref-types.cc: new file.
5435 * gdb.c++/ref-types2.cc: new file.
5436 * gdb.c++/userdef.cc: new file.
5437
5438 * gdb.base/scope.exp: compile one file at a time, then link.
5439 * gdb.base/langs.exp: ditto.
5440 * gdb.base/list.exp: ditto.
5441
5442 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
5443
5444 The following changes were made by David Taylor
5445 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5446 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5447 in changes by HP.
5448
5449 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
5450 skip tests. When compiling pass c++ flag to gdb_compile.
5451 * gdb.c++/
5452
5453 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
5454 test for on hppa*-*-hpux*; use args to see if c++ was specified.
5455 (skip_hp_tests): new function.
5456 (gdb_preprocess): new function.
5457
5458 * configure.in (hpdir): decide whether to configure gdb.hp.
5459 * configure: regenerated.
5460
5461 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
5462 to delete on clean.
5463 (EXECUTABLES): update to reflect new additions.
5464 * gdb.base/commands.exp: update message expected.
5465 * gdb.base/default.exp: add copyright notice.
5466 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
5467 * gdb.base/help.exp: update messages to reflect current text.
5468 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
5469 targets for recurse tests.
5470 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
5471 skip this file.
5472
5473 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
5474 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
5475 compilation.
5476 * gdb.c++/misc.exp: ditto.
5477 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
5478 run the tests. tell gdb_compile that it's a c++ compilation.
5479
5480 * gdb.threads/pthreads.exp: fix typo in message.
5481
5482 * gdb.base/all-bin.exp: new file.
5483 * gdb.base/arithmet.exp: new file.
5484 * gdb.base/assign.exp: new file.
5485 * gdb.base/completion.exp: new file.
5486 * gdb.base/cond-expr.exp: new file.
5487 * gdb.base/condbreak.exp: new file.
5488 * gdb.base/define.exp: new file.
5489 * gdb.base/dollar.exp: new file.
5490 * gdb.base/environment.exp: new file.
5491 * gdb.base/eval-skip.exp: new file.
5492 * gdb.base/jump.exp: new file.
5493 * gdb.base/logical.exp: new file.
5494 * gdb.base/pointers.exp: new file.
5495 * gdb.base/relational.exp: new file.
5496 * gdb.base/section_command.exp: new file.
5497 * gdb.base/whatis-expr.exp: new file.
5498
5499 * gdb.base/all-types.c: new file.
5500 * gdb.base/call-array-struct.c: new file.
5501 * gdb.base/call-return-struct.c: new file.
5502 * gdb.base/call-strings.c: new file.
5503 * gdb.base/callfuncs2.c: new file.
5504 * gdb.base/condbreak.c: new file.
5505 * gdb.base/constvars.c: new file.
5506 * gdb.base/display.c: new file.
5507 * gdb.base/int-type.c: new file.
5508 * gdb.base/jump.c: new file.
5509 * gdb.base/miscexprs.c: new file.
5510 * gdb.base/pointers.c: new file.
5511 * gdb.base/pointers2.c: new file.
5512 * gdb.base/shmain.c: new file.
5513 * gdb.base/shr1.c: new file.
5514 * gdb.base/shr2.c: new file.
5515 * gdb.base/solib.c: new file.
5516 * gdb.base/solib1.c: new file.
5517 * gdb.base/solib2.c: new file.
5518 * gdb.base/varargs.c: new file.
5519 * gdb.c++/derivation.cc: new file.
5520 * gdb.c++/overload.cc: new file.
5521 * gdb.c++/ovldbreak.cc: new file.
5522 * gdb.hp/attach.c: new file.
5523 * gdb.hp/attach2.c: new file.
5524 * gdb.hp/average.c: new file.
5525 * gdb.hp/compiler.c: new file.
5526 * gdb.hp/compiler.cc: new file.
5527 * gdb.hp/execd-program.c: new file.
5528 * gdb.hp/follow-exec.c: new file.
5529 * gdb.hp/follow-fork.c: new file.
5530 * gdb.hp/follow-vfork-and-exec.c: new file.
5531 * gdb.hp/misc-hp.cc: new file.
5532 * gdb.hp/more-steps.c: new file.
5533 * gdb.hp/optimize.c: new file.
5534 * gdb.hp/quicksort.c: new file.
5535 * gdb.hp/run-hp.c: new file.
5536 * gdb.hp/start-stop.c: new file.
5537 * gdb.hp/sum.c: new file.
5538 * gdb.hp/templates-hp.cc: new file.
5539 * gdb.hp/thread-local-in-lib.c: new file.
5540 * gdb.hp/thread-local-in-lib.h: new file.
5541 * gdb.hp/thread-local-in-lib.lib.c: new file.
5542 * gdb.hp/vforked-program.c: new file.
5543 * gdb.hp/virtfunc-hp.cc: new file.
5544 * gdb.hp/watchpoint-hp.c: new file.
5545 * gdb.hp/xdb.c: new file.
5546 * gdb.hp/xdb0.c: new file.
5547 * gdb.hp/xdb0.h: new file.
5548 * gdb.hp/xdb1.c: new file.
5549
5550 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
5551
5552 The following change was made by Edith Epstein
5553 <eepstein@cygnus.com> as part of a project to merge in changes
5554 originally made by HP; HP did not create ChangeLog entries.
5555
5556 * gdb.c++/demangle.exp: changed the expected output for some
5557 ARM-style mangling -- removed second reference to datatype.
5558 For example, maint demangle __dt__11T1__pt__2_cFv
5559 T1<char>::~T1<char>(void)
5560 becomes,
5561 maint demangle __dt__11T1__pt__2_cFv
5562 T1<char>::~T1(void)
5563
5564 (test_hp_style_demangling): new hp specific demangling test cases.
5565
5566 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
5567
5568 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
5569 * gdb.trace/backtrace.exp: Likewise.
5570 * gdb.trace/circ.exp: Likewise.
5571 * gdb.trace/collection.exp: Likewise.
5572 * gdb.trace/deltrace.exp: Likewise.
5573 * gdb.trace/infotrace.exp: Likewise.
5574 * gdb.trace/limits.exp: Likewise.
5575 * gdb.trace/packetlen.exp: Likewise.
5576 * gdb.trace/passc-dyn.exp: Likewise.
5577 * gdb.trace/passcount.exp: Likewise.
5578 * gdb.trace/report.exp: Likewise.
5579 * gdb.trace/save-trace.exp: Likewise.
5580 * gdb.trace/tfind.exp: Likewise.
5581 * gdb.trace/tracecmd.exp: Likewise.
5582 * gdb.trace/while-dyn.exp: Likewise.
5583 * gdb.trace/while-stepping.exp: Likewise.
5584
5585 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
5586
5587 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
5588
5589 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
5590
5591 From Brendan Kehoe:
5592 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
5593 int return types.
5594
5595 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
5596
5597 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
5598 remote dos host testing right.
5599
5600 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
5601
5602 * gdb.base/corefile.exp: remove some xfails.
5603
5604 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
5605
5606 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
5607 have different timestamps.
5608
5609 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
5610
5611 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
5612 gdb.base/default.exp: Replace "exec" with "executable".
5613
5614 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
5615
5616 * gdb.base/default.exp: Change else if to elseif from previous
5617 delta.
5618
5619 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
5620
5621 * gdb.base/default.exp: Add brace missing from previous delta.
5622
5623 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
5624
5625 * gdb.base/default.exp: Support test for info float for all
5626 varieties of arm toolchain.
5627
5628 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
5629
5630 * gdb.trace/*.exp: remove "remote_download" command.
5631
5632 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
5633
5634 * gdb.trace/*.exp: remove -gdwarf from compile.
5635
5636 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
5637
5638 * gdb.trace/configure.in(AC_INIT): typo
5639 * gdb.trace/configure: regenerated
5640
5641 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
5642
5643 * config/m68k-emc.exp: New file.
5644 * lib/<emc-support.exp trace-support.exp}: New files.
5645 * configure.in: add new test directory gdb.trace.
5646 * gdb.trace/{configure configure.in Makefile.in}: New files.
5647 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
5648 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
5649 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
5650 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
5651 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
5652 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
5653 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
5654
5655 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
5656
5657 * gdb.c++/classes.exp: Change all regular expressions to match
5658 arbitrary combinations of newline/carriage-return, so that they
5659 will work equally well on Unix and Windows.
5660 * gdb.c++/inherit.exp: ditto.
5661 * gdb.c++/virtfunc.exp: ditto.
5662
5663 1998-08-11 Dawn Perchik <dawn@cygnus.com>
5664
5665 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
5666
5667 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
5668
5669 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
5670 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
5671 to use a0-a3/d0-d3 as needed.
5672
5673 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
5674
5675 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
5676 * gdb.disasm/am33.exp: Corresponding changes.
5677
5678 1998-07-11 Felix Lee <flee@cygnus.com>
5679
5680 * gdb.base/callfuncs.exp: add cmp10 test.
5681 * gdb.base/callfuncs.c (cmp10): new function.
5682
5683 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
5684
5685 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
5686 into two parts to get around a synchronization problem in expect.
5687
5688 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
5689
5690 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
5691
5692 * configure.in: Add options for gdbtk testsuite.
5693
5694 * configure: Regenerate.
5695
5696 * gdb.gdbtk: New directory to hold gdbtk tests.
5697
5698 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5699
5700 * gdb.fortran/types.exp: Escape brackets in expect patterns
5701 for test_float_literal_types_accepted tests.
5702 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
5703 before run test.
5704
5705 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
5706
5707 * am33.exp: Just compile, do not link the testcase.
5708 * am33.s: Add ".am33" pseudoop to force am33 mode.
5709
5710 1998-06-25 Felix Lee <flee@cygnus.com>
5711
5712 * gdb.base/setshow.exp: make sure $pc is sane.
5713
5714 * gdb.stabs/weird.exp: split expect patterns properly.
5715
5716 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
5717
5718 * gdb.disasm/am33.s: New disassembler testfile for the am33.
5719 * gdb.disasm/am33.exp: Run it.
5720
5721 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
5722
5723 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
5724 match processing (and eliminate spurious timeouts when running).
5725
5726 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
5727
5728 * gdb.base/signals.exp (test_handle_all_print): put back Mach
5729 exception test, but conditionalize it on target [mach | gnu].
5730
5731 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
5732
5733 * gdb.base/overlays.exp: fixup compile line for linker script.
5734
5735 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
5736
5737 * gdb.fortran/types.exp: don't guess at float size.
5738
5739 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
5740
5741 * gdb.base/exprs.exp: delete test that depends on int size.
5742
5743 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
5744
5745 * config/sim.exp: Removed checks for target triplets.
5746 (gdb_target_sim): Use gdb,target_sim_options.
5747
5748 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
5749
5750 * gdb.base/reread.exp: New file.
5751 * gdb.base/reread1.c: New file.
5752 * gdb.base/reread2.c: New file.
5753
5754 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
5755
5756 * config/sim.exp: Use 'target sim -sparclite' when running
5757 SPARClite programs.
5758
5759 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
5760
5761 * gdb.base/structs2.exp: New file.
5762 * gdb.base/structs2.c: New file.
5763
5764 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
5765
5766 * gdb.asm/common.inc: New file.
5767 * gdb.asm/d10v.inc: New file.
5768 * asm-source.exp: Pass -I's to gas to find .inc files.
5769 Update line numbers in expected output.
5770 * asmsrc1.s: Rewrite.
5771 * asmsrc2.s: Rewrite.
5772 * configure.in: Create arch.inc symlink.
5773 * configure: Regenerate.
5774 * Makefile.in (distclean): Delete arch.inc.
5775
5776 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
5777
5778 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
5779 (t_enum_value2): ditto
5780 (t_enum_value3): ditto
5781 (main): ditto
5782 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5783
5784 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
5785 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
5786 change.
5787 Use gdb_test instead of send_gdb/gdb_expect sequences.
5788
5789 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
5790
5791 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
5792 not void.
5793
5794 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
5795
5796 * gdb.base/branches.c: Code with lots of loops and
5797 subroutines. Used to test gdbs ability to single step through PC
5798 changes, especially to test mips-tdep.c:mips_next_pc
5799
5800 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
5801
5802 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
5803 more rigorous EGCS C++ error checking.
5804
5805 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5806
5807 * gdb.base/help.exp: Clean up `help set args' and `help show args'
5808 tests.
5809 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
5810 function when asleep.
5811 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
5812 for i*86 Linux and SVR4 signal handling problems.
5813 Remove linux xfail for `next to handler in signals_tests_1', fixed
5814 by recent infrun.c change.
5815 Limit backtrace to 10 frames to avoid timeout problems with infinite
5816 stack backtraces.
5817 Adjust expect pattern in `handle all print' test to match Apr 28 1997
5818 target.[ch] change.
5819
5820 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
5821
5822 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
5823 for a newline from gdb before continuing.
5824 (default_gdb_exit): Just look for y or n.
5825 (gdb_test): Detect abnormal exit from GDB running on DOS; if
5826 it does, fail the rests of the tests in the file.
5827
5828 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
5829
5830 * config/cygmon.exp: New file.
5831
5832 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
5833
5834 * gdb.base/list.exp: Fix problem with "list default lines around
5835 main" test on remote targets.
5836
5837 * gdb.base/scope.exp: Fix problem with filelocal_bss before
5838 run test on remote targets.
5839
5840 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
5841
5842 * gdb.asm: New directory.
5843 * configure.in: Configure it.
5844 * configure: Regenerate.
5845 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
5846 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
5847
5848 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
5849
5850 * config/mn10300-eval.exp: New file to support MN10300 eval board.
5851
5852 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
5853
5854 * gdb.base/overlays (several files): Merge the two overlay
5855 managers into one. Change variables (foox, barx, bazx, grbxx)
5856 back into ints but force them to load in their proper sections.
5857
5858 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
5859
5860 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
5861 on-chip insn memory and IMAP1 to upper 128k.
5862 (D10VCopy): Handle memory regions crossing 16k boundaries.
5863 (D10VCopy): Transfer data in 32 bit chunks.
5864
5865 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
5866
5867 * gdb.base/overlays.c (main): Exit normally when result is
5868 correct.
5869
5870 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
5871 map. Include space for printf in .text segment.
5872
5873 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
5874 updated d10v memory VMA/LMA map.
5875 (D10VCopy): Call D10VTranslate.
5876
5877 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
5878
5879 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
5880
5881 * gdb.base/bar.c (barx, bar): Change variable to small array so
5882 that it won't be put into the .sdata - small data -
5883 section. Update reference.
5884 * gdb.base/baz.c (bazx, baz): Ditto.
5885 * gdb.base/foo.c (foox, foo): Ditto.
5886 * gdb.base/grbx.c (grbxx, grbx): Ditto.
5887
5888 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
5889 to be arrays.
5890
5891 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
5892
5893 * gdb.base/overlays.exp: fix up and get working again.
5894 Add tests for backtraces from an overlay function.
5895
5896 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
5897
5898 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
5899 "calling function with watchpoint enabled".
5900
5901 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
5902
5903 * gdb.base/break.exp (test_next_with_recursion): Remove
5904 gdb_suppress_tests for d10v-*-*.
5905 * lib/gdb.exp (gdb_suppress_tests): Disable this function
5906 pending review of whether it is useful or not.
5907
5908 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
5909
5910 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
5911
5912 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
5913
5914 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
5915 * config/dve.exp: New file to support Densan boards.
5916
5917 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
5918
5919 * gdb.base/interrupt.exp: Document problem of simulators, signals,
5920 reads and BSD.
5921
5922 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
5923
5924 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
5925 response.
5926
5927 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
5928
5929 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
5930
5931 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
5932 test.
5933
5934 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
5935 target_sizeof_long and target_bigendian_p.
5936 (structs_by_value, structs_by_reference): Check values according
5937 to targets word size and endianess.
5938
5939 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
5940
5941 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
5942 output.
5943
5944 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
5945
5946 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
5947 Update test of set args help to match source change.
5948
5949 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
5950
5951 * gdb.base/default.exp: Expect help system output to be in
5952 alphabetical order.
5953 * gdb.base/help.exp: Ditto.
5954
5955 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
5956
5957 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
5958 "i*86-pc-linux-gnu*".
5959 * gdb.base/interrupt.exp: Ditto.
5960 * gdb.base/corefile.exp: Ditto.
5961
5962 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
5963 define vxworks when building the testcase.
5964
5965 * gdb.base/ptype.exp: Fix testnames to be unique.
5966 * gdb.base/radix.exp: Ditto.
5967 * gdb.base/term.exp: Ditto.
5968 * gdb.base/whatis.exp: Ditto.
5969 * gdb.c++/classes.exp: Ditto.
5970
5971 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
5972
5973 * gdb.base/callfuncs.exp: Fix indentation.
5974
5975 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
5976 suppress_flag has been set.
5977 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
5978 target feature.
5979
5980 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
5981
5982 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
5983 the testcase.
5984
5985 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
5986 set_debug_traps() and breakpoint().
5987 * gdb.c++/misc.cc (main): Ditto.
5988 * gdb.c++/templates.cc (main): Ditto.
5989 * gdb.c++/virtfunc.cc (main): Ditto.
5990
5991 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
5992
5993 * lib/gdb.exp(gdb_step_for_stub): New function.
5994 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
5995 exists, reload the executable and do a "continue" instead of
5996 doing a jump.
5997 (runto_main): Use gdb_step_for_stub.
5998
5999 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
6000 tests to have unique names.
6001 * gdb.base/callfuncs.exp: Ditto.
6002 * gdb.base/commands.exp: Ditto.
6003 * gdb.base/default.exp: Ditto.
6004 * gdb.base/help.exp: Ditto.
6005 * gdb.base/list.exp: Ditto.
6006 * gdb.base/opaque.exp: Ditto.
6007 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
6008 similar tests.
6009
6010 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
6011 * gdb.c++/cplusfuncs.cc: Ditto.
6012 * gdb.c++/virtfunc.cc: Ditto.
6013
6014 * config/monitor.exp: Keep track of the last file we saw, rather
6015 than trying to get the info from gdb.
6016
6017 * gdb.fortran/types.exp: Move comment to previous line.
6018
6019 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
6020
6021 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
6022 target mode.
6023
6024 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
6025
6026 From Bob Manson:
6027 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
6028 string from GDB when it connects.
6029
6030 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
6031
6032 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
6033
6034 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
6035 if we can't get a debug format from GDB (we may be testing an
6036 older GDB). Use a 10 second timeout when checking for the format.
6037
6038 * gdb.stabs/weird.exp: Fix quoting.
6039
6040 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
6041
6042 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
6043
6044 * config/arm-ice.exp: New file.
6045
6046 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
6047
6048 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
6049 until it has been modified to work with the new testsuite.
6050
6051 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
6052 testcase won't compile, cause all of the testcases in the file to
6053 fail instead.
6054
6055 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
6056 (gdb_clear_suppressed): New procedure.
6057 (gdb_stop_suppressing_tests): Only clear suppress_flag if
6058 it contains a positive value.
6059
6060 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
6061
6062 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
6063
6064 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
6065
6066 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
6067
6068 * lib/gdb.exp (setup_xfail_format): New function.
6069 (get_debug_format): New function to get debug format.
6070 (debug_format): New global variable to hold last value set
6071 by get_debug_format.
6072 * gdb.base/list.exp: Call get_debug_format and expect some
6073 tests to fail for DWARF 1 and COFF formats.
6074 * gdb.c++/ptype.exp: Ditto.
6075 * gdb.c++/classes.exp: Ditto.
6076 * gdb.c++/cplusfuncs.exp: Ditto.
6077 * gdb.c++/inherit.exp: Ditto.
6078 * gdb.c++/templates.exp: Ditto.
6079 * gdb.c++/virtfunc.exp: Ditto.
6080
6081 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
6082
6083 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
6084 host doesn't have a currently-open connection.
6085
6086 * config/sparclet.exp: Cleanups and fixes to make it generic for
6087 any gdb stub target. Handle cases where gdb doesn't respond when
6088 interrupted in a sane fashion.
6089
6090 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
6091 same thing in a totally different way.
6092
6093 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
6094 setting "timeout".
6095 (gdb_start): We set the global gdb_prompt variable in
6096 default_gdb_init now.
6097
6098 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
6099
6100 * gdb.base/printcmds.exp: Fix "check for floating addition"
6101 regexp to accept results within approx +/- .01 of exact value.
6102 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
6103
6104 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
6105
6106 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
6107 properly.
6108 (gdb_expect): Add optional timeout parameter, and add timeout
6109 value to various calls.
6110 (gdb_suppress_tests): Only give one warning message per group.
6111
6112 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
6113
6114 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
6115 global variables. Handle getting a value for $timeout more
6116 gracefully.
6117
6118 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6119
6120 * lib/gdb.exp: Close connection to remote host if gdb doesn't
6121 initialize.
6122 (default_gdb_init): New procedure; allow gdb_init to be overridden
6123 by a target configuration file.
6124 (gdb_expect): Pass the timeout to remote_expect.
6125
6126 * config/monitor.exp(gdb_load): Fix typo in regexp.
6127
6128 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
6129
6130 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
6131
6132 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
6133
6134 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
6135 here. Call gdb_target_exec before rebooting the target, to make
6136 sure the connection to the target is closed.
6137 (gdb_load): Pass the name of the executable to gdb_target_monitor.
6138 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
6139 Also detect "Timeout reading from remote" error.
6140
6141 * config/gdbserver.exp: Pass the executable being loaded to
6142 gdb_target_monitor. Don't call gdb_file_cmd here; let
6143 gdb_target_monitor do it.
6144
6145 * gdb.disasm/hppa.exp: Don't use exec_output.
6146
6147 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
6148
6149 * gdb.base/list.exp: If we're debugging a non-native target,
6150 try to set the pc register to point to the start of the
6151 program before doing the first list command.
6152
6153 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
6154 test_calls after restarting.
6155
6156 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
6157 reloading.
6158
6159 * gdb.base/watchpoint.exp: Fix typo.
6160
6161 * gdb.base/setshow.exp: Check for use_gdb_stub.
6162
6163 * gdb.base/break.exp: Fix continue until exit test for the gdb
6164 stub case.
6165 * gdb.base/langs.exp: Ditto.
6166
6167 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
6168 gdb_load_offset. If we weren't given a file to load, figure out
6169 what the current file is and use it.
6170
6171 * config/i386-bozo.exp: New file.
6172
6173 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
6174
6175 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
6176 feature.
6177
6178 * config/proelf.exp: New entry.
6179
6180 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
6181
6182 * lib/gdb.exp: Remove spurious .* patterns at the beginning
6183 of regexps.
6184
6185 * gdb.base/watchpoint.exp: Don't run the test_stepping
6186 tests if gdb can't call functions on the target.
6187
6188 * gdb.base/setshow.exp: Don't run the set prompt tests if
6189 the board has gdb_prompt set.
6190
6191 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
6192
6193 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
6194 * gdb.base/commands.exp: Likewise.
6195 * gdb.base/setshow.exp: Likewise.
6196
6197 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
6198
6199 * config/monitor.exp(gdb_start): Look for gdb_prompt target
6200 feature.
6201
6202 * config/i960.exp: New file.
6203
6204 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
6205
6206 * gdb.base/funcargs.exp: Check for gdb,short_int target
6207 feature instead of looking for explicit target triplets.
6208
6209 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
6210
6211 * gdb.base/printcmds.exp: add a couple more tests a la
6212 "p 123DEADBEEF", to check parse_number.
6213 * top.c: change "to enable to enable" to "to enable" in a couple
6214 of help strings.
6215
6216 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
6217
6218 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
6219 on the mn10300.
6220
6221 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
6222
6223 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
6224 where the test executable is run with explicit args.
6225 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
6226
6227 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
6228
6229 * gdb.base/run.c: Use FAKEARGV to build test executable that
6230 does not require a command line arg, since most simulators
6231 don't currently support passing such an arg into the simulated
6232 program.
6233 * gdb.base/commands.exp: Change tests to insert the proper
6234 value as the arg to the first recursive factorial call. Change
6235 compilation line to define FAKEARGV at compile time.
6236
6237 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
6238
6239 * gdb.base/recurse.exp: Enable these tests for the mn10300.
6240 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
6241 function with watchpoint enabled" test.
6242
6243 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
6244
6245 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
6246 Don't call gdb_test when the command doesn't return to a gdb prompt.
6247
6248 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
6249 "Tests restarted" messages.
6250
6251 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
6252
6253 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
6254
6255 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
6256
6257 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
6258 for INFO SYMBOL; add help tests for OVERLAY commands.
6259 * gdb.base/default.exp: add tests for INFO SYMBOL command;
6260 add tests for OVERLAY commands
6261 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
6262 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
6263 * gdb.base/sigall.c: add usestubs code frag
6264 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
6265
6266 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
6267
6268 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
6269 failures.
6270 (gdb_stop_suppressing_tests): Note that tests have restarted.
6271
6272 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
6273
6274 * config/h8300.exp: New file.
6275
6276 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
6277
6278 * gdb.base/setshow.exp: Check for the existence of a
6279 feature, not its value.
6280
6281 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
6282
6283 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
6284
6285 * gdb.base/scope.exp: It's now init0(), not init().
6286
6287 * gdb.base/scope0.c: For now, change init() to be init0().
6288
6289 * config/monitor.exp: Use gdb_serial in preference to serial
6290 or netport.
6291
6292 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
6293 and it's not already set.
6294
6295 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
6296
6297 * gdb.base/setshow.exp: Only test the run command if the target
6298 isn't using a stub and if it supports argument passing.
6299
6300 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
6301
6302 * config/udi.exp(gdb_start): Make sure UDICONF is set
6303 properly before starting gdb.
6304
6305 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
6306
6307 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
6308 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
6309 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
6310
6311 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
6312
6313 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
6314 specialized code to reboot the board, use remote_reboot instead.
6315
6316 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
6317
6318 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
6319
6320 * config/monitor.exp: Make sure we disconnect from the target.
6321 Also, try a reboot/reload cycle instead of failing if the
6322 load fails.
6323
6324 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
6325
6326 * gdb.base/default.exp: Don't set match_max.
6327 * gdb.base/help.exp: Ditto.
6328 * gdb.base/list.exp: Ditto.
6329 * gdb.base/signals.exp: Ditto.
6330
6331 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
6332 set, use remote_ld to download the testcase instead of
6333 the GDB loader.
6334
6335 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
6336
6337 * config/vr5000.exp: New file.
6338
6339 * config/monitor.exp(gdb_target_monitor): Add pattern for
6340 "Ending remote" to detect errors in connecting.
6341
6342 * gdb.base/setshow.exp: Add .* within auto language test.
6343
6344 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
6345 target feature.
6346
6347 * config/monitor.exp(gdb_load): Check for a failure when loading,
6348 and reboot the board if necessary.
6349
6350 * gdb.base/setvar.exp(test_set): Handle multiple prints within
6351 a set of tests. Remove print.* from the patterns being checked.
6352
6353 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
6354
6355 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
6356 refer to gdb_spawn_id.
6357
6358 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
6359 longer used.
6360 * config/sparclet.exp: Ditto.
6361 * config/sparclet-old.exp: Ditto.
6362 * config/slite.exp: Ditto.
6363 * config/sim.exp: Ditto.
6364 * gdb.base/funcargs.exp: Ditto.
6365
6366 * lib/gdb.exp:Remove references to gdb_spawn_id.
6367 (gdb_expect): Move to remote.exp.
6368
6369 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
6370
6371 * config/monitor.exp: Detect the "Couldn't establish connection"
6372 message from GDB.
6373
6374 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
6375
6376 * gdb.base/bitfields.exp: Use runto instead of explicit
6377 gdb_run_cmd/gdb_expect sequences.
6378
6379 * gdb.base/break.exp(text_next_with_recursion): Add match for
6380 gdb_expect call.
6381
6382 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
6383 We also need to handle the "A program is being debugged already"
6384 prompt from gdb. Use gdb_test to set the baud rate.
6385
6386 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
6387 to 20000. Really. I mean it.
6388
6389 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6390
6391 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
6392 fails. If suppress_flag is set, skip perror message about not
6393 being able to send to GDB.
6394 (send_gdb): If suppress_flag is set, don't try to send commands to
6395 GDB.
6396 (gdb_expect): If suppress_flag is set, always fail immediately.
6397 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
6398 (gdb_init): Call gdb_stop_suppressing_tests.
6399 (default_gdb_exit): Ditto.
6400 (default_gdb_start): Ditto.
6401
6402 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
6403 gdb_stop_suppressing_tests as appropriate.
6404 * gdb.base/break.exp: Ditto.
6405 * gdb.base/callfuncs.exp: Ditto.
6406 * gdb.base/commands.exp: Ditto.
6407 * gdb.base/exprs.exp: Ditto.
6408 * gdb.base/funcargs.exp: Ditto.
6409 * gdb.base/list.exp: Ditto.
6410 * gdb.base/recurse.exp: Ditto.
6411 * gdb.base/scope.exp: Ditto.
6412 * gdb.base/structs.exp: Ditto.
6413 * gdb.c++/inherit.exp: Ditto.
6414
6415 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
6416
6417 * config/vr4300.exp: New file.
6418
6419 * gdb.*/*.exp: Call gdb_expect instead of expect.
6420
6421 * lib/gdb.exp(gdb_expect): New function.
6422
6423 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
6424
6425 * lib/gdb.exp(gdb_init): New function.
6426
6427 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
6428 for each individual variable set.
6429
6430 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
6431 name.
6432
6433 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
6434
6435 * gdb.base/scope.exp: Use gdb_test.
6436
6437 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
6438 aborting; the testsuite driver will do that for us (see
6439 gdb_finish). Also, use gdb_test in a few more places.
6440
6441 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
6442
6443 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
6444
6445 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
6446
6447 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
6448 and "add_tests" are not at the same address.
6449
6450 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
6451
6452 * gdb.base/ptype.exp: Use gdb_test.
6453
6454 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
6455
6456 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
6457 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
6458 left in. No longer expect them to fail.
6459
6460 * gdb.stabs/*.mt; Deleted, no longer used.
6461 * gdb.stabs/configure.in: Remove references to target makefile
6462 frags.
6463 * gdb.stabs/configure: Rebuilt.
6464
6465 * gdb.disasm/*.mt: Deleted, no longer used.
6466 * gdb.disasm/configure.in: Remove references to target makefile
6467 frags. Use "sh3.s" as the unique filename for this directory.
6468 * gdb.disasm/configure: Rebuilt.
6469
6470 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
6471 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
6472 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
6473
6474 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
6475
6476 * config/udi.exp: Use mondfe,name instead of remote_host.
6477
6478 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
6479
6480 * gdb.base/watchpoint.exp: Don't expect a failure when calling
6481 a function with a watchpoint enabled on the mn10200.
6482
6483 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
6484 before trying to create it!
6485
6486 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
6487
6488 * config/vx.exp: Use hostname instead of netport.
6489
6490 * config/vxworks.exp: New file.
6491
6492 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
6493
6494 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
6495 gdb before assuming everything worked. Send a ^C if a timeout
6496 occurs.
6497
6498 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
6499 $gdb_spawn_id directly.
6500 (gdb_run_cmd): Try _start as well as start. Use the target feature
6501 gdb,start_symbol as the symbol to start from when jumping.
6502
6503 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
6504
6505 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
6506 redundant) test.
6507
6508 * gdb.base/recurse.exp: Relax final value test for 'b' so that
6509 it doesn't lose for 16bit integer systems.
6510
6511 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
6512
6513 * gdb.fortran/types.exp: If the target doesn't support "double"
6514 data types, then expect "real" types to only be 4 bytes.
6515
6516 * gdb.c++/virtfunc.exp: Expect failure for virtual function
6517 call tests if the target doesn't support inferior function calls.
6518
6519 * gdb.base/printcmds.exp: Allow minor deviation in FP values
6520 in printf tests.
6521
6522 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
6523
6524 * gdb.base/help.exp: Disable "help set", "help show", and
6525 "help support". Simplify regexp for "help stack".
6526
6527 * gdb.base/default.exp: Set match_max to 5000 and the timeout
6528 to 60 seconds. Temporarily set match_max to 15000 around the
6529 "info copying" test.
6530
6531 * gdb.base/nodebug.exp: Don't try to do an inferior function
6532 call if the target doesn't support them.
6533 * gdb.base/printcmds.exp: Likewise.
6534 * gdb.base/setvar.exp: Likewise.
6535 * gdb.base/structs.exp: Likewise.
6536 * gdb.c++/templates.exp: Likewise.
6537 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
6538
6539 * gdb.base/recurse.exp: Enable for the mn10200.
6540
6541 * configure.in: Do configure gdb.stabs directory for *-*-elf
6542 targets.
6543 * configure: Rebuilt.
6544
6545 * gdb.base/break.exp: Check for gdb,noresults before testing
6546 exit status and/or results from the target.
6547 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
6548 * lib/gdb.exp: Remove old (now bogus) initialization of
6549 noinferior, noargs, noresults and nosignals.
6550
6551 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
6552
6553 * config/sh.exp: New file.
6554
6555 * config/slite.exp: Try to connect multiple times to the board
6556 before rebooting. Only send a "monitor run" if need_monitor_run
6557 is set.
6558
6559 * gdb.base/break.exp: Don't do the "stub continue" test if
6560 the target has gdb_stub set.
6561
6562 * gdb.base/callfuncs.exp: Increase the timeout.
6563
6564 * gdb.base/interrupt.exp: Don't even try to compile the testcase
6565 if the target has gdb,noinferiorio set.
6566
6567 * gdb.base/list.exp: Increase match_max to 10000 characters.
6568
6569 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
6570
6571 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
6572 target.
6573
6574 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
6575
6576 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
6577
6578 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
6579 trying to delete the copy of gdb. Catch the file delete so we
6580 don't die if the delete fails; also, the file should be copied to
6581 the host, not to the build.
6582
6583 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
6584
6585 * lib/gdb.exp(gdb_test): Surround the result pattern with
6586 parenthesis in case it contains multiple regexps separated
6587 with |.
6588
6589 * gdb.base/watchpoint.exp: Use gdb_test.
6590 * gdb.base/default.exp: Ditto.
6591
6592 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
6593
6594 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
6595
6596 * gdb.base/scope.exp: Use gdb_test.
6597 * gdb.c++/classes.exp: Ditto.
6598 * gdb.c++/inherit.exp: Ditto.
6599
6600 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
6601
6602 * gdb.base/crossload.exp: Don't use execute_anywhere, use
6603 remote_exec instead.
6604 * gdb.base/corefile.exp: Don't be ridiculous.
6605 * gdb.base/*.c: Add missing stub invocations.
6606
6607 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
6608
6609 * config/slite.exp: Miscellaneous fixes.
6610
6611 * lib/gdb.exp: Fix runto.
6612
6613 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
6614 the target.
6615
6616 * gdb.base/watchpoint.exp: Fix regexp.
6617
6618 * lib/gdb.exp(default_gdb_exit): Add a catch to the
6619 close and wait commands, as the descriptor may now be
6620 invalid. Always call "remote_close host".
6621
6622 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
6623
6624 Major rewrite for testsuite revision.
6625
6626 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
6627 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
6628 instead of relying on spawn_id to always contain a valid
6629 spawn id.
6630 (get_compiler_info): New procedure to build the ${binfile}.ci
6631 file, instead of replicating this in N different places.
6632 (gdb_compile): New procedure.
6633
6634 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
6635 appropriate arguments) instead of compile. Use gdb_test in a lot
6636 more places. Use send_gdb instead of send. Always run gdb_start
6637 at the start of a testcase, as this is no longer done magically.
6638
6639 config/*-gdb.exp: Rename without the -gdb suffix.
6640
6641 config/mips.exp: Use remote_close instead of exit_remote_shell.
6642 config/monitor.exp: Use target_info instead of looking at
6643 baud, timeout, etc.
6644 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
6645
6646 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6647
6648 * gdb.c++/templates.exp (test_ptype_of_templates),
6649 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
6650 Update expect patterns for destructors and assignment operators
6651 to match corresponding c-typeprint.c changes.
6652 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
6653 to destructor breakpoint test, GDB should be able to set the
6654 destructor breakpoint without specifying arguments.
6655
6656 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
6657
6658 * gdb.threads/pthreads.exp: Change result for failure to compile due
6659 to lack of pthreads runtime support from an error to simply an
6660 unsupported test, per dejagnu standards.
6661
6662 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6663
6664 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
6665 where GDB exits to reduce pattern match time.
6666 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
6667
6668 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
6669
6670 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
6671
6672 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
6673 * gdb.base/default.exp: ditto.
6674 * gdb.base/nodebug.exp: ditto.
6675 * gdb.base/printcmds.exp: ditto.
6676 * gdb.base/ptype.exp: ditto.
6677 * gdb.base/setvar.exp: ditto.
6678 * gdb.base/structs.exp: ditto.
6679 * gdb.base/setshow.c: Guard against uninitialized values of argc.
6680
6681 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
6682
6683 * configure, */configure: Rebuild with autoconf 2.12.
6684
6685 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
6686
6687 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
6688 use new i*86-pc-linux*-gnu quads.
6689 * gdb.base/corefile.exp: Ditto.
6690 * gdb.base/signals.exp: Ditto.
6691 * gdb.base/sigall.exp: Ditto.
6692 * gdb.base/interrupt.exp: Ditto.
6693
6694 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
6695 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
6696 RedHat 4.0.
6697
6698 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
6699 linux. This allows the test case to at least compile on latest
6700 linux, but still not run due to missing the threads runtime library.
6701
6702 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6703
6704 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
6705 directory to search gdb directory. Accept and step over conditional
6706 stack alignment code. Consume $prompt in failure cases.
6707 Reset timeout to $oldtimeout instead of some arbitrary value.
6708 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
6709 timeout problems with infinite stack backtraces.
6710 * gdb.base/ptype.exp (ptype struct link, union tu_link):
6711 Accept function parameters for linkfunc member.
6712
6713 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
6714
6715 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
6716 (CXXFLAGS): Remove, unreferenced.
6717 (B_OPTIONS): Add for -B options and add code to initialize with
6718 previous -B options and also add -B option to pick up cross compiled
6719 runtime.
6720 (TARGET_INCLUDES): Add for -I options and add code to initialize when
6721 doing cross compiles.
6722 (target_alias): Declare global.
6723 (xgcc): Set variable to full path of gcc in build tree. Use findfile
6724 to verify that gcc exists in build tree, and if so set CC to that
6725 gcc and to use B_OPTIONS and TARGET_INCLUDES.
6726
6727 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
6728
6729 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
6730 ptype test for anonymous union. Fixup testcase to match
6731 current gcc debug output.
6732
6733 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
6734
6735 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
6736 force argument to an unsigned long type.
6737
6738 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
6739
6740 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
6741 tests and anonymous union print/ptype tests.
6742 * gdb.base/list.exp (test_forward-search): Increase timeout by
6743 5 minutes for the "search extremely long line" case.
6744 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
6745 completely optional and that the pass/fail messages use the command as
6746 the message if that third arg is a null string.
6747 (gdb_test_exact): Arrange that a null string pattern means match a
6748 null string output rather than any output, which might include random
6749 errors.
6750 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
6751 backtrace test.
6752 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
6753 always failing and failure is now exposed by gdb.exp changes.
6754
6755 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
6756
6757 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
6758 weren't being noted.
6759
6760 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6761
6762 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
6763 * gdb.stabs/weird.exp: Remove v_comb xfails.
6764
6765 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
6766
6767 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
6768 list.exp scope.exp watchpoint.exp]
6769 Make all timeout error msgs explicitly say "(timeout)".
6770
6771 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
6772
6773 * config/monitor.exp: Increase download timeout to 1000 seconds.
6774
6775 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
6776
6777 * config/m32r.exp: Increase timeout to 120 seconds.
6778
6779 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
6780
6781 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
6782 and accept older ordering as obsolescent gcc or gdb.
6783 * gdb.c++/templates.exp: Ditto.
6784 * gdb.c++/virtfunc.exp: Ditto.
6785
6786 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
6787
6788 * gdb.base/coremaker.c: Add code to mmap some data so we
6789 can check that it ends up in the core file.
6790 * gdb.base/corefile.exp: Add test to read mmapped data
6791 from core file.
6792
6793 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
6794
6795 * config/m32r.exp: New file.
6796
6797 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
6798
6799 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
6800 that cflags can contains -gstabs, and work correctly for other tests.
6801
6802 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
6803
6804 * gdb.base/setshow.exp: New file, tests show and set.
6805 * gdb.base/setshow.c: New file, tests show and set.
6806 * gdb.base/help.exp: Add test for help set|show annotate.
6807 * gdb.base/default.exp: Add test for set|show annotate.
6808
6809 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
6810
6811 * testsuite/gdb.base/break.exp: Make backtrace from factorial
6812 errors unique.
6813 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
6814 explicitly.
6815
6816 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
6817
6818 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
6819 and width commands. This is done elsewhere.
6820 * (gdb_start): Don't call gdb_start_sim here. That's already
6821 done in gdb_load. This fixes lots of failures in default.exp.
6822
6823 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
6824
6825 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6826 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
6827 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
6828 in the same we we treat other failures (since it may be an expected
6829 condition), rather than as an error.
6830 * gdb.base/signals.exp (test_handle_all_print): Revert back to
6831 old test format.
6832
6833 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
6834
6835 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
6836 (distclean maintainer-clean realclean): No need to remove files
6837 twice. Nuke the duplicates.
6838 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
6839 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
6840 Remove config.h along with other config files.
6841
6842 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
6843
6844 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
6845 "p func1 ()" and note that rests of tests are skipped.
6846 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
6847 setup_xfails for "print func2::coremaker_local".
6848 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
6849 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
6850 affected by the previous run test.
6851 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
6852 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
6853 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
6854 "pass int powerset tuple" and "pass modeless int powerset tuple".
6855 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
6856 "real write 4" and "real write 8".
6857 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
6858 setup_xfails for "print vs1 after tuple assign 2",
6859 "print \$i after tuple assign 2", and
6860 "print vs2 after tuple assign 2".
6861 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
6862 meaningful error message and return -1 so the caller can
6863 suppress further tests and avoid a cascade of errors.
6864
6865 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
6866
6867 * gdb.base/a1-selftest.exp: Tweak tests to account for new
6868 format for printing version.
6869 * gdb.base/default.exp: Ditto.
6870 * gdb.base/interrupt.exp: Fix problem with cascade of
6871 errors if child process dies while calling a function.
6872
6873 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
6874
6875 * Makefile.in (VPATH): Add
6876 * Makefile.in (Makefile, config.status): Fix rules so things get
6877 remade when necessary.
6878
6879 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
6880
6881 * Makefile.in (just-check): Add path to sibling expect dir
6882 to environment variable specified by RPATH_ENVVAR.
6883
6884 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
6885
6886 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
6887 (just-check): Add shared library paths for libstdc++, tk,
6888 tcl, bfd, and opcodes to the environment variable specified
6889 in RPATH_ENVVAR.
6890 * configure.in: Add support to recognize --enable-shared flag
6891 and generate correct value for RPATH_ENVVAR.
6892 * configure: Regenerated with autoconf.
6893
6894 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
6895
6896 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
6897 include all osf versions.
6898 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
6899 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
6900 when target is linux. When failing to build pthreads test
6901 executable, give more meaningful message.
6902 * gdb.threads/pthreads.c: Hpux also uses old definition of second
6903 arg for pthread_create.
6904
6905 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
6906
6907 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
6908 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
6909 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
6910 and -lpthreads (everybody else).
6911 (test_startup): Fail gracefully if threads are not supported.
6912 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
6913 "p/c array_index("abcdef",2)" when not gcc compiled.
6914 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
6915 "print func2::coremaker_local" when not gcc compiled.
6916 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
6917 "ptype on opaque struct tagname (statically)",
6918 "ptype on opaque struct tagname (dynamically) 1", and
6919 "ptype on opaque struct tagname (dynamically) 2"
6920 for not compiled with gcc.
6921 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
6922 backtrace when compiled with gcc.
6923 * lib/gdb.exp (runto_main): Return result of "runto main" rather
6924 than always return success.
6925
6926 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
6927
6928 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
6929
6930 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
6931
6932 * gdb.base/structs.exp: Undo last change.
6933
6934 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
6935
6936 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
6937 encapsulate all the steps/nexts done during self test, starting
6938 at main, and makes them less sensitive to optimization issues.
6939 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
6940 signal handler" test.
6941 * gdb.threads/pthreads.exp: Only run this for native configs.
6942 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
6943 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
6944 tests.
6945 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
6946 for "runto test_calls(void)" test.
6947
6948 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
6949
6950 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
6951 and don't expect address info in breakpoint confirmations.
6952
6953 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
6954
6955 * gdb.base/list.exp (test_forward_search): Increase timeout
6956 temporarily by 60 seconds for searching extremely long line,
6957 and then reset to old value when done. Increase expect input
6958 buffer to 10000.
6959
6960 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
6961
6962 * gdb.base/list.exp (test_forward_search): Fix to handle very
6963 long source line without overflowing expect's input buffer.
6964
6965 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
6966
6967 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
6968 "buffer_full".
6969
6970 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
6971 "buffer_full".
6972
6973 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
6974 "buffer_full".
6975
6976 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
6977 "buffer_full".
6978
6979 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
6980
6981 * configure.in (configdirs): Add gdb.threads.
6982 * configure: Regenerated with autoconf.
6983 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
6984 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
6985 * gdb.threads/configure: New, generated with autoconf.
6986
6987 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
6988
6989 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
6990
6991 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
6992
6993 * gdb.base/signals.exp (test_handle_all_print): Test separately for
6994 each signal's status in the output of "handle all print".
6995 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
6996 the \r\n sequence that immediately precedes the gdb prompt.
6997 * gdb.base/a1-selftest.exp: Save original timeout and restore
6998 after test.
6999
7000 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
7001
7002 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
7003 symbol.
7004
7005 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7006
7007 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
7008
7009 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
7010
7011 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
7012 timeout by 60 seconds.
7013
7014 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
7015
7016 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
7017 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
7018 error return.
7019
7020 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
7021
7022 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
7023 gdb initialization, also report how long dejagnu waited. Restore
7024 old timeout before doing error return. Temporarily increase timeout
7025 by 3 minutes to allow for slow startups over heavy NFS use.
7026
7027 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
7028
7029 * lib/gdb.exp: Report timeout value for verbosity level 2.
7030 * config/gdbserver.exp: Ditto.
7031 * config/hppro.exp: Ditto.
7032 * config/mips-gdb.exp: Ditto.
7033 * config/monitor.exp: Ditto.
7034 * config/netware.exp: Ditto.
7035 * config/sim-gdb.exp: Ditto.
7036 * config/slite-gdb.exp: Ditto.
7037 * config/udi-gdb.exp: Ditto.
7038 * config/unix-gdb.exp: Ditto.
7039 * config/vx-gdb.exp: Ditto.
7040 * gdb.base/a1-selftest.exp: Ditto.
7041 * gdb.base/a2-run.exp: Ditto.
7042 * gdb.base/break.exp: Ditto.
7043 * gdb.base/corefile.exp: Ditto.
7044 * gdb.base/list.exp: Ditto.
7045 * gdb.base/recurse.exp: Ditto.
7046 * gdb.base/scope.exp: Ditto.
7047 * gdb.base/signals.exp: Ditto.
7048
7049 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7050
7051 * gdb.threads/Makefile.in (docdir): Removed.
7052
7053 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7054
7055 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
7056 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
7057 @srcdir@.
7058 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
7059 autoconf 2.5 or higher.
7060 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
7061
7062 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
7063
7064 * configure: Regenerated.
7065 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
7066 avoid name clashes with SunOS headers.
7067
7068 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
7069
7070 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
7071
7072 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
7073
7074 * gdb.base/callfuncs.exp: Finish last change -- make sure the
7075 prototype information ends up in the compiler info file.
7076
7077 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
7078
7079 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
7080 attempting to regenerate it. Eliminate use of a temporary file
7081 and just generate the info file directly. Source it immediately,
7082 for consistency of use.
7083 * gdb.base/corefile.exp: Ditto
7084 * gdb.base/exprs.exp: Ditto.
7085 * gdb.base/funcargs.exp: Ditto.
7086 * gdb.base/langs.exp: Ditto.
7087 * gdb.base/list.exp: Ditto.
7088 * gdb.base/mips_pro.exp: Ditto.
7089 * gdb.base/nodebug.exp: Ditto.
7090 * gdb.base/opaque.exp: Ditto.
7091 * gdb.base/ptype.exp: Ditto.
7092 * gdb.base/scope.exp: Ditto.
7093 * gdb.base/setvar.exp: Ditto.
7094 * gdb.base/signals.exp: Ditto.
7095 * gdb.base/whatis.exp: Ditto.
7096 * gdb.c++/templates.exp: Ditto.
7097 * gdb.c++/virtfunc.exp: Ditto.
7098 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
7099 whether or not to add -lstdc++ to the compile command line args.
7100
7101 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7102
7103 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
7104 it got fixed by the recent lookup_minimal_symbol_by_pc change.
7105 Increase timeout, a lot of single stepping might be needed if the
7106 target has no hardware watchpoints.
7107
7108 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
7109
7110 * gdb.base/break.exp: Ignore compiler warnings when compiling
7111 break.c.
7112 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
7113 * gdb.base/default.exp: Add h8300 xfails. Handle messages
7114 from remote-sim.
7115 * gdb.base/exprs.exp: Add h8300 xfails.
7116 * gdb.base/funcargs.exp: Likewise.
7117 * gdb.base/nodebug.exp: Likewise.
7118 * gdb.base/printcmds.exp: Likewise.
7119 * gdb.base/ptype.exp: Likewise.
7120 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
7121 h8300 xfails.
7122 * gdb.base/return.exp: Handle float/double precision problems
7123 on the h8300.
7124 * gdb.base/funcargs.c: Explicitly make last constant argument to
7125 call_after_alloca_subr an unsigned long type.
7126 * gdb.base/return.c: Include stdio.h.
7127
7128 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7129
7130 * config/abug.exp: New file for the older Motorola Bug monitor
7131 that runs on the mvme13x series VME boards.
7132 * config/monitor.exp: Use the new config array for target settings
7133 if they exist.
7134
7135 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
7136
7137 * sim-gdb.exp: Make the SH simulator allocate less space when
7138 it is targeted.
7139
7140 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
7141
7142 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
7143 test.
7144
7145 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
7146
7147 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
7148 "rs6000-*-*" for "list function in include file" when gcc compiled.
7149 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
7150 for "p ctable1[120]".
7151 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
7152 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
7153 Remove setup_xfail for "rs6000-*-*" for
7154 "print 'scope0.c'::filelocal before run".
7155 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
7156 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
7157 since some compilers don't allow both options to be given
7158 on the same command line. Create object file and move it.
7159
7160 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
7161
7162 * gdb.base/corefile.exp: Always regenerate the core file, since
7163 we always regenerate the coremaker program. Detect special case
7164 where registers cannot be read from core file.
7165
7166 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
7167
7168 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7169 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
7170 * gdb.c++/templates.exp: Only match on basename of file since
7171 some formats like xcoff don't encode directory information.
7172 * gdb.stabs/weird.exp: Use the right sed script for powerpc
7173 and rs6000 AIX xcoff targets.
7174 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
7175 * configure: Regenerate.
7176 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
7177 here, rather than in distclean.
7178
7179 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
7180
7181 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
7182 defined, and use it to compile the test case with -O2. The
7183 native compilation still uses no optimization.
7184 * gdb.base/mips_pro.c: Remove inline assembly code since
7185 it is compiled PIC by default, which results in assembler
7186 warnings that make the testsuite think the compilation
7187 was unsuccessful.
7188
7189 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
7190
7191 * gdb.c++/misc.exp: Add note to message for
7192 "print s.a for foo struct" that this is a known gcc 2.7.2
7193 and earlier bug.
7194
7195 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
7196
7197 * gdb.base/break.exp: Fix pattern for matching "Delete all
7198 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
7199 setup_xfail for deleting all breakpoints test. Fix various
7200 timeout messages to include "(timeout)".
7201 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
7202 for "p t_float_values2(3.14159,float_val2)".
7203 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
7204 for "continue to call2g" when gcc compiled.
7205 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
7206 "up to foo in langs.exp", "show language at foo in langs.exp",
7207 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
7208 and "show language at fsub in langs.exp".
7209 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
7210 "list line 1 in include file", "list message for lines past EOF",
7211 "list function in include file", "list list0.h:foo", and
7212 "list filename:function; nonexistant function".
7213 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
7214 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
7215 and "ptype t_char_array" to be for native cc only.
7216
7217 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
7218
7219 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
7220 setup_xfail for "print coremaker_bss", "print coremaker_ro",
7221 "print func2::coremaker_local", and "backtrace in corefile.exp".
7222
7223 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
7224
7225 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
7226 "bt in signals.exp". This problem only appears when running
7227 the testsuite, and then only intermittently.
7228
7229 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7230
7231 * gdb.base/return.exp (return_tests): Differentiate between
7232 two tests of continuing.
7233
7234 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7235
7236 * */Makefile.in (maintainer-clean): Remove config.log.
7237 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
7238 * gdb.c++/Makefile.in (PROGS): Add inherit.
7239 (clean): Remove *.ci.
7240
7241 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
7242
7243 * gdb.c++/misc.cc: Add test code from Mike Stump.
7244 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
7245
7246 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
7247
7248 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
7249 to "alpha-*-osf2*" and add comment.
7250 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
7251 setup_xfail for "step over execarg initialization" and
7252 "step over corearg initialization".
7253 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
7254 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
7255 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
7256 gcc compiled for "print coremaker_bss", "print coremaker_ro",
7257 "print func2::coremaker_local", and "backtrace in corefile.exp".
7258 * gdb.base/signals.exp: Build and source signals.ci.
7259 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
7260 to be for gcc only.
7261 * lib/gdb.exp: Move verbose statements outside conditionals.
7262
7263 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7264
7265 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
7266 Feb 3 procfs.c change.
7267
7268 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
7269
7270 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
7271
7272 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
7273
7274 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
7275 from dejagnu's apparent default of 10 seconds, which gives random
7276 results when running the tests over NFS on moderately loaded systems.
7277 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
7278
7279 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
7280
7281 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
7282 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
7283 result reports.
7284
7285 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
7286
7287 * configure.in (CY_AC_PATH_TCLH): Remove.
7288 * configure: Regenerate.
7289
7290 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
7291
7292 * gdb.c++/Makefile.in (clean): Add missing '{'.
7293
7294 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
7295
7296 * lib/gdb.exp: Provide a default value for noinferior.
7297
7298 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
7299 Load libgloss.exp.
7300
7301 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
7302
7303 * gdb.disasm/hppa.exp: Compile directly into an executable, use
7304 the executable, not the .o to run the tests from.
7305
7306 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
7307
7308 * gdb.base/break.exp: Don't test for program exit or exit status
7309 if $noresults if nonzero.
7310 * gdb.base/langs.exp: Likewise.
7311 * gdb.base/watchpoint.exp: Likewise.
7312
7313 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
7314 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
7315 trying to compile the testcase.
7316
7317 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
7318
7319 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
7320 * gdb.base/signals.exp (continue to handler): Likewise.
7321
7322 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
7323
7324 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
7325
7326 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
7327
7328 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
7329
7330 * gdb.base/corefile.exp: Recognize "not found" as failure
7331 when trying to determine if a core file was generated.
7332 If no core file was generate the first time, try again without
7333 the ulimit -c to work around braindamaged shells.
7334
7335 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
7336
7337 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
7338 [] tests with "test" and enclose string in quotes.
7339 * gdb.stabs/configure: Rebuild
7340
7341 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
7342
7343 Changes in sync with expect:
7344 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
7345 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
7346 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
7347 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
7348 argument to AC_REQUIRE.
7349 * configure: Regenerated.
7350
7351 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
7352
7353 * gdb.base/corefile.exp: When generating a core, discard any
7354 error messages about ulimit not found and the "core dumped"
7355 message from the shell that runs the coredumper.
7356
7357 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
7358
7359 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
7360
7361 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
7362 which sed script to run. Expect failure for v_comb test
7363 on PA targets too.
7364
7365 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
7366
7367 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
7368 "print func2::coremaker_local" and for "backtrace in corefile.exp"
7369
7370 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
7371
7372 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
7373 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
7374 "sparc-sun-solaris*" xfails for "p v_comb".
7375 * lib/gdb.exp (default_gdb_start): Fix typo.
7376 * gdb.base/corefile.exp: Allow "Core was generated by ..."
7377 messages to not include the full program name that caused
7378 the core dump since some systems (such as solaris) apparently
7379 truncate this path to about 80 characters.
7380 When generating a core file first try increasing the core file
7381 size limit to unlimited since some systems may default it to
7382 zero, and it is harmless to try it. Move the test for failing
7383 to generate a core file to where it will actually get executed.
7384 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
7385 new gdb result from g++ debug info improvements and make old
7386 pattern obsolescent. Also account for size_t differences
7387 (may be int or long).
7388 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
7389 initialization before function call is placed in the delay slot
7390 and thus appears to be skipped over by commands such as "next".
7391
7392 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7393
7394 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
7395
7396 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
7397
7398 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
7399 input source file; fix code to compile test to deal with this
7400 convention.
7401 * gdb.c++/*.exp: Likewise.
7402
7403 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
7404
7405 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
7406 "bt in signals.exp".
7407
7408 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
7409
7410 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
7411 "step over execarg initialization" and
7412 "step over corearg initialization".
7413
7414 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
7415
7416 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
7417 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
7418
7419 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
7420
7421 From Rob Savoye (rob@poseidon.cygnus.com)
7422 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
7423 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
7424 configure.in}, gdb.disasm/{Makefile.in, configure.in},
7425 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
7426 configure.in}: Major reworking for autoconfig.
7427 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
7428 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
7429 New files.
7430 * config/unix-gdb.exp: Make GDB global.
7431 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
7432 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
7433 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
7434 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
7435 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
7436 term.exp, twice.exp, watchpoint.exp, whatis.exp},
7437 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
7438 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
7439 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
7440 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
7441 pr-8136.exp, result.exp, string.exp, tuples.exp},
7442 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
7443 to returns as necessary, arrange for test to compile own testcase
7444 executable.
7445 * lib/gdb.exp: Changes for testsuite to compile own test cases.
7446
7447 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
7448
7449 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
7450 clear_xfail at end of test which might not call either pass or fail.
7451 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
7452 "backtrace through signal handler".
7453
7454 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7455
7456 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
7457 continuing from a job control stop signal.
7458 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
7459
7460 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
7461
7462 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
7463 * gdb.base/corefile.exp: Likewise.
7464 * gdb.base/funcargs.exp: Likewise.
7465
7466 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
7467
7468 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
7469 * config/monitor.exp: Add support for setting baud rate.
7470
7471 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
7472
7473 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
7474 i*86-*-linux* xfails for "backtrace through signal handler".
7475 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
7476 "print func2::coremaker_local".
7477 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
7478 alpha-dec-osf2* xfail for
7479 "delete all breakpoints when none".
7480
7481 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
7482
7483 * gdb.base/break.exp: Change test that deletes all breakpoints
7484 when no user breakpoints are installed. A post 4.15 change
7485 causes gdb to no longer prompt in this case.
7486
7487 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
7488
7489 * gdb.base/return.exp (return_tests): Change xfail for test
7490 "correct value returned double test" to stop xfailing at
7491 Solaris 2.5. Apparently the bug has been fixed.
7492
7493 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
7494
7495 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
7496 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
7497
7498 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
7499
7500 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
7501 * gdb.disasm/hppa.s: Corresponding changes.
7502
7503 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
7504
7505 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
7506 makefile fragment.
7507 * config/mt-hpux: Deleted.
7508
7509 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
7510
7511 * Many files: When warning about suppressed tests due to a
7512 nonexistant test binary, avoid incrementing the warning count.
7513
7514 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
7515
7516 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
7517
7518 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7519
7520 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
7521 "sparc-*-solaris2*".
7522
7523 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7524
7525 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
7526 Add global and local variables and initialize them.
7527 * gdb.base/corefile.exp: Test correct mapping of corefile sections
7528 by printing variables. Remove rs6000 and powerpc xfails, BFD now
7529 extracts the file name and terminating signal from the core file.
7530 * TODO: Remove note about tests for correct mapping of corefile.
7531 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
7532 from optimizing it away.
7533 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
7534 handles common blocks.
7535
7536 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
7537
7538 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
7539 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
7540
7541 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
7542
7543 * Makefile.in (maintainer-clean): New target, synonym for
7544 realclean.
7545 * gdb.base/Makefile.in (maintainer-clean): Likewise.
7546 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
7547 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
7548 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
7549 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
7550 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
7551
7552 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
7553
7554 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
7555 xfails when not gcc compiled for "print foo::funclocal".
7556 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
7557 "print foo::funclocal at foo",
7558 "print 'scope1.c'::foo::funclocal at foo",
7559 "print foo::funclocal_bss at foo",
7560 "print 'scope1.c'::foo::funclocal_bss at foo",
7561 "print foo::funclocal_ro at foo",
7562 "print 'scope1.c'::foo::funclocal_ro at foo",
7563 "print bar::funclocal at foo" and
7564 "print 'scope1.c'::bar::funclocal at foo".
7565 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
7566 gcc compiled for "print foo::funclocal at bar".
7567 Expand all messages to ensure that they identify that
7568 the test is at bar().
7569 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
7570 gcc compiled for:
7571 "ptype on opaque struct pointer (statically)",
7572 "ptype on opaque struct tagname (statically)",
7573 "ptype on opaque struct pointer (dynamically) 1",
7574 "ptype on opaque struct tagname (dynamically) 1",
7575 "ptype on opaque struct pointer (dynamically) 2" and
7576 "ptype on opaque struct tagname (dynamically) 2
7577 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
7578 gcc compiled for:
7579 "p datalocal"
7580 "whatis datalocal",
7581 "ptype datalocal",
7582 "p bsslocal",
7583 "whatis bsslocal", and
7584 "ptype bsslocal".
7585 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
7586 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
7587 when not gcc compiled.
7588 * gdb.base/funcargs.exp (float_and_integral_args): Add
7589 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
7590 compiled.
7591 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
7592 "backtrace from call6a" when not gcc compiled.
7593 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
7594 "backtrace from call7a" when not gcc compiled.
7595 * gdb.base/callfuncs.exp (do_function_calls):
7596 Add "hppa*-*-hpux*" xfail when not gcc compiled for
7597 "p t_char_array_values(char_array_val2,char_array_val1)",
7598 "p t_char_array_values(char_array_val1,char_array_val2)",
7599 "p t_char_array_values("carray 1","carray 2")",
7600 "p t_char_array_values("carray 1",char_array_val2)",
7601 "p t_char_array_values(char_array_val1,"carray 2")",
7602 "p sum_args(1,{2})",
7603 "p sum_args(2,{2,3})",
7604 "p sum_args(3,{2,3,4})",
7605 "p sum_args(4,{2,3,4,5})"
7606 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
7607 "backtrace in corefile.exp" when not gcc compiled.
7608
7609 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7610
7611 * gdb.base/signals.exp: Rewrite `handle all print' test as
7612 a procedure. Accept blanks or TABs as whitespace, increase
7613 timeout and expect input buffer size for the large output
7614 from the command. Remove "i*86-*-bsdi2.0" xfail.
7615
7616 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7617
7618 * gdb.base/setvar.exp: Add new testcases for truncation when
7619 assigning invalid values to bitfields.
7620
7621 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
7622
7623 * gdb.base/callfuncs.exp (do_function_calls): Remove
7624 mips-sgi-irix* xfail for
7625 "call inferior func with struct - returns char *"
7626 and fix test so that an optional (unsigned char *) cast is
7627 accepted in the result.
7628
7629 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
7630
7631 * gdb.base/funcargs.exp (float_and_integral_args): Remove
7632 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
7633 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
7634 * gdb.base/signals.exp: Remove duplicate "handle all print" test
7635 that accidentally got checked in.
7636
7637 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
7638
7639 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
7640 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
7641 compiled test.
7642 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
7643 Add mips-sgi-irix5* xfail for not gcc compiled.
7644 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
7645 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
7646 "p top", "whatis top", "p middle", and "whatis middle".
7647 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
7648 "whatis signed char" for not gcc compiled.
7649 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
7650 "set variable signed char=-1 (-1)" and
7651 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
7652 * gdb.base/funcargs.exp (float_and_integral_args):
7653 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
7654 Add mips-sgi-irix* xfail when not gcc compiled for
7655 "continue to call2b".
7656 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
7657 "continue to call2g".
7658 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
7659 "backtrace from call6a"
7660 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
7661 "backtrace from call7k".
7662 Add mips-sgi-irix5* xfail when not gcc compiled for
7663 "backtrace from call7a".
7664 (localvars_after_alloca): Fix gdb_test cmds for
7665 "print * after runto ...".
7666 Remove rs6000-*-* xfails for
7667 "print i after runto localvars_after_alloca" and
7668 "print l after runto localvars_after_alloca"
7669 for all compilers.
7670 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
7671 when not compiled with gcc, for:
7672 "print signed char == (minus)",
7673 "print signed char != (minus)",
7674 "print signed char < (minus)",
7675 "print signed char > (minus)".
7676 * gdb.base/callfuncs.exp (do_function_calls):
7677 Add mips-sgi-irix* xfail, when compiled with native compiler, for
7678 "call inferior func with struct - returns char *".
7679 * gdb.base/return.exp (return_tests): Change xfail for
7680 "correct value returned double test" to include Solaris 2.4.
7681 * gdb.base/funcargs.exp (float_and_integral_args):
7682 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
7683
7684 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7685
7686 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
7687 enumeration bitfields if compiling with GNU C.
7688 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
7689 to empty' prompt.
7690
7691 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
7692
7693 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
7694 test for PRO targets.
7695
7696 * gdb.base/funcargs.exp: Avoid ever setting more than 8
7697 breakpoints in the inferior at any given time by making
7698 two groups of breakpoints for call2*, call6* and call7*
7699 tests.
7700
7701 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7702
7703 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
7704 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
7705 from optimizing it away.
7706 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
7707 "call inferior func with struct".
7708
7709 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
7710
7711 * configure.in: Only configure gdb.chill for particular targets.
7712
7713 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
7714
7715 * gdb.base/Makefile.in: Add action to .c.o transformation
7716 rule that generates a .ci file for each .o file and remove
7717 explicit .c.o rules except for callfuncs.o.
7718 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
7719 generates a .ci file for each .o file and remove explicit
7720 .cc.o rules.
7721 (clean): Remove *.tmp *.ci files.
7722 (EXECUTABLES): Remove templ-info.exp.
7723 * gdb.base/compiler.c: New file.
7724 * gdb.c++/compiler.cc: New file
7725 * gdb.base/scope.exp: Source gdb.base/scope.ci.
7726 Change rs6000-*-* xfail for
7727 "print 'scope0.c'::filelocal_ro" and
7728 "print 'scope1.c'::filelocal" and
7729 "print 'scope1.c'::filelocal_bss" and
7730 "print 'scope1.c'::filelocal_ro" and
7731 "print 'scope1.c'::foo::funclocal" and
7732 "print 'scope1.c'::foo::funclocal_ro" and
7733 "print 'scope1.c'::bar::funclocal" and
7734 "print 'scope0.c'::filelocal_ro" and
7735 "print 'scope1.c'::filelocal at foo" and
7736 "print 'scope1.c'::filelocal_bss at foo" and
7737 "print 'scope1.c'::filelocal_ro at foo" and
7738 "print 'scope1.c'::foo::funclocal at foo" and
7739 "print 'scope1.c'::foo::funclocal_bss at foo" and
7740 "print 'scope1.c'::foo::funclocal_ro at foo" and
7741 "print 'scope1.c'::bar::funclocal at foo" and
7742 "print 'scope0.c'::filelocal_ro" and
7743 "print 'scope1.c'::filelocal" and
7744 "print 'scope1.c'::filelocal_bss" and
7745 "print 'scope1.c'::filelocal_ro" and
7746 "print 'scope1.c'::foo::funclocal" and
7747 "print 'scope1.c'::foo::funclocal_bss" and
7748 "print 'scope1.c'::foo::funclocal_ro" and
7749 "print 'scope1.c'::bar::funclocal" and
7750 "print 'scope1.c'::bar::funclocal_bss"
7751 to only be xfail'd when not compiled with gcc.
7752 Add rs6000-*-* xfail for
7753 "print 'scope0.c'::filelocal_bss before run"
7754 when compiled with gcc.
7755 (test_at_main): Add rs6000-*-* xfail for
7756 "print filelocal_ro in test_at_main"
7757 when compiled with gcc.
7758 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
7759 Add rs6000-*-aix* xfail for
7760 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
7761 "ptype t_char_array", not compiled with gcc.
7762 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
7763 xfail for "list foo (in include file)" when gcc compiled.
7764 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
7765 (integral_args): Add rs6000-*-* xfail for
7766 "run to call0a" if not compiled with gcc.
7767 (unsigned_integral_args): Add rs6000-*-* xfail for
7768 "run to call1a" if not compiled with gcc.
7769 (float_and_integral_args): Add rs6000-*-* xfail for
7770 "run to call2a" if not compiled with gcc and for
7771 "continue to call2b" for any compiler.
7772 Add rs6000-*-* xfail to
7773 "print f1 after run to call2a" for gcc compiled.
7774 (discard_and_shuffle): Add rs6000-*-* xfail for
7775 "run to call6a".
7776 (shuffle_round_robin): Add rs6000-*-* xfail for
7777 "backtrace from call7a" if not compiled with gcc.
7778 Add rs6000-*-* xfail for
7779 "backtrace from call7b" if compiled with gcc.
7780 (call_after_alloca): Add rs6000-*-* xfail for
7781 "print c in call_after_alloca" and
7782 "print s in call_after_alloca" and
7783 "backtrace from call_after_alloca_subr"
7784 if not compiled with gcc.
7785 (localvars_in_indirect_call): Add rs6000-*-* xfail for
7786 "print c in localvars_in_indirect_call" and
7787 "print c in localvars_in_indirect_call" and
7788 "backtrace in indirectly called function" and
7789 "stepping into indirectly called function"
7790 if not compiled with gcc.
7791 (localvars_after_alloca): Add rs6000-*-* xfail for
7792 "print c after runto localvars_after_alloca" and
7793 "print s after runto localvars_after_alloca" and
7794 "print i after runto localvars_after_alloca" and
7795 "print l after runto localvars_after_alloca"
7796 for all compilers.
7797 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
7798 than whatis-info.exp.
7799 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
7800 than opaque-info.exp.
7801 Setup rs6000-*-* xfail for
7802 "ptype on opaque struct pointer (statically)" and
7803 "ptype on opaque struct pointer (dynamically)" when
7804 not compiled with gcc.
7805 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
7806 rather than callf-info.exp.
7807 (do_function_calls): Add clear_xfail for rs6000-*-* for
7808 "p t_float_values2(3.14159,float_val2)". Seems to work
7809 fine there, both with xlc and gcc. Need to find out what
7810 it is doing right and fix other platforms.
7811 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
7812 "call inferior func with struct - returns int",
7813 "call inferior func with struct - returns long",
7814 "call inferior func with struct - returns float",
7815 "call inferior func with struct - returns double",
7816 "call inferior func with struct - returns char *",
7817 but only if not gcc compiled (presumes xlc compiled).
7818 Change rs6000-*-* xfails for
7819 "call inferior func with struct - returns char" and
7820 " call inferior func with struct - returns short" to only
7821 xfail if not using gcc.
7822 (clean mostlyclean): Remove *.ci and *.tmp files.
7823 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
7824 than templ-info.exp.
7825 * gdb.base/langs.exp: Source gdb.base/langs.ci.
7826 Add rs6000-*-* xfail for "up to foo in langs.exp"
7827 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
7828 when not gcc compiled.
7829
7830 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7831
7832 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
7833 * gdb.base/corefile.exp: Likewise.
7834 * gdb.base/list.exp: Likewise.
7835 * gdb.base/scope.exp: Likewise.
7836 * gdb.base/siganls.exp: Likewise.
7837
7838 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
7839 compiler output.
7840 * gdb.base/whatis.exp: Likewise.
7841
7842 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
7843
7844 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
7845 failure (opcode table has been fixed to match reality).
7846
7847 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
7848
7849 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
7850 "call inferior func with struct - returns char",
7851 "call inferior func with struct - returns short"
7852
7853 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
7854 "print 'scope0.c'::filelocal at main",
7855 "print 'scope0.c'::filelocal_bss in test_at_main",
7856 "print 'scope0.c'::filelocal at foo",
7857 "print 'scope0.c'::filelocal_bss in test_at_foo",
7858 "print 'scope0.c'::filelocal at bar",
7859 "print 'scope0.c'::filelocal_bss in test_at_bar"
7860
7861 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
7862 in source file 1". This bug seems to have been fixed with both
7863 gcc and native cc (was native assembler bug?).
7864
7865 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
7866
7867 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
7868 "backtrace through signal handler" to "i*86-*-sysv4*".
7869 * gdb.base/signals.exp: Add xfail for "'next' behaved as
7870 continue" case. Add "known SVR4 bug" to fail message.
7871 Add "i*86-*-bsdi2.0" xfail for "handle all print".
7872 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
7873 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
7874 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
7875 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
7876 "up to foo in langs.exp", "show language at foo in
7877 langs.exp", "up to cppsub_ in langs.exp", "show
7878 language at cppsub_ in langs.exp", "up to fsub in
7879 langs.exp", and "show language at fsub in langs.exp".
7880 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
7881 "bactrace in corefile.exp".
7882 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
7883 "call inferior function with struct - returns float" and
7884 "call inferior function with struct - returns double".
7885
7886 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
7887
7888 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
7889 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
7890 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
7891 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
7892
7893 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
7894
7895 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
7896 (or overriden) "CHILL" macro rather then bare "gcc".
7897 Also look for ../../gcc/xgcc since that is what we will
7898 actually need, not "Makefile". Remove following assignment
7899 of CHILL to CHILL_FOR_TARGET because that results in
7900 recursive definition.
7901
7902 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
7903
7904 * gdb.base/corefile.exp: Change xfail for backtrace in
7905 corefile.exp from linuxaout to all linux.
7906 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
7907 cases where we miss the breakpoint at the signal handler
7908 for some reason. Setup xfail for linuxoldld/linuxaout and
7909 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
7910 hitting SIGURG breakpoint.
7911 * gdb.base/signals.exp: Setup xfail for "next" acting like
7912 continue to add linuxoldld. Setup xfail for all linux for
7913 "next to handler in signals_tests_1", "backtrace in
7914 signals_tests_1", "continue to func1", "pass SIGUSR1",
7915 and continue to handler".
7916
7917 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
7918
7919 * Update all FSF addresses except those in COPYING* files.
7920
7921 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
7922
7923 * gdb.base/a2-run.exp: Change messages to be more explicit about
7924 the status of args, and quote binfile in results.
7925
7926 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
7927
7928 * gdb.base/callfuncs.exp: Add tests for passing structs to
7929 inferior functions and return various types.
7930 * gdb.base/callfuncs.c: Add functions to receive a struct
7931 and return a member of the struct, in various types.
7932
7933 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7934
7935 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
7936
7937 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7938
7939 * config/vxworks29k.exp: New file, sources vxworks.exp.
7940
7941 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7942
7943 * config/gdbremote.exp: New file. Testing framework using
7944 gdbserver.
7945
7946 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
7947
7948 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
7949 "call function when asleep" and "send end of file".
7950 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
7951 for "backtrace in corefile.exp".
7952 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
7953 for "backtrace through signal handler".
7954 * gdb.base/corefile.exp: Make sure we actually generate a core file
7955 before trying the core tests. Some systems allow the user to suppress
7956 generation of core files and default to that (linux for example).
7957 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
7958 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
7959
7960 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7961
7962 * gdb.threads: New directory with some crude multi-threaded
7963 gdb tests (step.exp and step2.exp).
7964 * config/mt-lynx (STEP_EXECUTABLE): Define.
7965 (THREADFLAGS): Define.
7966
7967 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
7968
7969 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
7970
7971 * gdb.base/signals.exp: Disable whole file for lynx until
7972 further notice.
7973
7974 * gdb.base/signals.exp: xfail test where "next" acts like
7975 "continue" for lynx.
7976
7977 * gdb.base/interrupt.exp: xfail test for calling function while
7978 inferior is asleep for lynx.
7979
7980 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
7981 than one cr-lf after each command.
7982
7983 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7984
7985 * configure.in: Reinstate setting of stabsdirs variable, fix
7986 typo in setting up configdirs for native builds.
7987
7988 * gdb.base/return.exp: Fix typo in return double test.
7989 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
7990 compiler from optimizing them away.
7991
7992 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
7993
7994 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
7995 sequences to be echo'd by gdb when using gdb_test.
7996 * gdb.chill/chexp.exp: Likewise.
7997 * gdb.fortran/exprs.exp: Likewise
7998
7999 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8000
8001 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
8002 after the inferior gdb has started.
8003
8004 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
8005 after each command.
8006 * gdb.base/funcargs.exp: Likewise.
8007 * gdb.base/gdbvars.exp: Likewise.
8008 * gdb.base/interrupt.exp: Likewise.
8009 * gdb.base/list.exp: Likewise.
8010 * gdb.base/watchpoint.exp: Likewise.
8011 * gdb.c++/demangle.exp: Likewise.
8012 * gdb.c++/inherit.exp: Likewise.
8013 * gdb.chill/chexp.exp: Likewise.
8014 * gdb.fortran/exprs.exp: Likewise.
8015
8016 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
8017 test if we can't handle IO to/from the inferior.
8018
8019 * gdb.c++/misc.exp: Always check for a program already being
8020 started after sending a "run" command to gdb.
8021
8022 * gdb.base/twice.exp: Start with a fresh gdb.
8023
8024 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
8025 only depend on gdb's expression code, not the chill runtime.
8026
8027 * gdb.base/return.c: Put return values into variables so we
8028 can have gdb print them rather than depending on the program
8029 to print them.
8030 * gdb.base/return.exp: Corresponding changes.
8031
8032 * lib/gdb.exp: Provide default value for noinferiorio.
8033 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
8034 the inferior.
8035
8036 * gdb.base/break.exp: Always check for a program already being
8037 started after sending a "run" command to gdb.
8038 (text_next_with_recursion): Don't check the output from the
8039 program's printf statement. Instead just make sure the program
8040 exited.
8041
8042 * gdb.base/commands.exp: Protect tests which need arguments with
8043 $noargs conditionals.
8044
8045 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8046
8047 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
8048 of structure member arrays to match gdb/valops.c:value_addr change.
8049
8050 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
8051
8052 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
8053 cases.
8054
8055 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
8056
8057 * configure.in (configdirs): Remove gdb.chill from default list
8058 of subdirs and then add it back in only if doing a native build.
8059 The current chill compiler does not yet work in any cross build.
8060 * Revert all signal changes from Jul 6.
8061 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
8062 for sh-hms targets, allowing these tests to link, with no other
8063 changes. Testing is suppressed by setting "nosignals" in site.exp.
8064
8065 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
8066
8067 * configure.in (signaldirs): Define and add to configdirs for all
8068 targets except some specific ones that are known to not support signals.
8069 Also clean up formatting.
8070 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
8071 (signals, sigall): Remove rules to build.
8072 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
8073 Moved to new gdb.signals directory.
8074 * gdb.signals: New test directory.
8075 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
8076 signals.c signals.exp}: New or moved files.
8077
8078 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
8079
8080 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
8081
8082 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
8083
8084 * gdb.base/return.exp: Xfail `return double' test failure
8085 on at least Solaris 2.3 and handle future/past versions on
8086 a case by case basis as appropriate. Also update message
8087 to include i*86 failures.
8088
8089 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8090
8091 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
8092
8093 * lib/gdb.exp: Fix comment which erroneously identified
8094 gdb_file_cmd as gdb_load (the 19 May change was in fact to
8095 gdb_file_cmd not gdb_load).
8096 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
8097
8098 * gdb.base/setvar.exp: Make test names consistent between pass and
8099 fail cases. Use gdb_test more.
8100
8101 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8102
8103 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
8104
8105 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8106
8107 * gdb.base/help.exp: Fix expected help string for `show commands'.
8108
8109 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
8110
8111 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
8112
8113 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
8114 of a text section.
8115
8116 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
8117
8118 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
8119 that loop eventually terminates. Fix Connection refused logic so
8120 that testsuite will expire nicely.
8121
8122 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
8123
8124 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
8125 config/rom68k.exp: New tcl glue for the appropriate monitors.
8126 These all just end up calling monitor.exp.
8127 * config/monitor.exp (gdb_target_monitor): Handle `Connection
8128 refused' by retrying. Cleanup some timeout issues.
8129 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
8130 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
8131 callers don't have to set/restore global timeout variable.
8132
8133 * The following set of changes centralizes management of the global
8134 timeout variable. This way, it can be set in one target dependent
8135 place instead of dozens of places scattered throughout the test suite.
8136 If you need to lengthen a timeout, then you should either set timeout
8137 in one of the config/{target}.exp files, or multiply it by a factor.
8138 Setting it to an absolute value is always going to lose for some
8139 targets.
8140 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
8141 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
8142 * gdb.base/funcargs.exp: Don't set timeout.
8143 * gdb.base/list.exp (test_forward_search): Only use local timeout.
8144 * gdb.base/printcmds.exp (test_print_string_constants
8145 test_print_array_constants): Don't set timeout.
8146 * gdb.base/ptype.exp: Don't set timeout.
8147 * gdb.base/recurse.exp: Don't set timeout.
8148 * gdb.base/return.exp: Don't set timeout.
8149 * gdb.base/watchpoint.exp: Don't set timeout.
8150 * gdb.c++/classes.exp (do_tests): Don't set timeout.
8151 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
8152
8153 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
8154
8155 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
8156
8157 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8158
8159 * lib/gdb.exp: Disable chill tests for irix5.
8160
8161 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8162
8163 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
8164 each test pass or fail.
8165
8166 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8167
8168 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
8169 xlc not gcc.
8170
8171 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
8172
8173 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
8174
8175 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
8176
8177 * config/est.exp: Fix copyright and comments. Remove dead code.
8178 Use targetname, serialport and baud variables instead of fixed
8179 constants.
8180 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
8181 * config/cpu32bug.exp: New file to support cpu32bug monitors.
8182
8183 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8184
8185 * gdb.base/watchpoint.exp: Don't run
8186 test_watchpoint_triggered_in_syscall for sunos.
8187
8188 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8189
8190 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
8191 they don't seem to exist. Do include stdio.h.
8192
8193 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8194
8195 * gdb.base/a1-selftest.exp: Add alpha xfail.
8196
8197 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8198
8199 * gdb.base/watchpoint.c (main): Prompt before calling read().
8200 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
8201 Revise accordingly. Remove cruft about sending "123" several
8202 times, until it gets noticed. Clean up the "print buf[0]" stuff
8203 so that it passes or fails, and waits for prompts in the usual way.
8204
8205 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8206
8207 * gdb.base/recurse.exp: Fix comment.
8208
8209 * TODO: Remove item about printing variables in nodebug.exp. Add
8210 item about enabling tests which are only run on some targets.
8211
8212 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
8213 fail, make test names unique, use new gdb_test convention
8214 regarding pattern, use gdb_test more, etc.).
8215
8216 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
8217 fail, make test names unique, etc.).
8218
8219 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8220
8221 * gdb.base/nodebug.c: Change return type of top and middle to
8222 short.
8223 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
8224 are fixed by the recent mdebugread.c changes. Allow `short ()'
8225 as type for top and middle.
8226
8227 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8228
8229 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
8230 nearly as I can tell, the whole thing was an accident in Stu's
8231 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
8232 to replace a send/expect pair with gdb_test, but ended up only
8233 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
8234 of 30 Mar 1995 took care of it, but left this vestigial comment
8235 which I am now nuking.
8236
8237 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8238
8239 * gdb.base/break.exp: Look for different line number for
8240 breakpoint at main depending on usestubs.
8241
8242 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8243
8244 * gdb.base/list.exp: Adjust some alternate expect patterns to
8245 match recent list0.c change. Add alternate expect pattern for
8246 output from `list default lines around main' for optimizing
8247 compilers.
8248
8249 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8250
8251 * lib/gdb.exp: If nosignals is not set, set it to 0.
8252
8253 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
8254
8255 * config/slite-gdb.exp: Responds to load symbol table prompt.
8256 * gdb.base/break.exp: Adjust line number, fix rerun.
8257 * gdb.base/langs0.c: Add #ifdef usestubs.
8258
8259 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
8260
8261 * gdb.base/list.exp: Adjust line contents after adding new lines in
8262 list0.c. Also fix a syntax error.
8263
8264 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
8265 * gdb.base/break.exp: ditto.
8266 * gdb.base/list.exp: ditto.
8267 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
8268 * gdb.base/run.c: ditto.
8269 * gdb.base/list0.c: ditto.
8270 * gdb.base/funcargs.c: ditto.
8271
8272 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
8273
8274 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
8275 $targetname, $serialport and $baud instead of hardwired variables.
8276 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
8277 target doesn't support signals.
8278
8279 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
8280
8281 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
8282
8283 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8284
8285 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
8286 Don't rely on the value of an auto variable before it has been
8287 initialized. Use gdb_test more.
8288
8289 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8290
8291 * lib/gdb.exp (default_gdb_version): A version number must start
8292 with a digit, but other than that contains all characters up to
8293 the first whitespace character.
8294
8295 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8296
8297 * gdb.base/commands.exp (breakpoint_command_test): New tests.
8298
8299 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8300
8301 * gdb.c++/*.exp: Warn if executable does not exist. The original
8302 reason for skipping the warning was that configure.in sometimes
8303 intentionally skipped building the executables but the tcl code
8304 had no way of knowing. That (a) was always bogus with respect to
8305 error handling, (b) is no longer true (right now there is no way
8306 to skip C++ tests).
8307
8308 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
8309
8310 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8311
8312 * gdb.base/list.exp: Add expect patterns for output from
8313 SunPRO compiled executables.
8314 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
8315 types.
8316
8317 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8318
8319 * gdb.base/break.exp (test_next_with_recursion): Accept any line
8320 number (we are already testing that the correct source line text
8321 gets printed).
8322
8323 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
8324 that is what is intended, but something needed to be done to get
8325 sunos4 native working again.
8326
8327 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
8328
8329 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
8330 apparently went with a (very) old xfail.
8331
8332 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
8333
8334 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
8335 runto_main is a proc in gdb.exp that will do 'step' for target use
8336 stubs.
8337 * gdb.base/exprs.exp: ditto.
8338 * gdb.base/interrupt.exp: ditto.
8339 * gdb.base/opaque.exp: ditto.
8340 * gdb.base/printcmds.exp: ditto.
8341 * gdb.base/ptype.exp: ditto.
8342 * gdb.base/scope.exp: ditto.
8343 * gdb.base/setvar.exp: ditto.
8344 * gdb.base/signals.exp: ditto.
8345 * gdb.base/twice.exp: ditto.
8346 * gdb.c++/classes.exp: ditto.
8347 * gdb.c++/inherit.exp: ditto.
8348 * gdb.c++/templates.exp: ditto.
8349 * gdb.base/break.exp: no run and hit main for stubs. Change line
8350 numbers for breakpoints and info breakpoint.
8351 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
8352 breakpoint().
8353 * gdb.base/callfuncs.c: ditto.
8354 * gdb.base/exprs: ditto.
8355 * gdb.base/interrupt.c: ditto.
8356 * gdb.base/opaque0.c: ditto.
8357 * gdb.base/printcmds.c: ditto.
8358 * gdb.base/ptype.c: ditto.
8359 * gdb.base/scope0.c: ditto.
8360 * gdb.base/setvar.c: ditto.
8361 * gdb.base/signals.c: ditto.
8362 * gdb.base/twice.c: ditto.
8363 * gdb.c++/misc.cc: ditto.
8364 * gdb.c++/templates.cc: ditto.
8365
8366 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8367
8368 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
8369
8370 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
8371 somewhere between `read' and `main.c'. I'm pretty sure the
8372 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
8373 and it isn't particularly useful.
8374
8375 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
8376
8377 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8378
8379 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
8380
8381 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
8382
8383 * config/mt-slite: add LIBS and -nostdlib.
8384 * config/slite-gdb.exp: add this new file to support sparclite target.
8385
8386 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
8387
8388 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
8389
8390 * gdb.base/a2-run.exp: Change argument to istarget from
8391 "*-*-vxworks" to "*-*-vxworks*".
8392 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
8393
8394 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
8395
8396 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
8397 will not runto main but do a 'step' to step out of breakpoint().
8398 * config/mt-slite: add -Dusestubs.
8399
8400 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8401
8402 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
8403 instead of just @.
8404
8405 * gdb.base/signals.exp: Add test for "handle all print".
8406 * TODO: Remove "handle all print". Also remove item about
8407 checking copyright date (I don't like the idea of a spurious FAIL
8408 based on when we run the tests).
8409
8410 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
8411 for SunOS4 (reason for failure not investigated). Remove
8412 redundant test for $binfile.
8413
8414 * gdb.base/nodebug.c (array_index): Call malloc.
8415
8416 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
8417
8418 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
8419
8420 * gdb.base/recurse.exp: Update gdb_test invocation to use new
8421 conventions and slightly simplify the matching regexp.
8422
8423 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8424
8425 * gdb.base/break.exp: Update gdb_test invocation to use new
8426 convention.
8427
8428 * lib/gdb.exp: If noargs is not set, set it to 0.
8429
8430 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
8431 tests unique.
8432
8433 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
8434
8435 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8436
8437 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
8438 one argument of type "<non-float parameter>".
8439
8440 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
8441
8442 * config/rom68k.exp: New file to support Motorola IDP board.
8443 * gdb.base/a2-run.exp: Skip this file if noargs is set.
8444 * gdb.base/break.c: Change things around so that this program
8445 doesn't depend upon args. This is necessary to make remote
8446 targets work (in general, they can't take args).
8447 * gdb.base/break.exp: Don't try to send args to program. Don't
8448 expect output. Also, replace lots of code with gdb_test.
8449
8450 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8451
8452 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
8453 printing of '\'' (which is what the comment says we are testing,
8454 even though we were not), not '''.
8455 (test_integer_literals_rejected): Test that printing ''' is an error.
8456
8457 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8458 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
8459 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
8460 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
8461 Use gdb_test not test_print_accept.
8462 * lib/gdb.exp: Remove test_print_accept.
8463
8464 * gdb.base/signals.exp (signal_tests_1): Make pass message
8465 consistent with fail message.
8466
8467 * gdb.base/whatis.exp: Remove xfails for printing char vs.
8468 unsigned char; the bug (PR 1821) is fixed.
8469
8470 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
8471
8472 * gdb.base/scope.exp (test_at_localscopes): Call pass for
8473 successful tests--makes xfailing them work right.
8474
8475 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8476
8477 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
8478 only \r\n, not .*. The test can pass .* as the last thing in
8479 $pattern if that is what it wants. In addition to providing this
8480 flexibility, this change should speed up pattern matching in cases
8481 where the pattern already ended with .* (there were a number of
8482 them). This change also helps catch bad patterns--in the old
8483 scheme the typo "char \*" instead of "char \\*" would pass. Now
8484 it is caught.
8485 * Many .exp files: Update callers.
8486
8487 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
8488 clearer and does not spuriously match multiple ('s. Likewise for
8489 ) and *.
8490
8491 * gdb.base/nodebug.exp: Test ability to call a function and pass
8492 it a string (even with no debugging info).
8493
8494 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
8495 "p '\'", which is the same as "p ''" once tcl gets done with
8496 quoting, to "p '\\'", which I suspect is what is intended (one
8497 backslash gets sent to GDB).
8498
8499 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
8500
8501 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8502
8503 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
8504 1817) was fixed literally years ago.
8505
8506 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8507
8508 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
8509 test, it causes stepping out of call_after_alloca_subr with
8510 optimizing compilers.
8511 (localvars_in_indirect_call): Consume GDB prompt if `finish'
8512 fails.
8513
8514 * gdb.c++/templates.exp: Source templ-info.exp only if
8515 the templates executable exists.
8516
8517 * gdb.c++/misc.cc (class Contains_static_instance,
8518 class Contains_nested_static_instance),
8519 gdb.c++/classes.exp (test_static_members): Test printing of
8520 a class that contains a static instance of the class.
8521
8522 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8523
8524 * gdb.base/langs2.c (cppsub_): Don't prototype.
8525 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
8526 only, I believe).
8527
8528 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8529
8530 * lib/gdb.exp (skip_chill_tests): New procedure.
8531
8532 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
8533
8534 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
8535
8536 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
8537 each expect pattern. Cuts runtime from 12 to about 4 seconds.
8538
8539 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8540
8541 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
8542
8543 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
8544 disassemble 8, not 16, instructions for part 4.
8545
8546 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
8547 support the latter anymore.
8548
8549 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
8550 -DNO_PROTOTYPES.
8551 * gdb.base/callfuncs.c: Control use of prototypes based on
8552 NO_PROTOTYPES, not __STDC__.
8553 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
8554 t_float_values2 tests if prototypes in use.
8555
8556 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
8557 t_double_values): When checking differences against DELTA, check
8558 that difference is within the range (-DELTA,DELTA), not just
8559 (-infinity,DELTA).
8560
8561 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
8562
8563 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
8564 'file' command firts, then 'target', then 'load', this is due to gdb
8565 target set up.
8566 * config/mips-gdb.exp: Fix a couple regular exp bugs.
8567
8568 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
8569
8570 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
8571 FP load/store variants.
8572 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
8573
8574 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
8575
8576 * gdb.base/term.exp: Do not give a warning if not native, it is
8577 not an abnormal condition.
8578
8579 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
8580
8581 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
8582 t_char_array".
8583
8584 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
8585
8586 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
8587 are getting the version number.
8588
8589 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
8590 if not native, it is not an abnormal condition.
8591
8592 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8593
8594 * lib/gdb.exp: Just use "file exists", rather than undocumented
8595 dejagnu procedure "findfile".
8596
8597 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8598
8599 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
8600 (LDFLAGS): Set to -Xlinker -Ur.
8601
8602 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
8603 Removed, these values are set by lib/gdb.exp.
8604
8605 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
8606
8607 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8608
8609 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
8610 of replicating gdb startup code.
8611
8612 * config/mt-vxworks (LDFLAGS): Set to -r.
8613 (CFLAGS_FOR_TARGET): Removed.
8614
8615 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
8616 (gdb) and gdb for vxworks uses (vxgdb).
8617
8618 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
8619 executable is not in the tree and host != target, use sed and
8620 program_transform_name to determine the gdb name used by the
8621 target.
8622
8623 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
8624 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
8625
8626 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8627
8628 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
8629 floats, chars, and shorts where there are ANSI-style function
8630 definitions.
8631
8632 * gdb.base/langs.exp, gdb.base/langs*: New test.
8633 * gdb.base/Makefile.in: Build it.
8634 * TODO: Remove item about checking that C names don't get C++
8635 demangling applied; this test tests it.
8636
8637 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8638
8639 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
8640 went with the const70 xfail. The xfail went away a year ago.
8641
8642 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
8643
8644 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
8645 for hp300.
8646
8647 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
8648
8649 * gdb.base/a1-selftest.exp: Don't run on hp300.
8650
8651 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8652
8653 * Makefile.in (site.exp): Set host_alias and target_alias as well
8654 as host_triplet and target_triplet.
8655
8656 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8657
8658 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
8659
8660 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
8661 places as other ecoff systems).
8662
8663 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
8664 ultrix.
8665
8666 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8667
8668 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
8669 remove them.
8670 * gdb.base/nodebug.exp: Accept "function" in addition to "text
8671 variable and "variable" in addition to "data variable".
8672 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
8673
8674 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
8675 2.
8676 * gdb.base/list1.c (long_line): Add additional statement at start
8677 of function.
8678 * gdb.base/list.exp (test_forward_search): Update line number to
8679 reflect new statement.
8680
8681 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8682
8683 * gdb.base/signals.exp: Reinitialize searched source directories
8684 after gdb_start call.
8685
8686 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
8687
8688 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
8689 * gdb.stabs/Makefile.in: Likewise.
8690
8691 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
8692 change. Instead split the tests into smaller pieces.
8693 * gdb.disasm/hppa.s: Corresponding changes.
8694
8695 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8696
8697 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8698 Quote ^C when passing it to stty. For some shells ^ is a pipe.
8699
8700 * gdb.base/funcargs.exp: Modify many tests so that every test
8701 either passes or fails. Make some test names unique.
8702
8703 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8704
8705 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8706 Call stty to set interrupt character.
8707
8708 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
8709 for HP assembler versus GNU assembler based on actual behavior of
8710 $(CC), rather than assuming that $(AS) is always the GNU assembler.
8711
8712 * TODO: Suggest a few more stepping tests.
8713
8714 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
8715
8716 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
8717 restart GDB for h8300 after a continue.
8718 (return): Add pattern to match a29k-udi behavior.
8719 * gdb.base/nodebug.exp: Remove obsolete comment.
8720 * gdb.base/regs.exp: New file, testing of register displays.
8721 * gdb.base/return.exp: Fix typo in reference to $objdir.
8722 * gdb.base/whatis.exp: Always start with a fresh GDB.
8723
8724 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8725
8726 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
8727 higher, these tests generate a lot of output.
8728
8729 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8730
8731 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
8732 code following the catch silently ignored some errors; without the
8733 catch they should be thrown like any other tcl error. Also, the
8734 catch used "" instead of {} which meant all the callers who wanted
8735 to include one of the characters "[]$ had to quote it an extra time.
8736 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
8737 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
8738 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
8739 Remove extra quoting.
8740
8741 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
8742
8743 * gdb.base/commands.exp: Make test names unique; every test either
8744 passes or fails. Update some comments.
8745
8746 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
8747
8748 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8749
8750 The following fixes a FAIL caused by the fact that the alpha stabs
8751 configuration didn't use the ".if alpha" code in weird.def.
8752 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
8753 bit pointer, so the 32 bit version works even on the alpha.
8754 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
8755 Remove the stuff which allowed us to have separate versions for
8756 alpha and everything else.
8757
8758 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
8759 regexp which "info func operator\[\](" is supposed to match. Fix
8760 string to send to GDB. Note that GDB still doesn't work right. Add a
8761 new test for "info func .perator\[\](" which GDB does handle correctly.
8762
8763 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
8764
8765 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8766
8767 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
8768 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
8769 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
8770 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
8771 it makes the tests harder to understand and confuses test-o-matic.
8772 The preferred style is that each test provides a PASS or a FAIL,
8773 and has a unique message (e.g. "continue #54" not just "continue")
8774 which is the same for the pass and the fail.
8775 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8776 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
8777 to lib/gdb.exp.
8778 * gdb.base/printcmds.exp: Use test_print_accept. Remove
8779 prt_accept which was basically the same thing. Likewise for
8780 test_print_reject and prt_reject.
8781 * lib/gdb.exp (test_print_reject): Add some more error message
8782 patterns to match from the former printcmds.exp (prt_reject).
8783 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
8784 One defect of the passcount stuff is that some of it failed to
8785 report XPASS where appropriate.
8786 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
8787 stuff before and after arg in expected pattern.
8788 (test_paddr_operator_functions): Re-do test without print_addr_of;
8789 this is the only test which seems to want extra stuff there.
8790
8791 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8792
8793 * gdb.base/nodebug.exp: Update new tests to reflect improved
8794 wording of gdb output.
8795
8796 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
8797 and "ptype" work on variables in files compiled without -g.
8798 Replaces commented out "maint print msymbol" tests.
8799
8800 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8801
8802 * gdb.base/setvar.c (dummy): Call malloc.
8803
8804 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
8805 losing with the irix4 sed.
8806
8807 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
8808 ALRM" on irix4.
8809
8810 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8811
8812 * TODO: Remove items about corefile.exp testing new exec-file and
8813 backtrace; both are now done. Add items about printing enums.
8814
8815 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8816
8817 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
8818 "get signal $thissig" test fails.
8819
8820 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
8821
8822 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8823
8824 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
8825 compiler warning with dec alpha compiler.
8826
8827 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
8828 extra \n from gdb_test call (this explains why the prompt test
8829 that I removed yesterday was there).
8830 (user_defined_command_test): Remove extra \n and prompt test.
8831
8832 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
8833 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
8834 doesn't exist.
8835 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
8836 Also remove alpha workaround, which turns out to be because
8837 SIGABRT == SIGLOST.
8838
8839 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
8840
8841 * gdb.base/help.exp: Don't test "help show".
8842
8843 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8844
8845 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
8846 "set print address" is on.
8847 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
8848 pass prompt to gdb_test; gdb_test already looks for the prompt.
8849
8850 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
8851
8852 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
8853 was a vestige of the manual TESTSTRATEGY, and the purpose of it
8854 was to make sure that gdb can read a core file. But (a) the "read
8855 the corefile" part didn't make it to a1-selftest.exp, we just
8856 delete the corefile after creating it, and (b) we test reading
8857 corefiles in corefile.exp anyway. Also, this test left around a
8858 xgdb process on Solaris.
8859
8860 * gdb.base/corefile.exp: Also test backtrace.
8861
8862 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
8863
8864 * gdb.base/commands.exp: Test a simple user defined command with
8865 arguments and if/while statements; verify the full user command is
8866 printed by "show user".
8867
8868 * gdb.base/commands.exp: Test if/while commands as part of a
8869 breakpoint command list; verify they appear in breakpoint
8870 information.
8871
8872 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8873
8874 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
8875 than by dividing by zero.
8876
8877 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
8878
8879 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
8880 performing an inferior call with watchpoints enabled.
8881 * gdb.base/watchpoint.c (main): Delete second unnecessary read
8882 call.
8883
8884 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8885
8886 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
8887 of "file" command.
8888
8889 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
8890 Add additional pattern for when "int operator int(void);" appears
8891 in a different order.
8892
8893 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8894
8895 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
8896
8897 * gdb.base/help.exp: Replace most of docstrings for "info signals"
8898 and "signal" with ".*".
8899
8900 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8901
8902 * TODO: Add note about "handle all nostop".
8903
8904 * gdb.base/{sigall.c, sigall.exp}: New test.
8905 * gdb.base/Makefile.in: Add it.
8906
8907 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
8908
8909 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
8910 when invoking GDB, suppresses any windowing interface.
8911
8912 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
8913
8914 * config/sim-gdb: New file, simulator testing support.
8915
8916 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
8917
8918 * gdb.base/interrupt.exp: Test calling func1 twice.
8919
8920 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
8921
8922 * gdb.base/list.exp (test_forward_search): Set timeout higher
8923 when we'll be getting lots of output from gdb.
8924
8925 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
8926 "init_malloc" to after the expect statement. Run it if that
8927 regexp is taken, but also for two others which happen if source
8928 cannot be found.
8929
8930 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8931
8932 * gdb.base/printcmds.exp: New test, for printing register before
8933 program is running.
8934
8935 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8936
8937 * gdb.base/list.exp: Correct some alternate expect patterns
8938 to reflect changes in list1.c.
8939
8940 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8941
8942 * TODO: Add item regarding large frames.
8943
8944 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
8945
8946 * TODO: Remove item about enabling return.exp; it
8947 is enabled. Suggest a few more "return" tests.
8948
8949 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8950
8951 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
8952 anonymous unions.
8953
8954 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8955
8956 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
8957 and pr-5646.o, so "make" is the same as "make all", not "make
8958 pr-4975.o".
8959
8960 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
8961
8962 * gdb.base/list.exp: Adjust expectations to reflect changes in
8963 list1.c.
8964 (test_forward_search): New test proc.
8965 * gdb.base/list1.c (long_line): New function, has long source line.
8966
8967 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
8968
8969 * gdb.base/a1-selftest.exp: Change initial stepping to know about
8970 additional line of code that was added.
8971
8972 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
8973
8974 * gdb.disasm/hppa.s: Break the large branching tests into smaller
8975 tests so as not to overflow expect's input buffers.
8976 * gdb.disasm/hppa.exp: Corresponding changes.
8977
8978 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8979
8980 Beginnings of template debugging tests.
8981 * gdb.c++/templ-info.cc: New file to test for template
8982 debugging capability of the compiler.
8983 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
8984 templ-info.cc.
8985 * gdb.c++/templates.cc: Add explicit template instantiations
8986 to enable compiling with -fno-implicit-templates. Add destructor
8987 and 'value' method to T5 class for template tests.
8988 * gdb.c++/templates.exp: Add testcases for printing of template
8989 types, setting breakpoints on template methods and calling a
8990 template method.
8991
8992 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
8993
8994 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
8995 branch target since some assemblers (gas-2.5) may emit a
8996 relocation for the branch instead of resolving it in the
8997 assembler.
8998
8999 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9000
9001 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
9002 through signal handler.
9003
9004 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9005
9006 * configure.in (*-*-netware): Use config/mt-netware.
9007
9008 * config/mt-netware: New file.
9009 * config/mt-i386-netware: Removed, separate configs for different
9010 netware architectures are no longer needed now that we have
9011 --with-headers.
9012
9013 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9014
9015 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
9016 by the recent changes to use ANSI C arithmetic conversions.
9017
9018 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9019
9020 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
9021 bug involving using inferior_pid to figure out whether to select a
9022 frame.
9023
9024 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
9025
9026 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
9027 match the current disassembler output.
9028
9029 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
9030
9031 * gdb.fortran/exprs.exp: Expect VOID instead of void.
9032 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
9033 types, expect "int" as type of integer values (for now).
9034
9035 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
9036
9037 * gdb.base/commands.exp: New tests for if/while commands.
9038
9039 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
9040
9041 * lib/gdb.exp (runto): Replace sub-pattern for hex value
9042 by .*, since hex values have different syntax in Chill mode.
9043
9044 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9045
9046 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
9047 linefeed from expect pattern for repeated types with indices > 9.
9048
9049 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
9050
9051 First part of Fortran test suite.
9052 * gdb.fortran: New directory.
9053 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
9054
9055 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9056
9057 * gdb.base/default.exp: Update expect pattern for load command
9058 without arguments.
9059
9060 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9061
9062 * configure.in: Change i386 to i[345]86.
9063 * gdb.base/configure.in: Likewise.
9064 * gdb.c++/configure.in: Likewise.
9065 * gdb.chill/configure.in: Likewise.
9066
9067 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
9068
9069 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
9070 patterns, since that is not a valid context for comments.
9071
9072 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
9073
9074 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
9075 repeated types and repeated types with indices > 9.
9076
9077 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9078
9079 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
9080 2417; old bug has been fixed.
9081
9082 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
9083
9084 * gdb.base/interrupt.exp: When trying to wake up the inferior,
9085 send the newline ourselves instead of assuming gdb_test will do
9086 so when passed an empty input string.
9087
9088 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
9089 stabs testcode.
9090
9091 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9092
9093 * lib/gdb.exp (gdb_test): Don't send anything if the first
9094 argument is an empty string. This makes cases where we want to
9095 match output that is already in expect's buffers (for example,
9096 matching a breakpoint after gdb_run_cmd has been called) work
9097 reliably.
9098
9099 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9100
9101 * config/netware.exp: New file.
9102
9103 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9104
9105 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
9106 the -B and -L prefixes so we can find the debugging stub.
9107
9108 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
9109 there and we are using the gcc from the tree.
9110
9111 * gdb.base/types.c: Removed.
9112
9113 * gdb.base/configure.in: Look for makefile fragments in ../config.
9114 Recognize i386-*-netware.
9115 * gdb.c++/configure.in: Likewise.
9116
9117 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9118
9119 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
9120 the correct TCL syntax.
9121
9122 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9123
9124 * gdb.base/opaque.exp: use runto instead of messing around with
9125 breakpoints. Simplify by using gdb_test.
9126
9127 * gdb.base/bitfields.exp: restart between tests on netware targets
9128 because breakpoints aren't relocated after target death. Run
9129 processes to completion.
9130
9131 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
9132
9133 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
9134
9135 * Makefile.in: Remove extra tabs that confuse some versions
9136 of "make". Use the newly built gdb to test with by default,
9137 rather than the first one in the tester's search path.
9138
9139 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
9140
9141 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
9142
9143 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
9144 condition help.
9145
9146 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9147
9148 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
9149
9150 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
9151 running.
9152 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
9153 * gdb.base/funcargs.exp: Likewise.
9154
9155 * gdb.base/bitfields.exp: Simplify by using gdb_test.
9156 * gdb.base/funcargs.exp: Likewise.
9157
9158 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
9159 message is "".
9160
9161 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9162
9163 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
9164 return,signals,twice}.exp: Handle non-existant binaries
9165 consistantly.
9166
9167 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
9168 * gdb.base/Makefile.in: Don't try to generate a core dump, we
9169 might testing a cross development system.
9170
9171 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9172
9173 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
9174 runtest script is relative to ${srcdir}, not ${rootdir}.
9175
9176 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
9177
9178 * gdb.base/signals.exp: Allow for optionality of breakpoint
9179 address.
9180
9181 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9182
9183 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
9184
9185 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9186
9187 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
9188 for size_t definition.
9189 * gdb.c++/templates.cc: Likewise
9190
9191 * config/mt-i386-netware: New file.
9192
9193 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
9194 defined.
9195
9196 * gdb.base/Makefile.in: Added support for systems that name core
9197 files by appending "core" to the program name.
9198 * gdb.base/a1-selftest.exp: Likewise.
9199
9200 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9201
9202 * gdb.base/return.exp: Add comment and message for `return double'
9203 test failure on Sparc Solaris.
9204
9205 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
9206
9207 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
9208
9209 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9210
9211 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
9212 from optimizing them away.
9213 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
9214 patterns to include default constructors and assignment operators,
9215 to match gcc versions beyond 2.5.8. Accept any cplus demangling
9216 character in the output of the virtual base pointer.
9217
9218 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9219
9220 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
9221 expression match in print_addr_of to avoid unintented matches.
9222 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
9223 versions up to 2.5.8.
9224
9225 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9226
9227 * gdb.base/list.exp: Tweak alternate pattern for listing of an
9228 included file to run under newer versions of expect.
9229 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
9230 consecutive >'s in templates to accomodate recent cplus-dem.c change.
9231 Remove xfail for the virtual table of BDDHookV.
9232
9233 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9234
9235 * lib/gdb.exp (string_to_regexp): Set a default result.
9236 (default_gdb_start): Fix misleading message.
9237
9238 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
9239
9240 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
9241 Remove all CC, etc definitions.
9242 * config/mt-hpux: New file.
9243 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
9244 (CFLAGS, LDFLAGS): Define.
9245 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
9246
9247 * Makefile.in (site.exp): Don't insert host_os, etc.
9248 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
9249 (distclean): Check existence of subdir.
9250 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
9251 * gdb.base/Makefile.in: General cleanup and simplification.
9252 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9253 to build executables. Use default rule to build .o files.
9254 (EXPECT, RUNTEST, CC): Fix relative pathname.
9255 (site.exp): Don't insert host_os, etc.
9256 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
9257 and/or SIGUSR1 defined.
9258 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
9259 * gdb.c++/Makefile.in: General cleanup and simplification.
9260 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9261 (CFLAGS): Remove.
9262 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
9263
9264 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
9265
9266 * gdb.base/recurse.exp: Misc changes to get tests running again
9267 after Kung's changes to the watchpoint code.
9268 * gdb.base/watchpoint.exp: Likewise.
9269
9270 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
9271
9272 * lib/gdb.exp (string_to_regexp): Convert {\} also.
9273
9274 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9275
9276 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
9277 * lib/gdb.exp (default_gdb_start): Define.
9278 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
9279 gdb.base/funcargs.exp, gdb.base/opaque.exp,
9280 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
9281 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
9282 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
9283 Don't call gdb_target_udi in between tests.
9284
9285 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9286
9287 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
9288 (which was basically just a local version of the same thing). In
9289 addition to avoiding duplication, gdb_test_exact is faster.
9290 * lib/gdb.exp (gdb_test_exact): Fix typo.
9291
9292 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
9293 don't give an error.
9294
9295 * gdb.base/term.exp: Call delete_breakpoints before starting.
9296
9297 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
9298 (t10): Add comment.
9299
9300 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9301
9302 Reorganization of the GDB Test Suite.
9303
9304 * gdb.base: New directory, contains all the basic tests.
9305 * gdb.c++: New directory, tests specific to C++.
9306 * gdb.chill: New directory, tests specific to Chill.
9307 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
9308 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
9309 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
9310 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
9311 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
9312 t30-31 to chill).
9313 * */gdbme.*: Rename to match appropriate expect scripts.
9314 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
9315 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
9316 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
9317 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
9318 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
9319 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
9320 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
9321 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
9322 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
9323 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
9324 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
9325 gdb.c++/virtfunc.cc: New names of C++ files.
9326 * gdb.chill/chillvars.ch: New name of Chill file.
9327 * gdb.base/configure.in, gdb.c++/configure.in,
9328 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
9329 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
9330 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
9331 * configure.in (configdirs): Update to reflect directory changes.
9332 (target_abbrev): No longer define for any configuration.
9333 * Makefile.in: Cosmetic improvements to header comments.
9334
9335 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9336
9337 Various changes to gdb.t31:
9338
9339 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
9340 * gdbme.ch: Make all key-words and predefineds be upper-case.
9341 * chillvars.exp: Expect key-words and predefinds in upper-case.
9342
9343 * chillvars.exp: Use gdb_test_exact many places.
9344 Change expected output for arrays (which now includes index labels).
9345
9346 * pr-5020.exp, gdme.ch (module PR_5020):
9347 New test, for PR-5020.
9348
9349 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
9350
9351 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
9352 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
9353
9354 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
9355
9356 * Makefile.in: Fix bit-rot in definitions of CHILL,
9357 CHILL_FOR_TARGET and Chill_LIB.
9358 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
9359 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
9360 CHILL, and CHILL_LIB.
9361
9362 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
9363
9364 * Revert the previous changes. Please see Rob's directory
9365 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
9366
9367 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
9368
9369 * Makefile.in, configure.in, config/mips-gdb.exp,
9370 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
9371 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
9372 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
9373 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
9374 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
9375 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
9376 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
9377 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
9378 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
9379 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
9380 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
9381 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
9382 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
9383 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
9384 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
9385 changes from 94Q1.
9386
9387 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
9388
9389 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
9390 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
9391 Rob's new testing fragments.
9392
9393 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
9394
9395 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
9396 lib/gdb.exp: Replace error proc calls with perror.
9397
9398 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9399
9400 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
9401 version also, match on casted version strings, and match on
9402 gdb startup case where the line numbers might be messed up.
9403
9404 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
9405
9406 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
9407 (CFLAGS): Delete it from here.
9408
9409 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
9410
9411 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
9412
9413 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
9414
9415 * Makefile.in (RUNTEST): Default to just "runtest".
9416
9417 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9418
9419 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
9420 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
9421 the code has been restructured.
9422
9423 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9424
9425 * gdb.t00/default.exp (set write): Allow any number of \r and/or
9426 \n, not just one of each.
9427
9428 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
9429 /bin/cc gives a warning if you do.
9430
9431 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
9432
9433 * gdb.t24/demangle.exp: change expect pattern of
9434 __t10ListS_link1ZUiRCUiPT0
9435
9436 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9437
9438 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
9439 on local variables in recursive functions.
9440
9441 * gdb.t07/Makefile.in: Build the new test.
9442
9443 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9444
9445 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
9446 directly. Instead compare the return values from actual calls.
9447
9448 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
9449
9450 * Makefile.in (check): Set TCL_LIBRARY for runtest.
9451
9452 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9453
9454 * From Peter Schauer with minor modifications.
9455 * gdb.t15/return.exp (return_tests): Handle targets where "return"
9456 stops in mid-line in the caller. Add xfail for returning a float
9457 value on X86 targets.
9458
9459 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9460
9461 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
9462 to avoid expect lossage.
9463 (fmem_LRbug_tests): Likewise.
9464 * gdb.disasm/hppa.s: Corresponding changes.
9465
9466 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
9467 conditions to work with latest dejagnu/expect.
9468
9469 * gdb.t15/funcargs.exp (finish from indirect call): No longer
9470 expected to fail on the PA.
9471 (backtrace in call with trampolines): Explicitly require main
9472 to be frame #1 (no trampolines should show up in backtrace).
9473
9474 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
9475 "continue -expect".
9476 * gdb.t06/break.exp: Likewise.
9477 * gdb.t07/watchpoint.exp: Likewise.
9478 * gdb.t13/bitfields.exp: Likewise.
9479 * gdb.t15/{funcargs,return}.exp: Likewise.
9480 * gdb.stabs/weird.exp: Likewise.
9481 * config/{mips,udi}-gdb.exp: Likewise.
9482
9483 * hppa.sed: Enclose comments within a sed command to avoid
9484 losing with the old OSF1 sed.
9485
9486 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9487
9488 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
9489 sequent dynix.
9490 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
9491 * gdb.t15/funcargs.exp: Conditionally step again to really
9492 finish from marker_call_with_trampolines. Handle the case where
9493 the first step from within call_with_trampolines already steps
9494 us back to main.
9495 * gdb.t15/gdbme.c: Add comment to closing brace of
9496 call_with_trampolines for funcargs.exp.
9497
9498 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9499
9500 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
9501 Fix typo(s).
9502
9503 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9504
9505 * gdb.t07/gdbme.c: More code for watchpoint testing.
9506
9507 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
9508 "Hardware watchpoint" throughout file.
9509 (test_watchpoint_triggered_in_syscall): New test.
9510 (test_complex_watchpoint): New test.
9511
9512 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9513
9514 * gdbme.c (call_with_trampolines): New function to try and step
9515 into. Tests trampoline problems on the PA.
9516
9517 * funcargs.exp (localvars_in_indirect_call): No longer expect
9518 stepping into indirect call to fail on PAs.
9519 (test_stepping_over_trampolines): New test.
9520
9521 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9522
9523 * TODO: Add suggestions for static member function tests, and
9524 completion tests.
9525
9526 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9527
9528 * TODO: Add suggestions for "p/a" tests.
9529
9530 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
9531 (default_gdb_exit): Replace all the hair with sending "quit" to
9532 the process with a simple close.
9533
9534 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9535
9536 * TODO: Add suggestions for shared library tests.
9537
9538 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9539
9540 * TODO: Add suggestions for x/s tests.
9541
9542 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9543
9544 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
9545 "enable once", and "enable breakpoints once" with ".*".
9546
9547 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9548
9549 * TODO: Add suggestions about structure passing tests.
9550
9551 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9552
9553 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
9554 the primary1 test, use work around if __GNUC__ < 2.
9555 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
9556 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
9557 Test for bad output rather than waiting for timeout. Issue
9558 second continue only if first continue failed.
9559
9560 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9561
9562 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
9563 operator[] test with gdb_test because the old code didn't seem to
9564 be getting the quoting right with the new dejagnu.
9565
9566 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
9567
9568 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
9569 one from the path.
9570 * Makefile.in: Use a fresh expect if there is one, use runtest
9571 from the src tree if there is one.
9572
9573 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9574
9575 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
9576 next over recursive call. Revise the tests from that point on
9577 (which had been skipped) to match GDB's actual (correct) output.
9578
9579 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
9580 with next over a breakpoint whose condition is false.
9581
9582 * gdb.t00/help.exp: Comment out "help set print" tests just like
9583 (and for same reason as) "help set" test.
9584
9585 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9586
9587 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
9588 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
9589
9590 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9591
9592 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
9593 necessary gdb_target_udi.
9594
9595 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
9596
9597 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
9598 1838 and 2417; they are fixed.
9599
9600 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
9601 gdb.t03/ptype.exp (ptype structure, ptype union):
9602 Remove xfails; the test is looser than when the xfails were added.
9603
9604 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
9605 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
9606
9607 * gdb.t01/run.exp: Only run shell test if isnative.
9608
9609 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
9610 since "run" automatically loads if necessary. Call gdb_target_udi
9611 after the "file" since "file" kills any execution target.
9612
9613 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
9614 GDB. GDB doesn't work that way (not anymore at least) on UDI.
9615 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
9616 argument for UDI.
9617
9618 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9619
9620 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
9621
9622 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
9623
9624 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9625
9626 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
9627 properly quoting regexps. This makes the second argument to
9628 demangle a fixed string, which matches the callers, instead of a
9629 shell-style pattern which is what the previous implementation
9630 used. Update some of the callers.
9631
9632 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9633
9634 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
9635 (comib_nullified_tests): Fix typo.
9636 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
9637 strings. No longer expected to fail.
9638
9639 * gdb.disasm/hppa.s (addib_tests): Fix typo.
9640 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
9641 strings. No longer expected to fail.
9642
9643 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
9644 string. No longer expected to fail.
9645
9646 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9647
9648 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
9649 No longer expected to fail.
9650
9651 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
9652 string. No longer expected to fail.
9653
9654 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9655
9656 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
9657 only in the names (I probably got most of them). I was even
9658 generous with some which differed in underscores in names, and
9659 probably missed a few, and I *still* was able to remove almost a
9660 third of the file with almost no impact on testsuite coverage.
9661
9662 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9663
9664 * gdb.t00/default.exp: Match udi_attach error message as well as
9665 the one from child_attach.
9666
9667 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
9668
9669 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
9670
9671 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
9672 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
9673
9674 * Move test with enums and partial symbols back to
9675 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
9676 Reverts the change of 26 May 93. Per today's change to
9677 stabs.texinfo, the behavior that weird.exp was expecting was
9678 unreasonable; what is important is that the compiler+gdb get
9679 things right, which happens with a recent gcc. Also fix the test
9680 to deal with native compilers which put out the stab gdb can't
9681 deal with.
9682
9683 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9684
9685 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
9686 in the names. The main thing these accomplish is to slow things down.
9687 Many more such duplicates surely remain.
9688
9689 * gdb.t00/help.exp: Comment out "help support" test just like
9690 (and for same reason as) "help set" test.
9691
9692 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
9693
9694 * gdb.t06/break.exp: Remove setup_xfails for
9695 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
9696 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
9697 about known bug in gcc to include up through 2.5.8.
9698 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
9699 well as "_vb$".
9700 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
9701 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
9702 with latest gcc and gdb.
9703 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
9704 well as "_vb$".
9705
9706 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9707
9708 * configure.in (hppa*-*-*): Also configure and build stabs-only
9709 tests.
9710
9711 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9712
9713 * gdb.t10/hppa.mt: A makefile fragment for the PA.
9714 * gdb.t10/configure.in (hppa*-*-*): Use it.
9715
9716 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9717
9718 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
9719
9720 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9721
9722 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
9723 versions prior to 1.13.5.
9724
9725 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9726
9727 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
9728 the prompt is at the start of a line.
9729
9730 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9731
9732 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
9733 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
9734 in the copr tests now.
9735 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
9736 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
9737 expected to fail.
9738
9739 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
9740
9741 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
9742 gdb.t31/chillvars.exp, lib/gdb.exp:
9743 Tweak to run under either version of expect.
9744 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
9745 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
9746 * gdb.t11/list.exp: Remove extraneous whitespace.
9747
9748 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9749
9750 * gdb.t16/printcmds.exp (test_print_strings): Accept
9751 "(unsigned char *) " before the string.
9752
9753 * TODO: Add notes about printing of fancy types and GDB expressions.
9754
9755 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
9756
9757 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
9758 * gdb.t06/configure.in: Don't try to compile signals test program
9759 if doing mips-idt-ecoff.
9760
9761 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
9762
9763 * Most .exp files: Tweak to run under either version of expect.
9764
9765 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9766
9767 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
9768 xfails; I'm not sure why they are failing, but not because of PR 1806.
9769
9770 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
9771
9772 * config/unix-gdb.exp: Remove gdb_unload cause it's already
9773 defined in lib/gdb.exp.
9774
9775 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9776
9777 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
9778 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
9779 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
9780 have to be typeless.
9781
9782 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9783
9784 * TODO: Add suggestion for copyright year test.
9785
9786 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
9787
9788 * configure.in (*-*-lynxos*): Add stabs tests.
9789
9790 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9791
9792 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
9793 so insert a tab before any assembler directive in column zero.
9794
9795 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
9796 stores.
9797 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
9798 stores.
9799 (fpu_short_memory_tests): Likewise.
9800
9801 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9802
9803 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
9804 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
9805 .stabs directives in comments.
9806
9807 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9808
9809 * TODO: New file, describing tests we could write.
9810 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
9811
9812 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9813
9814 * gdb.t06/signals.exp: Add kludge to force re-sync.
9815
9816 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
9817 to xgdb instead of gdb, get out of gdb.
9818
9819 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
9820
9821 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
9822 for info.
9823
9824 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9825
9826 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
9827 * gdb.stabs/configure.in (hppa*-*-*): Use it.
9828 * gdb.stabs/hppa.sed: New sed script for the PA.
9829
9830 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9831
9832 * gdb.stabs: Re-write weird.def and configuration to use sed
9833 instead of cpp. sed is portable and POSIX; cpp is neither.
9834
9835 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9836
9837 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
9838
9839 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9840
9841 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
9842
9843 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9844
9845 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
9846 "_vb$".
9847 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
9848 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
9849
9850 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9851
9852 * lib/gdb.exp: Comment out code which depends on non-existent
9853 `transform' procedure.
9854
9855 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
9856
9857 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
9858 * lib/gdb.exp: Transform tool name.
9859 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
9860 1.1's new error handling system.
9861
9862 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9863
9864 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
9865
9866 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9867
9868 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
9869 They made pattern matching so slow that timeouts happened on
9870 heavily loaded systems. Now any output from "show print" which
9871 gets us back to the GDB prompt is a PASS.
9872
9873 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
9874
9875 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
9876
9877 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9878
9879 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
9880
9881 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
9882 It is not from PR 3220.
9883
9884 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9885
9886 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
9887 just started failing because they depended on the order the
9888 subcommands are presented, or exact docstring text. This kind of
9889 test is a pain and has minimal benefit.
9890
9891 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9892
9893 * gdb.t09/corefile.exp: At end of test, use "core" command with
9894 no arguments.
9895
9896 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
9897
9898 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
9899 17}/Makefile.in: Make it possible to run the testsuite with Sun
9900 make and CC = cross gcc by adding explicit build rules for .o
9901 files.
9902
9903 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9904
9905 * gdb.t15/funcargs.exp: Don't put comments on same line as
9906 setup_xfail (@#$*%& tcl braindamage!).
9907
9908 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9909
9910 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
9911
9912 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
9913
9914 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
9915 * gdb.t20/inherit.exp: remove three dumplicate entries.
9916
9917 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9918
9919 * gdb.t06/break.exp: For "next over recursive call", fail on any
9920 incorrect output, not just on "factorial (value=2)".
9921
9922 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9923
9924 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
9925 working now. Add an xfail if accesing a bss variable causes
9926 a memory error if the target is not yet run.
9927
9928 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9929
9930 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
9931 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
9932 name of __st* demangling (2 strings). Did Kung really get the
9933 more than 95 others right without testing them?
9934
9935 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
9936
9937 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
9938
9939 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
9940
9941 * configure.in (configdirs): Add gdb.disasm
9942 * gdb.disasm: New directory for GDB disassembler tests.
9943 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
9944
9945 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9946
9947 * gdb.t00/help.exp: Don't test "help set".
9948
9949 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
9950 from within expect statements. None of these happen anymore and
9951 they cause regressions to be silently unnoticed.
9952
9953 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
9954 messages) about known failures with gcc cygnus-2.4.5-930417.
9955
9956 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
9957 comp-info.exp so it gets built if it doesn't exist.
9958
9959 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
9960 it is no longer used.
9961 * gdb.t13/comp-info.c: Removed.
9962
9963 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
9964
9965 * gdb.t06/signals.exp: Add xfail for sun3.
9966
9967 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9968
9969 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
9970 relevant because ^C doesn't get sent but failure can be reproduced
9971 interactively).
9972
9973 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9974
9975 * gdb.stabs/alpha.mt: New configuration file for alpha.
9976 * gdb.stabs/configure.in: Use it.
9977 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
9978 sharing with alpha.mt, redefine long to word via preprocessor.
9979 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
9980 for alpha.
9981 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
9982 native cc.
9983 * gdb.t00/teststrategy.exp: Change expect string so that we
9984 consume the `(xgdb)' from the command echo and from the gdb prompt.
9985 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
9986 gdb currently compares all values as long, so this failure probably
9987 applies to any configuration where LONGEST is bigger than a target int.
9988 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
9989 with gcc.
9990 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
9991 to handle opaque pointers, gcc is.
9992 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
9993 as first argument. Include <sys/types.h> and change all operator
9994 new definitions to use size_t.
9995 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
9996 now that we use size_t.
9997
9998 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9999
10000 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
10001 a long or float array cast all array members to the same type.
10002 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
10003 with 64 bit longs.
10004 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
10005 on alpha.
10006 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
10007
10008 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10009
10010 * gdb.t24 (demangle.exp): Constructors of templates have names like
10011 vector<int>::vector(int) not vector<int>::vector<int>(int). See
10012 section 14.6 of the ARM.
10013
10014 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
10015 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
10016 accomplish little and slow down the testsuite.
10017
10018 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
10019 Accept spaces various places.
10020
10021 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10022
10023 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
10024 with watchpoint enabled.
10025
10026 * Makefile.in: Remove definition of CC and remove the second
10027 definition of CXX (the "CXX = gcc" one remains). These definitions
10028 were causing backquotes to be expanded within backquotes, which
10029 doesn't work.
10030
10031 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10032
10033 * gdb.t17/callfuncs.exp: Add "return 0" to end.
10034
10035 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10036
10037 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
10038 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
10039 by mips cc and contains no stabs entries.
10040
10041 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
10042
10043 * config/vx-gdb.exp: Use fake device to load files rather than
10044 NFS.
10045 * lib/gdb.exp: New proc to do "file" command.
10046 * config/unix-gdb.exp: Use new "file" proc.
10047
10048 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10049
10050 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
10051 Rework board rebooting slightly.
10052 (gdb_exit): Don't exit from the remote shell; there isn't one.
10053 * gdb.stabs/weird.exp: If a program is being debugged already,
10054 kill it.
10055 * gdb.t04/setvar.exp: Stop and restart gdb.
10056 * gdb.t05/expr.exp: Likewise.
10057 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
10058 restart gdb and reload the program.
10059 * gdb.t08/opaque.exp: Likewise.
10060 * gdb.t12/scope.exp: Likewise.
10061 * gdb.t13/bitfields.exp: Likewise.
10062 * gdb.t15/funcargs.exp: Likewise.
10063 * gdb.t20/classes.exp: Likewise.
10064 * gdb.t03/ptype.exp: Increase timeout.
10065 * gdb.t16/printcmds.exp (test_print_string_constants,
10066 test_print_array_constants): Likewise.
10067 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
10068 * gdb.t20/classes.exp (do_tests): Likewise.
10069 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
10070
10071 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
10072
10073 * gdb.stabs: Renamed *wierd* to *weird*.
10074
10075 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10076
10077 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
10078 for timeout. Add "known gcc 2.4.5 bug" to failure message.
10079
10080 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10081
10082 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
10083 (do_tests): Remove xfail for whatis on one_var and two_var.
10084
10085 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
10086
10087 * Makefile.in: Made cross building work better by adding
10088 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
10089
10090 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10091
10092 * gdb.t15/{return.c,return.exp,Makefile.in}:
10093 New test, currently commented out.
10094
10095 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
10096
10097 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
10098 still running and removes the leftover named socket so GDb can do
10099 clean restarts.
10100
10101 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
10102
10103 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
10104 console, not GDB.
10105 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
10106 cross testing works better with "make check"
10107 * config/unix-gdb: Use default procedures for exit and version.
10108 * config/vx-gdb.exp: Cleaned up and massaged back to working order
10109 with the newest VxWorks.
10110
10111 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10112
10113 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
10114 old form.
10115
10116 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
10117 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
10118
10119 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
10120
10121 * config/unix-gdb.exp: Remove this version of gdb_exit
10122 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
10123 Rob says he'll look at it when he gets back to testing boards.
10124
10125 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
10126
10127 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
10128 an expected fail for certain ptype commands.
10129
10130 * gdb.t20/classes.exp: Update expected results of "ptype class
10131 Base1" to account for the constructor that now appears in the type.
10132
10133 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
10134
10135 * configure.in (configdirs): Restore gdb.t04, which mysteriously
10136 disappeared from list.
10137 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
10138 "alldone" proc with call to cleanup and exit.
10139 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
10140 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
10141 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
10142 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
10143 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
10144 "alldone" proc with simple returns that suppress remaining
10145 tests. The alldone proc went away many months ago.
10146
10147 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10148
10149 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
10150
10151 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
10152
10153 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10154
10155 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
10156 as vax gdb will display them.
10157
10158 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10159
10160 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
10161 optimizers.
10162
10163 * scope.exp: Change "bad value for localval" messages so each one
10164 is unique.
10165
10166 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
10167 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
10168
10169 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
10170
10171 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10172
10173 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
10174 doesn't exist (due to optimization).
10175
10176 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10177
10178 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
10179 contains \r because the filename is long.
10180
10181 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
10182 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
10183
10184 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10185
10186 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
10187 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
10188 Ultrix.
10189 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
10190 int tests.
10191 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
10192
10193 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
10194
10195 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
10196
10197 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
10198 to match does not match the passing case but still matches the
10199 failing case.
10200
10201 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10202
10203 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
10204
10205 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
10206
10207 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
10208 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
10209 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
10210 Remove various versions of gdb_exit.
10211 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
10212 gdb_exit.
10213 * config/unix-gdb.exp: gdb_exit remains here, and should override
10214 the generic version, since it's doing a lot of wierd stuff that
10215 the other versions aren't. FIXME, fold it in, or abandon this
10216 version.
10217
10218 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10219
10220 * gdb.t24/demangle.exp: Add tests for PR 3220.
10221
10222 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10223
10224 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
10225
10226 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
10227
10228 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
10229 "i386-*-*". Works for i486 as well.
10230
10231 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
10232 bug, and expand domain of xfail to all SVR4 systems, since the
10233 actual problem is likely to be in generic SVR4 /proc support.
10234
10235 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10236
10237 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
10238
10239 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
10240
10241 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
10242 xfails for other systems. Match a missing 'Continuing.' as an
10243 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
10244
10245 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
10246 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
10247 Only issue warning for missing executables if -all option is used.
10248
10249 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
10250 file if -all option is used. It's like an unpredictable XFAIL.
10251
10252 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10253
10254 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
10255 for dynamically linked binaries.
10256
10257 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
10258
10259 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10260
10261 * gdb.t20/inherit.exp: Change message for "print tagless struct"
10262 to state that this is a known bug in old versions of g++.
10263
10264 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10265
10266 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
10267 while waiting for `Continuing'.
10268
10269 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
10270
10271 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
10272 in text, data, and bss.
10273 * gdb.t10/nodebug.c: Add local and global test variables for
10274 initialized and uninitialized data.
10275
10276 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10277
10278 * config/unix-gdb.exp (gdb_exit): Add "wait".
10279
10280 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10281
10282 * gdb.t06/signals.exp: xfail the continue from the handler for all
10283 targets.
10284
10285 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
10286 function with watchpoints enabled, the i386 call dummy starts with
10287 a call.
10288
10289 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
10290 386 bsd names its corefiles.
10291
10292 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
10293
10294 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
10295 compilers don't grok it.
10296 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
10297 with small octal ints rather than character constants, which
10298 are signed and might not fit if first promoted to int.
10299
10300 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
10301
10302 * gdb.t09/Makefile.in (clean): Remove corefile.
10303
10304 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10305
10306 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
10307
10308 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10309 and Jim Kingdon (kingdon@cygnus.com)
10310
10311 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
10312 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
10313 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
10314
10315 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10316
10317 * gdb.t17/interrupt.exp: Add xfail for hppa.
10318
10319 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10320
10321 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
10322 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
10323 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
10324 to determine signed-ness of bitfields and use the result to setup
10325 the xfail.
10326 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
10327 * gdb.t15/funcargs.exp: Use them to step until the second indirect
10328 call line is reached if necessary.
10329
10330 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10331
10332 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
10333
10334 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10335
10336 * gdb.t06/break.exp: Also test `clear' command.
10337
10338 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10339
10340 * gdb.t00/teststrategy.exp: Remove extra quote.
10341
10342 * gdb.t07/watchpoint.exp: Change xfail for calling function with
10343 watchpoint enabled to be for all non-68k machines.
10344
10345 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
10346
10347 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10348
10349 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
10350 targets use aout.mt instead of ecoff.mt as gas understands
10351 standard aout format.
10352
10353 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10354
10355 * lib/gdb.exp (runto): Don't insist that function we are running to
10356 was compiled with -g.
10357
10358 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
10359
10360 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
10361 to get back into the read system call.
10362 Accept leading newline in case where we woke it up.
10363
10364 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10365
10366 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
10367 to make the stabs test work on ecoff systems using gcc and -with-stabs.
10368 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
10369 enable ecoff configuration.
10370
10371 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10372
10373 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
10374
10375 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10376
10377 * gdb.t16/printcmds.exp: Add another printf test.
10378
10379 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
10380
10381 * configure.in: If configured -with-stabs on any target, add
10382 stabsdirs to configdirs.
10383
10384 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10385
10386 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
10387 fun" so pattern does not match the command itself.
10388
10389 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10390
10391 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
10392
10393 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10394
10395 * gdb.t17/interrupt.exp: Test for more things.
10396
10397 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10398
10399 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
10400 compiler arranges the code and line numbers.
10401
10402 * gdb.t17/interrupt.exp: Don't send \n after ^C.
10403
10404 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10405
10406 * gdb.t00/help.exp: Increase expect input buffer size.
10407
10408 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10409
10410 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
10411
10412 * gdb.t07/watchpoint.exp: Add xfail for hppa.
10413
10414 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
10415
10416 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
10417 [0-9]*, not just [0-9].
10418
10419 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10420
10421 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
10422
10423 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
10424
10425 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10426
10427 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
10428
10429 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10430
10431 * gdb.t06/signals.c: Add xfails for sun3.
10432
10433 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
10434
10435 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
10436 test_stepping tests.
10437
10438 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10439
10440 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
10441
10442 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
10443
10444 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
10445 rather than actually putting it through cpp twice.
10446
10447 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
10448
10449 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
10450
10451 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
10452 no longer needed.
10453
10454 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10455
10456 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
10457
10458 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
10459 C++ features prints as "struct", make it a pass, not an xfail.
10460
10461 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10462
10463 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
10464 Don't require VA to print as "class" rather than "struct".
10465
10466 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
10467
10468 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
10469
10470 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10471
10472 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
10473
10474 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10475
10476 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
10477 order.
10478
10479 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10480
10481 * gdb.t16/printcmds.exp: Add printf tests.
10482
10483 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
10484
10485 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
10486
10487 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
10488
10489 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
10490 pass counts, to counteract any existing or future setup_xfails.
10491
10492 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10493
10494 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
10495 {BEGIN,END}_COMMON for common block instead of STAB.
10496 * gdb.stabs/wierd.exp: Add xfail for rs6000.
10497
10498 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
10499 intp_var should be N_GSYM not N_LSYM.
10500 wierd-aout.S: Use a label for the value of the N_SO.
10501 wierd.def: Remove all backslashes.
10502 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
10503
10504 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10505
10506 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
10507 get the expected next to inheritance3.
10508
10509 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10510
10511 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
10512 now that gcc-2.4 gets it right.
10513
10514 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10515
10516 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
10517
10518 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
10519 generating comp-info.exp which works for cross-compilation.
10520
10521 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
10522
10523 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
10524 "*-*-sysv4.*".
10525
10526 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
10527
10528 * gdb.t01/run.exp: Start with a fresh gdb.
10529 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
10530 SVR4.x.
10531
10532 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
10533
10534 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
10535 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
10536 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
10537 Makefile.in (distclean, realclean): Remove gdbme.c from list of
10538 things to remove.
10539
10540 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
10541
10542 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
10543 test cases from bug reports.
10544
10545 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
10546
10547 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
10548 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
10549 avoid spurious xfails.
10550 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
10551 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
10552 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
10553
10554 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
10555
10556 * gdb.t00/teststrategy.exp: Rework to provide more useful
10557 description of each test, fix problem with systems that define
10558 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
10559 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
10560 results for "next over recursive call" so timeouts aren't taken
10561 by error.
10562
10563 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
10564
10565 * gdb.t12/scope.exp: Test printing of variables before run.
10566
10567 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
10568 printed in wrong order due to sorting.
10569
10570 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
10571
10572 * gdb.t00/teststrategy.exp: Fix expected results for printing
10573 user entered string constant. Is array of char, prints with no
10574 address.
10575
10576 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
10577 commands.
10578 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
10579 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
10580 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
10581 of struct of char arrays.
10582 * gdb.t00/radix.exp: New tests for radix commands.
10583
10584 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
10585
10586 * gdb.t16/printcmd.exp: Print a variable before running program
10587 (with xfail for AIX).
10588
10589 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
10590
10591 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
10592
10593 * gdb.t16/printcmd.exp: Don't print variables before running program.
10594
10595 * gdb.t06/break.exp: Don't require envp argument to main.
10596
10597 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
10598
10599 * gdb.t02/whatis.exp, gdb.t11/list.exp:
10600 Add xfails for rs6000.
10601
10602 * gdb.t02/whatis.exp: Change other tests not to re-test something
10603 we already tested.
10604
10605 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
10606 each type used has a variable of that type.
10607
10608 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
10609
10610 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
10611
10612 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10613
10614 * configure.in: change srctrigger to be a file, not a directory
10615
10616 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
10617
10618 * configure.in (mips-idt-ecoff*): Added trailing '*'.
10619
10620 * gdb.t11/list.exp: Fixed a couple of typos.
10621
10622 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
10623
10624 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
10625 is fixed and PR is closed.
10626 * gdb.t16 (gdbme.c): Add simple test string variable.
10627 * gdb.t16 (printcmds.exp): Add tests with simple test string
10628 variable, primarily for boundaries on "set print elements".
10629
10630 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
10631
10632 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
10633 Make leading 0's optional and don't expect a tab in the middle
10634 of the number.
10635
10636 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
10637
10638 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
10639 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
10640 don't end command passed to gdb_test with newline.
10641
10642 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
10643 signed keyword away, don't expect signed bitfields to be signed.
10644
10645 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
10646 printing with only as many 1's as are in the field as well as printing
10647 with 32 1's (see comment).
10648
10649 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
10650
10651 * gdb.t00/default.exp: Start with a fresh gdb.
10652 * configure.in (configdirs): Remove gdb.t31 until the chill
10653 compiler works again. It no longer is able to find chillrt0
10654 since it isn't in libchill.a anymore.
10655 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
10656 wierd.o, make more modular.
10657 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
10658 spurious newlines that caused problems.
10659
10660 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10661
10662 * Move test with enums and partial symbols from gdb.t03/ptype.exp
10663 to gdb.stabs/wierd.exp since GCC has worked around the bug.
10664 gdb.stabs/wierd.{exp,def}: Many new tests.
10665
10666 * gdb.t00/default.exp: update info line for new message.
10667
10668 * gdb.t02/{whatis.exp,gdbme.c}:
10669 Test that "char *" doesn't print as "caddr_t".
10670
10671 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10672
10673 * gdb.t00/help.exp: Use .* in place of some help messages which
10674 just changed.
10675 gdb.t00/default.exp: Update "info frame" test for new message.
10676 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
10677 Remove some xfails
10678
10679 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10680
10681 * gdb.t03/{gdbme.c,ptype.exp}:
10682 Add tests for typedef'd struct and union without tags.
10683 Also check "whatis" on a variable of a typedef'd enum without a tag.
10684
10685 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
10686 PRMS 1823; the bug still exists but isn't reproduced by this test
10687 anymore), and remove rs6000 XFAIL (the bug is fixed).
10688
10689 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
10690 duplicated from whatis.exp. For those that are left, accept
10691 "long", "long int", or "int" for long variables (whatis.exp already
10692 has an XFAIL for "int", so no need to fail it here).
10693
10694 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
10695 Deal with GCC's names for types now that GDB uses the compiler's names.
10696
10697 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
10698 setup_xfail's for sunos4. If we #defined the signed keyword away,
10699 don't expect GDB to know that char it is signed.
10700
10701 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
10702
10703 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
10704
10705 * configure.in (configdirs): Add gdb.t24 for C++ tests that
10706 should work on any system, regardless of debugging format.
10707 * gdb.t21/demangle.exp: Move to gdb.t24.
10708 * gdb.t24/demangle.exp: Move from gdb.t21.
10709 * gdb.t24/{Makefile.in, configure.in}: New files.
10710
10711 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10712
10713 * configure.in: Do gdb.stabs and C++ tests only for stabs.
10714 * gdb.stabs: New directory.
10715
10716 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10717
10718 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
10719 not just "Quit anyway?".
10720
10721 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
10722
10723 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
10724 that all setup_xfails are immediately followed by clear_xfails.
10725
10726 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
10727
10728 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
10729 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
10730 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
10731 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
10732 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
10733 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
10734 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
10735 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
10736 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
10737 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
10738 gdb.t31/chillvars.exp, lib/gdb.exp:
10739 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
10740 bug-gdb@prep.ai.mit.edu.
10741
10742 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
10743
10744 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
10745 with 0.0, not integer 0.
10746
10747 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
10748
10749 * gdb.t06/break.exp: Update for "Kill the program" message change.
10750
10751 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
10752
10753 * Makefile.in (GDBFLAGS): Set to -nx.
10754 * Makefile.in (site.exp): Use GDBFLAGS.
10755
10756 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10757
10758 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
10759 Makefiles.
10760 (check): depend on just-check.
10761 (just-check): added so that tests can be run without a noop
10762 build pass.
10763
10764 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10765
10766 Switch to using configure's configdirs.
10767 * Makefile.in (Makefile): add configure.in dependency.
10768 (SUBDIRS): removed redundant assignment.
10769 * configure.in: switch subdirs assignment to configdirs.
10770 * gdb.t*/configure.in: new files.
10771
10772 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
10773
10774 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
10775 works.
10776
10777 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
10778
10779 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
10780 in explicit rules. Apparently this is not supported by some makes.
10781
10782 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
10783
10784 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
10785
10786 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10787
10788 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
10789 disappeared.
10790
10791 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10792
10793 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
10794
10795 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
10796
10797 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
10798 watchpoint problem that is now fixed.
10799 * gdb.t30/chexp.exp: Remove setup_xfail for printing
10800 uninitialized convenience variables.
10801 * gdb.t31/chillvars.exp: Fix expected patterns for printing
10802 structures.
10803
10804 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10805
10806 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
10807 which causes expect to get out of sync with gdb on long output
10808 from help set.
10809 * gdb.t09/corefile.exp: Make expected pattern for core file
10810 failing signal and frame output format less sun specific.
10811
10812 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
10813
10814 * gdb.t31/chillvars.exp: Add and remove initial dummy
10815 breakpoint, so that symbol table is forced in.
10816 (Needed at least on Sunos4, though it seems not SVR4.)
10817 * gdb.t31/chillvars.exp: Update for changed output format.
10818
10819 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
10820
10821 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
10822
10823 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
10824
10825 * Makefile.in: Added --srcdir when invoking runtest, removed the
10826 need for a local config file. (optional now)
10827
10828 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
10829
10830 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
10831 failure count used to force early termination. Add some more
10832 expected failures for gnu style demangling.
10833
10834 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10835
10836 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
10837 pmi variable from gdb.t20/gdbme to get optimized away.
10838 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
10839 Check for written corefile upon timeout _and_ eof.
10840
10841 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10842
10843 * config/unix-gdb.exp: Add missing return 0.
10844
10845 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10846
10847 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
10848 test termination.
10849
10850 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
10851
10852 * configure.in (subdirs): Put back gdb.t17 which mysteriously
10853 disappeared.
10854
10855 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
10856
10857 * gdb.t10/crossload.exp: Disable the i860-elf test until such
10858 time as i860 support works.
10859
10860 * gdb.t15/funcargs.exp: Fix expected outputs to include
10861 "backtrace 100\r" rather than just "backtrace\r", to match last
10862 change.
10863
10864 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
10865
10866 * config/udi-gdb.exp (gdb_exit): Remove close command.
10867 (gdb_target_udi): New procedure to set the UDI target.
10868 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
10869 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
10870 Added waits for prompts after several question responses. Added
10871 some more responses used by a29k-amd-udi-gdb.
10872 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
10873 pass different arguments, restart UDI connection after program
10874 completion.
10875 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
10876 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
10877 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
10878 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
10879 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
10880 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
10881 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
10882 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
10883 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
10884 after program completion.
10885 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
10886 compiled with a SELECT_VECS setting.
10887 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
10888 infinite recursion.
10889
10890 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
10891 Added checks for COFF results, and made them expected failures for
10892 all targets. It would be better to make them expected failures
10893 for COFF targets only.
10894
10895 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
10896
10897 * Makefile.in: add null dvi target, don't bother to recurse
10898 through test directories for info and install-info; rename
10899 $(datadir) to be dejagnu instead of deja-gnu
10900
10901 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
10902
10903 * gdb.t31/gdbme.ch: Re-enable code that previously caused
10904 compiler to coredump.
10905 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
10906 code.
10907
10908 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
10909
10910 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
10911 coredump.
10912 * gdb.t31/chillvars.exp: Comment out tests that depend on that
10913 code.
10914
10915 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
10916
10917 * gdb.t03/ptype.exp: tests for return code from gdb_test.
10918 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
10919 which in a shell. Deletes xgdb when done.
10920 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
10921 Tests the return from the "set height" or "set width" commands.
10922 Added a few return codes where needed.
10923
10924 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
10925
10926 * Makefile.in (SUBDIRS): Add gdb.t17.
10927 * configure.in (subdirs): Add gdb.t17.
10928 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
10929 files to test gdb's calling of functions in the inferior with
10930 the correct arguments and gdb's ability to retrieve any
10931 result returned.
10932
10933 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
10934
10935 * config/unix-gdb.exp (gdb_exit): Remove close commands that
10936 may be called after gdb goes away. Previous versions of expect
10937 needed these to avoid file descriptor leaks, but they cause
10938 errors with the current revision of expect.
10939 * gdb.t00/gdbvars.exp: Use -re on expected output after
10940 setting sevenbit-strings.
10941 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
10942 to set sevenbit-strings consistent across tests.
10943 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
10944 set sevenbit-strings consistent across tests.
10945
10946 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
10947
10948 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
10949 expected output to match current "expect" expectations.
10950
10951 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
10952
10953 * gdb.t00/default.exp: Change expected output for default "source"
10954 command, to match new gdb behavior which requires a filename to
10955 source.
10956
10957 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
10958
10959 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
10960 expected fail for i486-*-* that misses the marker2 function.
10961 * gdb.t10/crossload.exp (bfddefault): Allow successful
10962 recognition of a format to pass even if no symbols are found.
10963 Explicitly catch failures where the format is not recognized
10964 or is ambiguous, and add the reason to the fail message.
10965 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
10966 the cause is and invalid target and add reason to failure message.
10967 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
10968 elf32-i386, elf32-sparc, and elf32-i860.
10969 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
10970 Set up expected failure for 'filename'::variable scope resolution,
10971 which is now apparently broken on all targets.
10972 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
10973 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
10974 gdb.t23/templates.exp: Change failure for missing binfile into
10975 just a warning.
10976 gdb.t21/demangle.exp: Change all cfront references to 'arm'
10977 references.
10978
10979 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
10980
10981 * gdb.t00/default.exp: Add expected output for default "source"
10982 command, to match new gdb behavior.
10983 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
10984
10985 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
10986
10987 * config/*-gdb.exp: returns an error, rather than exiting on
10988 internal errors.
10989
10990 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
10991
10992 * gdb.t03/gdbme.c: Add pointer to struct variable.
10993 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
10994 referencing struct members.
10995
10996 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
10997
10998 * configure.in (mips-idt-ecoff): New target.
10999 * config/mips-gdb.exp: New file for remote board using MIPS remote
11000 debugging protocol.
11001
11002 * Redid configuration scheme. Removed gdb.t*/configure.in.
11003 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
11004 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
11005 distclean targets. Built executables via .o files. Adjusted
11006 tests to account for source files in $(srcdir) rather than
11007 $(objdir).
11008 * lib/gdb.exp (runto): Don't expect () after the function name,
11009 because it may have arguments.
11010
11011 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
11012
11013 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
11014 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
11015 expected failures for mips-idt-* and mips-sgi-*.
11016 * gdb.t00/default.exp (attach): Kill process if requested.
11017 * gdb.t00/help.exp (help target core, help target): Accept a gdb
11018 that does not read core files.
11019 * gdb.t01/run.exp: Removed checks for exit status code.
11020 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
11021 it is linked in.
11022 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
11023 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
11024 appropriate, rather than doing it by hand.
11025 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
11026 execution.
11027 * gdb.t10/crossload.exp: Kill existing program if needed.
11028 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
11029 appropriate, rather than doing it by hand. Always increase
11030 timeout for this test, not just for VxWorks.
11031
11032 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
11033
11034 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
11035 of Chill STRUCT types and STRUCT values.
11036 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
11037 than "char".
11038 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
11039 struct2): New struct definitions and initializations to test
11040 simple Chill STRUCT types.
11041
11042 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
11043
11044 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
11045 the null byte at the end of strings.
11046 * gdb.t00/default.exp: Make show version insensitive to copyright
11047 date.
11048 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
11049 to avoid dependencies on target char signedness.
11050 * gdb.t16/printcmds.exp: Update expected results for explicitly
11051 unsigned char.
11052 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
11053 now work.
11054 * gdb.t21/demangle.exp: Add many more patterns for template
11055 demangling, most of them being expected failures.
11056 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
11057 string we are matching for, to match on the whole string.
11058 * gdb.t21/demangle.exp: Add many new test strings to demangle,
11059 and fix a whole bunch that had incorrect expected output but were
11060 passing anyway because of the bug in "proc demangle".
11061 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
11062 type.
11063 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
11064
11065 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
11066
11067 * gdb/testsuite: made modifications to testcases, etc., to allow
11068 them to work properly given the reorganization of deja-gnu and the
11069 relocation of the testcases from deja-gnu to a "tool" subdirectory.
11070
11071 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
11072
11073 * gdb/testsuite: Initial creation of gdb/testsuite.
11074 Migrated dejagnu testcases and support files for testing nm to
11075 gdb/testsuite from deja-gnu. These files were moved "as is"
11076 with no modifications. This migration is part of a major overhaul
11077 of dejagnu. The modifications to these testcases, etc., which
11078 will allow them to work with the new version of dejagnu will be
11079 made in a future update.
11080 \f
11081 Local Variables:
11082 mode: change-log
11083 left-margin: 8
11084 fill-column: 74
11085 version-control: never
11086 End: