2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
e36d075a
MC
12004-01-08 Michael Chastain <mec.gnu@mindspring.com>
2
3 * gdb.cp/exception.cc: Add copyright notice.
4 * gdb.cp/exception.exp: Add a notice that this file is broken
5 because of line number changes caused by addition of copyright
6 notice.
7
42b190ad
MC
82004-01-08 Michael Chastain <mec.gnu@mindspring.com>
9
10 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
11 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
12
8f25f06b
MC
132004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14
15 * gdb.cp/classes.exp: Accept gnu abi 2.
16 * gdb.cp/derivation.exp: Likewise.
17 * gdb.cp/overload.exp: Likewise.
18 * gdb.cp/virtfunc.exp: Likewise.
19
06ded8b8
MC
202004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21
22 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
23 semicolon after end of function.
24
77c26ae3
MC
252004-01-07 Michael Chastain <mec.gnu@mindspring.com>
26
27 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
28 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
29 boilerplate code for compiling and running the program under
30 test. Add some string method tests.
31
20757486
MC
322004-01-07 Michael Chastain <mec.gnu@mindspring.com>
33
34 * gdb.cp/bs15503.cc: Add copyright notice.
35 * gdb.cp/bs15503.exp: Adjust line number.
36
0fd3b503
MC
372004-01-07 Michael Chastain <mec.gnu@mindspring.com>
38
39 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
40 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
41
10d1bea8
MC
422004-01-07 Michael Chastain <mec.gnu@mindspring.com>
43
44 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
45 hp_cc_compiler.
46
2789202a
MC
472004-01-07 Michael Chastain <mec.gnu@mindspring.com>
48
49 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
50 * gdb.cp/ctti.exp: Use the marker instead of "next".
51 With gcc, run further before bailing.
52
b862f14c
MC
532004-01-07 Michael Chastain <mec.gnu@mindspring.com>
54
55 * gdb.cp/cttiadd.cc: Add copyright notice.
56 * gdb.cp/cttiadd1.cc: Likewise.
57 * gdb.cp/cttiadd2.cc: Likewise.
58 * gdb.cp/cttiadd3.cc: Likewise.
59
96da2469
MC
602004-01-07 Michael Chastain <mec.gnu@mindspring.com>
61
62 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
63 Use gdb_test, gdb_test_multiple. Use floating-point values that
64 have exact representations in IEEE-ish formats.
65
053248ff
MC
662004-01-07 Michael Chastain <mec.gnu@mindspring.com>
67
68 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
69 compilers. Delete duplicate call to get_compiler_info.
70 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
71 * gdb.base/volatile.exp: Likewise.
72
84acecdd
MK
732004-01-07 Mark Kettenis <kettenis@gnu.org>
74
75 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
76 memory at address 0.
77
fe11a27f
MC
782004-01-07 Michael Chastain <mec.gnu@mindspring.com>
79
80 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
81 to test for hp-ux assembler. Fix copyright years.
82
60ad077b
AC
832004-01-07 Andrew Cagney <cagney@redhat.com>
84
85 * gdb.base/fileio.c (strerrno): Add "EBUSY".
86
1c9b8f33
AC
872004-01-07 Andrew Cagney <cagney@redhat.com>
88
89 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
90 when creating the read-only file. From analysis by Roland McGrath
91 and Elena Zannoni.
92
753ccc7a
MC
932004-01-06 Michael Chastain <mec.gnu@mindspring.com>
94
95 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
96
eca3e36b
MC
972004-01-06 Michael Chastain <mec.gnu@mindspring.com>
98
99 * gdb.base/cvexpr.c: Be type-safe with function pointers and
100 data pointers.
101
f8d4bac4
MC
1022004-01-06 Michael Chastain <mec.gnu@mindspring.com>
103
104 * gdb.cp/m-static.exp: Compile one source file at a time.
105 Delete unused call to get_compiler_info.
106
9b4e0f94
MC
1072004-01-06 Michael Chastain <mec.gnu@mindspring.com>
108
109 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
110 * gdb.base/call-rt-st.exp: Likewise.
111 * gdb.base/nodebug.exp: Likewise.
112 * gdb.base/volatile.exp: Likewise.
113 * gdb.cp/ref-types.exp: Likewise.
114 * gdb.cp/templates.exp: Likewise.
115
023c1024
MK
1162004-01-05 Mark Kettenis <kettenis@gnu.org>
117
118 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
119
19703c4a
MC
1202004-01-05 Michael Chastain <mec.gnu@mindspring.com>
121
122 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
123 hppa*-hp-hpux*.
124
18b67037
MK
1252004-01-04 Mark Kettenis <kettenis@gnu.org>
126
ba6219c8
MK
127 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
128 x86_64-*-*.
129
18b67037
MK
130 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
131 sparc64-*-* and sparc*-solaris2*.
132
1bfbbb9d
MK
1332004-01-04 Mark Kettenis <kettenis@gnu.org>
134
135 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
136 return ${tests}" test. The ${tests} already mentions the
137 filename.
138
06846494
MC
1392004-01-02 Michael Chastain <mec.gnu@mindspring.com>
140
141 * gdb.cp/local.exp: Accept gcc abi 2.
142
3b0cb202
MC
1432004-01-02 Michael Chastain <mec.gnu@mindspring.com>
144
145 * gdb.cp/templates.exp: Accept gcc abi 2.
146
0643ec3f
MC
1472004-01-02 Michael Chastain <mec.gnu@mindspring.com>
148
149 * lib/compiler.cc: Remove supports_template_debugging.
150 * gdb.cp/templates.exp: Do not test supports_template_debugging.
151
d231d0b1
MC
1522004-01-01 Michael Chastain <mec.gnu@mindspring.com>
153
154 * gdb.cp/namespace.exp: Accept gcc abi 2.
155
44ffb27c
MC
1562004-01-01 Michael Chastain <mec.gnu@mindspring.com>
157
158 * gdb.cp/method.exp: Accept gcc abi 2.
159
184ad485
MC
1602004-01-01 Michael Chastain <mec.gnu@mindspring.com>
161
162 * gdb.cp/classes.exp: Generate identical results as old version.
163 * gdb.cp/derivation.exp: Likewise.
164 * gdb.cp/overload.exp: Likewise.
165 * gdb.cp/virtfunc.exp: Likewise.
166
116f09e7
MC
1672004-01-01 Michael Chastain <mec.gnu@mindspring.com>
168
169 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
170 mysterious bug with sourceware version of expect.
171
b1379776
MC
1722004-01-01 Michael Chastain <mec.gnu@mindspring.com>
173
174 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
175 current versions of gcc, including gcc abi 2. Remove gratuitous
176 restart of test program. Use gdb_test_multiple and gdb_test for
177 all tests. Add patterns to xfail missing "const" in "const char *"
178 and kfail PR gdb/1155.
179
6b7a4c0e
MC
1802004-01-01 Michael Chastain <mec.gnu@mindspring.com>
181
182 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
183 current versions of gcc, including gcc abi 2. Remove gratuitous
184 restart of test program. Use gdb_test_multiple and gdb_test for
185 all tests. Add patterns to kfail PR gdb/1498.
186
51615d72
MC
1872003-12-31 Michael Chastain <mec.gnu@mindspring.com>
188
189 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
190 current versions of gcc, including gcc abi 2. Use "breakpoint"
191 and "continue" instead of restarting the target program. Use
192 gdb_test_multiple and gdb_test for all tests.
193
7b79a9d7
MK
1942004-01-01 Mark Kettenis <kettenis@gnu.org>
195
196 * gdb.asm/asm-source.exp: Update copyright year. Link statically
197 for *-*-solaris2*.
198
1cd3489f
MC
1992003-12-31 Michael Chastain <mec.gnu@mindspring.com>
200
201 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
202 current versions of gcc, including gcc abi 2. Use "breakpoint"
203 and "continue" instead of restarting the target program several
204 times. Use gdb_test_multiple and gdb_test for all tests.
205
850742db
MC
2062003-12-18 Michael Chastain <mec.gnu@mindspring.com>
207
208 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
209 source files.
210
eb4bbda8
MC
2112003-12-16 Michael Chastain <mec.gnu@mindspring.com>
212
213 * gdb.base/environ.exp: Handle compiling test case from multiple
214 source files.
215
e42c7771
MC
2162003-12-16 Michael Chastain <mec.gnu@mindspring.com>
217
218 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
219
80e4b428
JB
2202003-12-17 Jim Blandy <jimb@redhat.com>
221
5f06973a
JB
222 * gdb.base/freebpcmd.c: Add copyright notice.
223
80e4b428
JB
224 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
225
0ab84fb7
MC
2262003-12-16 Michael Chastain <mec.gnu@mindspring.com>
227
228 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
229
1b3bb3d0
JB
2302003-12-13 Jim Blandy <jimb@redhat.com>
231
232 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
233
3a4c9371
KB
2342003-12-12 Kevin Buettner <kevinb@redhat.com>
235
236 * gdb.asm/frv.inc: New file.
237 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
238
a1dea79a
FF
2392003-12-09 Fred Fish <fnf@redhat.com>
240
241 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
242 functions to break1.c and leave prototypes behind. Add more
243 "set breakpoint NN here" comments.
244 * gdb.base/break1.c: New file.
245
246 * gdb.base/break.exp: Handle compiling test case from multiple
247 source files and change source file references as needed.
248 * gdb.base/completion.exp: Ditto.
249 * gdb.base/condbreak.exp: Ditto.
250 * gdb.base/define.exp: Ditto.
251 * gdb.base/ena-dis-br.exp: Ditto.
252 * gdb.base/info-proc.exp: Ditto.
253 * gdb.base/maint.exp: Ditto.
254 * gdb.base/until.exp: Ditto.
255
256 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
257 hardcoded line numbers.
258 * gdb.base/define.exp: Ditto.
259 * gdb.base/ena-dis-br.exp: Ditto.
260 * gdb.base/maint.exp: Ditto.
261 * gdb.base/until.exp: Ditto.
262
263 * gdb.base/completion.exp: Use "break1" for completion tests since
264 "break" is no longer a unique prefix.
265
5266b69c
AC
2662003-12-06 Andrew Cagney <cagney@redhat.com>
267
268 * gdb.base/structs.exp (test_struct_returns): When applicable, set
269 "return_value_unimplemented". When an unimplemented struct return
270 architecture, report incorrect values as a KFAIL
271
374451f0
MC
2722003-12-05 Michael Chastain <mec.gnu@mindspring.com>
273
274 * gdb.cp/rtti.exp: Accept new wording of warning from
275 cp_lookup_rtti_type.
276
ba9b20a7
MC
2772003-12-05 Michael Chastain <mec.gnu@mindspring.com>
278
279 Partial fix for PR testsuite/1456.
280 * gdb.base/scope.exp (test_at_main): Replace references to
281 gcc_compiled with calls to test_compiler_info.
282 (test_at_foo): Likewise.
283 (test_at_bar): Likewise.
284
b74b6d0b
MC
2852003-12-04 Michael Chastain <mec.gnu@mindspring.com>
286
287 Partial fix for PR testsuite/1456.
288 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
289 to test_compiler_info.
290
ccfa3402
MC
2912003-12-03 Michael Chastain <mec.gnu@mindspring.com>
292
293 * gdb.base/so-impl-ld.exp: Update copyright notice.
294
f6246aba
MC
2952003-12-02 Michael Chastain <mec.gnu@mindspring.com>
296
297 Partial fix for PR testsuite/1456.
298 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
299 to test_compiler_info.
300
13ae734a
MC
3012003-11-28 Michael Chastain <mec.gnu@mindspring.com>
302
303 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
304 from current versions of gdb. Clean up regular expressions.
305 Delete redundant timeout case.
306
d8e1cdee
MC
3072003-11-28 Michael Chastain <mec.gnu@mindspring.com>
308
309 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
310 from current versions of gdb. Clean up regular expressions.
311 Delete redundant timeout case.
312
96457b64
MC
3132003-12-01 Michael Chastain <mec.gnu@mindspring.com>
314
315 Partial fix for PR testsuite/1456.
316 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
317 gcc_compiled with call to test_compiler_info.
318
f35309fc
MC
3192003-11-30 Michael Chastain <mec.gnu@mindspring.com>
320
321 Partial fix for PR testsuite/1456.
322 * gdb.base/list.exp (test_list_function): Delete unused declaration
323 of gcc_compiled.
324
d7afdf9b
MC
3252003-11-29 Michael Chastain <mec.gnu@mindspring.com>
326
327 Partial fix for PR testsuite/1456.
328 * gdb.base/complex.exp: Replace reference to gcc_compiled with
329 call to test_compiler_info.
330
71507b56
MK
3312003-11-29 Mark Kettenis <kettenis@gnu.org>
332
333 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
334 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
335 it to create the appropriate note.inc.
336 * gdb.asm/asmsrc1.s: Include "note.inc".
337 * gdb.asm/netbsd.inc: New file.
338 * gdb.asm/empty.inc: New file.
339
f81f93f7
MC
3402003-11-28 Michael Chastain <mec.gnu@mindspring.com>
341
342 Partial fix for PR testsuite/1456.
343 * gdb.base/constvars.exp: Replace references to gcc_compiled with
344 calls to test_compiler_info.
345
9a77938e
MC
3462003-11-27 Michael Chastain <mec.gnu@mindspring.com>
347
348 Partial fix for PR testsuite/1456.
349 * gdb.base/volatile.exp: Replace references to gcc_compiled with
350 calls to test_compiler_info.
351
e8367dc7
MK
3522003-11-27 Mark Kettenis <kettenis@gnu.org>
353
354 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
355 pattern for the KFAILs.
356
526c61ee
AF
3572003-11-25 Adam Fedor <fedor@gnu.org>
358
359 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
360 * gdb.objc/objcdecode.m: New file.
361
28f2d600
AF
3622003-11-25 Adam Fedor <fedor@gnu.org>
363
364 * gdb.objc/nondebug.exp: Test for PR objc/1236.
365 * gdb.objc/nondebug.m: New file.
366
a3895cee
BE
3672003-11-26 Ben Elliston <bje@wasabisystems.com>
368
369 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
370 NetBSD as it does on FreeBSD. Modelled on a similar change by
371 Mark Kettenis on 2003-05-30.
372 (link-flags): Set to "--entry _start" regardless of target.
373 Special linker flags are to be appended to $link-flags.
374 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
375
c9f2c8a3
MC
3762003-11-25 Michael Chastain <mec.gnu@mindspring.com>
377
378 * gdb.cp/method.exp: Accept output of new demangler.
379
15a0587a 3802003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
381
382 * gdb/class2.exp: New file.
383 * gdb/class2.cc: New file.
384
3c00b570
MC
3852003-11-25 Michael Chastain <mec.gnu@mindspring.com>
386
387 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
388 of new demangler.
389
7027acc7
MK
3902003-11-23 Mark Kettenis <kettenis@gnu.org>
391
392 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
393 of gdb_test "run".
394
b0e1598a
MK
3952003-11-23 Mark Kettenis <kettenis@gnu.org>
396
397 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
398 "continue" into "run".
399
4d9eda44
MC
4002003-11-23 Michael Chastain <mec.gnu@mindspring.com>
401
402 Partial fix for PR testsuite/1456.
403 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
404 call to test_compiler_info.
405 * gdb.cp/ctti.exp: Likewise.
406 * gdb.cp/derivation.exp: Likewise.
407 * gdb.cp/member-ptr.exp: Likewise.
408 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
409 reference to gcc_compiled.
410
4112003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
412
413 Fix PR testsuite/1463.
414 * gdb.base/structs.exp (start_structs_test): Call
415 get_debug_format before using the debug format.
416
d422fe19
AC
4172003-11-22 Andrew Cagney <cagney@redhat.com>
418
419 * lib/gdb.exp (gdb_test_multiple): Add simple example.
420 * gdb.base/structs.exp: Use gdb_test_multiple.
421
039cf96d
AC
4222003-11-20 Andrew Cagney <cagney@redhat.com>
423
6882279b
AC
424 * gdb.base/structs.exp: Handle and recover from internal errors.
425 Replace "foo${n}" with "foo<n>" in test messages.
426
e53890ae
AC
427 * gdb.base/structs.exp: Update copyright. Rewrite.
428 * gdb.base/structs.c: Update copyright. Rewrite.
429
2b211c59
AC
430 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
431 resync count exceeded.
432
039cf96d
AC
433 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
434 from the internal error.
435 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
436 Original from Jim Blandy.
437 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 438
eac98b22
AC
4392003-11-19 Andrew Cagney <cagney@redhat.com>
440
441 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
442 KFAIL.
443
67455b2a
MK
4442003-11-17 Mark Kettenis <kettenis@gnu.org>
445
446 New testcase for PR backtrace/1435.
447 * gdb.arch/i386-unwind.exp: New file.
448 * gdb.arch/i386-unwind.c: New file.
449
853d6e5b
AC
4502003-11-17 Andrew Cagney <cagney@redhat.com>
451
452 * lib/gdb.exp (compiler_info): New global.
453 (test_compiler_info): New function.
454 (get_compiler_info): Set compiler_info.
455 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
456 "compiler_info" to gcc-<major>-<minor>.
457
38cf6e11
MC
4582003-11-15 Michael Chastain <mec.gnu@mindspring.com>
459
460 * gdb.trace/configure: Remove.
461
a50d3602
EZ
4622003-11-13 Elena Zannoni <ezannoni@redhat.com>
463
464 * gdb.base/break.c: Add comments to aid finding line numbers for
465 breakpoints.
466 * gdb.base/break.exp: Remove all references to explicit line
467 numbers.
468
d9407aaa
NC
4692003-11-11 Nick Clifton <nickc@redhat.com>
470
471 * gdb.base/shreloc.exp: Do not run for targets which do not
472 support shared objects.
473
db488fc1
CV
4742003-11-10 Corinna Vinschen <vinschen@redhat.com>
475
476 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
477 Don't run tests if nofileio flag is given.
478
6a90a18e
EZ
4792003-11-07 Elena Zannoni <ezannoni@redhat.com>
480
481 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
482 as well as 'Watchpoint'.
483
0b915e9c
EZ
4842003-11-06 Elena Zannoni <ezannoni@redhat.com>
485
486 Reported by Jim Ingham <jingham@apple.com>:
487 * gdb.base/annota1.exp: Match at least one occurrence of the
488 signal handler annotation.
489
d7e4b55f
EZ
4902003-11-06 Elena Zannoni <ezannoni@redhat.com>
491
492 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
493 as well as 'Watchpoint'.
494
2fe4e8d0
MC
4952003-11-05 Michael Chastain <mec@shout.net>
496
497 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
498
6ef88553
KW
4992003-11-03 Kris Warkentin <kewarken@qnx.com>
500
501 * gdb.arch/gdb1291.c: New test file.
502 * gdb.arch/gdb1291.exp: New test script.
503 * gdb.arch/gdb1431.c: New test file.
504 * gdb.arch/gdb1431.exp: New test script.
505
ae7dc4d8
MC
5062003-10-22 Michael Chastain <mec@shout.net>
507
508 * gdb.mi/pthreads.c: Add copyright notice.
509
c39d7427
MC
5102003-10-22 Michael Chastain <mec@shout.net>
511
512 * gdb.threads/pthreads.c: Add copyright notice.
513
8b7d96c1
MC
5142003-10-20 Michael Chastain <mec@shout.net>
515
516 * gdb.base/gdb1056.exp: New test script.
517
d1d69fdd
DJ
5182003-10-13 Daniel Jacobowitz <drow@mvista.com>
519
520 * gdb.threads/killed.exp: Use gdb_run_cmd.
521
7d605576
DJ
5222003-10-13 Daniel Jacobowitz <drow@mvista.com>
523
524 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
525 create a core file.
526 * gdb.threads/gcore-thread.exp: Likewise.
527
618ec112
CV
5282003-10-13 Corinna Vinschen <vinschen@redhat.com>
529
530 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
531 type, based on char type.
532 (struct bit_flags_short_t): New bitfield type, based on short type.
533 (init_bit_flags_char): New fuction.
534 (init_bit_flags_short): Ditto.
535 (print_bit_flags_char): Ditto.
536 (print_bit_flags_short): Ditto.
537 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
538
9367a73c
MC
5392003-10-11 Michael Chastain <mec@shout.net>
540
541 * gdb.base/call-rt-st.exp: Update copyright year.
542
1decf120
KI
5432003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
544
545 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
546 * gdb.disasm/sh3.s: Ditto.
547
5445b2ae
DJ
5482003-10-07 Daniel Jacobowitz <drow@mvista.com>
549
550 * gdb.threads/switch-threads.exp: New test.
551 * gdb.threads/switch-threads.c: New source file.
552
aec24853
CV
5532003-10-07 Corinna Vinschen <vinschen@redhat.com>
554
555 * gdb.base/ending-run.exp: Add sh specific case.
556
adc7428d
AC
5572003-10-06 Andrew Cagney <cagney@redhat.com>
558
559 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
560 * gdb.disasm/mn10200.exp: Delete obsolete file.
561
c9d37158
DJ
5622003-09-29 Daniel Jacobowitz <drow@mvista.com>
563
564 * ChangeLog: Correct an entry command.exp -> commands.exp.
565 * gdb.base/commands.exp (bp_deleted_in_command_test)
566 (temporary_breakpoint_commands): Check noargs.
567
79c2c32d
DC
5682003-09-25 David Carlton <carlton@kealia.com>
569
570 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
571 of some print tests, where appropriate. Add tests for C::D::cd,
572 E::ce, F::cXfX, G::XgX.
573 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
574
594e6d67
RE
5752003-09-25 Richard Earnshaw <rearnsha@arm.com>
576
577 * lib/java.exp (java_init): Import target_alias before using it.
578
10f0d451
DC
5792003-09-25 David Carlton <carlton@kealia.com>
580
581 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
582
274bcba0
EZ
5832003-09-23 Elena Zannoni <ezannoni@redhat.com>
584
585 * gdb.base/selftest.exp: Accomodate more instruction reordering
586 weirdness.
587
cdbf20f7
MC
5882003-09-17 Michael Chastain <mec@shout.net>
589
590 * gdb.cp/gdb1355.exp: New file.
591 * gdb.cp/gdb1355.c: New file.
592
71e06f80
CV
5932003-09-15 Corinna Vinschen <vinschen@redhat.com>
594
595 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
596 * gdb.asm/sh.inc: New file.
597
5c4e30ca
DC
5982003-09-11 David Carlton <carlton@kealia.com>
599
bd45b7af
DC
600 * gdb.cp/namespace.exp: Add tests for namespace types.
601 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
602 (test_namespace): New.
603
1c199746
EZ
6042003-09-11 Elena Zannoni <ezannoni@redhat.com>
605
606 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 607 * gdb.stabs/weird.exp: Ditto.
1c199746 608
04ed252f
MC
6092003-09-08 Michael Chastain <mec@shout.net>
610
611 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
612
d8a2d9e7
MC
6132003-09-07 Michael Chastain <mec@shout.net>
614
615 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
616 'parse error'.
617
161afb24
MK
6182003-09-07 Mark Kettenis <m.kettenis@osp.nl>
619
620 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
621
49f2741a
MC
6222003-08-30 Michael Chastain <mec@shout.net>
623
624 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
625 * gdb.gdb/observer.exp: Ditto.
626 * gdb.gdb/xfullpath.exp: Ditto.
627
8afa723e
MK
6282003-08-29 Mark Kettenis <kettenis@gnu.org>
629
630 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
631 *-*-*bsd*.
632
f31dfe3b
JJ
6332003-08-28 Jeff Johnston <jjohnstn@redhat.com>
634
635 * gdb.base/dump.exp: Skip for ia64.
636
4630e498
JJ
6372003-08-25 Jeff Johnston <jjohnstn@redhat.com>
638
639 * gdb.asm/asm-source.exp: Add ia64 support.
640 * gdb.asm/ia64.inc: New file.
641
1105b7ef
MC
6422003-08-22 Michael Chastain <mec@shout.net>
643
644 * gdb.cp: New directory.
645 * gdb.cp/*: Copy from gdb.c++/*.
646 * gdb.c++/*: Remove.
647 * Makefile.in: Change gdb.c++ to gdb.cp.
648 * configure.in: Ditto.
649 * configure: Regnerate.
650
c945b932
MK
6512003-08-18 Mark Kettenis <kettenis@gnu.org>
652
653 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
654 * gdb.arch/i386-prologue.c (gdb1338): Add function.
655
2b66634b
DJ
6562003-08-17 Daniel Jacobowitz <drow@mvista.com>
657
658 * mi-var-display.exp (-var-list-children weird): Accept function
659 pointers with argument types.
660 * mi1-var-display.exp (-var-list-children weird): Likewise.
661 * mi2-var-display.exp (-var-list-children weird): Likewise.
662
a356f73b
DJ
6632003-08-17 Daniel Jacobowitz <drow@mvista.com>
664
665 * gdb.base/annota3.exp: Add missing newline.
666
483417b8
MC
6672003-08-06 Michael Chastain <mec@shout.net>
668
669 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
670
c99c59c3
MS
6712003-08-12 Michael Snyder <msnyder@redhat.com>
672
673 * gdb.base/float.exp: Add test for SH.
674
55ed7501
MK
6752003-08-10 Mark Kettenis <kettenis@gnu.org>
676
677 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
678
1a371f2e
EZ
6792003-08-07 Elena Zannoni <ezannoni@redhat.com>
680
681 * gdb.base/completion.exp: Remove reduntant completion test
682 on filename.
683
e0f353ce
EZ
6842003-08-07 Elena Zannoni <ezannoni@redhat.com>
685
686 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
687 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
688 gdb.trace/save-trace.exp: Make sure that full pathnames are
689 escaped correctly.
690
5710a1af
EZ
6912003-08-07 Elena Zannoni <ezannoni@redhat.com>
692
693 * configure.in: Don't generate config.h from config.hin.
694 * configure: Regenerate.
695 * config.hin: Remove file.
696 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
697 * gdb.threads/pthreads.c: Ditto.
698
dcd81ce9
DJ
6992003-08-07 Daniel Jacobowitz <drow@mvista.com>
700
701 From Kei Sakamoto <sakamoto.kei@renesas.com>:
702 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
703 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
704 Replace ld24 with seth/add3.
705
6009d884
AC
7062003-08-02 Andrew Cagney <cagney@redhat.com>
707
708 * gdb.base/annota3.exp: New file.
709 * gdb.base/annota3.c: New file.
710 * gdb.c++/annota3.exp: New file.
711 * gdb.c++/annota3.cc: New file.
712
51514e06
MC
7132003-07-29 Michael Chastain <mec@shout.net>
714
715 * gdb.threads/tls.c (spin): Check errno only if sem_wait
716 actually failed.
717 (do_pass): Likewise.
718 * gdb.threads/tls.exp: Always initialize no_of_threads.
719
4ee6625b
DJ
7202003-07-27 Daniel Jacobowitz <drow@mvista.com>
721
722 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
723 pattern.
724 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
725 * gdb.threads/tls.exp: Recognize one case of the host library not
726 supporting TLS.
727
225f2bf6
AC
7282003-07-27 Andrew Cagney <cagney@redhat.com>
729
730 * gdb.base/fileio.exp: Use SH when running commands using
731 remote_exec.
732
bcb27c9f
DJ
7332003-07-24 Daniel Jacobowitz <drow@mvista.com>
734
735 From Kei Sakamoto <sakamoto.kei@renesas.com>:
736 * gdb.base/relocate.c (dummy): New padding array.
737
3d67be83
MS
7382003-07-22 Michael Snyder <msnyder@redhat.com>
739
740 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
741
742 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
743 patterns to be more general, accepting old and new output.
744 Some output chars (such as '+') also must be quoted.
745 Some addresses are displayed numerically instead of
746 symbolically.
747
57ba3b85
MS
7482003-07-23 Michael Snyder <msnyder@redhat.com>
749
686d097c
MS
750 * gdb.base/return2.exp: Don't test long-long return.
751
57ba3b85
MS
752 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
753 * gdb.disasm/t01_mov.exp: Ditto.
754 * gdb.disasm/t02_mova.s: Ditto.
755 * gdb.disasm/t02_mova.exp: Ditto.
756 * gdb.disasm/t03_add.s: Ditto.
757 * gdb.disasm/t03_add.exp: Ditto.
758 * gdb.disasm/t04_sub.s: Ditto.
759 * gdb.disasm/t04_sub.exp: Ditto.
760 * gdb.disasm/t05_cmp.s: Ditto.
761 * gdb.disasm/t05_cmp.exp: Ditto.
762 * gdb.disasm/t06_ari2.s: Ditto.
763 * gdb.disasm/t06_ari2.exp: Ditto.
764 * gdb.disasm/t07_ari3.s: Ditto.
765 * gdb.disasm/t07_ari3.exp: Ditto.
766 * gdb.disasm/t08_or.s: Ditto.
767 * gdb.disasm/t08_or.exp: Ditto.
768 * gdb.disasm/t09_xor.s: Ditto.
769 * gdb.disasm/t09_xor.exp: Ditto.
770 * gdb.disasm/t10_and.s: Ditto.
771 * gdb.disasm/t10_and.exp: Ditto.
772 * gdb.disasm/t11_logs.s: Ditto.
773 * gdb.disasm/t11_logs.exp: Ditto.
774 * gdb.disasm/t12_bit.s: Ditto.
775 * gdb.disasm/t12_bit.exp: Ditto.
776 * gdb.disasm/t13_otr.s: Ditto.
777 * gdb.disasm/t13_otr.exp: Ditto.
778
e00759ef
EZ
7792003-07-22 Elena Zannoni <ezannoni@redhat.com>
780
781 * gdb.threads/tls.exp :Add kfail for 'info address' case.
782
8bc2021f
EZ
7832003-07-22 Elena Zannoni <ezannoni@redhat.com>
784
785 * gdb.threads/tls.c : New file.
786 * gdb.threads/tls.exp : New file.
787 * gdb.threads/tls-main.c : New file.
788 * gdb.threads/tls-shared.c : New file.
789 * gdb.threads/tls-shared.exp : New file.
790
89320c4c
AS
7912003-07-22 Andreas Schwab <schwab@suse.de>
792
793 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
794
180dea7c
AS
7952003-07-20 Andreas Schwab <schwab@suse.de>
796
797 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
798 due to insn reordering.
799
0714963c
AC
8002003-07-15 Andrew Cagney <cagney@redhat.com>
801
802 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
803
98a23b3f
MC
8042003-07-15 Michael Chastain <mec@shout.net>
805
806 * gdb.base/gdb1250.exp: New file.
807 * gdb.base/gdb1250.c: New file.
808
27e417a2
ML
8092003-07-09 Michal Ludvig <mludvig@suse.cz>
810
811 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
812 expansion of size_t to 'unsigned long', not only to 'unsigned'.
813
8bc2021f
EZ
8142003-07-09 Elena Zannoni <ezannoni@redhat.com>
815
816 * gdb.threads/tls.c: New file.
817 * gdb.threads/tls.exp: New file.
818 * gdb.threads/tls-main.c: New file.
819 * gdb.threads/tls-shared.c: New file.
820 * gdb.threads/tls-shared.exp: New file.
821
d99968dc
EZ
8222003-07-09 Elena Zannoni <ezannoni@redhat.com>
823
824 * gdb.base/annota1.exp: Make sure that we properly escape the
825 full path of the source file. Xfail more permissive patterns,
826 due to a compiler debug info problem.
827
83876b3b
AS
8282003-07-07 Andreas Schwab <schwab@suse.de>
829
2705e972
AS
830 * gdb.asm/m68k.inc: New file.
831 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
832
83876b3b
AS
833 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
834 arguments"): Also match negative number.
835
836 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
837
3a871b37
DJ
8382003-07-03 Daniel Jacobowitz <drow@mvista.com>
839
840 * gdb.base/store.c (charest): New typedef.
841 (add_char): Rename to add_charest, update.
842 (wack_char): Rename to wack_charest, update types. Return l + r
843 to keep r live across the call.
844 (wack_short, wack_int, wack_long, wack_longest, wack_float)
845 (wack_double, wack_doublest): Return l + r to keep r live across
846 the call.
847 * gdb.base/store.exp: Accomodate store.c changes.
848
b2a7f303
DC
8492003-06-30 David Carlton <carlton@kealia.com>
850
851 * gdb.c++/maint.exp (test_invalid_name): New.
852 (test_first_component): Add tests for invalid names.
853
3c6cb4a1
MC
8542003-06-29 Michael Chastain <mec@shout.net>
855
856 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
857 output of '<VTT for class>' for virtual base classes.
858
f1c2644b
DJ
8592003-06-29 Daniel Jacobowitz <drow@mvista.com>
860
861 * gdb.base/completion.exp: Tab-complete "complet" instead of
862 "compl".
863 * gdb.base/complex.exp, gdb.base/complex.c: New files.
864
18080350
DJ
8652003-06-29 Daniel Jacobowitz <drow@mvista.com>
866
867 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
868 * gdb.base/volatile.exp: Likewise.
869
f56973f8
DJ
8702003-06-29 Daniel Jacobowitz <drow@mvista.com>
871
872 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
873 gdb/1265.
874
8752003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
876 Daniel Jacobowitz <drow@mvista.com>
877
878 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
879 initial line count of 'captured_main' from 26 to 32.
880 (test_with_self): Allow xmalloc call to be interleaved with the
881 preceding two lines.
882
e766d4d6
JB
8832003-06-24 Joel Brobecker <brobecker@gnat.com>
884
885 * gdb.base/bang.exp: New testcase.
886
f125c9a4
JB
8872003-06-23 Joel Brobecker <brobecker@gnat.com>
888
889 * gdb.base/langs.exp: Add some tests for the "minimal" language
890 support.
891
6e25beaf
EZ
8922003-06-23 Elena Zannoni <ezannoni@redhat.com>
893
894 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
895 the testcase.
896
2f816dda
DJ
8972003-06-22 Daniel Jacobowitz <drow@mvista.com>
898
899 * gdb.base/relocate.exp: Test add-symbol-file with a variable
900 offset.
901
db5a5748
DJ
9022003-06-22 Daniel Jacobowitz <drow@mvista.com>
903
904 * gdb.c++/pr-1210.cc: New file.
905 * gdb.c++/pr-1210.exp: New file.
906
1df0c130
DJ
9072003-06-21 Daniel Jacobowitz <drow@mvista.com>
908
909 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
910 000-exec-continue.
911
a92feac0
MK
9122003-06-15 Mark Kettenis <kettenis@gnu.org>
913
914 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
915 on *-*-*bsd* instead of *-*-freebsd*.
916
81a58f5b
AC
9172003-06-14 Andrew Cagney <cagney@redhat.com>
918
919 * gdb.base/store.exp: Test longest and doublest. Test all
920 parameters. Weaken return statement match.
921 * gdb.base/store.c: Add longest and doublest - aka long long and
922 long double functions. Put all parameters into local register
923 variables. Use negative values.
924
b257a0d3
AC
9252003-06-14 Andrew Cagney <cagney@redhat.com>
926
927 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
928 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
929 exit status.
930 * gdb.base/fileio.exp: Disable target when nointerrupts and
931 noinferiorio, instead of limiting it to remote. Use remote_exec
932 instead of system.
933
21c38304
JJ
9342003-06-12 Jeff Johnston <jjohnstn@redhat.com>
935
936 * gdb.base/float.exp: Add ia64 support.
937
1bcdb424
CV
9382003-06-12 Corinna Vinschen <vinschen@redhat.com>
939
940 * gdb.base/fileio.exp: Run only on remote targets.
941
6aeb981f
CV
9422003-06-10 Corinna Vinschen <vinschen@redhat.com>
943
944 * gdb.base/fileio.c: New file, testing File-I/O.
945 * gdb.base/fileio.exp: Ditto.
946
53df362e
RG
9472003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
948
949 * gdb.base/shreloc.exp: New file, check symbol values obtained from
950 shared objects after relocation at load time (gdb PR/1132).
951 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
952 as above, part of the shared object relocation test.
953
ffee1b46
MK
9542003-06-08 Mark Kettenis <kettenis@gnu.org>
955
b5ca3722
MK
956 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
957 fully filled history list.
958 * gdb.base/gdb_history: New file.
959
03ed860d
MK
960 * gdb.base/signals.exp: XFAIL "continue to func1" on
961 i*86-*-freebsd*.
962
ffee1b46
MK
963 * gdb.base/attach.exp: When trying to attach to a nonexistent
964 process, make it possible to specify the PID based on the target,
965 and do so for *-*-freebsd*.
966
d80dbb52
RH
9672003-06-02 Richard Henderson <rth@redhat.com>
968
969 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
970
6dd77b81
RH
9712003-06-02 Richard Henderson <rth@redhat.com>
972
973 * gdb.base/selftest.exp: Next over lim_at_start initialization.
974
f6347e16
RH
9752003-06-02 Richard Henderson <rth@redhat.com>
976
977 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
978
2c161407
DJ
9792003-06-01 Daniel Jacobowitz <drow@mvista.com>
980
981 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
982 of globalvar.
983
572eb746
MK
9842003-06-01 Mark Kettenis <kettenis@gnu.org>
985
986 * gdb.asm/asm-source.exp: Check for memory read errors in
987 disassembler test on *BSD too.
988
9e9617a5
RH
9892003-06-01 Richard Henderson <rth@redhat.com>
990
991 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
992 for .frame.
993 (gdbasm_call): Lose ldgp.
994 (gdbasm_startup): Add frame information.
995 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
996
7b34ad4e
MK
9972003-05-31 Mark Kettenis <kettenis@gnu.org>
998
999 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
1000 i?86-*-*.
1001
10059fdf
MK
10022003-05-30 Mark Kettenis <kettenis@gnu.org>
1003
1004 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
1005 FreeBSD.
1006
acf4b816
RH
10072003-05-29 Richard Henderson <rth@redhat.com>
1008
1009 * gdb.asm/alpha.inc: New file.
1010 * gdb.asm/asm-source.exp: Use it.
1011
e9ecd949
JB
10122003-05-29 Jim Blandy <jimb@redhat.com>
1013
1014 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
1015 'core.PID'.
1016
e3e5a4f3
JB
10172003-05-22 Jim Blandy <jimb@redhat.com>
1018
1019 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
1020 backtrace.
1021
72fe3d25
DC
10222003-05-20 David Carlton <carlton@math.stanford.edu>
1023
1024 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
1025 this time.
1026
58da2eb2
DC
10272003-05-19 David Carlton <carlton@bactrian.org>
1028
1029 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
1030 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
1031
1fcb5155
DC
10322003-05-19 David Carlton <carlton@bactrian.org>
1033
1034 * gdb.c++/namespace.exp: Add namespace scope and anonymous
1035 namespace tests.
1036 Bump copyright date.
1037 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
1038 (main): Call C::D::marker2.
1039 * gdb.c++/namespace1.cc: New file.
1040
85e85163
JJ
10412003-05-14 Jeff Johnston <jjohnstn@redhat.com>
1042
1043 Roland McGrath <roland@redhat.com>
1044 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
1045 there is no manager thread.
1046
a25fbfec
JJ
10472003-05-08 Jeff Johnston <jjohnstn@redhat.com>
1048
1049 * gdb.threads/schedlock.exp: Remove assumption that all threads
1050 will run in a particular small time slice. Also ensure we break
1051 in one of the child threads rather than the main thread.
1052
be375bae
JB
10532003-05-07 Jim Blandy <jimb@redhat.com>
1054
09bf6082
JB
1055 Add support for assembly source testing on the s390x.
1056 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
1057 architecture.
1058 * gdb.asm/s390x.inc: New file.
1059
be375bae
JB
1060 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
1061 succession of 'if' statements.
1062
00905d52
AC
10632003-05-05 Andrew Cagney <cagney@redhat.com>
1064
1065 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
1066
b1e29e33
AC
10672003-05-05 Andrew Cagney <cagney@redhat.com>
1068
1069 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
1070 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
1071
e33d66ec
EZ
10722003-05-02 Elena Zannoni <ezannoni@redhat.com>
1073
1074 * gdb.base/charset.exp: Update based on new behavior of set/show
1075 charset commands.
1076
2b6fd0d8
AC
10772003-05-01 Andrew Cagney <cagney@redhat.com>
1078
1079 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
1080 variable do not give memory errors.
1081
130cacce
AF
10822003-04-30 Adam Fedor <fedor@gnu.org>
1083
1084 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
1085 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
1086 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
1087 gdb.objc/basicclass.m: : New files
1088
1089 * lib/gdb.exp (gdb_compile_objc): New procedure.
1090
bea71854
DJ
10912003-04-27 Daniel Jacobowitz <drow@mvista.com>
1092
1093 * gdb.base/signals.exp: Make backtrace tests more specific.
1094
0f20eeea
DC
10952003-04-23 David Carlton <carlton@bactrian.org>
1096
1097 * gdb.c++/maint.exp (test_first_component): Add tests for
1098 'operator' in more locations.
1099
c8c4d8dc
KB
11002003-04-16 Kevin Buettner <kevinb@redhat.com>
1101
1102 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
1103
3fe60e3c
EZ
11042003-04-16 Elena Zannoni <ezannoni@redhat.com>
1105
1106 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
1107 func marke' instead. Update test name.
1108
9219021c
DC
11092003-04-15 David Carlton <carlton@math.stanford.edu>
1110
1111 * gdb.c++/maint.exp: New file.
1112
5dd55bdd
EZ
11132003-04-14 Elena Zannoni <ezannoni@redhat.com>
1114
1115 * gdb.threads/schedlock.c: Change type of thread function argument
1116 to long, to avoid warnings on 64-bit platforms.
1117
00890572
EZ
11182003-04-14 Elena Zannoni <ezannoni@redhat.com>
1119
1120 * gdb.base/attach.exp: Add new message from ptrace in case of
1121 attaching to nonexistent process.
1122
93201743
JB
11232003-04-11 Jim Blandy <jimb@redhat.com>
1124
1125 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1126 gdb.c++/userdef.cc: Place comments on the lines to which the
1127 marker function might return.
1128 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1129 gdb.c++/userdef.exp: Look for those comments to check that we've
1130 returned to the right place, instead of checking line numbers.
1131
2a11c64d
EZ
11322003-04-11 Elena Zannoni <ezannoni@redhat.com>
1133
1134 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
1135 match on sourcefile name, instead of directory name.
1136
68ab8fc5
EZ
11372003-04-10 Elena Zannoni <ezannoni@redhat.com>
1138
1139 * gdb.base/completion.exp: Use string_to_regexp to match the
1140 working directory name.
1141
5624293a
JB
11422003-04-09 Jim Blandy <jimb@redhat.com>
1143
1144 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
1145 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
1146 after an inferior function call, report the failure, but allow the
1147 test to continue.
1148
f1f02ee4
SC
11492003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1150
1151 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1152 with -DPROTOTYPES.
1153
6eb79af0
SC
11542003-04-05 Stephane Carrez <stcarrez@nerim.fr>
1155
1156 * gdb.base/break.exp: Revert last patch.
1157
8dfb4cf0
SC
11582003-04-04 Stephane Carrez <stcarrez@nerim.fr>
1159
1160 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
1161 with -DPROTOTYPES.
1162
ed4c619a
AC
11632003-04-02 Andrew Cagney <cagney@redhat.com>
1164
1165 * gdb.base/callfuncs.exp: Make "print add" messages unique.
1166 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
1167 matching directories by the name breakpoint.
1168 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
1169 Make "continue to marker1" consistent.
1170 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
1171 message consistent.
1172 * lib/gdb.exp: Put "the program is no longer running", and "the
1173 program exited" in parenthesis.
1174 * lib/mi-support.exp: Ditto.
1175
4e35d5f0
BR
11762003-04-02 Bob Rossi <bob_rossi@cox.net>
1177
1178 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
1179
71900fe8
AC
11802003-03-29 Andrew Cagney <cagney@redhat.com>
1181
1182 * gdb.base/sizeof.c (main): Print the value of '\377'.
1183 * gdb.base/sizeof.exp: Check the sign of '\377'.
1184
c0655a16
MC
11852003-03-27 Michael Chastain <mec@shout.net>
1186
1187 * gdb.base/gdb1090.exp: New file.
1188 * gdb.base/gdb1090.cc: New file.
1189
5b2a3989
JB
11902003-03-27 J. Brobecker <brobecker@gnat.com>
1191
1192 * gdb.gdb/observer.exp: New regression test.
1193
79876890
MC
11942003-03-27 Michael Chastain <mec@shout.net>
1195
1196 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
1197 * gdb.base/ptype.exp: Likewise.
1198
6eac95e3
CV
11992003-03-27 Corinna Vinschen <vinschen@redhat.com>
1200
1201 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
1202
e8c71839
MC
12032003-03-26 Michael Chastain <mec@shout.net>
1204
1205 * gdb.base/ptype.exp: Actually use some typedef'd types.
1206
71b10041
SC
12072003-03-21 Stephane Carrez <stcarrez@nerim.fr>
1208
1209 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
1210 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
1211
2512cf80
CV
12122003-03-20 Corinna Vinschen <vinschen@redhat.com>
1213
1214 * gdb.base/default.exp: Fix regular expression.
1215
0d195a4f
CV
12162003-03-20 Corinna Vinschen <vinschen@redhat.com>
1217
1218 * gdb.base/args.exp: Fix regular expression.
1219
8a2dbca8
CV
12202003-03-20 Corinna Vinschen <vinschen@redhat.com>
1221
1222 * gdb.base/help.exp: Allow Win32 child process.
1223
bf028682
CV
12242003-03-20 Corinna Vinschen <vinschen@redhat.com>
1225
1226 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
1227 when stepping out of main().
1228
182dbe85
CV
12292003-03-20 Corinna Vinschen <vinschen@redhat.com>
1230
1231 * gdb.base/default.exp: Check for win32 specific message when calling
1232 "run" without executable.
1233
d67a6ba5
CV
12342003-03-20 Corinna Vinschen <vinschen@redhat.com>
1235
1236 * gdb.base/args.exp: Expect .exe in output.
1237
a955b5bb
CV
12382003-03-20 Corinna Vinschen <vinschen@redhat.com>
1239
1240 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
1241 Cygwin native.
1242
bf6bad4b
AC
12432003-03-17 Andrew Cagney <cagney@redhat.com>
1244
1245 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
1246 vector registes.
1247 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
1248 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
1249
293e9a31
DC
12502003-03-17 David Carlton <carlton@math.stanford.edu>
1251
1252 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
1253 test, for PR breakpoints/38.
1254 Call test_watchpoint_and_breakpoint.
1255 * gdb.base/watchpoint.c (func3): New function.
1256 (main): Call func3.
1257
5330f2db
DC
12582003-03-04 David Carlton <carlton@math.stanford.edu>
1259
1260 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
1261 Garply<Garply<char> >:: garply".
1262 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
1263 with respect to PR c++/1111; note also PR c++/1113.
1264 (test_template_breakpoints): KFAIL "constructor breakpoint" with
1265 respect to PR c++/1062.
1266 KFAIL "destructor breakpoint" with respect to PR c++/1112.
1267
6ece72da
DC
12682003-03-03 David Carlton <carlton@math.stanford.edu>
1269
1270 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
1271 with respect to PR c++/57.
1272 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
1273 c++/826.
1274 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
1275 respect to PR c++/57.
1276
85ca1584
DC
12772003-03-03 David Carlton <carlton@math.stanford.edu>
1278
1279 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
1280 respect to PR c++/33 into FAILs.
1281
98e9c5b8
MC
12822003-03-03 Michael Chastain <mec@shout.net>
1283
7bedbf27
MC
1284 * configure.in: Update copyright years.
1285
12862003-03-03 Michael Chastain <mec@shout.net>
1287
1288 * Makefile.in: Update copyright years.
98e9c5b8 1289
f683e100
DC
12902003-02-28 David Carlton <carlton@math.stanford.edu>
1291
1292 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
1293 print class instead of struct and/or superfluous protection
1294 specifiers, as long as the resulting output is equivalent to the
1295 source code.
1296 Delete FIXME from end of messages on tests that don't need
1297 fixing.
1298
a9e0cf2c
DC
12992003-02-28 David Carlton <carlton@math.stanford.edu>
1300
1301 * gdb.c++/templates.exp (do_tests): Allow const in the two
1302 Foo<volatile char *>::foo tests.
1303
e8d359df
MS
13042003-02-27 Michael Snyder <msnyder@redhat.com>
1305
1306 * gdb.base/restore.c (main): Return zero, so exit code
1307 will be consistant.
1308
0b71dc91
DC
13092003-02-26 David Carlton <carlton@math.stanford.edu>
1310
1311 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
1312 char *>::foo" test with respect to PR c++/33. Create a new test
1313 which is identical to that one except that it doesn't put the
1314 space between the "char" and the "*"; KFAIL it, too.
1315
dd14ab43
DC
13162003-02-26 David Carlton <carlton@math.stanford.edu>
1317
1318 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
1319 template types into either PASSes or KFAILs (corresponding to PR
1320 c++/57). Tweak indentation. Update copyright.
1321
1146c7f1
SC
13222003-02-23 Stephane Carrez <stcarrez@nerim.fr>
1323
1324 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
1325
74641dfb
MC
13262003-02-13 Michael Chastain <mec@shout.net>
1327
1328 * gdb.base/exprs.exp: Remove i960 remnants.
1329 * gdb.base/funcargs.exp: Likewise.
1330 * gdb.base/list.exp: Likewise.
1331 * gdb.base/ptype.exp: Likewise.
1332
559cd2d0
DC
13332003-02-14 David Carlton <carlton@math.stanford.edu>
1334
1335 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
1336 pEe->D::vg()" from XFAIL to KFAIL.
1337
c4f90d87
JM
13382003-02-13 Jason Molenda (jmolenda@apple.com)
1339
1340 * gdb.base/maint.exp: Update maint print statistics regexp to include
1341 new entries.
1342
cbc4d97c
MC
13432003-02-13 Michael Chastain <mec@shout.net>
1344
1345 * gdb.c++/inherit.exp: Remove call to get_debug_format.
1346
40f235b7
MC
13472003-02-12 Michael Chastain <mec@shout.net>
1348
1349 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
1350 * gdb.c++/inherit.exp: Likewise.
1351 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
1352 * gdb.c++/templates.exp: Likewise.
1353 * gdb.c++/virtfunc.exp: Likewise.
1354
c56716b0
JM
13552003-02-06 Jason Molenda (jason-cl@molenda.com)
1356
1357 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
1358 why the code is written that way.
1359
070afcf8
MC
13602003-02-05 Michael Chastain <mec@shout.net>
1361
1362 * gdb.base/dump.exp: Add missing copyright line.
1363
5d0331e5
JM
13642003-02-05 Jason Molenda (jason-cl@molenda.com)
1365
f7ae6d3e 1366 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
1367 at the beginning so the breakpoint doesn't get set on the loop.
1368
92851186
MC
13692003-02-05 Michael Chastain <mec@shout.net>
1370
1371 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
1372 output for configurations with gcc 2.95.3.
1373
cbf1e085
AC
13742003-02-05 Keith Seitz <keiths@redhat.com>
1375 Andrew Cagney <ac131313@redhat.com>
1376
1377 * gdb.mi/mi-cli.exp: New file.
1378
29518e1e
MC
13792003-02-04 Michael Chastain <mec@shout.net>
1380
1381 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
1382 Call perror and then continue.
1383
5af1d5f3
MC
13842003-02-03 Michael Chastain <mec@shout.net>
1385
1386 * gdb.c++/pr-1023.cc: New file.
1387 * gdb.c++/pr-1023.exp: New file.
1388
6b549786
JB
13892003-02-05 Jim Blandy <jimb@redhat.com>
1390
1391 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
1392 it's local to foobar. Check for it there, and check that it's not
1393 present in main.
1394 * gdb.c++/local.cc (marker2): New function.
1395 (foobar): Call marker1.
1396 (main): Call marker2 instead of marker1.
1397
67f16606
AC
13982003-02-04 Andrew Cagney <ac131313@redhat.com>
1399
1400 * gdb.disasm/mn10200.exp: Obsolete file.
1401 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
1402 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
1403 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
1404
1c5cb38e
DC
14052003-02-04 David Carlton <carlton@math.stanford.edu>
1406
1407 * gdb.c++/overload.exp: Test intToChar(1).
1408 * gdb.c++/overload.cc (intToChar): New.
1409 (main): Call intToChar.
1410
d1fe6965
DC
14112003-02-03 David Carlton <carlton@math.stanford.edu>
1412
1413 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
1414 'might_kfail' arg.
1415 KFAIL some of the continue_to_bp_overloaded calls, according to
1416 PR c++/1025.
1417
9ba61c5d
MC
14182003-02-01 Michael Chastain <mec@shout.net>
1419
1420 * gdb.base/advance.c (marker1): New marker function.
1421 * gdb.base/advance.exp: When the 'advance' command lands on the
1422 return breakpoint, it can legitimately stop on either the
1423 current line or the next line. Accommodate both outcomes.
1424 * gdb.base/until.exp: Likewise.
1425
e7494ffb
AC
14262003-02-02 Andrew Cagney <ac131313@redhat.com>
1427
1428 2002-11-10 Jason Molenda (jason-cl@molenda.com):
1429 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
1430 now a list, not a tuple.
1431 * gdb.mi/mi-var-display.exp: Ditto.
1432 * gdb.mi/gdb792.exp: Ditto.
1433
075559bc
AC
14342003-02-01 Andrew Cagney <ac131313@redhat.com>
1435
1436 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
1437 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
1438 stack backtraces.
1439 * gdb.mi/mi-syn-frame.c: Part of same.
1440
2bd4c7b1
MK
14412003-02-01 Mark Kettenis <kettenis@gnu.org>
1442
1443 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1444 gdb.mi/mi1-pthreads.exp: Return instead of calling
1445 gdb_suppress_entire_file.
1446
eabd8992
MS
14472003-02-01 Mark Salter <msalter@redhat.com>
1448
1449 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
1450
71469e2f
MS
14512003-01-31 Mark Salter <msalter@redhat.com>
1452
1453 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
1454 Support empty arg.
1455
38a94d44
MC
14562003-01-30 Michael Chastain <mec@shout.net>
1457
1458 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
1459 This was a workaround for a UTF-8 bug in readline 4.3. The bug
1460 has been fixed in gdb/readline on 2003-01-09.
1461
19ea9e73
MS
14622003-01-29 Michael Snyder <msnyder@redhat.com>
1463
e8d359df
MS
1464 * gdb.base/maint.exp: Allow for leading underscore in symbol.
1465 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
1466 * gdb.base/args.exp: Skip if target does not support args passing.
1467
2307bd6a
DJ
14682003-01-22 Daniel Jacobowitz <drow@mvista.com>
1469
19ea9e73 1470 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
1471 gdb_test. Accept a list of expect arguments as the third
1472 parameter.
1473 (gdb_test): Use it.
1474
f2dd3617
EZ
14752003-01-20 Elena Zannoni <ezannoni@redhat.com>
1476
1477 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
1478 allow for different test tree configurations. Update some
1479 tescases accordingly.
1480 * gdb.arch/altivec-regs.exp: Ditto.
1481 * gdb.asm/asm-source.exp: Ditto.
1482 * gdb.base/advance.exp: Ditto.
1483 * gdb.base/display.exp: Ditto.
1484 * gdb.base/long_long.exp: Ditto.
1485 * gdb.base/mips_pro.exp: Ditto.
1486 * gdb.base/overlays.exp: Ditto.
1487 * gdb.base/relocate.exp: Ditto.
1488 * gdb.base/setshow.exp: Ditto.
1489 * gdb.base/step-line.exp: Ditto.
1490 * gdb.base/step-test.exp: Ditto.
1491 * gdb.base/until.exp: Ditto.
1492 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
1493
c71cdefd
DC
14942003-01-17 David Carlton <carlton@math.stanford.edu>
1495
1496 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
1497 corresponding to PR c++/945.
1498 Update copyright.
1499
fdba05d7
DC
15002003-01-17 David Carlton <carlton@math.stanford.edu>
1501
1502 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
1503 corresponding to PR c++/68.
1504
15052003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
1506
1507 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
1508 (test_paddr_hairy_functions): Call print_addr_2_kfail for
1509 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
1510
c362c33a
EZ
15112003-01-15 Elena Zannoni <ezannoni@redhat.com>
1512
0fbc361c
EZ
1513 * gdb.base/break.exp: Fix change of default location, because of
1514 removal of until tests.
1515 * gdb.base/help.exp: Update test for new 'until' help message.
1516 Add test for help on 'advance'.
c362c33a
EZ
1517 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
1518
dabf8a35
MK
15192003-01-15 Mark Kettenis <kettenis@gnu.org>
1520
1521 * gdb.base/default.exp: Adapt "info float" test for recent changes
1522 to that command. Add test for "info vector".
1523 * gdb.base/float.exp: New file. Add test for "info float" that
1524 resembles the old test in gdb.base/default.exp.
1525
a1769aca
DC
15262003-01-15 David Carlton <carlton@math.stanford.edu>
1527
1528 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
1529
82025e13
EZ
15302003-01-15 Elena Zannoni <ezannoni@redhat.com>
1531
1532 * gdb.base/break.exp: Move the tests of until command from here...
1533 * gdb.base/until.exp: ... to here. New file. Add other tests.
1534 * gdb.base/advance.c: New file.
1535 * gdb.base/advance.exp: New file.
1536
8f9ab801
EZ
15372003-01-14 Elena Zannoni <ezannoni@redhat.com>
1538
1539 * gdb.base/args.c: New file.
1540 * gdb.base/args.exp: New file.
1541
9ae66589
DJ
15422003-01-14 Daniel Jacobowitz <drow@mvista.com>
1543
1544 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
1545
8d77e5c3
DJ
15462003-01-14 Daniel Jacobowitz <drow@mvista.com>
1547
1548 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
1549
12d2f0a1
DJ
15502003-01-14 Daniel Jacobowitz <drow@mvista.com>
1551
1552 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
1553 dates.
1554
6ca37014
DJ
15552003-01-13 Daniel Jacobowitz <drow@mvista.com>
1556
1557 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
1558
b0023472
DJ
15592003-01-13 Daniel Jacobowitz <drow@mvista.com>
1560
1561 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
1562 (ptype &*"foo").
1563 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
1564
d6abaea5
DJ
15652002-01-13 Daniel Jacobowitz <drow@mvista.com>
1566
1567 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
1568 * gdb.mi/mi1-console.exp: Likewise.
1569
dfd536a7
DJ
15702002-01-13 Daniel Jacobowitz <drow@mvista.com>
1571
1572 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
1573 * gdb.mi/mi1-console.exp: Likewise.
1574
a1fb14a2
DJ
15752003-01-13 Daniel Jacobowitz <drow@mvista.com>
1576
1577 * gdb.c++/overload.exp: Remove some fixed XFAILs.
1578
c4cf40b7
DJ
15792003-01-09 Daniel Jacobowitz <drow@mvista.com>
1580
1581 * gdb.base/detach.exp: New test.
1582
696d5a5b
DJ
15832003-01-09 Daniel Jacobowitz <drow@mvista.com>
1584
1585 * Makefile.in (ALL_SUBDIRS): New variable.
1586 (subdirs, clean, distclean): Use it.
1587 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
1588 regenerating Makefile, since it is generated from the top level.
1589 * gdb.asm/Makefile.in: Likewise.
1590 * gdb.base/Makefile.in: Likewise.
1591 * gdb.c++/Makefile.in: Likewise.
1592 * gdb.disasm/Makefile.in: Likewise.
1593 * gdb.java/Makefile.in: Likewise.
1594 * gdb.mi/Makefile.in: Likewise.
1595 * gdb.threads/Makefile.in: Likewise.
1596 * gdb.trace/Makefile.in: Likewise.
1597
754533e4
DC
15982003-01-09 David Carlton <carlton@math.stanford.edu>
1599
1600 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
1601 Add copyright year 2003.
1602
d8b3e9ee
MC
16032003-01-06 Michael Chastain <mec@shout.net>
1604
1605 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
1606 When selecting a thread, 'line' and 'file' are optional.
1607 * gdb.mi/mi1-pthreads.exp: Likewise.
1608
8e9e0fe6
AS
16092003-01-06 Andreas Schwab <schwab@suse.de>
1610
1611 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
1612 failures.
1613
b5ab8ff3
DJ
16142003-01-04 Daniel Jacobowitz <drow@mvista.com>
1615
1616 Fix PR gdb/844
1617 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
1618 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
1619
1620 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
1621 instead of calling gdb_suppress_entire_file.
1622 * gdb.threads/print-threads.exp: Likewise.
1623 * gdb.threads/schedlock.exp: Likewise.
1624
1625 * gdb.threads/killed.exp: Return instead of calling
1626 gdb_suppress_entire_file.
1627 * gdb.threads/linux-dp.exp: Likewise.
1628 * gdb.threads/pthreads.exp: Likewise.
1629
1e698235
DJ
16302003-01-04 Daniel Jacobowitz <drow@mvista.com>
1631
1632 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
1633 stabs.
1634 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
1635 * gdb.base/whatis.exp: Always allow (void) after function names.
1636
147ff08c
DJ
16372003-01-04 Daniel Jacobowitz <drow@mvista.com>
1638
1639 * gdb.c++/casts.exp: Correct regexp.
1640
dc62bfc2
MK
16412003-01-04 Mark Kettenis <kettenis@gnu.org>
1642
1643 * configure.in: Call AC_CONFIG_HEADER. Don't call
1644 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
1645 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
1646 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
1647 aforementioned directories in the AC_OUPUT call.
1648 * config.hin: New file.
1649 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
1650 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
1651 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
1652 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
1653 pass -I$objdir instead of -I$objdir/$subdir in compilation.
1654 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
1655 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
1656 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
1657 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
1658 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
1659 gdb.threads/configure.in, gdb.threads/configure,
1660 gdb.threads/config.in, gdb.trace/configure.in,
1661 gdb.trace/configure: Removed.
1662
77afa639
MC
16632003-01-03 Michael Chastain <mec@shout.net>
1664
1665 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
1666 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
1667
7634bb6e
DJ
16682003-01-03 Daniel Jacobowitz <drow@mvista.com>
1669
1670 * gdb.base/store.exp: Fix regular expressions.
1671
b39c905e
MK
16722002-12-28 Mark Kettenis <kettenis@gnu.org>
1673
1674 * configure.in: Rewrite.
1675 * configure: Regenerated.
1676
0a8551dd
DC
16772003-01-03 David Carlton <carlton@math.stanford.edu>
1678
1679 * gdb.base/psymtab.exp: New file.
1680 * gdb.base/psymtab1.c: Ditto.
1681 * gdb.base/psymtab2.c: Ditto.
1682
c60b7188
AF
16832002-12-23 Adam Fedor <fedor@gnu.org>
1684
1685 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
1686
ee73db83
DC
16872002-12-23 David Carlton <carlton@math.stanford.edu>
1688
1689 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
1690 and current_directory initialization.
1691
d6c1774e
JB
16922002-12-22 Jim Blandy <jimb@redhat.com>
1693
f0a847b8
JB
1694 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
1695 rather than as part of the output file name.
1696
d6c1774e
JB
1697 * gdb.base/attach.exp: There's no need to copy the test program to
1698 /tmp; that was only ever necessary on HP/UX, and this test is
1699 entirely disabled there anyway.
1700
f0708dbb
JB
17012002-12-21 Jim Blandy <jimb@redhat.com>
1702
4c2acfea
JB
1703 * gdb.c++/psmang.exp: Doc fix.
1704
f0708dbb
JB
1705 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
1706 test.
1707
9579e000
DC
17082002-12-20 David Carlton <carlton@math.stanford.edu>
1709
1710 * gdb.c++/annota2.exp: KFAIL annotate-quit.
1711
d1810171
MC
17122002-12-18 Michael Chastain <mec@shout.net>
1713
1714 * gdb.c++/annota2.exp: Add copyright year 2002.
1715
76565097
DC
17162002-12-17 David Carlton <carlton@math.stanford.edu>
1717
1718 * gdb.c++/try_catch.cc: Add marker comments.
1719 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
1720 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
1721 * gdb.c++/m-static.cc: Ditto.
1722 * gdb.c++/m-static1.cc: Ditto.
1723 * gdb.c++/try_catch.cc: Ditto.
1724
da81390b
JJ
17252002-12-16 Jeff Johnston <jjohnstn@redhat.com>
1726
1727 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
1728 to see whether we are using the new -environment-directory
1729 command which resets via -r or the old version of the command
1730 which may prompt the user. Part of fix for gdb/741.
1731
b304d130
AC
17322002-12-13 Andrew Cagney <ac131313@redhat.com>
1733
1734 * gdb.fortran/types.exp: Update obsolete comment.
1735 * gdb.fortran/exprs.exp: Ditto.
1736 * lib/gdb.exp: Delete obsolete code.
1737 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
1738 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
1739 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
1740 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
1741 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
1742 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
1743 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
1744 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
1745 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
1746 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
1747 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
1748 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
1749 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
1750 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
1751 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
1752 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
1753 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
1754 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
1755 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
1756 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
1757 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
1758 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
1759 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
1760 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
1761 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
1762 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
1763 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
1764 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
1765 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
1766 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
1767 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
1768 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
1769 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
1770 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
1771 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
1772 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
1773 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
1774
a23b6e6a
DC
17752002-12-11 David Carlton <carlton@math.stanford.edu>
1776
1777 * gdb.c++/m-data.exp: Add test for members that shadow global
1778 variables: see PR gdb/804.
1779 * gdb.c++/m-data.cc: Ditto.
1780
6604731b
DJ
17812002-12-10 Daniel Jacobowitz <drow@mvista.com>
1782
1783 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
1784
de46ecd7
DC
17852002-12-06 David Carlton <carlton@math.stanford.edu>
1786
1787 * gdb.base/store.c: Don't declare functions static.
1788
27e829d0
AC
17892002-12-04 Andrew Cagney <ac131313@redhat.com>
1790
1791 * gdb.base/store.exp, gdb.base/store.c: New files.
1792
92806416
DJ
17932002-12-03 Daniel Jacobowitz <drow@mvista.com>
1794
1795 * gdb.base/selftest.exp: Update for current gdb.
1796
3bcbaac5
DJ
17972002-12-03 Daniel Jacobowitz <drow@mvista.com>
1798
1799 * gdb.base/maint.exp: Only dump symbols from one source file
1800 or objfile.
1801
f4f00b1f
DJ
18022002-12-03 Daniel Jacobowitz <drow@mvista.com>
1803
1804 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
1805 function call.
1806
f1c8a949
JB
18072002-11-25 Jim Blandy <jimb@redhat.com>
1808
1809 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
1810 function appearing in error message.
1811
9e297a97
DJ
18122002-11-21 Daniel Jacobowitz <drow@mvista.com>
1813
1814 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
1815
1f312e79
JJ
18162002-11-08 Jeff Johnston <jjohnstn@redhat.com>
1817
1818 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
1819 for mi1 and current mi is in correct format. New mi startup message
1820 should be in mi console format. This is part of fix for PR gdb/604.
1821
83c31e7d
FN
18222002-09-18 Fernando Nasser <fnasser@redhat.com>
1823
1824 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
1825 which explicitly prints the zero offset as "+0".
1826
322b3f65
DJ
18272002-10-22 Daniel Jacobowitz <drow@mvista.com>
1828
1829 * gdb.threads/schedlock.c (args): Make unsigned.
1830
18312002-10-21 Daniel Jacobowitz <drow@mvista.com>
1832
1833 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
1834 numbers. Allow "foo2|selected stack frame".
1835 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
1836 * gdb.asm/asmsrc2.s: Likewise.
1837 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
1838 comments.
1839 * gdb.asm/mips.inc: New file.
1840
5e2fe5b8
AF
18412002-10-18 Adam Fedor <fedor@gnu.org>
1842
1843 * gdb.base/default.exp: Update expected output to include 'ObjC'.
1844 * gdb.base/help.exp: Likewise.
1845
abe1a5d0
KB
18462002-10-17 Kevin Buettner <kevinb@redhat.com>
1847
1848 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
1849 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
1850
10abb1d4
JB
18512002-10-02 Jim Blandy <jimb@redhat.com>
1852
1853 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
1854
1f609b42
AC
18552002-10-01 Andrew Cagney <ac131313@redhat.com>
1856
1857 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
1858 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
1859 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
1860 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
1861 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
1862 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
1863 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
1864
0aee02e4
AC
18652002-09-29 Andrew Cagney <ac131313@redhat.com>
1866
1867 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
1868 * mi0-disassemble.exp, mi0-eval.exp: Delete.
1869 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
1870 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
1871 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
1872 * mi0-var-block.exp, mi0-var-child.exp: Delete.
1873 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
1874
6fde09ad
KB
18752002-09-27 Kevin Buettner <kevinb@redhat.com>
1876
1877 * gdb.base/annota1.exp (info break): Make directory components of
1878 path optional since not all compilers emit this debug information.
1879
1880 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
1881 step ends up stepping out of the function instead of stopping on
1882 the epilogue.
1883
9e8aab75
KS
18842002-09-26 Keith Seitz <keiths@redhat.com>
1885
1886 * lib/insight-support.exp (gdbtk_start): Figure out where
1887 the insight executable is based on where gdb is. Use this
1888 executable to start insight instead of gdb.
1889
e36180d7
AC
18902002-09-25 Andrew Cagney <cagney@redhat.com>
1891
1892 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
1893
9dd34b2b
AC
18942002-09-24 Andrew Cagney <ac131313@redhat.com>
1895
1896 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
1897 test_isolated_complaints.
1898 (test_empty_complaint): New function.
1899 (test_empty_complaints): New function. Check no output when no
1900 complaints.
1901
dea97812
KB
19022002-09-19 Jim Blandy <jimb@redhat.com>
1903
1904 * gdb.base/charset.exp, gdb.base/charset.c: New files.
1905
54951bd7
AC
19062002-09-19 Andrew Cagney <ac131313@redhat.com>
1907
1908 * gdb.gdb/complaints.exp: New file.
1909
dec43320
AC
19102002-09-18 Andrew Cagney <ac131313@redhat.com>
1911
1912 * gdb.base/maint.exp: Check `help maint internal-warning'.
1913
e70d6e3f
DC
19142002-09-18 David Carlton <carlton@math.stanford.edu>
1915
1916 * gdb.c++/m-static.exp: Remove breakpoints depending on line
1917 numbers, and replace them by a single breakpoint after the
1918 constructors are all finished.
1919 Add test 4.
1920 * gdb.c++/m-static.cc: Add test 4.
1921 * gdb.c++/m-static.h: New file.
1922 * gdb.c++/m-static1.cc: New file.
1923
1924 * gdb.c++/printmethod.exp: New file.
1925 * gdb.c++/printmethod.cc: New file.
1926
1927 * gdb.c++/pr-574.exp: New file.
1928 * gdb.c++/pr-574.cc: New file.
1929
afb5c968
CV
19302002-09-18 Corinna Vinschen <vinschen@redhat.com>
1931
1932 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
1933 embedded targets which never actually exit.
1934
31e45dee
FN
19352002-09-18 Fernando Nasser <fnasser@redhat.com>
1936
1937 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
1938 "don't step after run" as unresolved or unsupported, instead of xfail.
1939
a283c5a1
CV
19402002-09-18 Corinna Vinschen <vinschen@redhat.com>
1941
1942 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
1943 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
1944 Add newline to expected string in "step out of main (status wrapper)"
1945 case.
1946
11350d2a
CV
19472002-09-18 Corinna Vinschen <vinschen@redhat.com>
1948
1949 * lib/gdb.exp (rerun_to_main): Allow restarting application.
1950 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
1951
0deec7d6
TT
19522002-09-17 Tom Tromey <tromey@redhat.com>
1953
1954 * gdb.base/printcmds.exp (test_print_string_constants): Expect
1955 \000, not \0, in double-quoted string.
1956
b2b4a1b5
CV
19572002-09-14 Corinna Vinschen <vinschen@redhat.com>
1958
c9d37158 1959 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
1960 string after running the commands execution on breakpoint tests.
1961
1c56143a
CV
19622002-09-13 Corinna Vinschen <vinschen@redhat.com>
1963
1964 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
1965
37f8da45
JB
19662002-09-12 Joel Brobecker <brobecker@gnat.com>
1967
1968 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
1969
08b468e0
KS
19702002-09-10 Keith Seitz <keiths@redhat.com>
1971
1972 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
1973 runto proc.
1974 (mi_run_to_main): Use mi_runto.
1975 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
1976
dc360f58
KS
19772002-09-10 Keith Seitz <keiths@redhat.com>
1978
1979 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
1980 regexp for stopping at main. Could have multiple event notifications.
1981 Don't assume that main was declared with no parameters.
1982 (mi_next): Use mi_step_to.
1983 (mi_step): Use mi_next_to.
1984
ce3abcfb
CV
19852002-09-09 Corinna Vinschen <vinschen@redhat.com>
1986
1987 * gdb.base/default.exp: Fix expected string in `info float' test.
1988
d1f5b980
BE
19892002-09-09 Ben Elliston <bje@redhat.com>
1990
1991 * config/mips.exp: Update comments.
1992 * config/mips-idt.exp: Likewise.
1993 * config/nind.exp: Likewise.
1994 * config/slite.exp: Likewise.
1995 * config/sparclet.exp: Likewise.
1996 * config/udi.exp: Likewise.
1997 * config/vx.exp: Likewise.
1998 * config/vxworks29k.exp: Likewise.
1999
2f71430b
JB
20002002-09-05 Jim Blandy <jimb@redhat.com>
2001
2002 * gdb.threads/killed.exp: Fix test failure message.
2003
7ddebc7e
KS
20042002-09-04 Keith Seitz <keiths@redhat.com>
2005
2006 * lib/mi-support.exp: Update copyright.
2007 (mi_gdb_test): Increase the priority of the expected pattern
2008 so that it matches gdb_test.
2009
0ae67eb3
KS
20102002-09-03 Keith Seitz <keiths@redhat.com>
2011
2012 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
2013 Use integer comparison instead of string comparison for testing
2014 whether binary was built.
2015
38fc42c8
JB
20162002-09-03 Jim Blandy <jimb@redhat.com>
2017
2018 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
2019
b6ff0e81
JB
20202002-08-29 Jim Blandy <jimb@redhat.com>
2021
2022 * gdb.threads/pthreads.exp: Move the portable thread compilation
2023 code into a function in lib/gdb.exp, and call that from here.
2024 * lib/gdb.exp (gdb_compile_pthreads): New function.
2025
07c98896
KS
20262002-08-29 Keith Seitz <keiths@redhat.com>
2027
2028 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
2029 expect_out so that callers can get at it.
2030
0312286c
DJ
20312002-08-23 Daniel Jacobowitz <drow@mvista.com>
2032
2033 * gdb.threads/print-threads.c: New file.
2034 * gdb.threads/print-threads.exp: New file.
2035 * gdb.threads/schedlock.c: New file.
2036 * gdb.threads/schedlock.exp: New file.
2037
dd039bc4
EZ
20382002-08-22 Elena Zannoni <ezannoni@redhat.com>
2039
2040 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
2041 not altivec.c.
2042
1f36144c
MK
20432002-08-17 Mark Kettenis <kettenis@gnu.org>
2044
2045 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
2046 targets. The problem should be fixed now.
2047
16057ec7 20482002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
2049
2050 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
2051 2002-07-24 change that removes final dots from error messages.
2052
3c1499ad
TT
20532002-08-13 Tom Tromey <tromey@redhat.com>
2054
2055 * gdb.base/readline.exp: New file.
2056
a20ce2c3
AC
20572002-08-01 Andrew Cagney <ac131313@redhat.com>
2058
2059 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
2060 supress message.
2061
db034ac5
AC
20622002-08-01 Andrew Cagney <cagney@redhat.com>
2063
2064 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
2065 CHILL_FOR_TARGET and CHILL_LIB.
2066 * configure.in (configdirs): Remove gdb.chill.
2067 * configure: Regenerate.
2068 * lib/gdb.exp: Obsolete references to chill.
2069 * gdb.fortran/types.exp: Ditto.
2070 * gdb.fortran/exprs.exp: Ditto.
2071
3e000b18
KB
20722002-07-30 Kevin Buettner <kevinb@redhat.com>
2073
2074 * gdb.base/shlib-call.exp (additional_flags): Conditionally
2075 set Irix-specific compile and link flags.
2076
28f4966b
KB
20772002-07-29 Kevin Buettner <kevinb@redhat.com>
2078
2079 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
2080 source files. The ``-o'' option doesn't work with the ``-E'' option
2081 when using the Irix compiler.
2082
46c0d5a6
DJ
20832002-07-19 Daniel Jacobowitz <drow@mvista.com>
2084
2085 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
2086 Improve support for reusing an exec file. Copy exec file
2087 to target, and run gdbserver on the target instead of on the host.
2088
eecf4bed
JB
20892002-07-18 Jim Blandy <jimb@redhat.com>
2090
0f815cdf
JB
2091 * gdb.base/ending-run.exp: Don't expect to see the program end in
2092 some orderly fashion when we're running on a real stand-alone
2093 board.
2094
eecf4bed
JB
2095 * gdb.base/interrupt.exp: Correct logic for skipping tests on
2096 targets that don't support interrupts.
2097
52d309e4
JB
20982002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
2099
2100 * gdb.base/attach.exp: Add patterns to match output from /proc-based
2101 systems.
2102 Move comments in expect statements to inside the actions, so that they
2103 don't get matched against.
2104
ff683d9e
MK
21052002-07-10 Mark Kettenis <kettenis@gnu.org>
2106
2107 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
2108 function when asleep" test.
2109
b5356753
AC
21102002-07-10 Andrew Cagney <ac131313@redhat.com>
2111
2112 * gdb.base/page.exp: Rewrite to handle problems with very long
2113 `info set' output. Update copyright.
2114
6aa4d13a
AC
21152002-06-26 Andrew Cagney <ac131313@redhat.com>
2116
2117 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
2118 gdb.threads-hp.
2119 * gdb.hp/configure: Regenerate.
2120 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
2121 * gdb.hp/gdb.threads-hp/configure: Delete file.
2122 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
2123
8cf8c2b8
AC
21242002-06-22 Andrew Cagney <ac131313@redhat.com>
2125
2126 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
2127 setlocale, bindtextdomain and textdomain.
2128
6827a8f8
JB
21292002-06-11 Jim Blandy <jimb@redhat.com>
2130
919d772c
JB
2131 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
2132 preprocessor macro information is present.
2133
6827a8f8
JB
2134 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
2135 tests.
2136
c15b0d21
MS
21372002-06-06 Michael Snyder <msnyder@redhat.com>
2138
c5984d70
MS
2139 * gdb.base/overlays.exp: Record addresses of overlay
2140 functions in TCL variables rather than in GDB variables,
2141 to avoid having GDB convert them to pointers (with loss
2142 of information).
2143
99a8512b
MS
2144 * gdb.base/d10v.ld: Merge in several years worth of
2145 default linker script changes.
c15b0d21
MS
2146 * gdb.base/long_long.exp: Add check for sizeof (long double).
2147
be26fe0d
ML
21482002-06-06 Michal Ludvig <mludvig@suse.cz>
2149
2150 * gdb.asm/asm-source.exp: Add x86-64 target.
2151 * gdb.asm/x86_64.inc: New.
2152
258093ca 21532002-05-30 Michael Chastain <mec@shout.net>
258093ca 2154
4b3153f1 2155 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
2156 * gdb.c++/m-static.cc: New file.
2157 * gdb.c++/m-static.exp: New file.
2158
241264c6
MS
21592002-05-28 Michael Snyder <msnyder@redhat.com>
2160
2161 * gdb.base/call-ar-st.exp: Allow for reduced floating point
2162 precision.
2163
9bba8c8f 21642002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 2165
4b3153f1 2166 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
2167 * gdb.c++/m-data.cc: New file.
2168 * gdb.c++/m-data.exp: New file.
2169
21702002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 2171
4b3153f1 2172 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f
MC
2173 * gdb.c++/try_catch.cc: New file.
2174 * gdb.c++/try_catch.exp: New file.
2175
def1b996
MC
21762002-05-27 Michael Chastain <mec@shout.net>
2177
2178 * gdb.c++/local.exp: Accept more nested types in output.
2179
522ba268
MC
21802002-05-26 Michael Chastain <mec@shout.net>
2181
2182 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
2183
277254ba
MS
21842002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
2185
2186 * lib/gdb.exp (gdb_wrapper_init): Just because
2187 gdb_wrapper_file exists, this does not mean that the file
2188 should not be rebuilt. That is what gdb_wrapper_initialized
2189 is for.
2190 (default_gdb_init): Reset gdb_wrapper_initialized.
2191
b61a8733
MS
21922002-05-23 Michael Snyder <msnyder@redhat.com>
2193
5bdb6d01
MS
2194 * gdb.base/all-bin.exp: Revise previous patch by just reducing
2195 the precision of the floating point test results.
2196 * gdb.base/call-rt-st.exp: Ditto.
2197
b61a8733
MS
2198 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
2199 * gdb.base/call-rt-st.exp: Ditto.
2200
56f6e910
MC
22012002-05-19 Michael Chastain <mec@shout.net>
2202
2203 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
2204
ad0b0016
EZ
22052002-05-19 Elena Zannoni <ezannoni@redhat.com>
2206
2207 * configure.in (configdirs): Add gdb.arch.
2208 * configure: Regenerate.
2209
f617d2b6
JB
22102002-05-17 Jim Blandy <jimb@redhat.com>
2211
2212 * gdb.base/completion.exp: Recognize the more detailed error
2213 messages produced by the macro expander's lexical analyzer.
2214
eac2a696
EZ
22152002-05-14 Elena Zannoni <ezannoni@redhat.com>
2216
2217 * gdb.arch/altivec-abi.c: New file.
2218 * gdb.arch/altivec-abi.exp: New file.
2219 * gdb.arch/altivec-regs.c: New file.
2220 * gdb.arch/altivec-regs.exp: New file.
2221
2fdde8f8
DJ
22222002-05-14 Daniel Jacobowitz <drow@mvista.com>
2223
2224 * gdb.base/maint.exp (maint print type): Update for new type
2225 structure.
eac2a696 2226
e31f1a7c
EZ
22272002-05-14 Elena Zannoni <ezannoni@redhat.com>
2228
2229 * gdb.arch: New directory.
2230 * gdb.arch/configure.in: New file.
2231 * gdb.arch/configure: New file.
2232 * gdb.arch/Makefile.in: New file.
2233
db589741
CV
22342002-05-13 Corinna Vinschen <vinschen@redhat.com>
2235
2236 * gdb.asm/asm-source.exp: Add v850 as supported target.
2237 * gdb.asm/v850.inc: New file.
2238
8ce2a7dc
DJ
22392002-05-13 Daniel Jacobowitz <drow@mvista.com>
2240
2241 * gdb.c++/annota2.exp (annotate-quit): Add comment.
2242
df763c7f
DJ
22432002-05-12 Daniel Jacobowitz <drow@mvista.com>
2244
2245 * gdb.base/break.exp: Check 'break "marker2"'.
2246
377daeed
MS
22472002-05-10 Michael Snyder <msnyder@redhat.com>
2248
2249 * gdb.base/long_long.exp: Fix typo.
2250
c4b7bc2b
JB
22512002-05-10 Jim Blandy <jimb@redhat.com>
2252
ecac9a4e
JB
2253 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
2254 a bug.
2255
c4b7bc2b
JB
2256 * gdb.base/printcmds.exp (test_integer_literals_rejected):
2257 Recognize more detailed error message produced by the macro
2258 expander's lexical analyzer.
2259 * lib/gdb.exp (test_print_reject): Same.
2260
e71019a1
MK
22612002-05-09 Mark Kettenis <kettenis@gnu.org>
2262
2263 * gdb.c++/method.exp: Fix typo.
2264
fedfc8e6
MS
22652002-05-08 Michael Snyder <msnyder@redhat.com>
2266
166a1957
MS
2267 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
2268 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 2269 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
2270 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
2271 Add iftarget clause for strongarm.
2272
f1c47eb2
MS
22732002-05-06 Michael Snyder <msnyder@redhat.com>
2274
cb9a9d3e
MS
2275 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
2276 (gdb_continue_to_end): Accept output from status wrapper.
2277 * gdb.base/ending-run.exp: Add case for output from status wrapper.
2278 Clean up fail messages to match pass messages.
2279
f1c47eb2
MS
2280 Enable the "needs_status_wrapper" testsuite feature.
2281 * lib/gdb.exp (gdb_wrapper_init): New procedure.
2282 (gdb_compile): Conditionally call gdb_wrapper_init.
2283 * gdb.base/a2-run.exp: Recognize output from status wrapper.
2284 * gdb.c++/method.exp: Recognize output from status wrapper.
2285
6079c749
BE
22862002-05-06 Ben Elliston <bje@redhat.com>
2287From Graydon Hoare <graydon@redhat.com>
2288
2289 * config/sid.exp: Include support for "rawsid" protocol.
2290
188baff3
JB
22912002-05-03 Jim Blandy <jimb@redhat.com>
2292
2293 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
2294 * gdb.c++/hang3.C: New file.
2295
b9c07f0f
AC
22962002-05-04 Andrew Cagney <ac131313@redhat.com>
2297
2298 * gdb.base/default.exp: Remove obsolete code.
2299 * gdb.c++/misc.exp: Ditto. Update copyright.
2300 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
2301 * gdb.base/whatis.exp: Ditto. Update copyright.
2302 * gdb.base/scope.exp: Ditto. Update copyright.
2303 * gdb.base/ptype.exp: Ditto. Update copyright.
2304 * gdb.base/printcmds.exp: Ditto. Update copyright.
2305 * gdb.base/opaque.exp: Ditto. Update copyright.
2306 * gdb.base/list.exp: Ditto.
2307 * gdb.base/funcargs.exp: Ditto. Update copyright.
2308 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
2309 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
2310 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
2311 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
2312 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
2313 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
2314
5c7a0397
MS
23152002-05-02 Michael Snyder <msnyder@redhat.com>
2316
d6dcc264 2317 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
2318 * gdb.base/long_long.exp: Add xscale target.
2319 * gdb.base/default.exp: Add xscale target.
2320
eb7f1c48
JB
23212002-05-01 Jim Blandy <jimb@redhat.com>
2322
2323 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
2324 gdb.c++/hang.exp: New test.
2325
a6befae8
FF
23262002-05-01 Fred Fish <fnf@redhat.com>
2327
2328 * gdb.base/completion.exp: Handle completions of "./Make" for
2329 more than one completion possibility, as is the case when we
2330 build and test in the source tree.
2331
0a310277
AG
23322002-04-29 Anthony Green <green@redhat.com>
2333
2334 * gdb.java/jmisc1.exp: New file.
2335 * gdb.java/jmisc2.exp: New file.
2336
6ff9af88
DJ
23372002-04-24 Daniel Jacobowitz <drow@mvista.com>
2338
2339 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
2340
96b3d632
EZ
23412002-04-23 Elena Zannoni <ezannoni@redhat.com>
2342
2343 * gdb.base/help.exp: Change 'help status' to allow for target
2344 dependent output differences.
2345
5019bb54
MC
23462002-04-22 Michael Chastain <mec@shout.net>
2347
2348 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
2349
a805a116
MC
23502002-04-22 Michael Chastain <mec@shout.net>
2351
2352 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
2353
a1706bfd
DM
23542002-04-17 David S. Miller <davem@redhat.com>
2355
2356 * gdb.asm/sparc64.inc: New file.
2357 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
2358
a73a20a2
EZ
23592002-04-19 Elena Zannoni <ezannoni@redhat.com>
2360
2361 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
2362 instruction file directly into the build tree. Clean up at end of
2363 test.
2364
ba678339
DM
23652002-04-18 David S. Miller <davem@redhat.com>
2366
2367 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
2368 handle 64-bit platforms correctly.
2369 * gdb.base/maint.exp: Likewise.
2370
b03399da
KB
23712002-04-18 Kevin Buettner <kevinb@redhat.com>
2372
2373 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
2374 ``-fpic'' when compiling files comprising a shared library, but
2375 it does need additional linker flags in order to find shared
2376 libraries at run time.
2377
e2004992
KB
23782002-04-18 Kevin Buettner <kevinb@redhat.com>
2379
2380 * gdb.base/cvexpr.c (use): New function.
2381 (main): Invoke use() on all global variables to prevent
2382 some linkers from deleting these otherwise unused symbols.
2383
d8937120
MC
23842002-04-17 Michael Chastain <mec@shout.net>
2385From David S. Miller <davem@redhat.com>
2386
2387 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
2388 handle 64-bit platforms correctly.
2389
ffd61a58
MS
23902002-04-12 Michael Snyder <msnyder@redhat.com>
2391From Jim Blandy <jimb@redhat.com>
2392 * gdb.base/foo.c (foox): Remove section attribute; the linker
2393 script can handle this instead.
2394 * gdb.base/bar.c (barx): Same.
2395 * gdb.base/baz.c (bazx): Same.
2396 * gdb.base/grbx.c (grbxx): Same.
2397
2398 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
2399 manager doesn't automatically unmap overlays unnecessarily.
2400
6b8426a6
MH
24012002-04-10 Martin M. Hunt <hunt@redhat.com>
2402
2403 * gdb.base/ending-run.exp: Fix pattern for Mips targets
2404 stepping out of main.
2405
34af4875
MC
24062002-04-09 Michael Chastain <mec@shout.net>
2407
2408 * gdb.c++/local.cc (main): Move call to marker1() inside nested
2409 scope so that the nested scope tests will make sense.
2410 * gdb.c++/local.exp: Write patterns that actually work with gcc
2411 (the HP patterns "were never known to work with gcc").
2412 Keep the old aCC patterns too.
2413
2d1676a0
DJ
24142002-04-09 Daniel Jacobowitz <drow@mvista.com>
2415
2416 * gdb.base/attach.exp: Correct target board test.
2417
3a63e3f9
MC
24182002-04-08 Michael Chastain <mec@shout.net>
2419
2420 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
2421 in a const method. Add some xfail and fail cases for configurations
2422 that do not emit the "const ...".
2423
f18dabd2
MC
24242002-04-07 Michael Chastain <mec@shout.net>
2425
2426 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
2427 Accept "A * const" and "const A * const" as type of "this".
2428 Fix spelling of getFunky throughout. Make messages uniform.
2429
0fcddd82
EZ
24302002-04-07 Elena Zannoni <ezannoni@redhat.com>
2431
2432 Work around for PR gdb/285:
2433 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
2434
16a8534a
EZ
24352002-04-07 Elena Zannoni <ezannoni@redhat.com>
2436
2437 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
2438 instructions file at run time instead of configure time.
2439 Sometimes we run the test in a directory that is not the one we
2440 configured in.
2441 * gdb.asm/configure.in: Delete creation of symlink.
2442 * gdb.asm/configure: Regenerate.
2443
24181d81
JB
24442002-04-05 J. Brobecker <brobecker@gnat.com>
2445
2446 * gdb.gdb/xfullpath.exp: New test, to exercise the new
2447 xfullpath () function.
2448
7cdb7107
DJ
24492002-04-04 Daniel Jacobowitz <drow@mvista.com>
2450
2451 * gdb.asm/Makefile.in: Correct dependencies.
2452
2453 * gdb.asm/powerpc.inc: New file.
2454 * gdb.asm/asm-source.exp: Add PowerPC.
2455 * gdb.asm/configure.in: Likewise.
2456 * gdb.asm/configure: Regenerated.
2457
a7d17088
DJ
24582002-04-04 Daniel Jacobowitz <drow@mvista.com>
2459
2460 * gdb.base/relocate.exp: New file.
2461 * gdb.base/relocate.c: New file.
2462
cd721503
FF
24632002-04-04 Fred Fish <fnf@redhat.com>
2464
2465 * gdb.base/step-test.exp: Update comment regarding stopping in
2466 memcpy/bcopy calls inserted as part of the compiler runtime.
2467
b22ad7a7
MS
24682002-04-04 Michael Snyder <msnyder@redhat.com>
2469
2470 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
2471
5f279fa6
DJ
24722002-04-03 Daniel Jacobowitz <drow@mvista.com>
2473
2474 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
2475 (gdb_expect): Remove $notransfer hack.
2476
dd0fd3ce
DJ
24772002-04-02 Daniel Jacobowitz <drow@mvista.com>
2478
2479 * gdb.c++/classes.exp ("calling method for small class"): Match
2480 updated register output.
2481
1e50cda1
DJ
24822002-03-30 Daniel Jacobowitz <drow@mvista.com>
2483
2484 Fix PR gdb/452
2485 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
2486 when finished. Make gdb_file_cmd send "exec-file" when
2487 appropriate.
2488
24015922
DJ
24892002-03-30 Daniel Jacobowitz <drow@mvista.com>
2490
2491 * gdb.base/attach.exp: Remove extra setup_xfail.
2492
dd7dfd64
MS
24932002-03-26 Michael Snyder <msnyder@redhat.com>
2494
2495 * gdb.base/default.exp: Add tests for dump, append, and restore.
2496 * gdb.base/help.exp: Add tests for dump, append, and restore.
2497 * gdb.base/dump.exp: New file, test dump, append and restore.
2498 * gdb.base/dump.c: New file.
2499
48b2f8d7
MS
25002002-03-27 Michael Snyder <msnyder@redhat.com>
2501
2502 * gdb.base/help.exp: Modify expect strings to reflect
2503 clean-ups in help messages.
2504
05b4d525
FF
25052002-03-26 Fred Fish <fnf@redhat.com>
2506
2507 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
2508 have debugging info for those functions and the compiler uses them
2509 internally to copy structs around.
2510
d7679631
FF
25112002-03-26 Fred Fish <fnf@redhat.com>
2512
2513 * gdb.base/list.exp: Revert the change made yesterday and add note
2514 about why we don't list the default lines for remote targets.
2515
523ac3f9
MS
25162002-03-25 Michael Snyder <msnyder@redhat.com>
2517
2518 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
2519
754b2b8d
FF
25202002-03-25 Fred Fish <fnf@redhat.com>
2521
2522 * gdb.base/list.exp: This test works on remote targets so remove
2523 the short circuit for remote targets. Update copyright.
2524
33c3e192
FF
25252002-03-25 Fred Fish <fnf@redhat.com>
2526
2527 * gdb.base/attach.exp: Fix logic error that was suppressing this
2528 test for all non hppa*-*-hpux* targets, instead of the hp target.
2529 Move comments closer to the suppression point. Also now need to
2530 check that we are running natively.
2531
d43e73ee
MS
25322002-03-22 Michael Snyder <msnyder@redhat.com>
2533
882c8f02
MS
2534 * gdb.base/default.exp: Add test for gcore. Update copyright.
2535 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 2536
04c12f60
FF
25372002-03-06 Fred Fish <fnf@redhat.com>
2538
2539 * gdb.base/funcargs.c: Remove extraneous ';' character.
2540 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
2541
b43df995
MC
25422002-03-04 Michael Chastain <mec@shout.net>
2543
2544 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
2545 accommodate gcc v3 function signature.
2546 * gdb.mi/mi0-var-cmd-exp: Ditto.
2547
92362027
AC
25482002-02-24 Andrew Cagney <ac131313@redhat.com>
2549
2550 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
2551 ``GNU/Linux'' or ``Linux kernel''
2552 * testsuite/gdb.threads/pthreads.c: Ditto.
2553
258ad32d
MC
25542002-02-24 Michael Chastain <mec@shout.net>
2555
2556 * gdb.threads/pthreads.c (thread1): Add a return statement.
2557 (thread2): Likewise.
2558 (foo): Likewise.
2559
04c3b3d4
MC
25602002-02-23 Michael Chastain <mec@shout.net>
2561
2562 * gdb.threads/linux-dp.c (philosopher): Add a return statement
2563 to placate gcc.
2564
5a2a0a20
MC
25652002-02-23 Michael Chastain <mec@shout.net>
2566
2567 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
2568 test "ptype bint". The test passes on all my stabs configurations.
2569
a640f7fc
JB
25702002-02-21 Jim Blandy <jimb@redhat.com>
2571
27924826
JB
2572 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
2573 filename at a time, and watch for the ones we want to see.
2574
a640f7fc
JB
2575 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
2576 types of pointers to prototyped functions.
2577
edcc8c75
AC
25782002-02-20 Andrew Cagney <ac131313@redhat.com>
2579
2580 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
2581 signed, unsigned and straight char.
2582 (padding_char, padding_short, padding_int, padding_long,
2583 padding_long_long, padding_float, padding_double,
2584 padding_long_double): New global variables.
2585 (fill, fill_structs): New functions.
2586
2587 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
2588 for correctly sized writes. Update copyright.
2589 (get_valueof): New procedure.
2590 (get_sizeof): Call get_valueof.
2591 (check_valueof): New procedure.
2592 (check_padding): New procedure.
2593
ac57ea44
MC
25942002-02-20 Michael Chastain <mec@shout.net>
2595
2596 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
2597 to setup_xfail. Document some of the remaining calls.
2598
7a10c941
MC
25992002-02-18 Michael Chastain <mec@shout.net>
2600
2601 * gdb.c++/userdef.exp: Update copyright year.
2602
fb8acdcc
DJ
26032002-02-18 Daniel Jacobowitz <drow@mvista.com>
2604
2605 * gdb.c++/userdef.exp: Test overloaded operators properly.
2606 Remove xfails.
2607
fda6ae12
MS
26082002-02-14 Michael Snyder <msnyder@redhat.com>
2609
2610 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
2611
676a0442
DJ
26122002-02-14 Daniel Jacobowitz <drow@mvista.com>
2613
2614 * gdb.base/a2-run.exp: Check for a remote target properly.
2615 * gdb.base/annota1.exp: Likewise.
2616 * gdb.base/list.exp: Likewise.
2617 * gdb.base/reread.exp: Likewise.
2618 * gdb.base/scope.exp: Likewise.
2619 * gdb.base/shlib-call.exp: Likewise.
2620 * gdb.base/term.exp: Likewise.
2621 * gdb.c++/annota2.exp: Likewise.
2622
78b4f468
RE
26232002-02-13 Richard Earnshaw <rearnsha@arm.com>
2624
2625 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
2626
9a81ba51
MC
26272002-02-10 Michael Chastain <mec@shout.net>
2628
2629 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
2630 (call_after_alloca): Ditto.
2631
004af6c7
DJ
26322002-02-10 Daniel Jacobowitz <drow@mvista.com>
2633
2634 * gdb.base/ending-run.exp: Guard "cont" test with
2635 gdb_skip_stdio_test.
2636
37225f62
JB
26372002-02-06 Jim Blandy <jimb@redhat.com>
2638
2639 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
2640 from here...
2641 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
2642 To here. Disable this test on non-HP platforms. Add big comment.
2643
fe6fdd96
MS
26442002-02-04 Michael Snyder <msnyder@redhat.com>
2645
2646 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
2647 other than d10v and m32r.
2648
036fad3f
RE
26492002-02-02 Richard Earnshaw <rearnsha@arm.com>
2650
2651 * gdb.base/default.exp: Rewrite test patterns to reduce time
2652 taken to match them.
2653
7148ab62
DJ
26542002-01-30 Daniel Jacobowitz <drow@mvista.com>
2655
2656 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
2657 Allow a start function above main.
2658 * gdb.threads/linux-dp.exp: Fix copyright date.
2659
396cc255
DJ
26602002-01-30 Daniel Jacobowitz <drow@mvista.com>
2661
2662 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
2663 (check_philosopher_stack): Check for manager thread before checking
2664 for a just-starting thread.
2665
f038d31b
DJ
26662002-01-30 Daniel Jacobowitz <drow@mvista.com>
2667
2668 From Neil Booth <neil@daikokuya.demon.co.uk>:
2669 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
2670 warnings.
2671
b3ff9d9a
FF
26722002-01-21 Fred Fish <fnf@redhat.com>
2673
2674 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
2675 not caller.
2676
39ad761d
JB
26772002-01-21 Jim Blandy <jimb@redhat.com>
2678
2679 * gdb.base/reread.exp: Check that GDB properly re-reads the
2680 executable file when it changes while no inferior is running.
2681
aaf320fa
FF
26822002-01-21 Fred Fish <fnf@redhat.com>
2683
2684 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
2685 optionally accept the "shlib events" variation.
2686
808a31f5
JB
26872002-01-21 Jim Blandy <jimb@redhat.com>
2688
2689 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
2690 call `fflush' after every `printf', so that the output is produced
2691 at predictable points, regardless of whatever buffering does (or
2692 doesn't) take place.
2693 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
2694 at different points.
2695
4420d5e2
DJ
26962002-01-20 Daniel Jacobowitz <drow@mvista.com>
2697
2698 * gdb.c++/inherit.exp: Update copyright years.
2699 * gdb.c++/method.exp: Likewise.
2700
3e36a0f4
DJ
27012002-01-20 Daniel Jacobowitz <drow@mvista.com>
2702
2703 * gdb.c++/classes.exp: Update for improved v3 support and skipping
2704 artificial methods/arguments.
2705 * gdb.c++/derivation.exp: Likewise.
2706 * gdb.c++/inherit.exp: Likewise.
2707 * gdb.c++/method.exp: Likewise.
2708 * gdb.c++/virtfunc.exp: Likewise.
2709
b4ceaee6
AC
27102002-01-18 Andrew Cagney <ac131313@redhat.com>
2711
2712 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
2713 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
2714 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
2715 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
2716 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
2717 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
2718
ecace851
JB
27192002-01-17 Jim Blandy <jimb@redhat.com>
2720
2721 * gdb.asm/asm-source.exp (info symbol): Take another shot at
2722 anchoring the pattern matching the entry point symbol's name.
2723
375fc983
AC
27242002-01-17 Andrew Cagney <ac131313@redhat.com>
2725
2726 * gdb.base/maint.exp: Update ``maint internal-error'' to match
2727 continue/quit query. Update copyright.
2728
fe6fdd96
MS
27292002-01-14 Michael Snyder <msnyder@redhat.com>
2730
2731 * gdb.base/gcore.exp: Remove extra debugging output.
2732
e017c81f
DJ
27332002-01-13 Daniel Jacobowitz <drow@mvista.com>
2734
2735 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
2736 for slightly dubious v2 mangled string.
2737
37ab3bf8
DJ
27382002-01-13 Daniel Jacobowitz <drow@mvista.com>
2739
2740 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
2741
1bc05c3a 27422002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 2743
1bc05c3a 2744 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 2745
1bc05c3a
JM
2746 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
2747 constructors.
2748 * gdb.c++/derivation.exp: Likewise.
2749 * gdb.c++/templates.exp: Likewise.
2750 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 2751
1bc05c3a
JM
27522002-01-10 Michael Snyder <msnyder@redhat.com>
2753
2754 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 2755
a911c360
MS
27562002-01-08 Michael Snyder <msnyder@redhat.com>
2757
2758 * gdb.base/gcore.exp: New test for generate-core-file command.
2759 * gdb.base/gcore.c: Testcase for above.
2760 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
2761
ea2119ec
JM
27622002-01-08 Jason Merrill <jason@redhat.com>
2763
2764 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
2765
68203136
FF
27662002-01-07 Fred Fish <fnf@redhat.com>
2767
2768 * gdb.c++/overload.exp: Remove unconditional xfails for:
2769 print foo_instance1.overloadargs(1)
2770 print foo_instance1.overloadargs(1, 2)
2771 print foo_instance1.overloadargs(1, 2, 3)
2772 print foo_instance1.overloadargs(1, 2, 3, 4)
2773 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
2774 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
2775 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
2776 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
2777 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
2778 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
2779 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
2780 print foo_instance1.overload1arg()
2781 print foo_instance1.overload1arg((char)arg2)
2782 print foo_instance1.overload1arg((signed char)arg3)
2783 print foo_instance1.overload1arg((unsigned char)arg4)
2784 print foo_instance1.overload1arg((int)arg7)
2785 print foo_instance1.overload1arg((unsigned int)arg8)
2786 print foo_instance1.overload1arg((float)arg11)
2787 print foo_instance1.overload1arg((double)arg12)
2788
21b9b5b1
MS
27892002-01-07 Michael Snyder <msnyder@redhat.com>
2790
2791 * gdb.base/huge.exp: New test. Print a very large target data object.
2792 (skip_huge_test): New test variable. Define if you want to skip this
2793 test. The test reads an 8 megabyte data object from the target, so it
2794 might be very time consuming on remote targets with a slow connection.
2795 * gdb.base/huge.c: New file. Test case for above.
2796
725f922e
FF
27972002-01-07 Fred Fish <fnf@redhat.com>
2798
2799 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
2800 g_instance.bfoo, and g_instance.cfoo.
2801
634d57ec
JL
2802Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
2803
f286b2c3
JL
2804 * gdb.base/break.c (multi_line_if_conditional): New function.
2805 (multi_ilne_while_conditional): Likewise.
2806 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
2807 IF or WHILE condition puts the breakpoint at the start of
2808 the condition.
2809
634d57ec
JL
2810 * gdb.base/selftest.exp (backtrace through signal handler): Remove
2811 hppa*-*-hpux* expected failure.
2812 * gdb.base/structs.exp (do_function_calls): Similarly.
2813
2814 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
2815 watchpoints.
2816
9fbfe2dc
AC
28172002-01-06 Andrew Cagney <ac131313@redhat.com>
2818
2819 Fix PR gdb/66.
2820 * gdb.base/structs.exp: Replace skip for a29k with skip for
2821 gdb,cannot_call_functions.
2822 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
2823 * gdb.base/callfuncs.exp: Ditto.
2824 * gdb.base/call-rt-st.exp: Ditto.
2825 * gdb.base/call-strs.exp: Ditto.
2826 * gdb.base/callfwmall.exp: Ditto.
2827 * gdb.base/scope.exp: Obsolete xfail a29k.
2828 * gdb.c++/misc.exp: Ditto.
2829 * gdb.c++/cplusfuncs.exp: Ditto.
2830 * gdb.base/ptype.exp: Ditto.
2831 * gdb.base/printcmds.exp: Ditto.
2832 * gdb.base/opaque.exp: Ditto.
2833 * gdb.base/list.exp: Ditto.
2834 * gdb.base/funcargs.exp: Ditto.
2835 * gdb.base/default.exp: Ditto.
2836
8ddad156
MS
28372002-01-04 Michael Snyder <msnyder@redhat.com>
2838
ca4976a6 2839 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
2840 * gdb.base/maint.exp: Add tests for maint info sections options.
2841
1b074332
JL
2842Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
2843
2844 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
2845
7d159115
CV
28462001-12-20 Corinna Vinschen <vinschen@redhat.com>
2847
2848 * gdb.asm/arm.inc: New file.
2849 * gdb.asm/asm-source.exp: Add arm targets.
2850 * gdb.asm/configure.in: Ditto.
2851 * gdb.asm/configure: Recreated from configure.in.
2852
8fb87725
JL
2853Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
2854
afabe08c
JL
2855 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
2856 with HP's compiler.
2857 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
2858 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
2859 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
2860 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
2861
2862 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
2863 either HP's compilers or GCC.
2864
db521deb
JL
2865 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
2866 a SIGBUS or SIGSEGV.
2867
2868 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
2869
2870 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
2871 can be compiled with either HP's compiler or GCC.
2872
cfa88ab7
JL
2873 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
2874 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
2875 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
2876
ca344dff
JL
2877 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
2878 to match current gdb output. Update due to using auto-solib-limit
2879 for limiting instead of overloading auto-solib-add.
2880 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
2881 test program.
2882
3f3c6e55 2883 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
2884 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
2885 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2886 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
2887 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
2888 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2889 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
2890 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
2891 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
2892 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
2893 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
2894 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
2895 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 2896
8fb87725
JL
2897 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
2898 a SIGTRAP to the inferior.
2899
cf599fa7
CV
29002001-12-19 Corinna Vinschen <vinschen@redhat.com>
2901
2902 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
2903 Substitute call to target_link by call to gdb_compile.
2904
2cd045cd
JL
2905Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
2906
2907 * gdb.base/break.exp: Fix HP specific search string when testing
2908 backtracing in a called function.
2909
2910 * gdb.base/constvars.exp: Only set lang to C++ if we're
2911 compiling the test with HP's compilers.
2912 * gdb.base/volatile.exp: Similarly.
2913
99ebe9ac
JB
29142001-12-19 Jim Blandy <jimb@redhat.com>
2915
2916 * gdb.base/printcmds.exp: Expect the null character to be printed
2917 as '\0', and the '\013' to be printed as '\v'.
2918 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
2919 * gdb.base/setvar.exp: Same.
2920
b9891b29
JB
29212001-12-17 Jim Blandy <jimb@redhat.com>
2922
0eba65ab
JB
2923 * gdb.base/completion.exp: Rather than completing very long
2924 filenames, which can make the readline library produce output we
2925 don't recognize, cd to the directory first, and then complete
2926 using nice, short relative paths.
2927
6970b5b1
JB
2928 * gdb.base/completion.exp: On some systems, there is, in fact, a
2929 variable named `b' in scope, since GDB treats all static
2930 variables as being in scope. So use `no_var_named_this'
2931 instead of `b'.
2932
b9891b29
JB
2933 * gdb.base/corefile.exp: Recognize the message saying that GDB
2934 can't find the core file's registers as a failure.
2935
e6ccd35f
JSC
29362001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
2937
2938 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
2939 test expect string more specific.
2940
105ba819
CV
29412001-12-13 Corinna Vinschen <vinschen@redhat.com>
2942
2943 * gdb.asm/asm-source.exp: Add support for xstormy16.
2944 * gdb.asm/configure.in: Ditto.
2945 * gdb.asm/configure: Rebuild.
2946 * gdb.asm/xstormy16.inc: New file.
2947
e9e79dd9
FF
29482001-12-10 Fred Fish <fnf@redhat.com>
2949
2950 * gdb.base/maint.exp: Update to match changes in type dumping code.
2951
347dc97d
JB
29522001-12-10 Jim Blandy <jimb@redhat.com>
2953
2954 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
2955 matching the entry point symbol's name at the beginning of the
2956 line.
2957
5178b9d6
DJ
29582001-12-07 Daniel Jacobowitz <drow@mvista.com>
2959
2960 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
2961 gdb.c++/inherit.exp, gdb.c++/method.exp,
2962 gdb.c++/namespace.exp, gdb.c++/templates.exp,
2963 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
2964 and class layout support.
2965
af890c52
DJ
29662001-12-07 Daniel Jacobowitz <drow@mvista.com>
2967
2968 * gdb.c++/classes.exp: Add test for static member function.
2969 * gdb.c++/misc.cc: Add class with static member function.
2970
7a345fb3
JB
29712001-12-07 Jim Blandy <jimb@redhat.com>
2972
f2e54a80 2973 If GDB says it can't find the struct the function returned, report
8032bf31
JB
2974 those tests as `unsupported'.
2975 * gdb.base/call-rt-st.exp (print_struct_call): New function.
2976 Rewrite subsequent tests to use it.
2977
2978 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
2979 those tests as `unsupported'.
2980 * gdb.base/structs.exp (call_struct_func): New function.
2981 (do_function_calls): Use call_struct_func to call the functions
2982 returning structs.
2983
0bc69509
JB
2984 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
2985 whether functions are prototyped or not, so we can't possibly pass
2986 arguments to t_float_values2 properly.
2987
7a345fb3
JB
2988 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
2989 value of `timeout' for targets other than the mips*tx39-*.
2990
edb6ede1
MS
29912001-12-06 Michael Snyder <msnyder@redhat.com>
2992
2993 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
2994 and detect whether the start symbol has a leading underscore.
2995
2d842f13
JB
29962001-12-04 Jim Blandy <jimb@redhat.com>
2997
2998 * gdb.base/completion.exp: Clarify indentation.
2999
68550daf
JB
30002001-12-03 Jim Blandy <jimb@redhat.com>
3001
3002 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
3003 variables on the S/390, not `.word'.
3004
cd5195a8
JB
30052001-11-30 Jim Blandy <jimb@redhat.com>
3006
3007 Add assembly-source tests for s390-ibm-linux.
3008 * gdb.asm/s390.inc: New file.
3009 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
3010 the S/390 architecture.
3011 * gdb.asm/configure: Regenerated.
3012
ca9efc90
MS
30132001-11-30 Michael Snyder <msnyder@redhat.com>
3014
3015 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
3016 next, info source, info sources, info line, global and static
3017 variables, and static functions.
3018 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
3019 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
3020 * gdb.asm/asmsrc1.s: Add a static function and some variables.
3021 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
3022 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
3023 (gdbasm_leave): Restore frame pointer.
3024 (gdbasm_startup): Copy stack set-up from crt0.S.
3025
d0e66976
FN
30262001-11-26 Fernando Nasser <fnasser@redhat.com>
3027
3028 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
3029 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
3030 to a local (non-static) variable. Copy tstruct.a to a static buffer
3031 and return a pointer to that buffer.
3032 * gdb.base/callfwmall.c (t_structs_a): Ditto.
3033
e2334072
MK
30342001-11-24 Mark Kettenis <kettenis@gnu.org>
3035
3036 * gdb.asm/configure.in: Fix recognition of ix86 target.
3037 * gdb.asm/configure: Regenerate.
3038
756caa3d
MS
30392001-11-21 Michael Snyder <msnyder@redhat.com>
3040
3041 * gdb.asm/sparc.inc: New file.
3042 * gdb.asm/asm-source.exp: Recognize sparc target.
3043 * gdb.asm/configure.in: Recognize sparc target.
3044 * gdb.asm/configure: Regenerate.
3045
9a4d72d5
MS
30462001-11-21 Michael Snyder <msnyder@redhat.com>
3047
3048 * gdb.asm/m32r.inc: New file.
3049 * gdb.asm/asm-source.exp: Recognize m32r target.
3050 * gdb.asm/configure.in: Recognize m32r target.
3051 * gdb.asm/configure: Regenerate.
3052
a773d1cd
MS
30532001-11-20 Michael Snyder <msnyder@redhat.com>
3054
017ac23d
MS
3055 * gdb.asm/i386.inc: New file.
3056 * gdb.asm/asm-source.exp: Recognize ix86 target.
3057 * gdb.asm/configure.in: Recognize ix86 target.
3058 * gdb.asm/configure: Regenerate.
3059
a773d1cd
MS
3060 * gdb.c++/namespace.exp: Fix quotes in output messages.
3061
bb632afb
MS
30622001-11-14 Michael Snyder <msnyder@redhat.com>
3063
25d559ca 3064 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
3065 qualifier in a type cast expression, to designate an address
3066 in the instruction space (Harvard architecture).
3067
4749e309
MS
30682001-11-13 Michael Snyder <msnyder@redhat.com>
3069
3070 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
3071 Tests for expressions using 'const' and 'volatile'.
3072
25050984
CV
30732001-11-13 Corinna Vinschen <vinschen@redhat.com>
3074
3075 * gdb.asm/asm-sources.exp: Allow defining linker flags.
3076
1902c51f
DJ
30772001-11-12 Daniel Jacobowitz <drow@mvista.com>
3078
3079 * lib/mi-support.exp (mi_run_to_helper): Move comments
3080 outside of gdb_expect.
3081
dcf95b47
DJ
30822001-11-11 Daniel Jacobowitz <drow@mvista.com>
3083
3084 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
3085 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
3086 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
3087 mi0_run_to): New functions.
3088 * gdb.mi/mi-simplerun.exp: Use them.
3089 * gdb.mi/mi0-simplerun.exp: Likewise.
3090 * gdb.mi/mi-var-cmd.exp: Likewise.
3091 * gdb.mi/mi0-var-cmd.exp: Likewise.
3092
45b074e1
AC
30932001-11-10 Andrew Cagney <ac131313@redhat.com>
3094
3095 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
3096 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
3097
bf50d346
AC
30982001-11-09 Andrew Cagney <ac131313@redhat.com>
3099
3100 * gdb.base/restore.exp: Include $expected value in restored test
3101 message.
3102
9383332c
AC
31032001-11-09 Andrew Cagney <ac131313@redhat.com>
3104
3105 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
3106 implemented.
3107
db62520a
MS
31082001-11-08 Michael Snyder <msnyder@redhat.com>
3109
3110 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
3111 Add pass/fail message for stop at breakpoint in call dummy function.
3112
b5703437
MS
31132001-11-07 Michael Snyder <msnyder@redhat.com>
3114
760f6330
MS
3115 * gdb.c++/templates.exp (test_template_breakpoints):
3116 If we get an overload menu, but it does not match what
3117 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
3118 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
3119 making the whitespace optional. Argument for "new" may be
3120 "unsigned" as well as "unsigned int/long".
eef747c0
MS
3121 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
3122 making the whitespace optional. Also replace "(void) with
3123 "((void|)), making the keyword "void" optional.
63f50499
MS
3124 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
3125 making the whitespace optional. Also replace "(void) with
3126 "((void|)), making the keyword "void" optional.
3bf40917
MS
3127 * gdb.base/callfuncs.c (t_float_values): This function must
3128 _not_ be prototyped, and the following function (t_float_values2)
3129 must be prototyped (if the compiler supports it), so that GDB
3130 can be tested against both cases. Usually one case involves
3131 promotion of float to double, while the other does not.
3132 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
3133 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
3134 includes a stack frame for "start".
3135
c8ab4e6d
JB
31362001-11-05 Jim Blandy <jimb@redhat.com>
3137
3138 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
3139 pointers are 32 bits long, and that offsets of relocs are always
3140 stored in the data (REL-style), and not in the reloc entry itself
3141 (RELA-style).
3142 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
3143 stabs.
3144
3f08ced9
MS
31452001-11-01 Michael Snyder <msnyder@redhat.com>
3146
3147 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
3148 and regular expression operators by using quoting.
3149
cbfa24cd
MS
31502001-10-31 Michael Snyder <msnyder@redhat.com>
3151
3152 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
3153 depending on what the symbol table contains.
3154 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
3155 the output of the ptype command. Similarly, accept both "const &"
3156 and "const&".
3157
aaa68313
CV
31582001-10-31 Corinna Vinschen <vinschen@redhat.com>
3159
3160 * gdb.base/miscexprs.c (main): Add usage of preprocessor
3161 symbol `STORAGE' to allow to choose the storage class of
3162 the local datastructures.
3163 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
3164 compiler directive.
3165
91740388
MS
31662001-10-30 Michael Snyder <msnyder@redhat.com>
3167
3168 * gdb.base/jump.exp: Allow it to run for all targets.
3169
1b7c05e7
CV
31702001-10-29 Corinna Vinschen <vinschen@redhat.com>
3171
3172 * gdb.base/call-ar-st.c (print_double_array): Match for loop
3173 with new double_array size.
3174 (main): Change storage class of all local variables to static.
3175 Reduce size of double_array to 9.
3176 * gdb.base/call-ar-st.exp: Increase timeout value.
3177 Change expected output for double array to match new size in
3178 call-ar-st.c.
3179
36a22261
CV
31802001-10-29 Corinna Vinschen <vinschen@redhat.com>
3181
3182 * gdb.base/ending-run.exp: Create identical output when passing
3183 `step to end of run' case. Add regular expression branch satisfying
3184 Stormy16 target.
3185
92b8ae91
MK
31862001-10-28 Mark Kettenis <kettenis@gnu.org>
3187
3188 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
3189 that we catch the expected failure under Linux/x86.
3190
cb135b83
OF
31912001-10-29 Orjan Friberg <orjanf@axis.com>
3192
3193 * gdb.base/setvar.exp: Escape curly braces.
3194 * gdb.stabs/weird.exp: Ditto.
3195
6884aa54
DJ
31962001-10-27 Daniel Jacobowitz <drow@mvista.com>
3197
3198 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
3199 * gdm.mi/mi0-hack-cli.exp: Likewise.
3200
0398c9aa
AC
32012001-10-25 Andrew Cagney <ac131313@redhat.com>
3202
3203 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
3204 messages.
3205
d20bf2e8
AC
32062001-10-21 Andrew Cagney <ac131313@redhat.com>
3207
3208 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
3209 checking MI enabled.
3210
03dd63aa
CV
32112001-10-09 Corinna Vinschen <vinschen@redhat.com>
3212
3213 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
3214
1d9d99f3
FCE
32152001-10-04 Frank Ch. Eigler <fche@redhat.com>
3216
3217 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
3218 if gdb child process crashes, just signal an error.
3219
838ae6c4
JB
32202001-10-02 Jim Blandy <jimb@redhat.com>
3221
3222 * lib/gdb.exp (test_xfail_format): Simplify.
3223
3224 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
3225 front of the variable name `format'. Simplify `if'.
3226
8f0cbc1c
DJ
32272001-10-01 Daniel Jacobowitz <drow@mvista.com>
3228
3229 * gdb.threads/pthreads.exp: Wait for output and delay
3230 before sending ^C.
3231
1f08dafd
DJ
32322001-10-01 Daniel Jacobowitz <drow@mvista.com>
3233
3234 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
3235 some incorrect output instead of timing out.
3236 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
3237
674f90ff
CV
32382001-09-28 Corinna Vinschen <vinschen@redhat.com>
3239
3240 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
3241 check to allow additional `int'.
3242
9b284272
DJ
32432001-09-27 Daniel Jacobowitz <drow@mvista.com>
3244
3245 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
3246 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
3247
b55a4771
MS
32482001-09-27 Michael Snyder <msnyder@redhat.com>
3249
3250 * lib/gdb.exp (test_debug_format): New proc.
3251 (setup_xfail_format): Use new proc test_debug_format.
3252 * gdb.base/constvars.exp (local_compiler_xfail_check): New
3253 proc; use new service proc test_debug_format.
3254 Replace all other "gcc_compiled" tests with this test.
3255 * gdb.base/volatile.exp (local_compiler_xfail_check): New
3256 proc; use new service proc test_debug_format.
3257 Replace all other "gcc_compiled" tests with this test.
3258
32592001-09-27 Michael Snyder <msnyder@redhat.com>
3260
3261 * gdb.base/cvexpr.exp: New file.
3262 * gdb.base/cvexpr.c: New file
3263 Test for expressions using const and volatile keywords.
3264
4e6667ac
CV
32652001-09-26 Corinna Vinschen <vinschen@redhat.com>
3266
3267 * gdb.base/constvars.exp: Check for different orders of keywords
3268 and additional "int" strings in output.
3269
4f337972
AC
32702001-09-22 Andrew Cagney <ac131313@redhat.com>
3271
3272 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
3273 responses from "help maint".
3274
2015650d
FCE
32752001-09-19 Frank Ch. Eigler <fche@redhat.com>
3276
3277 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
3278 to localhost:NNN instead of :NNN, in case Xvfb is listening
3279 only on TCP.
3280
f3bcedc1
CV
32812001-09-19 Corinna Vinschen <vinschen@redhat.com>
3282
3283 * gdb.base/recurse.exp: When checking leaving the watchpoint
3284 scope, recognize when gdb is in function's epilogue and pass.
3285
6b819c92
KS
32862001-09-18 Keith Seitz <keiths@redhat.com>
3287
3288 * lib/insight-support.exp (_gdbtk_export_target_info): Add
3289 support for running tests against sid targets.
3290 (gdbtk_done): Ditto.
3291
a10c9419
CV
32922001-09-18 Corinna Vinschen <vinschen@redhat.com>
3293
3294 * gdb.base/ending-run.c (main): Set stdout buffersize
3295 to the same reasonable value for any target.
3296 * gdb.base/ending-run.exp: Add a regular expression
3297 to make testsuite happy on Sanyo Stormy16 target.
3298
739d0d99
CV
32992001-09-17 Corinna Vinschen <vinschen@redhat.com>
3300
3301 * gdb.base/display.c (do_loops): Add float variable `f'.
3302 Increment f in loop.
3303 * gdb.base/display.exp: Increment timeout by 60 seconds.
3304 Change float display test to use variable `f'.
3305
1b8947f0
JB
33062001-09-17 Jim Blandy <jimb@redhat.com>
3307
3308 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
3309 overflowing the limited breakpoint tables on some ROM monitors
3310 (like the ROM68K).
3311
9890ac81
FCE
33122001-09-15 Frank Ch. Eigler <fche@redhat.com>
3313
3314 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
3315 the "-ac" (disable access control) flag.
3316
6db765ea
JH
33172001-08-30 Jeff Holcomb <jeffh@redhat.com>
3318
3319 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
3320 ints.
3321
4c32cc04
KS
33222001-08-30 Keith Seitz <keiths@redhat.com>
3323
3324 * lib/gdb.exp: Move all insight-related functionality into
3325 separate file.
3326 * lib/insight-support.exp: New file.
3327
8d6e6f81
FCE
33282001-08-29 Frank Ch. Eigler <fche@redhat.com>
3329
3330 * config/sid.exp (sid_start): Never set sid verbosity; disable
3331 expect_background {} that consumed its stdout; tolerate </dev/null.
3332 Attempt to set endianness override in "sid" protocol mode. Cleanup.
3333
6a90e1d0
AC
33342001-08-18 Andrew Cagney <ac131313@redhat.com>
3335
3336 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
3337 CLI jump command to start it.
3338 (mi_run_to_main): Fail immediatly when unexpected output.
3339
1759b3c3
AC
33402001-08-18 Andrew Cagney <ac131313@redhat.com>
3341
3342 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
3343 beginning of function. Fix PR gdb/191.
3344
61d11d80
FCE
33452001-08-16 Frank Ch. Eigler <fche@redhat.com>
3346
3347 * config/sid.exp (sid_start): Don't warn if we cannot figure out
3348 what to force sid endianness to.
3349
942a4df2
KS
33502001-08-15 Keith Seitz <keiths@redhat.com>
3351
3352 * lib/gdb.exp (gdbtk_start): Don't set environment
3353 variables for TCL_LIBRARY and friends. Insight will
3354 now figure these out for itself.
3355
0521c418
MS
33562001-08-02 Michael Snyder <msnyder@redhat.com>
3357
3358 * gdb.base/completion.exp: Remove the symbol "a64l" from
3359 the expect string; this is target-specific, and not related
3360 to what is being tested.
3361
74a9a58a
DB
33622001-08-02 Dave Brolley <brolley@redhat.com>
3363
3364 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
3365
c70819fa
MS
33662001-07-25 Michael Snyder <msnyder@redhat.com>
3367
c2b8fa57
MS
3368 * gdb.base/consecutive.exp: New file. Test stepping over
3369 breakpoints on consecutive instructions.
3370 * gdb.base/consecutive.c: New file.
3371
c70819fa
MS
3372 * gdb.base/call-rt-st.exp: Use double-backslash to quote
3373 curly braces in regular expressions.
3374
2b1a1355
MS
33752001-07-25 Michael Snyder <msnyder@redhat.com>
3376
3377 * gdb.base/ending-run.exp: Accept "Program exited normally" as
3378 legitimate output from stepping out of main.
3379
413eca6f
KS
33802001-07-22 Keith Seitz <keiths@redhat.com>
3381
3382 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
3383 the empty string, do not run the tests.
3384
7e5a9322
SC
33852001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3386
3387 * gdb.base/long_long.exp: Detect size of pointer. Take into
3388 account 2-byte pointers when testing for p/a results.
3389
de58f10f
SC
33902001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3391
3392 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
3393 and defined to 1K for m68hc11.
3394 (random_data): Reduce table to 1K for embedded platforms (68hc11).
3395 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
3396 (sizeof_random_data): New variable to tell the size of the data table;
3397 don't test past this size; always run to main.
3398
d6f5fea1
SC
33992001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3400
3401 * gdb.base/return2.exp: return of long long and double fails for
3402 68HC11; don't execute these tests on that platform.
3403 * gdb.base/return.exp: Return of a double fails for 68hc11.
3404
c477543d
SC
34052001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3406
3407 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
3408 tests that print a float.
3409 * call-rt-st.exp: Likewise.
3410
63cf1c79
MK
34112001-07-12 Mark Kettenis <kettenis@gnu.org>
3412
3413 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
3414 running this test on Linux.
3415
112f9ab5
MC
34162001-06-24 Michael Chastain <chastain@redhat.com>
3417
3418 * gdb.base/arithmet.exp: Remove some tests to make all test names
3419 unique.
3420
4970cb0f
MS
34212001-07-03 Michael Snyder <msnyder@redhat.com>
3422
3423 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
3424 the output of the ptype command.
3425
d85da69f
MS
34262001-07-02 Michael Snyder <msnyder@redhat.com>
3427
4c8a82de
MS
3428 * gdb.base/completion.exp: Don't assume that break.c is the only
3429 source file that may contain functions named "marker".
d85da69f
MS
3430 * gdb.base/corefile.exp: Quote the curly braces in regexp.
3431
8afc772b
AC
34322001-06-28 Andrew Cagney <ac131313@redhat.com>
3433
3434 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
3435 of files to delete.
3436
3437 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
3438 * gdb.disasm/h8300s.exp: New file.
3439 gdb.disasm/h8300s.s: Likewise.
3440
cff22675
AC
34412001-06-27 Andrew Cagney <ac131313@redhat.com>
3442
3443 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
3444 empty breakpoint tables.
3445
68c81b54
AC
34462001-06-25 Andrew Cagney <ac131313@redhat.com>
3447
3448 * lib/mi-support.exp: Update args=... part of stop-reason
3449 patterns. Accept either a list or a tuple.
3450
2dd62704
AC
34512001-06-23 Andrew Cagney <ac131313@redhat.com>
3452
3453 * lib/mi-support.exp: Remove local emacs variable defining
3454 change-log-default-name.
3455
b4127474
MC
34562001-06-22 Michael Chastain <chastain@redhat.com>
3457
3458 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
3459 This is operationally compatible with the previous version.
3460
8dbfb380
JB
34612001-06-13 Jim Blandy <jimb@redhat.com>
3462
3463 * lib/gdb.exp (gdb_test): Doc fix.
3464
f2d8c86d
MC
34652001-06-10 Michael Chastain <chastain@redhat.com>
3466
3467 * gdb.base/exprs.exp: Remove a duplicate test.
3468
81564d34
JB
34692001-06-06 Jim Blandy <jimb@redhat.com>
3470
3471 * gdb.base/return2.exp (main): Use values to test float and double
3472 returns that are not NaN's, to avoid being confused by IEEE
3473 comparison rules.
3474
da55addb
MS
34752001-06-04 Michael Snyder <msnyder@redhat.com>
3476
3477 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
3478 non-zero if control_c fails. Terminate the test on failure,
3479 rather than wait for 12 more tests to time out.
3480
42c65987
JB
34812001-06-06 Jim Blandy <jimb@redhat.com>
3482
b18bced9
JB
3483 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
3484 Don't forget to match the GDB prompt.
3485
42c65987
JB
3486 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
3487
5b41e5f0
JB
34882001-06-04 Jim Blandy <jimb@redhat.com>
3489
3490 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
3491 command.
3492
015e046f
KB
34932001-05-31 Kevin Buettner <kevinb@redhat.com>
3494
3495 * gdb.base/annota1.exp (info break): Match four or more spaces
3496 after "Address".
3497
fb1ffbbe
MC
34982001-05-31 Michael Chastain <chastain@redhat.com>
3499
3500 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
3501 (dm_type_int_star): Likewise.
3502 (dm_type_long_star): Likewise.
3503 (dm_type_void_star): Likewise.
3504
5ea2a32c
KB
35052001-05-29 Kevin Buettner <kevinb@redhat.com>
3506
3507 * gdb.base/completion.exp (INPUTRC): Set this environment variable
3508 to a known value in order to get consistent results regardless
3509 of the setting of INPUTRC or the presence or contents of .inputrc.
3510
ae23c492
MS
35112001-05-24 Michael Snyder <msnyder@redhat.com>
3512
ac55707e
MS
3513 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
3514 Don't require that the main thread and the manager thread are the
3515 first in the list.
3516
ae23c492
MS
3517 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
3518 debugging. If test fails, issue an "unsupported" not a "fail".
3519
400071f1
JB
35202001-05-24 Jim Blandy <jimb@redhat.com>
3521
3522 Don't assume that short is shorter than int.
3523 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
3524 assume that shorts are smaller than ints. On a 16-bit machine,
3525 this isn't true.
3526 ("print unsigned char == (~0)"): Add test that verifies that ~0,
3527 an int, is not equal to ~0 stored in an unsigned char. This tests
3528 the same thing that the previous test meant to, but works on
3529 16-bit machines, too.
3530 ("print unsigned char != (~0)"): Same test, complemented.
3531
0816a3e5
MS
35322001-05-24 Michael Snyder <msnyder@redhat.com>
3533
3534 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
3535 test for (full_coverage == 0). This makes the test run faster,
3536 and prevents dejagnu getting out of step.
3537
f6dc23a9
KB
35382001-05-23 Kevin Buettner <kevinb@redhat.com>
3539
3540 * gdb.base/finish.exp (finish_void): Revise pattern for
3541 stopping on the call statement to not permit stopping at
3542 the start of the instructions comprising the call sequence.
3543
7dbd117d
MC
35442001-05-19 Michael Chastain <chastain@redhat.com>
3545
3546 * gdb.base/callfuncs.exp: Make all test names unique.
3547 * gdb.base/commands.exp: Make all test names unique.
3548 * gdb.base/condbreak.exp: Make all test names unique.
3549 * gdb.base/dbx.exp: Make all test names unique.
3550 * gdb.base/default.exp: Make all test names unique.
3551 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
3552 and TIMEOUT messages to their corresponding PASS message.
3553 * gdb.base/ending-run.exp: Make all test names unique.
3554 * gdb.base/long_long.exp: Remove duplicate test.
3555
6b0b0a9e
KB
35562001-05-21 Kevin Buettner <kevinb@redhat.com>
3557
3558 * gdb.base/finish.exp (finish_void): Allow "finish" command to
3559 stop on the call statement as well as the statement after the
3560 call.
3561
2caa35cb
MS
35622001-05-21 Michael Snyder <msnyder@redhat.com>
3563
3564 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
3565
40713331
EZ
35662001-05-10 Elena Zannoni <ezannoni@redhat.com>
3567
3568 * gdb.base/completion.exp: Revamp test. Make it execute on all
3569 platforms.
3570
c2c1be8d
EZ
35712001-05-10 Elena Zannoni <ezannoni@redhat.com>
3572
2c9cd303
EZ
3573 * config/gdbserver.exp (gdb_load): Handle the case
3574 in which the arguments to gdbserver are given in the
3575 baseboard configuration file.
3576 Also handle the case in which the server needs to do a
3577 load.
3578
9671de48
KS
35792001-05-07 Keith Seitz <keiths@cygnus.com>
3580
3581 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
3582 set up the display for testing.
3583 (gdbtk_start): Convert all paths to paths that tcl will like.
3584 Export target information to environment.
3585 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
3586 necessary.
3587 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
3588 (to_tcl_path): New proc to convert a given pathname into
3589 a path acceptible as an argument to a tcl command.
3590 (_gdbtk_export_target_info): New proc to export target info
3591 into the environment for gdbtk testing.
3592 (gdbtk_done): New proc to signal end-of-test.
3593
5a360f47
JB
35942001-05-06 Jim Blandy <jimb@redhat.com>
3595
3596 * restore.c: Make the code of caller0 correspond to its comment.
3597
66c756c6
MS
35982001-05-03 Michael Snyder <msnyder@redhat.com>
3599
3600 * config/sid.exp (gdb_target_sid): Check for error messages.
3601 On error or timeout, don't make expect exit (which will terminate
3602 all subsequent tests); instead just make gdb exit.
3603 (gdb_load): Check for error messages. On error or timeout,
3604 return a negative value.
3605
a966fde5
JB
36062001-04-24 Jim Blandy <jimb@redhat.com>
3607
851c18e0
JB
3608 * gdb.c++/templates.exp: If we see the prompt for the overload
3609 list, but we haven't recognized any of the longer patterns,
3610 arrange for this test to fail, not hang.
3611
a966fde5
JB
3612 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
3613 variations.
3614
db144853
MC
36152001-04-22 Michael Chastain <chastain@redhat.com>
3616
3617 * gdb.c++/local.exp: Use the 'runto' library function.
3618 * gdb.c++/namespace.exp: Likewise.
3619 * gdb.c++/overload.exp: Likewise.
3620
3207ec21
KB
36212001-03-26 Kevin Buettner <kevinb@redhat.com>
3622
3623 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
3624 * gdb.base/step-line.exp: New file. Test step/next in presence of
3625 #line directives.
3626 * gdb.base/step-line.c: New file. Test program for the above.
3627 * gdb.base/step-line.inp: New file. We pretend that this file has
3628 been transformed by some other tool into step-line.c.
3629
13b57657
JB
36302001-03-21 Jim Blandy <jimb@redhat.com>
3631
3632 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
3633 unmangled operator names.
3634
754cbe1c
JB
36352001-03-20 Jim Blandy <jimb@redhat.com>
3636
3637 * gdb.threads/linux-dp.exp: Recognize an additional message
3638 generated by GDB when it doesn't understand how to debug threads
3639 on the target system.
3640
177495c9
AC
36412001-03-19 Andrew Cagney <ac131313@redhat.com>
3642
3643 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
3644
f266096b
MC
36452001-03-12 Michael Chastain <chastain@redhat.com>
3646
3647 * gdb.c++/derivation.exp: Use the 'runto' library function.
3648
cac3c2ff
MC
36492001-03-12 Michael Chastain <chastain@redhat.com>
3650
3651 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
3652
b6c11a24
MC
36532001-02-24 Michael Chastain <chastain@redhat.com>
3654
3655 * gdb.c++/ref-types.exp: Change handwritten code to library
3656 function 'runto'.
3657
6bae5bce
OF
36582001-03-16 Orjan Friberg <orjanf@axis.com>
3659
3660 * gdb.base/signals.exp: Set count to 0 explicitly.
3661
0015fd9a
MS
36622001-03-15 Mark Salter <msalter@redhat.com>
3663
3664 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
3665 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
3666 (gdb_load): Add support for additional target_info: gdb_download_size
3667 and gdb_load_timeout.
0015fd9a 3668
fc33412a
DT
3669Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
3670
3671 * gdb.base/annota1.exp: Move test of isnative to earlier in the
3672 file -- to prevent failing when the compile fails but we have no
3673 intention of running the tests anyway.
3674
3675 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
3676 tests if set.
3677
3678 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
3679 integers.
3680
3681 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
3682 * gdb.c++/namespace.exp: Ditto.
3683
115f06de
OF
36842001-03-07 Orjan Friberg <orjanf@axis.com>
3685
3686 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
3687 * gdb.base/pointers.exp: Relax pattern match of decimals.
3688
b6ba6518
KB
36892001-03-06 Kevin Buettner <kevinb@redhat.com>
3690
3691 * Makefile.in, config/abug.exp, config/cfdbug.exp,
3692 config/cpu32bug.exp, config/dve.exp, config/est.exp,
3693 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
3694 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
3695 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
3696 config/sh.exp, config/sid.exp, config/slite.exp,
3697 config/sparclet.exp, config/udi.exp, config/unknown.exp,
3698 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
3699 config/vxworks.exp, config/vxworks29k.exp,
3700 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
3701 gdb.base/all-bin.exp, gdb.base/annota1.exp,
3702 gdb.base/arithmet.exp, gdb.base/assign.exp,
3703 gdb.base/async.exp, gdb.base/attach.exp,
3704 gdb.base/bitfields.exp, gdb.base/bitops.exp,
3705 gdb.base/break.exp, gdb.base/call-ar-st.exp,
3706 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
3707 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
3708 gdb.base/commands.exp, gdb.base/completion.exp,
3709 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
3710 gdb.base/constvars.exp, gdb.base/corefile.exp,
3711 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
3712 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
3713 gdb.base/ending-run.exp, gdb.base/environ.exp,
3714 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
3715 gdb.base/finish.exp, gdb.base/foll-exec.exp,
3716 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
3717 gdb.base/funcargs.exp, gdb.base/help.exp,
3718 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
3719 gdb.base/logical.exp, gdb.base/long_long.exp,
3720 gdb.base/maint.exp, gdb.base/mips_pro.exp,
3721 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
3722 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
3723 gdb.base/pointers.exp, gdb.base/printcmds.exp,
3724 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
3725 gdb.base/regs.exp, gdb.base/relational.exp,
3726 gdb.base/remote.exp, gdb.base/reread.exp,
3727 gdb.base/restore.exp, gdb.base/return2.exp,
3728 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
3729 gdb.base/selftest.exp, gdb.base/setshow.exp,
3730 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
3731 gdb.base/sigall.exp, gdb.base/signals.exp,
3732 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
3733 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
3734 gdb.base/step-test.exp, gdb.base/structs.c,
3735 gdb.base/structs.exp, gdb.base/structs2.exp,
3736 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
3737 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
3738 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
3739 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
3740 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
3741 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
3742 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
3743 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
3744 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
3745 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
3746 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
3747 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
3748 gdb.fortran/types.exp, gdb.java/jmisc.exp,
3749 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
3750 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
3751 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
3752 gdb.trace/circ.exp, gdb.trace/collection.exp,
3753 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
3754 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
3755 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
3756 gdb.trace/report.exp, gdb.trace/save-trace.exp,
3757 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
3758 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
3759 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
3760 notices.
3761
dc96c6c7 37622001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
3763
3764 * gdb.base/varargs.c (find_max_double): Fix printf format string:
3765 first arg is int not float.
3766
dc96c6c7 37672001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
3768
3769 * gdb.base/reread.exp: Unsupported for non-native targets;
3770 doesn't work for remote debugging.
3771
9b0c4aeb
FN
37722001-02-19 Fernando Nasser <fnasser@redhat.com>
3773
3774 From Drew Moseley <dmoseley@redhat.com>
3775 * gdb.base/ending-run.exp: Properly handle the BSP state when
3776 stepping past the end of main.
3777
02aa71d5
MC
37782001-02-19 John Moore <jmoore@redhat.com>
3779
3780 * gdb.base/commands.exp (infrun_breakpoint_command_test):
3781 Converted HPUX fix for non-expected items following multiple
3782 step commands into general solution for all platforms.
3783
1fa449a4
MC
37842001-02-18 Michael Chastain <chastain@redhat.com>
3785
3786 * gdb.c++/classes.exp (do_tests): Change runto statements
3787 from "runto 'foo(void)'" to "runto 'foo'". This makes the
3788 statements demangler agnostic.
3789 * gdb.c++/virtfunc.exp (do_tests): Likewise.
3790 (gdb_virtfunc_restart): Likewise.
3791
b2f9ec70
MC
37922001-02-14 Michael Chastain <chastain@redhat.com>
3793
3794 * gdb.c++/inherit.exp (do_tests): Change runto statements
3795 from "runto 'foo(void)'" to "runto 'foo'". This makes the
3796 statements demangler agnostic.
3797
cf74b8ca
AC
3798Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
3799
3800 * gdb.threads/pthreads.exp: Unify pass/fail messages for
3801 ``continue to bkpt at common_routine in thread 2'' and ``stopped
3802 before calling common_routine 15 times'' tests.
3803
99f78f56
MC
38042001-02-11 Michael Chastain <chastain@redhat.com>
3805
3806 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
3807 Helps the test script figure out which demangler is in use.
3808 (dm_type_foo_ref): Ditto.
3809 (dm_type_int_star): Ditto.
3810 (dm_type_long_star): Ditto.
3811 (dm_type_unsigned_int): Ditto.
3812 (dm_type_void): Ditto.
3813 (dm_type_void_star): Ditto.
99707966 3814 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
3815 Probe the gdb demangler and set variables to accommodate
3816 formatting differences.
3817 (info_func_regexp): New function. Same as info_func, but
3818 matches against a regexp.
3819 (info_func): Match against a literal string.
3820 (print_addr_2): New function. Match against a literal string,
3821 which can be different from the input to gdb.
3822 (print_addr): Simply call print_addr_2 with the same argument twice.
3823 (test_lookup_operator_functions): Use demangler formatting variables.
3824 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
3825 the tests in the same order as the C++ class declaration.
3826 (test_paddr_operator_functions): Ditto.
3827 (test_paddr_overloaded_functions): Ditto.
3828 (test_paddr_hairy_functions): Use demangler formatting variables.
3829 Add reference to gdb/19 for related tests.
3830 (do_tests): Call probe_demangler.
3831
1de8f023
KB
38322001-01-30 Kevin Buettner <kevinb@redhat.com>
3833
3834 * gdb.c++/templates.cc (printf): Remove unused function definition.
3835
ca3f91ed
MS
38362001-01-26 Felix Lee <flee@redhat.com>
3837
3838 * sid.exp (sid_exit): Pass host, not target, to remote_close.
3839
38402001-01-25 matthew green <mrg@redhat.com>
3841
3842 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
3843 up sid.
3844 (sid_exit): Call `remote_pop_conn' after GDB is gone.
3845
38462001-01-25 matthew green <mrg@redhat.com>
3847
3848 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
3849 Deprecate $sid_spawn_id.
3850 (sid_exit): Remove code necessary only for `spawn.'
3851
38522001-01-25 matthew green <mrg@redhat.com>
3853
3854 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
3855
fb18ec4a
MC
38562001-01-28 Michael Chastain <chastain@redhat.com>
3857
3858 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
3859 to call when tests fail. It takes gdb out of the overloaded
3860 function choice menu back to the main prompt, so that the test
3861 program stays synchronized.
3862 (set_bp_overloaded): New proc to collect all the common
3863 code for setting a breakpoint on an overloaded name. Calls
3864 take_gdb_out_of_choice_menu when needed.
3865 (menu_overload1arg): New variable to collect the repeated
3866 instances of the expected menu for an overloaded name. Change
3867 the regular expression to handle changes in g++ type encoding:
3868 "void" can be either "void" or "", and "unsigned int" can be
3869 either "unsigned int" or "unsigned".
3870 (continue_to_bp_overloaded): Change regular expressions to handle
3871 changes in g++ type encoding.
3872 (no proc): Call take_gdb_out_of_choice_menu when needed.
3873 Remove redundant calls to "info break". Accept either "canceled"
3874 or "cancelled". Change regular expressions in "info break"
3875 calls to handle changes in g++ type encoding. Give all tests
3876 unique strings.
3877
9c646a6e
BE
38782001-01-17 Ben Elliston <bje@redhat.com>
3879
3880 * config/sid.exp: New file.
3881
9549d9c1
AC
3882Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
3883
3884 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
3885
dc96c6c7 38862000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
3887
3888 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
3889 Add a RE to accept a non-ascii char if one is ever presented.
3890
b4df4f68
FN
38912000-12-20 Fernando Nasser <fnasser@redhat.com>
3892
297dd0fd 3893 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 3894
dc96c6c7 38952000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc
MS
3896
3897 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
3898 in regexp. One '\' does not suffice on Linux.
3899
4a7bddb6
MC
39002000-12-09 Michael Chastain <chastain@redhat.com>
3901
3902 * gdb.base/break.exp (test_clear_command): Use a marker function
3903 rather than 'main' for the test function. Also move this
3904 test to an execution point where the marker function names are
3905 guaranteed to be bound to functions. (Executing tests after a
3906 'finish' from main runs into name conflicts with local names
3907 in __libc_start_main).
3908
dc96c6c7 39092000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
3910
3911 * gdb.base/finish.exp: New test for gdb's "finish" command.
3912 * gdb.base/return2.exp: New test for gdb's "return" command.
3913 * gdb.base/return2.c: New source file for above.
3914
dc96c6c7 39152000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
3916
3917 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
3918 * gdb.base/miscexprs.exp: Ditto.
3919 * gdb.base/pointers.exp: Ditto.
3920 * gdb.c++/derivation.exp: Ditto.
3921 * gdb.c++/local.exp: Ditto.
3922 * gdb.c++/namespace.exp: Ditto.
3923 * gdb.c++/overload.exp: Ditto.
3924 * gdb.c++/ref-types.exp: Ditto.
3925
dc96c6c7 39262000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
3927
3928 * gdb.base/constvars.exp: Test result of "up" command.
3929 * gdb.base/miscexprs.exp: Ditto.
3930 * gdb.base/pointers.exp: Ditto.
3931 * gdb.base/scope.exp: Ditto.
3932 * gdb.c++/derivation.exp: Ditto.
3933 * gdb.c++/local.exp: Ditto.
3934 * gdb.c++/namespace.exp: Ditto.
3935 * gdb.c++/overload.exp: Ditto.
3936 * gdb.c++/ref-types.exp: Ditto.
3937
44097287
FN
39382000-11-22 Michael Chastain <chastain@redhat.com>
3939
3940 * mips_pro.exp: Accept either "middle -> top -> main" or
3941 "middle -> main" in the backtrace, because gcc can optimize
3942 tail calls to jumps. Remove setup_xfail for the hppa case.
3943 Add a comment with the original warning messages from PR 3016,
3944 which was filed in 1993, to preserve them for posterity.
3945
9d2e1bab
ND
39462000-11-17 Nick Duffek <nsd@redhat.com>
3947
3948 * lib/gdb.exp (gdb_test): Override timeout with board info.
3949
1aca8eb7
ND
39502000-11-17 Nick Duffek <nsd@redhat.com>
3951
3952 * gdb.base/display.exp: Don't kill running stub. Add "again" to
3953 the second kill and detach messages.
3954
93076499
ND
39552000-11-17 Nick Duffek <nsd@redhat.com>
3956
3957 * configure.in: Add AC_EXEEXT.
3958 * configure: Regenerate.
3959 * Makefile.in (just-check): Export EXEEXT.
3960 * lib/gdb.exp ($EXEEXT): Import from environment.
3961 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
3962 expect "maint dump-me" on Cygwin.
3963 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
3964 $EXEEXT.
3965
30e87cd3
ND
39662000-11-17 Nick Duffek <nsd@redhat.com>
3967
3968 * gdb.base/break.exp: Test backtrace and finish from called
3969 function on all platforms, not just HP-UX.
3970
dc96c6c7 39712000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
3972
3973 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
3974 code from gdb_target_monitor, so it can be used independantly
3975 for gdbserver. Also comment out an unnecessary PUTS.
3976
dc96c6c7 39772000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
3978
3979 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
3980 * gdb.base/corefile.exp: Expect the message "Program is being
3981 debugged already" when we send the "corefile" command, since
3982 the preceeding gdb_load may have connected gdb to a remote target.
3983 * gdb.base/display.exp: Disable hardware watchpoints if new
3984 board info variable "no_hardware_watchpoints" is true.
3985 Replace single-letter commands with more readable ones.
3986 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
3987 if new board info variable "no_hardware_watchpoints" is true.
3988 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
3989 to see if stdio (printf) testing is possible.
3990 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
3991 board info variable "no_hardware_watchpoints" is true. Use new
3992 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
3993
39124dea
FN
39942000-11-13 Fernando Nasser <fnasser@redhat.com>
3995
3996 From Orjan Friberg <orjanf@axis.com>:
3997 * gdb.base/printcmds.exp: Escape curly braces followed by a number
3998 in array print pattern match.
3999
a9e2e984
FN
40002000-11-09 Fernando Nasser <fnasser@redhat.com>
4001
4002 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
4003 spelling "cancelled" to U.S. spelling "canceled" to match changes
4004 made to gdb.
4005 * gdb.c++/ovldbreak.exp: Ditto.
4006
c7db355b
PS
40072000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4008
4009 * gdb.base/callfuncs.c (main): Moved to end of file, call
4010 t_double_values to initialize the FPU before inferior calls are made.
4011 * gdb.base/callfuncs.exp: Test for register preservation after calling
4012 inferior functions. Add tests for continuining, finishing and
4013 returning from a stop in a call dummy.
4014
dc96c6c7 40152000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
4016
4017 * gdb.base/commands.exp: Break up long lines, and re-indent.
4018
dc96c6c7 40192000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
4020
4021 * config/gdbserver.exp: Rewritten from the ground up, to make it
4022 compatible with the current dejagnu tree, and to make it work with
4023 the new "gdbserver" in libremote.
4024
dc96c6c7 40252000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
4026
4027 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
4028 * gdb.base/varargs.exp: Skip entire test if no printf support.
4029 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
4030 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
4031
dc96c6c7 40322000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
4033
4034 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
4035 no floating point support.
4036 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
4037 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
4038 * gdb.base/call-rt-st.exp: Ditto.
4039 * gdb.base/call-strs.exp: Ditto.
4040
bac5fc66
JG
40412000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
4042
4043 * gdb.base/sizeof.c: include <stdio.h>.
4044
4045 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
4046 'finish', otherwise uncaptured gdb_prompt would potentially
4047 throw remaining test points out of sync.
4048
b22a6027
SB
40492000-07-26 Scott Bambrough <scottb@netwinder.org>
4050
4051 * gdb.base/recurse.exp: Run tests for all targets.
4052 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
4053 gnu-oldld case on ARM.
4054 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
4055 for ARM targets.
4056
d8231941
AG
4057Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
4058
4059 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
4060 * gdb.java/configure: Rebuild.
4061
8caabe69
AG
4062Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
4063
4064 * gdb.java/jv-exp.exp: New file.
4065
9d273ca3
AG
4066Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
4067
4068 * configure: Rebuilt.
4069 * configure.in (configdirs): Add gdb.java.
4070 * gdb.java/jmisc.java: New file.
4071 * gdb.java/jmisc.exp: New file.
4072 * gdb.java/Makefile.in: New file.
4073 * gdb.java/configure: Rebuilt.
4074 * gdb.java/configure.in: New file.
4075 * lib/java.exp: New file.
4076
4f823a66
AC
4077Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
4078
4079 * gdb.base/exprs.exp: Test casts to a pointer including over and
4080 underflow.
4081
2391e11d
AC
4082Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
4083
4084 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
4085 and the compilers sizes.
4086
54602222
ND
40872000-07-09 Nick Duffek <nsd@redhat.com>
4088
4089 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
4090 (use_methods): New function.
4091 (main): Call use_methods().
4092 * gdb.c++/classes.exp (test_method_param_class): New procedure.
4093 (do_tests): Call test_method_param_class.
4094
2bec0572
ND
40952000-07-09 Nick Duffek <nsd@redhat.com>
4096
4097 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
4098 spelling.
4099 (test_enums): New procedure. Move enum tests from end of script
4100 to here. Set breakpoint on function name instead of line number.
4101 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
4102 (enums2): New marker function.
4103 (enums1): New function.
4104 (main): Call enums1(). Move enum tests to enums1().
4105
78492fde
AC
4106Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
4107
4108 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
4109 compile/link program. Update line numbers.
4110 * gdb.asm/d10v.inc: Define ``startup''.
4111 * gdb.asm/asmsrc1.s: Add definition of _start.
4112
49a2cef8
AC
4113Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
4114
4115 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
4116
3e6c8688
EZ
41172000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4118
4119 * gdb.base/maint.exp: Add 'maint print architecture' item to output
4120 of 'help maint print' command.
4121
9ff5cbe9
AC
4122Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
4123
4124 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
4125 they use gdb_expect_list.
4126
17c579bd
AC
4127Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
4128
4129 * gdb.base/commands.exp: Use ``set remote
4130 memory-read-packet-size'' instead of ``set endian big'' to test
4131 long commands.
4132
e6d71bf3
DB
41332000-06-03 Daniel Berlin <dan@cgsoftware.com>
4134
4135 * gdb.c++/templates.exp (do_tests): Make all of these work under
4136 g++, and stop skipping them.
4137
4138 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
4139 work under g++.
4140
e5f9ba7b
MS
4141 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
4142 initialization.
4143
dc96c6c7 41442000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
4145
4146 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
4147 the regular expression: accept an (almost) arbitrary sequence of
4148 "frames-invalid" and "breakpoints-invalid" messages both before
4149 and after the "starting" message.
4150
dc96c6c7 41512000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
4152
4153 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 4154
dc96c6c7 41552000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
4156
4157 * gdb.base/annota1.exp (annotate-signal-handler-caller):
4158 Relax the regular expression a little, make it pass on Solaris 8.
4159
8216cda9
KB
41602000-05-12 Kevin Buettner <kevinb@redhat.com>
4161
4162 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
4163 a call, do not require that gdb stop on the line after the call.
4164 Instead, it is permissible for gdb to stop on the line of the
4165 call itself.
4166
1a570b2f
MS
41672000-05-12 Michael Snyder <msnyder@.cygnus.com>
4168
4169 * gdb.base/break.exp (bp on small function, optimized file):
4170 Add a second pass pattern. The behavior differs here between stabs
4171 and dwarf for one-line functions. Stabs preserves two line symbols
4172 (one before the prologue and one after) with the same line number,
4173 but dwarf regards these as duplicates and discards one of them.
4174 Therefore the address after the prologue (where the breakpoint is)
4175 has no exactly matching line symbol, and GDB reports the breakpoint
4176 as if it were in the middle of a line rather than at the beginning.
4177
dc96c6c7 41782000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2
MS
4179
4180 * gdb.base/interrupt.exp: Make "pass" message say "send"
4181 rather than "send_gdb" (for consistancy).
4182
7d418785
AC
4183Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
4184
4185 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
4186 * gdb.c++/templates.cc: Properly check for GCC version number.
4187 * lib/compiler.cc: Likewise
4188
dc96c6c7 41892000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79
MS
4190
4191 * gdb.base/break.exp: When compiled with -O2 optimization,
4192 gdb may not stop at the first line of main, due to code motion.
4193
dc96c6c7 41942000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
4195
4196 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
4197 This test depends on parsing the printf output from the target.
4198 Since the sparclet stub doesn't do stdio, this will never work.
4199 * gdb.base/call-rt-st.exp: ditto.
4200 * gdb.base/call-strs: ditto.
4201
dc96c6c7 42022000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
4203
4204 * gdb.base/miscexprs.exp: make sizeof long array test portable.
4205
4206 * gdb.base/ending-run.exp: After connecting to a remote target,
4207 but before running, the target will appear to be in a random
4208 location. Specify both a file and a line for breakpoints.
4209 Also, the function that calls main may be called 'init'
4210 rather than 'start'.
4211
a5a51225
EZ
42122000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4213
4214 * gdb.base/help.exp: Update output for add-symbol-file command.
4215
7930cc7c
FN
42162000-04-10 Fernando Nasser <fnasser@cygnus.com>
4217
4218 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4219 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
4220
23e37ab1
C
42212000-04-07 J.T. Conklin <jtc@redback.com>
4222
e93c542c
C
4223 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
4224
23e37ab1
C
4225 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
4226
591b8fa3
PDM
4227Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
4228
4229 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
4230 values that can be represented exactly.
4231 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
4232 above change, and to not check against the directory part of the source
4233 file name.
4234 (step into print_long_arg_list): Likewise.
4235 (print print_small_structs from print_long_arg_list): Likewise.
4236 (print print_long_arg_list): Likewise.
4237
7a495180
EZ
42382000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4239
30b53638 4240 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 4241
beb998c6
AC
4242Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
4243
4244 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
4245
1c689132
DB
42462000-03-25 Daniel Berlin <dan@cgsoftware.com>
4247
4248 * gdb.base/commands.exp (deprecated_command_test): Add test for
4249 deprecate with no arguments.
4250
c1790a9d
JL
42512000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
4252
4253 * gdb.base/break.exp: Add new test for setting breakpoints on
4254 optimized code so we can test breakpoints work even when function
4255 prologues may be optimized away
4256
003ba290
FN
42572000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
4258
4259 From David Whedon <dwhedon@gordian.com>
4260 * gdb.base/commands.exp : Added command deprecator tests.
4261
6837a0a2
DB
42622000-03-22 Daniel Berlin <dan@cgsoftware.com>
4263
4264 * gdb.base/help.exp: Added test for new apropos command.
4265
b9593231
KB
42662000-03-21 Kevin Buettner <kevinb@redhat.com>
4267
4268 * gdb.base/pointers.c (usevar): New function.
4269 (main): Make sure that global variables v_int_pointer2, rptr,
4270 and y are all referenced someplace in the program by calling
4271 usevar() on them. [Some linkers delete symbols which are
4272 never referenced. The space remains, but there's no way to
4273 get a (symbolic) handle on the variable from the debugger.]
4274
751a959b
EZ
42752000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4276
4277 * gdb.base/printcmds.c: Add typedeffed arrays.
4278
4279 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
4280 procedure to test arrays that are typedef'd.
4281
73a93a32
JI
42822000-03-13 James Ingham <jingham@leda.cygnus.com>
4283
4284 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
beb998c6 4285 the library directories.
73a93a32 4286
fb40c209
AC
4287Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
4288
4289 * configure.in (configdirs): Add sub directory gdb.mi.
4290 * configure: Re-generate.
4291
4292 * gdb.mi: New directory.
beb998c6 4293
ee4dd2c9
AC
42942000-02-25 Scott Bambrough <scottb@netwinder.org>
4295
4296 * gdb.base/long_long.exp: Correct test suite failure when printing
4297 a long long value as a double on ARM platforms.
4298
70f0cc22
JB
42992000-02-16 Jim Blandy <jimb@redhat.com>
4300
4301 * gdb.base/break.exp ("breakpoint line number"): Make sure the
4302 default source file is set properly before running this test.
4303
853819b8
EZ
43042000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4305
4306 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
4307 gdbtk/library directory, not in gdbtcl2.
4308
dfcd3bfb
JM
43092000-02-04 Jim Blandy <jimb@redhat.com>
4310
4311 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
4312 backslash from regexp pattern.
4313
4314 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
4315 procedure. Use it to run all the "continue to bp overloaded"
4316 tests. Note that this changes the names of the tests slightly.
4317 If the breakpoint hit message includes a hex PC value, because
4318 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
4319 from the real source code, still consider that a pass.
4320
4321 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
4322 XFAIL here if the breakpoint message contains a hex address. Note
4323 similar change on 1999-11-02.
4324
4325 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
4326
4327 * gdb.base/ptype.exp: Establish a default source file before
4328 calling get_debug_format.
4329
43302000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
4331
4332 * gdb.base/watchpoint.exp: Remove duplication of test messages.
4333
8b93c638
JM
43342000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4335
4336 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
4337 of successive stepi commands -- while in the prologue we should see
4338 the function entry bracket.
4339
43402000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
4341
4342 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
4343 reach __change_mode() when stepping through the end of main().
4344
c5394b80
JM
43452000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
4346
4347 * gdb.base/default.exp: Fix expected pattern.
4348 * gdb.base/help.exp: Same.
4349
0d06e24b
JM
43502000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4351
4352 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
4353 Don't use xfail's because that affects only the following test.
beb998c6 4354
0d06e24b
JM
4355 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
4356 solaris or linux.
4357
4358 * gdb.base/selftest.exp: Update to reflect changes to main.c.
4359
dc96c6c7 43602000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 4361
beb998c6 4362 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
4363 "A syntax error" rather than "A parse error". Accept both.
4364
43652000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
4366
4367 * gdb.base/default.exp: Remove OS dependent string from "target
4368 remote" test.
4369 * gdb.base/help.exp: Same for "help target remote" test.
4370
c3f6f71d
JM
43712000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4372
4373 From Jim Kingdon <kingdon@redhat.com>:
4374
4375 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
4376 prompt (cleanup rather than necessity, but still might keep output
4377 from spilling to next test).
4378
43792000-01-02 Fred Fish <fnf@cygnus.com>
4380
4381 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
4382 AIX, which defines them in <sys/types.h>.
4383
ed9a39eb 43841999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 4385
ed9a39eb
JM
4386 * gdb.base/default.exp: Match arm* etc instead of arm in "info
4387 float" test.
4388
43891999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 4390
ed9a39eb 4391 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
4392
4393 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
4394 outermost frame disallowed".
4395
43961999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
4397
4398 * gdb.base/setvar.exp: New tests for setting the value of a struct
4399 with a constant list.
4400
44011999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
4402
4403 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
4404 require the user to type a cast before setting the value of a struct.
4405
de57eccd
JM
44061999-12-06 Jim Blandy <jimb@cygnus.com>
4407
4408 * gdb.base/default.exp: Expect the new 'info float' command on
4409 all i386 platforms.
4410
4411 * gdb.threads/linux-dp.exp: Expand our ability to recognize
4412 LinuxThreads libraries that don't support debugging.
4413
c2d11a7d
JM
4414Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4415
4416 * gdb.base/remote.c: Fill the buffer with truely random data.
4417 Change the buffer type to ``unsigned char'' to simplify size
4418 arithmetic.
4419
4420 * gdb.base/remote.exp: Reduce download numbers by one. Typical
4421 stub only handles 400-1 byte packets. Verify that the download
4422 worked.
4423
44241999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
4425
4426 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
4427 tests, using UNRESOLVED for the untested cases. Also, does not wait
4428 for a timeout if the prompt was received before a recognizable pattern.
4429
44301999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
4431
4432 * lib/gdb.exp (gdb_expect_list): Fix spelling.
4433
44341999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4435
4436 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
4437 watchpoints.
4438
44391999-11-24 Jason Merrill <jason@casey.cygnus.com>
4440
4441 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
4442
4443 * gdb.c++/local.exp: Be more flexible in recognizing local class
4444 name mangling. Don't allow horribly truncated method names.
4445 * gdb.c++/derivation.exp: Expect protected inheritance.
4446 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
4447 * gdb.c++/virtfunc.exp: Likewise.
4448 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
4449 when printing a nested enum.
4450
44511999-11-22 Jim Blandy <jimb@cygnus.com>
4452
4453 * gdb.base/step-test.exp: Properly await GDB's response to setting
4454 a breakpoint on the call to large_struct_by_value.
4455
4456 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
4457 just because we have debug info for the `start' function.
4458
44591999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
4460
4461 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
4462 "Unknown signal" messages, which indicate (on LinuxThreads) that
4463 GDB doesn't know how to debug threads on this system. This is
4464 better than hanging while philosopher 0 dumps chatter into gdb.log.
4465
44661999-11-18 Tom Tromey <tromey@cygnus.com>
4467
4468 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
4469
44701999-11-18 Fred Fish <fnf@cygnus.com>
4471
4472 * gdb.base/coremaker2.c: Add sample program for generating
4473 cores that is more self contained than coremaker.c. Eventually
4474 I'll add more code to this and tie it into the testsuite.
4475
4ce44c66
JM
44761999-11-12 Stan Shebs <shebs@andros.cygnus.com>
4477
4478 * gdb.base/dollar.exp: Remove, now in gdb.hp.
4479
44801999-11-10 Jimmy Guo <guo@cup.hp.com>
4481
4482 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
4483 from $srcdir/lib/.
4484 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
4485 and gdb.c++/.
4486
4487 * gdb.c++/derivation.exp: remove redundant get compiler info code.
4488
beb998c6 4489 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
4490 'continue with watch' test point.
4491
44921999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
4493
4494 Merged from p2linux-990323-branch:
beb998c6 4495
4ce44c66
JM
4496 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
4497
11cf8741
JM
4498Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
4499
4500 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
4501 {limit,fixed}''. Test ``set download-write-size''.
4502
4503Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
4504
4505 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
4506 gdb_expect_list.
4507
4508Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
4509
4510 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
4511
45121999-11-03 Mark Salter <msalter@cygnus.com>
4513
4514 * gdb.base/break.exp: Fix "stub continue" pattern.
4515
45161999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
4517
4518 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
4519
45201999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
4521
4522 * gdb.base/display.exp ("finish"): Add timeout clause.
4523
4524 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
4525 plain prompt clause, so this doesn't have to time out in order to
4526 fail.
4527
4528 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
4529 breakpoint hit messages include an address.
4530
4531 * gdb.base/display.exp: Don't forget to escape parens in regular
4532 expressions. Unix regexp notatation sucks.
4533
45341999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4535
4536 * gdb.base/annota1.exp: Test for annotate-signalled: change output
4537 order for 'signalled' message.
4538
5c44784c
JM
45391999-11-01 Stan Shebs <shebs@andros.cygnus.com>
4540
4541 From Jimmy Guo <guo@cup.hp.com>:
4542 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
4543 * gdb.base/annota1.c: Add code for tests to work with.
4544
45451999-10-26 Frank Ch. Eigler <fche@cygnus.com>
4546
4547 * gdb.base/remote.exp: New test for remote downloading settings.
4548 * gdb.base/remote.c: New file with large .data.
4549
917317f4
JM
45501999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
4551
4552 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
4553 for LinuxThreads support, merged from the Code Fusion branch.
4554
4555Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
4556
4557 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
4558 containing exp_continue into a while within an expect. Don't
4559 attempt a start more than three times. Check return value from
4560 gdb_load.
beb998c6 4561
2df3850c
JM
4562Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
4563
4564 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
4565 a pass case.
4566
2acceee2
JM
45671999-10-01 Kevin Buettner <kevinb@cygnus.com>
4568
4569 * gdb.base/break.c (main): Added a statement that we can step
4570 off of.
4571 * gdb.base/break.exp: Added tests for setting a breakpoint
4572 at an offset and stepping onto a breakpoint.
4573
45741999-10-01 Fred Fish <fnf@cygnus.com>
4575
beb998c6 4576 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
4577 gdb output.
4578
c2c6d25f
JM
45791999-09-18 Jim Blandy <jimb@cris.red-bean.com>
4580
4581 * gdb.base/break.exp: Code locations are in hex, don't forget!
4582 (For HP-UX.)
4583
45841999-09-17 Stan Shebs <shebs@andros.cygnus.com>
4585
4586 * condbreak.exp: Use break.c as test program.
4587 * condbreak.c: Remove, redundant with break.c.
4588
45891999-09-15 Stan Shebs <shebs@andros.cygnus.com>
4590
4591 * config/monitor.exp (gdb_target_monitor): Disable X- and
4592 Z-packets if the target needs it.
4593
45941999-09-13 James Ingham <jingham@leda.cygnus.com>
4595
4596 * gdb.c++/overload.exp: Added tests for listing overloaded
4597 functions with function pointers in the arg, explicitly calling
4598 out the version you want.
4599
cff3e48b
JM
46001999-09-09 Stan Shebs <shebs@andros.cygnus.com>
4601
4602 * long_long.exp: Add variations of test cases that work for
4603 targets with 16-bit ints and 32-bit doubles.
4604
d4f3574e
SS
46051999-09-08 Stan Shebs <shebs@andros.cygnus.com>
4606
4607 * break.c (main): Compare a possibly-uninitialized argc with an
4608 unlikely value that fits in 16 bits.
4609
46101999-09-07 Stan Shebs <shebs@andros.cygnus.com>
4611
4612 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
4613 0xfeeb, don't want negative numbers if ints are 16 bits.
4614
4615 * lib/gdb.exp (skip_cplus_tests): New proc.
4616 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
4617 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
4618 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
4619 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
4620 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
4621 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
4622 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
4623 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
4624
4625 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
4626
4627Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
4628
4629 * gdb.base/corefile.exp (up): Allow a parameter to appear
4630 in the frame that we're going up to.
4631
4632 From Jim Blandy <jimb@cygnus.com>:
4633
4634 * gdb.base/default.exp (info float): Expect some output now.
4635
4636 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
4637 returning floating-point values to fail on the x86.
4638 * gdb.base/callfwmall.exp (do_function_calls): Same.
4639
4640 * gdb.base/list.exp (test_listsize): Correct expectations for
4641 listing line 1 with listsize 2. Also, listing a single line
4642 works now, as does listing three lines. [Kevin's note: There
4643 were a number of other cases fixed too where the expectations
4644 differed...]
4645
46461999-09-02 Stan Shebs <shebs@andros.cygnus.com>
4647
4648 * gdb.base/selftest.exp: Add case for when version prints as
4649 constant string instead of char pointer.
4650
104c1213
JM
46511999-08-25 Stan Shebs <shebs@andros.cygnus.com>
4652
4653 * gdb.base/ending-run.exp: Add Solaris case for what happens when
4654 stepping out of main.
4655
4656 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
4657 G++ used.
4658
4659 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
4660 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
4661
4662 * gdb.c++/ovldbreak.exp: Update match string in test that
4663 includes a warning of multiple breakpoints.
4664
46651999-08-24 Stan Shebs <shebs@andros.cygnus.com>
4666
4667 * gdb.base/display.exp: Improve precision of step-after-finish
4668 added yesterday.
4669
4670 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
4671 test.
4672
4673 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
4674 configs when using G++, not just hppa*.
4675
46761999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4677
4678 * gdb.base/async.c: New file.
4679 * gdb.base/async.exp: New file.
4680
4681Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
4682
4683 * gdb.base/break.exp: Tweak PA specific tests to properly handle
4684 PA64.
4685
53a5351d
JM
4686Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
4687
104c1213
JM
4688 * gdb.base/display.exp: "finish" can leave us mid-line on many
4689 targets, deal with it. Add a small constant to main, instead of
4690 1000 since main+1000 may not be a valid address in the target.
4691
53a5351d
JM
4692 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
4693 on hpux11.
4694
4695 * gdb.base/attach.exp: Handle another hpux11 error message variant
4696 when attaching to a process that does not exist.
4697
46981999-08-19 J.T. Conklin <jtc@redback.com>
4699
4700 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
4701 characters in 'continue to 1241' test.
4702
47031999-08-17 Stan Shebs <shebs@andros.cygnus.com>
4704
4705 * gdb.base/call-ar-st.exp: Add a shorter match case for the
4706 stop in print_long_arg_list, define and use a whitespace
4707 variable in print_small_structs test, add an XFAIL for Solaris.
4708 * gdb.base/dbx.exp: XFAIL func commands until somebody is
4709 interested enough to fix.
4710
7be570e7
JM
47111999-08-13 Keith Seitz <keiths@cygnus.com>
4712
4713 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
4714 (dbx_gdb_load): Remove. Use gdb_load instead, since that
4715 proc knows about targets other than the natives.
4716 (test_assign): Use "gdb_run_cmd" to "run" the target.
4717 Check that we've actually hit the breakpoint at main.
4718 When we attempt to assign a value to a local variable, check
4719 that the variable is in the current scope, i.e., don't use
4720 a test with an empty result.
4721
4722Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
4723
4724 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
4725 command.
4726
47271999-08-09 Stan Shebs <shebs@andros.cygnus.com>
4728
4729 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4730 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
4731 gdb.compat, gdb.threads-hp.
4732 gdb.hp/configure, gdb.hp/configure.in: New files.
4733 gdb.hp/Makefile.in: Recurse into new subdirs.
4734 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
4735 gdb.hp/gdb.objdbg: New directory, tests for debugging info
4736 in object files.
4737 gdb.hp/tools: New directory, aux tools for HP-specific tests.
4738
96baa820
JM
47391999-08-05 Stan Shebs <shebs@andros.cygnus.com>
4740
4741 * gdb.base/display.exp: Help expect by putting a newline in the
4742 funky printf, remove a bogus p/a test.
4743
47441999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4745
4746 * gdb.base/display.exp: Make sure that when we say 'run', we are
4747 connected to the target. This is necessary when running not
4748 natively.
4749
47501999-08-03 Stan Shebs <shebs@andros.cygnus.com>
4751
4752 * gdb.base/step-test.exp: Removed some extraneous messages.
4753
4754 * gdb.base/long_long.exp: Don't run memory examination tests
4755 on little-endian targets (they will need a different set of
4756 results to match).
4757
47581999-08-02 Stan Shebs <shebs@andros.cygnus.com>
4759
4760 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
4761 until somebody decides to fix GDB.
4762
4763 * gdb.base/long_long.c: Stop compiler complaint by specifying long
4764 constant as "ULL".
4765 * gdb.base/long_long.exp: Loosen x/c test, add partial result
4766 matches for a couple x/2 commands.
4767
a0b3c4fd
JM
47681999-07-30 Stan Shebs <shebs@andros.cygnus.com>
4769
4770 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
4771 by merging in ref-types2 tests.
4772 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
4773
4774 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4775 * gdb.c++/Makefile.in: Add standard actions.
4776 (EXECUTABLES): Rename from PROGS, update list.
4777 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
4778 from gdb.hp.
4779 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
4780 foo and bar locals.
4781 * gdb.c++/anon-union.exp: Fix tests to match.
4782 * gdb.c++/classes.exp: Run if HP compiler used, add extra
4783 expect matches to handle output variations.
4784 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
4785 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
4786 output, add HP alternatives for new and delete prints.
4787 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
4788 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
4789 * gdb.c++/demangle.exp: Use $style when reporting failure.
4790 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
4791 * gdb.c++/inherit.exp: Run if HP compiler used, add some
4792 match alternatives.
4793 * gdb.c++/local.exp: Add match alternatives or xfails for HP
4794 compilers.
4795 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
4796 * gdb.c++/method.exp: Add match alternatives.
4797 * gdb.c++/misc.cc: Add bool types.
4798 * gdb.c++/misc.exp: Add tests for bool types.
4799 * gdb.c++/overload.exp: Add xfails.
4800 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
4801 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
4802 add some more template parameter tests (only for HP currently).
4803 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
4804 * gdb.c++/virtfunc.cc: Add return type and value for main.
4805 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
4806 match alternatives.
beb998c6 4807
a0b3c4fd
JM
48081999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4809
4810 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
4811
48121999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
4813
4814 * gdb.base/signals.exp: Don't expect getting a backtrace from
4815 within a signal handler to fail on Linux.
4816
48171999-07-29 Stan Shebs <shebs@andros.cygnus.com>
4818
4819 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4820 * lib/gdb.exp: Remove some gratuitious semicolons.
4821 (delete_breakpoints): Increase timeout.
4822 (gdb_expect): Add -notransfer option.
4823 (gdb_test): Use -notransfer option.
4824 (get_compiler_info): Add f77 case.
4825 (get_compiler): New proc, split out from gdb_preprocess, add f77
4826 case.
4827 (gdb_preprocess): Call get_compiler.
4828
4829 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
4830 * gdb.base/attach.exp, gdb.base/display.exp,
4831 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
4832 gdb.base/long_long.exp, gdb.base/printcmds.exp,
4833 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
4834 third arg to gdb_test.
4835 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
4836 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
4837 HP-UX xfails, add others.
4838 * gdb.base/completion.exp: Reflect name change of self-test.
4839 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
4840 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
4841 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
4842 HP failure number.
4843 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
4844 useless HP-UX 10.30 references.
4845 * gdb.base/maint.exp: Loosen matches.
4846 * gdb.base/pointers.c (main): Declare more_code.
4847 * gdb.base/pointers.exp: Match on output of a `next'.
4848 * gdb.base/structs.c: Add prototypes.
4849 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
4850 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
4851
48521999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4853
4854 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
4855 command.
4856
48571999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4858
4859 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
4860 Fix run to main failures. Watchpoint can be hardware watchpoint.
beb998c6
AC
4861
4862 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
4863 debug info. Deal with lack of signal hanlder info in stack.
4864
4865 From Jim Kingdon <kingdon@redhat.com>:
4866 * gdb.base/annota1.exp: If printf has debug info, deal with it.
4867
5a2468f5
JM
48681999-07-19 Stan Shebs <shebs@andros.cygnus.com>
4869
4870 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
4871 gdb.base/foll-vfork.exp: Don't run for crosses.
4872
adf40b2e
JM
4873Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
4874
4875 * gdb.base/configure.in: Check for gdbvars.exp instead of
4876 a1-selftest.exp.
4877 * gdb.base/configure: Re-generate.
4878
48791999-07-12 Stan Shebs <shebs@andros.cygnus.com>
4880
4881 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
4882 in trying to run first and name is too long.
4883
4884 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
4885 pointers2.c and pointers2.exp, respectively.
4886 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
4887 doschk happier.
4888
43e526b9
JM
48891999-07-08 Stan Shebs <shebs@andros.cygnus.com>
4890
4891 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
4892 callfuncs2.c and callfuncs2.exp.
4893
4894 * gdb.base/list.exp: Remove mistaken xfails.
4895 * gdb.base/list0.h: Add optional prototypes.
4896
9846de1b
JM
4897Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
4898
4899 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
4900 calling malloc.
4901 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
4902 * ptype.exp: Move test for get_debug_format to before its first
4903 use.
4904
49051999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4906
4907 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
4908 * gdb.base/annota2.cc, annota2.exp: Move from here.
4909 * gdb.c++/annota2.cc, annota2.exp: To here.
4910 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
4911
43ff13b4
JM
4912Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
4913
4914 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
4915 a consistent format.
4916
085dd6e6
JM
49171999-06-25 Stan Shebs <shebs@andros.cygnus.com>
4918
4919 From Jimmy Guo <guo@cup.hp.com> and others at HP:
4920 * lib/gdb.exp (get_compiler_info): Add detection for assorted
4921 HP compilers, also set the globals $true and $false.
4922
4923 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
4924 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
4925 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
4926 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
4927 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
4928 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
4929 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
4930 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
4931 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
4932 whatis.c} Add C++ compatible function definitions and return
4933 types, add includes for library functions.
4934 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
4935 * gdb.base/step-test.c (myglob): Rename from glob.
4936 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
4937 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
4938 files, move here from gdb.hp.
4939 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
4940 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
4941 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
4942 Adjust line numbers in regexps.
4943
4944 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
4945 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
4946 instead of 0/1.
4947
4948 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
4949 foll-vfork.exp: New files, move here from gdb.hp.
4950 * gdb.base/page.exp: New file, test of pagination command.
4951
4952 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
4953 recursion test.
4954 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
4955
4956 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
4957 gdb.base/solib.exp: Fix compiler invocation process.
4958
4959 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
4960 HP-UX 11, turn off overload resolution explicitly.
4961 * gdb.base/commands.exp: Set argument list explicitly, add
4962 watchpoint test.
4963 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
4964 them work.
4965 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
4966 expressions properly.
4967 * gdb.base/corefile.exp: Loosen the match slightly.
4968 * gdb.base/default.exp: Allow "Error accessing memory" message
4969 also.
4970 * gdb.base/display.exp: Skip over x/0 j if PA64.
4971 * gdb.base/funcargs.exp: Add xfails for HP-UX.
4972 * gdb.base/interrupt.exp: Ditto.
4973 * gdb.base/langs.exp: Add symbolic matches governed by compiler
4974 in use.
4975 * gdb.base/list.exp: Add xfails for HP-UX.
4976 * gdb.base/long_long.exp: Refine some of the numeric matches.
4977 * gdb.base/mips_pro.exp: Xfail on HP-UX.
4978 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
4979 * gdb.base/nodebug.exp: Succeed on more varieties of output.
4980 * gdb.base/opaque.exp: Remove some HP-UX xfails.
4981 * gdb.base/ptype.exp: Succeed on more varieties of output.
4982 * gdb.base/scope.exp: Add xfails for HP-UX.
4983 * gdb.base/sect-cmd.exp: Add more cases.
4984 * gdb.base/setvar.exp: Add xfails for HP-UX.
4985 * gdb.base/shlib-call.exp: Loosen some matches slightly.
4986 * gdb.base/signals.exp: Match on void symbolically.
4987 * gdb.base/step-test.exp: Add case for PA64.
4988 * gdb.base/term.exp: Add exit and restart.
4989 * gdb.base/twice.exp: Clean up after self.
4990 * gdb.base/varargs.exp: Disable overload resolution explicitly.
4991 * gdb.base/whatis.exp: Allow more ways to pass tests.
4992
4993 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
4994 no longer useful.
4995
4996Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
4997
4998 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
4999 list of patterns.
5000 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
5001 print_double_array(double_array)", "continuing to breakpoint
5002 1018", "print print_double_array(array_d)" and "continuing to
5003 1034" tests.
beb998c6 5004
085dd6e6
JM
50051999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
5006
5007 * Makefile.in: Add empty html and install-html targets.
5008
50091999-06-24 Stan Shebs <shebs@andros.cygnus.com>
5010
5011 * config/mt-*: Remove, these haven't been used since 1996.
5012
50131999-06-22 Stan Shebs <shebs@andros.cygnus.com>
5014
5015 * gdb.base/call-strs.c, gdb.base/ending-run.c,
5016 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
5017 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
5018
9e0b60a8
JM
50191999-06-18 Stan Shebs <shebs@andros.cygnus.com>
5020
5021 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
5022 simpler match case for the ptype of the big class.
5023
50241999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5025
5026 * gdb.exp: Fix test for gdb_prompt existence.
5027
50281999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5029
5030 * gdb.exp (gdb_test): Add fail after calls to perror.
5031
50321999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5033
5034 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
5035
50361999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
5037
5038 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
5039
0f71a2f6
JM
5040Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
5041
5042 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
5043 malloc() is linked in.
5044
50451999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
5046
5047 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
5048 step at end.
5049
5050 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
5051
50521999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
5053
5054 * gdb.java/jv-print.exp: New file. (Our first Java test!)
5055
cce74817
JM
5056Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
5057
5058 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
5059 * gdb.base/mips_pro.exp: Likewise.
5060
50611999-06-02 Keith Seitz <keiths@cygnus.com>
5062
5063 * gdb.c++/templates.cc: Change all "new" operators to throw
5064 an exception.
5065 * gdb.c++/cplusfuncs.cc: Likewise.
5066
5067 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
5068
5069Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
5070
5071 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
5072 * gdb.base/ending-run.exp: When stepping out of main, accept a
5073 step into an arbitrary assembler file.
5074
392a587b
JM
50751999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5076
beb998c6 5077 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 5078 "breakpoint-invalid" to be printed.
beb998c6 5079 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
5080 number of "frames-invalid" and "breakpoint-invalid" to be printed.
5081 * gdb.base/annota2.cc: Initialize a.x to 0.
5082
9e086581
JM
50831999-05-17 Keith Seitz <keiths@cygnus.com>
5084
5085 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
5086 when "skip_float_tests" set.
5087 Ditto for "print print_double_array(array_d)", "print print_small_structs",
5088 "print print_ten_doubles", and "step into print_long_arg_list".
5089 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
5090 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
5091 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
5092 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
5093 "skip_float_tests" is set.
5094 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
5095 when "skip_float_tests" set.
beb998c6 5096
cd0fc7c3
SS
50971999-05-06 Keith Seitz <keiths@cygnus.com>
5098
5099 * gdb.base/annota2.cc: Include stdio.h.
5100
5101Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
5102
5103 * gdb.base/crossload.exp: Remove, this has been disabled ever
5104 since BFD stopped including all targets, and cross-GDB gets
5105 plenty of testing anyway.
5106 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
5107 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
5108 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
5109 * gdb.base/README: Remove, was doc for this.
5110 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
5111 needed.
5112
b83266a0
SS
51131999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5114
5115 * gdb.base/call-ar-st.exp: Fix one regular expression in test
5116 output.
5117
5118 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
5119 * gdb.base/annota2.exp: New file. More annotation tests.
5120 * gdb.base/annota1.c: New file. Source file for annota1.exp.
5121 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
5122
51231999-04-23 Angela Marie Thomas <angela@cygnus.com>
5124
5125 * config/cfdbug.exp: New file.
5126
7a292a7a
SS
51271999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
5128
5129 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
5130 Marcus Daniel's and Dale Hawkins's demangler crashes.
5131
5132 * gdb.c++/demangle.exp (test_gnu_style_demangling,
5133 test_lucid_style_demangling, test_arm_style_demangling,
5134 test_hp_style_demangling): Try Tom Tromey's core-dumping
5135 identifier under each demangling style.
5136
51371999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
5138
5139 * gdb.c++/demangle.exp: Include the current demangling style
5140 in all test names.
5141 (current_demangling_style): New global variable.
5142 (set_demangling_style, test_demangling_core, test_demangling,
5143 test_demangling_exact): New functions.
5144 (test_gnu_style_demangling, test_lucid_style_demangling,
5145 test_arm_style_demangling, test_hp_style_demangling): Use those,
5146 instead of calling gdb_test and gdb_test_exact directly.
5147 (catch_demangling_errors): New function, which reports errors
5148 signalled by the demangling test functions in an orderly way.
5149 (do_tests): Use catch_demangling_errors.
5150
51511999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
5152
5153 * gdb.base/signals.exp (test_handle_all_print): Use () for
5154 grouping in expressions, not {}.
5155
5156 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
5157 initialized yet.
5158
51591999-04-01 Stan Shebs <shebs@andros.cygnus.com>
5160
5161 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
5162 are listed.
5163
51641999-03-26 Stan Shebs <shebs@andros.cygnus.com>
5165
5166 * gdb.stabs/weird.exp: Test for CC being defined before
5167 looking at its value.
5168
51691999-03-25 Stan Shebs <shebs@andros.cygnus.com>
5170
5171 * gdb.base/call-ar-st.exp: Remove stray '#'.
5172 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
5173 "short int" and "long int".
5174 * gdb.c++/overload.cc: Cast the string added in the previous
5175 change, to mollify finicky HP compiler.
5176 * gdb.hp/reg-test.exp (testfile): Fix file name.
5177 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
beb998c6 5178
7a292a7a
SS
5179 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
5180 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
5181 alternate form of enum ptype.
5182
c906108c
SS
51831999-03-23 Stan Shebs <shebs@andros.cygnus.com>
5184
7a292a7a
SS
5185 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
5186 * gdb.hp/*.exp: Change all to run compiler probe only after
5187 passing skip_hp_tests, so as not to waste time on guaranteed
5188 failure.
5189
c906108c
SS
5190 * gdb.c++/overload.cc: Pass string instead of char addr, always
5191 init ccpfoo.
5192 * gdb.c++/templates.cc: Fix syntax error.
5193
7a292a7a
SS
5194Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5195
5196 * gdb.base/commands.exp: Add test for correct position of '>'
beb998c6 5197 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
5198 command.
5199
52001999-03-18 James Ingham <jingham@cygnus.com>
5201
5202 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
5203
5204 * gdb.c++/method.exp: It was testing an uninitialized int on the
5205 stack and assuming it was positive.
5206
5207 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
5208
5209 * gdb.base/step-test.exp: Catch a case where finish is broken and
beb998c6 5210 keep it from killing the rest of the tests.
7a292a7a
SS
5211 Use gdb_continue_to_end.
5212
5213 * gdb.base/sigall.exp: use gdb_continue_to_end.
5214
5215 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
5216
5217 * gdb.base/display.exp: use runto_main, not run.
5218
beb998c6
AC
5219 * gdb.base/default.exp: Check for the current error message in the
5220 r abbreviation test.
7a292a7a
SS
5221 Add strongarm to the targets that know info float.
5222
beb998c6 5223 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
5224 run which doesn't work with monitors.
5225
5226 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
5227
5228 * gdb.base/break.exp: use the gdb_continue_to_end proc.
5229
5230 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
beb998c6
AC
5231 program. Traps the case (in Cygmon) when the program never really
5232 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
5233 more places, so I used my name. Sorry Mark...
5234
5235 * config/monitor.exp (gdb_target_monitor): added another
5236 target_info parameter: remotebinarydownload. This will set the
5237 remotebinarydownload flag if this is causing some boards trouble.
5238
52391999-03-18 Mark Salter <msalter@cygnus.com>
5240
5241 * lib/gdb.exp (continue_to_exit): New function.
5242
5243 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
5244 * gdb.base/ending-run.exp: Ditto.
5245 * gdb.base/step-test.exp: Ditto.
5246
52471999-03-16 Stan Shebs <shebs@andros.cygnus.com>
5248
5249 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
5250 (suggested by Art Haas <ahaas@neosoft.com>).
5251
52521999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
5253
5254 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
5255
5256Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
5257
5258 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
5259 descriptions of types (short unsigned int vs unsigned short, etc).
5260
52611999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
5262
5263 * gdb.base/call-strs.exp: Don't assume that `step' will step over
5264 a call to strlen; sometimes we do have sources.
5265
52661999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
5267
5268 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
5269 character, so GDB won't print garbage after its end.
beb998c6 5270
c906108c
SS
5271 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
5272 breakpoint there instead. Sometimes GCC emits memcpy to handle
5273 the large structures being passed by value, so we step into that
5274 instead of sum_array_print, which obscures what we're really testing.
5275 * gdb.base/step-test.exp: However, we do want a test that notices
5276 the bizarre steps into memcpy, so do that here. Add check for
5277 stepping into function calls that pass large structures by value.
5278 ("Is that a noun clause, or are you just happy to see me?")
5279 Remove all references to specific line numbers.
5280 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
5281 New type and function.
5282 (main): Call large_struct_by_value, passing it a large struct by value.
5283 * lib/gdb.exp (gdb_get_line_number): New function.
5284
5285 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
5286 more portable.
5287
7a292a7a
SS
52881999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
5289
c906108c
SS
5290 * lib/gdb.exp: Doc fixes.
5291
7a292a7a
SS
52921999-03-05 Nick Clifton <nickc@cygnus.com>
5293
beb998c6 5294 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
5295
52961999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
5297
c906108c
SS
5298 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
5299 commands. They're not germane to this test, and they don't work
5300 that way on remote targets.
5301
3fc11d3e
JM
53021999-03-01 James Ingham <jingham@cygnus.com>
5303
5304 * Changelog entries merged over from gdb development branch.
5305
3fc11d3e
JM
5306 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
5307
5308 * lib/gdb.exp (gdbtk_analyze_results): Generic function
5309 for outputting results of test run.
5310
2d4a1622 5311 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
5312
5313 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 5314
7a292a7a
SS
53151999-02-25 Felix Lee <flee@cygnus.com>
5316
5317 * lib/gdb.exp (debug_format): initialize
5318
c906108c
SS
53191999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
5320
5321 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
5322 * gdb.base/call-rt-st.c: Ditto.
5323
c906108c
SS
53241999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
5325
5326 * gdb.threads/pthreads.exp (horiz): New variable.
5327 (test_startup): Fix regexps that capture thread numbers.
5328
53291999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
5330
5331 * gdb.base/smoke.exp: Disambiguate two test case names (both
5332 called ``print'').
5333
5334Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5335
5336 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
5337 compilation.
5338
53391999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5340
5341 * gdb.base/miscexprs.exp: Change patterns to match GDB's
5342 actual output formatting.
5343 * gdb.base/smoke.exp: GDB removes leading 0's.
5344 * gdb.base/volatile.exp: Don't check type of remuneration;
5345 that variable is no longer defined in constvars.c.
5346 * gdb.base/step-test.c (main): Exit with explicit exit code.
5347 * gdb.base/step-test.exp: Remove two nexti checks--they are
5348 not portable.
5349
53501999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
5351
5352 * gdb.base/help.exp ("help delete display"): Fix test to match
5353 gdb's output.
5354
5355 * gdb.base/long_long.c (known_types): Initialize values to zero.
5356 * gdb.base/long_long.exp: Step one more line
5357 so 'dec' is initialized in "get to known place". GDB removes
beb998c6 5358 leading zeros. Explicitly ask for hex formatting. Use
c906108c
SS
5359 unique test case names.
5360
5361Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5362
beb998c6 5363 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
5364
5365 * gdb.c++/method.exp: Add missing close brace.
5366
53671999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
5368
5369 * gdb.base/maint.exp: Use 'set height 0' to disable page
5370 prompting, not 'set height 400'.
5371
5372 Fix a bunch of timeouts.
5373 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
5374 four separate tests, so expect doesn't take forever to match a ton
5375 of text against a regexp with lots of .* forms.
5376 ("maint print psymbols", "maint print symbols"): Make some of
5377 these greps more selective, so that expect doesn't try to wade
5378 through huge piles of output and time out.
5379
5380 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
5381
5382 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
5383 tests: one which doesn't expect shlib events to be reported, and
5384 another which does, but is XFAIL for all platforms other than
5385 HP/UX.
5386
5387 * gdb.base/break.exp: Teach the test suite that the `catch
5388 fork', `catch vfork', and `catch exec' commands produce error
5389 messages on platforms that don't provide these features.
5390
5391Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
5392
5393 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
5394 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
5395 (shortening names from solib_threshold.exp etc), won't run on
5396 anything but HP-UX for the foreseeable future.
5397 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
5398 reflect move.
5399
5400Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
5401
5402 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
5403 gdb.trace/Makefile.in (clean): Remove all test executables.
5404
5405Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
5406
5407 * gdb.base/shlib-call.exp: add test cases to verify that gdb
5408 successfully re-sets breakpoints in shared libraries.
5409 * gdb.base/shmain.c (main): return 0, don't fall off the end.
5410
5411Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
5412
beb998c6
AC
5413 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
5414 and compiled w/o GCC.
c906108c
SS
5415
5416 * gdb.hp/watch-cmd.exp: ditto.
5417
5418 * gdb.hp/watch-hp.exp: ditto.
5419
5420 * gdb.hp/xdb1.exp: ditto.
5421
5422 * gdb.hp/xdb2.exp: ditto.
5423
5424 * gdb.hp/dbx.exp: ditto.
5425
5426Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
5427
5428 * constvars.c: Remove C++-isms.
5429 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
5430 with GCC.
5431
5432Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
5433
5434 The following changes are part of the HP merge.
5435
5436 * gdb.base/break.exp: new tests to verify that catchpoints for
5437 fork, vfork, and exec don't trigger inappropriately.
5438
5439 * gdb.base/opaque.exp: compile one file at a time, then link.
5440
5441 * gdb.base/signals.exp: be more restrictive about which hppa
5442 systems receive a setup_xfail. new tests.
5443
5444 * gdb.base/solib_threshold.build: new file.
5445 * gdb.base/solib_threshold.exp: new file.
5446 * gdb.base/solib_threshold.link_opts: new file.
5447 * gdb.base/solib_threshold.mk: new file.
5448 * gdb.base/gen_solib_threshold.c: new file.
5449
5450 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
5451 tests. New tests for enums inside classes.
5452
5453 * gdb.c++/compiler.cc: indicate support of template debugging.
5454
5455 * gdb.c++/demangle.exp: run hp style demangling tests.
5456
5457 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
5458 tests.
5459
5460 * gdb.c++/misc.cc: changes to support new tests.
5461
5462 * gdb.c++/templates.cc: changes to support HP's compiler; changes
5463 to support new tests.
5464
5465 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
5466 gcc, then skip these tests.
5467
5468Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
5469
5470 The following files are part of the HP merge; some had longer
5471 names at HP, but have been renamed to be no more than 14
5472 characters in length.
5473
5474 * gdb.hp/ambiguous.cc: new file.
5475 * gdb.hp/ambiguous.exp: new file.
5476 * gdb.hp/attach.exp: new file.
5477 * gdb.hp/attach2.exp: new file.
5478 * gdb.hp/classes-hp.exp: new file.
5479 * gdb.hp/ctti.exp: new file.
5480 * gdb.hp/ctti-add.cc: new file.
5481 * gdb.hp/ctti-add1.cc: new file.
5482 * gdb.hp/ctti-add2.cc: new file.
5483 * gdb.hp/ctti-add3.cc: new file.
5484 * gdb.hp/dbx.exp: new file.
5485 * gdb.hp/exception.cc: new file.
5486 * gdb.hp/exception.exp: new file.
5487 * gdb.hp/foll-exec.c: new file.
5488 * gdb.hp/foll-exec.exp: new file.
5489 * gdb.hp/foll-fork.c: new file.
5490 * gdb.hp/foll-fork.exp: new file.
5491 * gdb.hp/foll-vfork.c: new file.
5492 * gdb.hp/foll-vfork.exp: new file.
5493 * gdb.hp/inherit-hp.exp: new file.
5494 * gdb.hp/more-steps.exp: new file.
5495 * gdb.hp/namespace.cc: new file.
5496 * gdb.hp/namespace.exp: new file.
5497 * gdb.hp/optimize.exp: new file.
5498 * gdb.hp/pxdb.c: new file.
5499 * gdb.hp/pxdb.exp: new file.
5500 * gdb.hp/quicksort.exp: new file.
5501 * gdb.hp/reg-test.exp: new file.
5502 * gdb.hp/reg-test.s: new file.
5503 * gdb.hp/sized-enum.c: new file.
5504 * gdb.hp/sized-enum.exp: new file.
5505 * gdb.hp/start-stop.exp: new file.
5506 * gdb.hp/templ-hp.cc: new file.
5507 * gdb.hp/templ-hp.exp: new file.
5508 * gdb.hp/thr-lib.c: new file.
5509 * gdb.hp/thr-lib.exp: new file.
5510 * gdb.hp/thr-lib.h: new file.
5511 * gdb.hp/thr-liblib.c: new file.
5512 * gdb.hp/virtfun-hp.c: new file.
5513 * gdb.hp/virtfun-hp.exp: new file.
5514 * gdb.hp/watch-cmd.exp: new file.
5515 * gdb.hp/watch-hp.exp: new file.
5516 * gdb.hp/xdb1.exp: new file.
5517 * gdb.hp/xdb2.exp: new file.
5518 * gdb.hp/xdb3.exp: new file.
5519
5520Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
5521
5522 The following files are part of the HP merge; some had longer
5523 names at HP, but have been renamed to be no more than 14
5524 characters in length.
5525
5526 * gdb.base/ss.h: new file.
5527 * gdb.base/call-ar-st.c: new file.
5528 * gdb.base/call-ar-st.exp: new file.
5529 * gdb.base/call-rt-st.c: new file.
5530 * gdb.base/call-rt-st-exp: new file.
5531 * gdb.base/call-strs.exp: new file.
5532 * gdb.base/ena-dis-br.exp: new file.
5533 * gdb.base/environ.exp: new file.
5534 * gdb.base/long_long.exp: new file.
5535 * gdb.base/sect-cmd.exp: new file.
5536 * gdb.base/shlib-cl2.exp: new file.
5537 * gdb.base/smoke.exp: new file.
5538 * gdb.base/so-impl-ld.c: new file.
5539 * gdb.base/so-impl-ld.exp: new file.
5540 * gdb.base/so-indr-cl.c: new file.
5541 * gdb.base/so-indr-cl.exp: new file.
5542 * gdb.base/varargs.exp: new file.
5543 * gdb.base/volatile.exp: new file.
5544 * gdb.base/whatis-exp.exp: new file.
7a292a7a 5545 * gdb.base/display.exp: new file.
c906108c
SS
5546 * gdb.c++/derivation.exp: new file.
5547 * gdb.c++/local.exp: new file.
5548 * gdb.c++/member-ptr.exp: new file.
5549 * gdb.c++/overload.exp: new file.
5550 * gdb.c++/ovldbreak.exp: new file.
5551 * gdb.c++/ref-types.exp: new file.
5552 * gdb.c++/ref-types2.exp: new file.
5553 * gdb.c++/userdef.exp: new file.
beb998c6 5554
c906108c
SS
5555Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
5556
5557 * gdb.base/default.exp: Reflect wording change in remote.c.
5558
dc96c6c7 5559Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5560
5561 * gdb.base/help.exp: Update to reflect current text.
5562
5563Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
5564
5565 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
5566 they're stack variables and contain garbage.
5567 * gdb.c++/anon-union.exp: new file.
5568
5569 The following changes were made by David Taylor
5570 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5571 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5572 in changes by HP.
5573
5574 * gdb.base/bitops.exp: new file.
5575 * gdb.base/default.exp: change expected messages for catch and
5576 info catch tests to reflect HP merge changes.
5577 * gdb.base/enable-disable-break.exp
5578 * gdb.base/ending-run.c: new file.
5579 * gdb.base/long_long.c: new file.
5580 * gdb.base/maint.exp: new file.
5581 * gdb.base/pointers2.exp: new file.
5582 * gdb.base/shlib-call2.exp: new file.
5583 * gdb.base/solib.exp: new file.
5584 * gdb.base/step-test.c: new file.
5585 * gdb.c++/anon-union.cc: new file.
5586 * gdb.c++/local.cc: new file.
5587 * gdb.c++/member-pointer.cc: new file.
5588 * gdb.c++/method.cc: new file.
5589 * gdb.c++/ref-types.cc: new file.
5590 * gdb.c++/ref-types2.cc: new file.
5591 * gdb.c++/userdef.cc: new file.
beb998c6 5592
c906108c
SS
5593 * gdb.base/scope.exp: compile one file at a time, then link.
5594 * gdb.base/langs.exp: ditto.
5595 * gdb.base/list.exp: ditto.
beb998c6 5596
c906108c
SS
5597Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
5598
5599 The following changes were made by David Taylor
5600 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
5601 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
5602 in changes by HP.
beb998c6 5603
c906108c
SS
5604 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
5605 skip tests. When compiling pass c++ flag to gdb_compile.
5606 * gdb.c++/
beb998c6 5607
c906108c
SS
5608 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
5609 test for on hppa*-*-hpux*; use args to see if c++ was specified.
5610 (skip_hp_tests): new function.
5611 (gdb_preprocess): new function.
5612
5613 * configure.in (hpdir): decide whether to configure gdb.hp.
5614 * configure: regenerated.
5615
5616 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
5617 to delete on clean.
5618 (EXECUTABLES): update to reflect new additions.
5619 * gdb.base/commands.exp: update message expected.
5620 * gdb.base/default.exp: add copyright notice.
5621 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
5622 * gdb.base/help.exp: update messages to reflect current text.
5623 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
5624 targets for recurse tests.
5625 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
5626 skip this file.
5627
5628 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
5629 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
5630 compilation.
5631 * gdb.c++/misc.exp: ditto.
5632 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
5633 run the tests. tell gdb_compile that it's a c++ compilation.
5634
5635 * gdb.threads/pthreads.exp: fix typo in message.
beb998c6 5636
c906108c
SS
5637 * gdb.base/all-bin.exp: new file.
5638 * gdb.base/arithmet.exp: new file.
5639 * gdb.base/assign.exp: new file.
5640 * gdb.base/completion.exp: new file.
5641 * gdb.base/cond-expr.exp: new file.
5642 * gdb.base/condbreak.exp: new file.
5643 * gdb.base/define.exp: new file.
5644 * gdb.base/dollar.exp: new file.
5645 * gdb.base/environment.exp: new file.
5646 * gdb.base/eval-skip.exp: new file.
5647 * gdb.base/jump.exp: new file.
5648 * gdb.base/logical.exp: new file.
5649 * gdb.base/pointers.exp: new file.
5650 * gdb.base/relational.exp: new file.
5651 * gdb.base/section_command.exp: new file.
5652 * gdb.base/whatis-expr.exp: new file.
5653
5654 * gdb.base/all-types.c: new file.
5655 * gdb.base/call-array-struct.c: new file.
5656 * gdb.base/call-return-struct.c: new file.
5657 * gdb.base/call-strings.c: new file.
5658 * gdb.base/callfuncs2.c: new file.
5659 * gdb.base/condbreak.c: new file.
5660 * gdb.base/constvars.c: new file.
5661 * gdb.base/display.c: new file.
5662 * gdb.base/int-type.c: new file.
5663 * gdb.base/jump.c: new file.
5664 * gdb.base/miscexprs.c: new file.
5665 * gdb.base/pointers.c: new file.
5666 * gdb.base/pointers2.c: new file.
5667 * gdb.base/shmain.c: new file.
5668 * gdb.base/shr1.c: new file.
5669 * gdb.base/shr2.c: new file.
5670 * gdb.base/solib.c: new file.
5671 * gdb.base/solib1.c: new file.
5672 * gdb.base/solib2.c: new file.
5673 * gdb.base/varargs.c: new file.
5674 * gdb.c++/derivation.cc: new file.
5675 * gdb.c++/overload.cc: new file.
5676 * gdb.c++/ovldbreak.cc: new file.
5677 * gdb.hp/attach.c: new file.
5678 * gdb.hp/attach2.c: new file.
5679 * gdb.hp/average.c: new file.
5680 * gdb.hp/compiler.c: new file.
5681 * gdb.hp/compiler.cc: new file.
5682 * gdb.hp/execd-program.c: new file.
5683 * gdb.hp/follow-exec.c: new file.
5684 * gdb.hp/follow-fork.c: new file.
5685 * gdb.hp/follow-vfork-and-exec.c: new file.
5686 * gdb.hp/misc-hp.cc: new file.
5687 * gdb.hp/more-steps.c: new file.
5688 * gdb.hp/optimize.c: new file.
5689 * gdb.hp/quicksort.c: new file.
5690 * gdb.hp/run-hp.c: new file.
5691 * gdb.hp/start-stop.c: new file.
5692 * gdb.hp/sum.c: new file.
5693 * gdb.hp/templates-hp.cc: new file.
5694 * gdb.hp/thread-local-in-lib.c: new file.
5695 * gdb.hp/thread-local-in-lib.h: new file.
5696 * gdb.hp/thread-local-in-lib.lib.c: new file.
5697 * gdb.hp/vforked-program.c: new file.
5698 * gdb.hp/virtfunc-hp.cc: new file.
5699 * gdb.hp/watchpoint-hp.c: new file.
5700 * gdb.hp/xdb.c: new file.
5701 * gdb.hp/xdb0.c: new file.
5702 * gdb.hp/xdb0.h: new file.
5703 * gdb.hp/xdb1.c: new file.
5704
5705Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
5706
5707 The following change was made by Edith Epstein
5708 <eepstein@cygnus.com> as part of a project to merge in changes
5709 originally made by HP; HP did not create ChangeLog entries.
5710
5711 * gdb.c++/demangle.exp: changed the expected output for some
5712 ARM-style mangling -- removed second reference to datatype.
5713 For example, maint demangle __dt__11T1__pt__2_cFv
5714 T1<char>::~T1<char>(void)
5715 becomes,
5716 maint demangle __dt__11T1__pt__2_cFv
5717 T1<char>::~T1(void)
5718
5719 (test_hp_style_demangling): new hp specific demangling test cases.
beb998c6 5720
c906108c
SS
5721Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
5722
5723 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
5724 * gdb.trace/backtrace.exp: Likewise.
5725 * gdb.trace/circ.exp: Likewise.
5726 * gdb.trace/collection.exp: Likewise.
5727 * gdb.trace/deltrace.exp: Likewise.
5728 * gdb.trace/infotrace.exp: Likewise.
5729 * gdb.trace/limits.exp: Likewise.
5730 * gdb.trace/packetlen.exp: Likewise.
5731 * gdb.trace/passc-dyn.exp: Likewise.
5732 * gdb.trace/passcount.exp: Likewise.
5733 * gdb.trace/report.exp: Likewise.
5734 * gdb.trace/save-trace.exp: Likewise.
5735 * gdb.trace/tfind.exp: Likewise.
5736 * gdb.trace/tracecmd.exp: Likewise.
5737 * gdb.trace/while-dyn.exp: Likewise.
5738 * gdb.trace/while-stepping.exp: Likewise.
5739
57401998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
5741
5742 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
5743
5744Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
5745
5746 From Brendan Kehoe:
5747 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
5748 int return types.
5749
5750Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
5751
5752 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
5753 remote dos host testing right.
5754
5755Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
5756
5757 * gdb.base/corefile.exp: remove some xfails.
5758
5759Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
5760
5761 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
5762 have different timestamps.
5763
5764Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
5765
5766 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
5767 gdb.base/default.exp: Replace "exec" with "executable".
5768
5769Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
5770
5771 * gdb.base/default.exp: Change else if to elseif from previous
5772 delta.
5773
5774Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
5775
5776 * gdb.base/default.exp: Add brace missing from previous delta.
5777
5778Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
5779
5780 * gdb.base/default.exp: Support test for info float for all
5781 varieties of arm toolchain.
5782
dc96c6c7 5783Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5784
5785 * gdb.trace/*.exp: remove "remote_download" command.
5786
dc96c6c7 5787Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5788
5789 * gdb.trace/*.exp: remove -gdwarf from compile.
5790
5791Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
5792
5793 * gdb.trace/configure.in(AC_INIT): typo
5794 * gdb.trace/configure: regenerated
5795
dc96c6c7 5796Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5797
5798 * config/m68k-emc.exp: New file.
5799 * lib/<emc-support.exp trace-support.exp}: New files.
5800 * configure.in: add new test directory gdb.trace.
5801 * gdb.trace/{configure configure.in Makefile.in}: New files.
5802 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
5803 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
5804 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
5805 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
5806 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
5807 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
5808 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
beb998c6 5809
dc96c6c7 5810Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5811
5812 * gdb.c++/classes.exp: Change all regular expressions to match
5813 arbitrary combinations of newline/carriage-return, so that they
5814 will work equally well on Unix and Windows.
5815 * gdb.c++/inherit.exp: ditto.
5816 * gdb.c++/virtfunc.exp: ditto.
5817
58181998-08-11 Dawn Perchik <dawn@cygnus.com>
5819
5820 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
5821
c2d11a7d
JM
5822Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
5823
5824 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
5825 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
5826 to use a0-a3/d0-d3 as needed.
5827
5828Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
5829
5830 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
5831 * gdb.disasm/am33.exp: Corresponding changes.
5832
c906108c
SS
58331998-07-11 Felix Lee <flee@cygnus.com>
5834
5835 * gdb.base/callfuncs.exp: add cmp10 test.
5836 * gdb.base/callfuncs.c (cmp10): new function.
5837
5838Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
5839
beb998c6 5840 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
5841 into two parts to get around a synchronization problem in expect.
5842
3fc11d3e
JM
5843Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
5844
5845 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
5846
5847 * configure.in: Add options for gdbtk testsuite.
5848
5849 * configure: Regenerate.
5850
5851 * gdb.gdbtk: New directory to hold gdbtk tests.
5852
c906108c
SS
5853Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5854
5855 * gdb.fortran/types.exp: Escape brackets in expect patterns
5856 for test_float_literal_types_accepted tests.
5857 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
5858 before run test.
5859
c2d11a7d
JM
5860Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
5861
5862 * am33.exp: Just compile, do not link the testcase.
5863 * am33.s: Add ".am33" pseudoop to force am33 mode.
5864
c906108c
SS
58651998-06-25 Felix Lee <flee@cygnus.com>
5866
5867 * gdb.base/setshow.exp: make sure $pc is sane.
5868
5869 * gdb.stabs/weird.exp: split expect patterns properly.
5870
c2d11a7d
JM
5871Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
5872
5873 * gdb.disasm/am33.s: New disassembler testfile for the am33.
5874 * gdb.disasm/am33.exp: Run it.
5875
dc96c6c7 5876Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5877
5878 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
5879 match processing (and eliminate spurious timeouts when running).
5880
dc96c6c7 5881Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5882
5883 * gdb.base/signals.exp (test_handle_all_print): put back Mach
5884 exception test, but conditionalize it on target [mach | gnu].
5885
dc96c6c7 5886Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
5887
5888 * gdb.base/overlays.exp: fixup compile line for linker script.
5889
5890Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
5891
5892 * gdb.fortran/types.exp: don't guess at float size.
5893
5894Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
5895
5896 * gdb.base/exprs.exp: delete test that depends on int size.
5897
5898Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
5899
5900 * config/sim.exp: Removed checks for target triplets.
5901 (gdb_target_sim): Use gdb,target_sim_options.
5902
5903Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
5904
5905 * gdb.base/reread.exp: New file.
5906 * gdb.base/reread1.c: New file.
5907 * gdb.base/reread2.c: New file.
5908
5909Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
5910
5911 * config/sim.exp: Use 'target sim -sparclite' when running
5912 SPARClite programs.
5913
5914Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
5915
5916 * gdb.base/structs2.exp: New file.
5917 * gdb.base/structs2.c: New file.
5918
5919Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
5920
5921 * gdb.asm/common.inc: New file.
5922 * gdb.asm/d10v.inc: New file.
5923 * asm-source.exp: Pass -I's to gas to find .inc files.
5924 Update line numbers in expected output.
5925 * asmsrc1.s: Rewrite.
5926 * asmsrc2.s: Rewrite.
5927 * configure.in: Create arch.inc symlink.
5928 * configure: Regenerate.
5929 * Makefile.in (distclean): Delete arch.inc.
5930
5931Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
5932
5933 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
5934 (t_enum_value2): ditto
5935 (t_enum_value3): ditto
5936 (main): ditto
5937Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5938
5939 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
5940 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
5941 change.
5942 Use gdb_test instead of send_gdb/gdb_expect sequences.
5943
5944Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
5945
5946 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
5947 not void.
5948
5949Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
5950
5951 * gdb.base/branches.c: Code with lots of loops and
5952 subroutines. Used to test gdbs ability to single step through PC
5953 changes, especially to test mips-tdep.c:mips_next_pc
5954
5955Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
5956
5957 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
5958 more rigorous EGCS C++ error checking.
5959
5960Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5961
5962 * gdb.base/help.exp: Clean up `help set args' and `help show args'
beb998c6 5963 tests.
c906108c 5964 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
beb998c6 5965 function when asleep.
c906108c 5966 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
beb998c6
AC
5967 for i*86 Linux and SVR4 signal handling problems.
5968 Remove linux xfail for `next to handler in signals_tests_1', fixed
5969 by recent infrun.c change.
c906108c 5970 Limit backtrace to 10 frames to avoid timeout problems with infinite
beb998c6 5971 stack backtraces.
c906108c
SS
5972 Adjust expect pattern in `handle all print' test to match Apr 28 1997
5973 target.[ch] change.
5974
5975Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
5976
5977 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
5978 for a newline from gdb before continuing.
5979 (default_gdb_exit): Just look for y or n.
5980 (gdb_test): Detect abnormal exit from GDB running on DOS; if
5981 it does, fail the rests of the tests in the file.
5982
5983Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
5984
5985 * config/cygmon.exp: New file.
5986
5987Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
5988
5989 * gdb.base/list.exp: Fix problem with "list default lines around
5990 main" test on remote targets.
5991
5992 * gdb.base/scope.exp: Fix problem with filelocal_bss before
5993 run test on remote targets.
5994
5995Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
5996
5997 * gdb.asm: New directory.
5998 * configure.in: Configure it.
5999 * configure: Regenerate.
6000 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
6001 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
6002
6003Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
6004
6005 * config/mn10300-eval.exp: New file to support MN10300 eval board.
6006
dc96c6c7 6007Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 6008
c906108c
SS
6009 * gdb.base/overlays (several files): Merge the two overlay
6010 managers into one. Change variables (foox, barx, bazx, grbxx)
6011 back into ints but force them to load in their proper sections.
6012
6013Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
6014
6015 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
6016 on-chip insn memory and IMAP1 to upper 128k.
6017 (D10VCopy): Handle memory regions crossing 16k boundaries.
6018 (D10VCopy): Transfer data in 32 bit chunks.
6019
6020Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
6021
6022 * gdb.base/overlays.c (main): Exit normally when result is
6023 correct.
6024
6025 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
6026 map. Include space for printf in .text segment.
6027
6028 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
6029 updated d10v memory VMA/LMA map.
6030 (D10VCopy): Call D10VTranslate.
beb998c6 6031
c906108c
SS
6032Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
6033
6034 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
6035
6036 * gdb.base/bar.c (barx, bar): Change variable to small array so
6037 that it won't be put into the .sdata - small data -
6038 section. Update reference.
6039 * gdb.base/baz.c (bazx, baz): Ditto.
6040 * gdb.base/foo.c (foox, foo): Ditto.
6041 * gdb.base/grbx.c (grbxx, grbx): Ditto.
6042
6043 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
6044 to be arrays.
beb998c6 6045
dc96c6c7 6046Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
beb998c6 6047
c906108c
SS
6048 * gdb.base/overlays.exp: fix up and get working again.
6049 Add tests for backtraces from an overlay function.
beb998c6 6050
c906108c
SS
6051Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
6052
6053 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
6054 "calling function with watchpoint enabled".
6055
6056Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
6057
6058 * gdb.base/break.exp (test_next_with_recursion): Remove
6059 gdb_suppress_tests for d10v-*-*.
6060 * lib/gdb.exp (gdb_suppress_tests): Disable this function
6061 pending review of whether it is useful or not.
6062
6063Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
6064
6065 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
6066
6067Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
6068
6069 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
6070 * config/dve.exp: New file to support Densan boards.
6071
6072Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
6073
6074 * gdb.base/interrupt.exp: Document problem of simulators, signals,
6075 reads and BSD.
6076
6077Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
6078
6079 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
6080 response.
6081
6082 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
6083
6084Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
6085
6086 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
6087 test.
6088
6089 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
6090 target_sizeof_long and target_bigendian_p.
6091 (structs_by_value, structs_by_reference): Check values according
6092 to targets word size and endianess.
beb998c6 6093
c906108c
SS
6094Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
6095
6096 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
6097 output.
6098
6099Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
6100
6101 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
6102 Update test of set args help to match source change.
6103
6104Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
6105
6106 * gdb.base/default.exp: Expect help system output to be in
6107 alphabetical order.
6108 * gdb.base/help.exp: Ditto.
6109
6110Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
6111
6112 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
6113 "i*86-pc-linux-gnu*".
6114 * gdb.base/interrupt.exp: Ditto.
6115 * gdb.base/corefile.exp: Ditto.
6116
6117 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
6118 define vxworks when building the testcase.
6119
6120 * gdb.base/ptype.exp: Fix testnames to be unique.
6121 * gdb.base/radix.exp: Ditto.
6122 * gdb.base/term.exp: Ditto.
6123 * gdb.base/whatis.exp: Ditto.
6124 * gdb.c++/classes.exp: Ditto.
6125
6126Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
6127
6128 * gdb.base/callfuncs.exp: Fix indentation.
6129
6130 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
6131 suppress_flag has been set.
6132 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
6133 target feature.
6134
6135Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
6136
6137 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
6138 the testcase.
6139
6140 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
6141 set_debug_traps() and breakpoint().
6142 * gdb.c++/misc.cc (main): Ditto.
6143 * gdb.c++/templates.cc (main): Ditto.
6144 * gdb.c++/virtfunc.cc (main): Ditto.
6145
6146Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
6147
6148 * lib/gdb.exp(gdb_step_for_stub): New function.
6149 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
6150 exists, reload the executable and do a "continue" instead of
6151 doing a jump.
6152 (runto_main): Use gdb_step_for_stub.
beb998c6 6153
c906108c
SS
6154 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
6155 tests to have unique names.
6156 * gdb.base/callfuncs.exp: Ditto.
6157 * gdb.base/commands.exp: Ditto.
6158 * gdb.base/default.exp: Ditto.
6159 * gdb.base/help.exp: Ditto.
6160 * gdb.base/list.exp: Ditto.
6161 * gdb.base/opaque.exp: Ditto.
6162 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
6163 similar tests.
beb998c6 6164
c906108c
SS
6165 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
6166 * gdb.c++/cplusfuncs.cc: Ditto.
6167 * gdb.c++/virtfunc.cc: Ditto.
6168
6169 * config/monitor.exp: Keep track of the last file we saw, rather
6170 than trying to get the info from gdb.
6171
6172 * gdb.fortran/types.exp: Move comment to previous line.
6173
6174Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
6175
6176 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
6177 target mode.
6178
6179Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
6180
6181 From Bob Manson:
6182 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
6183 string from GDB when it connects.
6184
6185 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
6186
6187Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
6188
6189 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
6190 if we can't get a debug format from GDB (we may be testing an
6191 older GDB). Use a 10 second timeout when checking for the format.
6192
6193 * gdb.stabs/weird.exp: Fix quoting.
6194
6195 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
6196
6197Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
6198
6199 * config/arm-ice.exp: New file.
6200
6201Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
6202
6203 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
6204 until it has been modified to work with the new testsuite.
6205
99707966 6206 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
6207 testcase won't compile, cause all of the testcases in the file to
6208 fail instead.
6209
6210 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
6211 (gdb_clear_suppressed): New procedure.
6212 (gdb_stop_suppressing_tests): Only clear suppress_flag if
6213 it contains a positive value.
6214
6215Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
6216
6217 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
6218
6219 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
6220
6221Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
6222
6223 * lib/gdb.exp (setup_xfail_format): New function.
6224 (get_debug_format): New function to get debug format.
6225 (debug_format): New global variable to hold last value set
6226 by get_debug_format.
6227 * gdb.base/list.exp: Call get_debug_format and expect some
6228 tests to fail for DWARF 1 and COFF formats.
6229 * gdb.c++/ptype.exp: Ditto.
6230 * gdb.c++/classes.exp: Ditto.
6231 * gdb.c++/cplusfuncs.exp: Ditto.
6232 * gdb.c++/inherit.exp: Ditto.
6233 * gdb.c++/templates.exp: Ditto.
6234 * gdb.c++/virtfunc.exp: Ditto.
beb998c6 6235
c906108c
SS
6236Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
6237
6238 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
6239 host doesn't have a currently-open connection.
6240
6241 * config/sparclet.exp: Cleanups and fixes to make it generic for
6242 any gdb stub target. Handle cases where gdb doesn't respond when
6243 interrupted in a sane fashion.
6244
6245 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
6246 same thing in a totally different way.
6247
6248 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
6249 setting "timeout".
6250 (gdb_start): We set the global gdb_prompt variable in
6251 default_gdb_init now.
6252
6253Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
6254
6255 * gdb.base/printcmds.exp: Fix "check for floating addition"
6256 regexp to accept results within approx +/- .01 of exact value.
6257 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
6258
6259Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
6260
6261 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
6262 properly.
6263 (gdb_expect): Add optional timeout parameter, and add timeout
6264 value to various calls.
6265 (gdb_suppress_tests): Only give one warning message per group.
6266
6267Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
6268
6269 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
6270 global variables. Handle getting a value for $timeout more
6271 gracefully.
6272
6273Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6274
6275 * lib/gdb.exp: Close connection to remote host if gdb doesn't
6276 initialize.
6277 (default_gdb_init): New procedure; allow gdb_init to be overridden
6278 by a target configuration file.
6279 (gdb_expect): Pass the timeout to remote_expect.
6280
6281 * config/monitor.exp(gdb_load): Fix typo in regexp.
6282
6283Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
6284
6285 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
6286
6287Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
6288
6289 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
6290 here. Call gdb_target_exec before rebooting the target, to make
6291 sure the connection to the target is closed.
6292 (gdb_load): Pass the name of the executable to gdb_target_monitor.
6293 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
6294 Also detect "Timeout reading from remote" error.
6295
6296 * config/gdbserver.exp: Pass the executable being loaded to
6297 gdb_target_monitor. Don't call gdb_file_cmd here; let
6298 gdb_target_monitor do it.
6299
6300 * gdb.disasm/hppa.exp: Don't use exec_output.
6301
6302Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
6303
6304 * gdb.base/list.exp: If we're debugging a non-native target,
6305 try to set the pc register to point to the start of the
6306 program before doing the first list command.
6307
6308 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
6309 test_calls after restarting.
6310
6311 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
6312 reloading.
6313
6314 * gdb.base/watchpoint.exp: Fix typo.
6315
6316 * gdb.base/setshow.exp: Check for use_gdb_stub.
6317
6318 * gdb.base/break.exp: Fix continue until exit test for the gdb
6319 stub case.
6320 * gdb.base/langs.exp: Ditto.
6321
6322 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
6323 gdb_load_offset. If we weren't given a file to load, figure out
6324 what the current file is and use it.
6325
6326 * config/i386-bozo.exp: New file.
6327
6328Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
6329
6330 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
6331 feature.
6332
6333 * config/proelf.exp: New entry.
6334
6335Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
6336
6337 * lib/gdb.exp: Remove spurious .* patterns at the beginning
6338 of regexps.
6339
6340 * gdb.base/watchpoint.exp: Don't run the test_stepping
6341 tests if gdb can't call functions on the target.
6342
6343 * gdb.base/setshow.exp: Don't run the set prompt tests if
6344 the board has gdb_prompt set.
6345
6346Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
6347
6348 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
6349 * gdb.base/commands.exp: Likewise.
6350 * gdb.base/setshow.exp: Likewise.
6351
6352Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
6353
6354 * config/monitor.exp(gdb_start): Look for gdb_prompt target
6355 feature.
6356
6357 * config/i960.exp: New file.
6358
6359Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
6360
6361 * gdb.base/funcargs.exp: Check for gdb,short_int target
6362 feature instead of looking for explicit target triplets.
6363
dc96c6c7 6364Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 6365
beb998c6 6366 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
6367 "p 123DEADBEEF", to check parse_number.
6368 * top.c: change "to enable to enable" to "to enable" in a couple
6369 of help strings.
6370
6371Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
6372
6373 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
6374 on the mn10300.
beb998c6 6375
c906108c
SS
6376Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
6377
6378 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
6379 where the test executable is run with explicit args.
6380 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
6381
6382Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
6383
6384 * gdb.base/run.c: Use FAKEARGV to build test executable that
6385 does not require a command line arg, since most simulators
6386 don't currently support passing such an arg into the simulated
6387 program.
6388 * gdb.base/commands.exp: Change tests to insert the proper
6389 value as the arg to the first recursive factorial call. Change
6390 compilation line to define FAKEARGV at compile time.
6391
6392Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
6393
6394 * gdb.base/recurse.exp: Enable these tests for the mn10300.
6395 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
6396 function with watchpoint enabled" test.
6397
6398Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
6399
6400 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
6401 Don't call gdb_test when the command doesn't return to a gdb prompt.
6402
6403 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
6404 "Tests restarted" messages.
6405
6406Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
6407
6408 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
6409
dc96c6c7 6410Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6411
6412 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
6413 for INFO SYMBOL; add help tests for OVERLAY commands.
6414 * gdb.base/default.exp: add tests for INFO SYMBOL command;
6415 add tests for OVERLAY commands
6416 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
6417 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
6418 * gdb.base/sigall.c: add usestubs code frag
6419 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
beb998c6 6420
c906108c
SS
6421Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
6422
6423 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
6424 failures.
6425 (gdb_stop_suppressing_tests): Note that tests have restarted.
6426
6427Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
6428
6429 * config/h8300.exp: New file.
6430
6431Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
6432
6433 * gdb.base/setshow.exp: Check for the existence of a
6434 feature, not its value.
6435
6436Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
6437
6438 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
6439
6440 * gdb.base/scope.exp: It's now init0(), not init().
6441
6442 * gdb.base/scope0.c: For now, change init() to be init0().
6443
6444 * config/monitor.exp: Use gdb_serial in preference to serial
6445 or netport.
6446
6447 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
6448 and it's not already set.
6449
6450Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
6451
6452 * gdb.base/setshow.exp: Only test the run command if the target
6453 isn't using a stub and if it supports argument passing.
6454
6455Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
6456
6457 * config/udi.exp(gdb_start): Make sure UDICONF is set
6458 properly before starting gdb.
6459
6460Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
6461
6462 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
6463 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
6464 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
6465
6466Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
6467
6468 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
6469 specialized code to reboot the board, use remote_reboot instead.
6470
6471 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
6472
6473 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
6474
6475 * config/monitor.exp: Make sure we disconnect from the target.
6476 Also, try a reboot/reload cycle instead of failing if the
6477 load fails.
6478
6479Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
6480
6481 * gdb.base/default.exp: Don't set match_max.
6482 * gdb.base/help.exp: Ditto.
6483 * gdb.base/list.exp: Ditto.
6484 * gdb.base/signals.exp: Ditto.
6485
6486 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
6487 set, use remote_ld to download the testcase instead of
6488 the GDB loader.
6489
6490Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
6491
6492 * config/vr5000.exp: New file.
6493
6494 * config/monitor.exp(gdb_target_monitor): Add pattern for
6495 "Ending remote" to detect errors in connecting.
6496
6497 * gdb.base/setshow.exp: Add .* within auto language test.
6498
6499 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
6500 target feature.
6501
6502 * config/monitor.exp(gdb_load): Check for a failure when loading,
6503 and reboot the board if necessary.
6504
6505 * gdb.base/setvar.exp(test_set): Handle multiple prints within
6506 a set of tests. Remove print.* from the patterns being checked.
6507
6508Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
6509
6510 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
6511 refer to gdb_spawn_id.
6512
6513 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
6514 longer used.
6515 * config/sparclet.exp: Ditto.
6516 * config/sparclet-old.exp: Ditto.
6517 * config/slite.exp: Ditto.
6518 * config/sim.exp: Ditto.
6519 * gdb.base/funcargs.exp: Ditto.
6520
6521 * lib/gdb.exp:Remove references to gdb_spawn_id.
6522 (gdb_expect): Move to remote.exp.
6523
6524Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
6525
6526 * config/monitor.exp: Detect the "Couldn't establish connection"
6527 message from GDB.
6528
6529Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
6530
6531 * gdb.base/bitfields.exp: Use runto instead of explicit
6532 gdb_run_cmd/gdb_expect sequences.
6533
6534 * gdb.base/break.exp(text_next_with_recursion): Add match for
6535 gdb_expect call.
6536
6537 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
6538 We also need to handle the "A program is being debugged already"
6539 prompt from gdb. Use gdb_test to set the baud rate.
6540
6541 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
6542 to 20000. Really. I mean it.
6543
6544Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
6545
6546 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
6547 fails. If suppress_flag is set, skip perror message about not
6548 being able to send to GDB.
6549 (send_gdb): If suppress_flag is set, don't try to send commands to
6550 GDB.
6551 (gdb_expect): If suppress_flag is set, always fail immediately.
6552 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
6553 (gdb_init): Call gdb_stop_suppressing_tests.
6554 (default_gdb_exit): Ditto.
6555 (default_gdb_start): Ditto.
6556
6557 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
6558 gdb_stop_suppressing_tests as appropriate.
6559 * gdb.base/break.exp: Ditto.
6560 * gdb.base/callfuncs.exp: Ditto.
6561 * gdb.base/commands.exp: Ditto.
6562 * gdb.base/exprs.exp: Ditto.
6563 * gdb.base/funcargs.exp: Ditto.
6564 * gdb.base/list.exp: Ditto.
6565 * gdb.base/recurse.exp: Ditto.
6566 * gdb.base/scope.exp: Ditto.
6567 * gdb.base/structs.exp: Ditto.
6568 * gdb.c++/inherit.exp: Ditto.
6569
6570Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
6571
6572 * config/vr4300.exp: New file.
6573
99707966
MC
6574 * gdb.*/*.exp: Call gdb_expect instead of expect.
6575
6576 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
6577
6578Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
6579
6580 * lib/gdb.exp(gdb_init): New function.
6581
6582 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
6583 for each individual variable set.
6584
6585 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
6586 name.
6587
6588 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
6589
6590 * gdb.base/scope.exp: Use gdb_test.
6591
6592 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
6593 aborting; the testsuite driver will do that for us (see
6594 gdb_finish). Also, use gdb_test in a few more places.
6595
6596Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
6597
6598 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
6599
6600Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
6601
6602 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
6603 and "add_tests" are not at the same address.
6604
6605Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
6606
6607 * gdb.base/ptype.exp: Use gdb_test.
6608
6609Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
6610
6611 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
6612 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
6613 left in. No longer expect them to fail.
6614
6615 * gdb.stabs/*.mt; Deleted, no longer used.
6616 * gdb.stabs/configure.in: Remove references to target makefile
6617 frags.
6618 * gdb.stabs/configure: Rebuilt.
6619
6620 * gdb.disasm/*.mt: Deleted, no longer used.
6621 * gdb.disasm/configure.in: Remove references to target makefile
6622 frags. Use "sh3.s" as the unique filename for this directory.
6623 * gdb.disasm/configure: Rebuilt.
6624
6625 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
6626 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
6627 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
6628
6629Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
6630
6631 * config/udi.exp: Use mondfe,name instead of remote_host.
6632
6633Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
6634
6635 * gdb.base/watchpoint.exp: Don't expect a failure when calling
6636 a function with a watchpoint enabled on the mn10200.
6637
6638 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
6639 before trying to create it!
6640
6641Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
6642
6643 * config/vx.exp: Use hostname instead of netport.
6644
6645 * config/vxworks.exp: New file.
6646
6647 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
6648
6649 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
6650 gdb before assuming everything worked. Send a ^C if a timeout
6651 occurs.
6652
6653 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
6654 $gdb_spawn_id directly.
6655 (gdb_run_cmd): Try _start as well as start. Use the target feature
6656 gdb,start_symbol as the symbol to start from when jumping.
6657
6658Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
6659
6660 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
6661 redundant) test.
6662
6663 * gdb.base/recurse.exp: Relax final value test for 'b' so that
6664 it doesn't lose for 16bit integer systems.
6665
6666Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
6667
6668 * gdb.fortran/types.exp: If the target doesn't support "double"
6669 data types, then expect "real" types to only be 4 bytes.
6670
6671 * gdb.c++/virtfunc.exp: Expect failure for virtual function
6672 call tests if the target doesn't support inferior function calls.
6673
6674 * gdb.base/printcmds.exp: Allow minor deviation in FP values
6675 in printf tests.
6676
6677Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
6678
6679 * gdb.base/help.exp: Disable "help set", "help show", and
6680 "help support". Simplify regexp for "help stack".
6681
6682 * gdb.base/default.exp: Set match_max to 5000 and the timeout
6683 to 60 seconds. Temporarily set match_max to 15000 around the
6684 "info copying" test.
6685
6686 * gdb.base/nodebug.exp: Don't try to do an inferior function
6687 call if the target doesn't support them.
6688 * gdb.base/printcmds.exp: Likewise.
6689 * gdb.base/setvar.exp: Likewise.
6690 * gdb.base/structs.exp: Likewise.
6691 * gdb.c++/templates.exp: Likewise.
6692 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
6693
6694 * gdb.base/recurse.exp: Enable for the mn10200.
6695
6696 * configure.in: Do configure gdb.stabs directory for *-*-elf
6697 targets.
6698 * configure: Rebuilt.
6699
6700 * gdb.base/break.exp: Check for gdb,noresults before testing
6701 exit status and/or results from the target.
6702 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
6703 * lib/gdb.exp: Remove old (now bogus) initialization of
6704 noinferior, noargs, noresults and nosignals.
6705
6706Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
6707
6708 * config/sh.exp: New file.
6709
6710 * config/slite.exp: Try to connect multiple times to the board
6711 before rebooting. Only send a "monitor run" if need_monitor_run
6712 is set.
6713
6714 * gdb.base/break.exp: Don't do the "stub continue" test if
6715 the target has gdb_stub set.
6716
6717 * gdb.base/callfuncs.exp: Increase the timeout.
6718
6719 * gdb.base/interrupt.exp: Don't even try to compile the testcase
6720 if the target has gdb,noinferiorio set.
6721
6722 * gdb.base/list.exp: Increase match_max to 10000 characters.
6723
6724 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
6725
6726 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
6727 target.
6728
6729 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
6730
6731Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
6732
6733 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
6734 trying to delete the copy of gdb. Catch the file delete so we
6735 don't die if the delete fails; also, the file should be copied to
6736 the host, not to the build.
6737
6738Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
6739
6740 * lib/gdb.exp(gdb_test): Surround the result pattern with
6741 parenthesis in case it contains multiple regexps separated
6742 with |.
6743
6744 * gdb.base/watchpoint.exp: Use gdb_test.
6745 * gdb.base/default.exp: Ditto.
6746
6747Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
6748
99707966 6749 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
beb998c6 6750
c906108c
SS
6751 * gdb.base/scope.exp: Use gdb_test.
6752 * gdb.c++/classes.exp: Ditto.
6753 * gdb.c++/inherit.exp: Ditto.
6754
6755Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
6756
6757 * gdb.base/crossload.exp: Don't use execute_anywhere, use
6758 remote_exec instead.
6759 * gdb.base/corefile.exp: Don't be ridiculous.
6760 * gdb.base/*.c: Add missing stub invocations.
6761
6762Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
6763
6764 * config/slite.exp: Miscellaneous fixes.
6765
6766 * lib/gdb.exp: Fix runto.
6767
6768 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
6769 the target.
6770
6771 * gdb.base/watchpoint.exp: Fix regexp.
6772
6773 * lib/gdb.exp(default_gdb_exit): Add a catch to the
6774 close and wait commands, as the descriptor may now be
6775 invalid. Always call "remote_close host".
6776
6777Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
6778
6779 Major rewrite for testsuite revision.
beb998c6 6780
c906108c
SS
6781 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
6782 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
6783 instead of relying on spawn_id to always contain a valid
6784 spawn id.
6785 (get_compiler_info): New procedure to build the ${binfile}.ci
6786 file, instead of replicating this in N different places.
6787 (gdb_compile): New procedure.
beb998c6 6788
c906108c
SS
6789 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
6790 appropriate arguments) instead of compile. Use gdb_test in a lot
6791 more places. Use send_gdb instead of send. Always run gdb_start
6792 at the start of a testcase, as this is no longer done magically.
6793
6794 config/*-gdb.exp: Rename without the -gdb suffix.
6795
6796 config/mips.exp: Use remote_close instead of exit_remote_shell.
6797 config/monitor.exp: Use target_info instead of looking at
6798 baud, timeout, etc.
6799 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
6800
6801Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6802
6803 * gdb.c++/templates.exp (test_ptype_of_templates),
6804 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
6805 Update expect patterns for destructors and assignment operators
6806 to match corresponding c-typeprint.c changes.
6807 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
6808 to destructor breakpoint test, GDB should be able to set the
6809 destructor breakpoint without specifying arguments.
6810
6811Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
6812
6813 * gdb.threads/pthreads.exp: Change result for failure to compile due
6814 to lack of pthreads runtime support from an error to simply an
6815 unsupported test, per dejagnu standards.
6816
6817Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6818
6819 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
6820 where GDB exits to reduce pattern match time.
6821 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
6822
6823 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
6824
dc96c6c7 6825Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6826
6827 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
6828 * gdb.base/default.exp: ditto.
6829 * gdb.base/nodebug.exp: ditto.
6830 * gdb.base/printcmds.exp: ditto.
6831 * gdb.base/ptype.exp: ditto.
6832 * gdb.base/setvar.exp: ditto.
6833 * gdb.base/structs.exp: ditto.
6834 * gdb.base/setshow.c: Guard against uninitialized values of argc.
6835
6836Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
6837
6838 * configure, */configure: Rebuild with autoconf 2.12.
6839
6840Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
6841
6842 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
6843 use new i*86-pc-linux*-gnu quads.
6844 * gdb.base/corefile.exp: Ditto.
6845 * gdb.base/signals.exp: Ditto.
6846 * gdb.base/sigall.exp: Ditto.
6847 * gdb.base/interrupt.exp: Ditto.
6848
6849 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
6850 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
6851 RedHat 4.0.
beb998c6 6852
c906108c
SS
6853 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
6854 linux. This allows the test case to at least compile on latest
6855 linux, but still not run due to missing the threads runtime library.
6856
6857Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6858
6859 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
6860 directory to search gdb directory. Accept and step over conditional
6861 stack alignment code. Consume $prompt in failure cases.
6862 Reset timeout to $oldtimeout instead of some arbitrary value.
6863 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
6864 timeout problems with infinite stack backtraces.
6865 * gdb.base/ptype.exp (ptype struct link, union tu_link):
6866 Accept function parameters for linkfunc member.
6867
6868Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
6869
6870 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
6871 (CXXFLAGS): Remove, unreferenced.
6872 (B_OPTIONS): Add for -B options and add code to initialize with
6873 previous -B options and also add -B option to pick up cross compiled
6874 runtime.
6875 (TARGET_INCLUDES): Add for -I options and add code to initialize when
6876 doing cross compiles.
6877 (target_alias): Declare global.
6878 (xgcc): Set variable to full path of gcc in build tree. Use findfile
6879 to verify that gcc exists in build tree, and if so set CC to that
6880 gcc and to use B_OPTIONS and TARGET_INCLUDES.
beb998c6 6881
c906108c
SS
6882Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
6883
6884 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
6885 ptype test for anonymous union. Fixup testcase to match
6886 current gcc debug output.
6887
6888Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
6889
6890 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
6891 force argument to an unsigned long type.
6892
6893Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
6894
6895 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
6896 tests and anonymous union print/ptype tests.
6897 * gdb.base/list.exp (test_forward-search): Increase timeout by
6898 5 minutes for the "search extremely long line" case.
6899 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
6900 completely optional and that the pass/fail messages use the command as
6901 the message if that third arg is a null string.
6902 (gdb_test_exact): Arrange that a null string pattern means match a
6903 null string output rather than any output, which might include random
6904 errors.
6905 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
6906 backtrace test.
6907 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
6908 always failing and failure is now exposed by gdb.exp changes.
6909
6910Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
6911
6912 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
6913 weren't being noted.
6914
6915Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
6916
6917 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
6918 * gdb.stabs/weird.exp: Remove v_comb xfails.
6919
dc96c6c7 6920Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6921
6922 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
6923 list.exp scope.exp watchpoint.exp]
6924 Make all timeout error msgs explicitly say "(timeout)".
beb998c6 6925
dc96c6c7 6926Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6927
6928 * config/monitor.exp: Increase download timeout to 1000 seconds.
6929
dc96c6c7 6930Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6931
6932 * config/m32r.exp: Increase timeout to 120 seconds.
6933
6934Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
6935
6936 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
6937 and accept older ordering as obsolescent gcc or gdb.
6938 * gdb.c++/templates.exp: Ditto.
6939 * gdb.c++/virtfunc.exp: Ditto.
6940
6941Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
6942
6943 * gdb.base/coremaker.c: Add code to mmap some data so we
6944 can check that it ends up in the core file.
6945 * gdb.base/corefile.exp: Add test to read mmapped data
6946 from core file.
6947
dc96c6c7 6948Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6949
6950 * config/m32r.exp: New file.
6951
6952Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
6953
6954 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
6955 that cflags can contains -gstabs, and work correctly for other tests.
6956
dc96c6c7 6957Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
6958
6959 * gdb.base/setshow.exp: New file, tests show and set.
6960 * gdb.base/setshow.c: New file, tests show and set.
6961 * gdb.base/help.exp: Add test for help set|show annotate.
6962 * gdb.base/default.exp: Add test for set|show annotate.
6963
6964Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
6965
6966 * testsuite/gdb.base/break.exp: Make backtrace from factorial
6967 errors unique.
6968 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
6969 explicitly.
6970
6971Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
6972
6973 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
6974 and width commands. This is done elsewhere.
6975 * (gdb_start): Don't call gdb_start_sim here. That's already
6976 done in gdb_load. This fixes lots of failures in default.exp.
6977
6978Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
6979
6980 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
6981 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
6982 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
6983 in the same we we treat other failures (since it may be an expected
6984 condition), rather than as an error.
6985 * gdb.base/signals.exp (test_handle_all_print): Revert back to
6986 old test format.
6987
6988Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
6989
6990 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
6991 (distclean maintainer-clean realclean): No need to remove files
6992 twice. Nuke the duplicates.
6993 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
beb998c6 6994 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
6995 Remove config.h along with other config files.
6996
6997Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
6998
6999 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
7000 "p func1 ()" and note that rests of tests are skipped.
7001 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
7002 setup_xfails for "print func2::coremaker_local".
7003 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
7004 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
7005 affected by the previous run test.
7006 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
7007 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
7008 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
7009 "pass int powerset tuple" and "pass modeless int powerset tuple".
7010 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
7011 "real write 4" and "real write 8".
7012 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
7013 setup_xfails for "print vs1 after tuple assign 2",
7014 "print \$i after tuple assign 2", and
7015 "print vs2 after tuple assign 2".
7016 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
7017 meaningful error message and return -1 so the caller can
7018 suppress further tests and avoid a cascade of errors.
beb998c6 7019
c906108c
SS
7020Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
7021
7022 * gdb.base/a1-selftest.exp: Tweak tests to account for new
7023 format for printing version.
7024 * gdb.base/default.exp: Ditto.
7025 * gdb.base/interrupt.exp: Fix problem with cascade of
7026 errors if child process dies while calling a function.
beb998c6 7027
c906108c
SS
7028Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
7029
7030 * Makefile.in (VPATH): Add
7031 * Makefile.in (Makefile, config.status): Fix rules so things get
7032 remade when necessary.
7033
7034Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
7035
7036 * Makefile.in (just-check): Add path to sibling expect dir
7037 to environment variable specified by RPATH_ENVVAR.
7038
7039Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
7040
7041 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
7042 (just-check): Add shared library paths for libstdc++, tk,
7043 tcl, bfd, and opcodes to the environment variable specified
7044 in RPATH_ENVVAR.
7045 * configure.in: Add support to recognize --enable-shared flag
7046 and generate correct value for RPATH_ENVVAR.
7047 * configure: Regenerated with autoconf.
7048
7049Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
7050
7051 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
7052 include all osf versions.
7053 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
7054 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
7055 when target is linux. When failing to build pthreads test
7056 executable, give more meaningful message.
7057 * gdb.threads/pthreads.c: Hpux also uses old definition of second
7058 arg for pthread_create.
beb998c6 7059
c906108c
SS
7060Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
7061
7062 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
7063 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
7064 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
7065 and -lpthreads (everybody else).
7066 (test_startup): Fail gracefully if threads are not supported.
7067 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
7068 "p/c array_index("abcdef",2)" when not gcc compiled.
7069 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
7070 "print func2::coremaker_local" when not gcc compiled.
7071 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
7072 "ptype on opaque struct tagname (statically)",
7073 "ptype on opaque struct tagname (dynamically) 1", and
7074 "ptype on opaque struct tagname (dynamically) 2"
7075 for not compiled with gcc.
7076 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
7077 backtrace when compiled with gcc.
beb998c6 7078 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
7079 than always return success.
7080
7081Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
7082
7083 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
7084
7085Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
7086
7087 * gdb.base/structs.exp: Undo last change.
7088
7089Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
7090
7091 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
7092 encapsulate all the steps/nexts done during self test, starting
7093 at main, and makes them less sensitive to optimization issues.
7094 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
7095 signal handler" test.
7096 * gdb.threads/pthreads.exp: Only run this for native configs.
7097 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
7098 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
7099 tests.
7100 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
7101 for "runto test_calls(void)" test.
beb998c6 7102
c906108c
SS
7103Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
7104
7105 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
7106 and don't expect address info in breakpoint confirmations.
7107
7108Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
7109
7110 * gdb.base/list.exp (test_forward_search): Increase timeout
7111 temporarily by 60 seconds for searching extremely long line,
7112 and then reset to old value when done. Increase expect input
7113 buffer to 10000.
7114
7115Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
7116
7117 * gdb.base/list.exp (test_forward_search): Fix to handle very
7118 long source line without overflowing expect's input buffer.
7119
7120Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
7121
7122 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
7123 "buffer_full".
7124
7125 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
7126 "buffer_full".
7127
7128 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
7129 "buffer_full".
7130
7131 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
7132 "buffer_full".
7133
7134Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
7135
7136 * configure.in (configdirs): Add gdb.threads.
7137 * configure: Regenerated with autoconf.
7138 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
7139 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
7140 * gdb.threads/configure: New, generated with autoconf.
beb998c6 7141
c906108c
SS
7142Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
7143
7144 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
7145
7146Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
7147
7148 * gdb.base/signals.exp (test_handle_all_print): Test separately for
7149 each signal's status in the output of "handle all print".
7150 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
7151 the \r\n sequence that immediately precedes the gdb prompt.
7152 * gdb.base/a1-selftest.exp: Save original timeout and restore
7153 after test.
7154
7155Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
7156
7157 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
7158 symbol.
7159
7160Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
7161
7162 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
7163
7164Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
7165
7166 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
7167 timeout by 60 seconds.
7168
7169Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
7170
7171 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
7172 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
7173 error return.
7174
7175Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
7176
7177 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
7178 gdb initialization, also report how long dejagnu waited. Restore
7179 old timeout before doing error return. Temporarily increase timeout
7180 by 3 minutes to allow for slow startups over heavy NFS use.
7181
7182Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
7183
7184 * lib/gdb.exp: Report timeout value for verbosity level 2.
7185 * config/gdbserver.exp: Ditto.
7186 * config/hppro.exp: Ditto.
7187 * config/mips-gdb.exp: Ditto.
7188 * config/monitor.exp: Ditto.
7189 * config/netware.exp: Ditto.
7190 * config/sim-gdb.exp: Ditto.
7191 * config/slite-gdb.exp: Ditto.
7192 * config/udi-gdb.exp: Ditto.
7193 * config/unix-gdb.exp: Ditto.
7194 * config/vx-gdb.exp: Ditto.
7195 * gdb.base/a1-selftest.exp: Ditto.
7196 * gdb.base/a2-run.exp: Ditto.
7197 * gdb.base/break.exp: Ditto.
7198 * gdb.base/corefile.exp: Ditto.
7199 * gdb.base/list.exp: Ditto.
7200 * gdb.base/recurse.exp: Ditto.
7201 * gdb.base/scope.exp: Ditto.
7202 * gdb.base/signals.exp: Ditto.
7203
7204Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7205
7206 * gdb.threads/Makefile.in (docdir): Removed.
7207
7208Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
7209
7210 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
beb998c6 7211 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 7212 @srcdir@.
beb998c6 7213 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
7214 autoconf 2.5 or higher.
7215 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
7216
7217Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
7218
7219 * configure: Regenerated.
7220 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
7221 avoid name clashes with SunOS headers.
7222
7223Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
7224
7225 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
7226
7227Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
7228
7229 * gdb.base/callfuncs.exp: Finish last change -- make sure the
7230 prototype information ends up in the compiler info file.
7231
7232Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
7233
7234 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
7235 attempting to regenerate it. Eliminate use of a temporary file
7236 and just generate the info file directly. Source it immediately,
7237 for consistency of use.
7238 * gdb.base/corefile.exp: Ditto
7239 * gdb.base/exprs.exp: Ditto.
7240 * gdb.base/funcargs.exp: Ditto.
7241 * gdb.base/langs.exp: Ditto.
7242 * gdb.base/list.exp: Ditto.
7243 * gdb.base/mips_pro.exp: Ditto.
7244 * gdb.base/nodebug.exp: Ditto.
7245 * gdb.base/opaque.exp: Ditto.
7246 * gdb.base/ptype.exp: Ditto.
7247 * gdb.base/scope.exp: Ditto.
7248 * gdb.base/setvar.exp: Ditto.
7249 * gdb.base/signals.exp: Ditto.
7250 * gdb.base/whatis.exp: Ditto.
7251 * gdb.c++/templates.exp: Ditto.
7252 * gdb.c++/virtfunc.exp: Ditto.
7253 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
7254 whether or not to add -lstdc++ to the compile command line args.
7255
7256Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7257
7258 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
7259 it got fixed by the recent lookup_minimal_symbol_by_pc change.
7260 Increase timeout, a lot of single stepping might be needed if the
7261 target has no hardware watchpoints.
7262
7263Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
7264
7265 * gdb.base/break.exp: Ignore compiler warnings when compiling
7266 break.c.
7267 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
7268 * gdb.base/default.exp: Add h8300 xfails. Handle messages
7269 from remote-sim.
7270 * gdb.base/exprs.exp: Add h8300 xfails.
7271 * gdb.base/funcargs.exp: Likewise.
7272 * gdb.base/nodebug.exp: Likewise.
7273 * gdb.base/printcmds.exp: Likewise.
7274 * gdb.base/ptype.exp: Likewise.
7275 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
7276 h8300 xfails.
beb998c6 7277 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
7278 on the h8300.
7279 * gdb.base/funcargs.c: Explicitly make last constant argument to
7280 call_after_alloca_subr an unsigned long type.
7281 * gdb.base/return.c: Include stdio.h.
7282
7283Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
7284
7285 * config/abug.exp: New file for the older Motorola Bug monitor
7286 that runs on the mvme13x series VME boards.
7287 * config/monitor.exp: Use the new config array for target settings
7288 if they exist.
7289
7290Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
7291
7292 * sim-gdb.exp: Make the SH simulator allocate less space when
7293 it is targeted.
7294
7295Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
7296
7297 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
7298 test.
7299
7300Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
7301
7302 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
7303 "rs6000-*-*" for "list function in include file" when gcc compiled.
7304 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
7305 for "p ctable1[120]".
7306 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
7307 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
7308 Remove setup_xfail for "rs6000-*-*" for
7309 "print 'scope0.c'::filelocal before run".
7310 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
7311 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
7312 since some compilers don't allow both options to be given
7313 on the same command line. Create object file and move it.
beb998c6 7314
c906108c
SS
7315Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
7316
7317 * gdb.base/corefile.exp: Always regenerate the core file, since
7318 we always regenerate the coremaker program. Detect special case
7319 where registers cannot be read from core file.
beb998c6 7320
c906108c
SS
7321Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
7322
7323 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
7324 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
7325 * gdb.c++/templates.exp: Only match on basename of file since
7326 some formats like xcoff don't encode directory information.
7327 * gdb.stabs/weird.exp: Use the right sed script for powerpc
7328 and rs6000 AIX xcoff targets.
7329 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
7330 * configure: Regenerate.
7331 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
7332 here, rather than in distclean.
beb998c6 7333
c906108c
SS
7334Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
7335
7336 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
7337 defined, and use it to compile the test case with -O2. The
7338 native compilation still uses no optimization.
7339 * gdb.base/mips_pro.c: Remove inline assembly code since
7340 it is compiled PIC by default, which results in assembler
7341 warnings that make the testsuite think the compilation
7342 was unsuccessful.
7343
7344Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
7345
7346 * gdb.c++/misc.exp: Add note to message for
7347 "print s.a for foo struct" that this is a known gcc 2.7.2
7348 and earlier bug.
7349
7350Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
7351
7352 * gdb.base/break.exp: Fix pattern for matching "Delete all
7353 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
7354 setup_xfail for deleting all breakpoints test. Fix various
7355 timeout messages to include "(timeout)".
7356 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
7357 for "p t_float_values2(3.14159,float_val2)".
7358 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
7359 for "continue to call2g" when gcc compiled.
7360 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
7361 "up to foo in langs.exp", "show language at foo in langs.exp",
7362 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
7363 and "show language at fsub in langs.exp".
7364 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
7365 "list line 1 in include file", "list message for lines past EOF",
7366 "list function in include file", "list list0.h:foo", and
7367 "list filename:function; nonexistant function".
7368 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
7369 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
7370 and "ptype t_char_array" to be for native cc only.
beb998c6 7371
c906108c
SS
7372Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
7373
beb998c6 7374 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
7375 setup_xfail for "print coremaker_bss", "print coremaker_ro",
7376 "print func2::coremaker_local", and "backtrace in corefile.exp".
7377
7378Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
7379
7380 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
7381 "bt in signals.exp". This problem only appears when running
7382 the testsuite, and then only intermittently.
7383
7384Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
7385
7386 * gdb.base/return.exp (return_tests): Differentiate between
7387 two tests of continuing.
7388
7389Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
7390
7391 * */Makefile.in (maintainer-clean): Remove config.log.
7392 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
7393 * gdb.c++/Makefile.in (PROGS): Add inherit.
7394 (clean): Remove *.ci.
7395
7396Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
7397
7398 * gdb.c++/misc.cc: Add test code from Mike Stump.
7399 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
7400
7401Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
7402
7403 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
7404 to "alpha-*-osf2*" and add comment.
7405 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
7406 setup_xfail for "step over execarg initialization" and
7407 "step over corearg initialization".
7408 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
7409 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
7410 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
7411 gcc compiled for "print coremaker_bss", "print coremaker_ro",
7412 "print func2::coremaker_local", and "backtrace in corefile.exp".
7413 * gdb.base/signals.exp: Build and source signals.ci.
7414 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
7415 to be for gcc only.
7416 * lib/gdb.exp: Move verbose statements outside conditionals.
beb998c6 7417
c906108c
SS
7418Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7419
7420 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
7421 Feb 3 procfs.c change.
7422
7423Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
7424
7425 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
7426
7427Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
7428
7429 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
7430 from dejagnu's apparent default of 10 seconds, which gives random
7431 results when running the tests over NFS on moderately loaded systems.
7432 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
7433
7434Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
7435
7436 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
7437 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
7438 result reports.
7439
7440Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
7441
7442 * configure.in (CY_AC_PATH_TCLH): Remove.
7443 * configure: Regenerate.
7444
7445Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
7446
7447 * gdb.c++/Makefile.in (clean): Add missing '{'.
7448
7449Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
7450
7451 * lib/gdb.exp: Provide a default value for noinferior.
7452
7453 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
7454 Load libgloss.exp.
7455
7456Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
7457
7458 * gdb.disasm/hppa.exp: Compile directly into an executable, use
7459 the executable, not the .o to run the tests from.
7460
7461Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
7462
7463 * gdb.base/break.exp: Don't test for program exit or exit status
7464 if $noresults if nonzero.
7465 * gdb.base/langs.exp: Likewise.
7466 * gdb.base/watchpoint.exp: Likewise.
7467
7468 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
7469 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
7470 trying to compile the testcase.
7471
7472Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
7473
7474 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
7475 * gdb.base/signals.exp (continue to handler): Likewise.
7476
7477Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
7478
7479 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
7480
7481 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
7482
7483Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
7484
7485 * gdb.base/corefile.exp: Recognize "not found" as failure
7486 when trying to determine if a core file was generated.
7487 If no core file was generate the first time, try again without
7488 the ulimit -c to work around braindamaged shells.
7489
7490Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
7491
7492 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
7493 [] tests with "test" and enclose string in quotes.
7494 * gdb.stabs/configure: Rebuild
beb998c6 7495
c906108c
SS
7496Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
7497
7498 Changes in sync with expect:
7499 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
7500 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
7501 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
7502 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
7503 argument to AC_REQUIRE.
7504 * configure: Regenerated.
7505
7506Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
7507
7508 * gdb.base/corefile.exp: When generating a core, discard any
7509 error messages about ulimit not found and the "core dumped"
7510 message from the shell that runs the coredumper.
7511
7512Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
7513
7514 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
7515
7516 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
7517 which sed script to run. Expect failure for v_comb test
7518 on PA targets too.
beb998c6 7519
c906108c
SS
7520Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
7521
7522 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
7523 "print func2::coremaker_local" and for "backtrace in corefile.exp"
7524
7525Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
7526
7527 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
7528 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
7529 "sparc-sun-solaris*" xfails for "p v_comb".
7530 * lib/gdb.exp (default_gdb_start): Fix typo.
7531 * gdb.base/corefile.exp: Allow "Core was generated by ..."
7532 messages to not include the full program name that caused
7533 the core dump since some systems (such as solaris) apparently
7534 truncate this path to about 80 characters.
7535 When generating a core file first try increasing the core file
7536 size limit to unlimited since some systems may default it to
7537 zero, and it is harmless to try it. Move the test for failing
7538 to generate a core file to where it will actually get executed.
7539 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
7540 new gdb result from g++ debug info improvements and make old
7541 pattern obsolescent. Also account for size_t differences
7542 (may be int or long).
7543 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
7544 initialization before function call is placed in the delay slot
7545 and thus appears to be skipped over by commands such as "next".
7546
7547Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7548
7549 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
7550
7551Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
7552
7553 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
7554 input source file; fix code to compile test to deal with this
7555 convention.
7556 * gdb.c++/*.exp: Likewise.
7557
7558Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
7559
7560 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
7561 "bt in signals.exp".
7562
7563Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
7564
7565 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
7566 "step over execarg initialization" and
7567 "step over corearg initialization".
7568
7569Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
7570
7571 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
7572 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
7573
7574Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
7575
7576 From Rob Savoye (rob@poseidon.cygnus.com)
7577 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
7578 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
7579 configure.in}, gdb.disasm/{Makefile.in, configure.in},
7580 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
7581 configure.in}: Major reworking for autoconfig.
7582 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
7583 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
7584 New files.
7585 * config/unix-gdb.exp: Make GDB global.
7586 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
7587 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
7588 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
7589 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
7590 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
7591 term.exp, twice.exp, watchpoint.exp, whatis.exp},
7592 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
7593 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
7594 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
7595 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
7596 pr-8136.exp, result.exp, string.exp, tuples.exp},
7597 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
7598 to returns as necessary, arrange for test to compile own testcase
7599 executable.
7600 * lib/gdb.exp: Changes for testsuite to compile own test cases.
beb998c6 7601
c906108c
SS
7602Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
7603
7604 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
7605 clear_xfail at end of test which might not call either pass or fail.
7606 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
7607 "backtrace through signal handler".
7608
7609Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7610
7611 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
7612 continuing from a job control stop signal.
7613 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
7614
7615Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
7616
7617 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
7618 * gdb.base/corefile.exp: Likewise.
7619 * gdb.base/funcargs.exp: Likewise.
7620
7621Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
7622
7623 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
7624 * config/monitor.exp: Add support for setting baud rate.
7625
7626Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
7627
7628 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
7629 i*86-*-linux* xfails for "backtrace through signal handler".
7630 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
7631 "print func2::coremaker_local".
7632 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
7633 alpha-dec-osf2* xfail for
7634 "delete all breakpoints when none".
7635
7636Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
7637
7638 * gdb.base/break.exp: Change test that deletes all breakpoints
7639 when no user breakpoints are installed. A post 4.15 change
7640 causes gdb to no longer prompt in this case.
7641
7642Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
7643
7644 * gdb.base/return.exp (return_tests): Change xfail for test
7645 "correct value returned double test" to stop xfailing at
7646 Solaris 2.5. Apparently the bug has been fixed.
7647
7648Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
7649
7650 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
7651 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
7652
7653Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
7654
7655 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
7656 * gdb.disasm/hppa.s: Corresponding changes.
7657
7658Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
7659
7660 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
7661 makefile fragment.
7662 * config/mt-hpux: Deleted.
7663
7664Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
7665
beb998c6 7666 * Many files: When warning about suppressed tests due to a
c906108c
SS
7667 nonexistant test binary, avoid incrementing the warning count.
7668
7669Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
7670
7671 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
beb998c6 7672
c906108c
SS
7673Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7674
7675 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
7676 "sparc-*-solaris2*".
7677
7678Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7679
7680 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
7681 Add global and local variables and initialize them.
7682 * gdb.base/corefile.exp: Test correct mapping of corefile sections
7683 by printing variables. Remove rs6000 and powerpc xfails, BFD now
7684 extracts the file name and terminating signal from the core file.
7685 * TODO: Remove note about tests for correct mapping of corefile.
7686 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
7687 from optimizing it away.
7688 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
7689 handles common blocks.
7690
7691Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
7692
7693 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
7694 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
7695
7696Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
7697
7698 * Makefile.in (maintainer-clean): New target, synonym for
7699 realclean.
7700 * gdb.base/Makefile.in (maintainer-clean): Likewise.
7701 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
7702 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
7703 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
7704 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
7705 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
7706
7707Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
7708
7709 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
7710 xfails when not gcc compiled for "print foo::funclocal".
7711 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
7712 "print foo::funclocal at foo",
7713 "print 'scope1.c'::foo::funclocal at foo",
7714 "print foo::funclocal_bss at foo",
7715 "print 'scope1.c'::foo::funclocal_bss at foo",
7716 "print foo::funclocal_ro at foo",
7717 "print 'scope1.c'::foo::funclocal_ro at foo",
7718 "print bar::funclocal at foo" and
7719 "print 'scope1.c'::bar::funclocal at foo".
7720 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
7721 gcc compiled for "print foo::funclocal at bar".
7722 Expand all messages to ensure that they identify that
7723 the test is at bar().
7724 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
7725 gcc compiled for:
7726 "ptype on opaque struct pointer (statically)",
7727 "ptype on opaque struct tagname (statically)",
7728 "ptype on opaque struct pointer (dynamically) 1",
7729 "ptype on opaque struct tagname (dynamically) 1",
7730 "ptype on opaque struct pointer (dynamically) 2" and
7731 "ptype on opaque struct tagname (dynamically) 2
7732 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
7733 gcc compiled for:
7734 "p datalocal"
7735 "whatis datalocal",
7736 "ptype datalocal",
7737 "p bsslocal",
7738 "whatis bsslocal", and
7739 "ptype bsslocal".
7740 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
7741 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
7742 when not gcc compiled.
7743 * gdb.base/funcargs.exp (float_and_integral_args): Add
7744 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
7745 compiled.
7746 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
7747 "backtrace from call6a" when not gcc compiled.
7748 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
7749 "backtrace from call7a" when not gcc compiled.
7750 * gdb.base/callfuncs.exp (do_function_calls):
7751 Add "hppa*-*-hpux*" xfail when not gcc compiled for
7752 "p t_char_array_values(char_array_val2,char_array_val1)",
7753 "p t_char_array_values(char_array_val1,char_array_val2)",
7754 "p t_char_array_values("carray 1","carray 2")",
7755 "p t_char_array_values("carray 1",char_array_val2)",
7756 "p t_char_array_values(char_array_val1,"carray 2")",
7757 "p sum_args(1,{2})",
7758 "p sum_args(2,{2,3})",
7759 "p sum_args(3,{2,3,4})",
7760 "p sum_args(4,{2,3,4,5})"
7761 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
7762 "backtrace in corefile.exp" when not gcc compiled.
7763
7764Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7765
7766 * gdb.base/signals.exp: Rewrite `handle all print' test as
7767 a procedure. Accept blanks or TABs as whitespace, increase
7768 timeout and expect input buffer size for the large output
7769 from the command. Remove "i*86-*-bsdi2.0" xfail.
7770
7771Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7772
7773 * gdb.base/setvar.exp: Add new testcases for truncation when
7774 assigning invalid values to bitfields.
7775
7776Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
7777
beb998c6 7778 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
7779 mips-sgi-irix* xfail for
7780 "call inferior func with struct - returns char *"
7781 and fix test so that an optional (unsigned char *) cast is
7782 accepted in the result.
7783
7784Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
7785
7786 * gdb.base/funcargs.exp (float_and_integral_args): Remove
7787 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
7788 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
7789 * gdb.base/signals.exp: Remove duplicate "handle all print" test
7790 that accidentally got checked in.
7791
7792Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
7793
beb998c6 7794 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
7795 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
7796 compiled test.
7797 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
7798 Add mips-sgi-irix5* xfail for not gcc compiled.
7799 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
7800 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
7801 "p top", "whatis top", "p middle", and "whatis middle".
7802 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
7803 "whatis signed char" for not gcc compiled.
7804 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
7805 "set variable signed char=-1 (-1)" and
7806 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
7807 * gdb.base/funcargs.exp (float_and_integral_args):
7808 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
7809 Add mips-sgi-irix* xfail when not gcc compiled for
7810 "continue to call2b".
7811 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
7812 "continue to call2g".
7813 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
7814 "backtrace from call6a"
7815 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
7816 "backtrace from call7k".
7817 Add mips-sgi-irix5* xfail when not gcc compiled for
7818 "backtrace from call7a".
7819 (localvars_after_alloca): Fix gdb_test cmds for
7820 "print * after runto ...".
7821 Remove rs6000-*-* xfails for
7822 "print i after runto localvars_after_alloca" and
7823 "print l after runto localvars_after_alloca"
7824 for all compilers.
7825 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
7826 when not compiled with gcc, for:
7827 "print signed char == (minus)",
7828 "print signed char != (minus)",
7829 "print signed char < (minus)",
7830 "print signed char > (minus)".
7831 * gdb.base/callfuncs.exp (do_function_calls):
7832 Add mips-sgi-irix* xfail, when compiled with native compiler, for
7833 "call inferior func with struct - returns char *".
beb998c6 7834 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
7835 "correct value returned double test" to include Solaris 2.4.
7836 * gdb.base/funcargs.exp (float_and_integral_args):
7837 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
beb998c6 7838
c906108c
SS
7839Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7840
7841 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
7842 enumeration bitfields if compiling with GNU C.
7843 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
7844 to empty' prompt.
7845
7846Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
7847
7848 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
7849 test for PRO targets.
7850
7851 * gdb.base/funcargs.exp: Avoid ever setting more than 8
7852 breakpoints in the inferior at any given time by making
7853 two groups of breakpoints for call2*, call6* and call7*
7854 tests.
7855
7856Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
7857
7858 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
7859 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
7860 from optimizing it away.
7861 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
7862 "call inferior func with struct".
7863
7864Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
7865
7866 * configure.in: Only configure gdb.chill for particular targets.
7867
7868Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
7869
7870 * gdb.base/Makefile.in: Add action to .c.o transformation
7871 rule that generates a .ci file for each .o file and remove
7872 explicit .c.o rules except for callfuncs.o.
7873 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
7874 generates a .ci file for each .o file and remove explicit
7875 .cc.o rules.
7876 (clean): Remove *.tmp *.ci files.
7877 (EXECUTABLES): Remove templ-info.exp.
7878 * gdb.base/compiler.c: New file.
7879 * gdb.c++/compiler.cc: New file
7880 * gdb.base/scope.exp: Source gdb.base/scope.ci.
7881 Change rs6000-*-* xfail for
7882 "print 'scope0.c'::filelocal_ro" and
7883 "print 'scope1.c'::filelocal" and
7884 "print 'scope1.c'::filelocal_bss" and
7885 "print 'scope1.c'::filelocal_ro" and
7886 "print 'scope1.c'::foo::funclocal" and
7887 "print 'scope1.c'::foo::funclocal_ro" and
7888 "print 'scope1.c'::bar::funclocal" and
7889 "print 'scope0.c'::filelocal_ro" and
7890 "print 'scope1.c'::filelocal at foo" and
7891 "print 'scope1.c'::filelocal_bss at foo" and
7892 "print 'scope1.c'::filelocal_ro at foo" and
7893 "print 'scope1.c'::foo::funclocal at foo" and
7894 "print 'scope1.c'::foo::funclocal_bss at foo" and
7895 "print 'scope1.c'::foo::funclocal_ro at foo" and
7896 "print 'scope1.c'::bar::funclocal at foo" and
7897 "print 'scope0.c'::filelocal_ro" and
7898 "print 'scope1.c'::filelocal" and
7899 "print 'scope1.c'::filelocal_bss" and
7900 "print 'scope1.c'::filelocal_ro" and
7901 "print 'scope1.c'::foo::funclocal" and
7902 "print 'scope1.c'::foo::funclocal_bss" and
7903 "print 'scope1.c'::foo::funclocal_ro" and
7904 "print 'scope1.c'::bar::funclocal" and
7905 "print 'scope1.c'::bar::funclocal_bss"
7906 to only be xfail'd when not compiled with gcc.
beb998c6 7907 Add rs6000-*-* xfail for
c906108c
SS
7908 "print 'scope0.c'::filelocal_bss before run"
7909 when compiled with gcc.
7910 (test_at_main): Add rs6000-*-* xfail for
7911 "print filelocal_ro in test_at_main"
7912 when compiled with gcc.
7913 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
beb998c6 7914 Add rs6000-*-aix* xfail for
c906108c
SS
7915 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
7916 "ptype t_char_array", not compiled with gcc.
7917 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
7918 xfail for "list foo (in include file)" when gcc compiled.
7919 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
7920 (integral_args): Add rs6000-*-* xfail for
7921 "run to call0a" if not compiled with gcc.
7922 (unsigned_integral_args): Add rs6000-*-* xfail for
7923 "run to call1a" if not compiled with gcc.
7924 (float_and_integral_args): Add rs6000-*-* xfail for
7925 "run to call2a" if not compiled with gcc and for
7926 "continue to call2b" for any compiler.
7927 Add rs6000-*-* xfail to
7928 "print f1 after run to call2a" for gcc compiled.
7929 (discard_and_shuffle): Add rs6000-*-* xfail for
7930 "run to call6a".
7931 (shuffle_round_robin): Add rs6000-*-* xfail for
7932 "backtrace from call7a" if not compiled with gcc.
7933 Add rs6000-*-* xfail for
7934 "backtrace from call7b" if compiled with gcc.
7935 (call_after_alloca): Add rs6000-*-* xfail for
7936 "print c in call_after_alloca" and
7937 "print s in call_after_alloca" and
7938 "backtrace from call_after_alloca_subr"
7939 if not compiled with gcc.
7940 (localvars_in_indirect_call): Add rs6000-*-* xfail for
7941 "print c in localvars_in_indirect_call" and
7942 "print c in localvars_in_indirect_call" and
7943 "backtrace in indirectly called function" and
7944 "stepping into indirectly called function"
7945 if not compiled with gcc.
7946 (localvars_after_alloca): Add rs6000-*-* xfail for
7947 "print c after runto localvars_after_alloca" and
7948 "print s after runto localvars_after_alloca" and
7949 "print i after runto localvars_after_alloca" and
7950 "print l after runto localvars_after_alloca"
7951 for all compilers.
7952 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
7953 than whatis-info.exp.
7954 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
7955 than opaque-info.exp.
7956 Setup rs6000-*-* xfail for
beb998c6 7957 "ptype on opaque struct pointer (statically)" and
c906108c
SS
7958 "ptype on opaque struct pointer (dynamically)" when
7959 not compiled with gcc.
7960 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
7961 rather than callf-info.exp.
7962 (do_function_calls): Add clear_xfail for rs6000-*-* for
7963 "p t_float_values2(3.14159,float_val2)". Seems to work
7964 fine there, both with xlc and gcc. Need to find out what
7965 it is doing right and fix other platforms.
7966 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
7967 "call inferior func with struct - returns int",
7968 "call inferior func with struct - returns long",
7969 "call inferior func with struct - returns float",
7970 "call inferior func with struct - returns double",
7971 "call inferior func with struct - returns char *",
7972 but only if not gcc compiled (presumes xlc compiled).
7973 Change rs6000-*-* xfails for
7974 "call inferior func with struct - returns char" and
7975 " call inferior func with struct - returns short" to only
7976 xfail if not using gcc.
7977 (clean mostlyclean): Remove *.ci and *.tmp files.
7978 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
7979 than templ-info.exp.
7980 * gdb.base/langs.exp: Source gdb.base/langs.ci.
7981 Add rs6000-*-* xfail for "up to foo in langs.exp"
7982 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
7983 when not gcc compiled.
beb998c6 7984
c906108c
SS
7985Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7986
7987 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
7988 * gdb.base/corefile.exp: Likewise.
7989 * gdb.base/list.exp: Likewise.
7990 * gdb.base/scope.exp: Likewise.
7991 * gdb.base/siganls.exp: Likewise.
7992
7993 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
7994 compiler output.
7995 * gdb.base/whatis.exp: Likewise.
7996
7997Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
7998
7999 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
8000 failure (opcode table has been fixed to match reality).
8001
8002Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
8003
8004 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
8005 "call inferior func with struct - returns char",
8006 "call inferior func with struct - returns short"
8007
8008 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
8009 "print 'scope0.c'::filelocal at main",
8010 "print 'scope0.c'::filelocal_bss in test_at_main",
8011 "print 'scope0.c'::filelocal at foo",
8012 "print 'scope0.c'::filelocal_bss in test_at_foo",
8013 "print 'scope0.c'::filelocal at bar",
8014 "print 'scope0.c'::filelocal_bss in test_at_bar"
beb998c6 8015
c906108c
SS
8016 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
8017 in source file 1". This bug seems to have been fixed with both
8018 gcc and native cc (was native assembler bug?).
8019
8020Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
8021
8022 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
8023 "backtrace through signal handler" to "i*86-*-sysv4*".
8024 * gdb.base/signals.exp: Add xfail for "'next' behaved as
8025 continue" case. Add "known SVR4 bug" to fail message.
8026 Add "i*86-*-bsdi2.0" xfail for "handle all print".
8027 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
8028 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
8029 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
8030 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
8031 "up to foo in langs.exp", "show language at foo in
8032 langs.exp", "up to cppsub_ in langs.exp", "show
8033 language at cppsub_ in langs.exp", "up to fsub in
8034 langs.exp", and "show language at fsub in langs.exp".
8035 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
8036 "bactrace in corefile.exp".
8037 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
8038 "call inferior function with struct - returns float" and
8039 "call inferior function with struct - returns double".
beb998c6 8040
c906108c
SS
8041Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
8042
8043 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
8044 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
8045 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
8046 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
8047
8048Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
8049
8050 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
8051 (or overriden) "CHILL" macro rather then bare "gcc".
8052 Also look for ../../gcc/xgcc since that is what we will
8053 actually need, not "Makefile". Remove following assignment
8054 of CHILL to CHILL_FOR_TARGET because that results in
8055 recursive definition.
8056
8057Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
8058
8059 * gdb.base/corefile.exp: Change xfail for backtrace in
8060 corefile.exp from linuxaout to all linux.
8061 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
8062 cases where we miss the breakpoint at the signal handler
8063 for some reason. Setup xfail for linuxoldld/linuxaout and
8064 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
8065 hitting SIGURG breakpoint.
8066 * gdb.base/signals.exp: Setup xfail for "next" acting like
8067 continue to add linuxoldld. Setup xfail for all linux for
8068 "next to handler in signals_tests_1", "backtrace in
8069 signals_tests_1", "continue to func1", "pass SIGUSR1",
8070 and continue to handler".
8071
8072Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
8073
8074 * Update all FSF addresses except those in COPYING* files.
8075
8076Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
8077
8078 * gdb.base/a2-run.exp: Change messages to be more explicit about
8079 the status of args, and quote binfile in results.
8080
8081Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
8082
8083 * gdb.base/callfuncs.exp: Add tests for passing structs to
8084 inferior functions and return various types.
8085 * gdb.base/callfuncs.c: Add functions to receive a struct
8086 and return a member of the struct, in various types.
8087
8088Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8089
8090 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
8091
8092Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
8093
8094 * config/vxworks29k.exp: New file, sources vxworks.exp.
8095
8096Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8097
8098 * config/gdbremote.exp: New file. Testing framework using
8099 gdbserver.
8100
8101Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
8102
8103 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
8104 "call function when asleep" and "send end of file".
8105 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
8106 for "backtrace in corefile.exp".
8107 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
8108 for "backtrace through signal handler".
8109 * gdb.base/corefile.exp: Make sure we actually generate a core file
8110 before trying the core tests. Some systems allow the user to suppress
8111 generation of core files and default to that (linux for example).
8112 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
8113 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
8114
8115Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8116
8117 * gdb.threads: New directory with some crude multi-threaded
8118 gdb tests (step.exp and step2.exp).
8119 * config/mt-lynx (STEP_EXECUTABLE): Define.
8120 (THREADFLAGS): Define.
8121
8122Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
8123
8124 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
8125
8126 * gdb.base/signals.exp: Disable whole file for lynx until
8127 further notice.
8128
8129 * gdb.base/signals.exp: xfail test where "next" acts like
8130 "continue" for lynx.
8131
8132 * gdb.base/interrupt.exp: xfail test for calling function while
8133 inferior is asleep for lynx.
8134
8135 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
8136 than one cr-lf after each command.
8137
8138Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8139
8140 * configure.in: Reinstate setting of stabsdirs variable, fix
8141 typo in setting up configdirs for native builds.
8142
8143 * gdb.base/return.exp: Fix typo in return double test.
8144 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
8145 compiler from optimizing them away.
8146
8147Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
8148
8149 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
8150 sequences to be echo'd by gdb when using gdb_test.
8151 * gdb.chill/chexp.exp: Likewise.
8152 * gdb.fortran/exprs.exp: Likewise
8153
8154Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
8155
8156 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
8157 after the inferior gdb has started.
8158
8159 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
8160 after each command.
8161 * gdb.base/funcargs.exp: Likewise.
8162 * gdb.base/gdbvars.exp: Likewise.
8163 * gdb.base/interrupt.exp: Likewise.
8164 * gdb.base/list.exp: Likewise.
8165 * gdb.base/watchpoint.exp: Likewise.
8166 * gdb.c++/demangle.exp: Likewise.
8167 * gdb.c++/inherit.exp: Likewise.
8168 * gdb.chill/chexp.exp: Likewise.
8169 * gdb.fortran/exprs.exp: Likewise.
8170
8171 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
8172 test if we can't handle IO to/from the inferior.
8173
8174 * gdb.c++/misc.exp: Always check for a program already being
8175 started after sending a "run" command to gdb.
8176
8177 * gdb.base/twice.exp: Start with a fresh gdb.
8178
8179 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
8180 only depend on gdb's expression code, not the chill runtime.
8181
8182 * gdb.base/return.c: Put return values into variables so we
8183 can have gdb print them rather than depending on the program
8184 to print them.
8185 * gdb.base/return.exp: Corresponding changes.
8186
8187 * lib/gdb.exp: Provide default value for noinferiorio.
8188 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
8189 the inferior.
8190
8191 * gdb.base/break.exp: Always check for a program already being
8192 started after sending a "run" command to gdb.
8193 (text_next_with_recursion): Don't check the output from the
8194 program's printf statement. Instead just make sure the program
8195 exited.
8196
8197 * gdb.base/commands.exp: Protect tests which need arguments with
8198 $noargs conditionals.
8199
8200Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8201
8202 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
8203 of structure member arrays to match gdb/valops.c:value_addr change.
8204
8205Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
8206
8207 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
8208 cases.
8209
8210Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
8211
8212 * configure.in (configdirs): Remove gdb.chill from default list
8213 of subdirs and then add it back in only if doing a native build.
8214 The current chill compiler does not yet work in any cross build.
8215 * Revert all signal changes from Jul 6.
8216 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
8217 for sh-hms targets, allowing these tests to link, with no other
8218 changes. Testing is suppressed by setting "nosignals" in site.exp.
8219
8220Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
8221
8222 * configure.in (signaldirs): Define and add to configdirs for all
8223 targets except some specific ones that are known to not support signals.
8224 Also clean up formatting.
8225 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
8226 (signals, sigall): Remove rules to build.
8227 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
8228 Moved to new gdb.signals directory.
8229 * gdb.signals: New test directory.
8230 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
8231 signals.c signals.exp}: New or moved files.
8232
8233Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
8234
8235 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
8236
8237Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
8238
8239 * gdb.base/return.exp: Xfail `return double' test failure
8240 on at least Solaris 2.3 and handle future/past versions on
8241 a case by case basis as appropriate. Also update message
8242 to include i*86 failures.
8243
8244Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8245
8246 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
8247
8248 * lib/gdb.exp: Fix comment which erroneously identified
8249 gdb_file_cmd as gdb_load (the 19 May change was in fact to
8250 gdb_file_cmd not gdb_load).
8251 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
8252
8253 * gdb.base/setvar.exp: Make test names consistent between pass and
8254 fail cases. Use gdb_test more.
8255
8256Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8257
8258 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
8259
8260Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8261
8262 * gdb.base/help.exp: Fix expected help string for `show commands'.
8263
8264Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
8265
8266 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
8267
8268 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
8269 of a text section.
8270
8271Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
8272
8273 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
8274 that loop eventually terminates. Fix Connection refused logic so
8275 that testsuite will expire nicely.
8276
8277Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
8278
8279 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
8280 config/rom68k.exp: New tcl glue for the appropriate monitors.
8281 These all just end up calling monitor.exp.
8282 * config/monitor.exp (gdb_target_monitor): Handle `Connection
8283 refused' by retrying. Cleanup some timeout issues.
8284 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
8285 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
8286 callers don't have to set/restore global timeout variable.
8287
8288 * The following set of changes centralizes management of the global
8289 timeout variable. This way, it can be set in one target dependent
8290 place instead of dozens of places scattered throughout the test suite.
8291 If you need to lengthen a timeout, then you should either set timeout
8292 in one of the config/{target}.exp files, or multiply it by a factor.
8293 Setting it to an absolute value is always going to lose for some
8294 targets.
8295 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
8296 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
8297 * gdb.base/funcargs.exp: Don't set timeout.
8298 * gdb.base/list.exp (test_forward_search): Only use local timeout.
8299 * gdb.base/printcmds.exp (test_print_string_constants
8300 test_print_array_constants): Don't set timeout.
8301 * gdb.base/ptype.exp: Don't set timeout.
8302 * gdb.base/recurse.exp: Don't set timeout.
8303 * gdb.base/return.exp: Don't set timeout.
8304 * gdb.base/watchpoint.exp: Don't set timeout.
8305 * gdb.c++/classes.exp (do_tests): Don't set timeout.
8306 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
8307
8308Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
8309
8310 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
8311
8312Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8313
8314 * lib/gdb.exp: Disable chill tests for irix5.
8315
8316Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8317
8318 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
8319 each test pass or fail.
8320
8321Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8322
8323 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
8324 xlc not gcc.
8325
8326Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
8327
8328 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
8329
8330Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
8331
8332 * config/est.exp: Fix copyright and comments. Remove dead code.
8333 Use targetname, serialport and baud variables instead of fixed
8334 constants.
8335 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
8336 * config/cpu32bug.exp: New file to support cpu32bug monitors.
8337
8338Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8339
8340 * gdb.base/watchpoint.exp: Don't run
8341 test_watchpoint_triggered_in_syscall for sunos.
8342
8343Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8344
8345 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
8346 they don't seem to exist. Do include stdio.h.
8347
8348Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8349
8350 * gdb.base/a1-selftest.exp: Add alpha xfail.
8351
8352Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8353
8354 * gdb.base/watchpoint.c (main): Prompt before calling read().
8355 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
8356 Revise accordingly. Remove cruft about sending "123" several
8357 times, until it gets noticed. Clean up the "print buf[0]" stuff
8358 so that it passes or fails, and waits for prompts in the usual way.
8359
8360Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8361
8362 * gdb.base/recurse.exp: Fix comment.
8363
8364 * TODO: Remove item about printing variables in nodebug.exp. Add
8365 item about enabling tests which are only run on some targets.
8366
8367 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
8368 fail, make test names unique, use new gdb_test convention
8369 regarding pattern, use gdb_test more, etc.).
8370
8371 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
8372 fail, make test names unique, etc.).
8373
8374Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8375
8376 * gdb.base/nodebug.c: Change return type of top and middle to
8377 short.
8378 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
8379 are fixed by the recent mdebugread.c changes. Allow `short ()'
8380 as type for top and middle.
8381
8382Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8383
8384 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
8385 nearly as I can tell, the whole thing was an accident in Stu's
8386 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
8387 to replace a send/expect pair with gdb_test, but ended up only
8388 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
8389 of 30 Mar 1995 took care of it, but left this vestigial comment
8390 which I am now nuking.
8391
8392Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8393
8394 * gdb.base/break.exp: Look for different line number for
8395 breakpoint at main depending on usestubs.
8396
8397Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8398
8399 * gdb.base/list.exp: Adjust some alternate expect patterns to
8400 match recent list0.c change. Add alternate expect pattern for
8401 output from `list default lines around main' for optimizing
8402 compilers.
8403
8404Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8405
8406 * lib/gdb.exp: If nosignals is not set, set it to 0.
8407
8408Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
8409
8410 * config/slite-gdb.exp: Responds to load symbol table prompt.
8411 * gdb.base/break.exp: Adjust line number, fix rerun.
8412 * gdb.base/langs0.c: Add #ifdef usestubs.
8413
8414Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
8415
8416 * gdb.base/list.exp: Adjust line contents after adding new lines in
8417 list0.c. Also fix a syntax error.
8418
8419 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
8420 * gdb.base/break.exp: ditto.
8421 * gdb.base/list.exp: ditto.
8422 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
8423 * gdb.base/run.c: ditto.
8424 * gdb.base/list0.c: ditto.
8425 * gdb.base/funcargs.c: ditto.
8426
8427Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
8428
8429 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
8430 $targetname, $serialport and $baud instead of hardwired variables.
8431 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
8432 target doesn't support signals.
8433
8434Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
8435
8436 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
8437
8438Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8439
8440 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
8441 Don't rely on the value of an auto variable before it has been
8442 initialized. Use gdb_test more.
8443
8444Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8445
8446 * lib/gdb.exp (default_gdb_version): A version number must start
8447 with a digit, but other than that contains all characters up to
8448 the first whitespace character.
8449
8450Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8451
8452 * gdb.base/commands.exp (breakpoint_command_test): New tests.
8453
8454Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8455
8456 * gdb.c++/*.exp: Warn if executable does not exist. The original
8457 reason for skipping the warning was that configure.in sometimes
8458 intentionally skipped building the executables but the tcl code
8459 had no way of knowing. That (a) was always bogus with respect to
8460 error handling, (b) is no longer true (right now there is no way
8461 to skip C++ tests).
8462
8463 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
8464
8465Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8466
8467 * gdb.base/list.exp: Add expect patterns for output from
8468 SunPRO compiled executables.
8469 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
8470 types.
8471
8472Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8473
8474 * gdb.base/break.exp (test_next_with_recursion): Accept any line
8475 number (we are already testing that the correct source line text
8476 gets printed).
8477
8478 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
8479 that is what is intended, but something needed to be done to get
8480 sunos4 native working again.
8481
8482 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
8483
8484 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
8485 apparently went with a (very) old xfail.
8486
8487Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
8488
8489 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
8490 runto_main is a proc in gdb.exp that will do 'step' for target use
8491 stubs.
8492 * gdb.base/exprs.exp: ditto.
8493 * gdb.base/interrupt.exp: ditto.
8494 * gdb.base/opaque.exp: ditto.
8495 * gdb.base/printcmds.exp: ditto.
8496 * gdb.base/ptype.exp: ditto.
8497 * gdb.base/scope.exp: ditto.
8498 * gdb.base/setvar.exp: ditto.
8499 * gdb.base/signals.exp: ditto.
8500 * gdb.base/twice.exp: ditto.
8501 * gdb.c++/classes.exp: ditto.
8502 * gdb.c++/inherit.exp: ditto.
8503 * gdb.c++/templates.exp: ditto.
8504 * gdb.base/break.exp: no run and hit main for stubs. Change line
8505 numbers for breakpoints and info breakpoint.
8506 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
8507 breakpoint().
8508 * gdb.base/callfuncs.c: ditto.
8509 * gdb.base/exprs: ditto.
8510 * gdb.base/interrupt.c: ditto.
8511 * gdb.base/opaque0.c: ditto.
8512 * gdb.base/printcmds.c: ditto.
8513 * gdb.base/ptype.c: ditto.
8514 * gdb.base/scope0.c: ditto.
8515 * gdb.base/setvar.c: ditto.
8516 * gdb.base/signals.c: ditto.
8517 * gdb.base/twice.c: ditto.
8518 * gdb.c++/misc.cc: ditto.
8519 * gdb.c++/templates.cc: ditto.
8520
8521Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8522
8523 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
8524
8525 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
8526 somewhere between `read' and `main.c'. I'm pretty sure the
8527 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
8528 and it isn't particularly useful.
8529
8530 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
8531
8532Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8533
8534 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
8535
8536Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
8537
8538 * config/mt-slite: add LIBS and -nostdlib.
8539 * config/slite-gdb.exp: add this new file to support sparclite target.
8540
8541Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
8542
8543 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
8544
8545 * gdb.base/a2-run.exp: Change argument to istarget from
8546 "*-*-vxworks" to "*-*-vxworks*".
8547 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
8548
8549Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
8550
8551 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
8552 will not runto main but do a 'step' to step out of breakpoint().
8553 * config/mt-slite: add -Dusestubs.
8554
8555Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8556
8557 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
8558 instead of just @.
8559
8560 * gdb.base/signals.exp: Add test for "handle all print".
8561 * TODO: Remove "handle all print". Also remove item about
8562 checking copyright date (I don't like the idea of a spurious FAIL
8563 based on when we run the tests).
8564
8565 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
8566 for SunOS4 (reason for failure not investigated). Remove
8567 redundant test for $binfile.
8568
8569 * gdb.base/nodebug.c (array_index): Call malloc.
8570
8571 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
8572
8573Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
8574
8575 * gdb.base/recurse.exp: Update gdb_test invocation to use new
8576 conventions and slightly simplify the matching regexp.
8577
8578Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8579
8580 * gdb.base/break.exp: Update gdb_test invocation to use new
8581 convention.
8582
8583 * lib/gdb.exp: If noargs is not set, set it to 0.
8584
8585 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
8586 tests unique.
8587
8588 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
8589
8590Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8591
8592 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
8593 one argument of type "<non-float parameter>".
8594
8595Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
8596
8597 * config/rom68k.exp: New file to support Motorola IDP board.
8598 * gdb.base/a2-run.exp: Skip this file if noargs is set.
8599 * gdb.base/break.c: Change things around so that this program
8600 doesn't depend upon args. This is necessary to make remote
8601 targets work (in general, they can't take args).
8602 * gdb.base/break.exp: Don't try to send args to program. Don't
8603 expect output. Also, replace lots of code with gdb_test.
8604
8605Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8606
8607 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
8608 printing of '\'' (which is what the comment says we are testing,
8609 even though we were not), not '''.
8610 (test_integer_literals_rejected): Test that printing ''' is an error.
8611
8612 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8613 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
8614 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
8615 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
8616 Use gdb_test not test_print_accept.
8617 * lib/gdb.exp: Remove test_print_accept.
8618
8619 * gdb.base/signals.exp (signal_tests_1): Make pass message
8620 consistent with fail message.
8621
8622 * gdb.base/whatis.exp: Remove xfails for printing char vs.
8623 unsigned char; the bug (PR 1821) is fixed.
8624
8625 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
8626
8627 * gdb.base/scope.exp (test_at_localscopes): Call pass for
8628 successful tests--makes xfailing them work right.
8629
8630Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8631
8632 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
8633 only \r\n, not .*. The test can pass .* as the last thing in
8634 $pattern if that is what it wants. In addition to providing this
8635 flexibility, this change should speed up pattern matching in cases
8636 where the pattern already ended with .* (there were a number of
8637 them). This change also helps catch bad patterns--in the old
8638 scheme the typo "char \*" instead of "char \\*" would pass. Now
8639 it is caught.
8640 * Many .exp files: Update callers.
8641
8642 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
8643 clearer and does not spuriously match multiple ('s. Likewise for
8644 ) and *.
8645
8646 * gdb.base/nodebug.exp: Test ability to call a function and pass
8647 it a string (even with no debugging info).
8648
8649 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
8650 "p '\'", which is the same as "p ''" once tcl gets done with
8651 quoting, to "p '\\'", which I suspect is what is intended (one
8652 backslash gets sent to GDB).
8653
8654 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
8655
8656Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8657
8658 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
8659 1817) was fixed literally years ago.
8660
8661Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8662
8663 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
8664 test, it causes stepping out of call_after_alloca_subr with
8665 optimizing compilers.
8666 (localvars_in_indirect_call): Consume GDB prompt if `finish'
8667 fails.
8668
8669 * gdb.c++/templates.exp: Source templ-info.exp only if
8670 the templates executable exists.
8671
8672 * gdb.c++/misc.cc (class Contains_static_instance,
8673 class Contains_nested_static_instance),
8674 gdb.c++/classes.exp (test_static_members): Test printing of
8675 a class that contains a static instance of the class.
8676
8677Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8678
8679 * gdb.base/langs2.c (cppsub_): Don't prototype.
8680 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
8681 only, I believe).
8682
8683Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8684
8685 * lib/gdb.exp (skip_chill_tests): New procedure.
8686
8687 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
8688
8689Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
8690
8691 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
8692 each expect pattern. Cuts runtime from 12 to about 4 seconds.
8693
8694Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8695
8696 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
8697
8698 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
8699 disassemble 8, not 16, instructions for part 4.
8700
8701 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
8702 support the latter anymore.
8703
8704 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
8705 -DNO_PROTOTYPES.
8706 * gdb.base/callfuncs.c: Control use of prototypes based on
8707 NO_PROTOTYPES, not __STDC__.
8708 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
8709 t_float_values2 tests if prototypes in use.
8710
8711 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
8712 t_double_values): When checking differences against DELTA, check
8713 that difference is within the range (-DELTA,DELTA), not just
8714 (-infinity,DELTA).
8715
8716Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
8717
8718 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
8719 'file' command firts, then 'target', then 'load', this is due to gdb
8720 target set up.
8721 * config/mips-gdb.exp: Fix a couple regular exp bugs.
8722
8723Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
8724
8725 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
8726 FP load/store variants.
8727 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
8728
8729Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
8730
8731 * gdb.base/term.exp: Do not give a warning if not native, it is
8732 not an abnormal condition.
8733
8734Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
8735
8736 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
8737 t_char_array".
8738
8739Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
8740
8741 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
8742 are getting the version number.
8743
8744 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
8745 if not native, it is not an abnormal condition.
8746
8747Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8748
8749 * lib/gdb.exp: Just use "file exists", rather than undocumented
8750 dejagnu procedure "findfile".
8751
8752Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8753
8754 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
8755 (LDFLAGS): Set to -Xlinker -Ur.
8756
8757 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
8758 Removed, these values are set by lib/gdb.exp.
8759
8760 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
8761
8762Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
8763
8764 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
8765 of replicating gdb startup code.
8766
8767 * config/mt-vxworks (LDFLAGS): Set to -r.
8768 (CFLAGS_FOR_TARGET): Removed.
8769
8770 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
8771 (gdb) and gdb for vxworks uses (vxgdb).
8772
8773 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
8774 executable is not in the tree and host != target, use sed and
8775 program_transform_name to determine the gdb name used by the
8776 target.
8777
8778 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
8779 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
8780
8781Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8782
8783 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
8784 floats, chars, and shorts where there are ANSI-style function
8785 definitions.
8786
8787 * gdb.base/langs.exp, gdb.base/langs*: New test.
8788 * gdb.base/Makefile.in: Build it.
8789 * TODO: Remove item about checking that C names don't get C++
8790 demangling applied; this test tests it.
8791
8792Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8793
8794 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
8795 went with the const70 xfail. The xfail went away a year ago.
8796
8797 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
8798
8799 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
8800 for hp300.
8801
8802 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
8803
8804 * gdb.base/a1-selftest.exp: Don't run on hp300.
8805
8806Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8807
8808 * Makefile.in (site.exp): Set host_alias and target_alias as well
8809 as host_triplet and target_triplet.
8810
8811Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8812
8813 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
8814
8815 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
8816 places as other ecoff systems).
8817
8818 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
8819 ultrix.
8820
8821Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8822
8823 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
8824 remove them.
8825 * gdb.base/nodebug.exp: Accept "function" in addition to "text
8826 variable and "variable" in addition to "data variable".
8827 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
8828
8829 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
8830 2.
8831 * gdb.base/list1.c (long_line): Add additional statement at start
8832 of function.
8833 * gdb.base/list.exp (test_forward_search): Update line number to
8834 reflect new statement.
8835
8836Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8837
8838 * gdb.base/signals.exp: Reinitialize searched source directories
8839 after gdb_start call.
8840
8841Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
8842
8843 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
8844 * gdb.stabs/Makefile.in: Likewise.
8845
8846 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
8847 change. Instead split the tests into smaller pieces.
8848 * gdb.disasm/hppa.s: Corresponding changes.
8849
8850Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8851
8852 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8853 Quote ^C when passing it to stty. For some shells ^ is a pipe.
8854
8855 * gdb.base/funcargs.exp: Modify many tests so that every test
8856 either passes or fails. Make some test names unique.
8857
8858Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8859
8860 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
8861 Call stty to set interrupt character.
8862
8863 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
8864 for HP assembler versus GNU assembler based on actual behavior of
8865 $(CC), rather than assuming that $(AS) is always the GNU assembler.
8866
8867 * TODO: Suggest a few more stepping tests.
8868
8869Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
8870
8871 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
8872 restart GDB for h8300 after a continue.
8873 (return): Add pattern to match a29k-udi behavior.
8874 * gdb.base/nodebug.exp: Remove obsolete comment.
8875 * gdb.base/regs.exp: New file, testing of register displays.
8876 * gdb.base/return.exp: Fix typo in reference to $objdir.
8877 * gdb.base/whatis.exp: Always start with a fresh GDB.
8878
8879Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8880
8881 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
8882 higher, these tests generate a lot of output.
8883
8884Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8885
8886 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
8887 code following the catch silently ignored some errors; without the
8888 catch they should be thrown like any other tcl error. Also, the
8889 catch used "" instead of {} which meant all the callers who wanted
8890 to include one of the characters "[]$ had to quote it an extra time.
8891 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
8892 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
8893 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
8894 Remove extra quoting.
8895
8896Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
8897
8898 * gdb.base/commands.exp: Make test names unique; every test either
8899 passes or fails. Update some comments.
8900
8901 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
8902
8903Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8904
8905 The following fixes a FAIL caused by the fact that the alpha stabs
8906 configuration didn't use the ".if alpha" code in weird.def.
8907 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
8908 bit pointer, so the 32 bit version works even on the alpha.
8909 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
8910 Remove the stuff which allowed us to have separate versions for
8911 alpha and everything else.
8912
8913 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
8914 regexp which "info func operator\[\](" is supposed to match. Fix
8915 string to send to GDB. Note that GDB still doesn't work right. Add a
8916 new test for "info func .perator\[\](" which GDB does handle correctly.
8917
8918 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
8919
8920Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
8921
8922 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
8923 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
8924 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
8925 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
8926 it makes the tests harder to understand and confuses test-o-matic.
8927 The preferred style is that each test provides a PASS or a FAIL,
8928 and has a unique message (e.g. "continue #54" not just "continue")
8929 which is the same for the pass and the fail.
8930 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
8931 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
8932 to lib/gdb.exp.
8933 * gdb.base/printcmds.exp: Use test_print_accept. Remove
8934 prt_accept which was basically the same thing. Likewise for
8935 test_print_reject and prt_reject.
8936 * lib/gdb.exp (test_print_reject): Add some more error message
8937 patterns to match from the former printcmds.exp (prt_reject).
8938 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
8939 One defect of the passcount stuff is that some of it failed to
8940 report XPASS where appropriate.
8941 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
8942 stuff before and after arg in expected pattern.
8943 (test_paddr_operator_functions): Re-do test without print_addr_of;
8944 this is the only test which seems to want extra stuff there.
8945
8946Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8947
8948 * gdb.base/nodebug.exp: Update new tests to reflect improved
8949 wording of gdb output.
8950
8951 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
8952 and "ptype" work on variables in files compiled without -g.
8953 Replaces commented out "maint print msymbol" tests.
8954
8955Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8956
8957 * gdb.base/setvar.c (dummy): Call malloc.
8958
8959 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
8960 losing with the irix4 sed.
8961
8962 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
8963 ALRM" on irix4.
8964
8965Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8966
8967 * TODO: Remove items about corefile.exp testing new exec-file and
8968 backtrace; both are now done. Add items about printing enums.
8969
8970Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8971
8972 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
8973 "get signal $thissig" test fails.
8974
8975 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
8976
8977Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8978
8979 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
8980 compiler warning with dec alpha compiler.
8981
8982 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
8983 extra \n from gdb_test call (this explains why the prompt test
8984 that I removed yesterday was there).
8985 (user_defined_command_test): Remove extra \n and prompt test.
8986
8987 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
8988 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
8989 doesn't exist.
8990 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
8991 Also remove alpha workaround, which turns out to be because
8992 SIGABRT == SIGLOST.
8993
8994 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
8995
8996 * gdb.base/help.exp: Don't test "help show".
8997
8998Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
8999
9000 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
9001 "set print address" is on.
9002 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
9003 pass prompt to gdb_test; gdb_test already looks for the prompt.
9004
9005 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
9006
9007 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
9008 was a vestige of the manual TESTSTRATEGY, and the purpose of it
9009 was to make sure that gdb can read a core file. But (a) the "read
9010 the corefile" part didn't make it to a1-selftest.exp, we just
9011 delete the corefile after creating it, and (b) we test reading
9012 corefiles in corefile.exp anyway. Also, this test left around a
9013 xgdb process on Solaris.
9014
9015 * gdb.base/corefile.exp: Also test backtrace.
9016
9017Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
9018
9019 * gdb.base/commands.exp: Test a simple user defined command with
9020 arguments and if/while statements; verify the full user command is
9021 printed by "show user".
9022
9023 * gdb.base/commands.exp: Test if/while commands as part of a
9024 breakpoint command list; verify they appear in breakpoint
9025 information.
9026
9027Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9028
9029 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
9030 than by dividing by zero.
9031
9032Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
9033
9034 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
9035 performing an inferior call with watchpoints enabled.
9036 * gdb.base/watchpoint.c (main): Delete second unnecessary read
9037 call.
9038
9039Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9040
9041 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
9042 of "file" command.
9043
9044 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
9045 Add additional pattern for when "int operator int(void);" appears
9046 in a different order.
9047
9048Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
9049
9050 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
9051
9052 * gdb.base/help.exp: Replace most of docstrings for "info signals"
9053 and "signal" with ".*".
9054
9055Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9056
9057 * TODO: Add note about "handle all nostop".
9058
9059 * gdb.base/{sigall.c, sigall.exp}: New test.
9060 * gdb.base/Makefile.in: Add it.
9061
9062Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9063
9064 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
9065 when invoking GDB, suppresses any windowing interface.
9066
9067Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
9068
9069 * config/sim-gdb: New file, simulator testing support.
9070
9071Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
9072
9073 * gdb.base/interrupt.exp: Test calling func1 twice.
9074
9075Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
9076
9077 * gdb.base/list.exp (test_forward_search): Set timeout higher
9078 when we'll be getting lots of output from gdb.
9079
9080 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
9081 "init_malloc" to after the expect statement. Run it if that
9082 regexp is taken, but also for two others which happen if source
9083 cannot be found.
9084
9085Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9086
9087 * gdb.base/printcmds.exp: New test, for printing register before
9088 program is running.
9089
9090Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9091
9092 * gdb.base/list.exp: Correct some alternate expect patterns
9093 to reflect changes in list1.c.
9094
9095Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9096
9097 * TODO: Add item regarding large frames.
9098
9099 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
9100
9101 * TODO: Remove item about enabling return.exp; it
9102 is enabled. Suggest a few more "return" tests.
9103
9104Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9105
9106 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
9107 anonymous unions.
9108
9109Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9110
9111 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
9112 and pr-5646.o, so "make" is the same as "make all", not "make
9113 pr-4975.o".
9114
9115Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
9116
9117 * gdb.base/list.exp: Adjust expectations to reflect changes in
9118 list1.c.
9119 (test_forward_search): New test proc.
9120 * gdb.base/list1.c (long_line): New function, has long source line.
9121
9122Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
9123
9124 * gdb.base/a1-selftest.exp: Change initial stepping to know about
9125 additional line of code that was added.
9126
9127Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
9128
9129 * gdb.disasm/hppa.s: Break the large branching tests into smaller
9130 tests so as not to overflow expect's input buffers.
9131 * gdb.disasm/hppa.exp: Corresponding changes.
9132
9133Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9134
9135 Beginnings of template debugging tests.
9136 * gdb.c++/templ-info.cc: New file to test for template
9137 debugging capability of the compiler.
9138 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
9139 templ-info.cc.
9140 * gdb.c++/templates.cc: Add explicit template instantiations
9141 to enable compiling with -fno-implicit-templates. Add destructor
9142 and 'value' method to T5 class for template tests.
9143 * gdb.c++/templates.exp: Add testcases for printing of template
9144 types, setting breakpoints on template methods and calling a
beb998c6 9145 template method.
c906108c
SS
9146
9147Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
9148
9149 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
9150 branch target since some assemblers (gas-2.5) may emit a
9151 relocation for the branch instead of resolving it in the
9152 assembler.
9153
9154Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9155
9156 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
9157 through signal handler.
9158
9159Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9160
9161 * configure.in (*-*-netware): Use config/mt-netware.
9162
9163 * config/mt-netware: New file.
9164 * config/mt-i386-netware: Removed, separate configs for different
9165 netware architectures are no longer needed now that we have
9166 --with-headers.
9167
9168Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9169
9170 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
9171 by the recent changes to use ANSI C arithmetic conversions.
9172
9173Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9174
9175 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
9176 bug involving using inferior_pid to figure out whether to select a
9177 frame.
9178
9179Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
9180
9181 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
9182 match the current disassembler output.
9183
9184Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
9185
9186 * gdb.fortran/exprs.exp: Expect VOID instead of void.
9187 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
9188 types, expect "int" as type of integer values (for now).
9189
9190Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
9191
9192 * gdb.base/commands.exp: New tests for if/while commands.
9193
9194Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
9195
9196 * lib/gdb.exp (runto): Replace sub-pattern for hex value
9197 by .*, since hex values have different syntax in Chill mode.
9198
9199Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9200
9201 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
9202 linefeed from expect pattern for repeated types with indices > 9.
9203
9204Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
9205
9206 First part of Fortran test suite.
9207 * gdb.fortran: New directory.
9208 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
9209
9210Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9211
9212 * gdb.base/default.exp: Update expect pattern for load command
9213 without arguments.
9214
9215Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
9216
9217 * configure.in: Change i386 to i[345]86.
9218 * gdb.base/configure.in: Likewise.
9219 * gdb.c++/configure.in: Likewise.
9220 * gdb.chill/configure.in: Likewise.
9221
9222Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
9223
9224 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
9225 patterns, since that is not a valid context for comments.
9226
9227Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
9228
9229 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
9230 repeated types and repeated types with indices > 9.
9231
9232Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
9233
9234 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
9235 2417; old bug has been fixed.
9236
9237Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
9238
9239 * gdb.base/interrupt.exp: When trying to wake up the inferior,
9240 send the newline ourselves instead of assuming gdb_test will do
9241 so when passed an empty input string.
9242
9243 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
9244 stabs testcode.
9245
9246Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9247
9248 * lib/gdb.exp (gdb_test): Don't send anything if the first
9249 argument is an empty string. This makes cases where we want to
9250 match output that is already in expect's buffers (for example,
9251 matching a breakpoint after gdb_run_cmd has been called) work
9252 reliably.
9253
9254Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9255
9256 * config/netware.exp: New file.
9257
9258Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9259
9260 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
9261 the -B and -L prefixes so we can find the debugging stub.
9262
9263 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
9264 there and we are using the gcc from the tree.
9265
9266 * gdb.base/types.c: Removed.
9267
9268 * gdb.base/configure.in: Look for makefile fragments in ../config.
9269 Recognize i386-*-netware.
9270 * gdb.c++/configure.in: Likewise.
9271
9272Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9273
9274 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
9275 the correct TCL syntax.
9276
9277Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9278
9279 * gdb.base/opaque.exp: use runto instead of messing around with
9280 breakpoints. Simplify by using gdb_test.
9281
9282 * gdb.base/bitfields.exp: restart between tests on netware targets
9283 because breakpoints aren't relocated after target death. Run
9284 processes to completion.
9285
9286 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
9287
9288Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
9289
9290 * Makefile.in: Remove extra tabs that confuse some versions
9291 of "make". Use the newly built gdb to test with by default,
9292 rather than the first one in the tester's search path.
9293
9294Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
9295
9296 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
9297
9298 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
9299 condition help.
9300
9301Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9302
9303 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
9304
9305 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
9306 running.
9307 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
9308 * gdb.base/funcargs.exp: Likewise.
9309
9310 * gdb.base/bitfields.exp: Simplify by using gdb_test.
9311 * gdb.base/funcargs.exp: Likewise.
9312
9313 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
9314 message is "".
9315
9316Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9317
9318 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
9319 return,signals,twice}.exp: Handle non-existant binaries
9320 consistantly.
9321
9322 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
9323 * gdb.base/Makefile.in: Don't try to generate a core dump, we
9324 might testing a cross development system.
9325
9326Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9327
9328 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
9329 runtest script is relative to ${srcdir}, not ${rootdir}.
9330
9331Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
9332
9333 * gdb.base/signals.exp: Allow for optionality of breakpoint
9334 address.
9335
9336Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9337
9338 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
9339
9340Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
9341
9342 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
9343 for size_t definition.
9344 * gdb.c++/templates.cc: Likewise
9345
9346 * config/mt-i386-netware: New file.
9347
9348 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
9349 defined.
9350
9351 * gdb.base/Makefile.in: Added support for systems that name core
9352 files by appending "core" to the program name.
9353 * gdb.base/a1-selftest.exp: Likewise.
9354
9355Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9356
9357 * gdb.base/return.exp: Add comment and message for `return double'
9358 test failure on Sparc Solaris.
9359
9360Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
9361
9362 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
9363
9364Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9365
9366 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
9367 from optimizing them away.
9368 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
9369 patterns to include default constructors and assignment operators,
9370 to match gcc versions beyond 2.5.8. Accept any cplus demangling
9371 character in the output of the virtual base pointer.
9372
9373Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9374
9375 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
9376 expression match in print_addr_of to avoid unintented matches.
9377 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
9378 versions up to 2.5.8.
9379
9380Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9381
9382 * gdb.base/list.exp: Tweak alternate pattern for listing of an
9383 included file to run under newer versions of expect.
9384 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
9385 consecutive >'s in templates to accomodate recent cplus-dem.c change.
9386 Remove xfail for the virtual table of BDDHookV.
9387
9388Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
9389
9390 * lib/gdb.exp (string_to_regexp): Set a default result.
9391 (default_gdb_start): Fix misleading message.
9392
9393Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
9394
9395 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
9396 Remove all CC, etc definitions.
9397 * config/mt-hpux: New file.
9398 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
9399 (CFLAGS, LDFLAGS): Define.
9400 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
9401
9402 * Makefile.in (site.exp): Don't insert host_os, etc.
9403 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
9404 (distclean): Check existence of subdir.
9405 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
9406 * gdb.base/Makefile.in: General cleanup and simplification.
9407 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9408 to build executables. Use default rule to build .o files.
9409 (EXPECT, RUNTEST, CC): Fix relative pathname.
9410 (site.exp): Don't insert host_os, etc.
9411 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
9412 and/or SIGUSR1 defined.
9413 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
9414 * gdb.c++/Makefile.in: General cleanup and simplification.
9415 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
9416 (CFLAGS): Remove.
9417 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
9418
9419Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
9420
9421 * gdb.base/recurse.exp: Misc changes to get tests running again
9422 after Kung's changes to the watchpoint code.
9423 * gdb.base/watchpoint.exp: Likewise.
9424
9425Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
9426
9427 * lib/gdb.exp (string_to_regexp): Convert {\} also.
9428
9429Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
9430
9431 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
9432 * lib/gdb.exp (default_gdb_start): Define.
9433 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
9434 gdb.base/funcargs.exp, gdb.base/opaque.exp,
9435 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
9436 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
9437 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
9438 Don't call gdb_target_udi in between tests.
9439
9440Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9441
9442 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
9443 (which was basically just a local version of the same thing). In
9444 addition to avoiding duplication, gdb_test_exact is faster.
9445 * lib/gdb.exp (gdb_test_exact): Fix typo.
9446
9447 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
9448 don't give an error.
9449
9450 * gdb.base/term.exp: Call delete_breakpoints before starting.
9451
9452 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
9453 (t10): Add comment.
9454
9455Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9456
9457 Reorganization of the GDB Test Suite.
9458
9459 * gdb.base: New directory, contains all the basic tests.
9460 * gdb.c++: New directory, tests specific to C++.
9461 * gdb.chill: New directory, tests specific to Chill.
9462 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
9463 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
9464 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
9465 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
9466 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
9467 t30-31 to chill).
9468 * */gdbme.*: Rename to match appropriate expect scripts.
9469 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
9470 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
9471 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
9472 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
9473 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
9474 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
9475 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
9476 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
9477 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
9478 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
9479 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
9480 gdb.c++/virtfunc.cc: New names of C++ files.
9481 * gdb.chill/chillvars.ch: New name of Chill file.
9482 * gdb.base/configure.in, gdb.c++/configure.in,
9483 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
9484 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
9485 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
9486 * configure.in (configdirs): Update to reflect directory changes.
9487 (target_abbrev): No longer define for any configuration.
9488 * Makefile.in: Cosmetic improvements to header comments.
9489
9490Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
9491
9492 Various changes to gdb.t31:
9493
9494 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
9495 * gdbme.ch: Make all key-words and predefineds be upper-case.
9496 * chillvars.exp: Expect key-words and predefinds in upper-case.
9497
9498 * chillvars.exp: Use gdb_test_exact many places.
9499 Change expected output for arrays (which now includes index labels).
9500
9501 * pr-5020.exp, gdme.ch (module PR_5020):
9502 New test, for PR-5020.
9503
9504Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
9505
9506 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
9507 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
9508
9509Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
9510
9511 * Makefile.in: Fix bit-rot in definitions of CHILL,
9512 CHILL_FOR_TARGET and Chill_LIB.
9513 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
9514 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
9515 CHILL, and CHILL_LIB.
9516
9517Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
9518
9519 * Revert the previous changes. Please see Rob's directory
9520 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
9521
9522Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
9523
9524 * Makefile.in, configure.in, config/mips-gdb.exp,
9525 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
9526 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
9527 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
9528 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
9529 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
9530 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
9531 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
9532 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
9533 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
9534 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
9535 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
9536 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
9537 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
9538 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
9539 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
9540 changes from 94Q1.
9541
9542Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
9543
9544 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
9545 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
9546 Rob's new testing fragments.
9547
9548Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
9549
9550 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
9551 lib/gdb.exp: Replace error proc calls with perror.
9552
9553Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
9554
9555 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
9556 version also, match on casted version strings, and match on
9557 gdb startup case where the line numbers might be messed up.
9558
9559Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
9560
9561 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
9562 (CFLAGS): Delete it from here.
9563
9564Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
9565
9566 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
9567
9568Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
9569
9570 * Makefile.in (RUNTEST): Default to just "runtest".
9571
9572Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9573
9574 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
9575 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
9576 the code has been restructured.
9577
9578Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9579
9580 * gdb.t00/default.exp (set write): Allow any number of \r and/or
9581 \n, not just one of each.
9582
9583 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
9584 /bin/cc gives a warning if you do.
9585
9586Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
9587
beb998c6 9588 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
9589 __t10ListS_link1ZUiRCUiPT0
9590
9591Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9592
9593 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
9594 on local variables in recursive functions.
9595
9596 * gdb.t07/Makefile.in: Build the new test.
9597
9598Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9599
9600 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
9601 directly. Instead compare the return values from actual calls.
9602
9603Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
9604
9605 * Makefile.in (check): Set TCL_LIBRARY for runtest.
9606
9607Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9608
9609 * From Peter Schauer with minor modifications.
9610 * gdb.t15/return.exp (return_tests): Handle targets where "return"
9611 stops in mid-line in the caller. Add xfail for returning a float
9612 value on X86 targets.
9613
9614Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9615
9616 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
9617 to avoid expect lossage.
9618 (fmem_LRbug_tests): Likewise.
9619 * gdb.disasm/hppa.s: Corresponding changes.
9620
9621 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
9622 conditions to work with latest dejagnu/expect.
9623
9624 * gdb.t15/funcargs.exp (finish from indirect call): No longer
9625 expected to fail on the PA.
9626 (backtrace in call with trampolines): Explicitly require main
9627 to be frame #1 (no trampolines should show up in backtrace).
9628
9629 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
9630 "continue -expect".
9631 * gdb.t06/break.exp: Likewise.
9632 * gdb.t07/watchpoint.exp: Likewise.
9633 * gdb.t13/bitfields.exp: Likewise.
9634 * gdb.t15/{funcargs,return}.exp: Likewise.
9635 * gdb.stabs/weird.exp: Likewise.
9636 * config/{mips,udi}-gdb.exp: Likewise.
9637
9638 * hppa.sed: Enclose comments within a sed command to avoid
9639 losing with the old OSF1 sed.
9640
9641Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9642
9643 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
9644 sequent dynix.
9645 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
9646 * gdb.t15/funcargs.exp: Conditionally step again to really
9647 finish from marker_call_with_trampolines. Handle the case where
9648 the first step from within call_with_trampolines already steps
9649 us back to main.
9650 * gdb.t15/gdbme.c: Add comment to closing brace of
9651 call_with_trampolines for funcargs.exp.
9652
9653Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9654
beb998c6 9655 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
9656 Fix typo(s).
9657
9658Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9659
9660 * gdb.t07/gdbme.c: More code for watchpoint testing.
9661
9662 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
9663 "Hardware watchpoint" throughout file.
9664 (test_watchpoint_triggered_in_syscall): New test.
9665 (test_complex_watchpoint): New test.
9666
9667Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9668
9669 * gdbme.c (call_with_trampolines): New function to try and step
9670 into. Tests trampoline problems on the PA.
9671
9672 * funcargs.exp (localvars_in_indirect_call): No longer expect
9673 stepping into indirect call to fail on PAs.
9674 (test_stepping_over_trampolines): New test.
9675
9676Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9677
9678 * TODO: Add suggestions for static member function tests, and
9679 completion tests.
9680
9681Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9682
9683 * TODO: Add suggestions for "p/a" tests.
9684
9685 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
9686 (default_gdb_exit): Replace all the hair with sending "quit" to
9687 the process with a simple close.
9688
9689Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9690
9691 * TODO: Add suggestions for shared library tests.
9692
9693Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9694
9695 * TODO: Add suggestions for x/s tests.
9696
9697Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9698
9699 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
9700 "enable once", and "enable breakpoints once" with ".*".
9701
9702Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9703
9704 * TODO: Add suggestions about structure passing tests.
9705
9706Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9707
9708 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
9709 the primary1 test, use work around if __GNUC__ < 2.
9710 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
9711 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
9712 Test for bad output rather than waiting for timeout. Issue
9713 second continue only if first continue failed.
9714
9715Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9716
9717 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
9718 operator[] test with gdb_test because the old code didn't seem to
9719 be getting the quoting right with the new dejagnu.
9720
9721Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
9722
9723 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
9724 one from the path.
9725 * Makefile.in: Use a fresh expect if there is one, use runtest
9726 from the src tree if there is one.
beb998c6 9727
c906108c
SS
9728Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9729
9730 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
9731 next over recursive call. Revise the tests from that point on
9732 (which had been skipped) to match GDB's actual (correct) output.
9733
9734 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
9735 with next over a breakpoint whose condition is false.
9736
9737 * gdb.t00/help.exp: Comment out "help set print" tests just like
9738 (and for same reason as) "help set" test.
9739
9740Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9741
9742 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
9743 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
9744
9745Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9746
9747 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
9748 necessary gdb_target_udi.
9749
9750 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
9751
9752 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
9753 1838 and 2417; they are fixed.
9754
9755 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
9756 gdb.t03/ptype.exp (ptype structure, ptype union):
9757 Remove xfails; the test is looser than when the xfails were added.
9758
9759 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
9760 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
9761
9762 * gdb.t01/run.exp: Only run shell test if isnative.
9763
9764 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
9765 since "run" automatically loads if necessary. Call gdb_target_udi
9766 after the "file" since "file" kills any execution target.
9767
9768 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
9769 GDB. GDB doesn't work that way (not anymore at least) on UDI.
9770 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
9771 argument for UDI.
9772
9773Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
9774
9775 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
9776
9777 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
9778
9779Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9780
9781 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
9782 properly quoting regexps. This makes the second argument to
9783 demangle a fixed string, which matches the callers, instead of a
9784 shell-style pattern which is what the previous implementation
9785 used. Update some of the callers.
9786
9787Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9788
9789 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
9790 (comib_nullified_tests): Fix typo.
9791 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
9792 strings. No longer expected to fail.
9793
9794 * gdb.disasm/hppa.s (addib_tests): Fix typo.
9795 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
9796 strings. No longer expected to fail.
9797
9798 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
9799 string. No longer expected to fail.
9800
9801Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9802
9803 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
9804 No longer expected to fail.
9805
9806 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
9807 string. No longer expected to fail.
9808
9809Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9810
9811 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
9812 only in the names (I probably got most of them). I was even
9813 generous with some which differed in underscores in names, and
9814 probably missed a few, and I *still* was able to remove almost a
9815 third of the file with almost no impact on testsuite coverage.
9816
9817Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9818
9819 * gdb.t00/default.exp: Match udi_attach error message as well as
9820 the one from child_attach.
9821
9822 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
9823
9824 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
9825
9826 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
9827 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
9828
9829 * Move test with enums and partial symbols back to
9830 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
9831 Reverts the change of 26 May 93. Per today's change to
9832 stabs.texinfo, the behavior that weird.exp was expecting was
9833 unreasonable; what is important is that the compiler+gdb get
9834 things right, which happens with a recent gcc. Also fix the test
9835 to deal with native compilers which put out the stab gdb can't
9836 deal with.
9837
9838Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9839
9840 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
9841 in the names. The main thing these accomplish is to slow things down.
9842 Many more such duplicates surely remain.
9843
9844 * gdb.t00/help.exp: Comment out "help support" test just like
9845 (and for same reason as) "help set" test.
9846
9847Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
9848
9849 * gdb.t06/break.exp: Remove setup_xfails for
9850 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
9851 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
9852 about known bug in gcc to include up through 2.5.8.
9853 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
9854 well as "_vb$".
9855 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
9856 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
9857 with latest gcc and gdb.
9858 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
9859 well as "_vb$".
9860
9861Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9862
9863 * configure.in (hppa*-*-*): Also configure and build stabs-only
9864 tests.
9865
9866Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9867
9868 * gdb.t10/hppa.mt: A makefile fragment for the PA.
9869 * gdb.t10/configure.in (hppa*-*-*): Use it.
9870
9871Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9872
9873 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
9874
9875Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9876
9877 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
9878 versions prior to 1.13.5.
9879
9880Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9881
9882 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
9883 the prompt is at the start of a line.
9884
9885Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
9886
9887 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
9888 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
9889 in the copr tests now.
9890 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
9891 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
9892 expected to fail.
9893
9894Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
9895
9896 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
9897 gdb.t31/chillvars.exp, lib/gdb.exp:
9898 Tweak to run under either version of expect.
9899 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
9900 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
9901 * gdb.t11/list.exp: Remove extraneous whitespace.
9902
9903Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9904
9905 * gdb.t16/printcmds.exp (test_print_strings): Accept
9906 "(unsigned char *) " before the string.
9907
9908 * TODO: Add notes about printing of fancy types and GDB expressions.
9909
9910Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
9911
9912 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
9913 * gdb.t06/configure.in: Don't try to compile signals test program
beb998c6 9914 if doing mips-idt-ecoff.
c906108c
SS
9915
9916Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
9917
9918 * Most .exp files: Tweak to run under either version of expect.
9919
9920Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9921
9922 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
9923 xfails; I'm not sure why they are failing, but not because of PR 1806.
9924
9925Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
9926
9927 * config/unix-gdb.exp: Remove gdb_unload cause it's already
9928 defined in lib/gdb.exp.
9929
9930Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9931
9932 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
9933 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
9934 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
9935 have to be typeless.
9936
9937Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9938
9939 * TODO: Add suggestion for copyright year test.
9940
9941Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
9942
9943 * configure.in (*-*-lynxos*): Add stabs tests.
9944
9945Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9946
9947 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
9948 so insert a tab before any assembler directive in column zero.
9949
9950 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
9951 stores.
9952 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
9953 stores.
9954 (fpu_short_memory_tests): Likewise.
9955
9956Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
9957
9958 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
9959 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
9960 .stabs directives in comments.
9961
9962Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9963
9964 * TODO: New file, describing tests we could write.
9965 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
9966
9967Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9968
9969 * gdb.t06/signals.exp: Add kludge to force re-sync.
9970
9971 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
9972 to xgdb instead of gdb, get out of gdb.
9973
9974Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
9975
9976 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
9977 for info.
9978
9979Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
9980
9981 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
9982 * gdb.stabs/configure.in (hppa*-*-*): Use it.
9983 * gdb.stabs/hppa.sed: New sed script for the PA.
9984
9985Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9986
9987 * gdb.stabs: Re-write weird.def and configuration to use sed
9988 instead of cpp. sed is portable and POSIX; cpp is neither.
9989
9990Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9991
9992 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
9993
9994Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9995
9996 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
9997
9998Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9999
10000 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
10001 "_vb$".
10002 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
10003 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
10004
10005Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10006
10007 * lib/gdb.exp: Comment out code which depends on non-existent
10008 `transform' procedure.
10009
10010Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
10011
10012 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
10013 * lib/gdb.exp: Transform tool name.
10014 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
10015 1.1's new error handling system.
10016
10017Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10018
10019 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
10020
10021Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10022
10023 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
10024 They made pattern matching so slow that timeouts happened on
10025 heavily loaded systems. Now any output from "show print" which
10026 gets us back to the GDB prompt is a PASS.
10027
10028Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
10029
10030 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
10031
10032Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10033
10034 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
10035
10036 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
10037 It is not from PR 3220.
10038
10039Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10040
10041 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
10042 just started failing because they depended on the order the
10043 subcommands are presented, or exact docstring text. This kind of
10044 test is a pain and has minimal benefit.
10045
10046Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10047
10048 * gdb.t09/corefile.exp: At end of test, use "core" command with
10049 no arguments.
10050
10051Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
10052
10053 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
10054 17}/Makefile.in: Make it possible to run the testsuite with Sun
10055 make and CC = cross gcc by adding explicit build rules for .o
10056 files.
10057
10058Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10059
10060 * gdb.t15/funcargs.exp: Don't put comments on same line as
10061 setup_xfail (@#$*%& tcl braindamage!).
beb998c6 10062
c906108c
SS
10063Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10064
10065 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
10066
10067Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
10068
10069 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
10070 * gdb.t20/inherit.exp: remove three dumplicate entries.
10071
10072Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10073
10074 * gdb.t06/break.exp: For "next over recursive call", fail on any
10075 incorrect output, not just on "factorial (value=2)".
10076
10077Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10078
10079 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
10080 working now. Add an xfail if accesing a bss variable causes
10081 a memory error if the target is not yet run.
10082
10083Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10084
10085 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
10086 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
10087 name of __st* demangling (2 strings). Did Kung really get the
10088 more than 95 others right without testing them?
10089
10090Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
10091
10092 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
10093
10094Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
10095
10096 * configure.in (configdirs): Add gdb.disasm
10097 * gdb.disasm: New directory for GDB disassembler tests.
10098 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
10099
10100Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10101
10102 * gdb.t00/help.exp: Don't test "help set".
10103
10104 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
10105 from within expect statements. None of these happen anymore and
10106 they cause regressions to be silently unnoticed.
10107
10108 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
10109 messages) about known failures with gcc cygnus-2.4.5-930417.
10110
10111 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
10112 comp-info.exp so it gets built if it doesn't exist.
10113
10114 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
10115 it is no longer used.
10116 * gdb.t13/comp-info.c: Removed.
10117
10118Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10119
10120 * gdb.t06/signals.exp: Add xfail for sun3.
10121
10122Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10123
10124 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
10125 relevant because ^C doesn't get sent but failure can be reproduced
10126 interactively).
10127
10128Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10129
10130 * gdb.stabs/alpha.mt: New configuration file for alpha.
10131 * gdb.stabs/configure.in: Use it.
10132 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
10133 sharing with alpha.mt, redefine long to word via preprocessor.
10134 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
10135 for alpha.
10136 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
10137 native cc.
10138 * gdb.t00/teststrategy.exp: Change expect string so that we
10139 consume the `(xgdb)' from the command echo and from the gdb prompt.
10140 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
10141 gdb currently compares all values as long, so this failure probably
10142 applies to any configuration where LONGEST is bigger than a target int.
10143 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
10144 with gcc.
10145 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
10146 to handle opaque pointers, gcc is.
10147 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
10148 as first argument. Include <sys/types.h> and change all operator
10149 new definitions to use size_t.
10150 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
10151 now that we use size_t.
10152
10153Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10154
10155 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
10156 a long or float array cast all array members to the same type.
10157 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
10158 with 64 bit longs.
10159 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
10160 on alpha.
10161 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
10162
10163Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10164
10165 * gdb.t24 (demangle.exp): Constructors of templates have names like
10166 vector<int>::vector(int) not vector<int>::vector<int>(int). See
10167 section 14.6 of the ARM.
10168
10169 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
10170 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
10171 accomplish little and slow down the testsuite.
10172
10173 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
10174 Accept spaces various places.
10175
10176Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10177
10178 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
10179 with watchpoint enabled.
10180
10181 * Makefile.in: Remove definition of CC and remove the second
10182 definition of CXX (the "CXX = gcc" one remains). These definitions
10183 were causing backquotes to be expanded within backquotes, which
10184 doesn't work.
10185
10186Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
10187
10188 * gdb.t17/callfuncs.exp: Add "return 0" to end.
10189
10190Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10191
10192 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
10193 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
10194 by mips cc and contains no stabs entries.
10195
10196Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
10197
10198 * config/vx-gdb.exp: Use fake device to load files rather than
10199 NFS.
10200 * lib/gdb.exp: New proc to do "file" command.
10201 * config/unix-gdb.exp: Use new "file" proc.
10202
10203Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10204
10205 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
10206 Rework board rebooting slightly.
10207 (gdb_exit): Don't exit from the remote shell; there isn't one.
10208 * gdb.stabs/weird.exp: If a program is being debugged already,
10209 kill it.
10210 * gdb.t04/setvar.exp: Stop and restart gdb.
10211 * gdb.t05/expr.exp: Likewise.
10212 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
10213 restart gdb and reload the program.
10214 * gdb.t08/opaque.exp: Likewise.
10215 * gdb.t12/scope.exp: Likewise.
10216 * gdb.t13/bitfields.exp: Likewise.
10217 * gdb.t15/funcargs.exp: Likewise.
10218 * gdb.t20/classes.exp: Likewise.
10219 * gdb.t03/ptype.exp: Increase timeout.
10220 * gdb.t16/printcmds.exp (test_print_string_constants,
10221 test_print_array_constants): Likewise.
10222 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
10223 * gdb.t20/classes.exp (do_tests): Likewise.
10224 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
10225
10226Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
10227
10228 * gdb.stabs: Renamed *wierd* to *weird*.
10229
10230Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10231
10232 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
10233 for timeout. Add "known gcc 2.4.5 bug" to failure message.
10234
10235Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
10236
10237 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
10238 (do_tests): Remove xfail for whatis on one_var and two_var.
10239
10240Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
10241
10242 * Makefile.in: Made cross building work better by adding
10243 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
10244
10245Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10246
10247 * gdb.t15/{return.c,return.exp,Makefile.in}:
10248 New test, currently commented out.
10249
10250Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
10251
10252 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
10253 still running and removes the leftover named socket so GDb can do
10254 clean restarts.
10255
10256Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
10257
10258 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
10259 console, not GDB.
10260 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
10261 cross testing works better with "make check"
10262 * config/unix-gdb: Use default procedures for exit and version.
10263 * config/vx-gdb.exp: Cleaned up and massaged back to working order
10264 with the newest VxWorks.
10265
10266Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10267
10268 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
10269 old form.
10270
10271 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
10272 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
10273
10274 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
10275
10276 * config/unix-gdb.exp: Remove this version of gdb_exit
10277 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
10278 Rob says he'll look at it when he gets back to testing boards.
10279
10280Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
10281
10282 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
10283 an expected fail for certain ptype commands.
10284
10285 * gdb.t20/classes.exp: Update expected results of "ptype class
10286 Base1" to account for the constructor that now appears in the type.
10287
10288Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
10289
10290 * configure.in (configdirs): Restore gdb.t04, which mysteriously
10291 disappeared from list.
10292 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
10293 "alldone" proc with call to cleanup and exit.
10294 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
10295 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
10296 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
10297 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
10298 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
10299 "alldone" proc with simple returns that suppress remaining
10300 tests. The alldone proc went away many months ago.
10301
10302Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10303
10304 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
10305
10306 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
10307
10308Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10309
10310 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
10311 as vax gdb will display them.
10312
10313Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10314
10315 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
10316 optimizers.
10317
10318 * scope.exp: Change "bad value for localval" messages so each one
10319 is unique.
10320
10321 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
10322 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
10323
10324 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
10325
10326Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10327
10328 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
10329 doesn't exist (due to optimization).
10330
10331Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10332
10333 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
10334 contains \r because the filename is long.
10335
10336 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
10337 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
10338
10339Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10340
10341 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
10342 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
10343 Ultrix.
10344 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
10345 int tests.
10346 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
10347
10348Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
10349
10350 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
10351
10352 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
beb998c6 10353 to match does not match the passing case but still matches the
c906108c
SS
10354 failing case.
10355
10356Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10357
10358 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
10359
10360Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
10361
10362 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
10363 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
10364 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
10365 Remove various versions of gdb_exit.
10366 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
10367 gdb_exit.
10368 * config/unix-gdb.exp: gdb_exit remains here, and should override
10369 the generic version, since it's doing a lot of wierd stuff that
10370 the other versions aren't. FIXME, fold it in, or abandon this
10371 version.
10372
10373Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10374
10375 * gdb.t24/demangle.exp: Add tests for PR 3220.
10376
10377Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10378
10379 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
10380
10381Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
10382
10383 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
10384 "i386-*-*". Works for i486 as well.
10385
10386 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
10387 bug, and expand domain of xfail to all SVR4 systems, since the
10388 actual problem is likely to be in generic SVR4 /proc support.
10389
10390Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10391
10392 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
10393
10394Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
10395
10396 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
10397 xfails for other systems. Match a missing 'Continuing.' as an
10398 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
10399
10400 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
10401 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
10402 Only issue warning for missing executables if -all option is used.
10403
10404 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
10405 file if -all option is used. It's like an unpredictable XFAIL.
10406
10407Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10408
10409 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
10410 for dynamically linked binaries.
10411
10412 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
10413
10414Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10415
10416 * gdb.t20/inherit.exp: Change message for "print tagless struct"
10417 to state that this is a known bug in old versions of g++.
10418
10419Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10420
10421 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
10422 while waiting for `Continuing'.
10423
10424Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
10425
10426 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
10427 in text, data, and bss.
10428 * gdb.t10/nodebug.c: Add local and global test variables for
10429 initialized and uninitialized data.
10430
10431Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10432
10433 * config/unix-gdb.exp (gdb_exit): Add "wait".
10434
10435Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10436
10437 * gdb.t06/signals.exp: xfail the continue from the handler for all
10438 targets.
10439
10440 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
10441 function with watchpoints enabled, the i386 call dummy starts with
10442 a call.
10443
10444 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
10445 386 bsd names its corefiles.
10446
10447Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
10448
10449 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
10450 compilers don't grok it.
10451 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
10452 with small octal ints rather than character constants, which
10453 are signed and might not fit if first promoted to int.
10454
10455Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
10456
10457 * gdb.t09/Makefile.in (clean): Remove corefile.
10458
10459Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10460
10461 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
10462
10463Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10464 and Jim Kingdon (kingdon@cygnus.com)
10465
10466 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
10467 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
10468 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
10469
10470Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10471
10472 * gdb.t17/interrupt.exp: Add xfail for hppa.
10473
10474Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10475
10476 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
10477 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
10478 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
10479 to determine signed-ness of bitfields and use the result to setup
10480 the xfail.
10481 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
10482 * gdb.t15/funcargs.exp: Use them to step until the second indirect
10483 call line is reached if necessary.
10484
10485Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10486
10487 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
10488
10489Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10490
10491 * gdb.t06/break.exp: Also test `clear' command.
10492
10493Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10494
10495 * gdb.t00/teststrategy.exp: Remove extra quote.
10496
10497 * gdb.t07/watchpoint.exp: Change xfail for calling function with
10498 watchpoint enabled to be for all non-68k machines.
10499
10500 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
10501
10502Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10503
10504 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
10505 targets use aout.mt instead of ecoff.mt as gas understands
10506 standard aout format.
10507
10508Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
10509
10510 * lib/gdb.exp (runto): Don't insist that function we are running to
10511 was compiled with -g.
10512
10513 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
10514
10515 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
10516 to get back into the read system call.
10517 Accept leading newline in case where we woke it up.
10518
10519Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10520
10521 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
10522 to make the stabs test work on ecoff systems using gcc and -with-stabs.
10523 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
10524 enable ecoff configuration.
10525
10526Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10527
10528 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
10529
10530Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10531
10532 * gdb.t16/printcmds.exp: Add another printf test.
10533
10534Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
10535
10536 * configure.in: If configured -with-stabs on any target, add
10537 stabsdirs to configdirs.
10538
10539Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10540
10541 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
10542 fun" so pattern does not match the command itself.
10543
10544Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10545
10546 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
10547
10548Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10549
10550 * gdb.t17/interrupt.exp: Test for more things.
10551
10552Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10553
10554 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
10555 compiler arranges the code and line numbers.
10556
10557 * gdb.t17/interrupt.exp: Don't send \n after ^C.
10558
10559Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10560
10561 * gdb.t00/help.exp: Increase expect input buffer size.
10562
10563Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10564
10565 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
10566
10567 * gdb.t07/watchpoint.exp: Add xfail for hppa.
10568
10569 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
10570
10571 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
10572 [0-9]*, not just [0-9].
10573
10574Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10575
10576 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
10577
10578 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
10579
10580Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10581
10582 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
10583
10584Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10585
10586 * gdb.t06/signals.c: Add xfails for sun3.
10587
10588 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
10589
10590 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
10591 test_stepping tests.
10592
10593Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10594
10595 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
10596
10597 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
10598
10599 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
10600 rather than actually putting it through cpp twice.
10601
10602 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
10603
10604Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
10605
10606 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
10607 no longer needed.
10608
10609Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10610
10611 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
10612
10613 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
10614 C++ features prints as "struct", make it a pass, not an xfail.
10615
10616Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10617
10618 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
10619 Don't require VA to print as "class" rather than "struct".
10620
10621Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
10622
10623 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
10624
10625Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10626
10627 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
10628
10629Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10630
10631 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
10632 order.
10633
10634Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10635
10636 * gdb.t16/printcmds.exp: Add printf tests.
10637
10638 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
10639
10640 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
10641
10642Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
10643
10644 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
10645 pass counts, to counteract any existing or future setup_xfails.
10646
10647Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10648
10649 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
10650 {BEGIN,END}_COMMON for common block instead of STAB.
10651 * gdb.stabs/wierd.exp: Add xfail for rs6000.
10652
10653 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
10654 intp_var should be N_GSYM not N_LSYM.
10655 wierd-aout.S: Use a label for the value of the N_SO.
10656 wierd.def: Remove all backslashes.
10657 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
10658
10659Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10660
10661 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
10662 get the expected next to inheritance3.
10663
10664Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10665
10666 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
10667 now that gcc-2.4 gets it right.
10668
10669Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10670
10671 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
10672
10673 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
10674 generating comp-info.exp which works for cross-compilation.
10675
10676Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
10677
10678 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
10679 "*-*-sysv4.*".
10680
10681Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
10682
10683 * gdb.t01/run.exp: Start with a fresh gdb.
10684 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
10685 SVR4.x.
10686
10687Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
10688
10689 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
10690 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
10691 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
10692 Makefile.in (distclean, realclean): Remove gdbme.c from list of
10693 things to remove.
10694
10695Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
10696
10697 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
10698 test cases from bug reports.
10699
10700Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
10701
10702 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
10703 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
10704 avoid spurious xfails.
10705 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
10706 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
10707 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
10708
10709Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
10710
10711 * gdb.t00/teststrategy.exp: Rework to provide more useful
10712 description of each test, fix problem with systems that define
10713 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
10714 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
10715 results for "next over recursive call" so timeouts aren't taken
10716 by error.
10717
10718Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
10719
10720 * gdb.t12/scope.exp: Test printing of variables before run.
10721
10722 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
10723 printed in wrong order due to sorting.
10724
10725Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
10726
10727 * gdb.t00/teststrategy.exp: Fix expected results for printing
10728 user entered string constant. Is array of char, prints with no
10729 address.
10730
10731 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
10732 commands.
10733 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
10734 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
10735 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
10736 of struct of char arrays.
10737 * gdb.t00/radix.exp: New tests for radix commands.
10738
10739Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
10740
10741 * gdb.t16/printcmd.exp: Print a variable before running program
10742 (with xfail for AIX).
10743
10744Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
10745
10746 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
10747
10748 * gdb.t16/printcmd.exp: Don't print variables before running program.
10749
10750 * gdb.t06/break.exp: Don't require envp argument to main.
10751
10752 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
10753
10754 * gdb.t02/whatis.exp, gdb.t11/list.exp:
10755 Add xfails for rs6000.
10756
10757 * gdb.t02/whatis.exp: Change other tests not to re-test something
10758 we already tested.
10759
10760 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
10761 each type used has a variable of that type.
10762
10763Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
10764
10765 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
10766
10767Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10768
10769 * configure.in: change srctrigger to be a file, not a directory
10770
10771Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
10772
10773 * configure.in (mips-idt-ecoff*): Added trailing '*'.
10774
10775 * gdb.t11/list.exp: Fixed a couple of typos.
10776
10777Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
10778
10779 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
10780 is fixed and PR is closed.
10781 * gdb.t16 (gdbme.c): Add simple test string variable.
10782 * gdb.t16 (printcmds.exp): Add tests with simple test string
10783 variable, primarily for boundaries on "set print elements".
10784
10785Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
10786
10787 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
10788 Make leading 0's optional and don't expect a tab in the middle
10789 of the number.
10790
10791 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
10792
10793 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
10794 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
10795 don't end command passed to gdb_test with newline.
10796
10797 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
10798 signed keyword away, don't expect signed bitfields to be signed.
10799
10800 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
10801 printing with only as many 1's as are in the field as well as printing
10802 with 32 1's (see comment).
10803
10804Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
10805
10806 * gdb.t00/default.exp: Start with a fresh gdb.
10807 * configure.in (configdirs): Remove gdb.t31 until the chill
10808 compiler works again. It no longer is able to find chillrt0
10809 since it isn't in libchill.a anymore.
10810 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
10811 wierd.o, make more modular.
10812 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
10813 spurious newlines that caused problems.
10814
10815Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10816
10817 * Move test with enums and partial symbols from gdb.t03/ptype.exp
10818 to gdb.stabs/wierd.exp since GCC has worked around the bug.
10819 gdb.stabs/wierd.{exp,def}: Many new tests.
10820
10821 * gdb.t00/default.exp: update info line for new message.
10822
10823 * gdb.t02/{whatis.exp,gdbme.c}:
10824 Test that "char *" doesn't print as "caddr_t".
10825
10826Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10827
10828 * gdb.t00/help.exp: Use .* in place of some help messages which
10829 just changed.
10830 gdb.t00/default.exp: Update "info frame" test for new message.
10831 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
10832 Remove some xfails
10833
10834Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10835
10836 * gdb.t03/{gdbme.c,ptype.exp}:
10837 Add tests for typedef'd struct and union without tags.
10838 Also check "whatis" on a variable of a typedef'd enum without a tag.
10839
10840 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
10841 PRMS 1823; the bug still exists but isn't reproduced by this test
10842 anymore), and remove rs6000 XFAIL (the bug is fixed).
10843
10844 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
10845 duplicated from whatis.exp. For those that are left, accept
10846 "long", "long int", or "int" for long variables (whatis.exp already
10847 has an XFAIL for "int", so no need to fail it here).
10848
10849 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
10850 Deal with GCC's names for types now that GDB uses the compiler's names.
10851
10852 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
10853 setup_xfail's for sunos4. If we #defined the signed keyword away,
10854 don't expect GDB to know that char it is signed.
10855
10856 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
10857
10858Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
10859
10860 * configure.in (configdirs): Add gdb.t24 for C++ tests that
10861 should work on any system, regardless of debugging format.
10862 * gdb.t21/demangle.exp: Move to gdb.t24.
10863 * gdb.t24/demangle.exp: Move from gdb.t21.
10864 * gdb.t24/{Makefile.in, configure.in}: New files.
10865
10866Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10867
10868 * configure.in: Do gdb.stabs and C++ tests only for stabs.
10869 * gdb.stabs: New directory.
10870
10871Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10872
10873 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
10874 not just "Quit anyway?".
10875
10876Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
10877
10878 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
10879 that all setup_xfails are immediately followed by clear_xfails.
10880
10881Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
10882
10883 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
10884 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
10885 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
10886 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
10887 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
10888 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
10889 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
10890 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
10891 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
10892 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
10893 gdb.t31/chillvars.exp, lib/gdb.exp:
10894 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
10895 bug-gdb@prep.ai.mit.edu.
10896
10897Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
10898
10899 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
10900 with 0.0, not integer 0.
10901
10902Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
10903
10904 * gdb.t06/break.exp: Update for "Kill the program" message change.
10905
10906Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
10907
10908 * Makefile.in (GDBFLAGS): Set to -nx.
10909 * Makefile.in (site.exp): Use GDBFLAGS.
10910
10911Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10912
10913 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
10914 Makefiles.
10915 (check): depend on just-check.
10916 (just-check): added so that tests can be run without a noop
10917 build pass.
10918
10919Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
10920
10921 Switch to using configure's configdirs.
10922 * Makefile.in (Makefile): add configure.in dependency.
10923 (SUBDIRS): removed redundant assignment.
10924 * configure.in: switch subdirs assignment to configdirs.
10925 * gdb.t*/configure.in: new files.
10926
10927Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
10928
10929 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
10930 works.
10931
10932Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
10933
10934 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
10935 in explicit rules. Apparently this is not supported by some makes.
10936
10937Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
10938
10939 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
10940
10941Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10942
10943 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
10944 disappeared.
10945
10946Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
10947
10948 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
10949
10950Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
10951
10952 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
10953 watchpoint problem that is now fixed.
10954 * gdb.t30/chexp.exp: Remove setup_xfail for printing
10955 uninitialized convenience variables.
10956 * gdb.t31/chillvars.exp: Fix expected patterns for printing
10957 structures.
10958
10959Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10960
10961 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
10962 which causes expect to get out of sync with gdb on long output
10963 from help set.
10964 * gdb.t09/corefile.exp: Make expected pattern for core file
10965 failing signal and frame output format less sun specific.
10966
10967Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
10968
10969 * gdb.t31/chillvars.exp: Add and remove initial dummy
10970 breakpoint, so that symbol table is forced in.
10971 (Needed at least on Sunos4, though it seems not SVR4.)
10972 * gdb.t31/chillvars.exp: Update for changed output format.
10973
10974Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
10975
10976 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
10977
10978Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
10979
10980 * Makefile.in: Added --srcdir when invoking runtest, removed the
10981 need for a local config file. (optional now)
10982
10983Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
10984
10985 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
10986 failure count used to force early termination. Add some more
10987 expected failures for gnu style demangling.
10988
10989Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10990
10991 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
10992 pmi variable from gdb.t20/gdbme to get optimized away.
10993 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
10994 Check for written corefile upon timeout _and_ eof.
10995
10996Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10997
10998 * config/unix-gdb.exp: Add missing return 0.
10999
11000Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11001
11002 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
11003 test termination.
11004
11005Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
11006
11007 * configure.in (subdirs): Put back gdb.t17 which mysteriously
11008 disappeared.
11009
11010Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
11011
11012 * gdb.t10/crossload.exp: Disable the i860-elf test until such
11013 time as i860 support works.
11014
beb998c6 11015 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
11016 "backtrace 100\r" rather than just "backtrace\r", to match last
11017 change.
11018
11019Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
11020
11021 * config/udi-gdb.exp (gdb_exit): Remove close command.
11022 (gdb_target_udi): New procedure to set the UDI target.
11023 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
11024 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
11025 Added waits for prompts after several question responses. Added
11026 some more responses used by a29k-amd-udi-gdb.
11027 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
11028 pass different arguments, restart UDI connection after program
11029 completion.
11030 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
11031 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
11032 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
11033 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
11034 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
11035 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
11036 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
11037 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
11038 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
11039 after program completion.
11040 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
11041 compiled with a SELECT_VECS setting.
11042 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
11043 infinite recursion.
11044
11045 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
11046 Added checks for COFF results, and made them expected failures for
11047 all targets. It would be better to make them expected failures
11048 for COFF targets only.
11049
11050Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11051
11052 * Makefile.in: add null dvi target, don't bother to recurse
11053 through test directories for info and install-info; rename
11054 $(datadir) to be dejagnu instead of deja-gnu
11055
11056Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
11057
11058 * gdb.t31/gdbme.ch: Re-enable code that previously caused
11059 compiler to coredump.
11060 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
11061 code.
11062
11063Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
11064
11065 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
11066 coredump.
11067 * gdb.t31/chillvars.exp: Comment out tests that depend on that
11068 code.
11069
11070Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
11071
11072 * gdb.t03/ptype.exp: tests for return code from gdb_test.
11073 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
11074 which in a shell. Deletes xgdb when done.
11075 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
11076 Tests the return from the "set height" or "set width" commands.
11077 Added a few return codes where needed.
11078
11079Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
11080
11081 * Makefile.in (SUBDIRS): Add gdb.t17.
11082 * configure.in (subdirs): Add gdb.t17.
11083 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
11084 files to test gdb's calling of functions in the inferior with
11085 the correct arguments and gdb's ability to retrieve any
11086 result returned.
11087
11088Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
11089
11090 * config/unix-gdb.exp (gdb_exit): Remove close commands that
11091 may be called after gdb goes away. Previous versions of expect
11092 needed these to avoid file descriptor leaks, but they cause
11093 errors with the current revision of expect.
11094 * gdb.t00/gdbvars.exp: Use -re on expected output after
11095 setting sevenbit-strings.
11096 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
11097 to set sevenbit-strings consistent across tests.
11098 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
11099 set sevenbit-strings consistent across tests.
11100
11101Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
11102
11103 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
11104 expected output to match current "expect" expectations.
11105
11106Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
11107
11108 * gdb.t00/default.exp: Change expected output for default "source"
11109 command, to match new gdb behavior which requires a filename to
11110 source.
11111
11112Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
11113
11114 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
11115 expected fail for i486-*-* that misses the marker2 function.
11116 * gdb.t10/crossload.exp (bfddefault): Allow successful
11117 recognition of a format to pass even if no symbols are found.
11118 Explicitly catch failures where the format is not recognized
11119 or is ambiguous, and add the reason to the fail message.
11120 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
11121 the cause is and invalid target and add reason to failure message.
11122 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
11123 elf32-i386, elf32-sparc, and elf32-i860.
11124 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
11125 Set up expected failure for 'filename'::variable scope resolution,
11126 which is now apparently broken on all targets.
11127 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
11128 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
11129 gdb.t23/templates.exp: Change failure for missing binfile into
11130 just a warning.
11131 gdb.t21/demangle.exp: Change all cfront references to 'arm'
11132 references.
11133
11134Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
11135
11136 * gdb.t00/default.exp: Add expected output for default "source"
11137 command, to match new gdb behavior.
11138 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
11139
11140Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
11141
11142 * config/*-gdb.exp: returns an error, rather than exiting on
11143 internal errors.
11144
11145Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
11146
11147 * gdb.t03/gdbme.c: Add pointer to struct variable.
11148 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
11149 referencing struct members.
11150
11151Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
11152
11153 * configure.in (mips-idt-ecoff): New target.
11154 * config/mips-gdb.exp: New file for remote board using MIPS remote
11155 debugging protocol.
11156
11157 * Redid configuration scheme. Removed gdb.t*/configure.in.
11158 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
11159 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
11160 distclean targets. Built executables via .o files. Adjusted
11161 tests to account for source files in $(srcdir) rather than
11162 $(objdir).
11163 * lib/gdb.exp (runto): Don't expect () after the function name,
11164 because it may have arguments.
11165
11166Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
11167
11168 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
11169 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
11170 expected failures for mips-idt-* and mips-sgi-*.
11171 * gdb.t00/default.exp (attach): Kill process if requested.
11172 * gdb.t00/help.exp (help target core, help target): Accept a gdb
11173 that does not read core files.
11174 * gdb.t01/run.exp: Removed checks for exit status code.
11175 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
11176 it is linked in.
11177 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
11178 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
11179 appropriate, rather than doing it by hand.
11180 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
11181 execution.
11182 * gdb.t10/crossload.exp: Kill existing program if needed.
11183 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
11184 appropriate, rather than doing it by hand. Always increase
11185 timeout for this test, not just for VxWorks.
11186
11187Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
11188
11189 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
11190 of Chill STRUCT types and STRUCT values.
11191 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
11192 than "char".
11193 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
beb998c6 11194 struct2): New struct definitions and initializations to test
c906108c
SS
11195 simple Chill STRUCT types.
11196
11197Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
11198
11199 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
11200 the null byte at the end of strings.
11201 * gdb.t00/default.exp: Make show version insensitive to copyright
11202 date.
11203 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
11204 to avoid dependencies on target char signedness.
11205 * gdb.t16/printcmds.exp: Update expected results for explicitly
11206 unsigned char.
11207 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
11208 now work.
11209 * gdb.t21/demangle.exp: Add many more patterns for template
11210 demangling, most of them being expected failures.
11211 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
11212 string we are matching for, to match on the whole string.
11213 * gdb.t21/demangle.exp: Add many new test strings to demangle,
11214 and fix a whole bunch that had incorrect expected output but were
11215 passing anyway because of the bug in "proc demangle".
11216 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
11217 type.
11218 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
11219
11220Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
11221
11222 * gdb/testsuite: made modifications to testcases, etc., to allow
11223 them to work properly given the reorganization of deja-gnu and the
11224 relocation of the testcases from deja-gnu to a "tool" subdirectory.
11225
11226Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
11227
11228 * gdb/testsuite: Initial creation of gdb/testsuite.
11229 Migrated dejagnu testcases and support files for testing nm to
11230 gdb/testsuite from deja-gnu. These files were moved "as is"
11231 with no modifications. This migration is part of a major overhaul
11232 of dejagnu. The modifications to these testcases, etc., which
11233 will allow them to work with the new version of dejagnu will be
11234 made in a future update.
11235\f
11236Local Variables:
ef043731 11237mode: change-log
c906108c
SS
11238left-margin: 8
11239fill-column: 74
11240version-control: never
11241End:
This page took 0.892349 seconds and 4 git commands to generate.