* emultempl/ppc64elf.em (ppc_before_allocation): Clear cached
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2
3 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
4 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
5
6 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
7
8 * gdb.cp/classes.exp: Accept gnu abi 2.
9 * gdb.cp/derivation.exp: Likewise.
10 * gdb.cp/overload.exp: Likewise.
11 * gdb.cp/virtfunc.exp: Likewise.
12
13 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14
15 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
16 semicolon after end of function.
17
18 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19
20 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
21 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
22 boilerplate code for compiling and running the program under
23 test. Add some string method tests.
24
25 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
26
27 * gdb.cp/bs15503.cc: Add copyright notice.
28 * gdb.cp/bs15503.exp: Adjust line number.
29
30 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
31
32 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
33 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
34
35 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
36
37 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
38 hp_cc_compiler.
39
40 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
41
42 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
43 * gdb.cp/ctti.exp: Use the marker instead of "next".
44 With gcc, run further before bailing.
45
46 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
47
48 * gdb.cp/cttiadd.cc: Add copyright notice.
49 * gdb.cp/cttiadd1.cc: Likewise.
50 * gdb.cp/cttiadd2.cc: Likewise.
51 * gdb.cp/cttiadd3.cc: Likewise.
52
53 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
54
55 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
56 Use gdb_test, gdb_test_multiple. Use floating-point values that
57 have exact representations in IEEE-ish formats.
58
59 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
60
61 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
62 compilers. Delete duplicate call to get_compiler_info.
63 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
64 * gdb.base/volatile.exp: Likewise.
65
66 2004-01-07 Mark Kettenis <kettenis@gnu.org>
67
68 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
69 memory at address 0.
70
71 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
72
73 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
74 to test for hp-ux assembler. Fix copyright years.
75
76 2004-01-07 Andrew Cagney <cagney@redhat.com>
77
78 * gdb.base/fileio.c (strerrno): Add "EBUSY".
79
80 2004-01-07 Andrew Cagney <cagney@redhat.com>
81
82 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
83 when creating the read-only file. From analysis by Roland McGrath
84 and Elena Zannoni.
85
86 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
87
88 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
89
90 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
91
92 * gdb.base/cvexpr.c: Be type-safe with function pointers and
93 data pointers.
94
95 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
96
97 * gdb.cp/m-static.exp: Compile one source file at a time.
98 Delete unused call to get_compiler_info.
99
100 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
101
102 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
103 * gdb.base/call-rt-st.exp: Likewise.
104 * gdb.base/nodebug.exp: Likewise.
105 * gdb.base/volatile.exp: Likewise.
106 * gdb.cp/ref-types.exp: Likewise.
107 * gdb.cp/templates.exp: Likewise.
108
109 2004-01-05 Mark Kettenis <kettenis@gnu.org>
110
111 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
112
113 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
114
115 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
116 hppa*-hp-hpux*.
117
118 2004-01-04 Mark Kettenis <kettenis@gnu.org>
119
120 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
121 x86_64-*-*.
122
123 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
124 sparc64-*-* and sparc*-solaris2*.
125
126 2004-01-04 Mark Kettenis <kettenis@gnu.org>
127
128 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
129 return ${tests}" test. The ${tests} already mentions the
130 filename.
131
132 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
133
134 * gdb.cp/local.exp: Accept gcc abi 2.
135
136 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
137
138 * gdb.cp/templates.exp: Accept gcc abi 2.
139
140 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
141
142 * lib/compiler.cc: Remove supports_template_debugging.
143 * gdb.cp/templates.exp: Do not test supports_template_debugging.
144
145 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
146
147 * gdb.cp/namespace.exp: Accept gcc abi 2.
148
149 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
150
151 * gdb.cp/method.exp: Accept gcc abi 2.
152
153 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
154
155 * gdb.cp/classes.exp: Generate identical results as old version.
156 * gdb.cp/derivation.exp: Likewise.
157 * gdb.cp/overload.exp: Likewise.
158 * gdb.cp/virtfunc.exp: Likewise.
159
160 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
161
162 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
163 mysterious bug with sourceware version of expect.
164
165 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
166
167 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
168 current versions of gcc, including gcc abi 2. Remove gratuitous
169 restart of test program. Use gdb_test_multiple and gdb_test for
170 all tests. Add patterns to xfail missing "const" in "const char *"
171 and kfail PR gdb/1155.
172
173 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
174
175 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
176 current versions of gcc, including gcc abi 2. Remove gratuitous
177 restart of test program. Use gdb_test_multiple and gdb_test for
178 all tests. Add patterns to kfail PR gdb/1498.
179
180 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
181
182 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
183 current versions of gcc, including gcc abi 2. Use "breakpoint"
184 and "continue" instead of restarting the target program. Use
185 gdb_test_multiple and gdb_test for all tests.
186
187 2004-01-01 Mark Kettenis <kettenis@gnu.org>
188
189 * gdb.asm/asm-source.exp: Update copyright year. Link statically
190 for *-*-solaris2*.
191
192 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
193
194 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
195 current versions of gcc, including gcc abi 2. Use "breakpoint"
196 and "continue" instead of restarting the target program several
197 times. Use gdb_test_multiple and gdb_test for all tests.
198
199 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
200
201 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
202 source files.
203
204 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
205
206 * gdb.base/environ.exp: Handle compiling test case from multiple
207 source files.
208
209 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
210
211 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
212
213 2003-12-17 Jim Blandy <jimb@redhat.com>
214
215 * gdb.base/freebpcmd.c: Add copyright notice.
216
217 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
218
219 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
220
221 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
222
223 2003-12-13 Jim Blandy <jimb@redhat.com>
224
225 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
226
227 2003-12-12 Kevin Buettner <kevinb@redhat.com>
228
229 * gdb.asm/frv.inc: New file.
230 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
231
232 2003-12-09 Fred Fish <fnf@redhat.com>
233
234 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
235 functions to break1.c and leave prototypes behind. Add more
236 "set breakpoint NN here" comments.
237 * gdb.base/break1.c: New file.
238
239 * gdb.base/break.exp: Handle compiling test case from multiple
240 source files and change source file references as needed.
241 * gdb.base/completion.exp: Ditto.
242 * gdb.base/condbreak.exp: Ditto.
243 * gdb.base/define.exp: Ditto.
244 * gdb.base/ena-dis-br.exp: Ditto.
245 * gdb.base/info-proc.exp: Ditto.
246 * gdb.base/maint.exp: Ditto.
247 * gdb.base/until.exp: Ditto.
248
249 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
250 hardcoded line numbers.
251 * gdb.base/define.exp: Ditto.
252 * gdb.base/ena-dis-br.exp: Ditto.
253 * gdb.base/maint.exp: Ditto.
254 * gdb.base/until.exp: Ditto.
255
256 * gdb.base/completion.exp: Use "break1" for completion tests since
257 "break" is no longer a unique prefix.
258
259 2003-12-06 Andrew Cagney <cagney@redhat.com>
260
261 * gdb.base/structs.exp (test_struct_returns): When applicable, set
262 "return_value_unimplemented". When an unimplemented struct return
263 architecture, report incorrect values as a KFAIL
264
265 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
266
267 * gdb.cp/rtti.exp: Accept new wording of warning from
268 cp_lookup_rtti_type.
269
270 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
271
272 Partial fix for PR testsuite/1456.
273 * gdb.base/scope.exp (test_at_main): Replace references to
274 gcc_compiled with calls to test_compiler_info.
275 (test_at_foo): Likewise.
276 (test_at_bar): Likewise.
277
278 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
279
280 Partial fix for PR testsuite/1456.
281 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
282 to test_compiler_info.
283
284 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
285
286 * gdb.base/so-impl-ld.exp: Update copyright notice.
287
288 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
289
290 Partial fix for PR testsuite/1456.
291 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
292 to test_compiler_info.
293
294 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
295
296 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
297 from current versions of gdb. Clean up regular expressions.
298 Delete redundant timeout case.
299
300 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
301
302 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
303 from current versions of gdb. Clean up regular expressions.
304 Delete redundant timeout case.
305
306 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
307
308 Partial fix for PR testsuite/1456.
309 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
310 gcc_compiled with call to test_compiler_info.
311
312 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
313
314 Partial fix for PR testsuite/1456.
315 * gdb.base/list.exp (test_list_function): Delete unused declaration
316 of gcc_compiled.
317
318 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
319
320 Partial fix for PR testsuite/1456.
321 * gdb.base/complex.exp: Replace reference to gcc_compiled with
322 call to test_compiler_info.
323
324 2003-11-29 Mark Kettenis <kettenis@gnu.org>
325
326 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
327 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
328 it to create the appropriate note.inc.
329 * gdb.asm/asmsrc1.s: Include "note.inc".
330 * gdb.asm/netbsd.inc: New file.
331 * gdb.asm/empty.inc: New file.
332
333 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
334
335 Partial fix for PR testsuite/1456.
336 * gdb.base/constvars.exp: Replace references to gcc_compiled with
337 calls to test_compiler_info.
338
339 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
340
341 Partial fix for PR testsuite/1456.
342 * gdb.base/volatile.exp: Replace references to gcc_compiled with
343 calls to test_compiler_info.
344
345 2003-11-27 Mark Kettenis <kettenis@gnu.org>
346
347 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
348 pattern for the KFAILs.
349
350 2003-11-25 Adam Fedor <fedor@gnu.org>
351
352 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
353 * gdb.objc/objcdecode.m: New file.
354
355 2003-11-25 Adam Fedor <fedor@gnu.org>
356
357 * gdb.objc/nondebug.exp: Test for PR objc/1236.
358 * gdb.objc/nondebug.m: New file.
359
360 2003-11-26 Ben Elliston <bje@wasabisystems.com>
361
362 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
363 NetBSD as it does on FreeBSD. Modelled on a similar change by
364 Mark Kettenis on 2003-05-30.
365 (link-flags): Set to "--entry _start" regardless of target.
366 Special linker flags are to be appended to $link-flags.
367 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
368
369 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
370
371 * gdb.cp/method.exp: Accept output of new demangler.
372
373 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
374
375 * gdb/class2.exp: New file.
376 * gdb/class2.cc: New file.
377
378 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
379
380 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
381 of new demangler.
382
383 2003-11-23 Mark Kettenis <kettenis@gnu.org>
384
385 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
386 of gdb_test "run".
387
388 2003-11-23 Mark Kettenis <kettenis@gnu.org>
389
390 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
391 "continue" into "run".
392
393 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
394
395 Partial fix for PR testsuite/1456.
396 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
397 call to test_compiler_info.
398 * gdb.cp/ctti.exp: Likewise.
399 * gdb.cp/derivation.exp: Likewise.
400 * gdb.cp/member-ptr.exp: Likewise.
401 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
402 reference to gcc_compiled.
403
404 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
405
406 Fix PR testsuite/1463.
407 * gdb.base/structs.exp (start_structs_test): Call
408 get_debug_format before using the debug format.
409
410 2003-11-22 Andrew Cagney <cagney@redhat.com>
411
412 * lib/gdb.exp (gdb_test_multiple): Add simple example.
413 * gdb.base/structs.exp: Use gdb_test_multiple.
414
415 2003-11-20 Andrew Cagney <cagney@redhat.com>
416
417 * gdb.base/structs.exp: Handle and recover from internal errors.
418 Replace "foo${n}" with "foo<n>" in test messages.
419
420 * gdb.base/structs.exp: Update copyright. Rewrite.
421 * gdb.base/structs.c: Update copyright. Rewrite.
422
423 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
424 resync count exceeded.
425
426 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
427 from the internal error.
428 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
429 Original from Jim Blandy.
430 (gdb_test_multiple): Use gdb_internal_error_resync.
431
432 2003-11-19 Andrew Cagney <cagney@redhat.com>
433
434 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
435 KFAIL.
436
437 2003-11-17 Mark Kettenis <kettenis@gnu.org>
438
439 New testcase for PR backtrace/1435.
440 * gdb.arch/i386-unwind.exp: New file.
441 * gdb.arch/i386-unwind.c: New file.
442
443 2003-11-17 Andrew Cagney <cagney@redhat.com>
444
445 * lib/gdb.exp (compiler_info): New global.
446 (test_compiler_info): New function.
447 (get_compiler_info): Set compiler_info.
448 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
449 "compiler_info" to gcc-<major>-<minor>.
450
451 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
452
453 * gdb.trace/configure: Remove.
454
455 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
456
457 * gdb.base/break.c: Add comments to aid finding line numbers for
458 breakpoints.
459 * gdb.base/break.exp: Remove all references to explicit line
460 numbers.
461
462 2003-11-11 Nick Clifton <nickc@redhat.com>
463
464 * gdb.base/shreloc.exp: Do not run for targets which do not
465 support shared objects.
466
467 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
468
469 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
470 Don't run tests if nofileio flag is given.
471
472 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
473
474 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
475 as well as 'Watchpoint'.
476
477 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
478
479 Reported by Jim Ingham <jingham@apple.com>:
480 * gdb.base/annota1.exp: Match at least one occurrence of the
481 signal handler annotation.
482
483 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
484
485 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
486 as well as 'Watchpoint'.
487
488 2003-11-05 Michael Chastain <mec@shout.net>
489
490 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
491
492 2003-11-03 Kris Warkentin <kewarken@qnx.com>
493
494 * gdb.arch/gdb1291.c: New test file.
495 * gdb.arch/gdb1291.exp: New test script.
496 * gdb.arch/gdb1431.c: New test file.
497 * gdb.arch/gdb1431.exp: New test script.
498
499 2003-10-22 Michael Chastain <mec@shout.net>
500
501 * gdb.mi/pthreads.c: Add copyright notice.
502
503 2003-10-22 Michael Chastain <mec@shout.net>
504
505 * gdb.threads/pthreads.c: Add copyright notice.
506
507 2003-10-20 Michael Chastain <mec@shout.net>
508
509 * gdb.base/gdb1056.exp: New test script.
510
511 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
512
513 * gdb.threads/killed.exp: Use gdb_run_cmd.
514
515 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
516
517 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
518 create a core file.
519 * gdb.threads/gcore-thread.exp: Likewise.
520
521 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
522
523 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
524 type, based on char type.
525 (struct bit_flags_short_t): New bitfield type, based on short type.
526 (init_bit_flags_char): New fuction.
527 (init_bit_flags_short): Ditto.
528 (print_bit_flags_char): Ditto.
529 (print_bit_flags_short): Ditto.
530 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
531
532 2003-10-11 Michael Chastain <mec@shout.net>
533
534 * gdb.base/call-rt-st.exp: Update copyright year.
535
536 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
537
538 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
539 * gdb.disasm/sh3.s: Ditto.
540
541 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
542
543 * gdb.threads/switch-threads.exp: New test.
544 * gdb.threads/switch-threads.c: New source file.
545
546 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
547
548 * gdb.base/ending-run.exp: Add sh specific case.
549
550 2003-10-06 Andrew Cagney <cagney@redhat.com>
551
552 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
553 * gdb.disasm/mn10200.exp: Delete obsolete file.
554
555 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
556
557 * ChangeLog: Correct an entry command.exp -> commands.exp.
558 * gdb.base/commands.exp (bp_deleted_in_command_test)
559 (temporary_breakpoint_commands): Check noargs.
560
561 2003-09-25 David Carlton <carlton@kealia.com>
562
563 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
564 of some print tests, where appropriate. Add tests for C::D::cd,
565 E::ce, F::cXfX, G::XgX.
566 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
567
568 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
569
570 * lib/java.exp (java_init): Import target_alias before using it.
571
572 2003-09-25 David Carlton <carlton@kealia.com>
573
574 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
575
576 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
577
578 * gdb.base/selftest.exp: Accomodate more instruction reordering
579 weirdness.
580
581 2003-09-17 Michael Chastain <mec@shout.net>
582
583 * gdb.cp/gdb1355.exp: New file.
584 * gdb.cp/gdb1355.c: New file.
585
586 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
587
588 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
589 * gdb.asm/sh.inc: New file.
590
591 2003-09-11 David Carlton <carlton@kealia.com>
592
593 * gdb.cp/namespace.exp: Add tests for namespace types.
594 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
595 (test_namespace): New.
596
597 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
598
599 * gdb.base/relocate.exp: Handle new gdb output at startup.
600 * gdb.stabs/weird.exp: Ditto.
601
602 2003-09-08 Michael Chastain <mec@shout.net>
603
604 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
605
606 2003-09-07 Michael Chastain <mec@shout.net>
607
608 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
609 'parse error'.
610
611 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
612
613 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
614
615 2003-08-30 Michael Chastain <mec@shout.net>
616
617 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
618 * gdb.gdb/observer.exp: Ditto.
619 * gdb.gdb/xfullpath.exp: Ditto.
620
621 2003-08-29 Mark Kettenis <kettenis@gnu.org>
622
623 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
624 *-*-*bsd*.
625
626 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
627
628 * gdb.base/dump.exp: Skip for ia64.
629
630 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
631
632 * gdb.asm/asm-source.exp: Add ia64 support.
633 * gdb.asm/ia64.inc: New file.
634
635 2003-08-22 Michael Chastain <mec@shout.net>
636
637 * gdb.cp: New directory.
638 * gdb.cp/*: Copy from gdb.c++/*.
639 * gdb.c++/*: Remove.
640 * Makefile.in: Change gdb.c++ to gdb.cp.
641 * configure.in: Ditto.
642 * configure: Regnerate.
643
644 2003-08-18 Mark Kettenis <kettenis@gnu.org>
645
646 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
647 * gdb.arch/i386-prologue.c (gdb1338): Add function.
648
649 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
650
651 * mi-var-display.exp (-var-list-children weird): Accept function
652 pointers with argument types.
653 * mi1-var-display.exp (-var-list-children weird): Likewise.
654 * mi2-var-display.exp (-var-list-children weird): Likewise.
655
656 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
657
658 * gdb.base/annota3.exp: Add missing newline.
659
660 2003-08-06 Michael Chastain <mec@shout.net>
661
662 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
663
664 2003-08-12 Michael Snyder <msnyder@redhat.com>
665
666 * gdb.base/float.exp: Add test for SH.
667
668 2003-08-10 Mark Kettenis <kettenis@gnu.org>
669
670 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
671
672 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
673
674 * gdb.base/completion.exp: Remove reduntant completion test
675 on filename.
676
677 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
678
679 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
680 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
681 gdb.trace/save-trace.exp: Make sure that full pathnames are
682 escaped correctly.
683
684 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
685
686 * configure.in: Don't generate config.h from config.hin.
687 * configure: Regenerate.
688 * config.hin: Remove file.
689 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
690 * gdb.threads/pthreads.c: Ditto.
691
692 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
693
694 From Kei Sakamoto <sakamoto.kei@renesas.com>:
695 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
696 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
697 Replace ld24 with seth/add3.
698
699 2003-08-02 Andrew Cagney <cagney@redhat.com>
700
701 * gdb.base/annota3.exp: New file.
702 * gdb.base/annota3.c: New file.
703 * gdb.c++/annota3.exp: New file.
704 * gdb.c++/annota3.cc: New file.
705
706 2003-07-29 Michael Chastain <mec@shout.net>
707
708 * gdb.threads/tls.c (spin): Check errno only if sem_wait
709 actually failed.
710 (do_pass): Likewise.
711 * gdb.threads/tls.exp: Always initialize no_of_threads.
712
713 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
714
715 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
716 pattern.
717 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
718 * gdb.threads/tls.exp: Recognize one case of the host library not
719 supporting TLS.
720
721 2003-07-27 Andrew Cagney <cagney@redhat.com>
722
723 * gdb.base/fileio.exp: Use SH when running commands using
724 remote_exec.
725
726 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
727
728 From Kei Sakamoto <sakamoto.kei@renesas.com>:
729 * gdb.base/relocate.c (dummy): New padding array.
730
731 2003-07-22 Michael Snyder <msnyder@redhat.com>
732
733 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
734
735 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
736 patterns to be more general, accepting old and new output.
737 Some output chars (such as '+') also must be quoted.
738 Some addresses are displayed numerically instead of
739 symbolically.
740
741 2003-07-23 Michael Snyder <msnyder@redhat.com>
742
743 * gdb.base/return2.exp: Don't test long-long return.
744
745 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
746 * gdb.disasm/t01_mov.exp: Ditto.
747 * gdb.disasm/t02_mova.s: Ditto.
748 * gdb.disasm/t02_mova.exp: Ditto.
749 * gdb.disasm/t03_add.s: Ditto.
750 * gdb.disasm/t03_add.exp: Ditto.
751 * gdb.disasm/t04_sub.s: Ditto.
752 * gdb.disasm/t04_sub.exp: Ditto.
753 * gdb.disasm/t05_cmp.s: Ditto.
754 * gdb.disasm/t05_cmp.exp: Ditto.
755 * gdb.disasm/t06_ari2.s: Ditto.
756 * gdb.disasm/t06_ari2.exp: Ditto.
757 * gdb.disasm/t07_ari3.s: Ditto.
758 * gdb.disasm/t07_ari3.exp: Ditto.
759 * gdb.disasm/t08_or.s: Ditto.
760 * gdb.disasm/t08_or.exp: Ditto.
761 * gdb.disasm/t09_xor.s: Ditto.
762 * gdb.disasm/t09_xor.exp: Ditto.
763 * gdb.disasm/t10_and.s: Ditto.
764 * gdb.disasm/t10_and.exp: Ditto.
765 * gdb.disasm/t11_logs.s: Ditto.
766 * gdb.disasm/t11_logs.exp: Ditto.
767 * gdb.disasm/t12_bit.s: Ditto.
768 * gdb.disasm/t12_bit.exp: Ditto.
769 * gdb.disasm/t13_otr.s: Ditto.
770 * gdb.disasm/t13_otr.exp: Ditto.
771
772 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
773
774 * gdb.threads/tls.exp :Add kfail for 'info address' case.
775
776 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
777
778 * gdb.threads/tls.c : New file.
779 * gdb.threads/tls.exp : New file.
780 * gdb.threads/tls-main.c : New file.
781 * gdb.threads/tls-shared.c : New file.
782 * gdb.threads/tls-shared.exp : New file.
783
784 2003-07-22 Andreas Schwab <schwab@suse.de>
785
786 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
787
788 2003-07-20 Andreas Schwab <schwab@suse.de>
789
790 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
791 due to insn reordering.
792
793 2003-07-15 Andrew Cagney <cagney@redhat.com>
794
795 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
796
797 2003-07-15 Michael Chastain <mec@shout.net>
798
799 * gdb.base/gdb1250.exp: New file.
800 * gdb.base/gdb1250.c: New file.
801
802 2003-07-09 Michal Ludvig <mludvig@suse.cz>
803
804 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
805 expansion of size_t to 'unsigned long', not only to 'unsigned'.
806
807 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
808
809 * gdb.threads/tls.c: New file.
810 * gdb.threads/tls.exp: New file.
811 * gdb.threads/tls-main.c: New file.
812 * gdb.threads/tls-shared.c: New file.
813 * gdb.threads/tls-shared.exp: New file.
814
815 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
816
817 * gdb.base/annota1.exp: Make sure that we properly escape the
818 full path of the source file. Xfail more permissive patterns,
819 due to a compiler debug info problem.
820
821 2003-07-07 Andreas Schwab <schwab@suse.de>
822
823 * gdb.asm/m68k.inc: New file.
824 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
825
826 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
827 arguments"): Also match negative number.
828
829 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
830
831 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
832
833 * gdb.base/store.c (charest): New typedef.
834 (add_char): Rename to add_charest, update.
835 (wack_char): Rename to wack_charest, update types. Return l + r
836 to keep r live across the call.
837 (wack_short, wack_int, wack_long, wack_longest, wack_float)
838 (wack_double, wack_doublest): Return l + r to keep r live across
839 the call.
840 * gdb.base/store.exp: Accomodate store.c changes.
841
842 2003-06-30 David Carlton <carlton@kealia.com>
843
844 * gdb.c++/maint.exp (test_invalid_name): New.
845 (test_first_component): Add tests for invalid names.
846
847 2003-06-29 Michael Chastain <mec@shout.net>
848
849 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
850 output of '<VTT for class>' for virtual base classes.
851
852 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
853
854 * gdb.base/completion.exp: Tab-complete "complet" instead of
855 "compl".
856 * gdb.base/complex.exp, gdb.base/complex.c: New files.
857
858 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
859
860 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
861 * gdb.base/volatile.exp: Likewise.
862
863 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
864
865 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
866 gdb/1265.
867
868 2003-06-28 Michael Chastain <mec@shout.net>
869 Daniel Jacobowitz <drow@mvista.com>
870
871 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
872 initial line count of 'captured_main' from 26 to 32.
873 (test_with_self): Allow xmalloc call to be interleaved with the
874 preceding two lines.
875
876 2003-06-24 Joel Brobecker <brobecker@gnat.com>
877
878 * gdb.base/bang.exp: New testcase.
879
880 2003-06-23 Joel Brobecker <brobecker@gnat.com>
881
882 * gdb.base/langs.exp: Add some tests for the "minimal" language
883 support.
884
885 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
886
887 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
888 the testcase.
889
890 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
891
892 * gdb.base/relocate.exp: Test add-symbol-file with a variable
893 offset.
894
895 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
896
897 * gdb.c++/pr-1210.cc: New file.
898 * gdb.c++/pr-1210.exp: New file.
899
900 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
901
902 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
903 000-exec-continue.
904
905 2003-06-15 Mark Kettenis <kettenis@gnu.org>
906
907 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
908 on *-*-*bsd* instead of *-*-freebsd*.
909
910 2003-06-14 Andrew Cagney <cagney@redhat.com>
911
912 * gdb.base/store.exp: Test longest and doublest. Test all
913 parameters. Weaken return statement match.
914 * gdb.base/store.c: Add longest and doublest - aka long long and
915 long double functions. Put all parameters into local register
916 variables. Use negative values.
917
918 2003-06-14 Andrew Cagney <cagney@redhat.com>
919
920 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
921 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
922 exit status.
923 * gdb.base/fileio.exp: Disable target when nointerrupts and
924 noinferiorio, instead of limiting it to remote. Use remote_exec
925 instead of system.
926
927 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
928
929 * gdb.base/float.exp: Add ia64 support.
930
931 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
932
933 * gdb.base/fileio.exp: Run only on remote targets.
934
935 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
936
937 * gdb.base/fileio.c: New file, testing File-I/O.
938 * gdb.base/fileio.exp: Ditto.
939
940 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
941
942 * gdb.base/shreloc.exp: New file, check symbol values obtained from
943 shared objects after relocation at load time (gdb PR/1132).
944 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
945 as above, part of the shared object relocation test.
946
947 2003-06-08 Mark Kettenis <kettenis@gnu.org>
948
949 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
950 fully filled history list.
951 * gdb.base/gdb_history: New file.
952
953 * gdb.base/signals.exp: XFAIL "continue to func1" on
954 i*86-*-freebsd*.
955
956 * gdb.base/attach.exp: When trying to attach to a nonexistent
957 process, make it possible to specify the PID based on the target,
958 and do so for *-*-freebsd*.
959
960 2003-06-02 Richard Henderson <rth@redhat.com>
961
962 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
963
964 2003-06-02 Richard Henderson <rth@redhat.com>
965
966 * gdb.base/selftest.exp: Next over lim_at_start initialization.
967
968 2003-06-02 Richard Henderson <rth@redhat.com>
969
970 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
971
972 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
973
974 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
975 of globalvar.
976
977 2003-06-01 Mark Kettenis <kettenis@gnu.org>
978
979 * gdb.asm/asm-source.exp: Check for memory read errors in
980 disassembler test on *BSD too.
981
982 2003-06-01 Richard Henderson <rth@redhat.com>
983
984 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
985 for .frame.
986 (gdbasm_call): Lose ldgp.
987 (gdbasm_startup): Add frame information.
988 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
989
990 2003-05-31 Mark Kettenis <kettenis@gnu.org>
991
992 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
993 i?86-*-*.
994
995 2003-05-30 Mark Kettenis <kettenis@gnu.org>
996
997 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
998 FreeBSD.
999
1000 2003-05-29 Richard Henderson <rth@redhat.com>
1001
1002 * gdb.asm/alpha.inc: New file.
1003 * gdb.asm/asm-source.exp: Use it.
1004
1005 2003-05-29 Jim Blandy <jimb@redhat.com>
1006
1007 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
1008 'core.PID'.
1009
1010 2003-05-22 Jim Blandy <jimb@redhat.com>
1011
1012 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
1013 backtrace.
1014
1015 2003-05-20 David Carlton <carlton@math.stanford.edu>
1016
1017 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
1018 this time.
1019
1020 2003-05-19 David Carlton <carlton@bactrian.org>
1021
1022 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
1023 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
1024
1025 2003-05-19 David Carlton <carlton@bactrian.org>
1026
1027 * gdb.c++/namespace.exp: Add namespace scope and anonymous
1028 namespace tests.
1029 Bump copyright date.
1030 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
1031 (main): Call C::D::marker2.
1032 * gdb.c++/namespace1.cc: New file.
1033
1034 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
1035
1036 Roland McGrath <roland@redhat.com>
1037 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
1038 there is no manager thread.
1039
1040 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
1041
1042 * gdb.threads/schedlock.exp: Remove assumption that all threads
1043 will run in a particular small time slice. Also ensure we break
1044 in one of the child threads rather than the main thread.
1045
1046 2003-05-07 Jim Blandy <jimb@redhat.com>
1047
1048 Add support for assembly source testing on the s390x.
1049 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
1050 architecture.
1051 * gdb.asm/s390x.inc: New file.
1052
1053 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
1054 succession of 'if' statements.
1055
1056 2003-05-05 Andrew Cagney <cagney@redhat.com>
1057
1058 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
1059
1060 2003-05-05 Andrew Cagney <cagney@redhat.com>
1061
1062 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
1063 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
1064
1065 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
1066
1067 * gdb.base/charset.exp: Update based on new behavior of set/show
1068 charset commands.
1069
1070 2003-05-01 Andrew Cagney <cagney@redhat.com>
1071
1072 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
1073 variable do not give memory errors.
1074
1075 2003-04-30 Adam Fedor <fedor@gnu.org>
1076
1077 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
1078 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
1079 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
1080 gdb.objc/basicclass.m: : New files
1081
1082 * lib/gdb.exp (gdb_compile_objc): New procedure.
1083
1084 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
1085
1086 * gdb.base/signals.exp: Make backtrace tests more specific.
1087
1088 2003-04-23 David Carlton <carlton@bactrian.org>
1089
1090 * gdb.c++/maint.exp (test_first_component): Add tests for
1091 'operator' in more locations.
1092
1093 2003-04-16 Kevin Buettner <kevinb@redhat.com>
1094
1095 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
1096
1097 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
1098
1099 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
1100 func marke' instead. Update test name.
1101
1102 2003-04-15 David Carlton <carlton@math.stanford.edu>
1103
1104 * gdb.c++/maint.exp: New file.
1105
1106 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
1107
1108 * gdb.threads/schedlock.c: Change type of thread function argument
1109 to long, to avoid warnings on 64-bit platforms.
1110
1111 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
1112
1113 * gdb.base/attach.exp: Add new message from ptrace in case of
1114 attaching to nonexistent process.
1115
1116 2003-04-11 Jim Blandy <jimb@redhat.com>
1117
1118 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1119 gdb.c++/userdef.cc: Place comments on the lines to which the
1120 marker function might return.
1121 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1122 gdb.c++/userdef.exp: Look for those comments to check that we've
1123 returned to the right place, instead of checking line numbers.
1124
1125 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
1126
1127 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
1128 match on sourcefile name, instead of directory name.
1129
1130 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
1131
1132 * gdb.base/completion.exp: Use string_to_regexp to match the
1133 working directory name.
1134
1135 2003-04-09 Jim Blandy <jimb@redhat.com>
1136
1137 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1138 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
1139 after an inferior function call, report the failure, but allow the
1140 test to continue.
1141
1142 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1143
1144 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1145 with -DPROTOTYPES.
1146
1147 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1148
1149 * gdb.base/break.exp: Revert last patch.
1150
1151 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
1152
1153 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1154 with -DPROTOTYPES.
1155
1156 2003-04-02 Andrew Cagney <cagney@redhat.com>
1157
1158 * gdb.base/callfuncs.exp: Make "print add" messages unique.
1159 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
1160 matching directories by the name breakpoint.
1161 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
1162 Make "continue to marker1" consistent.
1163 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
1164 message consistent.
1165 * lib/gdb.exp: Put "the program is no longer running", and "the
1166 program exited" in parenthesis.
1167 * lib/mi-support.exp: Ditto.
1168
1169 2003-04-02 Bob Rossi <bob_rossi@cox.net>
1170
1171 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
1172
1173 2003-03-29 Andrew Cagney <cagney@redhat.com>
1174
1175 * gdb.base/sizeof.c (main): Print the value of '\377'.
1176 * gdb.base/sizeof.exp: Check the sign of '\377'.
1177
1178 2003-03-27 Michael Chastain <mec@shout.net>
1179
1180 * gdb.base/gdb1090.exp: New file.
1181 * gdb.base/gdb1090.cc: New file.
1182
1183 2003-03-27 J. Brobecker <brobecker@gnat.com>
1184
1185 * gdb.gdb/observer.exp: New regression test.
1186
1187 2003-03-27 Michael Chastain <mec@shout.net>
1188
1189 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
1190 * gdb.base/ptype.exp: Likewise.
1191
1192 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
1193
1194 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
1195
1196 2003-03-26 Michael Chastain <mec@shout.net>
1197
1198 * gdb.base/ptype.exp: Actually use some typedef'd types.
1199
1200 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
1201
1202 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
1203 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
1204
1205 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1206
1207 * gdb.base/default.exp: Fix regular expression.
1208
1209 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1210
1211 * gdb.base/args.exp: Fix regular expression.
1212
1213 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1214
1215 * gdb.base/help.exp: Allow Win32 child process.
1216
1217 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1218
1219 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
1220 when stepping out of main().
1221
1222 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1223
1224 * gdb.base/default.exp: Check for win32 specific message when calling
1225 "run" without executable.
1226
1227 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1228
1229 * gdb.base/args.exp: Expect .exe in output.
1230
1231 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
1232
1233 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
1234 Cygwin native.
1235
1236 2003-03-17 Andrew Cagney <cagney@redhat.com>
1237
1238 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
1239 vector registes.
1240 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
1241 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
1242
1243 2003-03-17 David Carlton <carlton@math.stanford.edu>
1244
1245 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
1246 test, for PR breakpoints/38.
1247 Call test_watchpoint_and_breakpoint.
1248 * gdb.base/watchpoint.c (func3): New function.
1249 (main): Call func3.
1250
1251 2003-03-04 David Carlton <carlton@math.stanford.edu>
1252
1253 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
1254 Garply<Garply<char> >:: garply".
1255 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
1256 with respect to PR c++/1111; note also PR c++/1113.
1257 (test_template_breakpoints): KFAIL "constructor breakpoint" with
1258 respect to PR c++/1062.
1259 KFAIL "destructor breakpoint" with respect to PR c++/1112.
1260
1261 2003-03-03 David Carlton <carlton@math.stanford.edu>
1262
1263 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
1264 with respect to PR c++/57.
1265 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
1266 c++/826.
1267 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
1268 respect to PR c++/57.
1269
1270 2003-03-03 David Carlton <carlton@math.stanford.edu>
1271
1272 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
1273 respect to PR c++/33 into FAILs.
1274
1275 2003-03-03 Michael Chastain <mec@shout.net>
1276
1277 * configure.in: Update copyright years.
1278
1279 2003-03-03 Michael Chastain <mec@shout.net>
1280
1281 * Makefile.in: Update copyright years.
1282
1283 2003-02-28 David Carlton <carlton@math.stanford.edu>
1284
1285 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
1286 print class instead of struct and/or superfluous protection
1287 specifiers, as long as the resulting output is equivalent to the
1288 source code.
1289 Delete FIXME from end of messages on tests that don't need
1290 fixing.
1291
1292 2003-02-28 David Carlton <carlton@math.stanford.edu>
1293
1294 * gdb.c++/templates.exp (do_tests): Allow const in the two
1295 Foo<volatile char *>::foo tests.
1296
1297 2003-02-27 Michael Snyder <msnyder@redhat.com>
1298
1299 * gdb.base/restore.c (main): Return zero, so exit code
1300 will be consistant.
1301
1302 2003-02-26 David Carlton <carlton@math.stanford.edu>
1303
1304 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
1305 char *>::foo" test with respect to PR c++/33. Create a new test
1306 which is identical to that one except that it doesn't put the
1307 space between the "char" and the "*"; KFAIL it, too.
1308
1309 2003-02-26 David Carlton <carlton@math.stanford.edu>
1310
1311 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
1312 template types into either PASSes or KFAILs (corresponding to PR
1313 c++/57). Tweak indentation. Update copyright.
1314
1315 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1316
1317 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
1318
1319 2003-02-13 Michael Chastain <mec@shout.net>
1320
1321 * gdb.base/exprs.exp: Remove i960 remnants.
1322 * gdb.base/funcargs.exp: Likewise.
1323 * gdb.base/list.exp: Likewise.
1324 * gdb.base/ptype.exp: Likewise.
1325
1326 2003-02-14 David Carlton <carlton@math.stanford.edu>
1327
1328 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
1329 pEe->D::vg()" from XFAIL to KFAIL.
1330
1331 2003-02-13 Jason Molenda (jmolenda@apple.com)
1332
1333 * gdb.base/maint.exp: Update maint print statistics regexp to include
1334 new entries.
1335
1336 2003-02-13 Michael Chastain <mec@shout.net>
1337
1338 * gdb.c++/inherit.exp: Remove call to get_debug_format.
1339
1340 2003-02-12 Michael Chastain <mec@shout.net>
1341
1342 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
1343 * gdb.c++/inherit.exp: Likewise.
1344 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
1345 * gdb.c++/templates.exp: Likewise.
1346 * gdb.c++/virtfunc.exp: Likewise.
1347
1348 2003-02-06 Jason Molenda (jason-cl@molenda.com)
1349
1350 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
1351 why the code is written that way.
1352
1353 2003-02-05 Michael Chastain <mec@shout.net>
1354
1355 * gdb.base/dump.exp: Add missing copyright line.
1356
1357 2003-02-05 Jason Molenda (jason-cl@molenda.com)
1358
1359 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
1360 at the beginning so the breakpoint doesn't get set on the loop.
1361
1362 2003-02-05 Michael Chastain <mec@shout.net>
1363
1364 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
1365 output for configurations with gcc 2.95.3.
1366
1367 2003-02-05 Keith Seitz <keiths@redhat.com>
1368 Andrew Cagney <ac131313@redhat.com>
1369
1370 * gdb.mi/mi-cli.exp: New file.
1371
1372 2003-02-04 Michael Chastain <mec@shout.net>
1373
1374 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
1375 Call perror and then continue.
1376
1377 2003-02-03 Michael Chastain <mec@shout.net>
1378
1379 * gdb.c++/pr-1023.cc: New file.
1380 * gdb.c++/pr-1023.exp: New file.
1381
1382 2003-02-05 Jim Blandy <jimb@redhat.com>
1383
1384 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
1385 it's local to foobar. Check for it there, and check that it's not
1386 present in main.
1387 * gdb.c++/local.cc (marker2): New function.
1388 (foobar): Call marker1.
1389 (main): Call marker2 instead of marker1.
1390
1391 2003-02-04 Andrew Cagney <ac131313@redhat.com>
1392
1393 * gdb.disasm/mn10200.exp: Obsolete file.
1394 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
1395 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
1396 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
1397
1398 2003-02-04 David Carlton <carlton@math.stanford.edu>
1399
1400 * gdb.c++/overload.exp: Test intToChar(1).
1401 * gdb.c++/overload.cc (intToChar): New.
1402 (main): Call intToChar.
1403
1404 2003-02-03 David Carlton <carlton@math.stanford.edu>
1405
1406 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
1407 'might_kfail' arg.
1408 KFAIL some of the continue_to_bp_overloaded calls, according to
1409 PR c++/1025.
1410
1411 2003-02-01 Michael Chastain <mec@shout.net>
1412
1413 * gdb.base/advance.c (marker1): New marker function.
1414 * gdb.base/advance.exp: When the 'advance' command lands on the
1415 return breakpoint, it can legitimately stop on either the
1416 current line or the next line. Accommodate both outcomes.
1417 * gdb.base/until.exp: Likewise.
1418
1419 2003-02-02 Andrew Cagney <ac131313@redhat.com>
1420
1421 2002-11-10 Jason Molenda (jason-cl@molenda.com):
1422 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
1423 now a list, not a tuple.
1424 * gdb.mi/mi-var-display.exp: Ditto.
1425 * gdb.mi/gdb792.exp: Ditto.
1426
1427 2003-02-01 Andrew Cagney <ac131313@redhat.com>
1428
1429 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
1430 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
1431 stack backtraces.
1432 * gdb.mi/mi-syn-frame.c: Part of same.
1433
1434 2003-02-01 Mark Kettenis <kettenis@gnu.org>
1435
1436 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1437 gdb.mi/mi1-pthreads.exp: Return instead of calling
1438 gdb_suppress_entire_file.
1439
1440 2003-02-01 Mark Salter <msalter@redhat.com>
1441
1442 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
1443
1444 2003-01-31 Mark Salter <msalter@redhat.com>
1445
1446 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
1447 Support empty arg.
1448
1449 2003-01-30 Michael Chastain <mec@shout.net>
1450
1451 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
1452 This was a workaround for a UTF-8 bug in readline 4.3. The bug
1453 has been fixed in gdb/readline on 2003-01-09.
1454
1455 2003-01-29 Michael Snyder <msnyder@redhat.com>
1456
1457 * gdb.base/maint.exp: Allow for leading underscore in symbol.
1458 * gdb.base/display.exp: Allow for leading underscore in symbol.
1459 * gdb.base/args.exp: Skip if target does not support args passing.
1460
1461 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
1462
1463 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
1464 gdb_test. Accept a list of expect arguments as the third
1465 parameter.
1466 (gdb_test): Use it.
1467
1468 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
1469
1470 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
1471 allow for different test tree configurations. Update some
1472 tescases accordingly.
1473 * gdb.arch/altivec-regs.exp: Ditto.
1474 * gdb.asm/asm-source.exp: Ditto.
1475 * gdb.base/advance.exp: Ditto.
1476 * gdb.base/display.exp: Ditto.
1477 * gdb.base/long_long.exp: Ditto.
1478 * gdb.base/mips_pro.exp: Ditto.
1479 * gdb.base/overlays.exp: Ditto.
1480 * gdb.base/relocate.exp: Ditto.
1481 * gdb.base/setshow.exp: Ditto.
1482 * gdb.base/step-line.exp: Ditto.
1483 * gdb.base/step-test.exp: Ditto.
1484 * gdb.base/until.exp: Ditto.
1485 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
1486
1487 2003-01-17 David Carlton <carlton@math.stanford.edu>
1488
1489 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
1490 corresponding to PR c++/945.
1491 Update copyright.
1492
1493 2003-01-17 David Carlton <carlton@math.stanford.edu>
1494
1495 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
1496 corresponding to PR c++/68.
1497
1498 2003-01-17 David Carlton <carlton@math.stanford.edu>
1499
1500 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
1501 (test_paddr_hairy_functions): Call print_addr_2_kfail for
1502 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
1503
1504 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
1505
1506 * gdb.base/break.exp: Fix change of default location, because of
1507 removal of until tests.
1508 * gdb.base/help.exp: Update test for new 'until' help message.
1509 Add test for help on 'advance'.
1510 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
1511
1512 2003-01-15 Mark Kettenis <kettenis@gnu.org>
1513
1514 * gdb.base/default.exp: Adapt "info float" test for recent changes
1515 to that command. Add test for "info vector".
1516 * gdb.base/float.exp: New file. Add test for "info float" that
1517 resembles the old test in gdb.base/default.exp.
1518
1519 2003-01-15 David Carlton <carlton@math.stanford.edu>
1520
1521 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
1522
1523 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
1524
1525 * gdb.base/break.exp: Move the tests of until command from here...
1526 * gdb.base/until.exp: ... to here. New file. Add other tests.
1527 * gdb.base/advance.c: New file.
1528 * gdb.base/advance.exp: New file.
1529
1530 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
1531
1532 * gdb.base/args.c: New file.
1533 * gdb.base/args.exp: New file.
1534
1535 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1536
1537 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
1538
1539 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1540
1541 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
1542
1543 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
1544
1545 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
1546 dates.
1547
1548 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1549
1550 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
1551
1552 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1553
1554 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
1555 (ptype &*"foo").
1556 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
1557
1558 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1559
1560 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
1561 * gdb.mi/mi1-console.exp: Likewise.
1562
1563 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
1564
1565 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
1566 * gdb.mi/mi1-console.exp: Likewise.
1567
1568 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
1569
1570 * gdb.c++/overload.exp: Remove some fixed XFAILs.
1571
1572 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1573
1574 * gdb.base/detach.exp: New test.
1575
1576 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
1577
1578 * Makefile.in (ALL_SUBDIRS): New variable.
1579 (subdirs, clean, distclean): Use it.
1580 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
1581 regenerating Makefile, since it is generated from the top level.
1582 * gdb.asm/Makefile.in: Likewise.
1583 * gdb.base/Makefile.in: Likewise.
1584 * gdb.c++/Makefile.in: Likewise.
1585 * gdb.disasm/Makefile.in: Likewise.
1586 * gdb.java/Makefile.in: Likewise.
1587 * gdb.mi/Makefile.in: Likewise.
1588 * gdb.threads/Makefile.in: Likewise.
1589 * gdb.trace/Makefile.in: Likewise.
1590
1591 2003-01-09 David Carlton <carlton@math.stanford.edu>
1592
1593 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
1594 Add copyright year 2003.
1595
1596 2003-01-06 Michael Chastain <mec@shout.net>
1597
1598 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
1599 When selecting a thread, 'line' and 'file' are optional.
1600 * gdb.mi/mi1-pthreads.exp: Likewise.
1601
1602 2003-01-06 Andreas Schwab <schwab@suse.de>
1603
1604 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
1605 failures.
1606
1607 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1608
1609 Fix PR gdb/844
1610 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
1611 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
1612
1613 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
1614 instead of calling gdb_suppress_entire_file.
1615 * gdb.threads/print-threads.exp: Likewise.
1616 * gdb.threads/schedlock.exp: Likewise.
1617
1618 * gdb.threads/killed.exp: Return instead of calling
1619 gdb_suppress_entire_file.
1620 * gdb.threads/linux-dp.exp: Likewise.
1621 * gdb.threads/pthreads.exp: Likewise.
1622
1623 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1624
1625 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
1626 stabs.
1627 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
1628 * gdb.base/whatis.exp: Always allow (void) after function names.
1629
1630 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
1631
1632 * gdb.c++/casts.exp: Correct regexp.
1633
1634 2003-01-04 Mark Kettenis <kettenis@gnu.org>
1635
1636 * configure.in: Call AC_CONFIG_HEADER. Don't call
1637 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
1638 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
1639 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
1640 aforementioned directories in the AC_OUPUT call.
1641 * config.hin: New file.
1642 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1643 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
1644 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
1645 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
1646 pass -I$objdir instead of -I$objdir/$subdir in compilation.
1647 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
1648 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
1649 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
1650 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
1651 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
1652 gdb.threads/configure.in, gdb.threads/configure,
1653 gdb.threads/config.in, gdb.trace/configure.in,
1654 gdb.trace/configure: Removed.
1655
1656 2003-01-03 Michael Chastain <mec@shout.net>
1657
1658 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
1659 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
1660
1661 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
1662
1663 * gdb.base/store.exp: Fix regular expressions.
1664
1665 2002-12-28 Mark Kettenis <kettenis@gnu.org>
1666
1667 * configure.in: Rewrite.
1668 * configure: Regenerated.
1669
1670 2003-01-03 David Carlton <carlton@math.stanford.edu>
1671
1672 * gdb.base/psymtab.exp: New file.
1673 * gdb.base/psymtab1.c: Ditto.
1674 * gdb.base/psymtab2.c: Ditto.
1675
1676 2002-12-23 Adam Fedor <fedor@gnu.org>
1677
1678 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
1679
1680 2002-12-23 David Carlton <carlton@math.stanford.edu>
1681
1682 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
1683 and current_directory initialization.
1684
1685 2002-12-22 Jim Blandy <jimb@redhat.com>
1686
1687 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
1688 rather than as part of the output file name.
1689
1690 * gdb.base/attach.exp: There's no need to copy the test program to
1691 /tmp; that was only ever necessary on HP/UX, and this test is
1692 entirely disabled there anyway.
1693
1694 2002-12-21 Jim Blandy <jimb@redhat.com>
1695
1696 * gdb.c++/psmang.exp: Doc fix.
1697
1698 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
1699 test.
1700
1701 2002-12-20 David Carlton <carlton@math.stanford.edu>
1702
1703 * gdb.c++/annota2.exp: KFAIL annotate-quit.
1704
1705 2002-12-18 Michael Chastain <mec@shout.net>
1706
1707 * gdb.c++/annota2.exp: Add copyright year 2002.
1708
1709 2002-12-17 David Carlton <carlton@math.stanford.edu>
1710
1711 * gdb.c++/try_catch.cc: Add marker comments.
1712 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
1713 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
1714 * gdb.c++/m-static.cc: Ditto.
1715 * gdb.c++/m-static1.cc: Ditto.
1716 * gdb.c++/try_catch.cc: Ditto.
1717
1718 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
1719
1720 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
1721 to see whether we are using the new -environment-directory
1722 command which resets via -r or the old version of the command
1723 which may prompt the user. Part of fix for gdb/741.
1724
1725 2002-12-13 Andrew Cagney <ac131313@redhat.com>
1726
1727 * gdb.fortran/types.exp: Update obsolete comment.
1728 * gdb.fortran/exprs.exp: Ditto.
1729 * lib/gdb.exp: Delete obsolete code.
1730 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
1731 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
1732 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
1733 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
1734 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
1735 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
1736 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
1737 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
1738 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
1739 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
1740 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
1741 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
1742 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
1743 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
1744 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
1745 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
1746 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
1747 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
1748 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
1749 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
1750 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
1751 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
1752 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
1753 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
1754 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
1755 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
1756 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
1757 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
1758 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
1759 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
1760 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
1761 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
1762 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
1763 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
1764 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
1765 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
1766 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
1767
1768 2002-12-11 David Carlton <carlton@math.stanford.edu>
1769
1770 * gdb.c++/m-data.exp: Add test for members that shadow global
1771 variables: see PR gdb/804.
1772 * gdb.c++/m-data.cc: Ditto.
1773
1774 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
1775
1776 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
1777
1778 2002-12-06 David Carlton <carlton@math.stanford.edu>
1779
1780 * gdb.base/store.c: Don't declare functions static.
1781
1782 2002-12-04 Andrew Cagney <ac131313@redhat.com>
1783
1784 * gdb.base/store.exp, gdb.base/store.c: New files.
1785
1786 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
1787
1788 * gdb.base/selftest.exp: Update for current gdb.
1789
1790 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
1791
1792 * gdb.base/maint.exp: Only dump symbols from one source file
1793 or objfile.
1794
1795 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
1796
1797 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
1798 function call.
1799
1800 2002-11-25 Jim Blandy <jimb@redhat.com>
1801
1802 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
1803 function appearing in error message.
1804
1805 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
1806
1807 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
1808
1809 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
1810
1811 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
1812 for mi1 and current mi is in correct format. New mi startup message
1813 should be in mi console format. This is part of fix for PR gdb/604.
1814
1815 2002-09-18 Fernando Nasser <fnasser@redhat.com>
1816
1817 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
1818 which explicitly prints the zero offset as "+0".
1819
1820 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
1821
1822 * gdb.threads/schedlock.c (args): Make unsigned.
1823
1824 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
1825
1826 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
1827 numbers. Allow "foo2|selected stack frame".
1828 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
1829 * gdb.asm/asmsrc2.s: Likewise.
1830 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
1831 comments.
1832 * gdb.asm/mips.inc: New file.
1833
1834 2002-10-18 Adam Fedor <fedor@gnu.org>
1835
1836 * gdb.base/default.exp: Update expected output to include 'ObjC'.
1837 * gdb.base/help.exp: Likewise.
1838
1839 2002-10-17 Kevin Buettner <kevinb@redhat.com>
1840
1841 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
1842 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
1843
1844 2002-10-02 Jim Blandy <jimb@redhat.com>
1845
1846 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
1847
1848 2002-10-01 Andrew Cagney <ac131313@redhat.com>
1849
1850 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
1851 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
1852 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
1853 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
1854 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
1855 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
1856 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
1857
1858 2002-09-29 Andrew Cagney <ac131313@redhat.com>
1859
1860 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
1861 * mi0-disassemble.exp, mi0-eval.exp: Delete.
1862 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
1863 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
1864 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
1865 * mi0-var-block.exp, mi0-var-child.exp: Delete.
1866 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
1867
1868 2002-09-27 Kevin Buettner <kevinb@redhat.com>
1869
1870 * gdb.base/annota1.exp (info break): Make directory components of
1871 path optional since not all compilers emit this debug information.
1872
1873 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
1874 step ends up stepping out of the function instead of stopping on
1875 the epilogue.
1876
1877 2002-09-26 Keith Seitz <keiths@redhat.com>
1878
1879 * lib/insight-support.exp (gdbtk_start): Figure out where
1880 the insight executable is based on where gdb is. Use this
1881 executable to start insight instead of gdb.
1882
1883 2002-09-25 Andrew Cagney <cagney@redhat.com>
1884
1885 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
1886
1887 2002-09-24 Andrew Cagney <ac131313@redhat.com>
1888
1889 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
1890 test_isolated_complaints.
1891 (test_empty_complaint): New function.
1892 (test_empty_complaints): New function. Check no output when no
1893 complaints.
1894
1895 2002-09-19 Jim Blandy <jimb@redhat.com>
1896
1897 * gdb.base/charset.exp, gdb.base/charset.c: New files.
1898
1899 2002-09-19 Andrew Cagney <ac131313@redhat.com>
1900
1901 * gdb.gdb/complaints.exp: New file.
1902
1903 2002-09-18 Andrew Cagney <ac131313@redhat.com>
1904
1905 * gdb.base/maint.exp: Check `help maint internal-warning'.
1906
1907 2002-09-18 David Carlton <carlton@math.stanford.edu>
1908
1909 * gdb.c++/m-static.exp: Remove breakpoints depending on line
1910 numbers, and replace them by a single breakpoint after the
1911 constructors are all finished.
1912 Add test 4.
1913 * gdb.c++/m-static.cc: Add test 4.
1914 * gdb.c++/m-static.h: New file.
1915 * gdb.c++/m-static1.cc: New file.
1916
1917 * gdb.c++/printmethod.exp: New file.
1918 * gdb.c++/printmethod.cc: New file.
1919
1920 * gdb.c++/pr-574.exp: New file.
1921 * gdb.c++/pr-574.cc: New file.
1922
1923 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
1924
1925 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
1926 embedded targets which never actually exit.
1927
1928 2002-09-18 Fernando Nasser <fnasser@redhat.com>
1929
1930 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
1931 "don't step after run" as unresolved or unsupported, instead of xfail.
1932
1933 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
1934
1935 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
1936 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
1937 Add newline to expected string in "step out of main (status wrapper)"
1938 case.
1939
1940 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
1941
1942 * lib/gdb.exp (rerun_to_main): Allow restarting application.
1943 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
1944
1945 2002-09-17 Tom Tromey <tromey@redhat.com>
1946
1947 * gdb.base/printcmds.exp (test_print_string_constants): Expect
1948 \000, not \0, in double-quoted string.
1949
1950 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
1951
1952 * gdb.base/commands.exp: Don't expect a "Program exited normally"
1953 string after running the commands execution on breakpoint tests.
1954
1955 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
1956
1957 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
1958
1959 2002-09-12 Joel Brobecker <brobecker@gnat.com>
1960
1961 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
1962
1963 2002-09-10 Keith Seitz <keiths@redhat.com>
1964
1965 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
1966 runto proc.
1967 (mi_run_to_main): Use mi_runto.
1968 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
1969
1970 2002-09-10 Keith Seitz <keiths@redhat.com>
1971
1972 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
1973 regexp for stopping at main. Could have multiple event notifications.
1974 Don't assume that main was declared with no parameters.
1975 (mi_next): Use mi_step_to.
1976 (mi_step): Use mi_next_to.
1977
1978 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
1979
1980 * gdb.base/default.exp: Fix expected string in `info float' test.
1981
1982 2002-09-09 Ben Elliston <bje@redhat.com>
1983
1984 * config/mips.exp: Update comments.
1985 * config/mips-idt.exp: Likewise.
1986 * config/nind.exp: Likewise.
1987 * config/slite.exp: Likewise.
1988 * config/sparclet.exp: Likewise.
1989 * config/udi.exp: Likewise.
1990 * config/vx.exp: Likewise.
1991 * config/vxworks29k.exp: Likewise.
1992
1993 2002-09-05 Jim Blandy <jimb@redhat.com>
1994
1995 * gdb.threads/killed.exp: Fix test failure message.
1996
1997 2002-09-04 Keith Seitz <keiths@redhat.com>
1998
1999 * lib/mi-support.exp: Update copyright.
2000 (mi_gdb_test): Increase the priority of the expected pattern
2001 so that it matches gdb_test.
2002
2003 2002-09-03 Keith Seitz <keiths@redhat.com>
2004
2005 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
2006 Use integer comparison instead of string comparison for testing
2007 whether binary was built.
2008
2009 2002-09-03 Jim Blandy <jimb@redhat.com>
2010
2011 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
2012
2013 2002-08-29 Jim Blandy <jimb@redhat.com>
2014
2015 * gdb.threads/pthreads.exp: Move the portable thread compilation
2016 code into a function in lib/gdb.exp, and call that from here.
2017 * lib/gdb.exp (gdb_compile_pthreads): New function.
2018
2019 2002-08-29 Keith Seitz <keiths@redhat.com>
2020
2021 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
2022 expect_out so that callers can get at it.
2023
2024 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
2025
2026 * gdb.threads/print-threads.c: New file.
2027 * gdb.threads/print-threads.exp: New file.
2028 * gdb.threads/schedlock.c: New file.
2029 * gdb.threads/schedlock.exp: New file.
2030
2031 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
2032
2033 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
2034 not altivec.c.
2035
2036 2002-08-17 Mark Kettenis <kettenis@gnu.org>
2037
2038 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
2039 targets. The problem should be fixed now.
2040
2041 2002-08-15 Mark Kettenis <kettenis@gnu.org>
2042
2043 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
2044 2002-07-24 change that removes final dots from error messages.
2045
2046 2002-08-13 Tom Tromey <tromey@redhat.com>
2047
2048 * gdb.base/readline.exp: New file.
2049
2050 2002-08-01 Andrew Cagney <ac131313@redhat.com>
2051
2052 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
2053 supress message.
2054
2055 2002-08-01 Andrew Cagney <cagney@redhat.com>
2056
2057 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
2058 CHILL_FOR_TARGET and CHILL_LIB.
2059 * configure.in (configdirs): Remove gdb.chill.
2060 * configure: Regenerate.
2061 * lib/gdb.exp: Obsolete references to chill.
2062 * gdb.fortran/types.exp: Ditto.
2063 * gdb.fortran/exprs.exp: Ditto.
2064
2065 2002-07-30 Kevin Buettner <kevinb@redhat.com>
2066
2067 * gdb.base/shlib-call.exp (additional_flags): Conditionally
2068 set Irix-specific compile and link flags.
2069
2070 2002-07-29 Kevin Buettner <kevinb@redhat.com>
2071
2072 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
2073 source files. The ``-o'' option doesn't work with the ``-E'' option
2074 when using the Irix compiler.
2075
2076 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
2077
2078 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
2079 Improve support for reusing an exec file. Copy exec file
2080 to target, and run gdbserver on the target instead of on the host.
2081
2082 2002-07-18 Jim Blandy <jimb@redhat.com>
2083
2084 * gdb.base/ending-run.exp: Don't expect to see the program end in
2085 some orderly fashion when we're running on a real stand-alone
2086 board.
2087
2088 * gdb.base/interrupt.exp: Correct logic for skipping tests on
2089 targets that don't support interrupts.
2090
2091 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2092
2093 * gdb.base/attach.exp: Add patterns to match output from /proc-based
2094 systems.
2095 Move comments in expect statements to inside the actions, so that they
2096 don't get matched against.
2097
2098 2002-07-10 Mark Kettenis <kettenis@gnu.org>
2099
2100 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
2101 function when asleep" test.
2102
2103 2002-07-10 Andrew Cagney <ac131313@redhat.com>
2104
2105 * gdb.base/page.exp: Rewrite to handle problems with very long
2106 `info set' output. Update copyright.
2107
2108 2002-06-26 Andrew Cagney <ac131313@redhat.com>
2109
2110 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
2111 gdb.threads-hp.
2112 * gdb.hp/configure: Regenerate.
2113 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
2114 * gdb.hp/gdb.threads-hp/configure: Delete file.
2115 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
2116
2117 2002-06-22 Andrew Cagney <ac131313@redhat.com>
2118
2119 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
2120 setlocale, bindtextdomain and textdomain.
2121
2122 2002-06-11 Jim Blandy <jimb@redhat.com>
2123
2124 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
2125 preprocessor macro information is present.
2126
2127 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
2128 tests.
2129
2130 2002-06-06 Michael Snyder <msnyder@redhat.com>
2131
2132 * gdb.base/overlays.exp: Record addresses of overlay
2133 functions in TCL variables rather than in GDB variables,
2134 to avoid having GDB convert them to pointers (with loss
2135 of information).
2136
2137 * gdb.base/d10v.ld: Merge in several years worth of
2138 default linker script changes.
2139 * gdb.base/long_long.exp: Add check for sizeof (long double).
2140
2141 2002-06-06 Michal Ludvig <mludvig@suse.cz>
2142
2143 * gdb.asm/asm-source.exp: Add x86-64 target.
2144 * gdb.asm/x86_64.inc: New.
2145
2146 2002-05-30 Michael Chastain <mec@shout.net>
2147
2148 From Benjamin Kosnik <bkoz@redhat.com>:
2149 * gdb.c++/m-static.cc: New file.
2150 * gdb.c++/m-static.exp: New file.
2151
2152 2002-05-28 Michael Snyder <msnyder@redhat.com>
2153
2154 * gdb.base/call-ar-st.exp: Allow for reduced floating point
2155 precision.
2156
2157 2002-05-27 Michael Chastain <mec@shout.net>
2158
2159 From Benjamin Kosnik <bkoz@redhat.com>:
2160 * gdb.c++/m-data.cc: New file.
2161 * gdb.c++/m-data.exp: New file.
2162
2163 2002-05-27 Michael Chastain <mec@shout.net>
2164
2165 From Benjamin Kosnik <bkoz@redhat.com>:
2166 * gdb.c++/try_catch.cc: New file.
2167 * gdb.c++/try_catch.exp: New file.
2168
2169 2002-05-27 Michael Chastain <mec@shout.net>
2170
2171 * gdb.c++/local.exp: Accept more nested types in output.
2172
2173 2002-05-26 Michael Chastain <mec@shout.net>
2174
2175 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
2176
2177 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
2178
2179 * lib/gdb.exp (gdb_wrapper_init): Just because
2180 gdb_wrapper_file exists, this does not mean that the file
2181 should not be rebuilt. That is what gdb_wrapper_initialized
2182 is for.
2183 (default_gdb_init): Reset gdb_wrapper_initialized.
2184
2185 2002-05-23 Michael Snyder <msnyder@redhat.com>
2186
2187 * gdb.base/all-bin.exp: Revise previous patch by just reducing
2188 the precision of the floating point test results.
2189 * gdb.base/call-rt-st.exp: Ditto.
2190
2191 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
2192 * gdb.base/call-rt-st.exp: Ditto.
2193
2194 2002-05-19 Michael Chastain <mec@shout.net>
2195
2196 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
2197
2198 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
2199
2200 * configure.in (configdirs): Add gdb.arch.
2201 * configure: Regenerate.
2202
2203 2002-05-17 Jim Blandy <jimb@redhat.com>
2204
2205 * gdb.base/completion.exp: Recognize the more detailed error
2206 messages produced by the macro expander's lexical analyzer.
2207
2208 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
2209
2210 * gdb.arch/altivec-abi.c: New file.
2211 * gdb.arch/altivec-abi.exp: New file.
2212 * gdb.arch/altivec-regs.c: New file.
2213 * gdb.arch/altivec-regs.exp: New file.
2214
2215 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
2216
2217 * gdb.base/maint.exp (maint print type): Update for new type
2218 structure.
2219
2220 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
2221
2222 * gdb.arch: New directory.
2223 * gdb.arch/configure.in: New file.
2224 * gdb.arch/configure: New file.
2225 * gdb.arch/Makefile.in: New file.
2226
2227 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
2228
2229 * gdb.asm/asm-source.exp: Add v850 as supported target.
2230 * gdb.asm/v850.inc: New file.
2231
2232 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
2233
2234 * gdb.c++/annota2.exp (annotate-quit): Add comment.
2235
2236 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
2237
2238 * gdb.base/break.exp: Check 'break "marker2"'.
2239
2240 2002-05-10 Michael Snyder <msnyder@redhat.com>
2241
2242 * gdb.base/long_long.exp: Fix typo.
2243
2244 2002-05-10 Jim Blandy <jimb@redhat.com>
2245
2246 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
2247 a bug.
2248
2249 * gdb.base/printcmds.exp (test_integer_literals_rejected):
2250 Recognize more detailed error message produced by the macro
2251 expander's lexical analyzer.
2252 * lib/gdb.exp (test_print_reject): Same.
2253
2254 2002-05-09 Mark Kettenis <kettenis@gnu.org>
2255
2256 * gdb.c++/method.exp: Fix typo.
2257
2258 2002-05-08 Michael Snyder <msnyder@redhat.com>
2259
2260 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
2261 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
2262 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
2263 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
2264 Add iftarget clause for strongarm.
2265
2266 2002-05-06 Michael Snyder <msnyder@redhat.com>
2267
2268 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
2269 (gdb_continue_to_end): Accept output from status wrapper.
2270 * gdb.base/ending-run.exp: Add case for output from status wrapper.
2271 Clean up fail messages to match pass messages.
2272
2273 Enable the "needs_status_wrapper" testsuite feature.
2274 * lib/gdb.exp (gdb_wrapper_init): New procedure.
2275 (gdb_compile): Conditionally call gdb_wrapper_init.
2276 * gdb.base/a2-run.exp: Recognize output from status wrapper.
2277 * gdb.c++/method.exp: Recognize output from status wrapper.
2278
2279 2002-05-06 Ben Elliston <bje@redhat.com>
2280 From Graydon Hoare <graydon@redhat.com>
2281
2282 * config/sid.exp: Include support for "rawsid" protocol.
2283
2284 2002-05-03 Jim Blandy <jimb@redhat.com>
2285
2286 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
2287 * gdb.c++/hang3.C: New file.
2288
2289 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2290
2291 * gdb.base/default.exp: Remove obsolete code.
2292 * gdb.c++/misc.exp: Ditto. Update copyright.
2293 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
2294 * gdb.base/whatis.exp: Ditto. Update copyright.
2295 * gdb.base/scope.exp: Ditto. Update copyright.
2296 * gdb.base/ptype.exp: Ditto. Update copyright.
2297 * gdb.base/printcmds.exp: Ditto. Update copyright.
2298 * gdb.base/opaque.exp: Ditto. Update copyright.
2299 * gdb.base/list.exp: Ditto.
2300 * gdb.base/funcargs.exp: Ditto. Update copyright.
2301 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
2302 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
2303 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
2304 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
2305 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
2306 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
2307
2308 2002-05-02 Michael Snyder <msnyder@redhat.com>
2309
2310 * gdb.base/watchpoint.exp: Add xscale target.
2311 * gdb.base/long_long.exp: Add xscale target.
2312 * gdb.base/default.exp: Add xscale target.
2313
2314 2002-05-01 Jim Blandy <jimb@redhat.com>
2315
2316 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
2317 gdb.c++/hang.exp: New test.
2318
2319 2002-05-01 Fred Fish <fnf@redhat.com>
2320
2321 * gdb.base/completion.exp: Handle completions of "./Make" for
2322 more than one completion possibility, as is the case when we
2323 build and test in the source tree.
2324
2325 2002-04-29 Anthony Green <green@redhat.com>
2326
2327 * gdb.java/jmisc1.exp: New file.
2328 * gdb.java/jmisc2.exp: New file.
2329
2330 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
2331
2332 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
2333
2334 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
2335
2336 * gdb.base/help.exp: Change 'help status' to allow for target
2337 dependent output differences.
2338
2339 2002-04-22 Michael Chastain <mec@shout.net>
2340
2341 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
2342
2343 2002-04-22 Michael Chastain <mec@shout.net>
2344
2345 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
2346
2347 2002-04-17 David S. Miller <davem@redhat.com>
2348
2349 * gdb.asm/sparc64.inc: New file.
2350 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
2351
2352 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
2353
2354 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
2355 instruction file directly into the build tree. Clean up at end of
2356 test.
2357
2358 2002-04-18 David S. Miller <davem@redhat.com>
2359
2360 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
2361 handle 64-bit platforms correctly.
2362 * gdb.base/maint.exp: Likewise.
2363
2364 2002-04-18 Kevin Buettner <kevinb@redhat.com>
2365
2366 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
2367 ``-fpic'' when compiling files comprising a shared library, but
2368 it does need additional linker flags in order to find shared
2369 libraries at run time.
2370
2371 2002-04-18 Kevin Buettner <kevinb@redhat.com>
2372
2373 * gdb.base/cvexpr.c (use): New function.
2374 (main): Invoke use() on all global variables to prevent
2375 some linkers from deleting these otherwise unused symbols.
2376
2377 2002-04-17 Michael Chastain <mec@shout.net>
2378 From David S. Miller <davem@redhat.com>
2379
2380 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
2381 handle 64-bit platforms correctly.
2382
2383 2002-04-12 Michael Snyder <msnyder@redhat.com>
2384 From Jim Blandy <jimb@redhat.com>
2385 * gdb.base/foo.c (foox): Remove section attribute; the linker
2386 script can handle this instead.
2387 * gdb.base/bar.c (barx): Same.
2388 * gdb.base/baz.c (bazx): Same.
2389 * gdb.base/grbx.c (grbxx): Same.
2390
2391 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
2392 manager doesn't automatically unmap overlays unnecessarily.
2393
2394 2002-04-10 Martin M. Hunt <hunt@redhat.com>
2395
2396 * gdb.base/ending-run.exp: Fix pattern for Mips targets
2397 stepping out of main.
2398
2399 2002-04-09 Michael Chastain <mec@shout.net>
2400
2401 * gdb.c++/local.cc (main): Move call to marker1() inside nested
2402 scope so that the nested scope tests will make sense.
2403 * gdb.c++/local.exp: Write patterns that actually work with gcc
2404 (the HP patterns "were never known to work with gcc").
2405 Keep the old aCC patterns too.
2406
2407 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
2408
2409 * gdb.base/attach.exp: Correct target board test.
2410
2411 2002-04-08 Michael Chastain <mec@shout.net>
2412
2413 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
2414 in a const method. Add some xfail and fail cases for configurations
2415 that do not emit the "const ...".
2416
2417 2002-04-07 Michael Chastain <mec@shout.net>
2418
2419 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
2420 Accept "A * const" and "const A * const" as type of "this".
2421 Fix spelling of getFunky throughout. Make messages uniform.
2422
2423 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2424
2425 Work around for PR gdb/285:
2426 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
2427
2428 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
2429
2430 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
2431 instructions file at run time instead of configure time.
2432 Sometimes we run the test in a directory that is not the one we
2433 configured in.
2434 * gdb.asm/configure.in: Delete creation of symlink.
2435 * gdb.asm/configure: Regenerate.
2436
2437 2002-04-05 J. Brobecker <brobecker@gnat.com>
2438
2439 * gdb.gdb/xfullpath.exp: New test, to exercise the new
2440 xfullpath () function.
2441
2442 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2443
2444 * gdb.asm/Makefile.in: Correct dependencies.
2445
2446 * gdb.asm/powerpc.inc: New file.
2447 * gdb.asm/asm-source.exp: Add PowerPC.
2448 * gdb.asm/configure.in: Likewise.
2449 * gdb.asm/configure: Regenerated.
2450
2451 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2452
2453 * gdb.base/relocate.exp: New file.
2454 * gdb.base/relocate.c: New file.
2455
2456 2002-04-04 Fred Fish <fnf@redhat.com>
2457
2458 * gdb.base/step-test.exp: Update comment regarding stopping in
2459 memcpy/bcopy calls inserted as part of the compiler runtime.
2460
2461 2002-04-04 Michael Snyder <msnyder@redhat.com>
2462
2463 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
2464
2465 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
2466
2467 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
2468 (gdb_expect): Remove $notransfer hack.
2469
2470 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
2471
2472 * gdb.c++/classes.exp ("calling method for small class"): Match
2473 updated register output.
2474
2475 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
2476
2477 Fix PR gdb/452
2478 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
2479 when finished. Make gdb_file_cmd send "exec-file" when
2480 appropriate.
2481
2482 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
2483
2484 * gdb.base/attach.exp: Remove extra setup_xfail.
2485
2486 2002-03-26 Michael Snyder <msnyder@redhat.com>
2487
2488 * gdb.base/default.exp: Add tests for dump, append, and restore.
2489 * gdb.base/help.exp: Add tests for dump, append, and restore.
2490 * gdb.base/dump.exp: New file, test dump, append and restore.
2491 * gdb.base/dump.c: New file.
2492
2493 2002-03-27 Michael Snyder <msnyder@redhat.com>
2494
2495 * gdb.base/help.exp: Modify expect strings to reflect
2496 clean-ups in help messages.
2497
2498 2002-03-26 Fred Fish <fnf@redhat.com>
2499
2500 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
2501 have debugging info for those functions and the compiler uses them
2502 internally to copy structs around.
2503
2504 2002-03-26 Fred Fish <fnf@redhat.com>
2505
2506 * gdb.base/list.exp: Revert the change made yesterday and add note
2507 about why we don't list the default lines for remote targets.
2508
2509 2002-03-25 Michael Snyder <msnyder@redhat.com>
2510
2511 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
2512
2513 2002-03-25 Fred Fish <fnf@redhat.com>
2514
2515 * gdb.base/list.exp: This test works on remote targets so remove
2516 the short circuit for remote targets. Update copyright.
2517
2518 2002-03-25 Fred Fish <fnf@redhat.com>
2519
2520 * gdb.base/attach.exp: Fix logic error that was suppressing this
2521 test for all non hppa*-*-hpux* targets, instead of the hp target.
2522 Move comments closer to the suppression point. Also now need to
2523 check that we are running natively.
2524
2525 2002-03-22 Michael Snyder <msnyder@redhat.com>
2526
2527 * gdb.base/default.exp: Add test for gcore. Update copyright.
2528 * gdb.base/help.exp: Add test for gcore. Update copyright.
2529
2530 2002-03-06 Fred Fish <fnf@redhat.com>
2531
2532 * gdb.base/funcargs.c: Remove extraneous ';' character.
2533 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
2534
2535 2002-03-04 Michael Chastain <mec@shout.net>
2536
2537 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
2538 accommodate gcc v3 function signature.
2539 * gdb.mi/mi0-var-cmd-exp: Ditto.
2540
2541 2002-02-24 Andrew Cagney <ac131313@redhat.com>
2542
2543 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
2544 ``GNU/Linux'' or ``Linux kernel''
2545 * testsuite/gdb.threads/pthreads.c: Ditto.
2546
2547 2002-02-24 Michael Chastain <mec@shout.net>
2548
2549 * gdb.threads/pthreads.c (thread1): Add a return statement.
2550 (thread2): Likewise.
2551 (foo): Likewise.
2552
2553 2002-02-23 Michael Chastain <mec@shout.net>
2554
2555 * gdb.threads/linux-dp.c (philosopher): Add a return statement
2556 to placate gcc.
2557
2558 2002-02-23 Michael Chastain <mec@shout.net>
2559
2560 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
2561 test "ptype bint". The test passes on all my stabs configurations.
2562
2563 2002-02-21 Jim Blandy <jimb@redhat.com>
2564
2565 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
2566 filename at a time, and watch for the ones we want to see.
2567
2568 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
2569 types of pointers to prototyped functions.
2570
2571 2002-02-20 Andrew Cagney <ac131313@redhat.com>
2572
2573 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
2574 signed, unsigned and straight char.
2575 (padding_char, padding_short, padding_int, padding_long,
2576 padding_long_long, padding_float, padding_double,
2577 padding_long_double): New global variables.
2578 (fill, fill_structs): New functions.
2579
2580 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
2581 for correctly sized writes. Update copyright.
2582 (get_valueof): New procedure.
2583 (get_sizeof): Call get_valueof.
2584 (check_valueof): New procedure.
2585 (check_padding): New procedure.
2586
2587 2002-02-20 Michael Chastain <mec@shout.net>
2588
2589 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
2590 to setup_xfail. Document some of the remaining calls.
2591
2592 2002-02-18 Michael Chastain <mec@shout.net>
2593
2594 * gdb.c++/userdef.exp: Update copyright year.
2595
2596 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
2597
2598 * gdb.c++/userdef.exp: Test overloaded operators properly.
2599 Remove xfails.
2600
2601 2002-02-14 Michael Snyder <msnyder@redhat.com>
2602
2603 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
2604
2605 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
2606
2607 * gdb.base/a2-run.exp: Check for a remote target properly.
2608 * gdb.base/annota1.exp: Likewise.
2609 * gdb.base/list.exp: Likewise.
2610 * gdb.base/reread.exp: Likewise.
2611 * gdb.base/scope.exp: Likewise.
2612 * gdb.base/shlib-call.exp: Likewise.
2613 * gdb.base/term.exp: Likewise.
2614 * gdb.c++/annota2.exp: Likewise.
2615
2616 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
2617
2618 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
2619
2620 2002-02-10 Michael Chastain <mec@shout.net>
2621
2622 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
2623 (call_after_alloca): Ditto.
2624
2625 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
2626
2627 * gdb.base/ending-run.exp: Guard "cont" test with
2628 gdb_skip_stdio_test.
2629
2630 2002-02-06 Jim Blandy <jimb@redhat.com>
2631
2632 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
2633 from here...
2634 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
2635 To here. Disable this test on non-HP platforms. Add big comment.
2636
2637 2002-02-04 Michael Snyder <msnyder@redhat.com>
2638
2639 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
2640 other than d10v and m32r.
2641
2642 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
2643
2644 * gdb.base/default.exp: Rewrite test patterns to reduce time
2645 taken to match them.
2646
2647 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2648
2649 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
2650 Allow a start function above main.
2651 * gdb.threads/linux-dp.exp: Fix copyright date.
2652
2653 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2654
2655 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
2656 (check_philosopher_stack): Check for manager thread before checking
2657 for a just-starting thread.
2658
2659 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
2660
2661 From Neil Booth <neil@daikokuya.demon.co.uk>:
2662 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
2663 warnings.
2664
2665 2002-01-21 Fred Fish <fnf@redhat.com>
2666
2667 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
2668 not caller.
2669
2670 2002-01-21 Jim Blandy <jimb@redhat.com>
2671
2672 * gdb.base/reread.exp: Check that GDB properly re-reads the
2673 executable file when it changes while no inferior is running.
2674
2675 2002-01-21 Fred Fish <fnf@redhat.com>
2676
2677 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
2678 optionally accept the "shlib events" variation.
2679
2680 2002-01-21 Jim Blandy <jimb@redhat.com>
2681
2682 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
2683 call `fflush' after every `printf', so that the output is produced
2684 at predictable points, regardless of whatever buffering does (or
2685 doesn't) take place.
2686 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
2687 at different points.
2688
2689 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
2690
2691 * gdb.c++/inherit.exp: Update copyright years.
2692 * gdb.c++/method.exp: Likewise.
2693
2694 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
2695
2696 * gdb.c++/classes.exp: Update for improved v3 support and skipping
2697 artificial methods/arguments.
2698 * gdb.c++/derivation.exp: Likewise.
2699 * gdb.c++/inherit.exp: Likewise.
2700 * gdb.c++/method.exp: Likewise.
2701 * gdb.c++/virtfunc.exp: Likewise.
2702
2703 2002-01-18 Andrew Cagney <ac131313@redhat.com>
2704
2705 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
2706 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
2707 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
2708 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
2709 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
2710 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
2711
2712 2002-01-17 Jim Blandy <jimb@redhat.com>
2713
2714 * gdb.asm/asm-source.exp (info symbol): Take another shot at
2715 anchoring the pattern matching the entry point symbol's name.
2716
2717 2002-01-17 Andrew Cagney <ac131313@redhat.com>
2718
2719 * gdb.base/maint.exp: Update ``maint internal-error'' to match
2720 continue/quit query. Update copyright.
2721
2722 2002-01-14 Michael Snyder <msnyder@redhat.com>
2723
2724 * gdb.base/gcore.exp: Remove extra debugging output.
2725
2726 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
2727
2728 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
2729 for slightly dubious v2 mangled string.
2730
2731 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
2732
2733 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
2734
2735 2002-01-10 Jason Merrill <jason@redhat.com>
2736
2737 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
2738
2739 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
2740 constructors.
2741 * gdb.c++/derivation.exp: Likewise.
2742 * gdb.c++/templates.exp: Likewise.
2743 * gdb.c++/virtfunc.exp: Likewise.
2744
2745 2002-01-10 Michael Snyder <msnyder@redhat.com>
2746
2747 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
2748
2749 2002-01-08 Michael Snyder <msnyder@redhat.com>
2750
2751 * gdb.base/gcore.exp: New test for generate-core-file command.
2752 * gdb.base/gcore.c: Testcase for above.
2753 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
2754
2755 2002-01-08 Jason Merrill <jason@redhat.com>
2756
2757 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
2758
2759 2002-01-07 Fred Fish <fnf@redhat.com>
2760
2761 * gdb.c++/overload.exp: Remove unconditional xfails for:
2762 print foo_instance1.overloadargs(1)
2763 print foo_instance1.overloadargs(1, 2)
2764 print foo_instance1.overloadargs(1, 2, 3)
2765 print foo_instance1.overloadargs(1, 2, 3, 4)
2766 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
2767 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
2768 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
2769 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
2770 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
2771 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
2772 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
2773 print foo_instance1.overload1arg()
2774 print foo_instance1.overload1arg((char)arg2)
2775 print foo_instance1.overload1arg((signed char)arg3)
2776 print foo_instance1.overload1arg((unsigned char)arg4)
2777 print foo_instance1.overload1arg((int)arg7)
2778 print foo_instance1.overload1arg((unsigned int)arg8)
2779 print foo_instance1.overload1arg((float)arg11)
2780 print foo_instance1.overload1arg((double)arg12)
2781
2782 2002-01-07 Michael Snyder <msnyder@redhat.com>
2783
2784 * gdb.base/huge.exp: New test. Print a very large target data object.
2785 (skip_huge_test): New test variable. Define if you want to skip this
2786 test. The test reads an 8 megabyte data object from the target, so it
2787 might be very time consuming on remote targets with a slow connection.
2788 * gdb.base/huge.c: New file. Test case for above.
2789
2790 2002-01-07 Fred Fish <fnf@redhat.com>
2791
2792 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
2793 g_instance.bfoo, and g_instance.cfoo.
2794
2795 Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
2796
2797 * gdb.base/break.c (multi_line_if_conditional): New function.
2798 (multi_ilne_while_conditional): Likewise.
2799 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
2800 IF or WHILE condition puts the breakpoint at the start of
2801 the condition.
2802
2803 * gdb.base/selftest.exp (backtrace through signal handler): Remove
2804 hppa*-*-hpux* expected failure.
2805 * gdb.base/structs.exp (do_function_calls): Similarly.
2806
2807 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
2808 watchpoints.
2809
2810 2002-01-06 Andrew Cagney <ac131313@redhat.com>
2811
2812 Fix PR gdb/66.
2813 * gdb.base/structs.exp: Replace skip for a29k with skip for
2814 gdb,cannot_call_functions.
2815 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
2816 * gdb.base/callfuncs.exp: Ditto.
2817 * gdb.base/call-rt-st.exp: Ditto.
2818 * gdb.base/call-strs.exp: Ditto.
2819 * gdb.base/callfwmall.exp: Ditto.
2820 * gdb.base/scope.exp: Obsolete xfail a29k.
2821 * gdb.c++/misc.exp: Ditto.
2822 * gdb.c++/cplusfuncs.exp: Ditto.
2823 * gdb.base/ptype.exp: Ditto.
2824 * gdb.base/printcmds.exp: Ditto.
2825 * gdb.base/opaque.exp: Ditto.
2826 * gdb.base/list.exp: Ditto.
2827 * gdb.base/funcargs.exp: Ditto.
2828 * gdb.base/default.exp: Ditto.
2829
2830 2002-01-04 Michael Snyder <msnyder@redhat.com>
2831
2832 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
2833 * gdb.base/maint.exp: Add tests for maint info sections options.
2834
2835 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
2836
2837 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
2838
2839 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
2840
2841 * gdb.asm/arm.inc: New file.
2842 * gdb.asm/asm-source.exp: Add arm targets.
2843 * gdb.asm/configure.in: Ditto.
2844 * gdb.asm/configure: Recreated from configure.in.
2845
2846 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
2847
2848 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
2849 with HP's compiler.
2850 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
2851 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
2852 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
2853 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
2854
2855 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
2856 either HP's compilers or GCC.
2857
2858 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
2859 a SIGBUS or SIGSEGV.
2860
2861 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
2862
2863 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
2864 can be compiled with either HP's compiler or GCC.
2865
2866 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
2867 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
2868 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
2869
2870 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
2871 to match current gdb output. Update due to using auto-solib-limit
2872 for limiting instead of overloading auto-solib-add.
2873 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
2874 test program.
2875
2876 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
2877 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
2878 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2879 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
2880 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
2881 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2882 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
2883 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
2884 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
2885 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
2886 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
2887 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
2888 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
2889
2890 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
2891 a SIGTRAP to the inferior.
2892
2893 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
2894
2895 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
2896 Substitute call to target_link by call to gdb_compile.
2897
2898 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
2899
2900 * gdb.base/break.exp: Fix HP specific search string when testing
2901 backtracing in a called function.
2902
2903 * gdb.base/constvars.exp: Only set lang to C++ if we're
2904 compiling the test with HP's compilers.
2905 * gdb.base/volatile.exp: Similarly.
2906
2907 2001-12-19 Jim Blandy <jimb@redhat.com>
2908
2909 * gdb.base/printcmds.exp: Expect the null character to be printed
2910 as '\0', and the '\013' to be printed as '\v'.
2911 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
2912 * gdb.base/setvar.exp: Same.
2913
2914 2001-12-17 Jim Blandy <jimb@redhat.com>
2915
2916 * gdb.base/completion.exp: Rather than completing very long
2917 filenames, which can make the readline library produce output we
2918 don't recognize, cd to the directory first, and then complete
2919 using nice, short relative paths.
2920
2921 * gdb.base/completion.exp: On some systems, there is, in fact, a
2922 variable named `b' in scope, since GDB treats all static
2923 variables as being in scope. So use `no_var_named_this'
2924 instead of `b'.
2925
2926 * gdb.base/corefile.exp: Recognize the message saying that GDB
2927 can't find the core file's registers as a failure.
2928
2929 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
2930
2931 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
2932 test expect string more specific.
2933
2934 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
2935
2936 * gdb.asm/asm-source.exp: Add support for xstormy16.
2937 * gdb.asm/configure.in: Ditto.
2938 * gdb.asm/configure: Rebuild.
2939 * gdb.asm/xstormy16.inc: New file.
2940
2941 2001-12-10 Fred Fish <fnf@redhat.com>
2942
2943 * gdb.base/maint.exp: Update to match changes in type dumping code.
2944
2945 2001-12-10 Jim Blandy <jimb@redhat.com>
2946
2947 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
2948 matching the entry point symbol's name at the beginning of the
2949 line.
2950
2951 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
2952
2953 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
2954 gdb.c++/inherit.exp, gdb.c++/method.exp,
2955 gdb.c++/namespace.exp, gdb.c++/templates.exp,
2956 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
2957 and class layout support.
2958
2959 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
2960
2961 * gdb.c++/classes.exp: Add test for static member function.
2962 * gdb.c++/misc.cc: Add class with static member function.
2963
2964 2001-12-07 Jim Blandy <jimb@redhat.com>
2965
2966 If GDB says it can't find the struct the function returned, report
2967 those tests as `unsupported'.
2968 * gdb.base/call-rt-st.exp (print_struct_call): New function.
2969 Rewrite subsequent tests to use it.
2970
2971 If GDB says it can't find the struct the function returned, report
2972 those tests as `unsupported'.
2973 * gdb.base/structs.exp (call_struct_func): New function.
2974 (do_function_calls): Use call_struct_func to call the functions
2975 returning structs.
2976
2977 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
2978 whether functions are prototyped or not, so we can't possibly pass
2979 arguments to t_float_values2 properly.
2980
2981 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
2982 value of `timeout' for targets other than the mips*tx39-*.
2983
2984 2001-12-06 Michael Snyder <msnyder@redhat.com>
2985
2986 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
2987 and detect whether the start symbol has a leading underscore.
2988
2989 2001-12-04 Jim Blandy <jimb@redhat.com>
2990
2991 * gdb.base/completion.exp: Clarify indentation.
2992
2993 2001-12-03 Jim Blandy <jimb@redhat.com>
2994
2995 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
2996 variables on the S/390, not `.word'.
2997
2998 2001-11-30 Jim Blandy <jimb@redhat.com>
2999
3000 Add assembly-source tests for s390-ibm-linux.
3001 * gdb.asm/s390.inc: New file.
3002 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
3003 the S/390 architecture.
3004 * gdb.asm/configure: Regenerated.
3005
3006 2001-11-30 Michael Snyder <msnyder@redhat.com>
3007
3008 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
3009 next, info source, info sources, info line, global and static
3010 variables, and static functions.
3011 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
3012 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
3013 * gdb.asm/asmsrc1.s: Add a static function and some variables.
3014 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
3015 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
3016 (gdbasm_leave): Restore frame pointer.
3017 (gdbasm_startup): Copy stack set-up from crt0.S.
3018
3019 2001-11-26 Fernando Nasser <fnasser@redhat.com>
3020
3021 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
3022 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
3023 to a local (non-static) variable. Copy tstruct.a to a static buffer
3024 and return a pointer to that buffer.
3025 * gdb.base/callfwmall.c (t_structs_a): Ditto.
3026
3027 2001-11-24 Mark Kettenis <kettenis@gnu.org>
3028
3029 * gdb.asm/configure.in: Fix recognition of ix86 target.
3030 * gdb.asm/configure: Regenerate.
3031
3032 2001-11-21 Michael Snyder <msnyder@redhat.com>
3033
3034 * gdb.asm/sparc.inc: New file.
3035 * gdb.asm/asm-source.exp: Recognize sparc target.
3036 * gdb.asm/configure.in: Recognize sparc target.
3037 * gdb.asm/configure: Regenerate.
3038
3039 2001-11-21 Michael Snyder <msnyder@redhat.com>
3040
3041 * gdb.asm/m32r.inc: New file.
3042 * gdb.asm/asm-source.exp: Recognize m32r target.
3043 * gdb.asm/configure.in: Recognize m32r target.
3044 * gdb.asm/configure: Regenerate.
3045
3046 2001-11-20 Michael Snyder <msnyder@redhat.com>
3047
3048 * gdb.asm/i386.inc: New file.
3049 * gdb.asm/asm-source.exp: Recognize ix86 target.
3050 * gdb.asm/configure.in: Recognize ix86 target.
3051 * gdb.asm/configure: Regenerate.
3052
3053 * gdb.c++/namespace.exp: Fix quotes in output messages.
3054
3055 2001-11-14 Michael Snyder <msnyder@redhat.com>
3056
3057 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
3058 qualifier in a type cast expression, to designate an address
3059 in the instruction space (Harvard architecture).
3060
3061 2001-11-13 Michael Snyder <msnyder@redhat.com>
3062
3063 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
3064 Tests for expressions using 'const' and 'volatile'.
3065
3066 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
3067
3068 * gdb.asm/asm-sources.exp: Allow defining linker flags.
3069
3070 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
3071
3072 * lib/mi-support.exp (mi_run_to_helper): Move comments
3073 outside of gdb_expect.
3074
3075 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
3076
3077 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
3078 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
3079 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
3080 mi0_run_to): New functions.
3081 * gdb.mi/mi-simplerun.exp: Use them.
3082 * gdb.mi/mi0-simplerun.exp: Likewise.
3083 * gdb.mi/mi-var-cmd.exp: Likewise.
3084 * gdb.mi/mi0-var-cmd.exp: Likewise.
3085
3086 2001-11-10 Andrew Cagney <ac131313@redhat.com>
3087
3088 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
3089 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
3090
3091 2001-11-09 Andrew Cagney <ac131313@redhat.com>
3092
3093 * gdb.base/restore.exp: Include $expected value in restored test
3094 message.
3095
3096 2001-11-09 Andrew Cagney <ac131313@redhat.com>
3097
3098 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
3099 implemented.
3100
3101 2001-11-08 Michael Snyder <msnyder@redhat.com>
3102
3103 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
3104 Add pass/fail message for stop at breakpoint in call dummy function.
3105
3106 2001-11-07 Michael Snyder <msnyder@redhat.com>
3107
3108 * gdb.c++/templates.exp (test_template_breakpoints):
3109 If we get an overload menu, but it does not match what
3110 we expect, we still need to issue the "cancel" command.
3111 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
3112 making the whitespace optional. Argument for "new" may be
3113 "unsigned" as well as "unsigned int/long".
3114 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
3115 making the whitespace optional. Also replace "(void) with
3116 "((void|)), making the keyword "void" optional.
3117 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
3118 making the whitespace optional. Also replace "(void) with
3119 "((void|)), making the keyword "void" optional.
3120 * gdb.base/callfuncs.c (t_float_values): This function must
3121 _not_ be prototyped, and the following function (t_float_values2)
3122 must be prototyped (if the compiler supports it), so that GDB
3123 can be tested against both cases. Usually one case involves
3124 promotion of float to double, while the other does not.
3125 * gdb.base/callfwmall.c: Ditto.
3126 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
3127 includes a stack frame for "start".
3128
3129 2001-11-05 Jim Blandy <jimb@redhat.com>
3130
3131 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
3132 pointers are 32 bits long, and that offsets of relocs are always
3133 stored in the data (REL-style), and not in the reloc entry itself
3134 (RELA-style).
3135 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
3136 stabs.
3137
3138 2001-11-01 Michael Snyder <msnyder@redhat.com>
3139
3140 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
3141 and regular expression operators by using quoting.
3142
3143 2001-10-31 Michael Snyder <msnyder@redhat.com>
3144
3145 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
3146 depending on what the symbol table contains.
3147 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
3148 the output of the ptype command. Similarly, accept both "const &"
3149 and "const&".
3150
3151 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
3152
3153 * gdb.base/miscexprs.c (main): Add usage of preprocessor
3154 symbol `STORAGE' to allow to choose the storage class of
3155 the local datastructures.
3156 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
3157 compiler directive.
3158
3159 2001-10-30 Michael Snyder <msnyder@redhat.com>
3160
3161 * gdb.base/jump.exp: Allow it to run for all targets.
3162
3163 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
3164
3165 * gdb.base/call-ar-st.c (print_double_array): Match for loop
3166 with new double_array size.
3167 (main): Change storage class of all local variables to static.
3168 Reduce size of double_array to 9.
3169 * gdb.base/call-ar-st.exp: Increase timeout value.
3170 Change expected output for double array to match new size in
3171 call-ar-st.c.
3172
3173 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
3174
3175 * gdb.base/ending-run.exp: Create identical output when passing
3176 `step to end of run' case. Add regular expression branch satisfying
3177 Stormy16 target.
3178
3179 2001-10-28 Mark Kettenis <kettenis@gnu.org>
3180
3181 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
3182 that we catch the expected failure under Linux/x86.
3183
3184 2001-10-29 Orjan Friberg <orjanf@axis.com>
3185
3186 * gdb.base/setvar.exp: Escape curly braces.
3187 * gdb.stabs/weird.exp: Ditto.
3188
3189 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
3190
3191 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
3192 * gdm.mi/mi0-hack-cli.exp: Likewise.
3193
3194 2001-10-25 Andrew Cagney <ac131313@redhat.com>
3195
3196 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
3197 messages.
3198
3199 2001-10-21 Andrew Cagney <ac131313@redhat.com>
3200
3201 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
3202 checking MI enabled.
3203
3204 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
3205
3206 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
3207
3208 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
3209
3210 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
3211 if gdb child process crashes, just signal an error.
3212
3213 2001-10-02 Jim Blandy <jimb@redhat.com>
3214
3215 * lib/gdb.exp (test_xfail_format): Simplify.
3216
3217 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
3218 front of the variable name `format'. Simplify `if'.
3219
3220 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
3221
3222 * gdb.threads/pthreads.exp: Wait for output and delay
3223 before sending ^C.
3224
3225 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
3226
3227 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
3228 some incorrect output instead of timing out.
3229 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
3230
3231 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
3232
3233 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
3234 check to allow additional `int'.
3235
3236 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
3237
3238 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
3239 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
3240
3241 2001-09-27 Michael Snyder <msnyder@redhat.com>
3242
3243 * lib/gdb.exp (test_debug_format): New proc.
3244 (setup_xfail_format): Use new proc test_debug_format.
3245 * gdb.base/constvars.exp (local_compiler_xfail_check): New
3246 proc; use new service proc test_debug_format.
3247 Replace all other "gcc_compiled" tests with this test.
3248 * gdb.base/volatile.exp (local_compiler_xfail_check): New
3249 proc; use new service proc test_debug_format.
3250 Replace all other "gcc_compiled" tests with this test.
3251
3252 2001-09-27 Michael Snyder <msnyder@redhat.com>
3253
3254 * gdb.base/cvexpr.exp: New file.
3255 * gdb.base/cvexpr.c: New file
3256 Test for expressions using const and volatile keywords.
3257
3258 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
3259
3260 * gdb.base/constvars.exp: Check for different orders of keywords
3261 and additional "int" strings in output.
3262
3263 2001-09-22 Andrew Cagney <ac131313@redhat.com>
3264
3265 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
3266 responses from "help maint".
3267
3268 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
3269
3270 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
3271 to localhost:NNN instead of :NNN, in case Xvfb is listening
3272 only on TCP.
3273
3274 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
3275
3276 * gdb.base/recurse.exp: When checking leaving the watchpoint
3277 scope, recognize when gdb is in function's epilogue and pass.
3278
3279 2001-09-18 Keith Seitz <keiths@redhat.com>
3280
3281 * lib/insight-support.exp (_gdbtk_export_target_info): Add
3282 support for running tests against sid targets.
3283 (gdbtk_done): Ditto.
3284
3285 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
3286
3287 * gdb.base/ending-run.c (main): Set stdout buffersize
3288 to the same reasonable value for any target.
3289 * gdb.base/ending-run.exp: Add a regular expression
3290 to make testsuite happy on Sanyo Stormy16 target.
3291
3292 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
3293
3294 * gdb.base/display.c (do_loops): Add float variable `f'.
3295 Increment f in loop.
3296 * gdb.base/display.exp: Increment timeout by 60 seconds.
3297 Change float display test to use variable `f'.
3298
3299 2001-09-17 Jim Blandy <jimb@redhat.com>
3300
3301 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
3302 overflowing the limited breakpoint tables on some ROM monitors
3303 (like the ROM68K).
3304
3305 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
3306
3307 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
3308 the "-ac" (disable access control) flag.
3309
3310 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
3311
3312 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
3313 ints.
3314
3315 2001-08-30 Keith Seitz <keiths@redhat.com>
3316
3317 * lib/gdb.exp: Move all insight-related functionality into
3318 separate file.
3319 * lib/insight-support.exp: New file.
3320
3321 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
3322
3323 * config/sid.exp (sid_start): Never set sid verbosity; disable
3324 expect_background {} that consumed its stdout; tolerate </dev/null.
3325 Attempt to set endianness override in "sid" protocol mode. Cleanup.
3326
3327 2001-08-18 Andrew Cagney <ac131313@redhat.com>
3328
3329 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
3330 CLI jump command to start it.
3331 (mi_run_to_main): Fail immediatly when unexpected output.
3332
3333 2001-08-18 Andrew Cagney <ac131313@redhat.com>
3334
3335 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
3336 beginning of function. Fix PR gdb/191.
3337
3338 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
3339
3340 * config/sid.exp (sid_start): Don't warn if we cannot figure out
3341 what to force sid endianness to.
3342
3343 2001-08-15 Keith Seitz <keiths@redhat.com>
3344
3345 * lib/gdb.exp (gdbtk_start): Don't set environment
3346 variables for TCL_LIBRARY and friends. Insight will
3347 now figure these out for itself.
3348
3349 2001-08-02 Michael Snyder <msnyder@redhat.com>
3350
3351 * gdb.base/completion.exp: Remove the symbol "a64l" from
3352 the expect string; this is target-specific, and not related
3353 to what is being tested.
3354
3355 2001-08-02 Dave Brolley <brolley@redhat.com>
3356
3357 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
3358
3359 2001-07-25 Michael Snyder <msnyder@redhat.com>
3360
3361 * gdb.base/consecutive.exp: New file. Test stepping over
3362 breakpoints on consecutive instructions.
3363 * gdb.base/consecutive.c: New file.
3364
3365 * gdb.base/call-rt-st.exp: Use double-backslash to quote
3366 curly braces in regular expressions.
3367
3368 2001-07-25 Michael Snyder <msnyder@redhat.com>
3369
3370 * gdb.base/ending-run.exp: Accept "Program exited normally" as
3371 legitimate output from stepping out of main.
3372
3373 2001-07-22 Keith Seitz <keiths@redhat.com>
3374
3375 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
3376 the empty string, do not run the tests.
3377
3378 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3379
3380 * gdb.base/long_long.exp: Detect size of pointer. Take into
3381 account 2-byte pointers when testing for p/a results.
3382
3383 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3384
3385 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
3386 and defined to 1K for m68hc11.
3387 (random_data): Reduce table to 1K for embedded platforms (68hc11).
3388 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
3389 (sizeof_random_data): New variable to tell the size of the data table;
3390 don't test past this size; always run to main.
3391
3392 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3393
3394 * gdb.base/return2.exp: return of long long and double fails for
3395 68HC11; don't execute these tests on that platform.
3396 * gdb.base/return.exp: Return of a double fails for 68hc11.
3397
3398 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3399
3400 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
3401 tests that print a float.
3402 * call-rt-st.exp: Likewise.
3403
3404 2001-07-12 Mark Kettenis <kettenis@gnu.org>
3405
3406 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
3407 running this test on Linux.
3408
3409 2001-06-24 Michael Chastain <chastain@redhat.com>
3410
3411 * gdb.base/arithmet.exp: Remove some tests to make all test names
3412 unique.
3413
3414 2001-07-03 Michael Snyder <msnyder@redhat.com>
3415
3416 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
3417 the output of the ptype command.
3418
3419 2001-07-02 Michael Snyder <msnyder@redhat.com>
3420
3421 * gdb.base/completion.exp: Don't assume that break.c is the only
3422 source file that may contain functions named "marker".
3423 * gdb.base/corefile.exp: Quote the curly braces in regexp.
3424
3425 2001-06-28 Andrew Cagney <ac131313@redhat.com>
3426
3427 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
3428 of files to delete.
3429
3430 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
3431 * gdb.disasm/h8300s.exp: New file.
3432 gdb.disasm/h8300s.s: Likewise.
3433
3434 2001-06-27 Andrew Cagney <ac131313@redhat.com>
3435
3436 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
3437 empty breakpoint tables.
3438
3439 2001-06-25 Andrew Cagney <ac131313@redhat.com>
3440
3441 * lib/mi-support.exp: Update args=... part of stop-reason
3442 patterns. Accept either a list or a tuple.
3443
3444 2001-06-23 Andrew Cagney <ac131313@redhat.com>
3445
3446 * lib/mi-support.exp: Remove local emacs variable defining
3447 change-log-default-name.
3448
3449 2001-06-22 Michael Chastain <chastain@redhat.com>
3450
3451 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
3452 This is operationally compatible with the previous version.
3453
3454 2001-06-13 Jim Blandy <jimb@redhat.com>
3455
3456 * lib/gdb.exp (gdb_test): Doc fix.
3457
3458 2001-06-10 Michael Chastain <chastain@redhat.com>
3459
3460 * gdb.base/exprs.exp: Remove a duplicate test.
3461
3462 2001-06-06 Jim Blandy <jimb@redhat.com>
3463
3464 * gdb.base/return2.exp (main): Use values to test float and double
3465 returns that are not NaN's, to avoid being confused by IEEE
3466 comparison rules.
3467
3468 2001-06-04 Michael Snyder <msnyder@redhat.com>
3469
3470 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
3471 non-zero if control_c fails. Terminate the test on failure,
3472 rather than wait for 12 more tests to time out.
3473
3474 2001-06-06 Jim Blandy <jimb@redhat.com>
3475
3476 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
3477 Don't forget to match the GDB prompt.
3478
3479 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
3480
3481 2001-06-04 Jim Blandy <jimb@redhat.com>
3482
3483 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
3484 command.
3485
3486 2001-05-31 Kevin Buettner <kevinb@redhat.com>
3487
3488 * gdb.base/annota1.exp (info break): Match four or more spaces
3489 after "Address".
3490
3491 2001-05-31 Michael Chastain <chastain@redhat.com>
3492
3493 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
3494 (dm_type_int_star): Likewise.
3495 (dm_type_long_star): Likewise.
3496 (dm_type_void_star): Likewise.
3497
3498 2001-05-29 Kevin Buettner <kevinb@redhat.com>
3499
3500 * gdb.base/completion.exp (INPUTRC): Set this environment variable
3501 to a known value in order to get consistent results regardless
3502 of the setting of INPUTRC or the presence or contents of .inputrc.
3503
3504 2001-05-24 Michael Snyder <msnyder@redhat.com>
3505
3506 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
3507 Don't require that the main thread and the manager thread are the
3508 first in the list.
3509
3510 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
3511 debugging. If test fails, issue an "unsupported" not a "fail".
3512
3513 2001-05-24 Jim Blandy <jimb@redhat.com>
3514
3515 Don't assume that short is shorter than int.
3516 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
3517 assume that shorts are smaller than ints. On a 16-bit machine,
3518 this isn't true.
3519 ("print unsigned char == (~0)"): Add test that verifies that ~0,
3520 an int, is not equal to ~0 stored in an unsigned char. This tests
3521 the same thing that the previous test meant to, but works on
3522 16-bit machines, too.
3523 ("print unsigned char != (~0)"): Same test, complemented.
3524
3525 2001-05-24 Michael Snyder <msnyder@redhat.com>
3526
3527 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
3528 test for (full_coverage == 0). This makes the test run faster,
3529 and prevents dejagnu getting out of step.
3530
3531 2001-05-23 Kevin Buettner <kevinb@redhat.com>
3532
3533 * gdb.base/finish.exp (finish_void): Revise pattern for
3534 stopping on the call statement to not permit stopping at
3535 the start of the instructions comprising the call sequence.
3536
3537 2001-05-19 Michael Chastain <chastain@redhat.com>
3538
3539 * gdb.base/callfuncs.exp: Make all test names unique.
3540 * gdb.base/commands.exp: Make all test names unique.
3541 * gdb.base/condbreak.exp: Make all test names unique.
3542 * gdb.base/dbx.exp: Make all test names unique.
3543 * gdb.base/default.exp: Make all test names unique.
3544 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
3545 and TIMEOUT messages to their corresponding PASS message.
3546 * gdb.base/ending-run.exp: Make all test names unique.
3547 * gdb.base/long_long.exp: Remove duplicate test.
3548
3549 2001-05-21 Kevin Buettner <kevinb@redhat.com>
3550
3551 * gdb.base/finish.exp (finish_void): Allow "finish" command to
3552 stop on the call statement as well as the statement after the
3553 call.
3554
3555 2001-05-21 Michael Snyder <msnyder@redhat.com>
3556
3557 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
3558
3559 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
3560
3561 * gdb.base/completion.exp: Revamp test. Make it execute on all
3562 platforms.
3563
3564 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
3565
3566 * config/gdbserver.exp (gdb_load): Handle the case
3567 in which the arguments to gdbserver are given in the
3568 baseboard configuration file.
3569 Also handle the case in which the server needs to do a
3570 load.
3571
3572 2001-05-07 Keith Seitz <keiths@cygnus.com>
3573
3574 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
3575 set up the display for testing.
3576 (gdbtk_start): Convert all paths to paths that tcl will like.
3577 Export target information to environment.
3578 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
3579 necessary.
3580 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
3581 (to_tcl_path): New proc to convert a given pathname into
3582 a path acceptible as an argument to a tcl command.
3583 (_gdbtk_export_target_info): New proc to export target info
3584 into the environment for gdbtk testing.
3585 (gdbtk_done): New proc to signal end-of-test.
3586
3587 2001-05-06 Jim Blandy <jimb@redhat.com>
3588
3589 * restore.c: Make the code of caller0 correspond to its comment.
3590
3591 2001-05-03 Michael Snyder <msnyder@redhat.com>
3592
3593 * config/sid.exp (gdb_target_sid): Check for error messages.
3594 On error or timeout, don't make expect exit (which will terminate
3595 all subsequent tests); instead just make gdb exit.
3596 (gdb_load): Check for error messages. On error or timeout,
3597 return a negative value.
3598
3599 2001-04-24 Jim Blandy <jimb@redhat.com>
3600
3601 * gdb.c++/templates.exp: If we see the prompt for the overload
3602 list, but we haven't recognized any of the longer patterns,
3603 arrange for this test to fail, not hang.
3604
3605 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
3606 variations.
3607
3608 2001-04-22 Michael Chastain <chastain@redhat.com>
3609
3610 * gdb.c++/local.exp: Use the 'runto' library function.
3611 * gdb.c++/namespace.exp: Likewise.
3612 * gdb.c++/overload.exp: Likewise.
3613
3614 2001-03-26 Kevin Buettner <kevinb@redhat.com>
3615
3616 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
3617 * gdb.base/step-line.exp: New file. Test step/next in presence of
3618 #line directives.
3619 * gdb.base/step-line.c: New file. Test program for the above.
3620 * gdb.base/step-line.inp: New file. We pretend that this file has
3621 been transformed by some other tool into step-line.c.
3622
3623 2001-03-21 Jim Blandy <jimb@redhat.com>
3624
3625 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
3626 unmangled operator names.
3627
3628 2001-03-20 Jim Blandy <jimb@redhat.com>
3629
3630 * gdb.threads/linux-dp.exp: Recognize an additional message
3631 generated by GDB when it doesn't understand how to debug threads
3632 on the target system.
3633
3634 2001-03-19 Andrew Cagney <ac131313@redhat.com>
3635
3636 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
3637
3638 2001-03-12 Michael Chastain <chastain@redhat.com>
3639
3640 * gdb.c++/derivation.exp: Use the 'runto' library function.
3641
3642 2001-03-12 Michael Chastain <chastain@redhat.com>
3643
3644 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
3645
3646 2001-02-24 Michael Chastain <chastain@redhat.com>
3647
3648 * gdb.c++/ref-types.exp: Change handwritten code to library
3649 function 'runto'.
3650
3651 2001-03-16 Orjan Friberg <orjanf@axis.com>
3652
3653 * gdb.base/signals.exp: Set count to 0 explicitly.
3654
3655 2001-03-15 Mark Salter <msalter@redhat.com>
3656
3657 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
3658 (gdb_target_monitor): Add check of gdb_target_cmd return value.
3659 (gdb_load): Add support for additional target_info: gdb_download_size
3660 and gdb_load_timeout.
3661
3662 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
3663
3664 * gdb.base/annota1.exp: Move test of isnative to earlier in the
3665 file -- to prevent failing when the compile fails but we have no
3666 intention of running the tests anyway.
3667
3668 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
3669 tests if set.
3670
3671 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
3672 integers.
3673
3674 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
3675 * gdb.c++/namespace.exp: Ditto.
3676
3677 2001-03-07 Orjan Friberg <orjanf@axis.com>
3678
3679 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
3680 * gdb.base/pointers.exp: Relax pattern match of decimals.
3681
3682 2001-03-06 Kevin Buettner <kevinb@redhat.com>
3683
3684 * Makefile.in, config/abug.exp, config/cfdbug.exp,
3685 config/cpu32bug.exp, config/dve.exp, config/est.exp,
3686 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
3687 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
3688 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
3689 config/sh.exp, config/sid.exp, config/slite.exp,
3690 config/sparclet.exp, config/udi.exp, config/unknown.exp,
3691 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
3692 config/vxworks.exp, config/vxworks29k.exp,
3693 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
3694 gdb.base/all-bin.exp, gdb.base/annota1.exp,
3695 gdb.base/arithmet.exp, gdb.base/assign.exp,
3696 gdb.base/async.exp, gdb.base/attach.exp,
3697 gdb.base/bitfields.exp, gdb.base/bitops.exp,
3698 gdb.base/break.exp, gdb.base/call-ar-st.exp,
3699 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
3700 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
3701 gdb.base/commands.exp, gdb.base/completion.exp,
3702 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
3703 gdb.base/constvars.exp, gdb.base/corefile.exp,
3704 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
3705 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
3706 gdb.base/ending-run.exp, gdb.base/environ.exp,
3707 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
3708 gdb.base/finish.exp, gdb.base/foll-exec.exp,
3709 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
3710 gdb.base/funcargs.exp, gdb.base/help.exp,
3711 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
3712 gdb.base/logical.exp, gdb.base/long_long.exp,
3713 gdb.base/maint.exp, gdb.base/mips_pro.exp,
3714 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
3715 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
3716 gdb.base/pointers.exp, gdb.base/printcmds.exp,
3717 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
3718 gdb.base/regs.exp, gdb.base/relational.exp,
3719 gdb.base/remote.exp, gdb.base/reread.exp,
3720 gdb.base/restore.exp, gdb.base/return2.exp,
3721 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
3722 gdb.base/selftest.exp, gdb.base/setshow.exp,
3723 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
3724 gdb.base/sigall.exp, gdb.base/signals.exp,
3725 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
3726 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
3727 gdb.base/step-test.exp, gdb.base/structs.c,
3728 gdb.base/structs.exp, gdb.base/structs2.exp,
3729 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
3730 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
3731 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
3732 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3733 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
3734 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
3735 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
3736 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
3737 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
3738 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
3739 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
3740 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
3741 gdb.fortran/types.exp, gdb.java/jmisc.exp,
3742 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
3743 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
3744 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3745 gdb.trace/circ.exp, gdb.trace/collection.exp,
3746 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3747 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
3748 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
3749 gdb.trace/report.exp, gdb.trace/save-trace.exp,
3750 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
3751 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
3752 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
3753 notices.
3754
3755 2001-02-27 Michael Snyder <msnyder@cygnus.com>
3756
3757 * gdb.base/varargs.c (find_max_double): Fix printf format string:
3758 first arg is int not float.
3759
3760 2001-02-22 Michael Snyder <msnyder@cygnus.com>
3761
3762 * gdb.base/reread.exp: Unsupported for non-native targets;
3763 doesn't work for remote debugging.
3764
3765 2001-02-19 Fernando Nasser <fnasser@redhat.com>
3766
3767 From Drew Moseley <dmoseley@redhat.com>
3768 * gdb.base/ending-run.exp: Properly handle the BSP state when
3769 stepping past the end of main.
3770
3771 2001-02-19 John Moore <jmoore@redhat.com>
3772
3773 * gdb.base/commands.exp (infrun_breakpoint_command_test):
3774 Converted HPUX fix for non-expected items following multiple
3775 step commands into general solution for all platforms.
3776
3777 2001-02-18 Michael Chastain <chastain@redhat.com>
3778
3779 * gdb.c++/classes.exp (do_tests): Change runto statements
3780 from "runto 'foo(void)'" to "runto 'foo'". This makes the
3781 statements demangler agnostic.
3782 * gdb.c++/virtfunc.exp (do_tests): Likewise.
3783 (gdb_virtfunc_restart): Likewise.
3784
3785 2001-02-14 Michael Chastain <chastain@redhat.com>
3786
3787 * gdb.c++/inherit.exp (do_tests): Change runto statements
3788 from "runto 'foo(void)'" to "runto 'foo'". This makes the
3789 statements demangler agnostic.
3790
3791 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
3792
3793 * gdb.threads/pthreads.exp: Unify pass/fail messages for
3794 ``continue to bkpt at common_routine in thread 2'' and ``stopped
3795 before calling common_routine 15 times'' tests.
3796
3797 2001-02-11 Michael Chastain <chastain@redhat.com>
3798
3799 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
3800 Helps the test script figure out which demangler is in use.
3801 (dm_type_foo_ref): Ditto.
3802 (dm_type_int_star): Ditto.
3803 (dm_type_long_star): Ditto.
3804 (dm_type_unsigned_int): Ditto.
3805 (dm_type_void): Ditto.
3806 (dm_type_void_star): Ditto.
3807 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
3808 Probe the gdb demangler and set variables to accommodate
3809 formatting differences.
3810 (info_func_regexp): New function. Same as info_func, but
3811 matches against a regexp.
3812 (info_func): Match against a literal string.
3813 (print_addr_2): New function. Match against a literal string,
3814 which can be different from the input to gdb.
3815 (print_addr): Simply call print_addr_2 with the same argument twice.
3816 (test_lookup_operator_functions): Use demangler formatting variables.
3817 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
3818 the tests in the same order as the C++ class declaration.
3819 (test_paddr_operator_functions): Ditto.
3820 (test_paddr_overloaded_functions): Ditto.
3821 (test_paddr_hairy_functions): Use demangler formatting variables.
3822 Add reference to gdb/19 for related tests.
3823 (do_tests): Call probe_demangler.
3824
3825 2001-01-30 Kevin Buettner <kevinb@redhat.com>
3826
3827 * gdb.c++/templates.cc (printf): Remove unused function definition.
3828
3829 2001-01-26 Felix Lee <flee@redhat.com>
3830
3831 * sid.exp (sid_exit): Pass host, not target, to remote_close.
3832
3833 2001-01-25 matthew green <mrg@redhat.com>
3834
3835 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
3836 up sid.
3837 (sid_exit): Call `remote_pop_conn' after GDB is gone.
3838
3839 2001-01-25 matthew green <mrg@redhat.com>
3840
3841 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
3842 Deprecate $sid_spawn_id.
3843 (sid_exit): Remove code necessary only for `spawn.'
3844
3845 2001-01-25 matthew green <mrg@redhat.com>
3846
3847 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
3848
3849 2001-01-28 Michael Chastain <chastain@redhat.com>
3850
3851 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
3852 to call when tests fail. It takes gdb out of the overloaded
3853 function choice menu back to the main prompt, so that the test
3854 program stays synchronized.
3855 (set_bp_overloaded): New proc to collect all the common
3856 code for setting a breakpoint on an overloaded name. Calls
3857 take_gdb_out_of_choice_menu when needed.
3858 (menu_overload1arg): New variable to collect the repeated
3859 instances of the expected menu for an overloaded name. Change
3860 the regular expression to handle changes in g++ type encoding:
3861 "void" can be either "void" or "", and "unsigned int" can be
3862 either "unsigned int" or "unsigned".
3863 (continue_to_bp_overloaded): Change regular expressions to handle
3864 changes in g++ type encoding.
3865 (no proc): Call take_gdb_out_of_choice_menu when needed.
3866 Remove redundant calls to "info break". Accept either "canceled"
3867 or "cancelled". Change regular expressions in "info break"
3868 calls to handle changes in g++ type encoding. Give all tests
3869 unique strings.
3870
3871 2001-01-17 Ben Elliston <bje@redhat.com>
3872
3873 * config/sid.exp: New file.
3874
3875 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
3876
3877 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
3878
3879 2000-12-21 Michael Snyder <msnyder@cygnus.com>
3880
3881 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
3882 Add a RE to accept a non-ascii char if one is ever presented.
3883
3884 2000-12-20 Fernando Nasser <fnasser@redhat.com>
3885
3886 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
3887
3888 2000-12-18 Michael Snyder <msnyder@cygnus.com>
3889
3890 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
3891 in regexp. One '\' does not suffice on Linux.
3892
3893 2000-12-09 Michael Chastain <chastain@redhat.com>
3894
3895 * gdb.base/break.exp (test_clear_command): Use a marker function
3896 rather than 'main' for the test function. Also move this
3897 test to an execution point where the marker function names are
3898 guaranteed to be bound to functions. (Executing tests after a
3899 'finish' from main runs into name conflicts with local names
3900 in __libc_start_main).
3901
3902 2000-12-07 Michael Snyder <msnyder@cygnus.com>
3903
3904 * gdb.base/finish.exp: New test for gdb's "finish" command.
3905 * gdb.base/return2.exp: New test for gdb's "return" command.
3906 * gdb.base/return2.c: New source file for above.
3907
3908 2000-12-05 Michael Snyder <msnyder@cygnus.com>
3909
3910 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
3911 * gdb.base/miscexprs.exp: Ditto.
3912 * gdb.base/pointers.exp: Ditto.
3913 * gdb.c++/derivation.exp: Ditto.
3914 * gdb.c++/local.exp: Ditto.
3915 * gdb.c++/namespace.exp: Ditto.
3916 * gdb.c++/overload.exp: Ditto.
3917 * gdb.c++/ref-types.exp: Ditto.
3918
3919 2000-12-05 Michael Snyder <msnyder@cygnus.com>
3920
3921 * gdb.base/constvars.exp: Test result of "up" command.
3922 * gdb.base/miscexprs.exp: Ditto.
3923 * gdb.base/pointers.exp: Ditto.
3924 * gdb.base/scope.exp: Ditto.
3925 * gdb.c++/derivation.exp: Ditto.
3926 * gdb.c++/local.exp: Ditto.
3927 * gdb.c++/namespace.exp: Ditto.
3928 * gdb.c++/overload.exp: Ditto.
3929 * gdb.c++/ref-types.exp: Ditto.
3930
3931 2000-11-22 Michael Chastain <chastain@redhat.com>
3932
3933 * mips_pro.exp: Accept either "middle -> top -> main" or
3934 "middle -> main" in the backtrace, because gcc can optimize
3935 tail calls to jumps. Remove setup_xfail for the hppa case.
3936 Add a comment with the original warning messages from PR 3016,
3937 which was filed in 1993, to preserve them for posterity.
3938
3939 2000-11-17 Nick Duffek <nsd@redhat.com>
3940
3941 * lib/gdb.exp (gdb_test): Override timeout with board info.
3942
3943 2000-11-17 Nick Duffek <nsd@redhat.com>
3944
3945 * gdb.base/display.exp: Don't kill running stub. Add "again" to
3946 the second kill and detach messages.
3947
3948 2000-11-17 Nick Duffek <nsd@redhat.com>
3949
3950 * configure.in: Add AC_EXEEXT.
3951 * configure: Regenerate.
3952 * Makefile.in (just-check): Export EXEEXT.
3953 * lib/gdb.exp ($EXEEXT): Import from environment.
3954 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
3955 expect "maint dump-me" on Cygwin.
3956 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
3957 $EXEEXT.
3958
3959 2000-11-17 Nick Duffek <nsd@redhat.com>
3960
3961 * gdb.base/break.exp: Test backtrace and finish from called
3962 function on all platforms, not just HP-UX.
3963
3964 2000-11-03 Michael Snyder <msnyder@cygnus.com>
3965
3966 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
3967 code from gdb_target_monitor, so it can be used independantly
3968 for gdbserver. Also comment out an unnecessary PUTS.
3969
3970 2000-11-03 Michael Snyder <msnyder@cygnus.com>
3971
3972 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
3973 * gdb.base/corefile.exp: Expect the message "Program is being
3974 debugged already" when we send the "corefile" command, since
3975 the preceeding gdb_load may have connected gdb to a remote target.
3976 * gdb.base/display.exp: Disable hardware watchpoints if new
3977 board info variable "no_hardware_watchpoints" is true.
3978 Replace single-letter commands with more readable ones.
3979 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
3980 if new board info variable "no_hardware_watchpoints" is true.
3981 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
3982 to see if stdio (printf) testing is possible.
3983 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
3984 board info variable "no_hardware_watchpoints" is true. Use new
3985 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
3986
3987 2000-11-13 Fernando Nasser <fnasser@redhat.com>
3988
3989 From Orjan Friberg <orjanf@axis.com>:
3990 * gdb.base/printcmds.exp: Escape curly braces followed by a number
3991 in array print pattern match.
3992
3993 2000-11-09 Fernando Nasser <fnasser@redhat.com>
3994
3995 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
3996 spelling "cancelled" to U.S. spelling "canceled" to match changes
3997 made to gdb.
3998 * gdb.c++/ovldbreak.exp: Ditto.
3999
4000 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4001
4002 * gdb.base/callfuncs.c (main): Moved to end of file, call
4003 t_double_values to initialize the FPU before inferior calls are made.
4004 * gdb.base/callfuncs.exp: Test for register preservation after calling
4005 inferior functions. Add tests for continuining, finishing and
4006 returning from a stop in a call dummy.
4007
4008 2000-10-24 Michael Snyder <msnyder@cygnus.com>
4009
4010 * gdb.base/commands.exp: Break up long lines, and re-indent.
4011
4012 2000-10-19 Michael Snyder <msnyder@cygnus.com>
4013
4014 * config/gdbserver.exp: Rewritten from the ground up, to make it
4015 compatible with the current dejagnu tree, and to make it work with
4016 the new "gdbserver" in libremote.
4017
4018 2000-10-16 Michael Snyder <msnyder@cygnus.com>
4019
4020 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
4021 * gdb.base/varargs.exp: Skip entire test if no printf support.
4022 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
4023 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
4024
4025 2000-10-13 Michael Snyder <msnyder@cygnus.com>
4026
4027 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
4028 no floating point support.
4029 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
4030 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
4031 * gdb.base/call-rt-st.exp: Ditto.
4032 * gdb.base/call-strs.exp: Ditto.
4033
4034 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
4035
4036 * gdb.base/sizeof.c: include <stdio.h>.
4037
4038 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
4039 'finish', otherwise uncaptured gdb_prompt would potentially
4040 throw remaining test points out of sync.
4041
4042 2000-07-26 Scott Bambrough <scottb@netwinder.org>
4043
4044 * gdb.base/recurse.exp: Run tests for all targets.
4045 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
4046 gnu-oldld case on ARM.
4047 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
4048 for ARM targets.
4049
4050 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
4051
4052 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
4053 * gdb.java/configure: Rebuild.
4054
4055 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
4056
4057 * gdb.java/jv-exp.exp: New file.
4058
4059 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
4060
4061 * configure: Rebuilt.
4062 * configure.in (configdirs): Add gdb.java.
4063 * gdb.java/jmisc.java: New file.
4064 * gdb.java/jmisc.exp: New file.
4065 * gdb.java/Makefile.in: New file.
4066 * gdb.java/configure: Rebuilt.
4067 * gdb.java/configure.in: New file.
4068 * lib/java.exp: New file.
4069
4070 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
4071
4072 * gdb.base/exprs.exp: Test casts to a pointer including over and
4073 underflow.
4074
4075 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
4076
4077 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
4078 and the compilers sizes.
4079
4080 2000-07-09 Nick Duffek <nsd@redhat.com>
4081
4082 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
4083 (use_methods): New function.
4084 (main): Call use_methods().
4085 * gdb.c++/classes.exp (test_method_param_class): New procedure.
4086 (do_tests): Call test_method_param_class.
4087
4088 2000-07-09 Nick Duffek <nsd@redhat.com>
4089
4090 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
4091 spelling.
4092 (test_enums): New procedure. Move enum tests from end of script
4093 to here. Set breakpoint on function name instead of line number.
4094 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
4095 (enums2): New marker function.
4096 (enums1): New function.
4097 (main): Call enums1(). Move enum tests to enums1().
4098
4099 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
4100
4101 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
4102 compile/link program. Update line numbers.
4103 * gdb.asm/d10v.inc: Define ``startup''.
4104 * gdb.asm/asmsrc1.s: Add definition of _start.
4105
4106 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
4107
4108 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
4109
4110 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4111
4112 * gdb.base/maint.exp: Add 'maint print architecture' item to output
4113 of 'help maint print' command.
4114
4115 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
4116
4117 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
4118 they use gdb_expect_list.
4119
4120 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
4121
4122 * gdb.base/commands.exp: Use ``set remote
4123 memory-read-packet-size'' instead of ``set endian big'' to test
4124 long commands.
4125
4126 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
4127
4128 * gdb.c++/templates.exp (do_tests): Make all of these work under
4129 g++, and stop skipping them.
4130
4131 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
4132 work under g++.
4133
4134 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
4135 initialization.
4136
4137 2000-06-02 Michael Snyder <msnyder@cygnus.com>
4138
4139 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
4140 the regular expression: accept an (almost) arbitrary sequence of
4141 "frames-invalid" and "breakpoints-invalid" messages both before
4142 and after the "starting" message.
4143
4144 2000-06-02 Michael Snyder <msnyder@cygnus.com>
4145
4146 * gdb.c++/local.exp: This test has never been known to work with g++.
4147
4148 2000-05-18 Michael Snyder <msnyder@cygnus.com>
4149
4150 * gdb.base/annota1.exp (annotate-signal-handler-caller):
4151 Relax the regular expression a little, make it pass on Solaris 8.
4152
4153 2000-05-12 Kevin Buettner <kevinb@redhat.com>
4154
4155 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
4156 a call, do not require that gdb stop on the line after the call.
4157 Instead, it is permissible for gdb to stop on the line of the
4158 call itself.
4159
4160 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
4161
4162 * gdb.base/break.exp (bp on small function, optimized file):
4163 Add a second pass pattern. The behavior differs here between stabs
4164 and dwarf for one-line functions. Stabs preserves two line symbols
4165 (one before the prologue and one after) with the same line number,
4166 but dwarf regards these as duplicates and discards one of them.
4167 Therefore the address after the prologue (where the breakpoint is)
4168 has no exactly matching line symbol, and GDB reports the breakpoint
4169 as if it were in the middle of a line rather than at the beginning.
4170
4171 2000-05-08 Michael Snyder <msnyder@cygnus.com>
4172
4173 * gdb.base/interrupt.exp: Make "pass" message say "send"
4174 rather than "send_gdb" (for consistancy).
4175
4176 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4177
4178 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
4179 * gdb.c++/templates.cc: Properly check for GCC version number.
4180 * lib/compiler.cc: Likewise
4181
4182 2000-04-28 Michael Snyder <msnyder@cygnus.com>
4183
4184 * gdb.base/break.exp: When compiled with -O2 optimization,
4185 gdb may not stop at the first line of main, due to code motion.
4186
4187 2000-04-26 Michael Snyder <msnyder@cygnus.com>
4188
4189 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
4190 This test depends on parsing the printf output from the target.
4191 Since the sparclet stub doesn't do stdio, this will never work.
4192 * gdb.base/call-rt-st.exp: ditto.
4193 * gdb.base/call-strs: ditto.
4194
4195 2000-04-24 Michael Snyder <msnyder@cygnus.com>
4196
4197 * gdb.base/miscexprs.exp: make sizeof long array test portable.
4198
4199 * gdb.base/ending-run.exp: After connecting to a remote target,
4200 but before running, the target will appear to be in a random
4201 location. Specify both a file and a line for breakpoints.
4202 Also, the function that calls main may be called 'init'
4203 rather than 'start'.
4204
4205 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4206
4207 * gdb.base/help.exp: Update output for add-symbol-file command.
4208
4209 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
4210
4211 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4212 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
4213
4214 2000-04-07 J.T. Conklin <jtc@redback.com>
4215
4216 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
4217
4218 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
4219
4220 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
4221
4222 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
4223 values that can be represented exactly.
4224 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
4225 above change, and to not check against the directory part of the source
4226 file name.
4227 (step into print_long_arg_list): Likewise.
4228 (print print_small_structs from print_long_arg_list): Likewise.
4229 (print print_long_arg_list): Likewise.
4230
4231 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4232
4233 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
4234
4235 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
4236
4237 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
4238
4239 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
4240
4241 * gdb.base/commands.exp (deprecated_command_test): Add test for
4242 deprecate with no arguments.
4243
4244 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
4245
4246 * gdb.base/break.exp: Add new test for setting breakpoints on
4247 optimized code so we can test breakpoints work even when function
4248 prologues may be optimized away
4249
4250 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4251
4252 From David Whedon <dwhedon@gordian.com>
4253 * gdb.base/commands.exp : Added command deprecator tests.
4254
4255 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
4256
4257 * gdb.base/help.exp: Added test for new apropos command.
4258
4259 2000-03-21 Kevin Buettner <kevinb@redhat.com>
4260
4261 * gdb.base/pointers.c (usevar): New function.
4262 (main): Make sure that global variables v_int_pointer2, rptr,
4263 and y are all referenced someplace in the program by calling
4264 usevar() on them. [Some linkers delete symbols which are
4265 never referenced. The space remains, but there's no way to
4266 get a (symbolic) handle on the variable from the debugger.]
4267
4268 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4269
4270 * gdb.base/printcmds.c: Add typedeffed arrays.
4271
4272 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
4273 procedure to test arrays that are typedef'd.
4274
4275 2000-03-13 James Ingham <jingham@leda.cygnus.com>
4276
4277 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
4278 the library directories.
4279
4280 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
4281
4282 * configure.in (configdirs): Add sub directory gdb.mi.
4283 * configure: Re-generate.
4284
4285 * gdb.mi: New directory.
4286
4287 2000-02-25 Scott Bambrough <scottb@netwinder.org>
4288
4289 * gdb.base/long_long.exp: Correct test suite failure when printing
4290 a long long value as a double on ARM platforms.
4291
4292 2000-02-16 Jim Blandy <jimb@redhat.com>
4293
4294 * gdb.base/break.exp ("breakpoint line number"): Make sure the
4295 default source file is set properly before running this test.
4296
4297 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4298
4299 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
4300 gdbtk/library directory, not in gdbtcl2.
4301
4302 2000-02-04 Jim Blandy <jimb@redhat.com>
4303
4304 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
4305 backslash from regexp pattern.
4306
4307 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
4308 procedure. Use it to run all the "continue to bp overloaded"
4309 tests. Note that this changes the names of the tests slightly.
4310 If the breakpoint hit message includes a hex PC value, because
4311 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
4312 from the real source code, still consider that a pass.
4313
4314 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
4315 XFAIL here if the breakpoint message contains a hex address. Note
4316 similar change on 1999-11-02.
4317
4318 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
4319
4320 * gdb.base/ptype.exp: Establish a default source file before
4321 calling get_debug_format.
4322
4323 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
4324
4325 * gdb.base/watchpoint.exp: Remove duplication of test messages.
4326
4327 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4328
4329 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
4330 of successive stepi commands -- while in the prologue we should see
4331 the function entry bracket.
4332
4333 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4334
4335 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
4336 reach __change_mode() when stepping through the end of main().
4337
4338 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
4339
4340 * gdb.base/default.exp: Fix expected pattern.
4341 * gdb.base/help.exp: Same.
4342
4343 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4344
4345 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
4346 Don't use xfail's because that affects only the following test.
4347
4348 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
4349 solaris or linux.
4350
4351 * gdb.base/selftest.exp: Update to reflect changes to main.c.
4352
4353 2000-01-07 Michael Snyder <msnyder@cygnus.com>
4354
4355 * gdb.base/display.exp: Some yacc parsers like to say
4356 "A syntax error" rather than "A parse error". Accept both.
4357
4358 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
4359
4360 * gdb.base/default.exp: Remove OS dependent string from "target
4361 remote" test.
4362 * gdb.base/help.exp: Same for "help target remote" test.
4363
4364 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4365
4366 From Jim Kingdon <kingdon@redhat.com>:
4367
4368 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
4369 prompt (cleanup rather than necessity, but still might keep output
4370 from spilling to next test).
4371
4372 2000-01-02 Fred Fish <fnf@cygnus.com>
4373
4374 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
4375 AIX, which defines them in <sys/types.h>.
4376
4377 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
4378
4379 * gdb.base/default.exp: Match arm* etc instead of arm in "info
4380 float" test.
4381
4382 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
4383
4384 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
4385
4386 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
4387 outermost frame disallowed".
4388
4389 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
4390
4391 * gdb.base/setvar.exp: New tests for setting the value of a struct
4392 with a constant list.
4393
4394 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4395
4396 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
4397 require the user to type a cast before setting the value of a struct.
4398
4399 1999-12-06 Jim Blandy <jimb@cygnus.com>
4400
4401 * gdb.base/default.exp: Expect the new 'info float' command on
4402 all i386 platforms.
4403
4404 * gdb.threads/linux-dp.exp: Expand our ability to recognize
4405 LinuxThreads libraries that don't support debugging.
4406
4407 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4408
4409 * gdb.base/remote.c: Fill the buffer with truely random data.
4410 Change the buffer type to ``unsigned char'' to simplify size
4411 arithmetic.
4412
4413 * gdb.base/remote.exp: Reduce download numbers by one. Typical
4414 stub only handles 400-1 byte packets. Verify that the download
4415 worked.
4416
4417 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
4418
4419 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
4420 tests, using UNRESOLVED for the untested cases. Also, does not wait
4421 for a timeout if the prompt was received before a recognizable pattern.
4422
4423 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
4424
4425 * lib/gdb.exp (gdb_expect_list): Fix spelling.
4426
4427 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4428
4429 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
4430 watchpoints.
4431
4432 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
4433
4434 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
4435
4436 * gdb.c++/local.exp: Be more flexible in recognizing local class
4437 name mangling. Don't allow horribly truncated method names.
4438 * gdb.c++/derivation.exp: Expect protected inheritance.
4439 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
4440 * gdb.c++/virtfunc.exp: Likewise.
4441 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
4442 when printing a nested enum.
4443
4444 1999-11-22 Jim Blandy <jimb@cygnus.com>
4445
4446 * gdb.base/step-test.exp: Properly await GDB's response to setting
4447 a breakpoint on the call to large_struct_by_value.
4448
4449 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
4450 just because we have debug info for the `start' function.
4451
4452 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
4453
4454 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
4455 "Unknown signal" messages, which indicate (on LinuxThreads) that
4456 GDB doesn't know how to debug threads on this system. This is
4457 better than hanging while philosopher 0 dumps chatter into gdb.log.
4458
4459 1999-11-18 Tom Tromey <tromey@cygnus.com>
4460
4461 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
4462
4463 1999-11-18 Fred Fish <fnf@cygnus.com>
4464
4465 * gdb.base/coremaker2.c: Add sample program for generating
4466 cores that is more self contained than coremaker.c. Eventually
4467 I'll add more code to this and tie it into the testsuite.
4468
4469 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
4470
4471 * gdb.base/dollar.exp: Remove, now in gdb.hp.
4472
4473 1999-11-10 Jimmy Guo <guo@cup.hp.com>
4474
4475 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
4476 from $srcdir/lib/.
4477 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
4478 and gdb.c++/.
4479
4480 * gdb.c++/derivation.exp: remove redundant get compiler info code.
4481
4482 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4483 'continue with watch' test point.
4484
4485 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
4486
4487 Merged from p2linux-990323-branch:
4488
4489 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
4490
4491 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
4492
4493 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
4494 {limit,fixed}''. Test ``set download-write-size''.
4495
4496 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
4497
4498 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
4499 gdb_expect_list.
4500
4501 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
4502
4503 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
4504
4505 1999-11-03 Mark Salter <msalter@cygnus.com>
4506
4507 * gdb.base/break.exp: Fix "stub continue" pattern.
4508
4509 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
4510
4511 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
4512
4513 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
4514
4515 * gdb.base/display.exp ("finish"): Add timeout clause.
4516
4517 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
4518 plain prompt clause, so this doesn't have to time out in order to
4519 fail.
4520
4521 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
4522 breakpoint hit messages include an address.
4523
4524 * gdb.base/display.exp: Don't forget to escape parens in regular
4525 expressions. Unix regexp notatation sucks.
4526
4527 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4528
4529 * gdb.base/annota1.exp: Test for annotate-signalled: change output
4530 order for 'signalled' message.
4531
4532 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
4533
4534 From Jimmy Guo <guo@cup.hp.com>:
4535 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
4536 * gdb.base/annota1.c: Add code for tests to work with.
4537
4538 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
4539
4540 * gdb.base/remote.exp: New test for remote downloading settings.
4541 * gdb.base/remote.c: New file with large .data.
4542
4543 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
4544
4545 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
4546 for LinuxThreads support, merged from the Code Fusion branch.
4547
4548 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
4549
4550 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
4551 containing exp_continue into a while within an expect. Don't
4552 attempt a start more than three times. Check return value from
4553 gdb_load.
4554
4555 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
4556
4557 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
4558 a pass case.
4559
4560 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
4561
4562 * gdb.base/break.c (main): Added a statement that we can step
4563 off of.
4564 * gdb.base/break.exp: Added tests for setting a breakpoint
4565 at an offset and stepping onto a breakpoint.
4566
4567 1999-10-01 Fred Fish <fnf@cygnus.com>
4568
4569 * gdb.base/help.exp (help add-symbol-file): Update to match current
4570 gdb output.
4571
4572 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
4573
4574 * gdb.base/break.exp: Code locations are in hex, don't forget!
4575 (For HP-UX.)
4576
4577 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
4578
4579 * condbreak.exp: Use break.c as test program.
4580 * condbreak.c: Remove, redundant with break.c.
4581
4582 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
4583
4584 * config/monitor.exp (gdb_target_monitor): Disable X- and
4585 Z-packets if the target needs it.
4586
4587 1999-09-13 James Ingham <jingham@leda.cygnus.com>
4588
4589 * gdb.c++/overload.exp: Added tests for listing overloaded
4590 functions with function pointers in the arg, explicitly calling
4591 out the version you want.
4592
4593 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
4594
4595 * long_long.exp: Add variations of test cases that work for
4596 targets with 16-bit ints and 32-bit doubles.
4597
4598 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
4599
4600 * break.c (main): Compare a possibly-uninitialized argc with an
4601 unlikely value that fits in 16 bits.
4602
4603 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4604
4605 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
4606 0xfeeb, don't want negative numbers if ints are 16 bits.
4607
4608 * lib/gdb.exp (skip_cplus_tests): New proc.
4609 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
4610 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
4611 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
4612 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
4613 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
4614 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
4615 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
4616 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
4617
4618 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
4619
4620 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
4621
4622 * gdb.base/corefile.exp (up): Allow a parameter to appear
4623 in the frame that we're going up to.
4624
4625 From Jim Blandy <jimb@cygnus.com>:
4626
4627 * gdb.base/default.exp (info float): Expect some output now.
4628
4629 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
4630 returning floating-point values to fail on the x86.
4631 * gdb.base/callfwmall.exp (do_function_calls): Same.
4632
4633 * gdb.base/list.exp (test_listsize): Correct expectations for
4634 listing line 1 with listsize 2. Also, listing a single line
4635 works now, as does listing three lines. [Kevin's note: There
4636 were a number of other cases fixed too where the expectations
4637 differed...]
4638
4639 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
4640
4641 * gdb.base/selftest.exp: Add case for when version prints as
4642 constant string instead of char pointer.
4643
4644 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
4645
4646 * gdb.base/ending-run.exp: Add Solaris case for what happens when
4647 stepping out of main.
4648
4649 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
4650 G++ used.
4651
4652 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
4653 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
4654
4655 * gdb.c++/ovldbreak.exp: Update match string in test that
4656 includes a warning of multiple breakpoints.
4657
4658 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
4659
4660 * gdb.base/display.exp: Improve precision of step-after-finish
4661 added yesterday.
4662
4663 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
4664 test.
4665
4666 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
4667 configs when using G++, not just hppa*.
4668
4669 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4670
4671 * gdb.base/async.c: New file.
4672 * gdb.base/async.exp: New file.
4673
4674 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
4675
4676 * gdb.base/break.exp: Tweak PA specific tests to properly handle
4677 PA64.
4678
4679 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
4680
4681 * gdb.base/display.exp: "finish" can leave us mid-line on many
4682 targets, deal with it. Add a small constant to main, instead of
4683 1000 since main+1000 may not be a valid address in the target.
4684
4685 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
4686 on hpux11.
4687
4688 * gdb.base/attach.exp: Handle another hpux11 error message variant
4689 when attaching to a process that does not exist.
4690
4691 1999-08-19 J.T. Conklin <jtc@redback.com>
4692
4693 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
4694 characters in 'continue to 1241' test.
4695
4696 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4697
4698 * gdb.base/call-ar-st.exp: Add a shorter match case for the
4699 stop in print_long_arg_list, define and use a whitespace
4700 variable in print_small_structs test, add an XFAIL for Solaris.
4701 * gdb.base/dbx.exp: XFAIL func commands until somebody is
4702 interested enough to fix.
4703
4704 1999-08-13 Keith Seitz <keiths@cygnus.com>
4705
4706 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
4707 (dbx_gdb_load): Remove. Use gdb_load instead, since that
4708 proc knows about targets other than the natives.
4709 (test_assign): Use "gdb_run_cmd" to "run" the target.
4710 Check that we've actually hit the breakpoint at main.
4711 When we attempt to assign a value to a local variable, check
4712 that the variable is in the current scope, i.e., don't use
4713 a test with an empty result.
4714
4715 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
4716
4717 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
4718 command.
4719
4720 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
4721
4722 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4723 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
4724 gdb.compat, gdb.threads-hp.
4725 gdb.hp/configure, gdb.hp/configure.in: New files.
4726 gdb.hp/Makefile.in: Recurse into new subdirs.
4727 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
4728 gdb.hp/gdb.objdbg: New directory, tests for debugging info
4729 in object files.
4730 gdb.hp/tools: New directory, aux tools for HP-specific tests.
4731
4732 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
4733
4734 * gdb.base/display.exp: Help expect by putting a newline in the
4735 funky printf, remove a bogus p/a test.
4736
4737 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4738
4739 * gdb.base/display.exp: Make sure that when we say 'run', we are
4740 connected to the target. This is necessary when running not
4741 natively.
4742
4743 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
4744
4745 * gdb.base/step-test.exp: Removed some extraneous messages.
4746
4747 * gdb.base/long_long.exp: Don't run memory examination tests
4748 on little-endian targets (they will need a different set of
4749 results to match).
4750
4751 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
4752
4753 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
4754 until somebody decides to fix GDB.
4755
4756 * gdb.base/long_long.c: Stop compiler complaint by specifying long
4757 constant as "ULL".
4758 * gdb.base/long_long.exp: Loosen x/c test, add partial result
4759 matches for a couple x/2 commands.
4760
4761 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
4762
4763 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
4764 by merging in ref-types2 tests.
4765 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
4766
4767 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4768 * gdb.c++/Makefile.in: Add standard actions.
4769 (EXECUTABLES): Rename from PROGS, update list.
4770 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
4771 from gdb.hp.
4772 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
4773 foo and bar locals.
4774 * gdb.c++/anon-union.exp: Fix tests to match.
4775 * gdb.c++/classes.exp: Run if HP compiler used, add extra
4776 expect matches to handle output variations.
4777 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
4778 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
4779 output, add HP alternatives for new and delete prints.
4780 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
4781 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
4782 * gdb.c++/demangle.exp: Use $style when reporting failure.
4783 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
4784 * gdb.c++/inherit.exp: Run if HP compiler used, add some
4785 match alternatives.
4786 * gdb.c++/local.exp: Add match alternatives or xfails for HP
4787 compilers.
4788 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
4789 * gdb.c++/method.exp: Add match alternatives.
4790 * gdb.c++/misc.cc: Add bool types.
4791 * gdb.c++/misc.exp: Add tests for bool types.
4792 * gdb.c++/overload.exp: Add xfails.
4793 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
4794 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
4795 add some more template parameter tests (only for HP currently).
4796 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
4797 * gdb.c++/virtfunc.cc: Add return type and value for main.
4798 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
4799 match alternatives.
4800
4801 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4802
4803 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
4804
4805 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
4806
4807 * gdb.base/signals.exp: Don't expect getting a backtrace from
4808 within a signal handler to fail on Linux.
4809
4810 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
4811
4812 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4813 * lib/gdb.exp: Remove some gratuitious semicolons.
4814 (delete_breakpoints): Increase timeout.
4815 (gdb_expect): Add -notransfer option.
4816 (gdb_test): Use -notransfer option.
4817 (get_compiler_info): Add f77 case.
4818 (get_compiler): New proc, split out from gdb_preprocess, add f77
4819 case.
4820 (gdb_preprocess): Call get_compiler.
4821
4822 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
4823 * gdb.base/attach.exp, gdb.base/display.exp,
4824 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
4825 gdb.base/long_long.exp, gdb.base/printcmds.exp,
4826 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
4827 third arg to gdb_test.
4828 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
4829 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
4830 HP-UX xfails, add others.
4831 * gdb.base/completion.exp: Reflect name change of self-test.
4832 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
4833 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
4834 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
4835 HP failure number.
4836 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
4837 useless HP-UX 10.30 references.
4838 * gdb.base/maint.exp: Loosen matches.
4839 * gdb.base/pointers.c (main): Declare more_code.
4840 * gdb.base/pointers.exp: Match on output of a `next'.
4841 * gdb.base/structs.c: Add prototypes.
4842 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
4843 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
4844
4845 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4846
4847 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
4848 command.
4849
4850 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4851
4852 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
4853 Fix run to main failures. Watchpoint can be hardware watchpoint.
4854
4855 * gdb.base/annota1.exp: Clean up some more, in case printf has
4856 debug info. Deal with lack of signal hanlder info in stack.
4857
4858 From Jim Kingdon <kingdon@redhat.com>:
4859 * gdb.base/annota1.exp: If printf has debug info, deal with it.
4860
4861 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
4862
4863 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
4864 gdb.base/foll-vfork.exp: Don't run for crosses.
4865
4866 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4867
4868 * gdb.base/configure.in: Check for gdbvars.exp instead of
4869 a1-selftest.exp.
4870 * gdb.base/configure: Re-generate.
4871
4872 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
4873
4874 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
4875 in trying to run first and name is too long.
4876
4877 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
4878 pointers2.c and pointers2.exp, respectively.
4879 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
4880 doschk happier.
4881
4882 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
4883
4884 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
4885 callfuncs2.c and callfuncs2.exp.
4886
4887 * gdb.base/list.exp: Remove mistaken xfails.
4888 * gdb.base/list0.h: Add optional prototypes.
4889
4890 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
4891
4892 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
4893 calling malloc.
4894 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
4895 * ptype.exp: Move test for get_debug_format to before its first
4896 use.
4897
4898 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4899
4900 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
4901 * gdb.base/annota2.cc, annota2.exp: Move from here.
4902 * gdb.c++/annota2.cc, annota2.exp: To here.
4903 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
4904
4905 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4906
4907 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
4908 a consistent format.
4909
4910 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
4911
4912 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4913 * lib/gdb.exp (get_compiler_info): Add detection for assorted
4914 HP compilers, also set the globals $true and $false.
4915
4916 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
4917 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
4918 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
4919 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
4920 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
4921 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
4922 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
4923 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
4924 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
4925 whatis.c} Add C++ compatible function definitions and return
4926 types, add includes for library functions.
4927 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
4928 * gdb.base/step-test.c (myglob): Rename from glob.
4929 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
4930 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
4931 files, move here from gdb.hp.
4932 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
4933 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
4934 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
4935 Adjust line numbers in regexps.
4936
4937 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
4938 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
4939 instead of 0/1.
4940
4941 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
4942 foll-vfork.exp: New files, move here from gdb.hp.
4943 * gdb.base/page.exp: New file, test of pagination command.
4944
4945 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
4946 recursion test.
4947 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
4948
4949 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
4950 gdb.base/solib.exp: Fix compiler invocation process.
4951
4952 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
4953 HP-UX 11, turn off overload resolution explicitly.
4954 * gdb.base/commands.exp: Set argument list explicitly, add
4955 watchpoint test.
4956 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
4957 them work.
4958 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
4959 expressions properly.
4960 * gdb.base/corefile.exp: Loosen the match slightly.
4961 * gdb.base/default.exp: Allow "Error accessing memory" message
4962 also.
4963 * gdb.base/display.exp: Skip over x/0 j if PA64.
4964 * gdb.base/funcargs.exp: Add xfails for HP-UX.
4965 * gdb.base/interrupt.exp: Ditto.
4966 * gdb.base/langs.exp: Add symbolic matches governed by compiler
4967 in use.
4968 * gdb.base/list.exp: Add xfails for HP-UX.
4969 * gdb.base/long_long.exp: Refine some of the numeric matches.
4970 * gdb.base/mips_pro.exp: Xfail on HP-UX.
4971 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
4972 * gdb.base/nodebug.exp: Succeed on more varieties of output.
4973 * gdb.base/opaque.exp: Remove some HP-UX xfails.
4974 * gdb.base/ptype.exp: Succeed on more varieties of output.
4975 * gdb.base/scope.exp: Add xfails for HP-UX.
4976 * gdb.base/sect-cmd.exp: Add more cases.
4977 * gdb.base/setvar.exp: Add xfails for HP-UX.
4978 * gdb.base/shlib-call.exp: Loosen some matches slightly.
4979 * gdb.base/signals.exp: Match on void symbolically.
4980 * gdb.base/step-test.exp: Add case for PA64.
4981 * gdb.base/term.exp: Add exit and restart.
4982 * gdb.base/twice.exp: Clean up after self.
4983 * gdb.base/varargs.exp: Disable overload resolution explicitly.
4984 * gdb.base/whatis.exp: Allow more ways to pass tests.
4985
4986 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
4987 no longer useful.
4988
4989 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
4990
4991 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
4992 list of patterns.
4993 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
4994 print_double_array(double_array)", "continuing to breakpoint
4995 1018", "print print_double_array(array_d)" and "continuing to
4996 1034" tests.
4997
4998 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
4999
5000 * Makefile.in: Add empty html and install-html targets.
5001
5002 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
5003
5004 * config/mt-*: Remove, these haven't been used since 1996.
5005
5006 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
5007
5008 * gdb.base/call-strs.c, gdb.base/ending-run.c,
5009 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
5010 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
5011
5012 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
5013
5014 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
5015 simpler match case for the ptype of the big class.
5016
5017 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5018
5019 * gdb.exp: Fix test for gdb_prompt existence.
5020
5021 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5022
5023 * gdb.exp (gdb_test): Add fail after calls to perror.
5024
5025 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5026
5027 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
5028
5029 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5030
5031 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
5032
5033 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
5034
5035 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
5036 malloc() is linked in.
5037
5038 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
5039
5040 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
5041 step at end.
5042
5043 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
5044
5045 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
5046
5047 * gdb.java/jv-print.exp: New file. (Our first Java test!)
5048
5049 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
5050
5051 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
5052 * gdb.base/mips_pro.exp: Likewise.
5053
5054 1999-06-02 Keith Seitz <keiths@cygnus.com>
5055
5056 * gdb.c++/templates.cc: Change all "new" operators to throw
5057 an exception.
5058 * gdb.c++/cplusfuncs.cc: Likewise.
5059
5060 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
5061
5062 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
5063
5064 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
5065 * gdb.base/ending-run.exp: When stepping out of main, accept a
5066 step into an arbitrary assembler file.
5067
5068 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5069
5070 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
5071 "breakpoint-invalid" to be printed.
5072 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
5073 number of "frames-invalid" and "breakpoint-invalid" to be printed.
5074 * gdb.base/annota2.cc: Initialize a.x to 0.
5075
5076 1999-05-17 Keith Seitz <keiths@cygnus.com>
5077
5078 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
5079 when "skip_float_tests" set.
5080 Ditto for "print print_double_array(array_d)", "print print_small_structs",
5081 "print print_ten_doubles", and "step into print_long_arg_list".
5082 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
5083 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
5084 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
5085 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
5086 "skip_float_tests" is set.
5087 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
5088 when "skip_float_tests" set.
5089
5090 1999-05-06 Keith Seitz <keiths@cygnus.com>
5091
5092 * gdb.base/annota2.cc: Include stdio.h.
5093
5094 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
5095
5096 * gdb.base/crossload.exp: Remove, this has been disabled ever
5097 since BFD stopped including all targets, and cross-GDB gets
5098 plenty of testing anyway.
5099 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
5100 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
5101 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
5102 * gdb.base/README: Remove, was doc for this.
5103 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
5104 needed.
5105
5106 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5107
5108 * gdb.base/call-ar-st.exp: Fix one regular expression in test
5109 output.
5110
5111 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
5112 * gdb.base/annota2.exp: New file. More annotation tests.
5113 * gdb.base/annota1.c: New file. Source file for annota1.exp.
5114 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
5115
5116 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
5117
5118 * config/cfdbug.exp: New file.
5119
5120 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
5121
5122 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
5123 Marcus Daniel's and Dale Hawkins's demangler crashes.
5124
5125 * gdb.c++/demangle.exp (test_gnu_style_demangling,
5126 test_lucid_style_demangling, test_arm_style_demangling,
5127 test_hp_style_demangling): Try Tom Tromey's core-dumping
5128 identifier under each demangling style.
5129
5130 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
5131
5132 * gdb.c++/demangle.exp: Include the current demangling style
5133 in all test names.
5134 (current_demangling_style): New global variable.
5135 (set_demangling_style, test_demangling_core, test_demangling,
5136 test_demangling_exact): New functions.
5137 (test_gnu_style_demangling, test_lucid_style_demangling,
5138 test_arm_style_demangling, test_hp_style_demangling): Use those,
5139 instead of calling gdb_test and gdb_test_exact directly.
5140 (catch_demangling_errors): New function, which reports errors
5141 signalled by the demangling test functions in an orderly way.
5142 (do_tests): Use catch_demangling_errors.
5143
5144 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
5145
5146 * gdb.base/signals.exp (test_handle_all_print): Use () for
5147 grouping in expressions, not {}.
5148
5149 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
5150 initialized yet.
5151
5152 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
5153
5154 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
5155 are listed.
5156
5157 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
5158
5159 * gdb.stabs/weird.exp: Test for CC being defined before
5160 looking at its value.
5161
5162 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
5163
5164 * gdb.base/call-ar-st.exp: Remove stray '#'.
5165 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
5166 "short int" and "long int".
5167 * gdb.c++/overload.cc: Cast the string added in the previous
5168 change, to mollify finicky HP compiler.
5169 * gdb.hp/reg-test.exp (testfile): Fix file name.
5170 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
5171
5172 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
5173 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
5174 alternate form of enum ptype.
5175
5176 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
5177
5178 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
5179 * gdb.hp/*.exp: Change all to run compiler probe only after
5180 passing skip_hp_tests, so as not to waste time on guaranteed
5181 failure.
5182
5183 * gdb.c++/overload.cc: Pass string instead of char addr, always
5184 init ccpfoo.
5185 * gdb.c++/templates.cc: Fix syntax error.
5186
5187 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5188
5189 * gdb.base/commands.exp: Add test for correct position of '>'
5190 when issuing the 'commands' command after a 'while' or 'if'
5191 command.
5192
5193 1999-03-18 James Ingham <jingham@cygnus.com>
5194
5195 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
5196
5197 * gdb.c++/method.exp: It was testing an uninitialized int on the
5198 stack and assuming it was positive.
5199
5200 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
5201
5202 * gdb.base/step-test.exp: Catch a case where finish is broken and
5203 keep it from killing the rest of the tests.
5204 Use gdb_continue_to_end.
5205
5206 * gdb.base/sigall.exp: use gdb_continue_to_end.
5207
5208 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
5209
5210 * gdb.base/display.exp: use runto_main, not run.
5211
5212 * gdb.base/default.exp: Check for the current error message in the
5213 r abbreviation test.
5214 Add strongarm to the targets that know info float.
5215
5216 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
5217 run which doesn't work with monitors.
5218
5219 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
5220
5221 * gdb.base/break.exp: use the gdb_continue_to_end proc.
5222
5223 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
5224 program. Traps the case (in Cygmon) when the program never really
5225 exits. Same as Mark's continue_to_exit, but I had put it in a lot
5226 more places, so I used my name. Sorry Mark...
5227
5228 * config/monitor.exp (gdb_target_monitor): added another
5229 target_info parameter: remotebinarydownload. This will set the
5230 remotebinarydownload flag if this is causing some boards trouble.
5231
5232 1999-03-18 Mark Salter <msalter@cygnus.com>
5233
5234 * lib/gdb.exp (continue_to_exit): New function.
5235
5236 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
5237 * gdb.base/ending-run.exp: Ditto.
5238 * gdb.base/step-test.exp: Ditto.
5239
5240 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
5241
5242 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
5243 (suggested by Art Haas <ahaas@neosoft.com>).
5244
5245 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
5246
5247 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
5248
5249 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
5250
5251 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
5252 descriptions of types (short unsigned int vs unsigned short, etc).
5253
5254 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
5255
5256 * gdb.base/call-strs.exp: Don't assume that `step' will step over
5257 a call to strlen; sometimes we do have sources.
5258
5259 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5260
5261 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
5262 character, so GDB won't print garbage after its end.
5263
5264 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
5265 breakpoint there instead. Sometimes GCC emits memcpy to handle
5266 the large structures being passed by value, so we step into that
5267 instead of sum_array_print, which obscures what we're really testing.
5268 * gdb.base/step-test.exp: However, we do want a test that notices
5269 the bizarre steps into memcpy, so do that here. Add check for
5270 stepping into function calls that pass large structures by value.
5271 ("Is that a noun clause, or are you just happy to see me?")
5272 Remove all references to specific line numbers.
5273 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
5274 New type and function.
5275 (main): Call large_struct_by_value, passing it a large struct by value.
5276 * lib/gdb.exp (gdb_get_line_number): New function.
5277
5278 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
5279 more portable.
5280
5281 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5282
5283 * lib/gdb.exp: Doc fixes.
5284
5285 1999-03-05 Nick Clifton <nickc@cygnus.com>
5286
5287 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
5288
5289 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
5290
5291 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
5292 commands. They're not germane to this test, and they don't work
5293 that way on remote targets.
5294
5295 1999-03-01 James Ingham <jingham@cygnus.com>
5296
5297 * Changelog entries merged over from gdb development branch.
5298
5299 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
5300
5301 * lib/gdb.exp (gdbtk_analyze_results): Generic function
5302 for outputting results of test run.
5303
5304 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
5305
5306 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
5307
5308 1999-02-25 Felix Lee <flee@cygnus.com>
5309
5310 * lib/gdb.exp (debug_format): initialize
5311
5312 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
5313
5314 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
5315 * gdb.base/call-rt-st.c: Ditto.
5316
5317 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
5318
5319 * gdb.threads/pthreads.exp (horiz): New variable.
5320 (test_startup): Fix regexps that capture thread numbers.
5321
5322 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
5323
5324 * gdb.base/smoke.exp: Disambiguate two test case names (both
5325 called ``print'').
5326
5327 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5328
5329 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
5330 compilation.
5331
5332 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5333
5334 * gdb.base/miscexprs.exp: Change patterns to match GDB's
5335 actual output formatting.
5336 * gdb.base/smoke.exp: GDB removes leading 0's.
5337 * gdb.base/volatile.exp: Don't check type of remuneration;
5338 that variable is no longer defined in constvars.c.
5339 * gdb.base/step-test.c (main): Exit with explicit exit code.
5340 * gdb.base/step-test.exp: Remove two nexti checks--they are
5341 not portable.
5342
5343 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5344
5345 * gdb.base/help.exp ("help delete display"): Fix test to match
5346 gdb's output.
5347
5348 * gdb.base/long_long.c (known_types): Initialize values to zero.
5349 * gdb.base/long_long.exp: Step one more line
5350 so 'dec' is initialized in "get to known place". GDB removes
5351 leading zeros. Explicitly ask for hex formatting. Use
5352 unique test case names.
5353
5354 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5355
5356 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
5357
5358 * gdb.c++/method.exp: Add missing close brace.
5359
5360 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
5361
5362 * gdb.base/maint.exp: Use 'set height 0' to disable page
5363 prompting, not 'set height 400'.
5364
5365 Fix a bunch of timeouts.
5366 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
5367 four separate tests, so expect doesn't take forever to match a ton
5368 of text against a regexp with lots of .* forms.
5369 ("maint print psymbols", "maint print symbols"): Make some of
5370 these greps more selective, so that expect doesn't try to wade
5371 through huge piles of output and time out.
5372
5373 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
5374
5375 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
5376 tests: one which doesn't expect shlib events to be reported, and
5377 another which does, but is XFAIL for all platforms other than
5378 HP/UX.
5379
5380 * gdb.base/break.exp: Teach the test suite that the `catch
5381 fork', `catch vfork', and `catch exec' commands produce error
5382 messages on platforms that don't provide these features.
5383
5384 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5385
5386 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
5387 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
5388 (shortening names from solib_threshold.exp etc), won't run on
5389 anything but HP-UX for the foreseeable future.
5390 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
5391 reflect move.
5392
5393 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
5394
5395 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
5396 gdb.trace/Makefile.in (clean): Remove all test executables.
5397
5398 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
5399
5400 * gdb.base/shlib-call.exp: add test cases to verify that gdb
5401 successfully re-sets breakpoints in shared libraries.
5402 * gdb.base/shmain.c (main): return 0, don't fall off the end.
5403
5404 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5405
5406 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
5407 and compiled w/o GCC.
5408
5409 * gdb.hp/watch-cmd.exp: ditto.
5410
5411 * gdb.hp/watch-hp.exp: ditto.
5412
5413 * gdb.hp/xdb1.exp: ditto.
5414
5415 * gdb.hp/xdb2.exp: ditto.
5416
5417 * gdb.hp/dbx.exp: ditto.
5418
5419 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
5420
5421 * constvars.c: Remove C++-isms.
5422 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
5423 with GCC.
5424
5425 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
5426
5427 The following changes are part of the HP merge.
5428
5429 * gdb.base/break.exp: new tests to verify that catchpoints for
5430 fork, vfork, and exec don't trigger inappropriately.
5431
5432 * gdb.base/opaque.exp: compile one file at a time, then link.
5433
5434 * gdb.base/signals.exp: be more restrictive about which hppa
5435 systems receive a setup_xfail. new tests.
5436
5437 * gdb.base/solib_threshold.build: new file.
5438 * gdb.base/solib_threshold.exp: new file.
5439 * gdb.base/solib_threshold.link_opts: new file.
5440 * gdb.base/solib_threshold.mk: new file.
5441 * gdb.base/gen_solib_threshold.c: new file.
5442
5443 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
5444 tests. New tests for enums inside classes.
5445
5446 * gdb.c++/compiler.cc: indicate support of template debugging.
5447
5448 * gdb.c++/demangle.exp: run hp style demangling tests.
5449
5450 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
5451 tests.
5452
5453 * gdb.c++/misc.cc: changes to support new tests.
5454
5455 * gdb.c++/templates.cc: changes to support HP's compiler; changes
5456 to support new tests.
5457
5458 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
5459 gcc, then skip these tests.
5460
5461 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
5462
5463 The following files are part of the HP merge; some had longer
5464 names at HP, but have been renamed to be no more than 14
5465 characters in length.
5466
5467 * gdb.hp/ambiguous.cc: new file.
5468 * gdb.hp/ambiguous.exp: new file.
5469 * gdb.hp/attach.exp: new file.
5470 * gdb.hp/attach2.exp: new file.
5471 * gdb.hp/classes-hp.exp: new file.
5472 * gdb.hp/ctti.exp: new file.
5473 * gdb.hp/ctti-add.cc: new file.
5474 * gdb.hp/ctti-add1.cc: new file.
5475 * gdb.hp/ctti-add2.cc: new file.
5476 * gdb.hp/ctti-add3.cc: new file.
5477 * gdb.hp/dbx.exp: new file.
5478 * gdb.hp/exception.cc: new file.
5479 * gdb.hp/exception.exp: new file.
5480 * gdb.hp/foll-exec.c: new file.
5481 * gdb.hp/foll-exec.exp: new file.
5482 * gdb.hp/foll-fork.c: new file.
5483 * gdb.hp/foll-fork.exp: new file.
5484 * gdb.hp/foll-vfork.c: new file.
5485 * gdb.hp/foll-vfork.exp: new file.
5486 * gdb.hp/inherit-hp.exp: new file.
5487 * gdb.hp/more-steps.exp: new file.
5488 * gdb.hp/namespace.cc: new file.
5489 * gdb.hp/namespace.exp: new file.
5490 * gdb.hp/optimize.exp: new file.
5491 * gdb.hp/pxdb.c: new file.
5492 * gdb.hp/pxdb.exp: new file.
5493 * gdb.hp/quicksort.exp: new file.
5494 * gdb.hp/reg-test.exp: new file.
5495 * gdb.hp/reg-test.s: new file.
5496 * gdb.hp/sized-enum.c: new file.
5497 * gdb.hp/sized-enum.exp: new file.
5498 * gdb.hp/start-stop.exp: new file.
5499 * gdb.hp/templ-hp.cc: new file.
5500 * gdb.hp/templ-hp.exp: new file.
5501 * gdb.hp/thr-lib.c: new file.
5502 * gdb.hp/thr-lib.exp: new file.
5503 * gdb.hp/thr-lib.h: new file.
5504 * gdb.hp/thr-liblib.c: new file.
5505 * gdb.hp/virtfun-hp.c: new file.
5506 * gdb.hp/virtfun-hp.exp: new file.
5507 * gdb.hp/watch-cmd.exp: new file.
5508 * gdb.hp/watch-hp.exp: new file.
5509 * gdb.hp/xdb1.exp: new file.
5510 * gdb.hp/xdb2.exp: new file.
5511 * gdb.hp/xdb3.exp: new file.
5512
5513 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
5514
5515 The following files are part of the HP merge; some had longer
5516 names at HP, but have been renamed to be no more than 14
5517 characters in length.
5518
5519 * gdb.base/ss.h: new file.
5520 * gdb.base/call-ar-st.c: new file.
5521 * gdb.base/call-ar-st.exp: new file.
5522 * gdb.base/call-rt-st.c: new file.
5523 * gdb.base/call-rt-st-exp: new file.
5524 * gdb.base/call-strs.exp: new file.
5525 * gdb.base/ena-dis-br.exp: new file.
5526 * gdb.base/environ.exp: new file.
5527 * gdb.base/long_long.exp: new file.
5528 * gdb.base/sect-cmd.exp: new file.
5529 * gdb.base/shlib-cl2.exp: new file.
5530 * gdb.base/smoke.exp: new file.
5531 * gdb.base/so-impl-ld.c: new file.
5532 * gdb.base/so-impl-ld.exp: new file.
5533 * gdb.base/so-indr-cl.c: new file.
5534 * gdb.base/so-indr-cl.exp: new file.
5535 * gdb.base/varargs.exp: new file.
5536 * gdb.base/volatile.exp: new file.
5537 * gdb.base/whatis-exp.exp: new file.
5538 * gdb.base/display.exp: new file.
5539 * gdb.c++/derivation.exp: new file.
5540 * gdb.c++/local.exp: new file.
5541 * gdb.c++/member-ptr.exp: new file.
5542 * gdb.c++/overload.exp: new file.
5543 * gdb.c++/ovldbreak.exp: new file.
5544 * gdb.c++/ref-types.exp: new file.
5545 * gdb.c++/ref-types2.exp: new file.
5546 * gdb.c++/userdef.exp: new file.
5547
5548 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
5549
5550 * gdb.base/default.exp: Reflect wording change in remote.c.
5551
5552 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
5553
5554 * gdb.base/help.exp: Update to reflect current text.
5555
5556 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
5557
5558 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
5559 they're stack variables and contain garbage.
5560 * gdb.c++/anon-union.exp: new file.
5561
5562 The following changes were made by David Taylor
5563 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5564 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5565 in changes by HP.
5566
5567 * gdb.base/bitops.exp: new file.
5568 * gdb.base/default.exp: change expected messages for catch and
5569 info catch tests to reflect HP merge changes.
5570 * gdb.base/enable-disable-break.exp
5571 * gdb.base/ending-run.c: new file.
5572 * gdb.base/long_long.c: new file.
5573 * gdb.base/maint.exp: new file.
5574 * gdb.base/pointers2.exp: new file.
5575 * gdb.base/shlib-call2.exp: new file.
5576 * gdb.base/solib.exp: new file.
5577 * gdb.base/step-test.c: new file.
5578 * gdb.c++/anon-union.cc: new file.
5579 * gdb.c++/local.cc: new file.
5580 * gdb.c++/member-pointer.cc: new file.
5581 * gdb.c++/method.cc: new file.
5582 * gdb.c++/ref-types.cc: new file.
5583 * gdb.c++/ref-types2.cc: new file.
5584 * gdb.c++/userdef.cc: new file.
5585
5586 * gdb.base/scope.exp: compile one file at a time, then link.
5587 * gdb.base/langs.exp: ditto.
5588 * gdb.base/list.exp: ditto.
5589
5590 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
5591
5592 The following changes were made by David Taylor
5593 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5594 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5595 in changes by HP.
5596
5597 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
5598 skip tests. When compiling pass c++ flag to gdb_compile.
5599 * gdb.c++/
5600
5601 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
5602 test for on hppa*-*-hpux*; use args to see if c++ was specified.
5603 (skip_hp_tests): new function.
5604 (gdb_preprocess): new function.
5605
5606 * configure.in (hpdir): decide whether to configure gdb.hp.
5607 * configure: regenerated.
5608
5609 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
5610 to delete on clean.
5611 (EXECUTABLES): update to reflect new additions.
5612 * gdb.base/commands.exp: update message expected.
5613 * gdb.base/default.exp: add copyright notice.
5614 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
5615 * gdb.base/help.exp: update messages to reflect current text.
5616 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
5617 targets for recurse tests.
5618 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
5619 skip this file.
5620
5621 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
5622 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
5623 compilation.
5624 * gdb.c++/misc.exp: ditto.
5625 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
5626 run the tests. tell gdb_compile that it's a c++ compilation.
5627
5628 * gdb.threads/pthreads.exp: fix typo in message.
5629
5630 * gdb.base/all-bin.exp: new file.
5631 * gdb.base/arithmet.exp: new file.
5632 * gdb.base/assign.exp: new file.
5633 * gdb.base/completion.exp: new file.
5634 * gdb.base/cond-expr.exp: new file.
5635 * gdb.base/condbreak.exp: new file.
5636 * gdb.base/define.exp: new file.
5637 * gdb.base/dollar.exp: new file.
5638 * gdb.base/environment.exp: new file.
5639 * gdb.base/eval-skip.exp: new file.
5640 * gdb.base/jump.exp: new file.
5641 * gdb.base/logical.exp: new file.
5642 * gdb.base/pointers.exp: new file.
5643 * gdb.base/relational.exp: new file.
5644 * gdb.base/section_command.exp: new file.
5645 * gdb.base/whatis-expr.exp: new file.
5646
5647 * gdb.base/all-types.c: new file.
5648 * gdb.base/call-array-struct.c: new file.
5649 * gdb.base/call-return-struct.c: new file.
5650 * gdb.base/call-strings.c: new file.
5651 * gdb.base/callfuncs2.c: new file.
5652 * gdb.base/condbreak.c: new file.
5653 * gdb.base/constvars.c: new file.
5654 * gdb.base/display.c: new file.
5655 * gdb.base/int-type.c: new file.
5656 * gdb.base/jump.c: new file.
5657 * gdb.base/miscexprs.c: new file.
5658 * gdb.base/pointers.c: new file.
5659 * gdb.base/pointers2.c: new file.
5660 * gdb.base/shmain.c: new file.
5661 * gdb.base/shr1.c: new file.
5662 * gdb.base/shr2.c: new file.
5663 * gdb.base/solib.c: new file.
5664 * gdb.base/solib1.c: new file.
5665 * gdb.base/solib2.c: new file.
5666 * gdb.base/varargs.c: new file.
5667 * gdb.c++/derivation.cc: new file.
5668 * gdb.c++/overload.cc: new file.
5669 * gdb.c++/ovldbreak.cc: new file.
5670 * gdb.hp/attach.c: new file.
5671 * gdb.hp/attach2.c: new file.
5672 * gdb.hp/average.c: new file.
5673 * gdb.hp/compiler.c: new file.
5674 * gdb.hp/compiler.cc: new file.
5675 * gdb.hp/execd-program.c: new file.
5676 * gdb.hp/follow-exec.c: new file.
5677 * gdb.hp/follow-fork.c: new file.
5678 * gdb.hp/follow-vfork-and-exec.c: new file.
5679 * gdb.hp/misc-hp.cc: new file.
5680 * gdb.hp/more-steps.c: new file.
5681 * gdb.hp/optimize.c: new file.
5682 * gdb.hp/quicksort.c: new file.
5683 * gdb.hp/run-hp.c: new file.
5684 * gdb.hp/start-stop.c: new file.
5685 * gdb.hp/sum.c: new file.
5686 * gdb.hp/templates-hp.cc: new file.
5687 * gdb.hp/thread-local-in-lib.c: new file.
5688 * gdb.hp/thread-local-in-lib.h: new file.
5689 * gdb.hp/thread-local-in-lib.lib.c: new file.
5690 * gdb.hp/vforked-program.c: new file.
5691 * gdb.hp/virtfunc-hp.cc: new file.
5692 * gdb.hp/watchpoint-hp.c: new file.
5693 * gdb.hp/xdb.c: new file.
5694 * gdb.hp/xdb0.c: new file.
5695 * gdb.hp/xdb0.h: new file.
5696 * gdb.hp/xdb1.c: new file.
5697
5698 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
5699
5700 The following change was made by Edith Epstein
5701 <eepstein@cygnus.com> as part of a project to merge in changes
5702 originally made by HP; HP did not create ChangeLog entries.
5703
5704 * gdb.c++/demangle.exp: changed the expected output for some
5705 ARM-style mangling -- removed second reference to datatype.
5706 For example, maint demangle __dt__11T1__pt__2_cFv
5707 T1<char>::~T1<char>(void)
5708 becomes,
5709 maint demangle __dt__11T1__pt__2_cFv
5710 T1<char>::~T1(void)
5711
5712 (test_hp_style_demangling): new hp specific demangling test cases.
5713
5714 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
5715
5716 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
5717 * gdb.trace/backtrace.exp: Likewise.
5718 * gdb.trace/circ.exp: Likewise.
5719 * gdb.trace/collection.exp: Likewise.
5720 * gdb.trace/deltrace.exp: Likewise.
5721 * gdb.trace/infotrace.exp: Likewise.
5722 * gdb.trace/limits.exp: Likewise.
5723 * gdb.trace/packetlen.exp: Likewise.
5724 * gdb.trace/passc-dyn.exp: Likewise.
5725 * gdb.trace/passcount.exp: Likewise.
5726 * gdb.trace/report.exp: Likewise.
5727 * gdb.trace/save-trace.exp: Likewise.
5728 * gdb.trace/tfind.exp: Likewise.
5729 * gdb.trace/tracecmd.exp: Likewise.
5730 * gdb.trace/while-dyn.exp: Likewise.
5731 * gdb.trace/while-stepping.exp: Likewise.
5732
5733 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
5734
5735 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
5736
5737 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
5738
5739 From Brendan Kehoe:
5740 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
5741 int return types.
5742
5743 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
5744
5745 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
5746 remote dos host testing right.
5747
5748 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
5749
5750 * gdb.base/corefile.exp: remove some xfails.
5751
5752 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
5753
5754 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
5755 have different timestamps.
5756
5757 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
5758
5759 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
5760 gdb.base/default.exp: Replace "exec" with "executable".
5761
5762 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
5763
5764 * gdb.base/default.exp: Change else if to elseif from previous
5765 delta.
5766
5767 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
5768
5769 * gdb.base/default.exp: Add brace missing from previous delta.
5770
5771 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
5772
5773 * gdb.base/default.exp: Support test for info float for all
5774 varieties of arm toolchain.
5775
5776 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
5777
5778 * gdb.trace/*.exp: remove "remote_download" command.
5779
5780 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
5781
5782 * gdb.trace/*.exp: remove -gdwarf from compile.
5783
5784 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
5785
5786 * gdb.trace/configure.in(AC_INIT): typo
5787 * gdb.trace/configure: regenerated
5788
5789 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
5790
5791 * config/m68k-emc.exp: New file.
5792 * lib/<emc-support.exp trace-support.exp}: New files.
5793 * configure.in: add new test directory gdb.trace.
5794 * gdb.trace/{configure configure.in Makefile.in}: New files.
5795 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
5796 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
5797 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
5798 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
5799 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
5800 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
5801 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
5802
5803 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
5804
5805 * gdb.c++/classes.exp: Change all regular expressions to match
5806 arbitrary combinations of newline/carriage-return, so that they
5807 will work equally well on Unix and Windows.
5808 * gdb.c++/inherit.exp: ditto.
5809 * gdb.c++/virtfunc.exp: ditto.
5810
5811 1998-08-11 Dawn Perchik <dawn@cygnus.com>
5812
5813 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
5814
5815 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
5816
5817 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
5818 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
5819 to use a0-a3/d0-d3 as needed.
5820
5821 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
5822
5823 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
5824 * gdb.disasm/am33.exp: Corresponding changes.
5825
5826 1998-07-11 Felix Lee <flee@cygnus.com>
5827
5828 * gdb.base/callfuncs.exp: add cmp10 test.
5829 * gdb.base/callfuncs.c (cmp10): new function.
5830
5831 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
5832
5833 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
5834 into two parts to get around a synchronization problem in expect.
5835
5836 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
5837
5838 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
5839
5840 * configure.in: Add options for gdbtk testsuite.
5841
5842 * configure: Regenerate.
5843
5844 * gdb.gdbtk: New directory to hold gdbtk tests.
5845
5846 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5847
5848 * gdb.fortran/types.exp: Escape brackets in expect patterns
5849 for test_float_literal_types_accepted tests.
5850 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
5851 before run test.
5852
5853 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
5854
5855 * am33.exp: Just compile, do not link the testcase.
5856 * am33.s: Add ".am33" pseudoop to force am33 mode.
5857
5858 1998-06-25 Felix Lee <flee@cygnus.com>
5859
5860 * gdb.base/setshow.exp: make sure $pc is sane.
5861
5862 * gdb.stabs/weird.exp: split expect patterns properly.
5863
5864 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
5865
5866 * gdb.disasm/am33.s: New disassembler testfile for the am33.
5867 * gdb.disasm/am33.exp: Run it.
5868
5869 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
5870
5871 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
5872 match processing (and eliminate spurious timeouts when running).
5873
5874 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
5875
5876 * gdb.base/signals.exp (test_handle_all_print): put back Mach
5877 exception test, but conditionalize it on target [mach | gnu].
5878
5879 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
5880
5881 * gdb.base/overlays.exp: fixup compile line for linker script.
5882
5883 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
5884
5885 * gdb.fortran/types.exp: don't guess at float size.
5886
5887 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
5888
5889 * gdb.base/exprs.exp: delete test that depends on int size.
5890
5891 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
5892
5893 * config/sim.exp: Removed checks for target triplets.
5894 (gdb_target_sim): Use gdb,target_sim_options.
5895
5896 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
5897
5898 * gdb.base/reread.exp: New file.
5899 * gdb.base/reread1.c: New file.
5900 * gdb.base/reread2.c: New file.
5901
5902 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
5903
5904 * config/sim.exp: Use 'target sim -sparclite' when running
5905 SPARClite programs.
5906
5907 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
5908
5909 * gdb.base/structs2.exp: New file.
5910 * gdb.base/structs2.c: New file.
5911
5912 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
5913
5914 * gdb.asm/common.inc: New file.
5915 * gdb.asm/d10v.inc: New file.
5916 * asm-source.exp: Pass -I's to gas to find .inc files.
5917 Update line numbers in expected output.
5918 * asmsrc1.s: Rewrite.
5919 * asmsrc2.s: Rewrite.
5920 * configure.in: Create arch.inc symlink.
5921 * configure: Regenerate.
5922 * Makefile.in (distclean): Delete arch.inc.
5923
5924 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
5925
5926 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
5927 (t_enum_value2): ditto
5928 (t_enum_value3): ditto
5929 (main): ditto
5930 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5931
5932 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
5933 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
5934 change.
5935 Use gdb_test instead of send_gdb/gdb_expect sequences.
5936
5937 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
5938
5939 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
5940 not void.
5941
5942 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
5943
5944 * gdb.base/branches.c: Code with lots of loops and
5945 subroutines. Used to test gdbs ability to single step through PC
5946 changes, especially to test mips-tdep.c:mips_next_pc
5947
5948 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
5949
5950 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
5951 more rigorous EGCS C++ error checking.
5952
5953 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5954
5955 * gdb.base/help.exp: Clean up `help set args' and `help show args'
5956 tests.
5957 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
5958 function when asleep.
5959 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
5960 for i*86 Linux and SVR4 signal handling problems.
5961 Remove linux xfail for `next to handler in signals_tests_1', fixed
5962 by recent infrun.c change.
5963 Limit backtrace to 10 frames to avoid timeout problems with infinite
5964 stack backtraces.
5965 Adjust expect pattern in `handle all print' test to match Apr 28 1997
5966 target.[ch] change.
5967
5968 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
5969
5970 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
5971 for a newline from gdb before continuing.
5972 (default_gdb_exit): Just look for y or n.
5973 (gdb_test): Detect abnormal exit from GDB running on DOS; if
5974 it does, fail the rests of the tests in the file.
5975
5976 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
5977
5978 * config/cygmon.exp: New file.
5979
5980 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
5981
5982 * gdb.base/list.exp: Fix problem with "list default lines around
5983 main" test on remote targets.
5984
5985 * gdb.base/scope.exp: Fix problem with filelocal_bss before
5986 run test on remote targets.
5987
5988 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
5989
5990 * gdb.asm: New directory.
5991 * configure.in: Configure it.
5992 * configure: Regenerate.
5993 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
5994 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
5995
5996 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
5997
5998 * config/mn10300-eval.exp: New file to support MN10300 eval board.
5999
6000 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
6001
6002 * gdb.base/overlays (several files): Merge the two overlay
6003 managers into one. Change variables (foox, barx, bazx, grbxx)
6004 back into ints but force them to load in their proper sections.
6005
6006 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
6007
6008 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
6009 on-chip insn memory and IMAP1 to upper 128k.
6010 (D10VCopy): Handle memory regions crossing 16k boundaries.
6011 (D10VCopy): Transfer data in 32 bit chunks.
6012
6013 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
6014
6015 * gdb.base/overlays.c (main): Exit normally when result is
6016 correct.
6017
6018 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
6019 map. Include space for printf in .text segment.
6020
6021 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
6022 updated d10v memory VMA/LMA map.
6023 (D10VCopy): Call D10VTranslate.
6024
6025 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
6026
6027 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
6028
6029 * gdb.base/bar.c (barx, bar): Change variable to small array so
6030 that it won't be put into the .sdata - small data -
6031 section. Update reference.
6032 * gdb.base/baz.c (bazx, baz): Ditto.
6033 * gdb.base/foo.c (foox, foo): Ditto.
6034 * gdb.base/grbx.c (grbxx, grbx): Ditto.
6035
6036 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
6037 to be arrays.
6038
6039 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
6040
6041 * gdb.base/overlays.exp: fix up and get working again.
6042 Add tests for backtraces from an overlay function.
6043
6044 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
6045
6046 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
6047 "calling function with watchpoint enabled".
6048
6049 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
6050
6051 * gdb.base/break.exp (test_next_with_recursion): Remove
6052 gdb_suppress_tests for d10v-*-*.
6053 * lib/gdb.exp (gdb_suppress_tests): Disable this function
6054 pending review of whether it is useful or not.
6055
6056 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
6057
6058 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
6059
6060 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
6061
6062 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
6063 * config/dve.exp: New file to support Densan boards.
6064
6065 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
6066
6067 * gdb.base/interrupt.exp: Document problem of simulators, signals,
6068 reads and BSD.
6069
6070 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
6071
6072 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
6073 response.
6074
6075 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
6076
6077 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
6078
6079 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
6080 test.
6081
6082 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
6083 target_sizeof_long and target_bigendian_p.
6084 (structs_by_value, structs_by_reference): Check values according
6085 to targets word size and endianess.
6086
6087 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
6088
6089 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
6090 output.
6091
6092 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
6093
6094 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
6095 Update test of set args help to match source change.
6096
6097 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
6098
6099 * gdb.base/default.exp: Expect help system output to be in
6100 alphabetical order.
6101 * gdb.base/help.exp: Ditto.
6102
6103 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
6104
6105 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
6106 "i*86-pc-linux-gnu*".
6107 * gdb.base/interrupt.exp: Ditto.
6108 * gdb.base/corefile.exp: Ditto.
6109
6110 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
6111 define vxworks when building the testcase.
6112
6113 * gdb.base/ptype.exp: Fix testnames to be unique.
6114 * gdb.base/radix.exp: Ditto.
6115 * gdb.base/term.exp: Ditto.
6116 * gdb.base/whatis.exp: Ditto.
6117 * gdb.c++/classes.exp: Ditto.
6118
6119 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
6120
6121 * gdb.base/callfuncs.exp: Fix indentation.
6122
6123 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
6124 suppress_flag has been set.
6125 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
6126 target feature.
6127
6128 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
6129
6130 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
6131 the testcase.
6132
6133 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
6134 set_debug_traps() and breakpoint().
6135 * gdb.c++/misc.cc (main): Ditto.
6136 * gdb.c++/templates.cc (main): Ditto.
6137 * gdb.c++/virtfunc.cc (main): Ditto.
6138
6139 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
6140
6141 * lib/gdb.exp(gdb_step_for_stub): New function.
6142 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
6143 exists, reload the executable and do a "continue" instead of
6144 doing a jump.
6145 (runto_main): Use gdb_step_for_stub.
6146
6147 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
6148 tests to have unique names.
6149 * gdb.base/callfuncs.exp: Ditto.
6150 * gdb.base/commands.exp: Ditto.
6151 * gdb.base/default.exp: Ditto.
6152 * gdb.base/help.exp: Ditto.
6153 * gdb.base/list.exp: Ditto.
6154 * gdb.base/opaque.exp: Ditto.
6155 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
6156 similar tests.
6157
6158 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
6159 * gdb.c++/cplusfuncs.cc: Ditto.
6160 * gdb.c++/virtfunc.cc: Ditto.
6161
6162 * config/monitor.exp: Keep track of the last file we saw, rather
6163 than trying to get the info from gdb.
6164
6165 * gdb.fortran/types.exp: Move comment to previous line.
6166
6167 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
6168
6169 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
6170 target mode.
6171
6172 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
6173
6174 From Bob Manson:
6175 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
6176 string from GDB when it connects.
6177
6178 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
6179
6180 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
6181
6182 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
6183 if we can't get a debug format from GDB (we may be testing an
6184 older GDB). Use a 10 second timeout when checking for the format.
6185
6186 * gdb.stabs/weird.exp: Fix quoting.
6187
6188 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
6189
6190 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
6191
6192 * config/arm-ice.exp: New file.
6193
6194 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
6195
6196 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
6197 until it has been modified to work with the new testsuite.
6198
6199 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
6200 testcase won't compile, cause all of the testcases in the file to
6201 fail instead.
6202
6203 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
6204 (gdb_clear_suppressed): New procedure.
6205 (gdb_stop_suppressing_tests): Only clear suppress_flag if
6206 it contains a positive value.
6207
6208 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
6209
6210 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
6211
6212 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
6213
6214 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
6215
6216 * lib/gdb.exp (setup_xfail_format): New function.
6217 (get_debug_format): New function to get debug format.
6218 (debug_format): New global variable to hold last value set
6219 by get_debug_format.
6220 * gdb.base/list.exp: Call get_debug_format and expect some
6221 tests to fail for DWARF 1 and COFF formats.
6222 * gdb.c++/ptype.exp: Ditto.
6223 * gdb.c++/classes.exp: Ditto.
6224 * gdb.c++/cplusfuncs.exp: Ditto.
6225 * gdb.c++/inherit.exp: Ditto.
6226 * gdb.c++/templates.exp: Ditto.
6227 * gdb.c++/virtfunc.exp: Ditto.
6228
6229 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
6230
6231 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
6232 host doesn't have a currently-open connection.
6233
6234 * config/sparclet.exp: Cleanups and fixes to make it generic for
6235 any gdb stub target. Handle cases where gdb doesn't respond when
6236 interrupted in a sane fashion.
6237
6238 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
6239 same thing in a totally different way.
6240
6241 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
6242 setting "timeout".
6243 (gdb_start): We set the global gdb_prompt variable in
6244 default_gdb_init now.
6245
6246 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
6247
6248 * gdb.base/printcmds.exp: Fix "check for floating addition"
6249 regexp to accept results within approx +/- .01 of exact value.
6250 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
6251
6252 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
6253
6254 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
6255 properly.
6256 (gdb_expect): Add optional timeout parameter, and add timeout
6257 value to various calls.
6258 (gdb_suppress_tests): Only give one warning message per group.
6259
6260 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
6261
6262 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
6263 global variables. Handle getting a value for $timeout more
6264 gracefully.
6265
6266 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6267
6268 * lib/gdb.exp: Close connection to remote host if gdb doesn't
6269 initialize.
6270 (default_gdb_init): New procedure; allow gdb_init to be overridden
6271 by a target configuration file.
6272 (gdb_expect): Pass the timeout to remote_expect.
6273
6274 * config/monitor.exp(gdb_load): Fix typo in regexp.
6275
6276 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
6277
6278 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
6279
6280 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
6281
6282 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
6283 here. Call gdb_target_exec before rebooting the target, to make
6284 sure the connection to the target is closed.
6285 (gdb_load): Pass the name of the executable to gdb_target_monitor.
6286 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
6287 Also detect "Timeout reading from remote" error.
6288
6289 * config/gdbserver.exp: Pass the executable being loaded to
6290 gdb_target_monitor. Don't call gdb_file_cmd here; let
6291 gdb_target_monitor do it.
6292
6293 * gdb.disasm/hppa.exp: Don't use exec_output.
6294
6295 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
6296
6297 * gdb.base/list.exp: If we're debugging a non-native target,
6298 try to set the pc register to point to the start of the
6299 program before doing the first list command.
6300
6301 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
6302 test_calls after restarting.
6303
6304 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
6305 reloading.
6306
6307 * gdb.base/watchpoint.exp: Fix typo.
6308
6309 * gdb.base/setshow.exp: Check for use_gdb_stub.
6310
6311 * gdb.base/break.exp: Fix continue until exit test for the gdb
6312 stub case.
6313 * gdb.base/langs.exp: Ditto.
6314
6315 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
6316 gdb_load_offset. If we weren't given a file to load, figure out
6317 what the current file is and use it.
6318
6319 * config/i386-bozo.exp: New file.
6320
6321 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
6322
6323 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
6324 feature.
6325
6326 * config/proelf.exp: New entry.
6327
6328 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
6329
6330 * lib/gdb.exp: Remove spurious .* patterns at the beginning
6331 of regexps.
6332
6333 * gdb.base/watchpoint.exp: Don't run the test_stepping
6334 tests if gdb can't call functions on the target.
6335
6336 * gdb.base/setshow.exp: Don't run the set prompt tests if
6337 the board has gdb_prompt set.
6338
6339 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
6340
6341 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
6342 * gdb.base/commands.exp: Likewise.
6343 * gdb.base/setshow.exp: Likewise.
6344
6345 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
6346
6347 * config/monitor.exp(gdb_start): Look for gdb_prompt target
6348 feature.
6349
6350 * config/i960.exp: New file.
6351
6352 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
6353
6354 * gdb.base/funcargs.exp: Check for gdb,short_int target
6355 feature instead of looking for explicit target triplets.
6356
6357 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
6358
6359 * gdb.base/printcmds.exp: add a couple more tests a la
6360 "p 123DEADBEEF", to check parse_number.
6361 * top.c: change "to enable to enable" to "to enable" in a couple
6362 of help strings.
6363
6364 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
6365
6366 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
6367 on the mn10300.
6368
6369 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
6370
6371 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
6372 where the test executable is run with explicit args.
6373 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
6374
6375 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
6376
6377 * gdb.base/run.c: Use FAKEARGV to build test executable that
6378 does not require a command line arg, since most simulators
6379 don't currently support passing such an arg into the simulated
6380 program.
6381 * gdb.base/commands.exp: Change tests to insert the proper
6382 value as the arg to the first recursive factorial call. Change
6383 compilation line to define FAKEARGV at compile time.
6384
6385 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
6386
6387 * gdb.base/recurse.exp: Enable these tests for the mn10300.
6388 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
6389 function with watchpoint enabled" test.
6390
6391 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
6392
6393 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
6394 Don't call gdb_test when the command doesn't return to a gdb prompt.
6395
6396 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
6397 "Tests restarted" messages.
6398
6399 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
6400
6401 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
6402
6403 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
6404
6405 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
6406 for INFO SYMBOL; add help tests for OVERLAY commands.
6407 * gdb.base/default.exp: add tests for INFO SYMBOL command;
6408 add tests for OVERLAY commands
6409 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
6410 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
6411 * gdb.base/sigall.c: add usestubs code frag
6412 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
6413
6414 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
6415
6416 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
6417 failures.
6418 (gdb_stop_suppressing_tests): Note that tests have restarted.
6419
6420 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
6421
6422 * config/h8300.exp: New file.
6423
6424 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
6425
6426 * gdb.base/setshow.exp: Check for the existence of a
6427 feature, not its value.
6428
6429 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
6430
6431 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
6432
6433 * gdb.base/scope.exp: It's now init0(), not init().
6434
6435 * gdb.base/scope0.c: For now, change init() to be init0().
6436
6437 * config/monitor.exp: Use gdb_serial in preference to serial
6438 or netport.
6439
6440 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
6441 and it's not already set.
6442
6443 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
6444
6445 * gdb.base/setshow.exp: Only test the run command if the target
6446 isn't using a stub and if it supports argument passing.
6447
6448 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
6449
6450 * config/udi.exp(gdb_start): Make sure UDICONF is set
6451 properly before starting gdb.
6452
6453 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
6454
6455 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
6456 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
6457 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
6458
6459 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
6460
6461 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
6462 specialized code to reboot the board, use remote_reboot instead.
6463
6464 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
6465
6466 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
6467
6468 * config/monitor.exp: Make sure we disconnect from the target.
6469 Also, try a reboot/reload cycle instead of failing if the
6470 load fails.
6471
6472 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
6473
6474 * gdb.base/default.exp: Don't set match_max.
6475 * gdb.base/help.exp: Ditto.
6476 * gdb.base/list.exp: Ditto.
6477 * gdb.base/signals.exp: Ditto.
6478
6479 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
6480 set, use remote_ld to download the testcase instead of
6481 the GDB loader.
6482
6483 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
6484
6485 * config/vr5000.exp: New file.
6486
6487 * config/monitor.exp(gdb_target_monitor): Add pattern for
6488 "Ending remote" to detect errors in connecting.
6489
6490 * gdb.base/setshow.exp: Add .* within auto language test.
6491
6492 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
6493 target feature.
6494
6495 * config/monitor.exp(gdb_load): Check for a failure when loading,
6496 and reboot the board if necessary.
6497
6498 * gdb.base/setvar.exp(test_set): Handle multiple prints within
6499 a set of tests. Remove print.* from the patterns being checked.
6500
6501 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
6502
6503 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
6504 refer to gdb_spawn_id.
6505
6506 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
6507 longer used.
6508 * config/sparclet.exp: Ditto.
6509 * config/sparclet-old.exp: Ditto.
6510 * config/slite.exp: Ditto.
6511 * config/sim.exp: Ditto.
6512 * gdb.base/funcargs.exp: Ditto.
6513
6514 * lib/gdb.exp:Remove references to gdb_spawn_id.
6515 (gdb_expect): Move to remote.exp.
6516
6517 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
6518
6519 * config/monitor.exp: Detect the "Couldn't establish connection"
6520 message from GDB.
6521
6522 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
6523
6524 * gdb.base/bitfields.exp: Use runto instead of explicit
6525 gdb_run_cmd/gdb_expect sequences.
6526
6527 * gdb.base/break.exp(text_next_with_recursion): Add match for
6528 gdb_expect call.
6529
6530 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
6531 We also need to handle the "A program is being debugged already"
6532 prompt from gdb. Use gdb_test to set the baud rate.
6533
6534 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
6535 to 20000. Really. I mean it.
6536
6537 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6538
6539 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
6540 fails. If suppress_flag is set, skip perror message about not
6541 being able to send to GDB.
6542 (send_gdb): If suppress_flag is set, don't try to send commands to
6543 GDB.
6544 (gdb_expect): If suppress_flag is set, always fail immediately.
6545 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
6546 (gdb_init): Call gdb_stop_suppressing_tests.
6547 (default_gdb_exit): Ditto.
6548 (default_gdb_start): Ditto.
6549
6550 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
6551 gdb_stop_suppressing_tests as appropriate.
6552 * gdb.base/break.exp: Ditto.
6553 * gdb.base/callfuncs.exp: Ditto.
6554 * gdb.base/commands.exp: Ditto.
6555 * gdb.base/exprs.exp: Ditto.
6556 * gdb.base/funcargs.exp: Ditto.
6557 * gdb.base/list.exp: Ditto.
6558 * gdb.base/recurse.exp: Ditto.
6559 * gdb.base/scope.exp: Ditto.
6560 * gdb.base/structs.exp: Ditto.
6561 * gdb.c++/inherit.exp: Ditto.
6562
6563 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
6564
6565 * config/vr4300.exp: New file.
6566
6567 * gdb.*/*.exp: Call gdb_expect instead of expect.
6568
6569 * lib/gdb.exp(gdb_expect): New function.
6570
6571 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
6572
6573 * lib/gdb.exp(gdb_init): New function.
6574
6575 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
6576 for each individual variable set.
6577
6578 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
6579 name.
6580
6581 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
6582
6583 * gdb.base/scope.exp: Use gdb_test.
6584
6585 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
6586 aborting; the testsuite driver will do that for us (see
6587 gdb_finish). Also, use gdb_test in a few more places.
6588
6589 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
6590
6591 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
6592
6593 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
6594
6595 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
6596 and "add_tests" are not at the same address.
6597
6598 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
6599
6600 * gdb.base/ptype.exp: Use gdb_test.
6601
6602 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
6603
6604 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
6605 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
6606 left in. No longer expect them to fail.
6607
6608 * gdb.stabs/*.mt; Deleted, no longer used.
6609 * gdb.stabs/configure.in: Remove references to target makefile
6610 frags.
6611 * gdb.stabs/configure: Rebuilt.
6612
6613 * gdb.disasm/*.mt: Deleted, no longer used.
6614 * gdb.disasm/configure.in: Remove references to target makefile
6615 frags. Use "sh3.s" as the unique filename for this directory.
6616 * gdb.disasm/configure: Rebuilt.
6617
6618 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
6619 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
6620 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
6621
6622 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
6623
6624 * config/udi.exp: Use mondfe,name instead of remote_host.
6625
6626 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
6627
6628 * gdb.base/watchpoint.exp: Don't expect a failure when calling
6629 a function with a watchpoint enabled on the mn10200.
6630
6631 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
6632 before trying to create it!
6633
6634 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
6635
6636 * config/vx.exp: Use hostname instead of netport.
6637
6638 * config/vxworks.exp: New file.
6639
6640 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
6641
6642 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
6643 gdb before assuming everything worked. Send a ^C if a timeout
6644 occurs.
6645
6646 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
6647 $gdb_spawn_id directly.
6648 (gdb_run_cmd): Try _start as well as start. Use the target feature
6649 gdb,start_symbol as the symbol to start from when jumping.
6650
6651 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
6652
6653 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
6654 redundant) test.
6655
6656 * gdb.base/recurse.exp: Relax final value test for 'b' so that
6657 it doesn't lose for 16bit integer systems.
6658
6659 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
6660
6661 * gdb.fortran/types.exp: If the target doesn't support "double"
6662 data types, then expect "real" types to only be 4 bytes.
6663
6664 * gdb.c++/virtfunc.exp: Expect failure for virtual function
6665 call tests if the target doesn't support inferior function calls.
6666
6667 * gdb.base/printcmds.exp: Allow minor deviation in FP values
6668 in printf tests.
6669
6670 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
6671
6672 * gdb.base/help.exp: Disable "help set", "help show", and
6673 "help support". Simplify regexp for "help stack".
6674
6675 * gdb.base/default.exp: Set match_max to 5000 and the timeout
6676 to 60 seconds. Temporarily set match_max to 15000 around the
6677 "info copying" test.
6678
6679 * gdb.base/nodebug.exp: Don't try to do an inferior function
6680 call if the target doesn't support them.
6681 * gdb.base/printcmds.exp: Likewise.
6682 * gdb.base/setvar.exp: Likewise.
6683 * gdb.base/structs.exp: Likewise.
6684 * gdb.c++/templates.exp: Likewise.
6685 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
6686
6687 * gdb.base/recurse.exp: Enable for the mn10200.
6688
6689 * configure.in: Do configure gdb.stabs directory for *-*-elf
6690 targets.
6691 * configure: Rebuilt.
6692
6693 * gdb.base/break.exp: Check for gdb,noresults before testing
6694 exit status and/or results from the target.
6695 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
6696 * lib/gdb.exp: Remove old (now bogus) initialization of
6697 noinferior, noargs, noresults and nosignals.
6698
6699 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
6700
6701 * config/sh.exp: New file.
6702
6703 * config/slite.exp: Try to connect multiple times to the board
6704 before rebooting. Only send a "monitor run" if need_monitor_run
6705 is set.
6706
6707 * gdb.base/break.exp: Don't do the "stub continue" test if
6708 the target has gdb_stub set.
6709
6710 * gdb.base/callfuncs.exp: Increase the timeout.
6711
6712 * gdb.base/interrupt.exp: Don't even try to compile the testcase
6713 if the target has gdb,noinferiorio set.
6714
6715 * gdb.base/list.exp: Increase match_max to 10000 characters.
6716
6717 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
6718
6719 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
6720 target.
6721
6722 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
6723
6724 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
6725
6726 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
6727 trying to delete the copy of gdb. Catch the file delete so we
6728 don't die if the delete fails; also, the file should be copied to
6729 the host, not to the build.
6730
6731 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
6732
6733 * lib/gdb.exp(gdb_test): Surround the result pattern with
6734 parenthesis in case it contains multiple regexps separated
6735 with |.
6736
6737 * gdb.base/watchpoint.exp: Use gdb_test.
6738 * gdb.base/default.exp: Ditto.
6739
6740 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
6741
6742 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
6743
6744 * gdb.base/scope.exp: Use gdb_test.
6745 * gdb.c++/classes.exp: Ditto.
6746 * gdb.c++/inherit.exp: Ditto.
6747
6748 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
6749
6750 * gdb.base/crossload.exp: Don't use execute_anywhere, use
6751 remote_exec instead.
6752 * gdb.base/corefile.exp: Don't be ridiculous.
6753 * gdb.base/*.c: Add missing stub invocations.
6754
6755 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
6756
6757 * config/slite.exp: Miscellaneous fixes.
6758
6759 * lib/gdb.exp: Fix runto.
6760
6761 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
6762 the target.
6763
6764 * gdb.base/watchpoint.exp: Fix regexp.
6765
6766 * lib/gdb.exp(default_gdb_exit): Add a catch to the
6767 close and wait commands, as the descriptor may now be
6768 invalid. Always call "remote_close host".
6769
6770 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
6771
6772 Major rewrite for testsuite revision.
6773
6774 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
6775 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
6776 instead of relying on spawn_id to always contain a valid
6777 spawn id.
6778 (get_compiler_info): New procedure to build the ${binfile}.ci
6779 file, instead of replicating this in N different places.
6780 (gdb_compile): New procedure.
6781
6782 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
6783 appropriate arguments) instead of compile. Use gdb_test in a lot
6784 more places. Use send_gdb instead of send. Always run gdb_start
6785 at the start of a testcase, as this is no longer done magically.
6786
6787 config/*-gdb.exp: Rename without the -gdb suffix.
6788
6789 config/mips.exp: Use remote_close instead of exit_remote_shell.
6790 config/monitor.exp: Use target_info instead of looking at
6791 baud, timeout, etc.
6792 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
6793
6794 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6795
6796 * gdb.c++/templates.exp (test_ptype_of_templates),
6797 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
6798 Update expect patterns for destructors and assignment operators
6799 to match corresponding c-typeprint.c changes.
6800 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
6801 to destructor breakpoint test, GDB should be able to set the
6802 destructor breakpoint without specifying arguments.
6803
6804 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
6805
6806 * gdb.threads/pthreads.exp: Change result for failure to compile due
6807 to lack of pthreads runtime support from an error to simply an
6808 unsupported test, per dejagnu standards.
6809
6810 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6811
6812 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
6813 where GDB exits to reduce pattern match time.
6814 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
6815
6816 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
6817
6818 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
6819
6820 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
6821 * gdb.base/default.exp: ditto.
6822 * gdb.base/nodebug.exp: ditto.
6823 * gdb.base/printcmds.exp: ditto.
6824 * gdb.base/ptype.exp: ditto.
6825 * gdb.base/setvar.exp: ditto.
6826 * gdb.base/structs.exp: ditto.
6827 * gdb.base/setshow.c: Guard against uninitialized values of argc.
6828
6829 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
6830
6831 * configure, */configure: Rebuild with autoconf 2.12.
6832
6833 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
6834
6835 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
6836 use new i*86-pc-linux*-gnu quads.
6837 * gdb.base/corefile.exp: Ditto.
6838 * gdb.base/signals.exp: Ditto.
6839 * gdb.base/sigall.exp: Ditto.
6840 * gdb.base/interrupt.exp: Ditto.
6841
6842 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
6843 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
6844 RedHat 4.0.
6845
6846 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
6847 linux. This allows the test case to at least compile on latest
6848 linux, but still not run due to missing the threads runtime library.
6849
6850 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6851
6852 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
6853 directory to search gdb directory. Accept and step over conditional
6854 stack alignment code. Consume $prompt in failure cases.
6855 Reset timeout to $oldtimeout instead of some arbitrary value.
6856 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
6857 timeout problems with infinite stack backtraces.
6858 * gdb.base/ptype.exp (ptype struct link, union tu_link):
6859 Accept function parameters for linkfunc member.
6860
6861 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
6862
6863 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
6864 (CXXFLAGS): Remove, unreferenced.
6865 (B_OPTIONS): Add for -B options and add code to initialize with
6866 previous -B options and also add -B option to pick up cross compiled
6867 runtime.
6868 (TARGET_INCLUDES): Add for -I options and add code to initialize when
6869 doing cross compiles.
6870 (target_alias): Declare global.
6871 (xgcc): Set variable to full path of gcc in build tree. Use findfile
6872 to verify that gcc exists in build tree, and if so set CC to that
6873 gcc and to use B_OPTIONS and TARGET_INCLUDES.
6874
6875 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
6876
6877 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
6878 ptype test for anonymous union. Fixup testcase to match
6879 current gcc debug output.
6880
6881 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
6882
6883 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
6884 force argument to an unsigned long type.
6885
6886 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
6887
6888 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
6889 tests and anonymous union print/ptype tests.
6890 * gdb.base/list.exp (test_forward-search): Increase timeout by
6891 5 minutes for the "search extremely long line" case.
6892 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
6893 completely optional and that the pass/fail messages use the command as
6894 the message if that third arg is a null string.
6895 (gdb_test_exact): Arrange that a null string pattern means match a
6896 null string output rather than any output, which might include random
6897 errors.
6898 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
6899 backtrace test.
6900 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
6901 always failing and failure is now exposed by gdb.exp changes.
6902
6903 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
6904
6905 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
6906 weren't being noted.
6907
6908 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6909
6910 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
6911 * gdb.stabs/weird.exp: Remove v_comb xfails.
6912
6913 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
6914
6915 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
6916 list.exp scope.exp watchpoint.exp]
6917 Make all timeout error msgs explicitly say "(timeout)".
6918
6919 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
6920
6921 * config/monitor.exp: Increase download timeout to 1000 seconds.
6922
6923 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
6924
6925 * config/m32r.exp: Increase timeout to 120 seconds.
6926
6927 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
6928
6929 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
6930 and accept older ordering as obsolescent gcc or gdb.
6931 * gdb.c++/templates.exp: Ditto.
6932 * gdb.c++/virtfunc.exp: Ditto.
6933
6934 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
6935
6936 * gdb.base/coremaker.c: Add code to mmap some data so we
6937 can check that it ends up in the core file.
6938 * gdb.base/corefile.exp: Add test to read mmapped data
6939 from core file.
6940
6941 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
6942
6943 * config/m32r.exp: New file.
6944
6945 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
6946
6947 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
6948 that cflags can contains -gstabs, and work correctly for other tests.
6949
6950 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
6951
6952 * gdb.base/setshow.exp: New file, tests show and set.
6953 * gdb.base/setshow.c: New file, tests show and set.
6954 * gdb.base/help.exp: Add test for help set|show annotate.
6955 * gdb.base/default.exp: Add test for set|show annotate.
6956
6957 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
6958
6959 * testsuite/gdb.base/break.exp: Make backtrace from factorial
6960 errors unique.
6961 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
6962 explicitly.
6963
6964 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
6965
6966 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
6967 and width commands. This is done elsewhere.
6968 * (gdb_start): Don't call gdb_start_sim here. That's already
6969 done in gdb_load. This fixes lots of failures in default.exp.
6970
6971 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
6972
6973 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6974 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
6975 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
6976 in the same we we treat other failures (since it may be an expected
6977 condition), rather than as an error.
6978 * gdb.base/signals.exp (test_handle_all_print): Revert back to
6979 old test format.
6980
6981 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
6982
6983 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
6984 (distclean maintainer-clean realclean): No need to remove files
6985 twice. Nuke the duplicates.
6986 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
6987 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
6988 Remove config.h along with other config files.
6989
6990 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
6991
6992 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
6993 "p func1 ()" and note that rests of tests are skipped.
6994 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
6995 setup_xfails for "print func2::coremaker_local".
6996 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
6997 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
6998 affected by the previous run test.
6999 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
7000 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
7001 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
7002 "pass int powerset tuple" and "pass modeless int powerset tuple".
7003 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
7004 "real write 4" and "real write 8".
7005 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
7006 setup_xfails for "print vs1 after tuple assign 2",
7007 "print \$i after tuple assign 2", and
7008 "print vs2 after tuple assign 2".
7009 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
7010 meaningful error message and return -1 so the caller can
7011 suppress further tests and avoid a cascade of errors.
7012
7013 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
7014
7015 * gdb.base/a1-selftest.exp: Tweak tests to account for new
7016 format for printing version.
7017 * gdb.base/default.exp: Ditto.
7018 * gdb.base/interrupt.exp: Fix problem with cascade of
7019 errors if child process dies while calling a function.
7020
7021 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
7022
7023 * Makefile.in (VPATH): Add
7024 * Makefile.in (Makefile, config.status): Fix rules so things get
7025 remade when necessary.
7026
7027 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
7028
7029 * Makefile.in (just-check): Add path to sibling expect dir
7030 to environment variable specified by RPATH_ENVVAR.
7031
7032 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
7033
7034 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
7035 (just-check): Add shared library paths for libstdc++, tk,
7036 tcl, bfd, and opcodes to the environment variable specified
7037 in RPATH_ENVVAR.
7038 * configure.in: Add support to recognize --enable-shared flag
7039 and generate correct value for RPATH_ENVVAR.
7040 * configure: Regenerated with autoconf.
7041
7042 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
7043
7044 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
7045 include all osf versions.
7046 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
7047 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
7048 when target is linux. When failing to build pthreads test
7049 executable, give more meaningful message.
7050 * gdb.threads/pthreads.c: Hpux also uses old definition of second
7051 arg for pthread_create.
7052
7053 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
7054
7055 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
7056 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
7057 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
7058 and -lpthreads (everybody else).
7059 (test_startup): Fail gracefully if threads are not supported.
7060 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
7061 "p/c array_index("abcdef",2)" when not gcc compiled.
7062 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
7063 "print func2::coremaker_local" when not gcc compiled.
7064 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
7065 "ptype on opaque struct tagname (statically)",
7066 "ptype on opaque struct tagname (dynamically) 1", and
7067 "ptype on opaque struct tagname (dynamically) 2"
7068 for not compiled with gcc.
7069 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
7070 backtrace when compiled with gcc.
7071 * lib/gdb.exp (runto_main): Return result of "runto main" rather
7072 than always return success.
7073
7074 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
7075
7076 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
7077
7078 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
7079
7080 * gdb.base/structs.exp: Undo last change.
7081
7082 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
7083
7084 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
7085 encapsulate all the steps/nexts done during self test, starting
7086 at main, and makes them less sensitive to optimization issues.
7087 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
7088 signal handler" test.
7089 * gdb.threads/pthreads.exp: Only run this for native configs.
7090 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
7091 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
7092 tests.
7093 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
7094 for "runto test_calls(void)" test.
7095
7096 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
7097
7098 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
7099 and don't expect address info in breakpoint confirmations.
7100
7101 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
7102
7103 * gdb.base/list.exp (test_forward_search): Increase timeout
7104 temporarily by 60 seconds for searching extremely long line,
7105 and then reset to old value when done. Increase expect input
7106 buffer to 10000.
7107
7108 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
7109
7110 * gdb.base/list.exp (test_forward_search): Fix to handle very
7111 long source line without overflowing expect's input buffer.
7112
7113 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
7114
7115 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
7116 "buffer_full".
7117
7118 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
7119 "buffer_full".
7120
7121 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
7122 "buffer_full".
7123
7124 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
7125 "buffer_full".
7126
7127 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
7128
7129 * configure.in (configdirs): Add gdb.threads.
7130 * configure: Regenerated with autoconf.
7131 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
7132 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
7133 * gdb.threads/configure: New, generated with autoconf.
7134
7135 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
7136
7137 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
7138
7139 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
7140
7141 * gdb.base/signals.exp (test_handle_all_print): Test separately for
7142 each signal's status in the output of "handle all print".
7143 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
7144 the \r\n sequence that immediately precedes the gdb prompt.
7145 * gdb.base/a1-selftest.exp: Save original timeout and restore
7146 after test.
7147
7148 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
7149
7150 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
7151 symbol.
7152
7153 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7154
7155 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
7156
7157 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
7158
7159 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
7160 timeout by 60 seconds.
7161
7162 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
7163
7164 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
7165 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
7166 error return.
7167
7168 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
7169
7170 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
7171 gdb initialization, also report how long dejagnu waited. Restore
7172 old timeout before doing error return. Temporarily increase timeout
7173 by 3 minutes to allow for slow startups over heavy NFS use.
7174
7175 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
7176
7177 * lib/gdb.exp: Report timeout value for verbosity level 2.
7178 * config/gdbserver.exp: Ditto.
7179 * config/hppro.exp: Ditto.
7180 * config/mips-gdb.exp: Ditto.
7181 * config/monitor.exp: Ditto.
7182 * config/netware.exp: Ditto.
7183 * config/sim-gdb.exp: Ditto.
7184 * config/slite-gdb.exp: Ditto.
7185 * config/udi-gdb.exp: Ditto.
7186 * config/unix-gdb.exp: Ditto.
7187 * config/vx-gdb.exp: Ditto.
7188 * gdb.base/a1-selftest.exp: Ditto.
7189 * gdb.base/a2-run.exp: Ditto.
7190 * gdb.base/break.exp: Ditto.
7191 * gdb.base/corefile.exp: Ditto.
7192 * gdb.base/list.exp: Ditto.
7193 * gdb.base/recurse.exp: Ditto.
7194 * gdb.base/scope.exp: Ditto.
7195 * gdb.base/signals.exp: Ditto.
7196
7197 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7198
7199 * gdb.threads/Makefile.in (docdir): Removed.
7200
7201 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7202
7203 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
7204 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
7205 @srcdir@.
7206 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
7207 autoconf 2.5 or higher.
7208 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
7209
7210 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
7211
7212 * configure: Regenerated.
7213 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
7214 avoid name clashes with SunOS headers.
7215
7216 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
7217
7218 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
7219
7220 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
7221
7222 * gdb.base/callfuncs.exp: Finish last change -- make sure the
7223 prototype information ends up in the compiler info file.
7224
7225 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
7226
7227 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
7228 attempting to regenerate it. Eliminate use of a temporary file
7229 and just generate the info file directly. Source it immediately,
7230 for consistency of use.
7231 * gdb.base/corefile.exp: Ditto
7232 * gdb.base/exprs.exp: Ditto.
7233 * gdb.base/funcargs.exp: Ditto.
7234 * gdb.base/langs.exp: Ditto.
7235 * gdb.base/list.exp: Ditto.
7236 * gdb.base/mips_pro.exp: Ditto.
7237 * gdb.base/nodebug.exp: Ditto.
7238 * gdb.base/opaque.exp: Ditto.
7239 * gdb.base/ptype.exp: Ditto.
7240 * gdb.base/scope.exp: Ditto.
7241 * gdb.base/setvar.exp: Ditto.
7242 * gdb.base/signals.exp: Ditto.
7243 * gdb.base/whatis.exp: Ditto.
7244 * gdb.c++/templates.exp: Ditto.
7245 * gdb.c++/virtfunc.exp: Ditto.
7246 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
7247 whether or not to add -lstdc++ to the compile command line args.
7248
7249 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7250
7251 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
7252 it got fixed by the recent lookup_minimal_symbol_by_pc change.
7253 Increase timeout, a lot of single stepping might be needed if the
7254 target has no hardware watchpoints.
7255
7256 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
7257
7258 * gdb.base/break.exp: Ignore compiler warnings when compiling
7259 break.c.
7260 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
7261 * gdb.base/default.exp: Add h8300 xfails. Handle messages
7262 from remote-sim.
7263 * gdb.base/exprs.exp: Add h8300 xfails.
7264 * gdb.base/funcargs.exp: Likewise.
7265 * gdb.base/nodebug.exp: Likewise.
7266 * gdb.base/printcmds.exp: Likewise.
7267 * gdb.base/ptype.exp: Likewise.
7268 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
7269 h8300 xfails.
7270 * gdb.base/return.exp: Handle float/double precision problems
7271 on the h8300.
7272 * gdb.base/funcargs.c: Explicitly make last constant argument to
7273 call_after_alloca_subr an unsigned long type.
7274 * gdb.base/return.c: Include stdio.h.
7275
7276 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7277
7278 * config/abug.exp: New file for the older Motorola Bug monitor
7279 that runs on the mvme13x series VME boards.
7280 * config/monitor.exp: Use the new config array for target settings
7281 if they exist.
7282
7283 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
7284
7285 * sim-gdb.exp: Make the SH simulator allocate less space when
7286 it is targeted.
7287
7288 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
7289
7290 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
7291 test.
7292
7293 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
7294
7295 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
7296 "rs6000-*-*" for "list function in include file" when gcc compiled.
7297 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
7298 for "p ctable1[120]".
7299 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
7300 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
7301 Remove setup_xfail for "rs6000-*-*" for
7302 "print 'scope0.c'::filelocal before run".
7303 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
7304 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
7305 since some compilers don't allow both options to be given
7306 on the same command line. Create object file and move it.
7307
7308 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
7309
7310 * gdb.base/corefile.exp: Always regenerate the core file, since
7311 we always regenerate the coremaker program. Detect special case
7312 where registers cannot be read from core file.
7313
7314 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
7315
7316 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7317 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
7318 * gdb.c++/templates.exp: Only match on basename of file since
7319 some formats like xcoff don't encode directory information.
7320 * gdb.stabs/weird.exp: Use the right sed script for powerpc
7321 and rs6000 AIX xcoff targets.
7322 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
7323 * configure: Regenerate.
7324 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
7325 here, rather than in distclean.
7326
7327 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
7328
7329 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
7330 defined, and use it to compile the test case with -O2. The
7331 native compilation still uses no optimization.
7332 * gdb.base/mips_pro.c: Remove inline assembly code since
7333 it is compiled PIC by default, which results in assembler
7334 warnings that make the testsuite think the compilation
7335 was unsuccessful.
7336
7337 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
7338
7339 * gdb.c++/misc.exp: Add note to message for
7340 "print s.a for foo struct" that this is a known gcc 2.7.2
7341 and earlier bug.
7342
7343 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
7344
7345 * gdb.base/break.exp: Fix pattern for matching "Delete all
7346 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
7347 setup_xfail for deleting all breakpoints test. Fix various
7348 timeout messages to include "(timeout)".
7349 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
7350 for "p t_float_values2(3.14159,float_val2)".
7351 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
7352 for "continue to call2g" when gcc compiled.
7353 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
7354 "up to foo in langs.exp", "show language at foo in langs.exp",
7355 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
7356 and "show language at fsub in langs.exp".
7357 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
7358 "list line 1 in include file", "list message for lines past EOF",
7359 "list function in include file", "list list0.h:foo", and
7360 "list filename:function; nonexistant function".
7361 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
7362 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
7363 and "ptype t_char_array" to be for native cc only.
7364
7365 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
7366
7367 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
7368 setup_xfail for "print coremaker_bss", "print coremaker_ro",
7369 "print func2::coremaker_local", and "backtrace in corefile.exp".
7370
7371 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
7372
7373 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
7374 "bt in signals.exp". This problem only appears when running
7375 the testsuite, and then only intermittently.
7376
7377 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7378
7379 * gdb.base/return.exp (return_tests): Differentiate between
7380 two tests of continuing.
7381
7382 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7383
7384 * */Makefile.in (maintainer-clean): Remove config.log.
7385 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
7386 * gdb.c++/Makefile.in (PROGS): Add inherit.
7387 (clean): Remove *.ci.
7388
7389 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
7390
7391 * gdb.c++/misc.cc: Add test code from Mike Stump.
7392 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
7393
7394 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
7395
7396 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
7397 to "alpha-*-osf2*" and add comment.
7398 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
7399 setup_xfail for "step over execarg initialization" and
7400 "step over corearg initialization".
7401 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
7402 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
7403 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
7404 gcc compiled for "print coremaker_bss", "print coremaker_ro",
7405 "print func2::coremaker_local", and "backtrace in corefile.exp".
7406 * gdb.base/signals.exp: Build and source signals.ci.
7407 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
7408 to be for gcc only.
7409 * lib/gdb.exp: Move verbose statements outside conditionals.
7410
7411 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7412
7413 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
7414 Feb 3 procfs.c change.
7415
7416 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
7417
7418 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
7419
7420 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
7421
7422 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
7423 from dejagnu's apparent default of 10 seconds, which gives random
7424 results when running the tests over NFS on moderately loaded systems.
7425 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
7426
7427 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
7428
7429 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
7430 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
7431 result reports.
7432
7433 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
7434
7435 * configure.in (CY_AC_PATH_TCLH): Remove.
7436 * configure: Regenerate.
7437
7438 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
7439
7440 * gdb.c++/Makefile.in (clean): Add missing '{'.
7441
7442 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
7443
7444 * lib/gdb.exp: Provide a default value for noinferior.
7445
7446 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
7447 Load libgloss.exp.
7448
7449 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
7450
7451 * gdb.disasm/hppa.exp: Compile directly into an executable, use
7452 the executable, not the .o to run the tests from.
7453
7454 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
7455
7456 * gdb.base/break.exp: Don't test for program exit or exit status
7457 if $noresults if nonzero.
7458 * gdb.base/langs.exp: Likewise.
7459 * gdb.base/watchpoint.exp: Likewise.
7460
7461 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
7462 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
7463 trying to compile the testcase.
7464
7465 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
7466
7467 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
7468 * gdb.base/signals.exp (continue to handler): Likewise.
7469
7470 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
7471
7472 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
7473
7474 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
7475
7476 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
7477
7478 * gdb.base/corefile.exp: Recognize "not found" as failure
7479 when trying to determine if a core file was generated.
7480 If no core file was generate the first time, try again without
7481 the ulimit -c to work around braindamaged shells.
7482
7483 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
7484
7485 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
7486 [] tests with "test" and enclose string in quotes.
7487 * gdb.stabs/configure: Rebuild
7488
7489 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
7490
7491 Changes in sync with expect:
7492 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
7493 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
7494 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
7495 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
7496 argument to AC_REQUIRE.
7497 * configure: Regenerated.
7498
7499 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
7500
7501 * gdb.base/corefile.exp: When generating a core, discard any
7502 error messages about ulimit not found and the "core dumped"
7503 message from the shell that runs the coredumper.
7504
7505 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
7506
7507 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
7508
7509 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
7510 which sed script to run. Expect failure for v_comb test
7511 on PA targets too.
7512
7513 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
7514
7515 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
7516 "print func2::coremaker_local" and for "backtrace in corefile.exp"
7517
7518 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
7519
7520 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
7521 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
7522 "sparc-sun-solaris*" xfails for "p v_comb".
7523 * lib/gdb.exp (default_gdb_start): Fix typo.
7524 * gdb.base/corefile.exp: Allow "Core was generated by ..."
7525 messages to not include the full program name that caused
7526 the core dump since some systems (such as solaris) apparently
7527 truncate this path to about 80 characters.
7528 When generating a core file first try increasing the core file
7529 size limit to unlimited since some systems may default it to
7530 zero, and it is harmless to try it. Move the test for failing
7531 to generate a core file to where it will actually get executed.
7532 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
7533 new gdb result from g++ debug info improvements and make old
7534 pattern obsolescent. Also account for size_t differences
7535 (may be int or long).
7536 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
7537 initialization before function call is placed in the delay slot
7538 and thus appears to be skipped over by commands such as "next".
7539
7540 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7541
7542 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
7543
7544 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
7545
7546 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
7547 input source file; fix code to compile test to deal with this
7548 convention.
7549 * gdb.c++/*.exp: Likewise.
7550
7551 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
7552
7553 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
7554 "bt in signals.exp".
7555
7556 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
7557
7558 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
7559 "step over execarg initialization" and
7560 "step over corearg initialization".
7561
7562 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
7563
7564 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
7565 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
7566
7567 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
7568
7569 From Rob Savoye (rob@poseidon.cygnus.com)
7570 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
7571 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
7572 configure.in}, gdb.disasm/{Makefile.in, configure.in},
7573 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
7574 configure.in}: Major reworking for autoconfig.
7575 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
7576 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
7577 New files.
7578 * config/unix-gdb.exp: Make GDB global.
7579 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
7580 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
7581 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
7582 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
7583 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
7584 term.exp, twice.exp, watchpoint.exp, whatis.exp},
7585 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
7586 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
7587 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
7588 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
7589 pr-8136.exp, result.exp, string.exp, tuples.exp},
7590 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
7591 to returns as necessary, arrange for test to compile own testcase
7592 executable.
7593 * lib/gdb.exp: Changes for testsuite to compile own test cases.
7594
7595 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
7596
7597 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
7598 clear_xfail at end of test which might not call either pass or fail.
7599 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
7600 "backtrace through signal handler".
7601
7602 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7603
7604 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
7605 continuing from a job control stop signal.
7606 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
7607
7608 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
7609
7610 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
7611 * gdb.base/corefile.exp: Likewise.
7612 * gdb.base/funcargs.exp: Likewise.
7613
7614 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
7615
7616 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
7617 * config/monitor.exp: Add support for setting baud rate.
7618
7619 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
7620
7621 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
7622 i*86-*-linux* xfails for "backtrace through signal handler".
7623 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
7624 "print func2::coremaker_local".
7625 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
7626 alpha-dec-osf2* xfail for
7627 "delete all breakpoints when none".
7628
7629 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
7630
7631 * gdb.base/break.exp: Change test that deletes all breakpoints
7632 when no user breakpoints are installed. A post 4.15 change
7633 causes gdb to no longer prompt in this case.
7634
7635 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
7636
7637 * gdb.base/return.exp (return_tests): Change xfail for test
7638 "correct value returned double test" to stop xfailing at
7639 Solaris 2.5. Apparently the bug has been fixed.
7640
7641 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
7642
7643 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
7644 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
7645
7646 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
7647
7648 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
7649 * gdb.disasm/hppa.s: Corresponding changes.
7650
7651 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
7652
7653 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
7654 makefile fragment.
7655 * config/mt-hpux: Deleted.
7656
7657 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
7658
7659 * Many files: When warning about suppressed tests due to a
7660 nonexistant test binary, avoid incrementing the warning count.
7661
7662 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
7663
7664 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
7665
7666 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7667
7668 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
7669 "sparc-*-solaris2*".
7670
7671 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7672
7673 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
7674 Add global and local variables and initialize them.
7675 * gdb.base/corefile.exp: Test correct mapping of corefile sections
7676 by printing variables. Remove rs6000 and powerpc xfails, BFD now
7677 extracts the file name and terminating signal from the core file.
7678 * TODO: Remove note about tests for correct mapping of corefile.
7679 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
7680 from optimizing it away.
7681 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
7682 handles common blocks.
7683
7684 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
7685
7686 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
7687 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
7688
7689 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
7690
7691 * Makefile.in (maintainer-clean): New target, synonym for
7692 realclean.
7693 * gdb.base/Makefile.in (maintainer-clean): Likewise.
7694 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
7695 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
7696 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
7697 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
7698 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
7699
7700 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
7701
7702 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
7703 xfails when not gcc compiled for "print foo::funclocal".
7704 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
7705 "print foo::funclocal at foo",
7706 "print 'scope1.c'::foo::funclocal at foo",
7707 "print foo::funclocal_bss at foo",
7708 "print 'scope1.c'::foo::funclocal_bss at foo",
7709 "print foo::funclocal_ro at foo",
7710 "print 'scope1.c'::foo::funclocal_ro at foo",
7711 "print bar::funclocal at foo" and
7712 "print 'scope1.c'::bar::funclocal at foo".
7713 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
7714 gcc compiled for "print foo::funclocal at bar".
7715 Expand all messages to ensure that they identify that
7716 the test is at bar().
7717 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
7718 gcc compiled for:
7719 "ptype on opaque struct pointer (statically)",
7720 "ptype on opaque struct tagname (statically)",
7721 "ptype on opaque struct pointer (dynamically) 1",
7722 "ptype on opaque struct tagname (dynamically) 1",
7723 "ptype on opaque struct pointer (dynamically) 2" and
7724 "ptype on opaque struct tagname (dynamically) 2
7725 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
7726 gcc compiled for:
7727 "p datalocal"
7728 "whatis datalocal",
7729 "ptype datalocal",
7730 "p bsslocal",
7731 "whatis bsslocal", and
7732 "ptype bsslocal".
7733 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
7734 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
7735 when not gcc compiled.
7736 * gdb.base/funcargs.exp (float_and_integral_args): Add
7737 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
7738 compiled.
7739 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
7740 "backtrace from call6a" when not gcc compiled.
7741 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
7742 "backtrace from call7a" when not gcc compiled.
7743 * gdb.base/callfuncs.exp (do_function_calls):
7744 Add "hppa*-*-hpux*" xfail when not gcc compiled for
7745 "p t_char_array_values(char_array_val2,char_array_val1)",
7746 "p t_char_array_values(char_array_val1,char_array_val2)",
7747 "p t_char_array_values("carray 1","carray 2")",
7748 "p t_char_array_values("carray 1",char_array_val2)",
7749 "p t_char_array_values(char_array_val1,"carray 2")",
7750 "p sum_args(1,{2})",
7751 "p sum_args(2,{2,3})",
7752 "p sum_args(3,{2,3,4})",
7753 "p sum_args(4,{2,3,4,5})"
7754 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
7755 "backtrace in corefile.exp" when not gcc compiled.
7756
7757 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7758
7759 * gdb.base/signals.exp: Rewrite `handle all print' test as
7760 a procedure. Accept blanks or TABs as whitespace, increase
7761 timeout and expect input buffer size for the large output
7762 from the command. Remove "i*86-*-bsdi2.0" xfail.
7763
7764 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7765
7766 * gdb.base/setvar.exp: Add new testcases for truncation when
7767 assigning invalid values to bitfields.
7768
7769 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
7770
7771 * gdb.base/callfuncs.exp (do_function_calls): Remove
7772 mips-sgi-irix* xfail for
7773 "call inferior func with struct - returns char *"
7774 and fix test so that an optional (unsigned char *) cast is
7775 accepted in the result.
7776
7777 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
7778
7779 * gdb.base/funcargs.exp (float_and_integral_args): Remove
7780 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
7781 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
7782 * gdb.base/signals.exp: Remove duplicate "handle all print" test
7783 that accidentally got checked in.
7784
7785 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
7786
7787 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
7788 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
7789 compiled test.
7790 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
7791 Add mips-sgi-irix5* xfail for not gcc compiled.
7792 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
7793 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
7794 "p top", "whatis top", "p middle", and "whatis middle".
7795 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
7796 "whatis signed char" for not gcc compiled.
7797 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
7798 "set variable signed char=-1 (-1)" and
7799 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
7800 * gdb.base/funcargs.exp (float_and_integral_args):
7801 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
7802 Add mips-sgi-irix* xfail when not gcc compiled for
7803 "continue to call2b".
7804 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
7805 "continue to call2g".
7806 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
7807 "backtrace from call6a"
7808 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
7809 "backtrace from call7k".
7810 Add mips-sgi-irix5* xfail when not gcc compiled for
7811 "backtrace from call7a".
7812 (localvars_after_alloca): Fix gdb_test cmds for
7813 "print * after runto ...".
7814 Remove rs6000-*-* xfails for
7815 "print i after runto localvars_after_alloca" and
7816 "print l after runto localvars_after_alloca"
7817 for all compilers.
7818 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
7819 when not compiled with gcc, for:
7820 "print signed char == (minus)",
7821 "print signed char != (minus)",
7822 "print signed char < (minus)",
7823 "print signed char > (minus)".
7824 * gdb.base/callfuncs.exp (do_function_calls):
7825 Add mips-sgi-irix* xfail, when compiled with native compiler, for
7826 "call inferior func with struct - returns char *".
7827 * gdb.base/return.exp (return_tests): Change xfail for
7828 "correct value returned double test" to include Solaris 2.4.
7829 * gdb.base/funcargs.exp (float_and_integral_args):
7830 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
7831
7832 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7833
7834 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
7835 enumeration bitfields if compiling with GNU C.
7836 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
7837 to empty' prompt.
7838
7839 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
7840
7841 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
7842 test for PRO targets.
7843
7844 * gdb.base/funcargs.exp: Avoid ever setting more than 8
7845 breakpoints in the inferior at any given time by making
7846 two groups of breakpoints for call2*, call6* and call7*
7847 tests.
7848
7849 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7850
7851 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
7852 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
7853 from optimizing it away.
7854 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
7855 "call inferior func with struct".
7856
7857 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
7858
7859 * configure.in: Only configure gdb.chill for particular targets.
7860
7861 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
7862
7863 * gdb.base/Makefile.in: Add action to .c.o transformation
7864 rule that generates a .ci file for each .o file and remove
7865 explicit .c.o rules except for callfuncs.o.
7866 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
7867 generates a .ci file for each .o file and remove explicit
7868 .cc.o rules.
7869 (clean): Remove *.tmp *.ci files.
7870 (EXECUTABLES): Remove templ-info.exp.
7871 * gdb.base/compiler.c: New file.
7872 * gdb.c++/compiler.cc: New file
7873 * gdb.base/scope.exp: Source gdb.base/scope.ci.
7874 Change rs6000-*-* xfail for
7875 "print 'scope0.c'::filelocal_ro" and
7876 "print 'scope1.c'::filelocal" and
7877 "print 'scope1.c'::filelocal_bss" and
7878 "print 'scope1.c'::filelocal_ro" and
7879 "print 'scope1.c'::foo::funclocal" and
7880 "print 'scope1.c'::foo::funclocal_ro" and
7881 "print 'scope1.c'::bar::funclocal" and
7882 "print 'scope0.c'::filelocal_ro" and
7883 "print 'scope1.c'::filelocal at foo" and
7884 "print 'scope1.c'::filelocal_bss at foo" and
7885 "print 'scope1.c'::filelocal_ro at foo" and
7886 "print 'scope1.c'::foo::funclocal at foo" and
7887 "print 'scope1.c'::foo::funclocal_bss at foo" and
7888 "print 'scope1.c'::foo::funclocal_ro at foo" and
7889 "print 'scope1.c'::bar::funclocal at foo" and
7890 "print 'scope0.c'::filelocal_ro" and
7891 "print 'scope1.c'::filelocal" and
7892 "print 'scope1.c'::filelocal_bss" and
7893 "print 'scope1.c'::filelocal_ro" and
7894 "print 'scope1.c'::foo::funclocal" and
7895 "print 'scope1.c'::foo::funclocal_bss" and
7896 "print 'scope1.c'::foo::funclocal_ro" and
7897 "print 'scope1.c'::bar::funclocal" and
7898 "print 'scope1.c'::bar::funclocal_bss"
7899 to only be xfail'd when not compiled with gcc.
7900 Add rs6000-*-* xfail for
7901 "print 'scope0.c'::filelocal_bss before run"
7902 when compiled with gcc.
7903 (test_at_main): Add rs6000-*-* xfail for
7904 "print filelocal_ro in test_at_main"
7905 when compiled with gcc.
7906 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
7907 Add rs6000-*-aix* xfail for
7908 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
7909 "ptype t_char_array", not compiled with gcc.
7910 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
7911 xfail for "list foo (in include file)" when gcc compiled.
7912 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
7913 (integral_args): Add rs6000-*-* xfail for
7914 "run to call0a" if not compiled with gcc.
7915 (unsigned_integral_args): Add rs6000-*-* xfail for
7916 "run to call1a" if not compiled with gcc.
7917 (float_and_integral_args): Add rs6000-*-* xfail for
7918 "run to call2a" if not compiled with gcc and for
7919 "continue to call2b" for any compiler.
7920 Add rs6000-*-* xfail to
7921 "print f1 after run to call2a" for gcc compiled.
7922 (discard_and_shuffle): Add rs6000-*-* xfail for
7923 "run to call6a".
7924 (shuffle_round_robin): Add rs6000-*-* xfail for
7925 "backtrace from call7a" if not compiled with gcc.
7926 Add rs6000-*-* xfail for
7927 "backtrace from call7b" if compiled with gcc.
7928 (call_after_alloca): Add rs6000-*-* xfail for
7929 "print c in call_after_alloca" and
7930 "print s in call_after_alloca" and
7931 "backtrace from call_after_alloca_subr"
7932 if not compiled with gcc.
7933 (localvars_in_indirect_call): Add rs6000-*-* xfail for
7934 "print c in localvars_in_indirect_call" and
7935 "print c in localvars_in_indirect_call" and
7936 "backtrace in indirectly called function" and
7937 "stepping into indirectly called function"
7938 if not compiled with gcc.
7939 (localvars_after_alloca): Add rs6000-*-* xfail for
7940 "print c after runto localvars_after_alloca" and
7941 "print s after runto localvars_after_alloca" and
7942 "print i after runto localvars_after_alloca" and
7943 "print l after runto localvars_after_alloca"
7944 for all compilers.
7945 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
7946 than whatis-info.exp.
7947 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
7948 than opaque-info.exp.
7949 Setup rs6000-*-* xfail for
7950 "ptype on opaque struct pointer (statically)" and
7951 "ptype on opaque struct pointer (dynamically)" when
7952 not compiled with gcc.
7953 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
7954 rather than callf-info.exp.
7955 (do_function_calls): Add clear_xfail for rs6000-*-* for
7956 "p t_float_values2(3.14159,float_val2)". Seems to work
7957 fine there, both with xlc and gcc. Need to find out what
7958 it is doing right and fix other platforms.
7959 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
7960 "call inferior func with struct - returns int",
7961 "call inferior func with struct - returns long",
7962 "call inferior func with struct - returns float",
7963 "call inferior func with struct - returns double",
7964 "call inferior func with struct - returns char *",
7965 but only if not gcc compiled (presumes xlc compiled).
7966 Change rs6000-*-* xfails for
7967 "call inferior func with struct - returns char" and
7968 " call inferior func with struct - returns short" to only
7969 xfail if not using gcc.
7970 (clean mostlyclean): Remove *.ci and *.tmp files.
7971 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
7972 than templ-info.exp.
7973 * gdb.base/langs.exp: Source gdb.base/langs.ci.
7974 Add rs6000-*-* xfail for "up to foo in langs.exp"
7975 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
7976 when not gcc compiled.
7977
7978 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7979
7980 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
7981 * gdb.base/corefile.exp: Likewise.
7982 * gdb.base/list.exp: Likewise.
7983 * gdb.base/scope.exp: Likewise.
7984 * gdb.base/siganls.exp: Likewise.
7985
7986 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
7987 compiler output.
7988 * gdb.base/whatis.exp: Likewise.
7989
7990 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
7991
7992 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
7993 failure (opcode table has been fixed to match reality).
7994
7995 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
7996
7997 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
7998 "call inferior func with struct - returns char",
7999 "call inferior func with struct - returns short"
8000
8001 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
8002 "print 'scope0.c'::filelocal at main",
8003 "print 'scope0.c'::filelocal_bss in test_at_main",
8004 "print 'scope0.c'::filelocal at foo",
8005 "print 'scope0.c'::filelocal_bss in test_at_foo",
8006 "print 'scope0.c'::filelocal at bar",
8007 "print 'scope0.c'::filelocal_bss in test_at_bar"
8008
8009 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
8010 in source file 1". This bug seems to have been fixed with both
8011 gcc and native cc (was native assembler bug?).
8012
8013 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
8014
8015 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
8016 "backtrace through signal handler" to "i*86-*-sysv4*".
8017 * gdb.base/signals.exp: Add xfail for "'next' behaved as
8018 continue" case. Add "known SVR4 bug" to fail message.
8019 Add "i*86-*-bsdi2.0" xfail for "handle all print".
8020 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
8021 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
8022 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
8023 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
8024 "up to foo in langs.exp", "show language at foo in
8025 langs.exp", "up to cppsub_ in langs.exp", "show
8026 language at cppsub_ in langs.exp", "up to fsub in
8027 langs.exp", and "show language at fsub in langs.exp".
8028 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
8029 "bactrace in corefile.exp".
8030 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
8031 "call inferior function with struct - returns float" and
8032 "call inferior function with struct - returns double".
8033
8034 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
8035
8036 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
8037 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
8038 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
8039 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
8040
8041 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
8042
8043 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
8044 (or overriden) "CHILL" macro rather then bare "gcc".
8045 Also look for ../../gcc/xgcc since that is what we will
8046 actually need, not "Makefile". Remove following assignment
8047 of CHILL to CHILL_FOR_TARGET because that results in
8048 recursive definition.
8049
8050 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
8051
8052 * gdb.base/corefile.exp: Change xfail for backtrace in
8053 corefile.exp from linuxaout to all linux.
8054 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
8055 cases where we miss the breakpoint at the signal handler
8056 for some reason. Setup xfail for linuxoldld/linuxaout and
8057 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
8058 hitting SIGURG breakpoint.
8059 * gdb.base/signals.exp: Setup xfail for "next" acting like
8060 continue to add linuxoldld. Setup xfail for all linux for
8061 "next to handler in signals_tests_1", "backtrace in
8062 signals_tests_1", "continue to func1", "pass SIGUSR1",
8063 and continue to handler".
8064
8065 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8066
8067 * Update all FSF addresses except those in COPYING* files.
8068
8069 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
8070
8071 * gdb.base/a2-run.exp: Change messages to be more explicit about
8072 the status of args, and quote binfile in results.
8073
8074 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
8075
8076 * gdb.base/callfuncs.exp: Add tests for passing structs to
8077 inferior functions and return various types.
8078 * gdb.base/callfuncs.c: Add functions to receive a struct
8079 and return a member of the struct, in various types.
8080
8081 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8082
8083 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
8084
8085 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8086
8087 * config/vxworks29k.exp: New file, sources vxworks.exp.
8088
8089 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8090
8091 * config/gdbremote.exp: New file. Testing framework using
8092 gdbserver.
8093
8094 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
8095
8096 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
8097 "call function when asleep" and "send end of file".
8098 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
8099 for "backtrace in corefile.exp".
8100 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
8101 for "backtrace through signal handler".
8102 * gdb.base/corefile.exp: Make sure we actually generate a core file
8103 before trying the core tests. Some systems allow the user to suppress
8104 generation of core files and default to that (linux for example).
8105 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
8106 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
8107
8108 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8109
8110 * gdb.threads: New directory with some crude multi-threaded
8111 gdb tests (step.exp and step2.exp).
8112 * config/mt-lynx (STEP_EXECUTABLE): Define.
8113 (THREADFLAGS): Define.
8114
8115 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
8116
8117 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
8118
8119 * gdb.base/signals.exp: Disable whole file for lynx until
8120 further notice.
8121
8122 * gdb.base/signals.exp: xfail test where "next" acts like
8123 "continue" for lynx.
8124
8125 * gdb.base/interrupt.exp: xfail test for calling function while
8126 inferior is asleep for lynx.
8127
8128 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
8129 than one cr-lf after each command.
8130
8131 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8132
8133 * configure.in: Reinstate setting of stabsdirs variable, fix
8134 typo in setting up configdirs for native builds.
8135
8136 * gdb.base/return.exp: Fix typo in return double test.
8137 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
8138 compiler from optimizing them away.
8139
8140 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
8141
8142 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
8143 sequences to be echo'd by gdb when using gdb_test.
8144 * gdb.chill/chexp.exp: Likewise.
8145 * gdb.fortran/exprs.exp: Likewise
8146
8147 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8148
8149 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
8150 after the inferior gdb has started.
8151
8152 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
8153 after each command.
8154 * gdb.base/funcargs.exp: Likewise.
8155 * gdb.base/gdbvars.exp: Likewise.
8156 * gdb.base/interrupt.exp: Likewise.
8157 * gdb.base/list.exp: Likewise.
8158 * gdb.base/watchpoint.exp: Likewise.
8159 * gdb.c++/demangle.exp: Likewise.
8160 * gdb.c++/inherit.exp: Likewise.
8161 * gdb.chill/chexp.exp: Likewise.
8162 * gdb.fortran/exprs.exp: Likewise.
8163
8164 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
8165 test if we can't handle IO to/from the inferior.
8166
8167 * gdb.c++/misc.exp: Always check for a program already being
8168 started after sending a "run" command to gdb.
8169
8170 * gdb.base/twice.exp: Start with a fresh gdb.
8171
8172 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
8173 only depend on gdb's expression code, not the chill runtime.
8174
8175 * gdb.base/return.c: Put return values into variables so we
8176 can have gdb print them rather than depending on the program
8177 to print them.
8178 * gdb.base/return.exp: Corresponding changes.
8179
8180 * lib/gdb.exp: Provide default value for noinferiorio.
8181 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
8182 the inferior.
8183
8184 * gdb.base/break.exp: Always check for a program already being
8185 started after sending a "run" command to gdb.
8186 (text_next_with_recursion): Don't check the output from the
8187 program's printf statement. Instead just make sure the program
8188 exited.
8189
8190 * gdb.base/commands.exp: Protect tests which need arguments with
8191 $noargs conditionals.
8192
8193 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8194
8195 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
8196 of structure member arrays to match gdb/valops.c:value_addr change.
8197
8198 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
8199
8200 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
8201 cases.
8202
8203 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
8204
8205 * configure.in (configdirs): Remove gdb.chill from default list
8206 of subdirs and then add it back in only if doing a native build.
8207 The current chill compiler does not yet work in any cross build.
8208 * Revert all signal changes from Jul 6.
8209 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
8210 for sh-hms targets, allowing these tests to link, with no other
8211 changes. Testing is suppressed by setting "nosignals" in site.exp.
8212
8213 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
8214
8215 * configure.in (signaldirs): Define and add to configdirs for all
8216 targets except some specific ones that are known to not support signals.
8217 Also clean up formatting.
8218 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
8219 (signals, sigall): Remove rules to build.
8220 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
8221 Moved to new gdb.signals directory.
8222 * gdb.signals: New test directory.
8223 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
8224 signals.c signals.exp}: New or moved files.
8225
8226 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
8227
8228 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
8229
8230 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
8231
8232 * gdb.base/return.exp: Xfail `return double' test failure
8233 on at least Solaris 2.3 and handle future/past versions on
8234 a case by case basis as appropriate. Also update message
8235 to include i*86 failures.
8236
8237 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8238
8239 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
8240
8241 * lib/gdb.exp: Fix comment which erroneously identified
8242 gdb_file_cmd as gdb_load (the 19 May change was in fact to
8243 gdb_file_cmd not gdb_load).
8244 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
8245
8246 * gdb.base/setvar.exp: Make test names consistent between pass and
8247 fail cases. Use gdb_test more.
8248
8249 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8250
8251 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
8252
8253 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8254
8255 * gdb.base/help.exp: Fix expected help string for `show commands'.
8256
8257 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
8258
8259 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
8260
8261 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
8262 of a text section.
8263
8264 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
8265
8266 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
8267 that loop eventually terminates. Fix Connection refused logic so
8268 that testsuite will expire nicely.
8269
8270 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
8271
8272 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
8273 config/rom68k.exp: New tcl glue for the appropriate monitors.
8274 These all just end up calling monitor.exp.
8275 * config/monitor.exp (gdb_target_monitor): Handle `Connection
8276 refused' by retrying. Cleanup some timeout issues.
8277 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
8278 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
8279 callers don't have to set/restore global timeout variable.
8280
8281 * The following set of changes centralizes management of the global
8282 timeout variable. This way, it can be set in one target dependent
8283 place instead of dozens of places scattered throughout the test suite.
8284 If you need to lengthen a timeout, then you should either set timeout
8285 in one of the config/{target}.exp files, or multiply it by a factor.
8286 Setting it to an absolute value is always going to lose for some
8287 targets.
8288 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
8289 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
8290 * gdb.base/funcargs.exp: Don't set timeout.
8291 * gdb.base/list.exp (test_forward_search): Only use local timeout.
8292 * gdb.base/printcmds.exp (test_print_string_constants
8293 test_print_array_constants): Don't set timeout.
8294 * gdb.base/ptype.exp: Don't set timeout.
8295 * gdb.base/recurse.exp: Don't set timeout.
8296 * gdb.base/return.exp: Don't set timeout.
8297 * gdb.base/watchpoint.exp: Don't set timeout.
8298 * gdb.c++/classes.exp (do_tests): Don't set timeout.
8299 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
8300
8301 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
8302
8303 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
8304
8305 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8306
8307 * lib/gdb.exp: Disable chill tests for irix5.
8308
8309 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8310
8311 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
8312 each test pass or fail.
8313
8314 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8315
8316 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
8317 xlc not gcc.
8318
8319 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
8320
8321 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
8322
8323 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
8324
8325 * config/est.exp: Fix copyright and comments. Remove dead code.
8326 Use targetname, serialport and baud variables instead of fixed
8327 constants.
8328 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
8329 * config/cpu32bug.exp: New file to support cpu32bug monitors.
8330
8331 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8332
8333 * gdb.base/watchpoint.exp: Don't run
8334 test_watchpoint_triggered_in_syscall for sunos.
8335
8336 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8337
8338 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
8339 they don't seem to exist. Do include stdio.h.
8340
8341 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8342
8343 * gdb.base/a1-selftest.exp: Add alpha xfail.
8344
8345 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8346
8347 * gdb.base/watchpoint.c (main): Prompt before calling read().
8348 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
8349 Revise accordingly. Remove cruft about sending "123" several
8350 times, until it gets noticed. Clean up the "print buf[0]" stuff
8351 so that it passes or fails, and waits for prompts in the usual way.
8352
8353 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8354
8355 * gdb.base/recurse.exp: Fix comment.
8356
8357 * TODO: Remove item about printing variables in nodebug.exp. Add
8358 item about enabling tests which are only run on some targets.
8359
8360 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
8361 fail, make test names unique, use new gdb_test convention
8362 regarding pattern, use gdb_test more, etc.).
8363
8364 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
8365 fail, make test names unique, etc.).
8366
8367 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8368
8369 * gdb.base/nodebug.c: Change return type of top and middle to
8370 short.
8371 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
8372 are fixed by the recent mdebugread.c changes. Allow `short ()'
8373 as type for top and middle.
8374
8375 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8376
8377 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
8378 nearly as I can tell, the whole thing was an accident in Stu's
8379 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
8380 to replace a send/expect pair with gdb_test, but ended up only
8381 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
8382 of 30 Mar 1995 took care of it, but left this vestigial comment
8383 which I am now nuking.
8384
8385 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8386
8387 * gdb.base/break.exp: Look for different line number for
8388 breakpoint at main depending on usestubs.
8389
8390 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8391
8392 * gdb.base/list.exp: Adjust some alternate expect patterns to
8393 match recent list0.c change. Add alternate expect pattern for
8394 output from `list default lines around main' for optimizing
8395 compilers.
8396
8397 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8398
8399 * lib/gdb.exp: If nosignals is not set, set it to 0.
8400
8401 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
8402
8403 * config/slite-gdb.exp: Responds to load symbol table prompt.
8404 * gdb.base/break.exp: Adjust line number, fix rerun.
8405 * gdb.base/langs0.c: Add #ifdef usestubs.
8406
8407 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
8408
8409 * gdb.base/list.exp: Adjust line contents after adding new lines in
8410 list0.c. Also fix a syntax error.
8411
8412 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
8413 * gdb.base/break.exp: ditto.
8414 * gdb.base/list.exp: ditto.
8415 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
8416 * gdb.base/run.c: ditto.
8417 * gdb.base/list0.c: ditto.
8418 * gdb.base/funcargs.c: ditto.
8419
8420 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
8421
8422 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
8423 $targetname, $serialport and $baud instead of hardwired variables.
8424 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
8425 target doesn't support signals.
8426
8427 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
8428
8429 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
8430
8431 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8432
8433 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
8434 Don't rely on the value of an auto variable before it has been
8435 initialized. Use gdb_test more.
8436
8437 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8438
8439 * lib/gdb.exp (default_gdb_version): A version number must start
8440 with a digit, but other than that contains all characters up to
8441 the first whitespace character.
8442
8443 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8444
8445 * gdb.base/commands.exp (breakpoint_command_test): New tests.
8446
8447 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8448
8449 * gdb.c++/*.exp: Warn if executable does not exist. The original
8450 reason for skipping the warning was that configure.in sometimes
8451 intentionally skipped building the executables but the tcl code
8452 had no way of knowing. That (a) was always bogus with respect to
8453 error handling, (b) is no longer true (right now there is no way
8454 to skip C++ tests).
8455
8456 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
8457
8458 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8459
8460 * gdb.base/list.exp: Add expect patterns for output from
8461 SunPRO compiled executables.
8462 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
8463 types.
8464
8465 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8466
8467 * gdb.base/break.exp (test_next_with_recursion): Accept any line
8468 number (we are already testing that the correct source line text
8469 gets printed).
8470
8471 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
8472 that is what is intended, but something needed to be done to get
8473 sunos4 native working again.
8474
8475 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
8476
8477 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
8478 apparently went with a (very) old xfail.
8479
8480 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
8481
8482 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
8483 runto_main is a proc in gdb.exp that will do 'step' for target use
8484 stubs.
8485 * gdb.base/exprs.exp: ditto.
8486 * gdb.base/interrupt.exp: ditto.
8487 * gdb.base/opaque.exp: ditto.
8488 * gdb.base/printcmds.exp: ditto.
8489 * gdb.base/ptype.exp: ditto.
8490 * gdb.base/scope.exp: ditto.
8491 * gdb.base/setvar.exp: ditto.
8492 * gdb.base/signals.exp: ditto.
8493 * gdb.base/twice.exp: ditto.
8494 * gdb.c++/classes.exp: ditto.
8495 * gdb.c++/inherit.exp: ditto.
8496 * gdb.c++/templates.exp: ditto.
8497 * gdb.base/break.exp: no run and hit main for stubs. Change line
8498 numbers for breakpoints and info breakpoint.
8499 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
8500 breakpoint().
8501 * gdb.base/callfuncs.c: ditto.
8502 * gdb.base/exprs: ditto.
8503 * gdb.base/interrupt.c: ditto.
8504 * gdb.base/opaque0.c: ditto.
8505 * gdb.base/printcmds.c: ditto.
8506 * gdb.base/ptype.c: ditto.
8507 * gdb.base/scope0.c: ditto.
8508 * gdb.base/setvar.c: ditto.
8509 * gdb.base/signals.c: ditto.
8510 * gdb.base/twice.c: ditto.
8511 * gdb.c++/misc.cc: ditto.
8512 * gdb.c++/templates.cc: ditto.
8513
8514 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8515
8516 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
8517
8518 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
8519 somewhere between `read' and `main.c'. I'm pretty sure the
8520 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
8521 and it isn't particularly useful.
8522
8523 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
8524
8525 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8526
8527 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
8528
8529 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
8530
8531 * config/mt-slite: add LIBS and -nostdlib.
8532 * config/slite-gdb.exp: add this new file to support sparclite target.
8533
8534 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
8535
8536 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
8537
8538 * gdb.base/a2-run.exp: Change argument to istarget from
8539 "*-*-vxworks" to "*-*-vxworks*".
8540 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
8541
8542 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
8543
8544 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
8545 will not runto main but do a 'step' to step out of breakpoint().
8546 * config/mt-slite: add -Dusestubs.
8547
8548 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8549
8550 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
8551 instead of just @.
8552
8553 * gdb.base/signals.exp: Add test for "handle all print".
8554 * TODO: Remove "handle all print". Also remove item about
8555 checking copyright date (I don't like the idea of a spurious FAIL
8556 based on when we run the tests).
8557
8558 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
8559 for SunOS4 (reason for failure not investigated). Remove
8560 redundant test for $binfile.
8561
8562 * gdb.base/nodebug.c (array_index): Call malloc.
8563
8564 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
8565
8566 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
8567
8568 * gdb.base/recurse.exp: Update gdb_test invocation to use new
8569 conventions and slightly simplify the matching regexp.
8570
8571 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8572
8573 * gdb.base/break.exp: Update gdb_test invocation to use new
8574 convention.
8575
8576 * lib/gdb.exp: If noargs is not set, set it to 0.
8577
8578 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
8579 tests unique.
8580
8581 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
8582
8583 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8584
8585 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
8586 one argument of type "<non-float parameter>".
8587
8588 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
8589
8590 * config/rom68k.exp: New file to support Motorola IDP board.
8591 * gdb.base/a2-run.exp: Skip this file if noargs is set.
8592 * gdb.base/break.c: Change things around so that this program
8593 doesn't depend upon args. This is necessary to make remote
8594 targets work (in general, they can't take args).
8595 * gdb.base/break.exp: Don't try to send args to program. Don't
8596 expect output. Also, replace lots of code with gdb_test.
8597
8598 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8599
8600 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
8601 printing of '\'' (which is what the comment says we are testing,
8602 even though we were not), not '''.
8603 (test_integer_literals_rejected): Test that printing ''' is an error.
8604
8605 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8606 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
8607 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
8608 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
8609 Use gdb_test not test_print_accept.
8610 * lib/gdb.exp: Remove test_print_accept.
8611
8612 * gdb.base/signals.exp (signal_tests_1): Make pass message
8613 consistent with fail message.
8614
8615 * gdb.base/whatis.exp: Remove xfails for printing char vs.
8616 unsigned char; the bug (PR 1821) is fixed.
8617
8618 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
8619
8620 * gdb.base/scope.exp (test_at_localscopes): Call pass for
8621 successful tests--makes xfailing them work right.
8622
8623 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8624
8625 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
8626 only \r\n, not .*. The test can pass .* as the last thing in
8627 $pattern if that is what it wants. In addition to providing this
8628 flexibility, this change should speed up pattern matching in cases
8629 where the pattern already ended with .* (there were a number of
8630 them). This change also helps catch bad patterns--in the old
8631 scheme the typo "char \*" instead of "char \\*" would pass. Now
8632 it is caught.
8633 * Many .exp files: Update callers.
8634
8635 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
8636 clearer and does not spuriously match multiple ('s. Likewise for
8637 ) and *.
8638
8639 * gdb.base/nodebug.exp: Test ability to call a function and pass
8640 it a string (even with no debugging info).
8641
8642 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
8643 "p '\'", which is the same as "p ''" once tcl gets done with
8644 quoting, to "p '\\'", which I suspect is what is intended (one
8645 backslash gets sent to GDB).
8646
8647 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
8648
8649 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8650
8651 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
8652 1817) was fixed literally years ago.
8653
8654 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8655
8656 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
8657 test, it causes stepping out of call_after_alloca_subr with
8658 optimizing compilers.
8659 (localvars_in_indirect_call): Consume GDB prompt if `finish'
8660 fails.
8661
8662 * gdb.c++/templates.exp: Source templ-info.exp only if
8663 the templates executable exists.
8664
8665 * gdb.c++/misc.cc (class Contains_static_instance,
8666 class Contains_nested_static_instance),
8667 gdb.c++/classes.exp (test_static_members): Test printing of
8668 a class that contains a static instance of the class.
8669
8670 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8671
8672 * gdb.base/langs2.c (cppsub_): Don't prototype.
8673 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
8674 only, I believe).
8675
8676 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8677
8678 * lib/gdb.exp (skip_chill_tests): New procedure.
8679
8680 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
8681
8682 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
8683
8684 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
8685 each expect pattern. Cuts runtime from 12 to about 4 seconds.
8686
8687 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8688
8689 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
8690
8691 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
8692 disassemble 8, not 16, instructions for part 4.
8693
8694 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
8695 support the latter anymore.
8696
8697 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
8698 -DNO_PROTOTYPES.
8699 * gdb.base/callfuncs.c: Control use of prototypes based on
8700 NO_PROTOTYPES, not __STDC__.
8701 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
8702 t_float_values2 tests if prototypes in use.
8703
8704 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
8705 t_double_values): When checking differences against DELTA, check
8706 that difference is within the range (-DELTA,DELTA), not just
8707 (-infinity,DELTA).
8708
8709 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
8710
8711 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
8712 'file' command firts, then 'target', then 'load', this is due to gdb
8713 target set up.
8714 * config/mips-gdb.exp: Fix a couple regular exp bugs.
8715
8716 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
8717
8718 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
8719 FP load/store variants.
8720 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
8721
8722 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
8723
8724 * gdb.base/term.exp: Do not give a warning if not native, it is
8725 not an abnormal condition.
8726
8727 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
8728
8729 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
8730 t_char_array".
8731
8732 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
8733
8734 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
8735 are getting the version number.
8736
8737 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
8738 if not native, it is not an abnormal condition.
8739
8740 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8741
8742 * lib/gdb.exp: Just use "file exists", rather than undocumented
8743 dejagnu procedure "findfile".
8744
8745 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8746
8747 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
8748 (LDFLAGS): Set to -Xlinker -Ur.
8749
8750 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
8751 Removed, these values are set by lib/gdb.exp.
8752
8753 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
8754
8755 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8756
8757 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
8758 of replicating gdb startup code.
8759
8760 * config/mt-vxworks (LDFLAGS): Set to -r.
8761 (CFLAGS_FOR_TARGET): Removed.
8762
8763 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
8764 (gdb) and gdb for vxworks uses (vxgdb).
8765
8766 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
8767 executable is not in the tree and host != target, use sed and
8768 program_transform_name to determine the gdb name used by the
8769 target.
8770
8771 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
8772 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
8773
8774 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8775
8776 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
8777 floats, chars, and shorts where there are ANSI-style function
8778 definitions.
8779
8780 * gdb.base/langs.exp, gdb.base/langs*: New test.
8781 * gdb.base/Makefile.in: Build it.
8782 * TODO: Remove item about checking that C names don't get C++
8783 demangling applied; this test tests it.
8784
8785 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8786
8787 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
8788 went with the const70 xfail. The xfail went away a year ago.
8789
8790 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
8791
8792 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
8793 for hp300.
8794
8795 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
8796
8797 * gdb.base/a1-selftest.exp: Don't run on hp300.
8798
8799 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8800
8801 * Makefile.in (site.exp): Set host_alias and target_alias as well
8802 as host_triplet and target_triplet.
8803
8804 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8805
8806 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
8807
8808 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
8809 places as other ecoff systems).
8810
8811 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
8812 ultrix.
8813
8814 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8815
8816 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
8817 remove them.
8818 * gdb.base/nodebug.exp: Accept "function" in addition to "text
8819 variable and "variable" in addition to "data variable".
8820 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
8821
8822 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
8823 2.
8824 * gdb.base/list1.c (long_line): Add additional statement at start
8825 of function.
8826 * gdb.base/list.exp (test_forward_search): Update line number to
8827 reflect new statement.
8828
8829 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8830
8831 * gdb.base/signals.exp: Reinitialize searched source directories
8832 after gdb_start call.
8833
8834 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
8835
8836 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
8837 * gdb.stabs/Makefile.in: Likewise.
8838
8839 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
8840 change. Instead split the tests into smaller pieces.
8841 * gdb.disasm/hppa.s: Corresponding changes.
8842
8843 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8844
8845 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8846 Quote ^C when passing it to stty. For some shells ^ is a pipe.
8847
8848 * gdb.base/funcargs.exp: Modify many tests so that every test
8849 either passes or fails. Make some test names unique.
8850
8851 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8852
8853 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8854 Call stty to set interrupt character.
8855
8856 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
8857 for HP assembler versus GNU assembler based on actual behavior of
8858 $(CC), rather than assuming that $(AS) is always the GNU assembler.
8859
8860 * TODO: Suggest a few more stepping tests.
8861
8862 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
8863
8864 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
8865 restart GDB for h8300 after a continue.
8866 (return): Add pattern to match a29k-udi behavior.
8867 * gdb.base/nodebug.exp: Remove obsolete comment.
8868 * gdb.base/regs.exp: New file, testing of register displays.
8869 * gdb.base/return.exp: Fix typo in reference to $objdir.
8870 * gdb.base/whatis.exp: Always start with a fresh GDB.
8871
8872 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8873
8874 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
8875 higher, these tests generate a lot of output.
8876
8877 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8878
8879 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
8880 code following the catch silently ignored some errors; without the
8881 catch they should be thrown like any other tcl error. Also, the
8882 catch used "" instead of {} which meant all the callers who wanted
8883 to include one of the characters "[]$ had to quote it an extra time.
8884 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
8885 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
8886 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
8887 Remove extra quoting.
8888
8889 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
8890
8891 * gdb.base/commands.exp: Make test names unique; every test either
8892 passes or fails. Update some comments.
8893
8894 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
8895
8896 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8897
8898 The following fixes a FAIL caused by the fact that the alpha stabs
8899 configuration didn't use the ".if alpha" code in weird.def.
8900 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
8901 bit pointer, so the 32 bit version works even on the alpha.
8902 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
8903 Remove the stuff which allowed us to have separate versions for
8904 alpha and everything else.
8905
8906 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
8907 regexp which "info func operator\[\](" is supposed to match. Fix
8908 string to send to GDB. Note that GDB still doesn't work right. Add a
8909 new test for "info func .perator\[\](" which GDB does handle correctly.
8910
8911 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
8912
8913 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8914
8915 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
8916 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
8917 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
8918 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
8919 it makes the tests harder to understand and confuses test-o-matic.
8920 The preferred style is that each test provides a PASS or a FAIL,
8921 and has a unique message (e.g. "continue #54" not just "continue")
8922 which is the same for the pass and the fail.
8923 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8924 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
8925 to lib/gdb.exp.
8926 * gdb.base/printcmds.exp: Use test_print_accept. Remove
8927 prt_accept which was basically the same thing. Likewise for
8928 test_print_reject and prt_reject.
8929 * lib/gdb.exp (test_print_reject): Add some more error message
8930 patterns to match from the former printcmds.exp (prt_reject).
8931 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
8932 One defect of the passcount stuff is that some of it failed to
8933 report XPASS where appropriate.
8934 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
8935 stuff before and after arg in expected pattern.
8936 (test_paddr_operator_functions): Re-do test without print_addr_of;
8937 this is the only test which seems to want extra stuff there.
8938
8939 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8940
8941 * gdb.base/nodebug.exp: Update new tests to reflect improved
8942 wording of gdb output.
8943
8944 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
8945 and "ptype" work on variables in files compiled without -g.
8946 Replaces commented out "maint print msymbol" tests.
8947
8948 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8949
8950 * gdb.base/setvar.c (dummy): Call malloc.
8951
8952 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
8953 losing with the irix4 sed.
8954
8955 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
8956 ALRM" on irix4.
8957
8958 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8959
8960 * TODO: Remove items about corefile.exp testing new exec-file and
8961 backtrace; both are now done. Add items about printing enums.
8962
8963 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8964
8965 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
8966 "get signal $thissig" test fails.
8967
8968 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
8969
8970 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8971
8972 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
8973 compiler warning with dec alpha compiler.
8974
8975 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
8976 extra \n from gdb_test call (this explains why the prompt test
8977 that I removed yesterday was there).
8978 (user_defined_command_test): Remove extra \n and prompt test.
8979
8980 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
8981 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
8982 doesn't exist.
8983 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
8984 Also remove alpha workaround, which turns out to be because
8985 SIGABRT == SIGLOST.
8986
8987 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
8988
8989 * gdb.base/help.exp: Don't test "help show".
8990
8991 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8992
8993 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
8994 "set print address" is on.
8995 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
8996 pass prompt to gdb_test; gdb_test already looks for the prompt.
8997
8998 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
8999
9000 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
9001 was a vestige of the manual TESTSTRATEGY, and the purpose of it
9002 was to make sure that gdb can read a core file. But (a) the "read
9003 the corefile" part didn't make it to a1-selftest.exp, we just
9004 delete the corefile after creating it, and (b) we test reading
9005 corefiles in corefile.exp anyway. Also, this test left around a
9006 xgdb process on Solaris.
9007
9008 * gdb.base/corefile.exp: Also test backtrace.
9009
9010 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
9011
9012 * gdb.base/commands.exp: Test a simple user defined command with
9013 arguments and if/while statements; verify the full user command is
9014 printed by "show user".
9015
9016 * gdb.base/commands.exp: Test if/while commands as part of a
9017 breakpoint command list; verify they appear in breakpoint
9018 information.
9019
9020 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9021
9022 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
9023 than by dividing by zero.
9024
9025 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
9026
9027 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
9028 performing an inferior call with watchpoints enabled.
9029 * gdb.base/watchpoint.c (main): Delete second unnecessary read
9030 call.
9031
9032 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9033
9034 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
9035 of "file" command.
9036
9037 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
9038 Add additional pattern for when "int operator int(void);" appears
9039 in a different order.
9040
9041 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9042
9043 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
9044
9045 * gdb.base/help.exp: Replace most of docstrings for "info signals"
9046 and "signal" with ".*".
9047
9048 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9049
9050 * TODO: Add note about "handle all nostop".
9051
9052 * gdb.base/{sigall.c, sigall.exp}: New test.
9053 * gdb.base/Makefile.in: Add it.
9054
9055 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9056
9057 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
9058 when invoking GDB, suppresses any windowing interface.
9059
9060 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
9061
9062 * config/sim-gdb: New file, simulator testing support.
9063
9064 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
9065
9066 * gdb.base/interrupt.exp: Test calling func1 twice.
9067
9068 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
9069
9070 * gdb.base/list.exp (test_forward_search): Set timeout higher
9071 when we'll be getting lots of output from gdb.
9072
9073 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
9074 "init_malloc" to after the expect statement. Run it if that
9075 regexp is taken, but also for two others which happen if source
9076 cannot be found.
9077
9078 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9079
9080 * gdb.base/printcmds.exp: New test, for printing register before
9081 program is running.
9082
9083 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9084
9085 * gdb.base/list.exp: Correct some alternate expect patterns
9086 to reflect changes in list1.c.
9087
9088 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9089
9090 * TODO: Add item regarding large frames.
9091
9092 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
9093
9094 * TODO: Remove item about enabling return.exp; it
9095 is enabled. Suggest a few more "return" tests.
9096
9097 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9098
9099 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
9100 anonymous unions.
9101
9102 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9103
9104 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
9105 and pr-5646.o, so "make" is the same as "make all", not "make
9106 pr-4975.o".
9107
9108 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
9109
9110 * gdb.base/list.exp: Adjust expectations to reflect changes in
9111 list1.c.
9112 (test_forward_search): New test proc.
9113 * gdb.base/list1.c (long_line): New function, has long source line.
9114
9115 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
9116
9117 * gdb.base/a1-selftest.exp: Change initial stepping to know about
9118 additional line of code that was added.
9119
9120 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
9121
9122 * gdb.disasm/hppa.s: Break the large branching tests into smaller
9123 tests so as not to overflow expect's input buffers.
9124 * gdb.disasm/hppa.exp: Corresponding changes.
9125
9126 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9127
9128 Beginnings of template debugging tests.
9129 * gdb.c++/templ-info.cc: New file to test for template
9130 debugging capability of the compiler.
9131 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
9132 templ-info.cc.
9133 * gdb.c++/templates.cc: Add explicit template instantiations
9134 to enable compiling with -fno-implicit-templates. Add destructor
9135 and 'value' method to T5 class for template tests.
9136 * gdb.c++/templates.exp: Add testcases for printing of template
9137 types, setting breakpoints on template methods and calling a
9138 template method.
9139
9140 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
9141
9142 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
9143 branch target since some assemblers (gas-2.5) may emit a
9144 relocation for the branch instead of resolving it in the
9145 assembler.
9146
9147 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9148
9149 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
9150 through signal handler.
9151
9152 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9153
9154 * configure.in (*-*-netware): Use config/mt-netware.
9155
9156 * config/mt-netware: New file.
9157 * config/mt-i386-netware: Removed, separate configs for different
9158 netware architectures are no longer needed now that we have
9159 --with-headers.
9160
9161 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9162
9163 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
9164 by the recent changes to use ANSI C arithmetic conversions.
9165
9166 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9167
9168 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
9169 bug involving using inferior_pid to figure out whether to select a
9170 frame.
9171
9172 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
9173
9174 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
9175 match the current disassembler output.
9176
9177 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
9178
9179 * gdb.fortran/exprs.exp: Expect VOID instead of void.
9180 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
9181 types, expect "int" as type of integer values (for now).
9182
9183 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
9184
9185 * gdb.base/commands.exp: New tests for if/while commands.
9186
9187 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
9188
9189 * lib/gdb.exp (runto): Replace sub-pattern for hex value
9190 by .*, since hex values have different syntax in Chill mode.
9191
9192 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9193
9194 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
9195 linefeed from expect pattern for repeated types with indices > 9.
9196
9197 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
9198
9199 First part of Fortran test suite.
9200 * gdb.fortran: New directory.
9201 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
9202
9203 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9204
9205 * gdb.base/default.exp: Update expect pattern for load command
9206 without arguments.
9207
9208 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9209
9210 * configure.in: Change i386 to i[345]86.
9211 * gdb.base/configure.in: Likewise.
9212 * gdb.c++/configure.in: Likewise.
9213 * gdb.chill/configure.in: Likewise.
9214
9215 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
9216
9217 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
9218 patterns, since that is not a valid context for comments.
9219
9220 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
9221
9222 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
9223 repeated types and repeated types with indices > 9.
9224
9225 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9226
9227 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
9228 2417; old bug has been fixed.
9229
9230 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
9231
9232 * gdb.base/interrupt.exp: When trying to wake up the inferior,
9233 send the newline ourselves instead of assuming gdb_test will do
9234 so when passed an empty input string.
9235
9236 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
9237 stabs testcode.
9238
9239 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9240
9241 * lib/gdb.exp (gdb_test): Don't send anything if the first
9242 argument is an empty string. This makes cases where we want to
9243 match output that is already in expect's buffers (for example,
9244 matching a breakpoint after gdb_run_cmd has been called) work
9245 reliably.
9246
9247 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9248
9249 * config/netware.exp: New file.
9250
9251 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9252
9253 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
9254 the -B and -L prefixes so we can find the debugging stub.
9255
9256 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
9257 there and we are using the gcc from the tree.
9258
9259 * gdb.base/types.c: Removed.
9260
9261 * gdb.base/configure.in: Look for makefile fragments in ../config.
9262 Recognize i386-*-netware.
9263 * gdb.c++/configure.in: Likewise.
9264
9265 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9266
9267 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
9268 the correct TCL syntax.
9269
9270 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9271
9272 * gdb.base/opaque.exp: use runto instead of messing around with
9273 breakpoints. Simplify by using gdb_test.
9274
9275 * gdb.base/bitfields.exp: restart between tests on netware targets
9276 because breakpoints aren't relocated after target death. Run
9277 processes to completion.
9278
9279 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
9280
9281 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
9282
9283 * Makefile.in: Remove extra tabs that confuse some versions
9284 of "make". Use the newly built gdb to test with by default,
9285 rather than the first one in the tester's search path.
9286
9287 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
9288
9289 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
9290
9291 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
9292 condition help.
9293
9294 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9295
9296 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
9297
9298 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
9299 running.
9300 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
9301 * gdb.base/funcargs.exp: Likewise.
9302
9303 * gdb.base/bitfields.exp: Simplify by using gdb_test.
9304 * gdb.base/funcargs.exp: Likewise.
9305
9306 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
9307 message is "".
9308
9309 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9310
9311 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
9312 return,signals,twice}.exp: Handle non-existant binaries
9313 consistantly.
9314
9315 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
9316 * gdb.base/Makefile.in: Don't try to generate a core dump, we
9317 might testing a cross development system.
9318
9319 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9320
9321 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
9322 runtest script is relative to ${srcdir}, not ${rootdir}.
9323
9324 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
9325
9326 * gdb.base/signals.exp: Allow for optionality of breakpoint
9327 address.
9328
9329 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9330
9331 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
9332
9333 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9334
9335 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
9336 for size_t definition.
9337 * gdb.c++/templates.cc: Likewise
9338
9339 * config/mt-i386-netware: New file.
9340
9341 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
9342 defined.
9343
9344 * gdb.base/Makefile.in: Added support for systems that name core
9345 files by appending "core" to the program name.
9346 * gdb.base/a1-selftest.exp: Likewise.
9347
9348 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9349
9350 * gdb.base/return.exp: Add comment and message for `return double'
9351 test failure on Sparc Solaris.
9352
9353 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
9354
9355 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
9356
9357 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9358
9359 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
9360 from optimizing them away.
9361 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
9362 patterns to include default constructors and assignment operators,
9363 to match gcc versions beyond 2.5.8. Accept any cplus demangling
9364 character in the output of the virtual base pointer.
9365
9366 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9367
9368 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
9369 expression match in print_addr_of to avoid unintented matches.
9370 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
9371 versions up to 2.5.8.
9372
9373 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9374
9375 * gdb.base/list.exp: Tweak alternate pattern for listing of an
9376 included file to run under newer versions of expect.
9377 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
9378 consecutive >'s in templates to accomodate recent cplus-dem.c change.
9379 Remove xfail for the virtual table of BDDHookV.
9380
9381 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9382
9383 * lib/gdb.exp (string_to_regexp): Set a default result.
9384 (default_gdb_start): Fix misleading message.
9385
9386 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
9387
9388 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
9389 Remove all CC, etc definitions.
9390 * config/mt-hpux: New file.
9391 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
9392 (CFLAGS, LDFLAGS): Define.
9393 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
9394
9395 * Makefile.in (site.exp): Don't insert host_os, etc.
9396 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
9397 (distclean): Check existence of subdir.
9398 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
9399 * gdb.base/Makefile.in: General cleanup and simplification.
9400 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9401 to build executables. Use default rule to build .o files.
9402 (EXPECT, RUNTEST, CC): Fix relative pathname.
9403 (site.exp): Don't insert host_os, etc.
9404 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
9405 and/or SIGUSR1 defined.
9406 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
9407 * gdb.c++/Makefile.in: General cleanup and simplification.
9408 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9409 (CFLAGS): Remove.
9410 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
9411
9412 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
9413
9414 * gdb.base/recurse.exp: Misc changes to get tests running again
9415 after Kung's changes to the watchpoint code.
9416 * gdb.base/watchpoint.exp: Likewise.
9417
9418 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
9419
9420 * lib/gdb.exp (string_to_regexp): Convert {\} also.
9421
9422 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9423
9424 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
9425 * lib/gdb.exp (default_gdb_start): Define.
9426 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
9427 gdb.base/funcargs.exp, gdb.base/opaque.exp,
9428 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
9429 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
9430 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
9431 Don't call gdb_target_udi in between tests.
9432
9433 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9434
9435 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
9436 (which was basically just a local version of the same thing). In
9437 addition to avoiding duplication, gdb_test_exact is faster.
9438 * lib/gdb.exp (gdb_test_exact): Fix typo.
9439
9440 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
9441 don't give an error.
9442
9443 * gdb.base/term.exp: Call delete_breakpoints before starting.
9444
9445 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
9446 (t10): Add comment.
9447
9448 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9449
9450 Reorganization of the GDB Test Suite.
9451
9452 * gdb.base: New directory, contains all the basic tests.
9453 * gdb.c++: New directory, tests specific to C++.
9454 * gdb.chill: New directory, tests specific to Chill.
9455 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
9456 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
9457 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
9458 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
9459 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
9460 t30-31 to chill).
9461 * */gdbme.*: Rename to match appropriate expect scripts.
9462 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
9463 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
9464 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
9465 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
9466 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
9467 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
9468 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
9469 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
9470 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
9471 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
9472 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
9473 gdb.c++/virtfunc.cc: New names of C++ files.
9474 * gdb.chill/chillvars.ch: New name of Chill file.
9475 * gdb.base/configure.in, gdb.c++/configure.in,
9476 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
9477 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
9478 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
9479 * configure.in (configdirs): Update to reflect directory changes.
9480 (target_abbrev): No longer define for any configuration.
9481 * Makefile.in: Cosmetic improvements to header comments.
9482
9483 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9484
9485 Various changes to gdb.t31:
9486
9487 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
9488 * gdbme.ch: Make all key-words and predefineds be upper-case.
9489 * chillvars.exp: Expect key-words and predefinds in upper-case.
9490
9491 * chillvars.exp: Use gdb_test_exact many places.
9492 Change expected output for arrays (which now includes index labels).
9493
9494 * pr-5020.exp, gdme.ch (module PR_5020):
9495 New test, for PR-5020.
9496
9497 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
9498
9499 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
9500 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
9501
9502 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
9503
9504 * Makefile.in: Fix bit-rot in definitions of CHILL,
9505 CHILL_FOR_TARGET and Chill_LIB.
9506 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
9507 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
9508 CHILL, and CHILL_LIB.
9509
9510 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
9511
9512 * Revert the previous changes. Please see Rob's directory
9513 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
9514
9515 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
9516
9517 * Makefile.in, configure.in, config/mips-gdb.exp,
9518 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
9519 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
9520 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
9521 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
9522 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
9523 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
9524 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
9525 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
9526 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
9527 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
9528 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
9529 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
9530 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
9531 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
9532 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
9533 changes from 94Q1.
9534
9535 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
9536
9537 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
9538 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
9539 Rob's new testing fragments.
9540
9541 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
9542
9543 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
9544 lib/gdb.exp: Replace error proc calls with perror.
9545
9546 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9547
9548 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
9549 version also, match on casted version strings, and match on
9550 gdb startup case where the line numbers might be messed up.
9551
9552 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
9553
9554 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
9555 (CFLAGS): Delete it from here.
9556
9557 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
9558
9559 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
9560
9561 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
9562
9563 * Makefile.in (RUNTEST): Default to just "runtest".
9564
9565 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9566
9567 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
9568 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
9569 the code has been restructured.
9570
9571 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9572
9573 * gdb.t00/default.exp (set write): Allow any number of \r and/or
9574 \n, not just one of each.
9575
9576 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
9577 /bin/cc gives a warning if you do.
9578
9579 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
9580
9581 * gdb.t24/demangle.exp: change expect pattern of
9582 __t10ListS_link1ZUiRCUiPT0
9583
9584 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9585
9586 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
9587 on local variables in recursive functions.
9588
9589 * gdb.t07/Makefile.in: Build the new test.
9590
9591 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9592
9593 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
9594 directly. Instead compare the return values from actual calls.
9595
9596 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
9597
9598 * Makefile.in (check): Set TCL_LIBRARY for runtest.
9599
9600 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9601
9602 * From Peter Schauer with minor modifications.
9603 * gdb.t15/return.exp (return_tests): Handle targets where "return"
9604 stops in mid-line in the caller. Add xfail for returning a float
9605 value on X86 targets.
9606
9607 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9608
9609 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
9610 to avoid expect lossage.
9611 (fmem_LRbug_tests): Likewise.
9612 * gdb.disasm/hppa.s: Corresponding changes.
9613
9614 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
9615 conditions to work with latest dejagnu/expect.
9616
9617 * gdb.t15/funcargs.exp (finish from indirect call): No longer
9618 expected to fail on the PA.
9619 (backtrace in call with trampolines): Explicitly require main
9620 to be frame #1 (no trampolines should show up in backtrace).
9621
9622 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
9623 "continue -expect".
9624 * gdb.t06/break.exp: Likewise.
9625 * gdb.t07/watchpoint.exp: Likewise.
9626 * gdb.t13/bitfields.exp: Likewise.
9627 * gdb.t15/{funcargs,return}.exp: Likewise.
9628 * gdb.stabs/weird.exp: Likewise.
9629 * config/{mips,udi}-gdb.exp: Likewise.
9630
9631 * hppa.sed: Enclose comments within a sed command to avoid
9632 losing with the old OSF1 sed.
9633
9634 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9635
9636 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
9637 sequent dynix.
9638 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
9639 * gdb.t15/funcargs.exp: Conditionally step again to really
9640 finish from marker_call_with_trampolines. Handle the case where
9641 the first step from within call_with_trampolines already steps
9642 us back to main.
9643 * gdb.t15/gdbme.c: Add comment to closing brace of
9644 call_with_trampolines for funcargs.exp.
9645
9646 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9647
9648 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
9649 Fix typo(s).
9650
9651 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9652
9653 * gdb.t07/gdbme.c: More code for watchpoint testing.
9654
9655 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
9656 "Hardware watchpoint" throughout file.
9657 (test_watchpoint_triggered_in_syscall): New test.
9658 (test_complex_watchpoint): New test.
9659
9660 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9661
9662 * gdbme.c (call_with_trampolines): New function to try and step
9663 into. Tests trampoline problems on the PA.
9664
9665 * funcargs.exp (localvars_in_indirect_call): No longer expect
9666 stepping into indirect call to fail on PAs.
9667 (test_stepping_over_trampolines): New test.
9668
9669 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9670
9671 * TODO: Add suggestions for static member function tests, and
9672 completion tests.
9673
9674 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9675
9676 * TODO: Add suggestions for "p/a" tests.
9677
9678 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
9679 (default_gdb_exit): Replace all the hair with sending "quit" to
9680 the process with a simple close.
9681
9682 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9683
9684 * TODO: Add suggestions for shared library tests.
9685
9686 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9687
9688 * TODO: Add suggestions for x/s tests.
9689
9690 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9691
9692 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
9693 "enable once", and "enable breakpoints once" with ".*".
9694
9695 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9696
9697 * TODO: Add suggestions about structure passing tests.
9698
9699 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9700
9701 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
9702 the primary1 test, use work around if __GNUC__ < 2.
9703 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
9704 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
9705 Test for bad output rather than waiting for timeout. Issue
9706 second continue only if first continue failed.
9707
9708 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9709
9710 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
9711 operator[] test with gdb_test because the old code didn't seem to
9712 be getting the quoting right with the new dejagnu.
9713
9714 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
9715
9716 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
9717 one from the path.
9718 * Makefile.in: Use a fresh expect if there is one, use runtest
9719 from the src tree if there is one.
9720
9721 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9722
9723 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
9724 next over recursive call. Revise the tests from that point on
9725 (which had been skipped) to match GDB's actual (correct) output.
9726
9727 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
9728 with next over a breakpoint whose condition is false.
9729
9730 * gdb.t00/help.exp: Comment out "help set print" tests just like
9731 (and for same reason as) "help set" test.
9732
9733 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9734
9735 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
9736 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
9737
9738 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9739
9740 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
9741 necessary gdb_target_udi.
9742
9743 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
9744
9745 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
9746 1838 and 2417; they are fixed.
9747
9748 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
9749 gdb.t03/ptype.exp (ptype structure, ptype union):
9750 Remove xfails; the test is looser than when the xfails were added.
9751
9752 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
9753 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
9754
9755 * gdb.t01/run.exp: Only run shell test if isnative.
9756
9757 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
9758 since "run" automatically loads if necessary. Call gdb_target_udi
9759 after the "file" since "file" kills any execution target.
9760
9761 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
9762 GDB. GDB doesn't work that way (not anymore at least) on UDI.
9763 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
9764 argument for UDI.
9765
9766 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9767
9768 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
9769
9770 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
9771
9772 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9773
9774 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
9775 properly quoting regexps. This makes the second argument to
9776 demangle a fixed string, which matches the callers, instead of a
9777 shell-style pattern which is what the previous implementation
9778 used. Update some of the callers.
9779
9780 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9781
9782 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
9783 (comib_nullified_tests): Fix typo.
9784 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
9785 strings. No longer expected to fail.
9786
9787 * gdb.disasm/hppa.s (addib_tests): Fix typo.
9788 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
9789 strings. No longer expected to fail.
9790
9791 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
9792 string. No longer expected to fail.
9793
9794 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9795
9796 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
9797 No longer expected to fail.
9798
9799 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
9800 string. No longer expected to fail.
9801
9802 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9803
9804 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
9805 only in the names (I probably got most of them). I was even
9806 generous with some which differed in underscores in names, and
9807 probably missed a few, and I *still* was able to remove almost a
9808 third of the file with almost no impact on testsuite coverage.
9809
9810 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9811
9812 * gdb.t00/default.exp: Match udi_attach error message as well as
9813 the one from child_attach.
9814
9815 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
9816
9817 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
9818
9819 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
9820 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
9821
9822 * Move test with enums and partial symbols back to
9823 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
9824 Reverts the change of 26 May 93. Per today's change to
9825 stabs.texinfo, the behavior that weird.exp was expecting was
9826 unreasonable; what is important is that the compiler+gdb get
9827 things right, which happens with a recent gcc. Also fix the test
9828 to deal with native compilers which put out the stab gdb can't
9829 deal with.
9830
9831 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9832
9833 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
9834 in the names. The main thing these accomplish is to slow things down.
9835 Many more such duplicates surely remain.
9836
9837 * gdb.t00/help.exp: Comment out "help support" test just like
9838 (and for same reason as) "help set" test.
9839
9840 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
9841
9842 * gdb.t06/break.exp: Remove setup_xfails for
9843 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
9844 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
9845 about known bug in gcc to include up through 2.5.8.
9846 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
9847 well as "_vb$".
9848 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
9849 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
9850 with latest gcc and gdb.
9851 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
9852 well as "_vb$".
9853
9854 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9855
9856 * configure.in (hppa*-*-*): Also configure and build stabs-only
9857 tests.
9858
9859 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9860
9861 * gdb.t10/hppa.mt: A makefile fragment for the PA.
9862 * gdb.t10/configure.in (hppa*-*-*): Use it.
9863
9864 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9865
9866 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
9867
9868 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9869
9870 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
9871 versions prior to 1.13.5.
9872
9873 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9874
9875 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
9876 the prompt is at the start of a line.
9877
9878 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9879
9880 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
9881 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
9882 in the copr tests now.
9883 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
9884 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
9885 expected to fail.
9886
9887 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
9888
9889 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
9890 gdb.t31/chillvars.exp, lib/gdb.exp:
9891 Tweak to run under either version of expect.
9892 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
9893 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
9894 * gdb.t11/list.exp: Remove extraneous whitespace.
9895
9896 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9897
9898 * gdb.t16/printcmds.exp (test_print_strings): Accept
9899 "(unsigned char *) " before the string.
9900
9901 * TODO: Add notes about printing of fancy types and GDB expressions.
9902
9903 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
9904
9905 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
9906 * gdb.t06/configure.in: Don't try to compile signals test program
9907 if doing mips-idt-ecoff.
9908
9909 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
9910
9911 * Most .exp files: Tweak to run under either version of expect.
9912
9913 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9914
9915 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
9916 xfails; I'm not sure why they are failing, but not because of PR 1806.
9917
9918 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
9919
9920 * config/unix-gdb.exp: Remove gdb_unload cause it's already
9921 defined in lib/gdb.exp.
9922
9923 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9924
9925 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
9926 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
9927 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
9928 have to be typeless.
9929
9930 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9931
9932 * TODO: Add suggestion for copyright year test.
9933
9934 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
9935
9936 * configure.in (*-*-lynxos*): Add stabs tests.
9937
9938 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9939
9940 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
9941 so insert a tab before any assembler directive in column zero.
9942
9943 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
9944 stores.
9945 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
9946 stores.
9947 (fpu_short_memory_tests): Likewise.
9948
9949 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9950
9951 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
9952 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
9953 .stabs directives in comments.
9954
9955 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9956
9957 * TODO: New file, describing tests we could write.
9958 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
9959
9960 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9961
9962 * gdb.t06/signals.exp: Add kludge to force re-sync.
9963
9964 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
9965 to xgdb instead of gdb, get out of gdb.
9966
9967 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
9968
9969 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
9970 for info.
9971
9972 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9973
9974 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
9975 * gdb.stabs/configure.in (hppa*-*-*): Use it.
9976 * gdb.stabs/hppa.sed: New sed script for the PA.
9977
9978 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9979
9980 * gdb.stabs: Re-write weird.def and configuration to use sed
9981 instead of cpp. sed is portable and POSIX; cpp is neither.
9982
9983 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9984
9985 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
9986
9987 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9988
9989 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
9990
9991 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9992
9993 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
9994 "_vb$".
9995 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
9996 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
9997
9998 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9999
10000 * lib/gdb.exp: Comment out code which depends on non-existent
10001 `transform' procedure.
10002
10003 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
10004
10005 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
10006 * lib/gdb.exp: Transform tool name.
10007 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
10008 1.1's new error handling system.
10009
10010 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10011
10012 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
10013
10014 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10015
10016 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
10017 They made pattern matching so slow that timeouts happened on
10018 heavily loaded systems. Now any output from "show print" which
10019 gets us back to the GDB prompt is a PASS.
10020
10021 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
10022
10023 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
10024
10025 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10026
10027 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
10028
10029 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
10030 It is not from PR 3220.
10031
10032 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10033
10034 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
10035 just started failing because they depended on the order the
10036 subcommands are presented, or exact docstring text. This kind of
10037 test is a pain and has minimal benefit.
10038
10039 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10040
10041 * gdb.t09/corefile.exp: At end of test, use "core" command with
10042 no arguments.
10043
10044 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
10045
10046 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
10047 17}/Makefile.in: Make it possible to run the testsuite with Sun
10048 make and CC = cross gcc by adding explicit build rules for .o
10049 files.
10050
10051 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10052
10053 * gdb.t15/funcargs.exp: Don't put comments on same line as
10054 setup_xfail (@#$*%& tcl braindamage!).
10055
10056 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10057
10058 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
10059
10060 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
10061
10062 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
10063 * gdb.t20/inherit.exp: remove three dumplicate entries.
10064
10065 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10066
10067 * gdb.t06/break.exp: For "next over recursive call", fail on any
10068 incorrect output, not just on "factorial (value=2)".
10069
10070 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10071
10072 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
10073 working now. Add an xfail if accesing a bss variable causes
10074 a memory error if the target is not yet run.
10075
10076 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10077
10078 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
10079 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
10080 name of __st* demangling (2 strings). Did Kung really get the
10081 more than 95 others right without testing them?
10082
10083 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
10084
10085 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
10086
10087 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
10088
10089 * configure.in (configdirs): Add gdb.disasm
10090 * gdb.disasm: New directory for GDB disassembler tests.
10091 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
10092
10093 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10094
10095 * gdb.t00/help.exp: Don't test "help set".
10096
10097 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
10098 from within expect statements. None of these happen anymore and
10099 they cause regressions to be silently unnoticed.
10100
10101 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
10102 messages) about known failures with gcc cygnus-2.4.5-930417.
10103
10104 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
10105 comp-info.exp so it gets built if it doesn't exist.
10106
10107 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
10108 it is no longer used.
10109 * gdb.t13/comp-info.c: Removed.
10110
10111 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10112
10113 * gdb.t06/signals.exp: Add xfail for sun3.
10114
10115 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10116
10117 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
10118 relevant because ^C doesn't get sent but failure can be reproduced
10119 interactively).
10120
10121 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10122
10123 * gdb.stabs/alpha.mt: New configuration file for alpha.
10124 * gdb.stabs/configure.in: Use it.
10125 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
10126 sharing with alpha.mt, redefine long to word via preprocessor.
10127 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
10128 for alpha.
10129 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
10130 native cc.
10131 * gdb.t00/teststrategy.exp: Change expect string so that we
10132 consume the `(xgdb)' from the command echo and from the gdb prompt.
10133 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
10134 gdb currently compares all values as long, so this failure probably
10135 applies to any configuration where LONGEST is bigger than a target int.
10136 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
10137 with gcc.
10138 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
10139 to handle opaque pointers, gcc is.
10140 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
10141 as first argument. Include <sys/types.h> and change all operator
10142 new definitions to use size_t.
10143 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
10144 now that we use size_t.
10145
10146 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10147
10148 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
10149 a long or float array cast all array members to the same type.
10150 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
10151 with 64 bit longs.
10152 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
10153 on alpha.
10154 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
10155
10156 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10157
10158 * gdb.t24 (demangle.exp): Constructors of templates have names like
10159 vector<int>::vector(int) not vector<int>::vector<int>(int). See
10160 section 14.6 of the ARM.
10161
10162 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
10163 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
10164 accomplish little and slow down the testsuite.
10165
10166 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
10167 Accept spaces various places.
10168
10169 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10170
10171 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
10172 with watchpoint enabled.
10173
10174 * Makefile.in: Remove definition of CC and remove the second
10175 definition of CXX (the "CXX = gcc" one remains). These definitions
10176 were causing backquotes to be expanded within backquotes, which
10177 doesn't work.
10178
10179 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10180
10181 * gdb.t17/callfuncs.exp: Add "return 0" to end.
10182
10183 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10184
10185 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
10186 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
10187 by mips cc and contains no stabs entries.
10188
10189 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
10190
10191 * config/vx-gdb.exp: Use fake device to load files rather than
10192 NFS.
10193 * lib/gdb.exp: New proc to do "file" command.
10194 * config/unix-gdb.exp: Use new "file" proc.
10195
10196 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10197
10198 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
10199 Rework board rebooting slightly.
10200 (gdb_exit): Don't exit from the remote shell; there isn't one.
10201 * gdb.stabs/weird.exp: If a program is being debugged already,
10202 kill it.
10203 * gdb.t04/setvar.exp: Stop and restart gdb.
10204 * gdb.t05/expr.exp: Likewise.
10205 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
10206 restart gdb and reload the program.
10207 * gdb.t08/opaque.exp: Likewise.
10208 * gdb.t12/scope.exp: Likewise.
10209 * gdb.t13/bitfields.exp: Likewise.
10210 * gdb.t15/funcargs.exp: Likewise.
10211 * gdb.t20/classes.exp: Likewise.
10212 * gdb.t03/ptype.exp: Increase timeout.
10213 * gdb.t16/printcmds.exp (test_print_string_constants,
10214 test_print_array_constants): Likewise.
10215 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
10216 * gdb.t20/classes.exp (do_tests): Likewise.
10217 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
10218
10219 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
10220
10221 * gdb.stabs: Renamed *wierd* to *weird*.
10222
10223 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10224
10225 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
10226 for timeout. Add "known gcc 2.4.5 bug" to failure message.
10227
10228 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10229
10230 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
10231 (do_tests): Remove xfail for whatis on one_var and two_var.
10232
10233 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
10234
10235 * Makefile.in: Made cross building work better by adding
10236 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
10237
10238 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10239
10240 * gdb.t15/{return.c,return.exp,Makefile.in}:
10241 New test, currently commented out.
10242
10243 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
10244
10245 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
10246 still running and removes the leftover named socket so GDb can do
10247 clean restarts.
10248
10249 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
10250
10251 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
10252 console, not GDB.
10253 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
10254 cross testing works better with "make check"
10255 * config/unix-gdb: Use default procedures for exit and version.
10256 * config/vx-gdb.exp: Cleaned up and massaged back to working order
10257 with the newest VxWorks.
10258
10259 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10260
10261 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
10262 old form.
10263
10264 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
10265 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
10266
10267 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
10268
10269 * config/unix-gdb.exp: Remove this version of gdb_exit
10270 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
10271 Rob says he'll look at it when he gets back to testing boards.
10272
10273 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
10274
10275 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
10276 an expected fail for certain ptype commands.
10277
10278 * gdb.t20/classes.exp: Update expected results of "ptype class
10279 Base1" to account for the constructor that now appears in the type.
10280
10281 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
10282
10283 * configure.in (configdirs): Restore gdb.t04, which mysteriously
10284 disappeared from list.
10285 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
10286 "alldone" proc with call to cleanup and exit.
10287 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
10288 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
10289 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
10290 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
10291 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
10292 "alldone" proc with simple returns that suppress remaining
10293 tests. The alldone proc went away many months ago.
10294
10295 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10296
10297 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
10298
10299 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
10300
10301 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10302
10303 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
10304 as vax gdb will display them.
10305
10306 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10307
10308 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
10309 optimizers.
10310
10311 * scope.exp: Change "bad value for localval" messages so each one
10312 is unique.
10313
10314 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
10315 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
10316
10317 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
10318
10319 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10320
10321 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
10322 doesn't exist (due to optimization).
10323
10324 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10325
10326 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
10327 contains \r because the filename is long.
10328
10329 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
10330 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
10331
10332 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10333
10334 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
10335 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
10336 Ultrix.
10337 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
10338 int tests.
10339 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
10340
10341 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
10342
10343 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
10344
10345 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
10346 to match does not match the passing case but still matches the
10347 failing case.
10348
10349 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10350
10351 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
10352
10353 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
10354
10355 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
10356 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
10357 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
10358 Remove various versions of gdb_exit.
10359 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
10360 gdb_exit.
10361 * config/unix-gdb.exp: gdb_exit remains here, and should override
10362 the generic version, since it's doing a lot of wierd stuff that
10363 the other versions aren't. FIXME, fold it in, or abandon this
10364 version.
10365
10366 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10367
10368 * gdb.t24/demangle.exp: Add tests for PR 3220.
10369
10370 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10371
10372 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
10373
10374 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
10375
10376 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
10377 "i386-*-*". Works for i486 as well.
10378
10379 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
10380 bug, and expand domain of xfail to all SVR4 systems, since the
10381 actual problem is likely to be in generic SVR4 /proc support.
10382
10383 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10384
10385 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
10386
10387 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
10388
10389 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
10390 xfails for other systems. Match a missing 'Continuing.' as an
10391 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
10392
10393 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
10394 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
10395 Only issue warning for missing executables if -all option is used.
10396
10397 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
10398 file if -all option is used. It's like an unpredictable XFAIL.
10399
10400 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10401
10402 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
10403 for dynamically linked binaries.
10404
10405 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
10406
10407 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10408
10409 * gdb.t20/inherit.exp: Change message for "print tagless struct"
10410 to state that this is a known bug in old versions of g++.
10411
10412 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10413
10414 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
10415 while waiting for `Continuing'.
10416
10417 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
10418
10419 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
10420 in text, data, and bss.
10421 * gdb.t10/nodebug.c: Add local and global test variables for
10422 initialized and uninitialized data.
10423
10424 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10425
10426 * config/unix-gdb.exp (gdb_exit): Add "wait".
10427
10428 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10429
10430 * gdb.t06/signals.exp: xfail the continue from the handler for all
10431 targets.
10432
10433 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
10434 function with watchpoints enabled, the i386 call dummy starts with
10435 a call.
10436
10437 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
10438 386 bsd names its corefiles.
10439
10440 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
10441
10442 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
10443 compilers don't grok it.
10444 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
10445 with small octal ints rather than character constants, which
10446 are signed and might not fit if first promoted to int.
10447
10448 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
10449
10450 * gdb.t09/Makefile.in (clean): Remove corefile.
10451
10452 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10453
10454 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
10455
10456 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10457 and Jim Kingdon (kingdon@cygnus.com)
10458
10459 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
10460 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
10461 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
10462
10463 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10464
10465 * gdb.t17/interrupt.exp: Add xfail for hppa.
10466
10467 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10468
10469 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
10470 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
10471 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
10472 to determine signed-ness of bitfields and use the result to setup
10473 the xfail.
10474 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
10475 * gdb.t15/funcargs.exp: Use them to step until the second indirect
10476 call line is reached if necessary.
10477
10478 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10479
10480 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
10481
10482 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10483
10484 * gdb.t06/break.exp: Also test `clear' command.
10485
10486 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10487
10488 * gdb.t00/teststrategy.exp: Remove extra quote.
10489
10490 * gdb.t07/watchpoint.exp: Change xfail for calling function with
10491 watchpoint enabled to be for all non-68k machines.
10492
10493 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
10494
10495 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10496
10497 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
10498 targets use aout.mt instead of ecoff.mt as gas understands
10499 standard aout format.
10500
10501 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10502
10503 * lib/gdb.exp (runto): Don't insist that function we are running to
10504 was compiled with -g.
10505
10506 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
10507
10508 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
10509 to get back into the read system call.
10510 Accept leading newline in case where we woke it up.
10511
10512 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10513
10514 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
10515 to make the stabs test work on ecoff systems using gcc and -with-stabs.
10516 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
10517 enable ecoff configuration.
10518
10519 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10520
10521 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
10522
10523 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10524
10525 * gdb.t16/printcmds.exp: Add another printf test.
10526
10527 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
10528
10529 * configure.in: If configured -with-stabs on any target, add
10530 stabsdirs to configdirs.
10531
10532 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10533
10534 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
10535 fun" so pattern does not match the command itself.
10536
10537 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10538
10539 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
10540
10541 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10542
10543 * gdb.t17/interrupt.exp: Test for more things.
10544
10545 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10546
10547 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
10548 compiler arranges the code and line numbers.
10549
10550 * gdb.t17/interrupt.exp: Don't send \n after ^C.
10551
10552 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10553
10554 * gdb.t00/help.exp: Increase expect input buffer size.
10555
10556 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10557
10558 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
10559
10560 * gdb.t07/watchpoint.exp: Add xfail for hppa.
10561
10562 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
10563
10564 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
10565 [0-9]*, not just [0-9].
10566
10567 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10568
10569 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
10570
10571 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
10572
10573 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10574
10575 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
10576
10577 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10578
10579 * gdb.t06/signals.c: Add xfails for sun3.
10580
10581 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
10582
10583 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
10584 test_stepping tests.
10585
10586 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10587
10588 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
10589
10590 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
10591
10592 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
10593 rather than actually putting it through cpp twice.
10594
10595 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
10596
10597 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
10598
10599 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
10600 no longer needed.
10601
10602 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10603
10604 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
10605
10606 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
10607 C++ features prints as "struct", make it a pass, not an xfail.
10608
10609 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10610
10611 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
10612 Don't require VA to print as "class" rather than "struct".
10613
10614 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
10615
10616 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
10617
10618 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10619
10620 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
10621
10622 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10623
10624 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
10625 order.
10626
10627 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10628
10629 * gdb.t16/printcmds.exp: Add printf tests.
10630
10631 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
10632
10633 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
10634
10635 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
10636
10637 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
10638 pass counts, to counteract any existing or future setup_xfails.
10639
10640 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10641
10642 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
10643 {BEGIN,END}_COMMON for common block instead of STAB.
10644 * gdb.stabs/wierd.exp: Add xfail for rs6000.
10645
10646 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
10647 intp_var should be N_GSYM not N_LSYM.
10648 wierd-aout.S: Use a label for the value of the N_SO.
10649 wierd.def: Remove all backslashes.
10650 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
10651
10652 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10653
10654 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
10655 get the expected next to inheritance3.
10656
10657 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10658
10659 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
10660 now that gcc-2.4 gets it right.
10661
10662 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10663
10664 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
10665
10666 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
10667 generating comp-info.exp which works for cross-compilation.
10668
10669 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
10670
10671 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
10672 "*-*-sysv4.*".
10673
10674 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
10675
10676 * gdb.t01/run.exp: Start with a fresh gdb.
10677 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
10678 SVR4.x.
10679
10680 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
10681
10682 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
10683 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
10684 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
10685 Makefile.in (distclean, realclean): Remove gdbme.c from list of
10686 things to remove.
10687
10688 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
10689
10690 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
10691 test cases from bug reports.
10692
10693 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
10694
10695 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
10696 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
10697 avoid spurious xfails.
10698 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
10699 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
10700 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
10701
10702 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
10703
10704 * gdb.t00/teststrategy.exp: Rework to provide more useful
10705 description of each test, fix problem with systems that define
10706 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
10707 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
10708 results for "next over recursive call" so timeouts aren't taken
10709 by error.
10710
10711 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
10712
10713 * gdb.t12/scope.exp: Test printing of variables before run.
10714
10715 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
10716 printed in wrong order due to sorting.
10717
10718 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
10719
10720 * gdb.t00/teststrategy.exp: Fix expected results for printing
10721 user entered string constant. Is array of char, prints with no
10722 address.
10723
10724 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
10725 commands.
10726 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
10727 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
10728 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
10729 of struct of char arrays.
10730 * gdb.t00/radix.exp: New tests for radix commands.
10731
10732 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
10733
10734 * gdb.t16/printcmd.exp: Print a variable before running program
10735 (with xfail for AIX).
10736
10737 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
10738
10739 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
10740
10741 * gdb.t16/printcmd.exp: Don't print variables before running program.
10742
10743 * gdb.t06/break.exp: Don't require envp argument to main.
10744
10745 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
10746
10747 * gdb.t02/whatis.exp, gdb.t11/list.exp:
10748 Add xfails for rs6000.
10749
10750 * gdb.t02/whatis.exp: Change other tests not to re-test something
10751 we already tested.
10752
10753 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
10754 each type used has a variable of that type.
10755
10756 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
10757
10758 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
10759
10760 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10761
10762 * configure.in: change srctrigger to be a file, not a directory
10763
10764 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
10765
10766 * configure.in (mips-idt-ecoff*): Added trailing '*'.
10767
10768 * gdb.t11/list.exp: Fixed a couple of typos.
10769
10770 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
10771
10772 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
10773 is fixed and PR is closed.
10774 * gdb.t16 (gdbme.c): Add simple test string variable.
10775 * gdb.t16 (printcmds.exp): Add tests with simple test string
10776 variable, primarily for boundaries on "set print elements".
10777
10778 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
10779
10780 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
10781 Make leading 0's optional and don't expect a tab in the middle
10782 of the number.
10783
10784 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
10785
10786 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
10787 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
10788 don't end command passed to gdb_test with newline.
10789
10790 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
10791 signed keyword away, don't expect signed bitfields to be signed.
10792
10793 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
10794 printing with only as many 1's as are in the field as well as printing
10795 with 32 1's (see comment).
10796
10797 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
10798
10799 * gdb.t00/default.exp: Start with a fresh gdb.
10800 * configure.in (configdirs): Remove gdb.t31 until the chill
10801 compiler works again. It no longer is able to find chillrt0
10802 since it isn't in libchill.a anymore.
10803 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
10804 wierd.o, make more modular.
10805 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
10806 spurious newlines that caused problems.
10807
10808 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10809
10810 * Move test with enums and partial symbols from gdb.t03/ptype.exp
10811 to gdb.stabs/wierd.exp since GCC has worked around the bug.
10812 gdb.stabs/wierd.{exp,def}: Many new tests.
10813
10814 * gdb.t00/default.exp: update info line for new message.
10815
10816 * gdb.t02/{whatis.exp,gdbme.c}:
10817 Test that "char *" doesn't print as "caddr_t".
10818
10819 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10820
10821 * gdb.t00/help.exp: Use .* in place of some help messages which
10822 just changed.
10823 gdb.t00/default.exp: Update "info frame" test for new message.
10824 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
10825 Remove some xfails
10826
10827 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10828
10829 * gdb.t03/{gdbme.c,ptype.exp}:
10830 Add tests for typedef'd struct and union without tags.
10831 Also check "whatis" on a variable of a typedef'd enum without a tag.
10832
10833 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
10834 PRMS 1823; the bug still exists but isn't reproduced by this test
10835 anymore), and remove rs6000 XFAIL (the bug is fixed).
10836
10837 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
10838 duplicated from whatis.exp. For those that are left, accept
10839 "long", "long int", or "int" for long variables (whatis.exp already
10840 has an XFAIL for "int", so no need to fail it here).
10841
10842 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
10843 Deal with GCC's names for types now that GDB uses the compiler's names.
10844
10845 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
10846 setup_xfail's for sunos4. If we #defined the signed keyword away,
10847 don't expect GDB to know that char it is signed.
10848
10849 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
10850
10851 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
10852
10853 * configure.in (configdirs): Add gdb.t24 for C++ tests that
10854 should work on any system, regardless of debugging format.
10855 * gdb.t21/demangle.exp: Move to gdb.t24.
10856 * gdb.t24/demangle.exp: Move from gdb.t21.
10857 * gdb.t24/{Makefile.in, configure.in}: New files.
10858
10859 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10860
10861 * configure.in: Do gdb.stabs and C++ tests only for stabs.
10862 * gdb.stabs: New directory.
10863
10864 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10865
10866 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
10867 not just "Quit anyway?".
10868
10869 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
10870
10871 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
10872 that all setup_xfails are immediately followed by clear_xfails.
10873
10874 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
10875
10876 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
10877 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
10878 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
10879 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
10880 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
10881 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
10882 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
10883 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
10884 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
10885 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
10886 gdb.t31/chillvars.exp, lib/gdb.exp:
10887 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
10888 bug-gdb@prep.ai.mit.edu.
10889
10890 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
10891
10892 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
10893 with 0.0, not integer 0.
10894
10895 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
10896
10897 * gdb.t06/break.exp: Update for "Kill the program" message change.
10898
10899 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
10900
10901 * Makefile.in (GDBFLAGS): Set to -nx.
10902 * Makefile.in (site.exp): Use GDBFLAGS.
10903
10904 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10905
10906 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
10907 Makefiles.
10908 (check): depend on just-check.
10909 (just-check): added so that tests can be run without a noop
10910 build pass.
10911
10912 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10913
10914 Switch to using configure's configdirs.
10915 * Makefile.in (Makefile): add configure.in dependency.
10916 (SUBDIRS): removed redundant assignment.
10917 * configure.in: switch subdirs assignment to configdirs.
10918 * gdb.t*/configure.in: new files.
10919
10920 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
10921
10922 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
10923 works.
10924
10925 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
10926
10927 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
10928 in explicit rules. Apparently this is not supported by some makes.
10929
10930 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
10931
10932 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
10933
10934 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10935
10936 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
10937 disappeared.
10938
10939 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10940
10941 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
10942
10943 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
10944
10945 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
10946 watchpoint problem that is now fixed.
10947 * gdb.t30/chexp.exp: Remove setup_xfail for printing
10948 uninitialized convenience variables.
10949 * gdb.t31/chillvars.exp: Fix expected patterns for printing
10950 structures.
10951
10952 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10953
10954 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
10955 which causes expect to get out of sync with gdb on long output
10956 from help set.
10957 * gdb.t09/corefile.exp: Make expected pattern for core file
10958 failing signal and frame output format less sun specific.
10959
10960 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
10961
10962 * gdb.t31/chillvars.exp: Add and remove initial dummy
10963 breakpoint, so that symbol table is forced in.
10964 (Needed at least on Sunos4, though it seems not SVR4.)
10965 * gdb.t31/chillvars.exp: Update for changed output format.
10966
10967 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
10968
10969 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
10970
10971 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
10972
10973 * Makefile.in: Added --srcdir when invoking runtest, removed the
10974 need for a local config file. (optional now)
10975
10976 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
10977
10978 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
10979 failure count used to force early termination. Add some more
10980 expected failures for gnu style demangling.
10981
10982 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10983
10984 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
10985 pmi variable from gdb.t20/gdbme to get optimized away.
10986 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
10987 Check for written corefile upon timeout _and_ eof.
10988
10989 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10990
10991 * config/unix-gdb.exp: Add missing return 0.
10992
10993 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10994
10995 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
10996 test termination.
10997
10998 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
10999
11000 * configure.in (subdirs): Put back gdb.t17 which mysteriously
11001 disappeared.
11002
11003 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
11004
11005 * gdb.t10/crossload.exp: Disable the i860-elf test until such
11006 time as i860 support works.
11007
11008 * gdb.t15/funcargs.exp: Fix expected outputs to include
11009 "backtrace 100\r" rather than just "backtrace\r", to match last
11010 change.
11011
11012 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
11013
11014 * config/udi-gdb.exp (gdb_exit): Remove close command.
11015 (gdb_target_udi): New procedure to set the UDI target.
11016 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
11017 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
11018 Added waits for prompts after several question responses. Added
11019 some more responses used by a29k-amd-udi-gdb.
11020 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
11021 pass different arguments, restart UDI connection after program
11022 completion.
11023 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
11024 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
11025 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
11026 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
11027 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
11028 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
11029 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
11030 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
11031 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
11032 after program completion.
11033 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
11034 compiled with a SELECT_VECS setting.
11035 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
11036 infinite recursion.
11037
11038 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
11039 Added checks for COFF results, and made them expected failures for
11040 all targets. It would be better to make them expected failures
11041 for COFF targets only.
11042
11043 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11044
11045 * Makefile.in: add null dvi target, don't bother to recurse
11046 through test directories for info and install-info; rename
11047 $(datadir) to be dejagnu instead of deja-gnu
11048
11049 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
11050
11051 * gdb.t31/gdbme.ch: Re-enable code that previously caused
11052 compiler to coredump.
11053 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
11054 code.
11055
11056 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
11057
11058 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
11059 coredump.
11060 * gdb.t31/chillvars.exp: Comment out tests that depend on that
11061 code.
11062
11063 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
11064
11065 * gdb.t03/ptype.exp: tests for return code from gdb_test.
11066 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
11067 which in a shell. Deletes xgdb when done.
11068 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
11069 Tests the return from the "set height" or "set width" commands.
11070 Added a few return codes where needed.
11071
11072 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
11073
11074 * Makefile.in (SUBDIRS): Add gdb.t17.
11075 * configure.in (subdirs): Add gdb.t17.
11076 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
11077 files to test gdb's calling of functions in the inferior with
11078 the correct arguments and gdb's ability to retrieve any
11079 result returned.
11080
11081 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
11082
11083 * config/unix-gdb.exp (gdb_exit): Remove close commands that
11084 may be called after gdb goes away. Previous versions of expect
11085 needed these to avoid file descriptor leaks, but they cause
11086 errors with the current revision of expect.
11087 * gdb.t00/gdbvars.exp: Use -re on expected output after
11088 setting sevenbit-strings.
11089 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
11090 to set sevenbit-strings consistent across tests.
11091 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
11092 set sevenbit-strings consistent across tests.
11093
11094 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
11095
11096 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
11097 expected output to match current "expect" expectations.
11098
11099 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
11100
11101 * gdb.t00/default.exp: Change expected output for default "source"
11102 command, to match new gdb behavior which requires a filename to
11103 source.
11104
11105 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
11106
11107 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
11108 expected fail for i486-*-* that misses the marker2 function.
11109 * gdb.t10/crossload.exp (bfddefault): Allow successful
11110 recognition of a format to pass even if no symbols are found.
11111 Explicitly catch failures where the format is not recognized
11112 or is ambiguous, and add the reason to the fail message.
11113 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
11114 the cause is and invalid target and add reason to failure message.
11115 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
11116 elf32-i386, elf32-sparc, and elf32-i860.
11117 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
11118 Set up expected failure for 'filename'::variable scope resolution,
11119 which is now apparently broken on all targets.
11120 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
11121 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
11122 gdb.t23/templates.exp: Change failure for missing binfile into
11123 just a warning.
11124 gdb.t21/demangle.exp: Change all cfront references to 'arm'
11125 references.
11126
11127 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
11128
11129 * gdb.t00/default.exp: Add expected output for default "source"
11130 command, to match new gdb behavior.
11131 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
11132
11133 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
11134
11135 * config/*-gdb.exp: returns an error, rather than exiting on
11136 internal errors.
11137
11138 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
11139
11140 * gdb.t03/gdbme.c: Add pointer to struct variable.
11141 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
11142 referencing struct members.
11143
11144 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
11145
11146 * configure.in (mips-idt-ecoff): New target.
11147 * config/mips-gdb.exp: New file for remote board using MIPS remote
11148 debugging protocol.
11149
11150 * Redid configuration scheme. Removed gdb.t*/configure.in.
11151 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
11152 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
11153 distclean targets. Built executables via .o files. Adjusted
11154 tests to account for source files in $(srcdir) rather than
11155 $(objdir).
11156 * lib/gdb.exp (runto): Don't expect () after the function name,
11157 because it may have arguments.
11158
11159 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
11160
11161 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
11162 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
11163 expected failures for mips-idt-* and mips-sgi-*.
11164 * gdb.t00/default.exp (attach): Kill process if requested.
11165 * gdb.t00/help.exp (help target core, help target): Accept a gdb
11166 that does not read core files.
11167 * gdb.t01/run.exp: Removed checks for exit status code.
11168 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
11169 it is linked in.
11170 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
11171 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
11172 appropriate, rather than doing it by hand.
11173 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
11174 execution.
11175 * gdb.t10/crossload.exp: Kill existing program if needed.
11176 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
11177 appropriate, rather than doing it by hand. Always increase
11178 timeout for this test, not just for VxWorks.
11179
11180 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
11181
11182 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
11183 of Chill STRUCT types and STRUCT values.
11184 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
11185 than "char".
11186 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
11187 struct2): New struct definitions and initializations to test
11188 simple Chill STRUCT types.
11189
11190 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
11191
11192 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
11193 the null byte at the end of strings.
11194 * gdb.t00/default.exp: Make show version insensitive to copyright
11195 date.
11196 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
11197 to avoid dependencies on target char signedness.
11198 * gdb.t16/printcmds.exp: Update expected results for explicitly
11199 unsigned char.
11200 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
11201 now work.
11202 * gdb.t21/demangle.exp: Add many more patterns for template
11203 demangling, most of them being expected failures.
11204 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
11205 string we are matching for, to match on the whole string.
11206 * gdb.t21/demangle.exp: Add many new test strings to demangle,
11207 and fix a whole bunch that had incorrect expected output but were
11208 passing anyway because of the bug in "proc demangle".
11209 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
11210 type.
11211 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
11212
11213 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
11214
11215 * gdb/testsuite: made modifications to testcases, etc., to allow
11216 them to work properly given the reorganization of deja-gnu and the
11217 relocation of the testcases from deja-gnu to a "tool" subdirectory.
11218
11219 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
11220
11221 * gdb/testsuite: Initial creation of gdb/testsuite.
11222 Migrated dejagnu testcases and support files for testing nm to
11223 gdb/testsuite from deja-gnu. These files were moved "as is"
11224 with no modifications. This migration is part of a major overhaul
11225 of dejagnu. The modifications to these testcases, etc., which
11226 will allow them to work with the new version of dejagnu will be
11227 made in a future update.
11228 \f
11229 Local Variables:
11230 mode: change-log
11231 left-margin: 8
11232 fill-column: 74
11233 version-control: never
11234 End:
This page took 0.249135 seconds and 5 git commands to generate.